aws-sdk-ec2 1.63.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,12 +42,16 @@ module Aws::EC2
42
42
  AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
43
43
  AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
44
44
  AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
45
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkRequest')
46
+ ApplySecurityGroupsToClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkResult')
45
47
  ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
46
48
  AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
47
49
  AssignIpv6AddressesResult = Shapes::StructureShape.new(name: 'AssignIpv6AddressesResult')
48
50
  AssignPrivateIpAddressesRequest = Shapes::StructureShape.new(name: 'AssignPrivateIpAddressesRequest')
49
51
  AssociateAddressRequest = Shapes::StructureShape.new(name: 'AssociateAddressRequest')
50
52
  AssociateAddressResult = Shapes::StructureShape.new(name: 'AssociateAddressResult')
53
+ AssociateClientVpnTargetNetworkRequest = Shapes::StructureShape.new(name: 'AssociateClientVpnTargetNetworkRequest')
54
+ AssociateClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'AssociateClientVpnTargetNetworkResult')
51
55
  AssociateDhcpOptionsRequest = Shapes::StructureShape.new(name: 'AssociateDhcpOptionsRequest')
52
56
  AssociateIamInstanceProfileRequest = Shapes::StructureShape.new(name: 'AssociateIamInstanceProfileRequest')
53
57
  AssociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'AssociateIamInstanceProfileResult')
@@ -59,7 +63,12 @@ module Aws::EC2
59
63
  AssociateTransitGatewayRouteTableResult = Shapes::StructureShape.new(name: 'AssociateTransitGatewayRouteTableResult')
60
64
  AssociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockRequest')
61
65
  AssociateVpcCidrBlockResult = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockResult')
66
+ AssociatedNetworkType = Shapes::StringShape.new(name: 'AssociatedNetworkType')
67
+ AssociatedTargetNetwork = Shapes::StructureShape.new(name: 'AssociatedTargetNetwork')
68
+ AssociatedTargetNetworkSet = Shapes::ListShape.new(name: 'AssociatedTargetNetworkSet')
62
69
  AssociationIdList = Shapes::ListShape.new(name: 'AssociationIdList')
70
+ AssociationStatus = Shapes::StructureShape.new(name: 'AssociationStatus')
71
+ AssociationStatusCode = Shapes::StringShape.new(name: 'AssociationStatusCode')
63
72
  AttachClassicLinkVpcRequest = Shapes::StructureShape.new(name: 'AttachClassicLinkVpcRequest')
64
73
  AttachClassicLinkVpcResult = Shapes::StructureShape.new(name: 'AttachClassicLinkVpcResult')
65
74
  AttachInternetGatewayRequest = Shapes::StructureShape.new(name: 'AttachInternetGatewayRequest')
@@ -71,6 +80,10 @@ module Aws::EC2
71
80
  AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
72
81
  AttributeBooleanValue = Shapes::StructureShape.new(name: 'AttributeBooleanValue')
73
82
  AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
83
+ AuthorizationRule = Shapes::StructureShape.new(name: 'AuthorizationRule')
84
+ AuthorizationRuleSet = Shapes::ListShape.new(name: 'AuthorizationRuleSet')
85
+ AuthorizeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'AuthorizeClientVpnIngressRequest')
86
+ AuthorizeClientVpnIngressResult = Shapes::StructureShape.new(name: 'AuthorizeClientVpnIngressResult')
74
87
  AuthorizeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupEgressRequest')
75
88
  AuthorizeSecurityGroupIngressRequest = Shapes::StructureShape.new(name: 'AuthorizeSecurityGroupIngressRequest')
76
89
  AutoAcceptSharedAttachmentsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAttachmentsValue')
@@ -134,6 +147,8 @@ module Aws::EC2
134
147
  CapacityReservationTarget = Shapes::StructureShape.new(name: 'CapacityReservationTarget')
135
148
  CapacityReservationTargetResponse = Shapes::StructureShape.new(name: 'CapacityReservationTargetResponse')
136
149
  CapacityReservationTenancy = Shapes::StringShape.new(name: 'CapacityReservationTenancy')
150
+ CertificateAuthentication = Shapes::StructureShape.new(name: 'CertificateAuthentication')
151
+ CertificateAuthenticationRequest = Shapes::StructureShape.new(name: 'CertificateAuthenticationRequest')
137
152
  CidrAuthorizationContext = Shapes::StructureShape.new(name: 'CidrAuthorizationContext')
138
153
  CidrBlock = Shapes::StructureShape.new(name: 'CidrBlock')
139
154
  CidrBlockSet = Shapes::ListShape.new(name: 'CidrBlockSet')
@@ -144,9 +159,32 @@ module Aws::EC2
144
159
  ClassicLoadBalancer = Shapes::StructureShape.new(name: 'ClassicLoadBalancer')
145
160
  ClassicLoadBalancers = Shapes::ListShape.new(name: 'ClassicLoadBalancers')
146
161
  ClassicLoadBalancersConfig = Shapes::StructureShape.new(name: 'ClassicLoadBalancersConfig')
162
+ ClientCertificateRevocationListStatus = Shapes::StructureShape.new(name: 'ClientCertificateRevocationListStatus')
163
+ ClientCertificateRevocationListStatusCode = Shapes::StringShape.new(name: 'ClientCertificateRevocationListStatusCode')
147
164
  ClientData = Shapes::StructureShape.new(name: 'ClientData')
165
+ ClientVpnAuthentication = Shapes::StructureShape.new(name: 'ClientVpnAuthentication')
166
+ ClientVpnAuthenticationList = Shapes::ListShape.new(name: 'ClientVpnAuthenticationList')
167
+ ClientVpnAuthenticationRequest = Shapes::StructureShape.new(name: 'ClientVpnAuthenticationRequest')
168
+ ClientVpnAuthenticationRequestList = Shapes::ListShape.new(name: 'ClientVpnAuthenticationRequestList')
169
+ ClientVpnAuthenticationType = Shapes::StringShape.new(name: 'ClientVpnAuthenticationType')
170
+ ClientVpnAuthorizationRuleStatus = Shapes::StructureShape.new(name: 'ClientVpnAuthorizationRuleStatus')
171
+ ClientVpnAuthorizationRuleStatusCode = Shapes::StringShape.new(name: 'ClientVpnAuthorizationRuleStatusCode')
172
+ ClientVpnConnection = Shapes::StructureShape.new(name: 'ClientVpnConnection')
173
+ ClientVpnConnectionSet = Shapes::ListShape.new(name: 'ClientVpnConnectionSet')
174
+ ClientVpnConnectionStatus = Shapes::StructureShape.new(name: 'ClientVpnConnectionStatus')
175
+ ClientVpnConnectionStatusCode = Shapes::StringShape.new(name: 'ClientVpnConnectionStatusCode')
176
+ ClientVpnEndpoint = Shapes::StructureShape.new(name: 'ClientVpnEndpoint')
177
+ ClientVpnEndpointStatus = Shapes::StructureShape.new(name: 'ClientVpnEndpointStatus')
178
+ ClientVpnEndpointStatusCode = Shapes::StringShape.new(name: 'ClientVpnEndpointStatusCode')
179
+ ClientVpnRoute = Shapes::StructureShape.new(name: 'ClientVpnRoute')
180
+ ClientVpnRouteSet = Shapes::ListShape.new(name: 'ClientVpnRouteSet')
181
+ ClientVpnRouteStatus = Shapes::StructureShape.new(name: 'ClientVpnRouteStatus')
182
+ ClientVpnRouteStatusCode = Shapes::StringShape.new(name: 'ClientVpnRouteStatusCode')
183
+ ClientVpnSecurityGroupIdSet = Shapes::ListShape.new(name: 'ClientVpnSecurityGroupIdSet')
148
184
  ConfirmProductInstanceRequest = Shapes::StructureShape.new(name: 'ConfirmProductInstanceRequest')
149
185
  ConfirmProductInstanceResult = Shapes::StructureShape.new(name: 'ConfirmProductInstanceResult')
186
+ ConnectionLogOptions = Shapes::StructureShape.new(name: 'ConnectionLogOptions')
187
+ ConnectionLogResponseOptions = Shapes::StructureShape.new(name: 'ConnectionLogResponseOptions')
150
188
  ConnectionNotification = Shapes::StructureShape.new(name: 'ConnectionNotification')
151
189
  ConnectionNotificationSet = Shapes::ListShape.new(name: 'ConnectionNotificationSet')
152
190
  ConnectionNotificationState = Shapes::StringShape.new(name: 'ConnectionNotificationState')
@@ -165,6 +203,10 @@ module Aws::EC2
165
203
  CpuOptionsRequest = Shapes::StructureShape.new(name: 'CpuOptionsRequest')
166
204
  CreateCapacityReservationRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationRequest')
167
205
  CreateCapacityReservationResult = Shapes::StructureShape.new(name: 'CreateCapacityReservationResult')
206
+ CreateClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'CreateClientVpnEndpointRequest')
207
+ CreateClientVpnEndpointResult = Shapes::StructureShape.new(name: 'CreateClientVpnEndpointResult')
208
+ CreateClientVpnRouteRequest = Shapes::StructureShape.new(name: 'CreateClientVpnRouteRequest')
209
+ CreateClientVpnRouteResult = Shapes::StructureShape.new(name: 'CreateClientVpnRouteResult')
168
210
  CreateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'CreateCustomerGatewayRequest')
169
211
  CreateCustomerGatewayResult = Shapes::StructureShape.new(name: 'CreateCustomerGatewayResult')
170
212
  CreateDefaultSubnetRequest = Shapes::StructureShape.new(name: 'CreateDefaultSubnetRequest')
@@ -259,6 +301,10 @@ module Aws::EC2
259
301
  DefaultRouteTableAssociationValue = Shapes::StringShape.new(name: 'DefaultRouteTableAssociationValue')
260
302
  DefaultRouteTablePropagationValue = Shapes::StringShape.new(name: 'DefaultRouteTablePropagationValue')
261
303
  DefaultTargetCapacityType = Shapes::StringShape.new(name: 'DefaultTargetCapacityType')
304
+ DeleteClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'DeleteClientVpnEndpointRequest')
305
+ DeleteClientVpnEndpointResult = Shapes::StructureShape.new(name: 'DeleteClientVpnEndpointResult')
306
+ DeleteClientVpnRouteRequest = Shapes::StructureShape.new(name: 'DeleteClientVpnRouteRequest')
307
+ DeleteClientVpnRouteResult = Shapes::StructureShape.new(name: 'DeleteClientVpnRouteResult')
262
308
  DeleteCustomerGatewayRequest = Shapes::StructureShape.new(name: 'DeleteCustomerGatewayRequest')
263
309
  DeleteDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DeleteDhcpOptionsRequest')
