build(deps): bump github.com/aws/aws-sdk-go from 1.44.108 to 1.44.111

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.108 to 1.44.111.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.108...v1.44.111)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-05 05:12:46 +00:00 committed by Ondřej Budai
parent b7418d6bba
commit f02067bf0c
6 changed files with 176 additions and 15 deletions

2
go.mod
View file

@ -14,7 +14,7 @@ require (
github.com/Azure/go-autorest/autorest v0.11.28
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
github.com/BurntSushi/toml v1.2.0
github.com/aws/aws-sdk-go v1.44.108
github.com/aws/aws-sdk-go v1.44.111
github.com/containers/common v0.49.1
github.com/containers/image/v5 v5.22.0
github.com/coreos/go-semver v0.3.0

4
go.sum
View file

@ -266,8 +266,8 @@ github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpi
github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.36.30/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.44.44/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/aws-sdk-go v1.44.108 h1:L8N9GmP9UYDNqBtJO6OC4zSuEkQxAR770VkbRXAUmRk=
github.com/aws/aws-sdk-go v1.44.108/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/aws-sdk-go v1.44.111 h1:AcWfOgeedSQ4gQVwcIe6aLxpQNJMloZQyqnr7Dzki+s=
github.com/aws/aws-sdk-go v1.44.111/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/aws-sdk-go-v2 v1.16.5/go.mod h1:Wh7MEsmEApyL5hrWzpDkba4gwAPc5/piwLVLFnCxp48=
github.com/aws/aws-sdk-go-v2/config v1.15.11/go.mod h1:mD5tNFciV7YHNjPpFYqJ6KGpoSfY107oZULvTHIxtbI=
github.com/aws/aws-sdk-go-v2/credentials v1.12.6/go.mod h1:mQgnRmBPF2S/M01W4T4Obp3ZaZB6o1s/R8cOUda9vtI=

View file

@ -3678,6 +3678,16 @@ var awsPartition = partition{
},
},
},
"cases": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "us-east-1",
}: endpoint{},
endpointKey{
Region: "us-west-2",
}: endpoint{},
},
},
"cassandra": service{
Endpoints: serviceEndpoints{
endpointKey{
@ -5168,6 +5178,64 @@ var awsPartition = partition{
}: endpoint{},
},
},
"codestar-notifications": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "ap-east-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-1",
}: endpoint{},
endpointKey{
Region: "ap-northeast-2",
}: endpoint{},
endpointKey{
Region: "ap-south-1",
}: endpoint{},
endpointKey{
Region: "ap-southeast-1",
}: endpoint{},
endpointKey{
Region: "ap-southeast-2",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
endpointKey{
Region: "eu-central-1",
}: endpoint{},
endpointKey{
Region: "eu-north-1",
}: endpoint{},
endpointKey{
Region: "eu-west-1",
}: endpoint{},
endpointKey{
Region: "eu-west-2",
}: endpoint{},
endpointKey{
Region: "eu-west-3",
}: endpoint{},
endpointKey{
Region: "me-south-1",
}: endpoint{},
endpointKey{
Region: "sa-east-1",
}: endpoint{},
endpointKey{
Region: "us-east-1",
}: endpoint{},
endpointKey{
Region: "us-east-2",
}: endpoint{},
endpointKey{
Region: "us-west-1",
}: endpoint{},
endpointKey{
Region: "us-west-2",
}: endpoint{},
},
},
"cognito-identity": service{
Endpoints: serviceEndpoints{
endpointKey{
@ -12960,6 +13028,9 @@ var awsPartition = partition{
endpointKey{
Region: "ap-southeast-2",
}: endpoint{},
endpointKey{
Region: "ap-southeast-3",
}: endpoint{},
endpointKey{
Region: "ca-central-1",
}: endpoint{},
@ -33201,6 +33272,9 @@ var awsisoPartition = partition{
endpointKey{
Region: "us-iso-east-1",
}: endpoint{},
endpointKey{
Region: "us-iso-west-1",
}: endpoint{},
},
},
"rds": service{
@ -33873,6 +33947,13 @@ var awsisobPartition = partition{
},
},
},
"route53resolver": service{
Endpoints: serviceEndpoints{
endpointKey{
Region: "us-isob-east-1",
}: endpoint{},
},
},
"s3": service{
Defaults: endpointDefaults{
defaultKey{}: 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.108"
const SDKVersion = "1.44.111"

View file

@ -52152,10 +52152,10 @@ type AnalysisLoadBalancerListener struct {
_ struct{} `type:"structure"`
// [Classic Load Balancers] The back-end port for the listener.
InstancePort *int64 `locationName:"instancePort" min:"1" type:"integer"`
InstancePort *int64 `locationName:"instancePort" type:"integer"`
// The port on which the load balancer is listening.
LoadBalancerPort *int64 `locationName:"loadBalancerPort" min:"1" type:"integer"`
LoadBalancerPort *int64 `locationName:"loadBalancerPort" type:"integer"`
}
// String returns the string representation.
@ -52202,7 +52202,7 @@ type AnalysisLoadBalancerTarget struct {
Instance *AnalysisComponent `locationName:"instance" type:"structure"`
// The port on which the target is listening.
Port *int64 `locationName:"port" min:"1" type:"integer"`
Port *int64 `locationName:"port" type:"integer"`
}
// String returns the string representation.
@ -66764,7 +66764,7 @@ type CreateNetworkInsightsPathInput struct {
DestinationIp *string `type:"string"`
// The destination port.
DestinationPort *int64 `min:"1" type:"integer"`
DestinationPort *int64 `type:"integer"`
// Checks whether you have the required permissions for the action, without
// actually making the request, and provides an error response. If you have
@ -66814,9 +66814,6 @@ func (s *CreateNetworkInsightsPathInput) Validate() error {
if s.Destination == nil {
invalidParams.Add(request.NewErrParamRequired("Destination"))
}
if s.DestinationPort != nil && *s.DestinationPort < 1 {
invalidParams.Add(request.NewErrParamMinValue("DestinationPort", 1))
}
if s.Protocol == nil {
invalidParams.Add(request.NewErrParamRequired("Protocol"))
}
@ -85380,6 +85377,14 @@ type DescribeImageAttributeOutput struct {
// The ID of the AMI.
ImageId *string `locationName:"imageId" type:"string"`
// If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched
// from this AMI will have HttpTokens automatically set to required so that,
// by default, the instance requires that IMDSv2 is used when requesting instance
// metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information,
// see Configure the AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration)
// in the Amazon Elastic Compute Cloud User Guide.
ImdsSupport *AttributeValue `locationName:"imdsSupport" type:"structure"`
// The kernel ID.
KernelId *AttributeValue `locationName:"kernel" type:"structure"`
@ -85457,6 +85462,12 @@ func (s *DescribeImageAttributeOutput) SetImageId(v string) *DescribeImageAttrib
return s
}
// SetImdsSupport sets the ImdsSupport field's value.
func (s *DescribeImageAttributeOutput) SetImdsSupport(v *AttributeValue) *DescribeImageAttributeOutput {
s.ImdsSupport = v
return s
}
// SetKernelId sets the KernelId field's value.
func (s *DescribeImageAttributeOutput) SetKernelId(v *AttributeValue) *DescribeImageAttributeOutput {
s.KernelId = v
@ -97902,6 +97913,9 @@ type DescribeVpcAttributeOutput struct {
// to their corresponding IP addresses; otherwise, it does not.
EnableDnsSupport *AttributeBooleanValue `locationName:"enableDnsSupport" type:"structure"`
// Indicates whether Network Address Usage metrics are enabled for your VPC.
EnableNetworkAddressUsageMetrics *AttributeBooleanValue `locationName:"enableNetworkAddressUsageMetrics" type:"structure"`
// The ID of the VPC.
VpcId *string `locationName:"vpcId" type:"string"`
}
@ -97936,6 +97950,12 @@ func (s *DescribeVpcAttributeOutput) SetEnableDnsSupport(v *AttributeBooleanValu
return s
}
// SetEnableNetworkAddressUsageMetrics sets the EnableNetworkAddressUsageMetrics field's value.
func (s *DescribeVpcAttributeOutput) SetEnableNetworkAddressUsageMetrics(v *AttributeBooleanValue) *DescribeVpcAttributeOutput {
s.EnableNetworkAddressUsageMetrics = v
return s
}
// SetVpcId sets the VpcId field's value.
func (s *DescribeVpcAttributeOutput) SetVpcId(v string) *DescribeVpcAttributeOutput {
s.VpcId = &v
@ -105569,7 +105589,7 @@ type Explanation struct {
LoadBalancerArn *string `locationName:"loadBalancerArn" min:"1" type:"string"`
// The listener port of the load balancer.
LoadBalancerListenerPort *int64 `locationName:"loadBalancerListenerPort" min:"1" type:"integer"`
LoadBalancerListenerPort *int64 `locationName:"loadBalancerListenerPort" type:"integer"`
// The target.
LoadBalancerTarget *AnalysisLoadBalancerTarget `locationName:"loadBalancerTarget" type:"structure"`
@ -105581,7 +105601,7 @@ type Explanation struct {
LoadBalancerTargetGroups []*AnalysisComponent `locationName:"loadBalancerTargetGroupSet" locationNameList:"item" type:"list"`
// The target port.
LoadBalancerTargetPort *int64 `locationName:"loadBalancerTargetPort" min:"1" type:"integer"`
LoadBalancerTargetPort *int64 `locationName:"loadBalancerTargetPort" type:"integer"`
// The missing component.
MissingComponent *string `locationName:"missingComponent" type:"string"`
@ -105596,7 +105616,7 @@ type Explanation struct {
PacketField *string `locationName:"packetField" type:"string"`
// The port.
Port *int64 `locationName:"port" min:"1" type:"integer"`
Port *int64 `locationName:"port" type:"integer"`
// The port ranges.
PortRanges []*PortRange `locationName:"portRangeSet" locationNameList:"item" type:"list"`
@ -115016,6 +115036,14 @@ type Image struct {
// The type of image.
ImageType *string `locationName:"imageType" type:"string" enum:"ImageTypeValues"`
// If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched
// from this AMI will have HttpTokens automatically set to required so that,
// by default, the instance requires that IMDSv2 is used when requesting instance
// metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information,
// see Configure the AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration)
// in the Amazon Elastic Compute Cloud User Guide.
ImdsSupport *string `locationName:"imdsSupport" type:"string" enum:"ImdsSupportValues"`
// The kernel associated with the image, if any. Only applicable for machine
// images.
KernelId *string `locationName:"kernelId" type:"string"`
@ -115176,6 +115204,12 @@ func (s *Image) SetImageType(v string) *Image {
return s
}
// SetImdsSupport sets the ImdsSupport field's value.
func (s *Image) SetImdsSupport(v string) *Image {
s.ImdsSupport = &v
return s
}
// SetKernelId sets the KernelId field's value.
func (s *Image) SetKernelId(v string) *Image {
s.KernelId = &v
@ -134079,6 +134113,9 @@ type ModifyVpcAttributeInput struct {
// same request. Use separate requests for each attribute.
EnableDnsSupport *AttributeBooleanValue `type:"structure"`
// Indicates whether Network Address Usage metrics are enabled for your VPC.
EnableNetworkAddressUsageMetrics *AttributeBooleanValue `type:"structure"`
// The ID of the VPC.
//
// VpcId is a required field
@ -134128,6 +134165,12 @@ func (s *ModifyVpcAttributeInput) SetEnableDnsSupport(v *AttributeBooleanValue)
return s
}
// SetEnableNetworkAddressUsageMetrics sets the EnableNetworkAddressUsageMetrics field's value.
func (s *ModifyVpcAttributeInput) SetEnableNetworkAddressUsageMetrics(v *AttributeBooleanValue) *ModifyVpcAttributeInput {
s.EnableNetworkAddressUsageMetrics = v
return s
}
// SetVpcId sets the VpcId field's value.
func (s *ModifyVpcAttributeInput) SetVpcId(v string) *ModifyVpcAttributeInput {
s.VpcId = &v
@ -142169,6 +142212,17 @@ type RegisterImageInput struct {
// in the Amazon S3 Service Developer Guide.
ImageLocation *string `type:"string"`
// Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched
// from this AMI will have HttpTokens automatically set to required so that,
// by default, the instance requires that IMDSv2 is used when requesting instance
// metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information,
// see Configure the AMI (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration)
// in the Amazon Elastic Compute Cloud User Guide.
//
// If you set the value to v2.0, make sure that your AMI software can support
// IMDSv2.
ImdsSupport *string `type:"string" enum:"ImdsSupportValues"`
// The ID of the kernel.
KernelId *string `locationName:"kernelId" type:"string"`
@ -142295,6 +142349,12 @@ func (s *RegisterImageInput) SetImageLocation(v string) *RegisterImageInput {
return s
}
// SetImdsSupport sets the ImdsSupport field's value.
func (s *RegisterImageInput) SetImdsSupport(v string) *RegisterImageInput {
s.ImdsSupport = &v
return s
}
// SetKernelId sets the KernelId field's value.
func (s *RegisterImageInput) SetKernelId(v string) *RegisterImageInput {
s.KernelId = &v
@ -167939,6 +167999,9 @@ const (
// ImageAttributeNameLastLaunchedTime is a ImageAttributeName enum value
ImageAttributeNameLastLaunchedTime = "lastLaunchedTime"
// ImageAttributeNameImdsSupport is a ImageAttributeName enum value
ImageAttributeNameImdsSupport = "imdsSupport"
)
// ImageAttributeName_Values returns all elements of the ImageAttributeName enum
@ -167955,6 +168018,7 @@ func ImageAttributeName_Values() []string {
ImageAttributeNameTpmSupport,
ImageAttributeNameUefiData,
ImageAttributeNameLastLaunchedTime,
ImageAttributeNameImdsSupport,
}
}
@ -168014,6 +168078,18 @@ func ImageTypeValues_Values() []string {
}
}
const (
// ImdsSupportValuesV20 is a ImdsSupportValues enum value
ImdsSupportValuesV20 = "v2.0"
)
// ImdsSupportValues_Values returns all elements of the ImdsSupportValues enum
func ImdsSupportValues_Values() []string {
return []string{
ImdsSupportValuesV20,
}
}
const (
// InstanceAttributeNameInstanceType is a InstanceAttributeName enum value
InstanceAttributeNameInstanceType = "instanceType"
@ -174172,6 +174248,9 @@ const (
// VpcAttributeNameEnableDnsHostnames is a VpcAttributeName enum value
VpcAttributeNameEnableDnsHostnames = "enableDnsHostnames"
// VpcAttributeNameEnableNetworkAddressUsageMetrics is a VpcAttributeName enum value
VpcAttributeNameEnableNetworkAddressUsageMetrics = "enableNetworkAddressUsageMetrics"
)
// VpcAttributeName_Values returns all elements of the VpcAttributeName enum
@ -174179,6 +174258,7 @@ func VpcAttributeName_Values() []string {
return []string{
VpcAttributeNameEnableDnsSupport,
VpcAttributeNameEnableDnsHostnames,
VpcAttributeNameEnableNetworkAddressUsageMetrics,
}
}

2
vendor/modules.txt vendored
View file

@ -73,7 +73,7 @@ github.com/Microsoft/go-winio/pkg/guid
github.com/VividCortex/ewma
# github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/acarl005/stripansi
# github.com/aws/aws-sdk-go v1.44.108
# github.com/aws/aws-sdk-go v1.44.111
## explicit
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/arn