aws-sdk-ec2 1.203.0 → 1.204.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +24 -1
- data/lib/aws-sdk-ec2/client_api.rb +10 -0
- data/lib/aws-sdk-ec2/types.rb +71 -10
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 509a6dded30d28bd581080e151a82330d7a8f0fce793778efba36443099c0ffa
|
4
|
+
data.tar.gz: 471eec900fb0e9b94c56fc35d2af412ee32c81f992a9c8e9f2af72708ed96115
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca30f016bfb21f3310a8e0bc3c3677ea0e7665bd634703aa7209510d987ccb0b4fe049f5b27ff90146d8f1da649bf0538f5233e1d443d482baf6e9c42bff6cd3
|
7
|
+
data.tar.gz: 58181ecaf893fa11a5be1b145ff68aaf59f08ac9bc01017a2eb4079aa8ea6b975e7b7d9067e4284060b92f3dda1af963ad4477ea7c598872e19b75d8d5fd1a05
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -466,6 +466,7 @@ module Aws::EC2
|
|
466
466
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
467
467
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
468
468
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
469
|
+
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
469
470
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
470
471
|
# resp.transit_gateway_vpc_attachment.tags[0].key #=> String
|
471
472
|
# resp.transit_gateway_vpc_attachment.tags[0].value #=> String
|
@@ -3964,6 +3965,12 @@ module Aws::EC2
|
|
3964
3965
|
# security group IDs are specified in the request, the default security
|
3965
3966
|
# group for the VPC is applied.
|
3966
3967
|
#
|
3968
|
+
# @option params [String] :self_service_portal
|
3969
|
+
# Specify whether to enable the self-service portal for the Client VPN
|
3970
|
+
# endpoint.
|
3971
|
+
#
|
3972
|
+
# Default Value: `enabled`
|
3973
|
+
#
|
3967
3974
|
# @return [Types::CreateClientVpnEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3968
3975
|
#
|
3969
3976
|
# * {Types::CreateClientVpnEndpointResult#client_vpn_endpoint_id #client_vpn_endpoint_id} => String
|
@@ -3986,6 +3993,7 @@ module Aws::EC2
|
|
3986
3993
|
# },
|
3987
3994
|
# federated_authentication: {
|
3988
3995
|
# saml_provider_arn: "String",
|
3996
|
+
# self_service_saml_provider_arn: "String",
|
3989
3997
|
# },
|
3990
3998
|
# },
|
3991
3999
|
# ],
|
@@ -4014,6 +4022,7 @@ module Aws::EC2
|
|
4014
4022
|
# ],
|
4015
4023
|
# security_group_ids: ["SecurityGroupId"],
|
4016
4024
|
# vpc_id: "VpcId",
|
4025
|
+
# self_service_portal: "enabled", # accepts enabled, disabled
|
4017
4026
|
# })
|
4018
4027
|
#
|
4019
4028
|
# @example Response structure
|
@@ -8977,6 +8986,7 @@ module Aws::EC2
|
|
8977
8986
|
# options: {
|
8978
8987
|
# dns_support: "enable", # accepts enable, disable
|
8979
8988
|
# ipv_6_support: "enable", # accepts enable, disable
|
8989
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
8980
8990
|
# },
|
8981
8991
|
# tag_specifications: [
|
8982
8992
|
# {
|
@@ -9004,6 +9014,7 @@ module Aws::EC2
|
|
9004
9014
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
9005
9015
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
9006
9016
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
9017
|
+
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
9007
9018
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
9008
9019
|
# resp.transit_gateway_vpc_attachment.tags[0].key #=> String
|
9009
9020
|
# resp.transit_gateway_vpc_attachment.tags[0].value #=> String
|
@@ -12109,6 +12120,7 @@ module Aws::EC2
|
|
12109
12120
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
12110
12121
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
12111
12122
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
12123
|
+
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
12112
12124
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
12113
12125
|
# resp.transit_gateway_vpc_attachment.tags[0].key #=> String
|
12114
12126
|
# resp.transit_gateway_vpc_attachment.tags[0].value #=> String
|
@@ -13974,6 +13986,7 @@ module Aws::EC2
|
|
13974
13986
|
# resp.client_vpn_endpoints[0].authentication_options[0].active_directory.directory_id #=> String
|
13975
13987
|
# resp.client_vpn_endpoints[0].authentication_options[0].mutual_authentication.client_root_certificate_chain #=> String
|
13976
13988
|
# resp.client_vpn_endpoints[0].authentication_options[0].federated_authentication.saml_provider_arn #=> String
|
13989
|
+
# resp.client_vpn_endpoints[0].authentication_options[0].federated_authentication.self_service_saml_provider_arn #=> String
|
13977
13990
|
# resp.client_vpn_endpoints[0].connection_log_options.enabled #=> Boolean
|
13978
13991
|
# resp.client_vpn_endpoints[0].connection_log_options.cloudwatch_log_group #=> String
|
13979
13992
|
# resp.client_vpn_endpoints[0].connection_log_options.cloudwatch_log_stream #=> String
|
@@ -13983,6 +13996,7 @@ module Aws::EC2
|
|
13983
13996
|
# resp.client_vpn_endpoints[0].security_group_ids #=> Array
|
13984
13997
|
# resp.client_vpn_endpoints[0].security_group_ids[0] #=> String
|
13985
13998
|
# resp.client_vpn_endpoints[0].vpc_id #=> String
|
13999
|
+
# resp.client_vpn_endpoints[0].self_service_portal_url #=> String
|
13986
14000
|
# resp.next_token #=> String
|
13987
14001
|
#
|
13988
14002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeClientVpnEndpoints AWS API Documentation
|
@@ -24168,6 +24182,7 @@ module Aws::EC2
|
|
24168
24182
|
# resp.transit_gateway_vpc_attachments[0].creation_time #=> Time
|
24169
24183
|
# resp.transit_gateway_vpc_attachments[0].options.dns_support #=> String, one of "enable", "disable"
|
24170
24184
|
# resp.transit_gateway_vpc_attachments[0].options.ipv_6_support #=> String, one of "enable", "disable"
|
24185
|
+
# resp.transit_gateway_vpc_attachments[0].options.appliance_mode_support #=> String, one of "enable", "disable"
|
24171
24186
|
# resp.transit_gateway_vpc_attachments[0].tags #=> Array
|
24172
24187
|
# resp.transit_gateway_vpc_attachments[0].tags[0].key #=> String
|
24173
24188
|
# resp.transit_gateway_vpc_attachments[0].tags[0].value #=> String
|
@@ -30159,6 +30174,10 @@ module Aws::EC2
|
|
30159
30174
|
# @option params [String] :vpc_id
|
30160
30175
|
# The ID of the VPC to associate with the Client VPN endpoint.
|
30161
30176
|
#
|
30177
|
+
# @option params [String] :self_service_portal
|
30178
|
+
# Specify whether to enable the self-service portal for the Client VPN
|
30179
|
+
# endpoint.
|
30180
|
+
#
|
30162
30181
|
# @return [Types::ModifyClientVpnEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
30163
30182
|
#
|
30164
30183
|
# * {Types::ModifyClientVpnEndpointResult#return #return} => Boolean
|
@@ -30183,6 +30202,7 @@ module Aws::EC2
|
|
30183
30202
|
# dry_run: false,
|
30184
30203
|
# security_group_ids: ["SecurityGroupId"],
|
30185
30204
|
# vpc_id: "VpcId",
|
30205
|
+
# self_service_portal: "enabled", # accepts enabled, disabled
|
30186
30206
|
# })
|
30187
30207
|
#
|
30188
30208
|
# @example Response structure
|
@@ -32556,6 +32576,7 @@ module Aws::EC2
|
|
32556
32576
|
# options: {
|
32557
32577
|
# dns_support: "enable", # accepts enable, disable
|
32558
32578
|
# ipv_6_support: "enable", # accepts enable, disable
|
32579
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
32559
32580
|
# },
|
32560
32581
|
# dry_run: false,
|
32561
32582
|
# })
|
@@ -32572,6 +32593,7 @@ module Aws::EC2
|
|
32572
32593
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
32573
32594
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
32574
32595
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
32596
|
+
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
32575
32597
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
32576
32598
|
# resp.transit_gateway_vpc_attachment.tags[0].key #=> String
|
32577
32599
|
# resp.transit_gateway_vpc_attachment.tags[0].value #=> String
|
@@ -34733,6 +34755,7 @@ module Aws::EC2
|
|
34733
34755
|
# resp.transit_gateway_vpc_attachment.creation_time #=> Time
|
34734
34756
|
# resp.transit_gateway_vpc_attachment.options.dns_support #=> String, one of "enable", "disable"
|
34735
34757
|
# resp.transit_gateway_vpc_attachment.options.ipv_6_support #=> String, one of "enable", "disable"
|
34758
|
+
# resp.transit_gateway_vpc_attachment.options.appliance_mode_support #=> String, one of "enable", "disable"
|
34736
34759
|
# resp.transit_gateway_vpc_attachment.tags #=> Array
|
34737
34760
|
# resp.transit_gateway_vpc_attachment.tags[0].key #=> String
|
34738
34761
|
# resp.transit_gateway_vpc_attachment.tags[0].value #=> String
|
@@ -39094,7 +39117,7 @@ module Aws::EC2
|
|
39094
39117
|
params: params,
|
39095
39118
|
config: config)
|
39096
39119
|
context[:gem_name] = 'aws-sdk-ec2'
|
39097
|
-
context[:gem_version] = '1.
|
39120
|
+
context[:gem_version] = '1.204.0'
|
39098
39121
|
Seahorse::Client::Request.new(handlers, context)
|
39099
39122
|
end
|
39100
39123
|
|
@@ -50,6 +50,7 @@ module Aws::EC2
|
|
50
50
|
AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
|
51
51
|
AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
|
52
52
|
AllowsMultipleInstanceTypes = Shapes::StringShape.new(name: 'AllowsMultipleInstanceTypes')
|
53
|
+
ApplianceModeSupportValue = Shapes::StringShape.new(name: 'ApplianceModeSupportValue')
|
53
54
|
ApplySecurityGroupsToClientVpnTargetNetworkRequest = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkRequest')
|
54
55
|
ApplySecurityGroupsToClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkResult')
|
55
56
|
ArchitectureType = Shapes::StringShape.new(name: 'ArchitectureType')
|
@@ -1769,6 +1770,7 @@ module Aws::EC2
|
|
1769
1770
|
SecurityGroupReference = Shapes::StructureShape.new(name: 'SecurityGroupReference')
|
1770
1771
|
SecurityGroupReferences = Shapes::ListShape.new(name: 'SecurityGroupReferences')
|
1771
1772
|
SecurityGroupStringList = Shapes::ListShape.new(name: 'SecurityGroupStringList')
|
1773
|
+
SelfServicePortal = Shapes::StringShape.new(name: 'SelfServicePortal')
|
1772
1774
|
SendDiagnosticInterruptRequest = Shapes::StructureShape.new(name: 'SendDiagnosticInterruptRequest')
|
1773
1775
|
SensitiveUserData = Shapes::StringShape.new(name: 'SensitiveUserData')
|
1774
1776
|
ServiceConfiguration = Shapes::StructureShape.new(name: 'ServiceConfiguration')
|
@@ -2798,6 +2800,7 @@ module Aws::EC2
|
|
2798
2800
|
ClientVpnEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
2799
2801
|
ClientVpnEndpoint.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, location_name: "securityGroupIdSet"))
|
2800
2802
|
ClientVpnEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
2803
|
+
ClientVpnEndpoint.add_member(:self_service_portal_url, Shapes::ShapeRef.new(shape: String, location_name: "selfServicePortalUrl"))
|
2801
2804
|
ClientVpnEndpoint.struct_class = Types::ClientVpnEndpoint
|
2802
2805
|
|
2803
2806
|
ClientVpnEndpointIdList.member = Shapes::ShapeRef.new(shape: ClientVpnEndpointId, location_name: "item")
|
@@ -2976,6 +2979,7 @@ module Aws::EC2
|
|
2976
2979
|
CreateClientVpnEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
2977
2980
|
CreateClientVpnEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, location_name: "SecurityGroupId"))
|
2978
2981
|
CreateClientVpnEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
2982
|
+
CreateClientVpnEndpointRequest.add_member(:self_service_portal, Shapes::ShapeRef.new(shape: SelfServicePortal, location_name: "SelfServicePortal"))
|
2979
2983
|
CreateClientVpnEndpointRequest.struct_class = Types::CreateClientVpnEndpointRequest
|
2980
2984
|
|
2981
2985
|
CreateClientVpnEndpointResult.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
|
@@ -3472,6 +3476,7 @@ module Aws::EC2
|
|
3472
3476
|
|
3473
3477
|
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
3474
3478
|
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
|
3479
|
+
CreateTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
|
3475
3480
|
CreateTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::CreateTransitGatewayVpcAttachmentRequestOptions
|
3476
3481
|
|
3477
3482
|
CreateTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
@@ -5751,9 +5756,11 @@ module Aws::EC2
|
|
5751
5756
|
FailedQueuedPurchaseDeletionSet.member = Shapes::ShapeRef.new(shape: FailedQueuedPurchaseDeletion, location_name: "item")
|
5752
5757
|
|
5753
5758
|
FederatedAuthentication.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "samlProviderArn"))
|
5759
|
+
FederatedAuthentication.add_member(:self_service_saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "selfServiceSamlProviderArn"))
|
5754
5760
|
FederatedAuthentication.struct_class = Types::FederatedAuthentication
|
5755
5761
|
|
5756
5762
|
FederatedAuthenticationRequest.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "SAMLProviderArn"))
|
5763
|
+
FederatedAuthenticationRequest.add_member(:self_service_saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "SelfServiceSAMLProviderArn"))
|
5757
5764
|
FederatedAuthenticationRequest.struct_class = Types::FederatedAuthenticationRequest
|
5758
5765
|
|
5759
5766
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
@@ -7336,6 +7343,7 @@ module Aws::EC2
|
|
7336
7343
|
ModifyClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7337
7344
|
ModifyClientVpnEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, location_name: "SecurityGroupId"))
|
7338
7345
|
ModifyClientVpnEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
7346
|
+
ModifyClientVpnEndpointRequest.add_member(:self_service_portal, Shapes::ShapeRef.new(shape: SelfServicePortal, location_name: "SelfServicePortal"))
|
7339
7347
|
ModifyClientVpnEndpointRequest.struct_class = Types::ModifyClientVpnEndpointRequest
|
7340
7348
|
|
7341
7349
|
ModifyClientVpnEndpointResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -7620,6 +7628,7 @@ module Aws::EC2
|
|
7620
7628
|
|
7621
7629
|
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "DnsSupport"))
|
7622
7630
|
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "Ipv6Support"))
|
7631
|
+
ModifyTransitGatewayVpcAttachmentRequestOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "ApplianceModeSupport"))
|
7623
7632
|
ModifyTransitGatewayVpcAttachmentRequestOptions.struct_class = Types::ModifyTransitGatewayVpcAttachmentRequestOptions
|
7624
7633
|
|
7625
7634
|
ModifyTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
@@ -9840,6 +9849,7 @@ module Aws::EC2
|
|
9840
9849
|
|
9841
9850
|
TransitGatewayVpcAttachmentOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
|
9842
9851
|
TransitGatewayVpcAttachmentOptions.add_member(:ipv_6_support, Shapes::ShapeRef.new(shape: Ipv6SupportValue, location_name: "ipv6Support"))
|
9852
|
+
TransitGatewayVpcAttachmentOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: ApplianceModeSupportValue, location_name: "applianceModeSupport"))
|
9843
9853
|
TransitGatewayVpcAttachmentOptions.struct_class = Types::TransitGatewayVpcAttachmentOptions
|
9844
9854
|
|
9845
9855
|
TunnelOption.add_member(:outside_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "outsideIpAddress"))
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -3706,7 +3706,7 @@ module Aws::EC2
|
|
3706
3706
|
#
|
3707
3707
|
#
|
3708
3708
|
#
|
3709
|
-
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication
|
3709
|
+
# [1]: https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html
|
3710
3710
|
#
|
3711
3711
|
# @!attribute [rw] type
|
3712
3712
|
# The authentication type used.
|
@@ -3756,6 +3756,7 @@ module Aws::EC2
|
|
3756
3756
|
# },
|
3757
3757
|
# federated_authentication: {
|
3758
3758
|
# saml_provider_arn: "String",
|
3759
|
+
# self_service_saml_provider_arn: "String",
|
3759
3760
|
# },
|
3760
3761
|
# }
|
3761
3762
|
#
|
@@ -4000,6 +4001,10 @@ module Aws::EC2
|
|
4000
4001
|
# The ID of the VPC.
|
4001
4002
|
# @return [String]
|
4002
4003
|
#
|
4004
|
+
# @!attribute [rw] self_service_portal_url
|
4005
|
+
# The URL of the self-service portal.
|
4006
|
+
# @return [String]
|
4007
|
+
#
|
4003
4008
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ClientVpnEndpoint AWS API Documentation
|
4004
4009
|
#
|
4005
4010
|
class ClientVpnEndpoint < Struct.new(
|
@@ -4021,7 +4026,8 @@ module Aws::EC2
|
|
4021
4026
|
:connection_log_options,
|
4022
4027
|
:tags,
|
4023
4028
|
:security_group_ids,
|
4024
|
-
:vpc_id
|
4029
|
+
:vpc_id,
|
4030
|
+
:self_service_portal_url)
|
4025
4031
|
SENSITIVE = []
|
4026
4032
|
include Aws::Structure
|
4027
4033
|
end
|
@@ -5070,6 +5076,7 @@ module Aws::EC2
|
|
5070
5076
|
# },
|
5071
5077
|
# federated_authentication: {
|
5072
5078
|
# saml_provider_arn: "String",
|
5079
|
+
# self_service_saml_provider_arn: "String",
|
5073
5080
|
# },
|
5074
5081
|
# },
|
5075
5082
|
# ],
|
@@ -5098,6 +5105,7 @@ module Aws::EC2
|
|
5098
5105
|
# ],
|
5099
5106
|
# security_group_ids: ["SecurityGroupId"],
|
5100
5107
|
# vpc_id: "VpcId",
|
5108
|
+
# self_service_portal: "enabled", # accepts enabled, disabled
|
5101
5109
|
# }
|
5102
5110
|
#
|
5103
5111
|
# @!attribute [rw] client_cidr_block
|
@@ -5216,6 +5224,13 @@ module Aws::EC2
|
|
5216
5224
|
# security group for the VPC is applied.
|
5217
5225
|
# @return [String]
|
5218
5226
|
#
|
5227
|
+
# @!attribute [rw] self_service_portal
|
5228
|
+
# Specify whether to enable the self-service portal for the Client VPN
|
5229
|
+
# endpoint.
|
5230
|
+
#
|
5231
|
+
# Default Value: `enabled`
|
5232
|
+
# @return [String]
|
5233
|
+
#
|
5219
5234
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateClientVpnEndpointRequest AWS API Documentation
|
5220
5235
|
#
|
5221
5236
|
class CreateClientVpnEndpointRequest < Struct.new(
|
@@ -5232,7 +5247,8 @@ module Aws::EC2
|
|
5232
5247
|
:client_token,
|
5233
5248
|
:tag_specifications,
|
5234
5249
|
:security_group_ids,
|
5235
|
-
:vpc_id
|
5250
|
+
:vpc_id,
|
5251
|
+
:self_service_portal)
|
5236
5252
|
SENSITIVE = []
|
5237
5253
|
include Aws::Structure
|
5238
5254
|
end
|
@@ -9182,6 +9198,7 @@ module Aws::EC2
|
|
9182
9198
|
# options: {
|
9183
9199
|
# dns_support: "enable", # accepts enable, disable
|
9184
9200
|
# ipv_6_support: "enable", # accepts enable, disable
|
9201
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
9185
9202
|
# },
|
9186
9203
|
# tag_specifications: [
|
9187
9204
|
# {
|
@@ -9248,6 +9265,7 @@ module Aws::EC2
|
|
9248
9265
|
# {
|
9249
9266
|
# dns_support: "enable", # accepts enable, disable
|
9250
9267
|
# ipv_6_support: "enable", # accepts enable, disable
|
9268
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
9251
9269
|
# }
|
9252
9270
|
#
|
9253
9271
|
# @!attribute [rw] dns_support
|
@@ -9258,11 +9276,19 @@ module Aws::EC2
|
|
9258
9276
|
# Enable or disable IPv6 support. The default is `enable`.
|
9259
9277
|
# @return [String]
|
9260
9278
|
#
|
9279
|
+
# @!attribute [rw] appliance_mode_support
|
9280
|
+
# Enable or disable support for appliance mode. If enabled, a traffic
|
9281
|
+
# flow between a source and destination uses the same Availability
|
9282
|
+
# Zone for the VPC attachment for the lifetime of that flow. The
|
9283
|
+
# default is `disable`.
|
9284
|
+
# @return [String]
|
9285
|
+
#
|
9261
9286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayVpcAttachmentRequestOptions AWS API Documentation
|
9262
9287
|
#
|
9263
9288
|
class CreateTransitGatewayVpcAttachmentRequestOptions < Struct.new(
|
9264
9289
|
:dns_support,
|
9265
|
-
:ipv_6_support
|
9290
|
+
:ipv_6_support,
|
9291
|
+
:appliance_mode_support)
|
9266
9292
|
SENSITIVE = []
|
9267
9293
|
include Aws::Structure
|
9268
9294
|
end
|
@@ -26147,17 +26173,23 @@ module Aws::EC2
|
|
26147
26173
|
include Aws::Structure
|
26148
26174
|
end
|
26149
26175
|
|
26150
|
-
# Describes the IAM SAML identity
|
26176
|
+
# Describes the IAM SAML identity providers used for federated
|
26151
26177
|
# authentication.
|
26152
26178
|
#
|
26153
26179
|
# @!attribute [rw] saml_provider_arn
|
26154
26180
|
# The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
26155
26181
|
# @return [String]
|
26156
26182
|
#
|
26183
|
+
# @!attribute [rw] self_service_saml_provider_arn
|
26184
|
+
# The Amazon Resource Name (ARN) of the IAM SAML identity provider for
|
26185
|
+
# the self-service portal.
|
26186
|
+
# @return [String]
|
26187
|
+
#
|
26157
26188
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FederatedAuthentication AWS API Documentation
|
26158
26189
|
#
|
26159
26190
|
class FederatedAuthentication < Struct.new(
|
26160
|
-
:saml_provider_arn
|
26191
|
+
:saml_provider_arn,
|
26192
|
+
:self_service_saml_provider_arn)
|
26161
26193
|
SENSITIVE = []
|
26162
26194
|
include Aws::Structure
|
26163
26195
|
end
|
@@ -26169,16 +26201,23 @@ module Aws::EC2
|
|
26169
26201
|
#
|
26170
26202
|
# {
|
26171
26203
|
# saml_provider_arn: "String",
|
26204
|
+
# self_service_saml_provider_arn: "String",
|
26172
26205
|
# }
|
26173
26206
|
#
|
26174
26207
|
# @!attribute [rw] saml_provider_arn
|
26175
26208
|
# The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
26176
26209
|
# @return [String]
|
26177
26210
|
#
|
26211
|
+
# @!attribute [rw] self_service_saml_provider_arn
|
26212
|
+
# The Amazon Resource Name (ARN) of the IAM SAML identity provider for
|
26213
|
+
# the self-service portal.
|
26214
|
+
# @return [String]
|
26215
|
+
#
|
26178
26216
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FederatedAuthenticationRequest AWS API Documentation
|
26179
26217
|
#
|
26180
26218
|
class FederatedAuthenticationRequest < Struct.new(
|
26181
|
-
:saml_provider_arn
|
26219
|
+
:saml_provider_arn,
|
26220
|
+
:self_service_saml_provider_arn)
|
26182
26221
|
SENSITIVE = []
|
26183
26222
|
include Aws::Structure
|
26184
26223
|
end
|
@@ -34821,6 +34860,7 @@ module Aws::EC2
|
|
34821
34860
|
# dry_run: false,
|
34822
34861
|
# security_group_ids: ["SecurityGroupId"],
|
34823
34862
|
# vpc_id: "VpcId",
|
34863
|
+
# self_service_portal: "enabled", # accepts enabled, disabled
|
34824
34864
|
# }
|
34825
34865
|
#
|
34826
34866
|
# @!attribute [rw] client_vpn_endpoint_id
|
@@ -34894,6 +34934,11 @@ module Aws::EC2
|
|
34894
34934
|
# The ID of the VPC to associate with the Client VPN endpoint.
|
34895
34935
|
# @return [String]
|
34896
34936
|
#
|
34937
|
+
# @!attribute [rw] self_service_portal
|
34938
|
+
# Specify whether to enable the self-service portal for the Client VPN
|
34939
|
+
# endpoint.
|
34940
|
+
# @return [String]
|
34941
|
+
#
|
34897
34942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyClientVpnEndpointRequest AWS API Documentation
|
34898
34943
|
#
|
34899
34944
|
class ModifyClientVpnEndpointRequest < Struct.new(
|
@@ -34906,7 +34951,8 @@ module Aws::EC2
|
|
34906
34951
|
:split_tunnel,
|
34907
34952
|
:dry_run,
|
34908
34953
|
:security_group_ids,
|
34909
|
-
:vpc_id
|
34954
|
+
:vpc_id,
|
34955
|
+
:self_service_portal)
|
34910
34956
|
SENSITIVE = []
|
34911
34957
|
include Aws::Structure
|
34912
34958
|
end
|
@@ -36966,6 +37012,7 @@ module Aws::EC2
|
|
36966
37012
|
# options: {
|
36967
37013
|
# dns_support: "enable", # accepts enable, disable
|
36968
37014
|
# ipv_6_support: "enable", # accepts enable, disable
|
37015
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
36969
37016
|
# },
|
36970
37017
|
# dry_run: false,
|
36971
37018
|
# }
|
@@ -37018,6 +37065,7 @@ module Aws::EC2
|
|
37018
37065
|
# {
|
37019
37066
|
# dns_support: "enable", # accepts enable, disable
|
37020
37067
|
# ipv_6_support: "enable", # accepts enable, disable
|
37068
|
+
# appliance_mode_support: "enable", # accepts enable, disable
|
37021
37069
|
# }
|
37022
37070
|
#
|
37023
37071
|
# @!attribute [rw] dns_support
|
@@ -37028,11 +37076,19 @@ module Aws::EC2
|
|
37028
37076
|
# Enable or disable IPv6 support. The default is `enable`.
|
37029
37077
|
# @return [String]
|
37030
37078
|
#
|
37079
|
+
# @!attribute [rw] appliance_mode_support
|
37080
|
+
# Enable or disable support for appliance mode. If enabled, a traffic
|
37081
|
+
# flow between a source and destination uses the same Availability
|
37082
|
+
# Zone for the VPC attachment for the lifetime of that flow. The
|
37083
|
+
# default is `disable`.
|
37084
|
+
# @return [String]
|
37085
|
+
#
|
37031
37086
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTransitGatewayVpcAttachmentRequestOptions AWS API Documentation
|
37032
37087
|
#
|
37033
37088
|
class ModifyTransitGatewayVpcAttachmentRequestOptions < Struct.new(
|
37034
37089
|
:dns_support,
|
37035
|
-
:ipv_6_support
|
37090
|
+
:ipv_6_support,
|
37091
|
+
:appliance_mode_support)
|
37036
37092
|
SENSITIVE = []
|
37037
37093
|
include Aws::Structure
|
37038
37094
|
end
|
@@ -50344,11 +50400,16 @@ module Aws::EC2
|
|
50344
50400
|
# Indicates whether IPv6 support is disabled.
|
50345
50401
|
# @return [String]
|
50346
50402
|
#
|
50403
|
+
# @!attribute [rw] appliance_mode_support
|
50404
|
+
# Indicates whether appliance mode support is enabled.
|
50405
|
+
# @return [String]
|
50406
|
+
#
|
50347
50407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TransitGatewayVpcAttachmentOptions AWS API Documentation
|
50348
50408
|
#
|
50349
50409
|
class TransitGatewayVpcAttachmentOptions < Struct.new(
|
50350
50410
|
:dns_support,
|
50351
|
-
:ipv_6_support
|
50411
|
+
:ipv_6_support,
|
50412
|
+
:appliance_mode_support)
|
50352
50413
|
SENSITIVE = []
|
50353
50414
|
include Aws::Structure
|
50354
50415
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.204.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|