264
310
  DeleteEgressOnlyInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteEgressOnlyInternetGatewayRequest')
@@ -340,6 +386,16 @@ module Aws::EC2
340
386
  DescribeCapacityReservationsResult = Shapes::StructureShape.new(name: 'DescribeCapacityReservationsResult')
341
387
  DescribeClassicLinkInstancesRequest = Shapes::StructureShape.new(name: 'DescribeClassicLinkInstancesRequest')
342
388
  DescribeClassicLinkInstancesResult = Shapes::StructureShape.new(name: 'DescribeClassicLinkInstancesResult')
389
+ DescribeClientVpnAuthorizationRulesRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnAuthorizationRulesRequest')
390
+ DescribeClientVpnAuthorizationRulesResult = Shapes::StructureShape.new(name: 'DescribeClientVpnAuthorizationRulesResult')
391
+ DescribeClientVpnConnectionsRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnConnectionsRequest')
392
+ DescribeClientVpnConnectionsResult = Shapes::StructureShape.new(name: 'DescribeClientVpnConnectionsResult')
393
+ DescribeClientVpnEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnEndpointsRequest')
394
+ DescribeClientVpnEndpointsResult = Shapes::StructureShape.new(name: 'DescribeClientVpnEndpointsResult')
395
+ DescribeClientVpnRoutesRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnRoutesRequest')
396
+ DescribeClientVpnRoutesResult = Shapes::StructureShape.new(name: 'DescribeClientVpnRoutesResult')
397
+ DescribeClientVpnTargetNetworksRequest = Shapes::StructureShape.new(name: 'DescribeClientVpnTargetNetworksRequest')
398
+ DescribeClientVpnTargetNetworksResult = Shapes::StructureShape.new(name: 'DescribeClientVpnTargetNetworksResult')
343
399
  DescribeConversionTaskList = Shapes::ListShape.new(name: 'DescribeConversionTaskList')
344
400
  DescribeConversionTasksRequest = Shapes::StructureShape.new(name: 'DescribeConversionTasksRequest')
345
401
  DescribeConversionTasksResult = Shapes::StructureShape.new(name: 'DescribeConversionTasksResult')
@@ -520,6 +576,8 @@ module Aws::EC2
520
576
  DhcpOptions = Shapes::StructureShape.new(name: 'DhcpOptions')
521
577
  DhcpOptionsIdStringList = Shapes::ListShape.new(name: 'DhcpOptionsIdStringList')
522
578
  DhcpOptionsList = Shapes::ListShape.new(name: 'DhcpOptionsList')
579
+ DirectoryServiceAuthentication = Shapes::StructureShape.new(name: 'DirectoryServiceAuthentication')
580
+ DirectoryServiceAuthenticationRequest = Shapes::StructureShape.new(name: 'DirectoryServiceAuthenticationRequest')
523
581
  DisableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationRequest')
524
582
  DisableTransitGatewayRouteTablePropagationResult = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationResult')
525
583
  DisableVgwRoutePropagationRequest = Shapes::StructureShape.new(name: 'DisableVgwRoutePropagationRequest')
@@ -528,6 +586,8 @@ module Aws::EC2
528
586
  DisableVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DisableVpcClassicLinkRequest')
529
587
  DisableVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DisableVpcClassicLinkResult')
530
588
  DisassociateAddressRequest = Shapes::StructureShape.new(name: 'DisassociateAddressRequest')
589
+ DisassociateClientVpnTargetNetworkRequest = Shapes::StructureShape.new(name: 'DisassociateClientVpnTargetNetworkRequest')
590
+ DisassociateClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'DisassociateClientVpnTargetNetworkResult')
531
591
  DisassociateIamInstanceProfileRequest = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileRequest')
532
592
  DisassociateIamInstanceProfileResult = Shapes::StructureShape.new(name: 'DisassociateIamInstanceProfileResult')
533
593
  DisassociateRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateRouteTableRequest')
@@ -545,6 +605,7 @@ module Aws::EC2
545
605
  DiskImageVolumeDescription = Shapes::StructureShape.new(name: 'DiskImageVolumeDescription')
546
606
  DnsEntry = Shapes::StructureShape.new(name: 'DnsEntry')
547
607
  DnsEntrySet = Shapes::ListShape.new(name: 'DnsEntrySet')
608
+ DnsServersOptionsModifyStructure = Shapes::StructureShape.new(name: 'DnsServersOptionsModifyStructure')
548
609
  DnsSupportValue = Shapes::StringShape.new(name: 'DnsSupportValue')
549
610
  DomainType = Shapes::StringShape.new(name: 'DomainType')
550
611
  Double = Shapes::FloatShape.new(name: 'Double')
@@ -581,11 +642,16 @@ module Aws::EC2
581
642
  EnableVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'EnableVpcClassicLinkRequest')
582
643
  EnableVpcClassicLinkResult = Shapes::StructureShape.new(name: 'EnableVpcClassicLinkResult')
583
644
  EndDateType = Shapes::StringShape.new(name: 'EndDateType')
645
+ EndpointSet = Shapes::ListShape.new(name: 'EndpointSet')
584
646
  EventCode = Shapes::StringShape.new(name: 'EventCode')
585
647
  EventInformation = Shapes::StructureShape.new(name: 'EventInformation')
586
648
  EventType = Shapes::StringShape.new(name: 'EventType')
587
649
  ExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'ExcessCapacityTerminationPolicy')
588
650
  ExecutableByStringList = Shapes::ListShape.new(name: 'ExecutableByStringList')
651
+ ExportClientVpnClientCertificateRevocationListRequest = Shapes::StructureShape.new(name: 'ExportClientVpnClientCertificateRevocationListRequest')
652
+ ExportClientVpnClientCertificateRevocationListResult = Shapes::StructureShape.new(name: 'ExportClientVpnClientCertificateRevocationListResult')
653
+ ExportClientVpnClientConfigurationRequest = Shapes::StructureShape.new(name: 'ExportClientVpnClientConfigurationRequest')
654
+ ExportClientVpnClientConfigurationResult = Shapes::StructureShape.new(name: 'ExportClientVpnClientConfigurationResult')
589
655
  ExportEnvironment = Shapes::StringShape.new(name: 'ExportEnvironment')
590
656
  ExportTask = Shapes::StructureShape.new(name: 'ExportTask')
591
657
  ExportTaskIdStringList = Shapes::ListShape.new(name: 'ExportTaskIdStringList')
@@ -688,6 +754,8 @@ module Aws::EC2
688
754
  ImageList = Shapes::ListShape.new(name: 'ImageList')
689
755
  ImageState = Shapes::StringShape.new(name: 'ImageState')
690
756
  ImageTypeValues = Shapes::StringShape.new(name: 'ImageTypeValues')
757
+ ImportClientVpnClientCertificateRevocationListRequest = Shapes::StructureShape.new(name: 'ImportClientVpnClientCertificateRevocationListRequest')
758
+ ImportClientVpnClientCertificateRevocationListResult = Shapes::StructureShape.new(name: 'ImportClientVpnClientCertificateRevocationListResult')
691
759
  ImportImageRequest = Shapes::StructureShape.new(name: 'ImportImageRequest')
692
760
  ImportImageResult = Shapes::StructureShape.new(name: 'ImportImageResult')
693
761
  ImportImageTask = Shapes::StructureShape.new(name: 'ImportImageTask')
@@ -857,6 +925,8 @@ module Aws::EC2
857
925
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
858
926
  ModifyCapacityReservationRequest = Shapes::StructureShape.new(name: 'ModifyCapacityReservationRequest')
859
927
  ModifyCapacityReservationResult = Shapes::StructureShape.new(name: 'ModifyCapacityReservationResult')
928
+ ModifyClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'ModifyClientVpnEndpointRequest')
929
+ ModifyClientVpnEndpointResult = Shapes::StructureShape.new(name: 'ModifyClientVpnEndpointResult')
860
930
  ModifyFleetRequest = Shapes::StructureShape.new(name: 'ModifyFleetRequest')
861
931
  ModifyFleetResult = Shapes::StructureShape.new(name: 'ModifyFleetResult')
862
932
  ModifyFpgaImageAttributeRequest = Shapes::StructureShape.new(name: 'ModifyFpgaImageAttributeRequest')
@@ -1095,6 +1165,8 @@ module Aws::EC2
1095
1165
  RestorableByStringList = Shapes::ListShape.new(name: 'RestorableByStringList')
1096
1166
  RestoreAddressToClassicRequest = Shapes::StructureShape.new(name: 'RestoreAddressToClassicRequest')
1097
1167
  RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
1168
+ RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
1169
+ RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
1098
1170
  RevokeSecurityGroupEgressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupEgressRequest')
1099
1171
  RevokeSecurityGroupIngressRequest = Shapes::StructureShape.new(name: 'RevokeSecurityGroupIngressRequest')
1100
1172
  Route = Shapes::StructureShape.new(name: 'Route')
@@ -1224,10 +1296,16 @@ module Aws::EC2
1224
1296
  TargetGroup = Shapes::StructureShape.new(name: 'TargetGroup')
1225
1297
  TargetGroups = Shapes::ListShape.new(name: 'TargetGroups')
1226
1298
  TargetGroupsConfig = Shapes::StructureShape.new(name: 'TargetGroupsConfig')
1299
+ TargetNetwork = Shapes::StructureShape.new(name: 'TargetNetwork')
1300
+ TargetNetworkSet = Shapes::ListShape.new(name: 'TargetNetworkSet')
1227
1301
  TargetReservationValue = Shapes::StructureShape.new(name: 'TargetReservationValue')
1228
1302
  TargetReservationValueSet = Shapes::ListShape.new(name: 'TargetReservationValueSet')
1229
1303
  TelemetryStatus = Shapes::StringShape.new(name: 'TelemetryStatus')
1230
1304
  Tenancy = Shapes::StringShape.new(name: 'Tenancy')
1305
+ TerminateClientVpnConnectionsRequest = Shapes::StructureShape.new(name: 'TerminateClientVpnConnectionsRequest')
1306
+ TerminateClientVpnConnectionsResult = Shapes::StructureShape.new(name: 'TerminateClientVpnConnectionsResult')
1307
+ TerminateConnectionStatus = Shapes::StructureShape.new(name: 'TerminateConnectionStatus')
1308
+ TerminateConnectionStatusSet = Shapes::ListShape.new(name: 'TerminateConnectionStatusSet')
1231
1309
  TerminateInstancesRequest = Shapes::StructureShape.new(name: 'TerminateInstancesRequest')
1232
1310
  TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
1233
1311
  TrafficType = Shapes::StringShape.new(name: 'TrafficType')
