mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: bump github.com/aws/aws-sdk-go from 1.41.5 to 1.41.10
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.41.5 to 1.41.10. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.41.5...v1.41.10) --- 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:
committed by
mergify[bot]
parent
41d894f98a
commit
c8e78089f7
27
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
27
vendor/github.com/aws/aws-sdk-go/service/ec2/api.go
generated
vendored
@ -142236,6 +142236,12 @@ type VpnConnection struct {
|
||||
// Classic VPN connection.
|
||||
Category *string `locationName:"category" type:"string"`
|
||||
|
||||
// The ARN of the core network.
|
||||
CoreNetworkArn *string `locationName:"coreNetworkArn" type:"string"`
|
||||
|
||||
// The ARN of the core network attachment.
|
||||
CoreNetworkAttachmentArn *string `locationName:"coreNetworkAttachmentArn" type:"string"`
|
||||
|
||||
// The configuration information for the VPN connection's customer gateway (in
|
||||
// the native XML format). This element is always present in the CreateVpnConnection
|
||||
// response; however, it's present in the DescribeVpnConnections response only
|
||||
@ -142245,6 +142251,9 @@ type VpnConnection struct {
|
||||
// The ID of the customer gateway at your end of the VPN connection.
|
||||
CustomerGatewayId *string `locationName:"customerGatewayId" type:"string"`
|
||||
|
||||
// The current state of the gateway association.
|
||||
GatewayAssociationState *string `locationName:"gatewayAssociationState" type:"string"`
|
||||
|
||||
// The VPN connection options.
|
||||
Options *VpnConnectionOptions `locationName:"options" type:"structure"`
|
||||
|
||||
@ -142298,6 +142307,18 @@ func (s *VpnConnection) SetCategory(v string) *VpnConnection {
|
||||
return s
|
||||
}
|
||||
|
||||
// SetCoreNetworkArn sets the CoreNetworkArn field's value.
|
||||
func (s *VpnConnection) SetCoreNetworkArn(v string) *VpnConnection {
|
||||
s.CoreNetworkArn = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetCoreNetworkAttachmentArn sets the CoreNetworkAttachmentArn field's value.
|
||||
func (s *VpnConnection) SetCoreNetworkAttachmentArn(v string) *VpnConnection {
|
||||
s.CoreNetworkAttachmentArn = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetCustomerGatewayConfiguration sets the CustomerGatewayConfiguration field's value.
|
||||
func (s *VpnConnection) SetCustomerGatewayConfiguration(v string) *VpnConnection {
|
||||
s.CustomerGatewayConfiguration = &v
|
||||
@ -142310,6 +142331,12 @@ func (s *VpnConnection) SetCustomerGatewayId(v string) *VpnConnection {
|
||||
return s
|
||||
}
|
||||
|
||||
// SetGatewayAssociationState sets the GatewayAssociationState field's value.
|
||||
func (s *VpnConnection) SetGatewayAssociationState(v string) *VpnConnection {
|
||||
s.GatewayAssociationState = &v
|
||||
return s
|
||||
}
|
||||
|
||||
// SetOptions sets the Options field's value.
|
||||
func (s *VpnConnection) SetOptions(v *VpnConnectionOptions) *VpnConnection {
|
||||
s.Options = v
|
||||
|
2
vendor/github.com/aws/aws-sdk-go/service/sso/api.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/service/sso/api.go
generated
vendored
@ -1022,7 +1022,7 @@ func (s *LogoutInput) SetAccessToken(v string) *LogoutInput {
|
||||
}
|
||||
|
||||
type LogoutOutput struct {
|
||||
_ struct{} `type:"structure" nopayload:"true"`
|
||||
_ struct{} `type:"structure"`
|
||||
}
|
||||
|
||||
// String returns the string representation.
|
||||
|
Reference in New Issue
Block a user