build(deps): bump the go-deps group with 2 updates

Bumps the go-deps group with 2 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) and [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go).


Updates `github.com/aws/aws-sdk-go` from 1.44.329 to 1.44.332
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.329...v1.44.332)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.362 to 0.1.364
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](https://github.com/openshift-online/ocm-sdk-go/compare/v0.1.362...v0.1.364)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-28 04:22:57 +00:00 committed by Ondřej Budai
parent b26458f1f1
commit f39792d927
6 changed files with 125 additions and 11 deletions

View file

@ -3670,6 +3670,15 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "il-central-1",
Variant: dualStackVariant,
}: endpoint{
Hostname: "athena.il-central-1.api.aws",
},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -4053,6 +4062,9 @@ var awsPartition = partition{
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -4334,6 +4346,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -7897,6 +7912,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -11014,6 +11032,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -12588,6 +12609,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -13486,6 +13510,9 @@ var awsPartition = partition{
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
@ -17153,6 +17180,9 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -20512,6 +20542,12 @@ var awsPartition = partition{
},
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -24644,6 +24680,9 @@ var awsPartition = partition{
Deprecated: boxedTrue,
},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
@ -26090,6 +26129,9 @@ var awsPartition = partition{
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "il-central-1",
}: endpoint{},
endpointKey{
Region: "me-central-1",
}: endpoint{},

View file

@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.44.329"
const SDKVersion = "1.44.332"

View file

@ -123039,7 +123039,11 @@ type GetPasswordDataOutput struct {
// The password of the instance. Returns an empty string if the password is
// not available.
PasswordData *string `locationName:"passwordData" type:"string"`
//
// PasswordData is a sensitive parameter and its value will be
// replaced with "sensitive" in string returned by GetPasswordDataOutput's
// String and GoString methods.
PasswordData *string `locationName:"passwordData" type:"string" sensitive:"true"`
// The time the data was last updated.
Timestamp *time.Time `locationName:"timestamp" type:"timestamp"`
@ -165047,7 +165051,11 @@ type S3Storage struct {
UploadPolicy []byte `locationName:"uploadPolicy" type:"blob"`
// The signature of the JSON document.
UploadPolicySignature *string `locationName:"uploadPolicySignature" type:"string"`
//
// UploadPolicySignature is a sensitive parameter and its value will be
// replaced with "sensitive" in string returned by S3Storage's
// String and GoString methods.
UploadPolicySignature *string `locationName:"uploadPolicySignature" type:"string" sensitive:"true"`
}
// String returns the string representation.
@ -187239,6 +187247,54 @@ const (
// InstanceTypeM7iFlex8xlarge is a InstanceType enum value
InstanceTypeM7iFlex8xlarge = "m7i-flex.8xlarge"
// InstanceTypeM7aMedium is a InstanceType enum value
InstanceTypeM7aMedium = "m7a.medium"
// InstanceTypeM7aLarge is a InstanceType enum value
InstanceTypeM7aLarge = "m7a.large"
// InstanceTypeM7aXlarge is a InstanceType enum value
InstanceTypeM7aXlarge = "m7a.xlarge"
// InstanceTypeM7a2xlarge is a InstanceType enum value
InstanceTypeM7a2xlarge = "m7a.2xlarge"
// InstanceTypeM7a4xlarge is a InstanceType enum value
InstanceTypeM7a4xlarge = "m7a.4xlarge"
// InstanceTypeM7a8xlarge is a InstanceType enum value
InstanceTypeM7a8xlarge = "m7a.8xlarge"
// InstanceTypeM7a12xlarge is a InstanceType enum value
InstanceTypeM7a12xlarge = "m7a.12xlarge"
// InstanceTypeM7a16xlarge is a InstanceType enum value
InstanceTypeM7a16xlarge = "m7a.16xlarge"
// InstanceTypeM7a24xlarge is a InstanceType enum value
InstanceTypeM7a24xlarge = "m7a.24xlarge"
// InstanceTypeM7a32xlarge is a InstanceType enum value
InstanceTypeM7a32xlarge = "m7a.32xlarge"
// InstanceTypeM7a48xlarge is a InstanceType enum value
InstanceTypeM7a48xlarge = "m7a.48xlarge"
// InstanceTypeM7aMetal48xl is a InstanceType enum value
InstanceTypeM7aMetal48xl = "m7a.metal-48xl"
// InstanceTypeHpc7a12xlarge is a InstanceType enum value
InstanceTypeHpc7a12xlarge = "hpc7a.12xlarge"
// InstanceTypeHpc7a24xlarge is a InstanceType enum value
InstanceTypeHpc7a24xlarge = "hpc7a.24xlarge"
// InstanceTypeHpc7a48xlarge is a InstanceType enum value
InstanceTypeHpc7a48xlarge = "hpc7a.48xlarge"
// InstanceTypeHpc7a96xlarge is a InstanceType enum value
InstanceTypeHpc7a96xlarge = "hpc7a.96xlarge"
)
// InstanceType_Values returns all elements of the InstanceType enum
@ -187924,6 +187980,22 @@ func InstanceType_Values() []string {
InstanceTypeM7iFlex2xlarge,
InstanceTypeM7iFlex4xlarge,
InstanceTypeM7iFlex8xlarge,
InstanceTypeM7aMedium,
InstanceTypeM7aLarge,
InstanceTypeM7aXlarge,
InstanceTypeM7a2xlarge,
InstanceTypeM7a4xlarge,
InstanceTypeM7a8xlarge,
InstanceTypeM7a12xlarge,
InstanceTypeM7a16xlarge,
InstanceTypeM7a24xlarge,
InstanceTypeM7a32xlarge,
InstanceTypeM7a48xlarge,
InstanceTypeM7aMetal48xl,
InstanceTypeHpc7a12xlarge,
InstanceTypeHpc7a24xlarge,
InstanceTypeHpc7a48xlarge,
InstanceTypeHpc7a96xlarge,
}
}