@@ -1267,6 +1345,7 @@ module Aws::EC2
1267
1345
  TransitGatewayVpcAttachment = Shapes::StructureShape.new(name: 'TransitGatewayVpcAttachment')
1268
1346
  TransitGatewayVpcAttachmentList = Shapes::ListShape.new(name: 'TransitGatewayVpcAttachmentList')
1269
1347
  TransitGatewayVpcAttachmentOptions = Shapes::StructureShape.new(name: 'TransitGatewayVpcAttachmentOptions')
1348
+ TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
1270
1349
  TunnelOptionsList = Shapes::ListShape.new(name: 'TunnelOptionsList')
1271
1350
  UnassignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesRequest')
1272
1351
  UnassignIpv6AddressesResult = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesResult')
@@ -1360,6 +1439,7 @@ module Aws::EC2
1360
1439
  VpnGateway = Shapes::StructureShape.new(name: 'VpnGateway')
1361
1440
  VpnGatewayIdStringList = Shapes::ListShape.new(name: 'VpnGatewayIdStringList')
1362
1441
  VpnGatewayList = Shapes::ListShape.new(name: 'VpnGatewayList')
1442
+ VpnProtocol = Shapes::StringShape.new(name: 'VpnProtocol')
1363
1443
  VpnState = Shapes::StringShape.new(name: 'VpnState')
1364
1444
  VpnStaticRoute = Shapes::StructureShape.new(name: 'VpnStaticRoute')
1365
1445
  VpnStaticRouteList = Shapes::ListShape.new(name: 'VpnStaticRouteList')
@@ -1474,6 +1554,15 @@ module Aws::EC2
1474
1554
 
1475
1555
  AllowedPrincipalSet.member = Shapes::ShapeRef.new(shape: AllowedPrincipal, location_name: "item")
1476
1556
 
1557
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
1558
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
1559
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, required: true, location_name: "SecurityGroupId"))
1560
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1561
+ ApplySecurityGroupsToClientVpnTargetNetworkRequest.struct_class = Types::ApplySecurityGroupsToClientVpnTargetNetworkRequest
1562
+
1563
+ ApplySecurityGroupsToClientVpnTargetNetworkResult.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, location_name: "securityGroupIds"))
1564
+ ApplySecurityGroupsToClientVpnTargetNetworkResult.struct_class = Types::ApplySecurityGroupsToClientVpnTargetNetworkResult
1565
+
1477
1566
  AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
1478
1567
  AssignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
1479
1568
  AssignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
@@ -1501,6 +1590,15 @@ module Aws::EC2
1501
1590
  AssociateAddressResult.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
1502
1591
  AssociateAddressResult.struct_class = Types::AssociateAddressResult
1503
1592
 
1593
+ AssociateClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
1594
+ AssociateClientVpnTargetNetworkRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubnetId"))
1595
+ AssociateClientVpnTargetNetworkRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1596
+ AssociateClientVpnTargetNetworkRequest.struct_class = Types::AssociateClientVpnTargetNetworkRequest
1597
+
1598
+ AssociateClientVpnTargetNetworkResult.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
1599
+ AssociateClientVpnTargetNetworkResult.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "status"))
1600
+ AssociateClientVpnTargetNetworkResult.struct_class = Types::AssociateClientVpnTargetNetworkResult
1601
+
1504
1602
  AssociateDhcpOptionsRequest.add_member(:dhcp_options_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DhcpOptionsId"))
1505
1603
  AssociateDhcpOptionsRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
1506
1604
  AssociateDhcpOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -1547,8 +1645,18 @@ module Aws::EC2
1547
1645
  AssociateVpcCidrBlockResult.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
1548
1646
  AssociateVpcCidrBlockResult.struct_class = Types::AssociateVpcCidrBlockResult
1549
1647
 
1648
+ AssociatedTargetNetwork.add_member(:network_id, Shapes::ShapeRef.new(shape: String, location_name: "networkId"))
1649
+ AssociatedTargetNetwork.add_member(:network_type, Shapes::ShapeRef.new(shape: AssociatedNetworkType, location_name: "networkType"))
1650
+ AssociatedTargetNetwork.struct_class = Types::AssociatedTargetNetwork
1651
+
1652
+ AssociatedTargetNetworkSet.member = Shapes::ShapeRef.new(shape: AssociatedTargetNetwork, location_name: "item")
1653
+
1550
1654
  AssociationIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "AssociationId")
1551
1655
 
1656
+ AssociationStatus.add_member(:code, Shapes::ShapeRef.new(shape: AssociationStatusCode, location_name: "code"))
1657
+ AssociationStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1658
+ AssociationStatus.struct_class = Types::AssociationStatus
1659
+
1552
1660
  AttachClassicLinkVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1553
1661
  AttachClassicLinkVpcRequest.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdStringList, required: true, location_name: "SecurityGroupId"))
1554
1662
  AttachClassicLinkVpcRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "instanceId"))
@@ -1592,6 +1700,27 @@ module Aws::EC2
1592
1700
  AttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
1593
1701
  AttributeValue.struct_class = Types::AttributeValue
1594
1702
 
1703
+ AuthorizationRule.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
1704
+ AuthorizationRule.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1705
+ AuthorizationRule.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
1706
+ AuthorizationRule.add_member(:access_all, Shapes::ShapeRef.new(shape: Boolean, location_name: "accessAll"))
1707
+ AuthorizationRule.add_member(:destination_cidr, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidr"))
1708
+ AuthorizationRule.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnAuthorizationRuleStatus, location_name: "status"))
1709
+ AuthorizationRule.struct_class = Types::AuthorizationRule
1710
+
1711
+ AuthorizationRuleSet.member = Shapes::ShapeRef.new(shape: AuthorizationRule, location_name: "item")
1712
+
1713
+ AuthorizeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
1714
+ AuthorizeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
1715
+ AuthorizeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
1716
+ AuthorizeClientVpnIngressRequest.add_member(:authorize_all_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "AuthorizeAllGroups"))
1717
+ AuthorizeClientVpnIngressRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1718
+ AuthorizeClientVpnIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
1719
+ AuthorizeClientVpnIngressRequest.struct_class = Types::AuthorizeClientVpnIngressRequest
1720
+
1721
+ AuthorizeClientVpnIngressResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnAuthorizationRuleStatus, location_name: "status"))
1722
+ AuthorizeClientVpnIngressResult.struct_class = Types::AuthorizeClientVpnIngressResult
1723
+
1595
1724
  AuthorizeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
1596
1725
  AuthorizeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
1597
1726
  AuthorizeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
@@ -1722,12 +1851,12 @@ module Aws::EC2
1722
1851
  CancelReservedInstancesListingResult.add_member(:reserved_instances_listings, Shapes::ShapeRef.new(shape: ReservedInstancesListingList, location_name: "reservedInstancesListingsSet"))
1723
1852
  CancelReservedInstancesListingResult.struct_class = Types::CancelReservedInstancesListingResult
1724
1853
 
1725
- CancelSpotFleetRequestsError.add_member(:code, Shapes::ShapeRef.new(shape: CancelBatchErrorCode, required: true, location_name: "code"))
1726
- CancelSpotFleetRequestsError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1854
+ CancelSpotFleetRequestsError.add_member(:code, Shapes::ShapeRef.new(shape: CancelBatchErrorCode, location_name: "code"))
1855
+ CancelSpotFleetRequestsError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1727
1856
  CancelSpotFleetRequestsError.struct_class = Types::CancelSpotFleetRequestsError
1728
1857
 
1729
- CancelSpotFleetRequestsErrorItem.add_member(:error, Shapes::ShapeRef.new(shape: CancelSpotFleetRequestsError, required: true, location_name: "error"))
1730
- CancelSpotFleetRequestsErrorItem.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
1858
+ CancelSpotFleetRequestsErrorItem.add_member(:error, Shapes::ShapeRef.new(shape: CancelSpotFleetRequestsError, location_name: "error"))
1859
+ CancelSpotFleetRequestsErrorItem.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
1731
1860
  CancelSpotFleetRequestsErrorItem.struct_class = Types::CancelSpotFleetRequestsErrorItem
1732
1861
 
1733
1862
  CancelSpotFleetRequestsErrorSet.member = Shapes::ShapeRef.new(shape: CancelSpotFleetRequestsErrorItem, location_name: "item")
@@ -1741,9 +1870,9 @@ module Aws::EC2
1741
1870
  CancelSpotFleetRequestsResponse.add_member(:unsuccessful_fleet_requests, Shapes::ShapeRef.new(shape: CancelSpotFleetRequestsErrorSet, location_name: "unsuccessfulFleetRequestSet"))
1742
1871
  CancelSpotFleetRequestsResponse.struct_class = Types::CancelSpotFleetRequestsResponse
1743
1872
 
1744
- CancelSpotFleetRequestsSuccessItem.add_member(:current_spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, required: true, location_name: "currentSpotFleetRequestState"))
1745
- CancelSpotFleetRequestsSuccessItem.add_member(:previous_spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, required: true, location_name: "previousSpotFleetRequestState"))
1746
- CancelSpotFleetRequestsSuccessItem.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
1873
+ CancelSpotFleetRequestsSuccessItem.add_member(:current_spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, location_name: "currentSpotFleetRequestState"))
1874
+ CancelSpotFleetRequestsSuccessItem.add_member(:previous_spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, location_name: "previousSpotFleetRequestState"))
1875
+ CancelSpotFleetRequestsSuccessItem.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
1747
1876
  CancelSpotFleetRequestsSuccessItem.struct_class = Types::CancelSpotFleetRequestsSuccessItem
1748
1877
 
1749
1878
  CancelSpotFleetRequestsSuccessSet.member = Shapes::ShapeRef.new(shape: CancelSpotFleetRequestsSuccessItem, location_name: "item")
@@ -1796,6 +1925,12 @@ module Aws::EC2
1796
1925
  CapacityReservationTargetResponse.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
1797
1926
  CapacityReservationTargetResponse.struct_class = Types::CapacityReservationTargetResponse
1798
1927
 
1928
+ CertificateAuthentication.add_member(:client_root_certificate_chain, Shapes::ShapeRef.new(shape: String, location_name: "clientRootCertificateChain"))
1929
+ CertificateAuthentication.struct_class = Types::CertificateAuthentication
1930
+
1931
+ CertificateAuthenticationRequest.add_member(:client_root_certificate_chain_arn, Shapes::ShapeRef.new(shape: String, location_name: "ClientRootCertificateChainArn"))
1932
+ CertificateAuthenticationRequest.struct_class = Types::CertificateAuthenticationRequest
1933
+
1799
1934
  CidrAuthorizationContext.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
1800
1935
  CidrAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Signature"))
1801
1936
  CidrAuthorizationContext.struct_class = Types::CidrAuthorizationContext
@@ -1819,20 +1954,100 @@ module Aws::EC2
1819
1954
 
1820
1955
  ClassicLinkInstanceList.member = Shapes::ShapeRef.new(shape: ClassicLinkInstance, location_name: "item")
1821
1956
 
1822
- ClassicLoadBalancer.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1957
+ ClassicLoadBalancer.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1823
1958
  ClassicLoadBalancer.struct_class = Types::ClassicLoadBalancer
1824
1959
 
1825
1960
  ClassicLoadBalancers.member = Shapes::ShapeRef.new(shape: ClassicLoadBalancer, location_name: "item")
1826
1961
 
1827
- ClassicLoadBalancersConfig.add_member(:classic_load_balancers, Shapes::ShapeRef.new(shape: ClassicLoadBalancers, required: true, location_name: "classicLoadBalancers"))
1962
+ ClassicLoadBalancersConfig.add_member(:classic_load_balancers, Shapes::ShapeRef.new(shape: ClassicLoadBalancers, location_name: "classicLoadBalancers"))
1828
1963
  ClassicLoadBalancersConfig.struct_class = Types::ClassicLoadBalancersConfig
1829
1964
 
1965
+ ClientCertificateRevocationListStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientCertificateRevocationListStatusCode, location_name: "code"))
1966
+ ClientCertificateRevocationListStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1967
+ ClientCertificateRevocationListStatus.struct_class = Types::ClientCertificateRevocationListStatus
1968
+
1830
1969
  ClientData.add_member(:comment, Shapes::ShapeRef.new(shape: String, location_name: "Comment"))
1831
1970
  ClientData.add_member(:upload_end, Shapes::ShapeRef.new(shape: DateTime, location_name: "UploadEnd"))
1832
1971
  ClientData.add_member(:upload_size, Shapes::ShapeRef.new(shape: Double, location_name: "UploadSize"))
1833
1972
  ClientData.add_member(:upload_start, Shapes::ShapeRef.new(shape: DateTime, location_name: "UploadStart"))
1834
1973
  ClientData.struct_class = Types::ClientData
1835
1974
 
1975
+ ClientVpnAuthentication.add_member(:type, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationType, location_name: "type"))
1976
+ ClientVpnAuthentication.add_member(:active_directory, Shapes::ShapeRef.new(shape: DirectoryServiceAuthentication, location_name: "activeDirectory"))
1977
+ ClientVpnAuthentication.add_member(:mutual_authentication, Shapes::ShapeRef.new(shape: CertificateAuthentication, location_name: "mutualAuthentication"))
1978
+ ClientVpnAuthentication.struct_class = Types::ClientVpnAuthentication
1979
+
1980
+ ClientVpnAuthenticationList.member = Shapes::ShapeRef.new(shape: ClientVpnAuthentication, location_name: "item")
1981
+
1982
+ ClientVpnAuthenticationRequest.add_member(:type, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationType, location_name: "Type"))
1983
+ ClientVpnAuthenticationRequest.add_member(:active_directory, Shapes::ShapeRef.new(shape: DirectoryServiceAuthenticationRequest, location_name: "ActiveDirectory"))
1984
+ ClientVpnAuthenticationRequest.add_member(:mutual_authentication, Shapes::ShapeRef.new(shape: CertificateAuthenticationRequest, location_name: "MutualAuthentication"))
1985
+ ClientVpnAuthenticationRequest.struct_class = Types::ClientVpnAuthenticationRequest
1986
+
1987
+ ClientVpnAuthenticationRequestList.member = Shapes::ShapeRef.new(shape: ClientVpnAuthenticationRequest)
1988
+
1989
+ ClientVpnAuthorizationRuleStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnAuthorizationRuleStatusCode, location_name: "code"))
1990
+ ClientVpnAuthorizationRuleStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1991
+ ClientVpnAuthorizationRuleStatus.struct_class = Types::ClientVpnAuthorizationRuleStatus
1992
+
1993
+ ClientVpnConnection.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
1994
+ ClientVpnConnection.add_member(:timestamp, Shapes::ShapeRef.new(shape: String, location_name: "timestamp"))
1995
+ ClientVpnConnection.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
1996
+ ClientVpnConnection.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
1997
+ ClientVpnConnection.add_member(:connection_established_time, Shapes::ShapeRef.new(shape: String, location_name: "connectionEstablishedTime"))
1998
+ ClientVpnConnection.add_member(:ingress_bytes, Shapes::ShapeRef.new(shape: String, location_name: "ingressBytes"))
1999
+ ClientVpnConnection.add_member(:egress_bytes, Shapes::ShapeRef.new(shape: String, location_name: "egressBytes"))
2000
+ ClientVpnConnection.add_member(:ingress_packets, Shapes::ShapeRef.new(shape: String, location_name: "ingressPackets"))
2001
+ ClientVpnConnection.add_member(:egress_packets, Shapes::ShapeRef.new(shape: String, location_name: "egressPackets"))
2002
+ ClientVpnConnection.add_member(:client_ip, Shapes::ShapeRef.new(shape: String, location_name: "clientIp"))
2003
+ ClientVpnConnection.add_member(:common_name, Shapes::ShapeRef.new(shape: String, location_name: "commonName"))
2004
+ ClientVpnConnection.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnConnectionStatus, location_name: "status"))
2005
+ ClientVpnConnection.add_member(:connection_end_time, Shapes::ShapeRef.new(shape: String, location_name: "connectionEndTime"))
2006
+ ClientVpnConnection.struct_class = Types::ClientVpnConnection
2007
+
2008
+ ClientVpnConnectionSet.member = Shapes::ShapeRef.new(shape: ClientVpnConnection, location_name: "item")
2009
+
2010
+ ClientVpnConnectionStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnConnectionStatusCode, location_name: "code"))
2011
+ ClientVpnConnectionStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2012
+ ClientVpnConnectionStatus.struct_class = Types::ClientVpnConnectionStatus
2013
+
2014
+ ClientVpnEndpoint.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
2015
+ ClientVpnEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
2016
+ ClientVpnEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnEndpointStatus, location_name: "status"))
2017
+ ClientVpnEndpoint.add_member(:creation_time, Shapes::ShapeRef.new(shape: String, location_name: "creationTime"))
2018
+ ClientVpnEndpoint.add_member(:deletion_time, Shapes::ShapeRef.new(shape: String, location_name: "deletionTime"))
2019
+ ClientVpnEndpoint.add_member(:dns_name, Shapes::ShapeRef.new(shape: String, location_name: "dnsName"))
2020
+ ClientVpnEndpoint.add_member(:client_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "clientCidrBlock"))
2021
+ ClientVpnEndpoint.add_member(:split_tunnel, Shapes::ShapeRef.new(shape: Boolean, location_name: "splitTunnel"))
2022
+ ClientVpnEndpoint.add_member(:vpn_protocol, Shapes::ShapeRef.new(shape: VpnProtocol, location_name: "vpnProtocol"))
2023
+ ClientVpnEndpoint.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "transportProtocol"))
2024
+ ClientVpnEndpoint.add_member(:associated_target_networks, Shapes::ShapeRef.new(shape: AssociatedTargetNetworkSet, location_name: "associatedTargetNetwork"))
2025
+ ClientVpnEndpoint.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "serverCertificateArn"))
2026
+ ClientVpnEndpoint.add_member(:authentication_options, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationList, location_name: "authenticationOptions"))
2027
+ ClientVpnEndpoint.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogResponseOptions, location_name: "connectionLogOptions"))
2028
+ ClientVpnEndpoint.struct_class = Types::ClientVpnEndpoint
2029
+
2030
+ ClientVpnEndpointStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnEndpointStatusCode, location_name: "code"))
2031
+ ClientVpnEndpointStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2032
+ ClientVpnEndpointStatus.struct_class = Types::ClientVpnEndpointStatus
2033
+
2034
+ ClientVpnRoute.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
2035
+ ClientVpnRoute.add_member(:destination_cidr, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidr"))
2036
+ ClientVpnRoute.add_member(:target_subnet, Shapes::ShapeRef.new(shape: String, location_name: "targetSubnet"))
2037
+ ClientVpnRoute.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
2038
+ ClientVpnRoute.add_member(:origin, Shapes::ShapeRef.new(shape: String, location_name: "origin"))
2039
+ ClientVpnRoute.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnRouteStatus, location_name: "status"))
2040
+ ClientVpnRoute.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
2041
+ ClientVpnRoute.struct_class = Types::ClientVpnRoute
2042
+
2043
+ ClientVpnRouteSet.member = Shapes::ShapeRef.new(shape: ClientVpnRoute, location_name: "item")
2044
+
2045
+ ClientVpnRouteStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnRouteStatusCode, location_name: "code"))
2046
+ ClientVpnRouteStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2047
+ ClientVpnRouteStatus.struct_class = Types::ClientVpnRouteStatus
2048
+
2049
+ ClientVpnSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
2050
+
1836
2051
  ConfirmProductInstanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
1837
2052
  ConfirmProductInstanceRequest.add_member(:product_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ProductCode"))
1838
2053
  ConfirmProductInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -1842,6 +2057,16 @@ module Aws::EC2
1842
2057
  ConfirmProductInstanceResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
1843
2058
  ConfirmProductInstanceResult.struct_class = Types::ConfirmProductInstanceResult
1844
2059
 
2060
+ ConnectionLogOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
2061
+ ConnectionLogOptions.add_member(:cloudwatch_log_group, Shapes::ShapeRef.new(shape: String, location_name: "CloudwatchLogGroup"))
2062
+ ConnectionLogOptions.add_member(:cloudwatch_log_stream, Shapes::ShapeRef.new(shape: String, location_name: "CloudwatchLogStream"))
2063
+ ConnectionLogOptions.struct_class = Types::ConnectionLogOptions
2064
+
2065
+ ConnectionLogResponseOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
2066
+ ConnectionLogResponseOptions.add_member(:cloudwatch_log_group, Shapes::ShapeRef.new(shape: String, location_name: "CloudwatchLogGroup"))
2067
+ ConnectionLogResponseOptions.add_member(:cloudwatch_log_stream, Shapes::ShapeRef.new(shape: String, location_name: "CloudwatchLogStream"))
2068
+ ConnectionLogResponseOptions.struct_class = Types::ConnectionLogResponseOptions
2069
+
1845
2070
  ConnectionNotification.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionNotificationId"))
1846
2071
  ConnectionNotification.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
1847
2072
  ConnectionNotification.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
@@ -1927,6 +2152,32 @@ module Aws::EC2
1927
2152
  CreateCapacityReservationResult.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "capacityReservation"))
1928
2153
  CreateCapacityReservationResult.struct_class = Types::CreateCapacityReservationResult
1929
2154
 
2155
+ CreateClientVpnEndpointRequest.add_member(:client_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientCidrBlock"))
2156
+ CreateClientVpnEndpointRequest.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServerCertificateArn"))
2157
+ CreateClientVpnEndpointRequest.add_member(:authentication_options, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationRequestList, required: true, location_name: "Authentication"))
2158
+ CreateClientVpnEndpointRequest.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogOptions, required: true, location_name: "ConnectionLogOptions"))
2159
+ CreateClientVpnEndpointRequest.add_member(:dns_servers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DnsServers"))
2160
+ CreateClientVpnEndpointRequest.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "TransportProtocol"))
2161
+ CreateClientVpnEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
2162
+ CreateClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2163
+ CreateClientVpnEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
2164
+ CreateClientVpnEndpointRequest.struct_class = Types::CreateClientVpnEndpointRequest
2165
+
2166
+ CreateClientVpnEndpointResult.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
2167
+ CreateClientVpnEndpointResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnEndpointStatus, location_name: "status"))
2168
+ CreateClientVpnEndpointResult.add_member(:dns_name, Shapes::ShapeRef.new(shape: String, location_name: "dnsName"))
2169
+ CreateClientVpnEndpointResult.struct_class = Types::CreateClientVpnEndpointResult
2170
+
2171
+ CreateClientVpnRouteRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2172
+ CreateClientVpnRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
2173
+ CreateClientVpnRouteRequest.add_member(:target_vpc_subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetVpcSubnetId"))
2174
+ CreateClientVpnRouteRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
2175
+ CreateClientVpnRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2176
+ CreateClientVpnRouteRequest.struct_class = Types::CreateClientVpnRouteRequest
2177
+
2178
+ CreateClientVpnRouteResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnRouteStatus, location_name: "status"))
2179
+ CreateClientVpnRouteResult.struct_class = Types::CreateClientVpnRouteResult
2180
+
1930
2181
  CreateCustomerGatewayRequest.add_member(:bgp_asn, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "BgpAsn"))
1931
2182
  CreateCustomerGatewayRequest.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IpAddress"))
1932
2183
  CreateCustomerGatewayRequest.add_member(:type, Shapes::ShapeRef.new(shape: GatewayType, required: true, location_name: "Type"))
@@ -2372,6 +2623,22 @@ module Aws::EC2
2372
2623
 
2373
2624
  CustomerGatewayList.member = Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "item")
2374
2625
 
2626
+ DeleteClientVpnEndpointRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2627
+ DeleteClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2628
+ DeleteClientVpnEndpointRequest.struct_class = Types::DeleteClientVpnEndpointRequest
2629
+
2630
+ DeleteClientVpnEndpointResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnEndpointStatus, location_name: "status"))
2631
+ DeleteClientVpnEndpointResult.struct_class = Types::DeleteClientVpnEndpointResult
2632
+
2633
+ DeleteClientVpnRouteRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2634
+ DeleteClientVpnRouteRequest.add_member(:target_vpc_subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "TargetVpcSubnetId"))
2635
+ DeleteClientVpnRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
2636
+ DeleteClientVpnRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2637
+ DeleteClientVpnRouteRequest.struct_class = Types::DeleteClientVpnRouteRequest
2638
+
2639
+ DeleteClientVpnRouteResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnRouteStatus, location_name: "status"))
2640
+ DeleteClientVpnRouteResult.struct_class = Types::DeleteClientVpnRouteResult
2641
+
2375
2642
  DeleteCustomerGatewayRequest.add_member(:customer_gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CustomerGatewayId"))
2376
2643
  DeleteCustomerGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
2377
2644
  DeleteCustomerGatewayRequest.struct_class = Types::DeleteCustomerGatewayRequest
@@ -2690,6 +2957,62 @@ module Aws::EC2
2690
2957
  DescribeClassicLinkInstancesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
2691
2958
  DescribeClassicLinkInstancesResult.struct_class = Types::DescribeClassicLinkInstancesResult
2692
2959
 
2960
+ DescribeClientVpnAuthorizationRulesRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2961
+ DescribeClientVpnAuthorizationRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2962
+ DescribeClientVpnAuthorizationRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2963
+ DescribeClientVpnAuthorizationRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2964
+ DescribeClientVpnAuthorizationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2965
+ DescribeClientVpnAuthorizationRulesRequest.struct_class = Types::DescribeClientVpnAuthorizationRulesRequest
2966
+
2967
+ DescribeClientVpnAuthorizationRulesResult.add_member(:authorization_rules, Shapes::ShapeRef.new(shape: AuthorizationRuleSet, location_name: "authorizationRule"))
2968
+ DescribeClientVpnAuthorizationRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2969
+ DescribeClientVpnAuthorizationRulesResult.struct_class = Types::DescribeClientVpnAuthorizationRulesResult
2970
+
2971
+ DescribeClientVpnConnectionsRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2972
+ DescribeClientVpnConnectionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2973
+ DescribeClientVpnConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2974
+ DescribeClientVpnConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2975
+ DescribeClientVpnConnectionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2976
+ DescribeClientVpnConnectionsRequest.struct_class = Types::DescribeClientVpnConnectionsRequest
2977
+
2978
+ DescribeClientVpnConnectionsResult.add_member(:connections, Shapes::ShapeRef.new(shape: ClientVpnConnectionSet, location_name: "connections"))
2979
+ DescribeClientVpnConnectionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2980
+ DescribeClientVpnConnectionsResult.struct_class = Types::DescribeClientVpnConnectionsResult
2981
+
2982
+ DescribeClientVpnEndpointsRequest.add_member(:client_vpn_endpoint_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ClientVpnEndpointId"))
2983
+ DescribeClientVpnEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2984
+ DescribeClientVpnEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2985
+ DescribeClientVpnEndpointsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2986
+ DescribeClientVpnEndpointsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2987
+ DescribeClientVpnEndpointsRequest.struct_class = Types::DescribeClientVpnEndpointsRequest
2988
+
2989
+ DescribeClientVpnEndpointsResult.add_member(:client_vpn_endpoints, Shapes::ShapeRef.new(shape: EndpointSet, location_name: "clientVpnEndpoint"))
2990
+ DescribeClientVpnEndpointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
2991
+ DescribeClientVpnEndpointsResult.struct_class = Types::DescribeClientVpnEndpointsResult
2992
+
2993
+ DescribeClientVpnRoutesRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
2994
+ DescribeClientVpnRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
2995
+ DescribeClientVpnRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
2996
+ DescribeClientVpnRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
2997
+ DescribeClientVpnRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2998
+ DescribeClientVpnRoutesRequest.struct_class = Types::DescribeClientVpnRoutesRequest
2999
+
3000
+ DescribeClientVpnRoutesResult.add_member(:routes, Shapes::ShapeRef.new(shape: ClientVpnRouteSet, location_name: "routes"))
3001
+ DescribeClientVpnRoutesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3002
+ DescribeClientVpnRoutesResult.struct_class = Types::DescribeClientVpnRoutesResult
3003
+
3004
+ DescribeClientVpnTargetNetworksRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
3005
+ DescribeClientVpnTargetNetworksRequest.add_member(:association_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AssociationIds"))
3006
+ DescribeClientVpnTargetNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
3007
+ DescribeClientVpnTargetNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
3008
+ DescribeClientVpnTargetNetworksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
3009
+ DescribeClientVpnTargetNetworksRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3010
+ DescribeClientVpnTargetNetworksRequest.struct_class = Types::DescribeClientVpnTargetNetworksRequest
3011
+
3012
+ DescribeClientVpnTargetNetworksResult.add_member(:client_vpn_target_networks, Shapes::ShapeRef.new(shape: TargetNetworkSet, location_name: "clientVpnTargetNetworks"))
3013
+ DescribeClientVpnTargetNetworksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
3014
+ DescribeClientVpnTargetNetworksResult.struct_class = Types::DescribeClientVpnTargetNetworksResult
3015
+
2693
3016
  DescribeConversionTaskList.member = Shapes::ShapeRef.new(shape: ConversionTask, location_name: "item")
2694
3017
 
2695
3018
  DescribeConversionTasksRequest.add_member(:conversion_task_ids, Shapes::ShapeRef.new(shape: ConversionIdStringList, location_name: "conversionTaskId"))
@@ -3250,9 +3573,9 @@ module Aws::EC2
3250
3573
  DescribeSpotFleetInstancesRequest.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
3251
3574
  DescribeSpotFleetInstancesRequest.struct_class = Types::DescribeSpotFleetInstancesRequest
3252
3575
 
3253
- DescribeSpotFleetInstancesResponse.add_member(:active_instances, Shapes::ShapeRef.new(shape: ActiveInstanceSet, required: true, location_name: "activeInstanceSet"))
3576
+ DescribeSpotFleetInstancesResponse.add_member(:active_instances, Shapes::ShapeRef.new(shape: ActiveInstanceSet, location_name: "activeInstanceSet"))
3254
3577
  DescribeSpotFleetInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
3255
- DescribeSpotFleetInstancesResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
3578
+ DescribeSpotFleetInstancesResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
3256
3579
  DescribeSpotFleetInstancesResponse.struct_class = Types::DescribeSpotFleetInstancesResponse
3257
3580
 
3258
3581
  DescribeSpotFleetRequestHistoryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -3263,11 +3586,11 @@ module Aws::EC2
3263
3586
  DescribeSpotFleetRequestHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "startTime"))
3264
3587
  DescribeSpotFleetRequestHistoryRequest.struct_class = Types::DescribeSpotFleetRequestHistoryRequest
3265
3588
 
3266
- DescribeSpotFleetRequestHistoryResponse.add_member(:history_records, Shapes::ShapeRef.new(shape: HistoryRecords, required: true, location_name: "historyRecordSet"))
3267
- DescribeSpotFleetRequestHistoryResponse.add_member(:last_evaluated_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "lastEvaluatedTime"))
3589
+ DescribeSpotFleetRequestHistoryResponse.add_member(:history_records, Shapes::ShapeRef.new(shape: HistoryRecords, location_name: "historyRecordSet"))
3590
+ DescribeSpotFleetRequestHistoryResponse.add_member(:last_evaluated_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastEvaluatedTime"))
3268
3591
  DescribeSpotFleetRequestHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
3269
- DescribeSpotFleetRequestHistoryResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
3270
- DescribeSpotFleetRequestHistoryResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "startTime"))
3592
+ DescribeSpotFleetRequestHistoryResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
3593
+ DescribeSpotFleetRequestHistoryResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
3271
3594
  DescribeSpotFleetRequestHistoryResponse.struct_class = Types::DescribeSpotFleetRequestHistoryResponse
3272
3595
 
3273
3596
  DescribeSpotFleetRequestsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
@@ -3277,7 +3600,7 @@ module Aws::EC2
3277
3600
  DescribeSpotFleetRequestsRequest.struct_class = Types::DescribeSpotFleetRequestsRequest
3278
3601
 
3279
3602
  DescribeSpotFleetRequestsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
3280
- DescribeSpotFleetRequestsResponse.add_member(:spot_fleet_request_configs, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigSet, required: true, location_name: "spotFleetRequestConfigSet"))
3603
+ DescribeSpotFleetRequestsResponse.add_member(:spot_fleet_request_configs, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigSet, location_name: "spotFleetRequestConfigSet"))
3281
3604
  DescribeSpotFleetRequestsResponse.struct_class = Types::DescribeSpotFleetRequestsResponse
3282
3605
 
3283
3606
  DescribeSpotInstanceRequestsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
@@ -3591,6 +3914,12 @@ module Aws::EC2
3591
3914
 
3592
3915
  DhcpOptionsList.member = Shapes::ShapeRef.new(shape: DhcpOptions, location_name: "item")
3593
3916
 
3917
+ DirectoryServiceAuthentication.add_member(:directory_id, Shapes::ShapeRef.new(shape: String, location_name: "directoryId"))
3918
+ DirectoryServiceAuthentication.struct_class = Types::DirectoryServiceAuthentication
3919
+
3920
+ DirectoryServiceAuthenticationRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: String, location_name: "DirectoryId"))
3921
+ DirectoryServiceAuthenticationRequest.struct_class = Types::DirectoryServiceAuthenticationRequest
3922
+
3594
3923
  DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayRouteTableId"))
3595
3924
  DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayAttachmentId"))
3596
3925
  DisableTransitGatewayRouteTablePropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -3621,6 +3950,15 @@ module Aws::EC2
3621
3950
  DisassociateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3622
3951
  DisassociateAddressRequest.struct_class = Types::DisassociateAddressRequest
3623
3952
 
3953
+ DisassociateClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
3954
+ DisassociateClientVpnTargetNetworkRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssociationId"))
3955
+ DisassociateClientVpnTargetNetworkRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3956
+ DisassociateClientVpnTargetNetworkRequest.struct_class = Types::DisassociateClientVpnTargetNetworkRequest
3957
+
3958
+ DisassociateClientVpnTargetNetworkResult.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
3959
+ DisassociateClientVpnTargetNetworkResult.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "status"))
3960
+ DisassociateClientVpnTargetNetworkResult.struct_class = Types::DisassociateClientVpnTargetNetworkResult
3961
+
3624
3962
  DisassociateIamInstanceProfileRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssociationId"))
3625
3963
  DisassociateIamInstanceProfileRequest.struct_class = Types::DisassociateIamInstanceProfileRequest
3626
3964
 
@@ -3682,6 +4020,10 @@ module Aws::EC2
3682
4020
 
3683
4021
  DnsEntrySet.member = Shapes::ShapeRef.new(shape: DnsEntry, location_name: "item")
3684
4022
 
4023
+ DnsServersOptionsModifyStructure.add_member(:custom_dns_servers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "CustomDnsServers"))
4024
+ DnsServersOptionsModifyStructure.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
4025
+ DnsServersOptionsModifyStructure.struct_class = Types::DnsServersOptionsModifyStructure
4026
+
3685
4027
  EbsBlockDevice.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
3686
4028
  EbsBlockDevice.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
3687
4029
  EbsBlockDevice.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
@@ -3786,6 +4128,8 @@ module Aws::EC2
3786
4128
  EnableVpcClassicLinkResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
3787
4129
  EnableVpcClassicLinkResult.struct_class = Types::EnableVpcClassicLinkResult
3788
4130
 
4131
+ EndpointSet.member = Shapes::ShapeRef.new(shape: ClientVpnEndpoint, location_name: "item")
4132
+
3789
4133
  EventInformation.add_member(:event_description, Shapes::ShapeRef.new(shape: String, location_name: "eventDescription"))
3790
4134
  EventInformation.add_member(:event_sub_type, Shapes::ShapeRef.new(shape: String, location_name: "eventSubType"))
3791
4135
  EventInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
@@ -3793,6 +4137,21 @@ module Aws::EC2
3793
4137
 
3794
4138
  ExecutableByStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExecutableBy")
3795
4139
 
4140
+ ExportClientVpnClientCertificateRevocationListRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
4141
+ ExportClientVpnClientCertificateRevocationListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4142
+ ExportClientVpnClientCertificateRevocationListRequest.struct_class = Types::ExportClientVpnClientCertificateRevocationListRequest
4143
+
4144
+ ExportClientVpnClientCertificateRevocationListResult.add_member(:certificate_revocation_list, Shapes::ShapeRef.new(shape: String, location_name: "certificateRevocationList"))
4145
+ ExportClientVpnClientCertificateRevocationListResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientCertificateRevocationListStatus, location_name: "status"))
4146
+ ExportClientVpnClientCertificateRevocationListResult.struct_class = Types::ExportClientVpnClientCertificateRevocationListResult
4147
+
4148
+ ExportClientVpnClientConfigurationRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
4149
+ ExportClientVpnClientConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4150
+ ExportClientVpnClientConfigurationRequest.struct_class = Types::ExportClientVpnClientConfigurationRequest
4151
+
4152
+ ExportClientVpnClientConfigurationResult.add_member(:client_configuration, Shapes::ShapeRef.new(shape: String, location_name: "clientConfiguration"))
4153
+ ExportClientVpnClientConfigurationResult.struct_class = Types::ExportClientVpnClientConfigurationResult
4154
+
3796
4155
  ExportTask.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3797
4156
  ExportTask.add_member(:export_task_id, Shapes::ShapeRef.new(shape: String, location_name: "exportTaskId"))
3798
4157
  ExportTask.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3Task, location_name: "exportToS3"))
@@ -4062,9 +4421,9 @@ module Aws::EC2
4062
4421
  HibernationOptionsRequest.add_member(:configured, Shapes::ShapeRef.new(shape: Boolean, location_name: "Configured"))
4063
4422
  HibernationOptionsRequest.struct_class = Types::HibernationOptionsRequest
4064
4423
 
4065
- HistoryRecord.add_member(:event_information, Shapes::ShapeRef.new(shape: EventInformation, required: true, location_name: "eventInformation"))
4066
- HistoryRecord.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, required: true, location_name: "eventType"))
4067
- HistoryRecord.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "timestamp"))
4424
+ HistoryRecord.add_member(:event_information, Shapes::ShapeRef.new(shape: EventInformation, location_name: "eventInformation"))
4425
+ HistoryRecord.add_member(:event_type, Shapes::ShapeRef.new(shape: EventType, location_name: "eventType"))
4426
+ HistoryRecord.add_member(:timestamp, Shapes::ShapeRef.new(shape: DateTime, location_name: "timestamp"))
4068
4427
  HistoryRecord.struct_class = Types::HistoryRecord
4069
4428
 
4070
4429
  HistoryRecordEntry.add_member(:event_information, Shapes::ShapeRef.new(shape: EventInformation, location_name: "eventInformation"))
@@ -4212,6 +4571,14 @@ module Aws::EC2
4212
4571
 
4213
4572
  ImageList.member = Shapes::ShapeRef.new(shape: Image, location_name: "item")
4214
4573
 
4574
+ ImportClientVpnClientCertificateRevocationListRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
4575
+ ImportClientVpnClientCertificateRevocationListRequest.add_member(:certificate_revocation_list, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateRevocationList"))
4576
+ ImportClientVpnClientCertificateRevocationListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4577
+ ImportClientVpnClientCertificateRevocationListRequest.struct_class = Types::ImportClientVpnClientCertificateRevocationListRequest
4578
+
4579
+ ImportClientVpnClientCertificateRevocationListResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4580
+ ImportClientVpnClientCertificateRevocationListResult.struct_class = Types::ImportClientVpnClientCertificateRevocationListResult
4581
+
4215
4582
  ImportImageRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: String, location_name: "Architecture"))
4216
4583
  ImportImageRequest.add_member(:client_data, Shapes::ShapeRef.new(shape: ClientData, location_name: "ClientData"))
4217
4584
  ImportImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
@@ -4928,6 +5295,17 @@ module Aws::EC2
4928
5295
  ModifyCapacityReservationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
4929
5296
  ModifyCapacityReservationResult.struct_class = Types::ModifyCapacityReservationResult
4930
5297
 
5298
+ ModifyClientVpnEndpointRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
5299
+ ModifyClientVpnEndpointRequest.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServerCertificateArn"))
5300
+ ModifyClientVpnEndpointRequest.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogOptions, location_name: "ConnectionLogOptions"))
5301
+ ModifyClientVpnEndpointRequest.add_member(:dns_servers, Shapes::ShapeRef.new(shape: DnsServersOptionsModifyStructure, location_name: "DnsServers"))
5302
+ ModifyClientVpnEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
5303
+ ModifyClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
5304
+ ModifyClientVpnEndpointRequest.struct_class = Types::ModifyClientVpnEndpointRequest
5305
+
5306
+ ModifyClientVpnEndpointResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
5307
+ ModifyClientVpnEndpointResult.struct_class = Types::ModifyClientVpnEndpointResult
5308
+
4931
5309
  ModifyFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4932
5310
  ModifyFleetRequest.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: FleetExcessCapacityTerminationPolicy, location_name: "ExcessCapacityTerminationPolicy"))
4933
5311
  ModifyFleetRequest.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetIdentifier, required: true, location_name: "FleetId"))
@@ -5711,7 +6089,7 @@ module Aws::EC2
5711
6089
  RequestSpotFleetRequest.add_member(:spot_fleet_request_config, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigData, required: true, location_name: "spotFleetRequestConfig"))
5712
6090
  RequestSpotFleetRequest.struct_class = Types::RequestSpotFleetRequest
5713
6091
 
5714
- RequestSpotFleetResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
6092
+ RequestSpotFleetResponse.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
5715
6093
  RequestSpotFleetResponse.struct_class = Types::RequestSpotFleetResponse
5716
6094
 
5717
6095
  RequestSpotInstancesRequest.add_member(:availability_zone_group, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneGroup"))
@@ -5946,6 +6324,16 @@ module Aws::EC2
5946
6324
  RestoreAddressToClassicResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
5947
6325
  RestoreAddressToClassicResult.struct_class = Types::RestoreAddressToClassicResult
5948
6326
 
6327
+ RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
6328
+ RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
6329
+ RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
6330
+ RevokeClientVpnIngressRequest.add_member(:revoke_all_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "RevokeAllGroups"))
6331
+ RevokeClientVpnIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6332
+ RevokeClientVpnIngressRequest.struct_class = Types::RevokeClientVpnIngressRequest
6333
+
6334
+ RevokeClientVpnIngressResult.add_member(:status, Shapes::ShapeRef.new(shape: ClientVpnAuthorizationRuleStatus, location_name: "status"))
6335
+ RevokeClientVpnIngressResult.struct_class = Types::RevokeClientVpnIngressResult
6336
+
5949
6337
  RevokeSecurityGroupEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
5950
6338
  RevokeSecurityGroupEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "groupId"))
5951
6339
  RevokeSecurityGroupEgressRequest.add_member(:ip_permissions, Shapes::ShapeRef.new(shape: IpPermissionList, location_name: "ipPermissions"))
@@ -6343,10 +6731,10 @@ module Aws::EC2
6343
6731
  SpotFleetMonitoring.struct_class = Types::SpotFleetMonitoring
6344
6732
 
6345
6733
  SpotFleetRequestConfig.add_member(:activity_status, Shapes::ShapeRef.new(shape: ActivityStatus, location_name: "activityStatus"))
6346
- SpotFleetRequestConfig.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "createTime"))
6347
- SpotFleetRequestConfig.add_member(:spot_fleet_request_config, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigData, required: true, location_name: "spotFleetRequestConfig"))
6348
- SpotFleetRequestConfig.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "spotFleetRequestId"))
6349
- SpotFleetRequestConfig.add_member(:spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, required: true, location_name: "spotFleetRequestState"))
6734
+ SpotFleetRequestConfig.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
6735
+ SpotFleetRequestConfig.add_member(:spot_fleet_request_config, Shapes::ShapeRef.new(shape: SpotFleetRequestConfigData, location_name: "spotFleetRequestConfig"))
6736
+ SpotFleetRequestConfig.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: String, location_name: "spotFleetRequestId"))
6737
+ SpotFleetRequestConfig.add_member(:spot_fleet_request_state, Shapes::ShapeRef.new(shape: BatchState, location_name: "spotFleetRequestState"))
6350
6738
  SpotFleetRequestConfig.struct_class = Types::SpotFleetRequestConfig
6351
6739
 
6352
6740
  SpotFleetRequestConfigData.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: AllocationStrategy, location_name: "allocationStrategy"))
@@ -6574,20 +6962,48 @@ module Aws::EC2
6574
6962
 
6575
6963
  TargetConfigurationRequestSet.member = Shapes::ShapeRef.new(shape: TargetConfigurationRequest, location_name: "TargetConfigurationRequest")
6576
6964
 
6577
- TargetGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "arn"))
6965
+ TargetGroup.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
6578
6966
  TargetGroup.struct_class = Types::TargetGroup
6579
6967
 
6580
6968
  TargetGroups.member = Shapes::ShapeRef.new(shape: TargetGroup, location_name: "item")
6581
6969
 
6582
- TargetGroupsConfig.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, required: true, location_name: "targetGroups"))
6970
+ TargetGroupsConfig.add_member(:target_groups, Shapes::ShapeRef.new(shape: TargetGroups, location_name: "targetGroups"))
6583
6971
  TargetGroupsConfig.struct_class = Types::TargetGroupsConfig
6584
6972
 
6973
+ TargetNetwork.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
6974
+ TargetNetwork.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
6975
+ TargetNetwork.add_member(:target_network_id, Shapes::ShapeRef.new(shape: String, location_name: "targetNetworkId"))
6976
+ TargetNetwork.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
6977
+ TargetNetwork.add_member(:status, Shapes::ShapeRef.new(shape: AssociationStatus, location_name: "status"))
6978
+ TargetNetwork.add_member(:security_groups, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "securityGroups"))
6979
+ TargetNetwork.struct_class = Types::TargetNetwork
6980
+
6981
+ TargetNetworkSet.member = Shapes::ShapeRef.new(shape: TargetNetwork, location_name: "item")
6982
+
6585
6983
  TargetReservationValue.add_member(:reservation_value, Shapes::ShapeRef.new(shape: ReservationValue, location_name: "reservationValue"))
6586
6984
  TargetReservationValue.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, location_name: "targetConfiguration"))
6587
6985
  TargetReservationValue.struct_class = Types::TargetReservationValue
6588
6986
 
6589
6987
  TargetReservationValueSet.member = Shapes::ShapeRef.new(shape: TargetReservationValue, location_name: "item")
6590
6988
 
6989
+ TerminateClientVpnConnectionsRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientVpnEndpointId"))
6990
+ TerminateClientVpnConnectionsRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionId"))
6991
+ TerminateClientVpnConnectionsRequest.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
6992
+ TerminateClientVpnConnectionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6993
+ TerminateClientVpnConnectionsRequest.struct_class = Types::TerminateClientVpnConnectionsRequest
6994
+
6995
+ TerminateClientVpnConnectionsResult.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
6996
+ TerminateClientVpnConnectionsResult.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "username"))
6997
+ TerminateClientVpnConnectionsResult.add_member(:connection_statuses, Shapes::ShapeRef.new(shape: TerminateConnectionStatusSet, location_name: "connectionStatuses"))
6998
+ TerminateClientVpnConnectionsResult.struct_class = Types::TerminateClientVpnConnectionsResult
6999
+
7000
+ TerminateConnectionStatus.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
7001
+ TerminateConnectionStatus.add_member(:previous_status, Shapes::ShapeRef.new(shape: ClientVpnConnectionStatus, location_name: "previousStatus"))
7002
+ TerminateConnectionStatus.add_member(:current_status, Shapes::ShapeRef.new(shape: ClientVpnConnectionStatus, location_name: "currentStatus"))
7003
+ TerminateConnectionStatus.struct_class = Types::TerminateConnectionStatus
7004
+
7005
+ TerminateConnectionStatusSet.member = Shapes::ShapeRef.new(shape: TerminateConnectionStatus, location_name: "item")
7006
+
6591
7007
  TerminateInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
6592
7008
  TerminateInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
6593
7009
  TerminateInstancesRequest.struct_class = Types::TerminateInstancesRequest
@@ -6759,12 +7175,12 @@ module Aws::EC2
6759
7175
 
6760
7176
  UnsuccessfulInstanceCreditSpecificationSet.member = Shapes::ShapeRef.new(shape: UnsuccessfulInstanceCreditSpecificationItem, location_name: "item")
6761
7177
 
6762
- UnsuccessfulItem.add_member(:error, Shapes::ShapeRef.new(shape: UnsuccessfulItemError, required: true, location_name: "error"))
7178
+ UnsuccessfulItem.add_member(:error, Shapes::ShapeRef.new(shape: UnsuccessfulItemError, location_name: "error"))
6763
7179
  UnsuccessfulItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
6764
7180
  UnsuccessfulItem.struct_class = Types::UnsuccessfulItem
6765
7181
 
6766
- UnsuccessfulItemError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
6767
- UnsuccessfulItemError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
7182
+ UnsuccessfulItemError.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
7183
+ UnsuccessfulItemError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
6768
7184
  UnsuccessfulItemError.struct_class = Types::UnsuccessfulItemError
6769
7185
 
6770
7186
  UnsuccessfulItemList.member = Shapes::ShapeRef.new(shape: UnsuccessfulItem, location_name: "item")
@@ -7150,6 +7566,14 @@ module Aws::EC2
7150
7566
  o.output = Shapes::ShapeRef.new(shape: AllocateHostsResult)
7151
7567
  end)
7152
7568
 
7569
+ api.add_operation(:apply_security_groups_to_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
7570
+ o.name = "ApplySecurityGroupsToClientVpnTargetNetwork"
7571
+ o.http_method = "POST"
7572
+ o.http_request_uri = "/"
7573
+ o.input = Shapes::ShapeRef.new(shape: ApplySecurityGroupsToClientVpnTargetNetworkRequest)
7574
+ o.output = Shapes::ShapeRef.new(shape: ApplySecurityGroupsToClientVpnTargetNetworkResult)
7575
+ end)
7576
+
7153
7577
  api.add_operation(:assign_ipv_6_addresses, Seahorse::Model::Operation.new.tap do |o|
7154
7578
  o.name = "AssignIpv6Addresses"
7155
7579
  o.http_method = "POST"
@@ -7174,6 +7598,14 @@ module Aws::EC2
7174
7598
  o.output = Shapes::ShapeRef.new(shape: AssociateAddressResult)
7175
7599
  end)
7176
7600
 
7601
+ api.add_operation(:associate_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
7602
+ o.name = "AssociateClientVpnTargetNetwork"
7603
+ o.http_method = "POST"
7604
+ o.http_request_uri = "/"
7605
+ o.input = Shapes::ShapeRef.new(shape: AssociateClientVpnTargetNetworkRequest)
7606
+ o.output = Shapes::ShapeRef.new(shape: AssociateClientVpnTargetNetworkResult)
7607
+ end)
7608
+
7177
7609
  api.add_operation(:associate_dhcp_options, Seahorse::Model::Operation.new.tap do |o|
7178
7610
  o.name = "AssociateDhcpOptions"
7179
7611
  o.http_method = "POST"
@@ -7262,6 +7694,14 @@ module Aws::EC2
7262
7694
  o.output = Shapes::ShapeRef.new(shape: AttachVpnGatewayResult)
7263
7695
  end)
7264
7696
 
7697
+ api.add_operation(:authorize_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
7698
+ o.name = "AuthorizeClientVpnIngress"
7699
+ o.http_method = "POST"
7700
+ o.http_request_uri = "/"
7701
+ o.input = Shapes::ShapeRef.new(shape: AuthorizeClientVpnIngressRequest)
7702
+ o.output = Shapes::ShapeRef.new(shape: AuthorizeClientVpnIngressResult)
7703
+ end)
7704
+
7265
7705
  api.add_operation(:authorize_security_group_egress, Seahorse::Model::Operation.new.tap do |o|
7266
7706
  o.name = "AuthorizeSecurityGroupEgress"
7267
7707
  o.http_method = "POST"
@@ -7390,6 +7830,22 @@ module Aws::EC2
7390
7830
  o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationResult)
7391
7831
  end)
7392
7832
 
7833
+ api.add_operation(:create_client_vpn_endpoint, Seahorse::Model::Operation.new.tap do |o|
7834
+ o.name = "CreateClientVpnEndpoint"
7835
+ o.http_method = "POST"
7836
+ o.http_request_uri = "/"
7837
+ o.input = Shapes::ShapeRef.new(shape: CreateClientVpnEndpointRequest)
7838
+ o.output = Shapes::ShapeRef.new(shape: CreateClientVpnEndpointResult)
7839
+ end)
7840
+
7841
+ api.add_operation(:create_client_vpn_route, Seahorse::Model::Operation.new.tap do |o|
7842
+ o.name = "CreateClientVpnRoute"
7843
+ o.http_method = "POST"
7844
+ o.http_request_uri = "/"
7845
+ o.input = Shapes::ShapeRef.new(shape: CreateClientVpnRouteRequest)
7846
+ o.output = Shapes::ShapeRef.new(shape: CreateClientVpnRouteResult)
7847
+ end)
7848
+
7393
7849
  api.add_operation(:create_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
7394
7850
  o.name = "CreateCustomerGateway"
7395
7851
  o.http_method = "POST"
@@ -7718,6 +8174,22 @@ module Aws::EC2
7718
8174
  o.output = Shapes::ShapeRef.new(shape: CreateVpnGatewayResult)
7719
8175
  end)
7720
8176
 
8177
+ api.add_operation(:delete_client_vpn_endpoint, Seahorse::Model::Operation.new.tap do |o|
8178
+ o.name = "DeleteClientVpnEndpoint"
8179
+ o.http_method = "POST"
8180
+ o.http_request_uri = "/"
8181
+ o.input = Shapes::ShapeRef.new(shape: DeleteClientVpnEndpointRequest)
8182
+ o.output = Shapes::ShapeRef.new(shape: DeleteClientVpnEndpointResult)
8183
+ end)
8184
+
8185
+ api.add_operation(:delete_client_vpn_route, Seahorse::Model::Operation.new.tap do |o|
8186
+ o.name = "DeleteClientVpnRoute"
8187
+ o.http_method = "POST"
8188
+ o.http_request_uri = "/"
8189
+ o.input = Shapes::ShapeRef.new(shape: DeleteClientVpnRouteRequest)
8190
+ o.output = Shapes::ShapeRef.new(shape: DeleteClientVpnRouteResult)
8191
+ end)
8192
+
7721
8193
  api.add_operation(:delete_customer_gateway, Seahorse::Model::Operation.new.tap do |o|
7722
8194
  o.name = "DeleteCustomerGateway"
7723
8195
  o.http_method = "POST"
@@ -8086,6 +8558,46 @@ module Aws::EC2
8086
8558
  o.output = Shapes::ShapeRef.new(shape: DescribeClassicLinkInstancesResult)
8087
8559
  end)
8088
8560
 
8561
+ api.add_operation(:describe_client_vpn_authorization_rules, Seahorse::Model::Operation.new.tap do |o|
8562
+ o.name = "DescribeClientVpnAuthorizationRules"
8563
+ o.http_method = "POST"
8564
+ o.http_request_uri = "/"
8565
+ o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnAuthorizationRulesRequest)
8566
+ o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnAuthorizationRulesResult)
8567
+ end)
8568
+
8569
+ api.add_operation(:describe_client_vpn_connections, Seahorse::Model::Operation.new.tap do |o|
8570
+ o.name = "DescribeClientVpnConnections"
8571
+ o.http_method = "POST"
8572
+ o.http_request_uri = "/"
8573
+ o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnConnectionsRequest)
8574
+ o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnConnectionsResult)
8575
+ end)
8576
+
8577
+ api.add_operation(:describe_client_vpn_endpoints, Seahorse::Model::Operation.new.tap do |o|
8578
+ o.name = "DescribeClientVpnEndpoints"
8579
+ o.http_method = "POST"
8580
+ o.http_request_uri = "/"
8581
+ o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnEndpointsRequest)
8582
+ o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnEndpointsResult)
8583
+ end)
8584
+
8585
+ api.add_operation(:describe_client_vpn_routes, Seahorse::Model::Operation.new.tap do |o|
8586
+ o.name = "DescribeClientVpnRoutes"
8587
+ o.http_method = "POST"
8588
+ o.http_request_uri = "/"
8589
+ o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnRoutesRequest)
8590
+ o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnRoutesResult)
8591
+ end)
8592
+
8593
+ api.add_operation(:describe_client_vpn_target_networks, Seahorse::Model::Operation.new.tap do |o|
8594
+ o.name = "DescribeClientVpnTargetNetworks"
8595
+ o.http_method = "POST"
8596
+ o.http_request_uri = "/"
8597
+ o.input = Shapes::ShapeRef.new(shape: DescribeClientVpnTargetNetworksRequest)
8598
+ o.output = Shapes::ShapeRef.new(shape: DescribeClientVpnTargetNetworksResult)
8599
+ end)
8600
+
8089
8601
  api.add_operation(:describe_conversion_tasks, Seahorse::Model::Operation.new.tap do |o|
8090
8602
  o.name = "DescribeConversionTasks"
8091
8603
  o.http_method = "POST"
@@ -8905,6 +9417,14 @@ module Aws::EC2
8905
9417
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
8906
9418
  end)
8907
9419
 
9420
+ api.add_operation(:disassociate_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
9421
+ o.name = "DisassociateClientVpnTargetNetwork"
9422
+ o.http_method = "POST"
9423
+ o.http_request_uri = "/"
9424
+ o.input = Shapes::ShapeRef.new(shape: DisassociateClientVpnTargetNetworkRequest)
9425
+ o.output = Shapes::ShapeRef.new(shape: DisassociateClientVpnTargetNetworkResult)
9426
+ end)
9427
+
8908
9428
  api.add_operation(:disassociate_iam_instance_profile, Seahorse::Model::Operation.new.tap do |o|
8909
9429
  o.name = "DisassociateIamInstanceProfile"
8910
9430
  o.http_method = "POST"
@@ -8985,6 +9505,22 @@ module Aws::EC2
8985
9505
  o.output = Shapes::ShapeRef.new(shape: EnableVpcClassicLinkDnsSupportResult)
8986
9506
  end)
8987
9507
 
9508
+ api.add_operation(:export_client_vpn_client_certificate_revocation_list, Seahorse::Model::Operation.new.tap do |o|
9509
+ o.name = "ExportClientVpnClientCertificateRevocationList"
9510
+ o.http_method = "POST"
9511
+ o.http_request_uri = "/"
9512
+ o.input = Shapes::ShapeRef.new(shape: ExportClientVpnClientCertificateRevocationListRequest)
9513
+ o.output = Shapes::ShapeRef.new(shape: ExportClientVpnClientCertificateRevocationListResult)
9514
+ end)
9515
+
9516
+ api.add_operation(:export_client_vpn_client_configuration, Seahorse::Model::Operation.new.tap do |o|
9517
+ o.name = "ExportClientVpnClientConfiguration"
9518
+ o.http_method = "POST"
9519
+ o.http_request_uri = "/"
9520
+ o.input = Shapes::ShapeRef.new(shape: ExportClientVpnClientConfigurationRequest)
9521
+ o.output = Shapes::ShapeRef.new(shape: ExportClientVpnClientConfigurationResult)
9522
+ end)
9523
+
8988
9524
  api.add_operation(:export_transit_gateway_routes, Seahorse::Model::Operation.new.tap do |o|
8989
9525
  o.name = "ExportTransitGatewayRoutes"
8990
9526
  o.http_method = "POST"
@@ -9065,6 +9601,14 @@ module Aws::EC2
9065
9601
  o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTablePropagationsResult)
9066
9602
  end)
9067
9603
 
9604
+ api.add_operation(:import_client_vpn_client_certificate_revocation_list, Seahorse::Model::Operation.new.tap do |o|
9605
+ o.name = "ImportClientVpnClientCertificateRevocationList"
9606
+ o.http_method = "POST"
9607
+ o.http_request_uri = "/"
9608
+ o.input = Shapes::ShapeRef.new(shape: ImportClientVpnClientCertificateRevocationListRequest)
9609
+ o.output = Shapes::ShapeRef.new(shape: ImportClientVpnClientCertificateRevocationListResult)
9610
+ end)
9611
+
9068
9612
  api.add_operation(:import_image, Seahorse::Model::Operation.new.tap do |o|
9069
9613
  o.name = "ImportImage"
9070
9614
  o.http_method = "POST"
@@ -9113,6 +9657,14 @@ module Aws::EC2
9113
9657
  o.output = Shapes::ShapeRef.new(shape: ModifyCapacityReservationResult)
9114
9658
  end)
9115
9659
 
9660
+ api.add_operation(:modify_client_vpn_endpoint, Seahorse::Model::Operation.new.tap do |o|
9661
+ o.name = "ModifyClientVpnEndpoint"
9662
+ o.http_method = "POST"
9663
+ o.http_request_uri = "/"
9664
+ o.input = Shapes::ShapeRef.new(shape: ModifyClientVpnEndpointRequest)
9665
+ o.output = Shapes::ShapeRef.new(shape: ModifyClientVpnEndpointResult)
9666
+ end)
9667
+
9116
9668
  api.add_operation(:modify_fleet, Seahorse::Model::Operation.new.tap do |o|
9117
9669
  o.name = "ModifyFleet"
9118
9670
  o.http_method = "POST"
@@ -9545,6 +10097,14 @@ module Aws::EC2
9545
10097
  o.output = Shapes::ShapeRef.new(shape: RestoreAddressToClassicResult)
9546
10098
  end)
9547
10099
 
10100
+ api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
10101
+ o.name = "RevokeClientVpnIngress"
10102
+ o.http_method = "POST"
10103
+ o.http_request_uri = "/"
10104
+ o.input = Shapes::ShapeRef.new(shape: RevokeClientVpnIngressRequest)
10105
+ o.output = Shapes::ShapeRef.new(shape: RevokeClientVpnIngressResult)
10106
+ end)
10107
+
9548
10108
  api.add_operation(:revoke_security_group_egress, Seahorse::Model::Operation.new.tap do |o|
9549
10109
  o.name = "RevokeSecurityGroupEgress"
9550
10110
  o.http_method = "POST"
@@ -9601,6 +10161,14 @@ module Aws::EC2
9601
10161
  o.output = Shapes::ShapeRef.new(shape: StopInstancesResult)
9602
10162
  end)
9603
10163
 
10164
+ api.add_operation(:terminate_client_vpn_connections, Seahorse::Model::Operation.new.tap do |o|
10165
+ o.name = "TerminateClientVpnConnections"
10166
+ o.http_method = "POST"
10167
+ o.http_request_uri = "/"
10168
+ o.input = Shapes::ShapeRef.new(shape: TerminateClientVpnConnectionsRequest)
10169
+ o.output = Shapes::ShapeRef.new(shape: TerminateClientVpnConnectionsResult)
10170
+ end)
10171
+
9604
10172
  api.add_operation(:terminate_instances, Seahorse::Model::Operation.new.tap do |o|
9605
10173
  o.name = "TerminateInstances"
9606
10174
  o.http_method = "POST"