aws-sdk-ec2 1.285.0 → 1.289.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +3112 -76
- data/lib/aws-sdk-ec2/client_api.rb +1144 -6
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +48 -18
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +4035 -76
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2/waiters.rb +44 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
@@ -35,6 +35,12 @@ module Aws::EC2
|
|
35
35
|
AcceptVpcEndpointConnectionsResult = Shapes::StructureShape.new(name: 'AcceptVpcEndpointConnectionsResult')
|
36
36
|
AcceptVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionRequest')
|
37
37
|
AcceptVpcPeeringConnectionResult = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionResult')
|
38
|
+
AccessScopeAnalysisFinding = Shapes::StructureShape.new(name: 'AccessScopeAnalysisFinding')
|
39
|
+
AccessScopeAnalysisFindingList = Shapes::ListShape.new(name: 'AccessScopeAnalysisFindingList')
|
40
|
+
AccessScopePath = Shapes::StructureShape.new(name: 'AccessScopePath')
|
41
|
+
AccessScopePathList = Shapes::ListShape.new(name: 'AccessScopePathList')
|
42
|
+
AccessScopePathListRequest = Shapes::ListShape.new(name: 'AccessScopePathListRequest')
|
43
|
+
AccessScopePathRequest = Shapes::StructureShape.new(name: 'AccessScopePathRequest')
|
38
44
|
AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
|
39
45
|
AccountAttributeList = Shapes::ListShape.new(name: 'AccountAttributeList')
|
40
46
|
AccountAttributeName = Shapes::StringShape.new(name: 'AccountAttributeName')
|
@@ -44,11 +50,14 @@ module Aws::EC2
|
|
44
50
|
ActiveInstance = Shapes::StructureShape.new(name: 'ActiveInstance')
|
45
51
|
ActiveInstanceSet = Shapes::ListShape.new(name: 'ActiveInstanceSet')
|
46
52
|
ActivityStatus = Shapes::StringShape.new(name: 'ActivityStatus')
|
53
|
+
AddIpamOperatingRegion = Shapes::StructureShape.new(name: 'AddIpamOperatingRegion')
|
54
|
+
AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
|
47
55
|
AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
|
48
56
|
AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
|
49
57
|
Address = Shapes::StructureShape.new(name: 'Address')
|
50
58
|
AddressAttribute = Shapes::StructureShape.new(name: 'AddressAttribute')
|
51
59
|
AddressAttributeName = Shapes::StringShape.new(name: 'AddressAttributeName')
|
60
|
+
AddressFamily = Shapes::StringShape.new(name: 'AddressFamily')
|
52
61
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
53
62
|
AddressMaxResults = Shapes::IntegerShape.new(name: 'AddressMaxResults')
|
54
63
|
AddressSet = Shapes::ListShape.new(name: 'AddressSet')
|
@@ -59,6 +68,8 @@ module Aws::EC2
|
|
59
68
|
AllocateAddressResult = Shapes::StructureShape.new(name: 'AllocateAddressResult')
|
60
69
|
AllocateHostsRequest = Shapes::StructureShape.new(name: 'AllocateHostsRequest')
|
61
70
|
AllocateHostsResult = Shapes::StructureShape.new(name: 'AllocateHostsResult')
|
71
|
+
AllocateIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'AllocateIpamPoolCidrRequest')
|
72
|
+
AllocateIpamPoolCidrResult = Shapes::StructureShape.new(name: 'AllocateIpamPoolCidrResult')
|
62
73
|
AllocationId = Shapes::StringShape.new(name: 'AllocationId')
|
63
74
|
AllocationIdList = Shapes::ListShape.new(name: 'AllocationIdList')
|
64
75
|
AllocationIds = Shapes::ListShape.new(name: 'AllocationIds')
|
@@ -176,6 +187,7 @@ module Aws::EC2
|
|
176
187
|
BootModeType = Shapes::StringShape.new(name: 'BootModeType')
|
177
188
|
BootModeTypeList = Shapes::ListShape.new(name: 'BootModeTypeList')
|
178
189
|
BootModeValues = Shapes::StringShape.new(name: 'BootModeValues')
|
190
|
+
BoxedDouble = Shapes::FloatShape.new(name: 'BoxedDouble')
|
179
191
|
BundleId = Shapes::StringShape.new(name: 'BundleId')
|
180
192
|
BundleIdStringList = Shapes::ListShape.new(name: 'BundleIdStringList')
|
181
193
|
BundleInstanceRequest = Shapes::StructureShape.new(name: 'BundleInstanceRequest')
|
@@ -362,6 +374,12 @@ module Aws::EC2
|
|
362
374
|
CreateInstanceExportTaskResult = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskResult')
|
363
375
|
CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
|
364
376
|
CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
|
377
|
+
CreateIpamPoolRequest = Shapes::StructureShape.new(name: 'CreateIpamPoolRequest')
|
378
|
+
CreateIpamPoolResult = Shapes::StructureShape.new(name: 'CreateIpamPoolResult')
|
379
|
+
CreateIpamRequest = Shapes::StructureShape.new(name: 'CreateIpamRequest')
|
380
|
+
CreateIpamResult = Shapes::StructureShape.new(name: 'CreateIpamResult')
|
381
|
+
CreateIpamScopeRequest = Shapes::StructureShape.new(name: 'CreateIpamScopeRequest')
|
382
|
+
CreateIpamScopeResult = Shapes::StructureShape.new(name: 'CreateIpamScopeResult')
|
365
383
|
CreateKeyPairRequest = Shapes::StructureShape.new(name: 'CreateKeyPairRequest')
|
366
384
|
CreateLaunchTemplateRequest = Shapes::StructureShape.new(name: 'CreateLaunchTemplateRequest')
|
367
385
|
CreateLaunchTemplateResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateResult')
|
@@ -378,6 +396,8 @@ module Aws::EC2
|
|
378
396
|
CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
|
379
397
|
CreateNetworkAclRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclRequest')
|
380
398
|
CreateNetworkAclResult = Shapes::StructureShape.new(name: 'CreateNetworkAclResult')
|
399
|
+
CreateNetworkInsightsAccessScopeRequest = Shapes::StructureShape.new(name: 'CreateNetworkInsightsAccessScopeRequest')
|
400
|
+
CreateNetworkInsightsAccessScopeResult = Shapes::StructureShape.new(name: 'CreateNetworkInsightsAccessScopeResult')
|
381
401
|
CreateNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathRequest')
|
382
402
|
CreateNetworkInsightsPathResult = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathResult')
|
383
403
|
CreateNetworkInterfacePermissionRequest = Shapes::StructureShape.new(name: 'CreateNetworkInterfacePermissionRequest')
|
@@ -386,6 +406,8 @@ module Aws::EC2
|
|
386
406
|
CreateNetworkInterfaceResult = Shapes::StructureShape.new(name: 'CreateNetworkInterfaceResult')
|
387
407
|
CreatePlacementGroupRequest = Shapes::StructureShape.new(name: 'CreatePlacementGroupRequest')
|
388
408
|
CreatePlacementGroupResult = Shapes::StructureShape.new(name: 'CreatePlacementGroupResult')
|
409
|
+
CreatePublicIpv4PoolRequest = Shapes::StructureShape.new(name: 'CreatePublicIpv4PoolRequest')
|
410
|
+
CreatePublicIpv4PoolResult = Shapes::StructureShape.new(name: 'CreatePublicIpv4PoolResult')
|
389
411
|
CreateReplaceRootVolumeTaskRequest = Shapes::StructureShape.new(name: 'CreateReplaceRootVolumeTaskRequest')
|
390
412
|
CreateReplaceRootVolumeTaskResult = Shapes::StructureShape.new(name: 'CreateReplaceRootVolumeTaskResult')
|
391
413
|
CreateReservedInstancesListingRequest = Shapes::StructureShape.new(name: 'CreateReservedInstancesListingRequest')
|
@@ -503,6 +525,12 @@ module Aws::EC2
|
|
503
525
|
DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
|
504
526
|
DeleteInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowResult')
|
505
527
|
DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
|
528
|
+
DeleteIpamPoolRequest = Shapes::StructureShape.new(name: 'DeleteIpamPoolRequest')
|
529
|
+
DeleteIpamPoolResult = Shapes::StructureShape.new(name: 'DeleteIpamPoolResult')
|
530
|
+
DeleteIpamRequest = Shapes::StructureShape.new(name: 'DeleteIpamRequest')
|
531
|
+
DeleteIpamResult = Shapes::StructureShape.new(name: 'DeleteIpamResult')
|
532
|
+
DeleteIpamScopeRequest = Shapes::StructureShape.new(name: 'DeleteIpamScopeRequest')
|
533
|
+
DeleteIpamScopeResult = Shapes::StructureShape.new(name: 'DeleteIpamScopeResult')
|
506
534
|
DeleteKeyPairRequest = Shapes::StructureShape.new(name: 'DeleteKeyPairRequest')
|
507
535
|
DeleteLaunchTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateRequest')
|
508
536
|
DeleteLaunchTemplateResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateResult')
|
@@ -522,6 +550,10 @@ module Aws::EC2
|
|
522
550
|
DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
|
523
551
|
DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
|
524
552
|
DeleteNetworkAclRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclRequest')
|
553
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeAnalysisRequest')
|
554
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeAnalysisResult')
|
555
|
+
DeleteNetworkInsightsAccessScopeRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeRequest')
|
556
|
+
DeleteNetworkInsightsAccessScopeResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeResult')
|
525
557
|
DeleteNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisRequest')
|
526
558
|
DeleteNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisResult')
|
527
559
|
DeleteNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsPathRequest')
|
@@ -530,6 +562,8 @@ module Aws::EC2
|
|
530
562
|
DeleteNetworkInterfacePermissionResult = Shapes::StructureShape.new(name: 'DeleteNetworkInterfacePermissionResult')
|
531
563
|
DeleteNetworkInterfaceRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInterfaceRequest')
|
532
564
|
DeletePlacementGroupRequest = Shapes::StructureShape.new(name: 'DeletePlacementGroupRequest')
|
565
|
+
DeletePublicIpv4PoolRequest = Shapes::StructureShape.new(name: 'DeletePublicIpv4PoolRequest')
|
566
|
+
DeletePublicIpv4PoolResult = Shapes::StructureShape.new(name: 'DeletePublicIpv4PoolResult')
|
533
567
|
DeleteQueuedReservedInstancesError = Shapes::StructureShape.new(name: 'DeleteQueuedReservedInstancesError')
|
534
568
|
DeleteQueuedReservedInstancesErrorCode = Shapes::StringShape.new(name: 'DeleteQueuedReservedInstancesErrorCode')
|
535
569
|
DeleteQueuedReservedInstancesIdList = Shapes::ListShape.new(name: 'DeleteQueuedReservedInstancesIdList')
|
@@ -585,6 +619,11 @@ module Aws::EC2
|
|
585
619
|
DeleteVpnGatewayRequest = Shapes::StructureShape.new(name: 'DeleteVpnGatewayRequest')
|
586
620
|
DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
|
587
621
|
DeprovisionByoipCidrResult = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResult')
|
622
|
+
DeprovisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrRequest')
|
623
|
+
DeprovisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrResult')
|
624
|
+
DeprovisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrRequest')
|
625
|
+
DeprovisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrResult')
|
626
|
+
DeprovisionedAddressSet = Shapes::ListShape.new(name: 'DeprovisionedAddressSet')
|
588
627
|
DeregisterImageRequest = Shapes::StructureShape.new(name: 'DeregisterImageRequest')
|
589
628
|
DeregisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesRequest')
|
590
629
|
DeregisterInstanceEventNotificationAttributesResult = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesResult')
|
@@ -717,6 +756,12 @@ module Aws::EC2
|
|
717
756
|
DescribeInternetGatewaysMaxResults = Shapes::IntegerShape.new(name: 'DescribeInternetGatewaysMaxResults')
|
718
757
|
DescribeInternetGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysRequest')
|
719
758
|
DescribeInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysResult')
|
759
|
+
DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
|
760
|
+
DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
|
761
|
+
DescribeIpamScopesRequest = Shapes::StructureShape.new(name: 'DescribeIpamScopesRequest')
|
762
|
+
DescribeIpamScopesResult = Shapes::StructureShape.new(name: 'DescribeIpamScopesResult')
|
763
|
+
DescribeIpamsRequest = Shapes::StructureShape.new(name: 'DescribeIpamsRequest')
|
764
|
+
DescribeIpamsResult = Shapes::StructureShape.new(name: 'DescribeIpamsResult')
|
720
765
|
DescribeIpv6PoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsRequest')
|
721
766
|
DescribeIpv6PoolsResult = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsResult')
|
722
767
|
DescribeKeyPairsRequest = Shapes::StructureShape.new(name: 'DescribeKeyPairsRequest')
|
@@ -749,6 +794,10 @@ module Aws::EC2
|
|
749
794
|
DescribeNetworkAclsMaxResults = Shapes::IntegerShape.new(name: 'DescribeNetworkAclsMaxResults')
|
750
795
|
DescribeNetworkAclsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkAclsRequest')
|
751
796
|
DescribeNetworkAclsResult = Shapes::StructureShape.new(name: 'DescribeNetworkAclsResult')
|
797
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopeAnalysesRequest')
|
798
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopeAnalysesResult')
|
799
|
+
DescribeNetworkInsightsAccessScopesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopesRequest')
|
800
|
+
DescribeNetworkInsightsAccessScopesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopesResult')
|
752
801
|
DescribeNetworkInsightsAnalysesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesRequest')
|
753
802
|
DescribeNetworkInsightsAnalysesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesResult')
|
754
803
|
DescribeNetworkInsightsPathsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsPathsRequest')
|
@@ -927,6 +976,8 @@ module Aws::EC2
|
|
927
976
|
DisableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'DisableFastSnapshotRestoresResult')
|
928
977
|
DisableImageDeprecationRequest = Shapes::StructureShape.new(name: 'DisableImageDeprecationRequest')
|
929
978
|
DisableImageDeprecationResult = Shapes::StructureShape.new(name: 'DisableImageDeprecationResult')
|
979
|
+
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
980
|
+
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
930
981
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
931
982
|
DisableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessResult')
|
932
983
|
DisableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationRequest')
|
@@ -1023,6 +1074,8 @@ module Aws::EC2
|
|
1023
1074
|
EnableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'EnableFastSnapshotRestoresResult')
|
1024
1075
|
EnableImageDeprecationRequest = Shapes::StructureShape.new(name: 'EnableImageDeprecationRequest')
|
1025
1076
|
EnableImageDeprecationResult = Shapes::StructureShape.new(name: 'EnableImageDeprecationResult')
|
1077
|
+
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
1078
|
+
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
1026
1079
|
EnableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessRequest')
|
1027
1080
|
EnableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessResult')
|
1028
1081
|
EnableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationRequest')
|
@@ -1081,6 +1134,7 @@ module Aws::EC2
|
|
1081
1134
|
FederatedAuthenticationRequest = Shapes::StructureShape.new(name: 'FederatedAuthenticationRequest')
|
1082
1135
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
1083
1136
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
1137
|
+
FindingsFound = Shapes::StringShape.new(name: 'FindingsFound')
|
1084
1138
|
FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
|
1085
1139
|
FleetCapacityReservation = Shapes::StructureShape.new(name: 'FleetCapacityReservation')
|
1086
1140
|
FleetCapacityReservationSet = Shapes::ListShape.new(name: 'FleetCapacityReservationSet')
|
@@ -1166,6 +1220,15 @@ module Aws::EC2
|
|
1166
1220
|
GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
|
1167
1221
|
GetInstanceTypesFromInstanceRequirementsRequest = Shapes::StructureShape.new(name: 'GetInstanceTypesFromInstanceRequirementsRequest')
|
1168
1222
|
GetInstanceTypesFromInstanceRequirementsResult = Shapes::StructureShape.new(name: 'GetInstanceTypesFromInstanceRequirementsResult')
|
1223
|
+
GetIpamAddressHistoryRequest = Shapes::StructureShape.new(name: 'GetIpamAddressHistoryRequest')
|
1224
|
+
GetIpamAddressHistoryResult = Shapes::StructureShape.new(name: 'GetIpamAddressHistoryResult')
|
1225
|
+
GetIpamPoolAllocationsMaxResults = Shapes::IntegerShape.new(name: 'GetIpamPoolAllocationsMaxResults')
|
1226
|
+
GetIpamPoolAllocationsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsRequest')
|
1227
|
+
GetIpamPoolAllocationsResult = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsResult')
|
1228
|
+
GetIpamPoolCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolCidrsRequest')
|
1229
|
+
GetIpamPoolCidrsResult = Shapes::StructureShape.new(name: 'GetIpamPoolCidrsResult')
|
1230
|
+
GetIpamResourceCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamResourceCidrsRequest')
|
1231
|
+
GetIpamResourceCidrsResult = Shapes::StructureShape.new(name: 'GetIpamResourceCidrsResult')
|
1169
1232
|
GetLaunchTemplateDataRequest = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataRequest')
|
1170
1233
|
GetLaunchTemplateDataResult = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataResult')
|
1171
1234
|
GetManagedPrefixListAssociationsMaxResults = Shapes::IntegerShape.new(name: 'GetManagedPrefixListAssociationsMaxResults')
|
@@ -1173,6 +1236,10 @@ module Aws::EC2
|
|
1173
1236
|
GetManagedPrefixListAssociationsResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsResult')
|
1174
1237
|
GetManagedPrefixListEntriesRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesRequest')
|
1175
1238
|
GetManagedPrefixListEntriesResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesResult')
|
1239
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest')
|
1240
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsResult')
|
1241
|
+
GetNetworkInsightsAccessScopeContentRequest = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeContentRequest')
|
1242
|
+
GetNetworkInsightsAccessScopeContentResult = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeContentResult')
|
1176
1243
|
GetPasswordDataRequest = Shapes::StructureShape.new(name: 'GetPasswordDataRequest')
|
1177
1244
|
GetPasswordDataResult = Shapes::StructureShape.new(name: 'GetPasswordDataResult')
|
1178
1245
|
GetReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteRequest')
|
@@ -1417,6 +1484,47 @@ module Aws::EC2
|
|
1417
1484
|
IpRange = Shapes::StructureShape.new(name: 'IpRange')
|
1418
1485
|
IpRangeList = Shapes::ListShape.new(name: 'IpRangeList')
|
1419
1486
|
IpRanges = Shapes::ListShape.new(name: 'IpRanges')
|
1487
|
+
Ipam = Shapes::StructureShape.new(name: 'Ipam')
|
1488
|
+
IpamAddressHistoryMaxResults = Shapes::IntegerShape.new(name: 'IpamAddressHistoryMaxResults')
|
1489
|
+
IpamAddressHistoryRecord = Shapes::StructureShape.new(name: 'IpamAddressHistoryRecord')
|
1490
|
+
IpamAddressHistoryRecordSet = Shapes::ListShape.new(name: 'IpamAddressHistoryRecordSet')
|
1491
|
+
IpamAddressHistoryResourceType = Shapes::StringShape.new(name: 'IpamAddressHistoryResourceType')
|
1492
|
+
IpamCidrAuthorizationContext = Shapes::StructureShape.new(name: 'IpamCidrAuthorizationContext')
|
1493
|
+
IpamComplianceStatus = Shapes::StringShape.new(name: 'IpamComplianceStatus')
|
1494
|
+
IpamId = Shapes::StringShape.new(name: 'IpamId')
|
1495
|
+
IpamManagementState = Shapes::StringShape.new(name: 'IpamManagementState')
|
1496
|
+
IpamMaxResults = Shapes::IntegerShape.new(name: 'IpamMaxResults')
|
1497
|
+
IpamNetmaskLength = Shapes::IntegerShape.new(name: 'IpamNetmaskLength')
|
1498
|
+
IpamOperatingRegion = Shapes::StructureShape.new(name: 'IpamOperatingRegion')
|
1499
|
+
IpamOperatingRegionSet = Shapes::ListShape.new(name: 'IpamOperatingRegionSet')
|
1500
|
+
IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
|
1501
|
+
IpamPool = Shapes::StructureShape.new(name: 'IpamPool')
|
1502
|
+
IpamPoolAllocation = Shapes::StructureShape.new(name: 'IpamPoolAllocation')
|
1503
|
+
IpamPoolAllocationDisallowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationDisallowedCidrs')
|
1504
|
+
IpamPoolAllocationId = Shapes::StringShape.new(name: 'IpamPoolAllocationId')
|
1505
|
+
IpamPoolAllocationResourceType = Shapes::StringShape.new(name: 'IpamPoolAllocationResourceType')
|
1506
|
+
IpamPoolAllocationSet = Shapes::ListShape.new(name: 'IpamPoolAllocationSet')
|
1507
|
+
IpamPoolAwsService = Shapes::StringShape.new(name: 'IpamPoolAwsService')
|
1508
|
+
IpamPoolCidr = Shapes::StructureShape.new(name: 'IpamPoolCidr')
|
1509
|
+
IpamPoolCidrFailureCode = Shapes::StringShape.new(name: 'IpamPoolCidrFailureCode')
|
1510
|
+
IpamPoolCidrFailureReason = Shapes::StructureShape.new(name: 'IpamPoolCidrFailureReason')
|
1511
|
+
IpamPoolCidrSet = Shapes::ListShape.new(name: 'IpamPoolCidrSet')
|
1512
|
+
IpamPoolCidrState = Shapes::StringShape.new(name: 'IpamPoolCidrState')
|
1513
|
+
IpamPoolId = Shapes::StringShape.new(name: 'IpamPoolId')
|
1514
|
+
IpamPoolSet = Shapes::ListShape.new(name: 'IpamPoolSet')
|
1515
|
+
IpamPoolState = Shapes::StringShape.new(name: 'IpamPoolState')
|
1516
|
+
IpamResourceCidr = Shapes::StructureShape.new(name: 'IpamResourceCidr')
|
1517
|
+
IpamResourceCidrSet = Shapes::ListShape.new(name: 'IpamResourceCidrSet')
|
1518
|
+
IpamResourceTag = Shapes::StructureShape.new(name: 'IpamResourceTag')
|
1519
|
+
IpamResourceTagList = Shapes::ListShape.new(name: 'IpamResourceTagList')
|
1520
|
+
IpamResourceType = Shapes::StringShape.new(name: 'IpamResourceType')
|
1521
|
+
IpamScope = Shapes::StructureShape.new(name: 'IpamScope')
|
1522
|
+
IpamScopeId = Shapes::StringShape.new(name: 'IpamScopeId')
|
1523
|
+
IpamScopeSet = Shapes::ListShape.new(name: 'IpamScopeSet')
|
1524
|
+
IpamScopeState = Shapes::StringShape.new(name: 'IpamScopeState')
|
1525
|
+
IpamScopeType = Shapes::StringShape.new(name: 'IpamScopeType')
|
1526
|
+
IpamSet = Shapes::ListShape.new(name: 'IpamSet')
|
1527
|
+
IpamState = Shapes::StringShape.new(name: 'IpamState')
|
1420
1528
|
Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
|
1421
1529
|
Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
|
1422
1530
|
Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
|
@@ -1633,6 +1741,14 @@ module Aws::EC2
|
|
1633
1741
|
ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
|
1634
1742
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
1635
1743
|
ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
|
1744
|
+
ModifyIpamPoolRequest = Shapes::StructureShape.new(name: 'ModifyIpamPoolRequest')
|
1745
|
+
ModifyIpamPoolResult = Shapes::StructureShape.new(name: 'ModifyIpamPoolResult')
|
1746
|
+
ModifyIpamRequest = Shapes::StructureShape.new(name: 'ModifyIpamRequest')
|
1747
|
+
ModifyIpamResourceCidrRequest = Shapes::StructureShape.new(name: 'ModifyIpamResourceCidrRequest')
|
1748
|
+
ModifyIpamResourceCidrResult = Shapes::StructureShape.new(name: 'ModifyIpamResourceCidrResult')
|
1749
|
+
ModifyIpamResult = Shapes::StructureShape.new(name: 'ModifyIpamResult')
|
1750
|
+
ModifyIpamScopeRequest = Shapes::StructureShape.new(name: 'ModifyIpamScopeRequest')
|
1751
|
+
ModifyIpamScopeResult = Shapes::StructureShape.new(name: 'ModifyIpamScopeResult')
|
1636
1752
|
ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
|
1637
1753
|
ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
|
1638
1754
|
ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
|
@@ -1674,6 +1790,8 @@ module Aws::EC2
|
|
1674
1790
|
ModifyVpcEndpointResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointResult')
|
1675
1791
|
ModifyVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationRequest')
|
1676
1792
|
ModifyVpcEndpointServiceConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationResult')
|
1793
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePayerResponsibilityRequest')
|
1794
|
+
ModifyVpcEndpointServicePayerResponsibilityResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePayerResponsibilityResult')
|
1677
1795
|
ModifyVpcEndpointServicePermissionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsRequest')
|
1678
1796
|
ModifyVpcEndpointServicePermissionsResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsResult')
|
1679
1797
|
ModifyVpcPeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcPeeringConnectionOptionsRequest')
|
@@ -1695,6 +1813,8 @@ module Aws::EC2
|
|
1695
1813
|
MonitoringState = Shapes::StringShape.new(name: 'MonitoringState')
|
1696
1814
|
MoveAddressToVpcRequest = Shapes::StructureShape.new(name: 'MoveAddressToVpcRequest')
|
1697
1815
|
MoveAddressToVpcResult = Shapes::StructureShape.new(name: 'MoveAddressToVpcResult')
|
1816
|
+
MoveByoipCidrToIpamRequest = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamRequest')
|
1817
|
+
MoveByoipCidrToIpamResult = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamResult')
|
1698
1818
|
MoveStatus = Shapes::StringShape.new(name: 'MoveStatus')
|
1699
1819
|
MovingAddressStatus = Shapes::StructureShape.new(name: 'MovingAddressStatus')
|
1700
1820
|
MovingAddressStatusSet = Shapes::ListShape.new(name: 'MovingAddressStatusSet')
|
@@ -1706,6 +1826,7 @@ module Aws::EC2
|
|
1706
1826
|
NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
|
1707
1827
|
NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
|
1708
1828
|
NatGatewayState = Shapes::StringShape.new(name: 'NatGatewayState')
|
1829
|
+
NetmaskLength = Shapes::IntegerShape.new(name: 'NetmaskLength')
|
1709
1830
|
NetworkAcl = Shapes::StructureShape.new(name: 'NetworkAcl')
|
1710
1831
|
NetworkAclAssociation = Shapes::StructureShape.new(name: 'NetworkAclAssociation')
|
1711
1832
|
NetworkAclAssociationId = Shapes::StringShape.new(name: 'NetworkAclAssociationId')
|
@@ -1719,6 +1840,15 @@ module Aws::EC2
|
|
1719
1840
|
NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
|
1720
1841
|
NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
|
1721
1842
|
NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
|
1843
|
+
NetworkInsightsAccessScope = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScope')
|
1844
|
+
NetworkInsightsAccessScopeAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeAnalysis')
|
1845
|
+
NetworkInsightsAccessScopeAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeAnalysisId')
|
1846
|
+
NetworkInsightsAccessScopeAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisIdList')
|
1847
|
+
NetworkInsightsAccessScopeAnalysisList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisList')
|
1848
|
+
NetworkInsightsAccessScopeContent = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeContent')
|
1849
|
+
NetworkInsightsAccessScopeId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeId')
|
1850
|
+
NetworkInsightsAccessScopeIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeIdList')
|
1851
|
+
NetworkInsightsAccessScopeList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeList')
|
1722
1852
|
NetworkInsightsAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAnalysis')
|
1723
1853
|
NetworkInsightsAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAnalysisId')
|
1724
1854
|
NetworkInsightsAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAnalysisIdList')
|
@@ -1769,9 +1899,14 @@ module Aws::EC2
|
|
1769
1899
|
OrganizationalUnitArnStringList = Shapes::ListShape.new(name: 'OrganizationalUnitArnStringList')
|
1770
1900
|
OutpostArn = Shapes::StringShape.new(name: 'OutpostArn')
|
1771
1901
|
OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
|
1902
|
+
PacketHeaderStatement = Shapes::StructureShape.new(name: 'PacketHeaderStatement')
|
1903
|
+
PacketHeaderStatementRequest = Shapes::StructureShape.new(name: 'PacketHeaderStatementRequest')
|
1772
1904
|
PartitionLoadFrequency = Shapes::StringShape.new(name: 'PartitionLoadFrequency')
|
1773
1905
|
PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
|
1774
1906
|
PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
|
1907
|
+
PathStatement = Shapes::StructureShape.new(name: 'PathStatement')
|
1908
|
+
PathStatementRequest = Shapes::StructureShape.new(name: 'PathStatementRequest')
|
1909
|
+
PayerResponsibility = Shapes::StringShape.new(name: 'PayerResponsibility')
|
1775
1910
|
PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
|
1776
1911
|
PciId = Shapes::StructureShape.new(name: 'PciId')
|
1777
1912
|
PeeringAttachmentStatus = Shapes::StructureShape.new(name: 'PeeringAttachmentStatus')
|
@@ -1865,9 +2000,14 @@ module Aws::EC2
|
|
1865
2000
|
PropagatingVgw = Shapes::StructureShape.new(name: 'PropagatingVgw')
|
1866
2001
|
PropagatingVgwList = Shapes::ListShape.new(name: 'PropagatingVgwList')
|
1867
2002
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
2003
|
+
ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
|
1868
2004
|
ProtocolValue = Shapes::StringShape.new(name: 'ProtocolValue')
|
1869
2005
|
ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
|
1870
2006
|
ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
|
2007
|
+
ProvisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrRequest')
|
2008
|
+
ProvisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrResult')
|
2009
|
+
ProvisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrRequest')
|
2010
|
+
ProvisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrResult')
|
1871
2011
|
ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
|
1872
2012
|
PtrUpdateStatus = Shapes::StructureShape.new(name: 'PtrUpdateStatus')
|
1873
2013
|
PublicIpAddress = Shapes::StringShape.new(name: 'PublicIpAddress')
|
@@ -1922,6 +2062,10 @@ module Aws::EC2
|
|
1922
2062
|
ReleaseAddressRequest = Shapes::StructureShape.new(name: 'ReleaseAddressRequest')
|
1923
2063
|
ReleaseHostsRequest = Shapes::StructureShape.new(name: 'ReleaseHostsRequest')
|
1924
2064
|
ReleaseHostsResult = Shapes::StructureShape.new(name: 'ReleaseHostsResult')
|
2065
|
+
ReleaseIpamPoolAllocationRequest = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationRequest')
|
2066
|
+
ReleaseIpamPoolAllocationResult = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationResult')
|
2067
|
+
RemoveIpamOperatingRegion = Shapes::StructureShape.new(name: 'RemoveIpamOperatingRegion')
|
2068
|
+
RemoveIpamOperatingRegionSet = Shapes::ListShape.new(name: 'RemoveIpamOperatingRegionSet')
|
1925
2069
|
RemovePrefixListEntries = Shapes::ListShape.new(name: 'RemovePrefixListEntries')
|
1926
2070
|
RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
|
1927
2071
|
ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
|
@@ -1946,6 +2090,8 @@ module Aws::EC2
|
|
1946
2090
|
RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
|
1947
2091
|
RequestHostIdSet = Shapes::ListShape.new(name: 'RequestHostIdSet')
|
1948
2092
|
RequestInstanceTypeList = Shapes::ListShape.new(name: 'RequestInstanceTypeList')
|
2093
|
+
RequestIpamResourceTag = Shapes::StructureShape.new(name: 'RequestIpamResourceTag')
|
2094
|
+
RequestIpamResourceTagList = Shapes::ListShape.new(name: 'RequestIpamResourceTagList')
|
1949
2095
|
RequestLaunchTemplateData = Shapes::StructureShape.new(name: 'RequestLaunchTemplateData')
|
1950
2096
|
RequestSpotFleetRequest = Shapes::StructureShape.new(name: 'RequestSpotFleetRequest')
|
1951
2097
|
RequestSpotFleetResponse = Shapes::StructureShape.new(name: 'RequestSpotFleetResponse')
|
@@ -2001,6 +2147,8 @@ module Aws::EC2
|
|
2001
2147
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
2002
2148
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
2003
2149
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
2150
|
+
ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
|
2151
|
+
ResourceStatementRequest = Shapes::StructureShape.new(name: 'ResourceStatementRequest')
|
2004
2152
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
2005
2153
|
ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
|
2006
2154
|
ResponseHostIdList = Shapes::ListShape.new(name: 'ResponseHostIdList')
|
@@ -2159,6 +2307,8 @@ module Aws::EC2
|
|
2159
2307
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2160
2308
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2161
2309
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2310
|
+
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
2311
|
+
StartNetworkInsightsAccessScopeAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisResult')
|
2162
2312
|
StartNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisRequest')
|
2163
2313
|
StartNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisResult')
|
2164
2314
|
StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
|
@@ -2230,6 +2380,10 @@ module Aws::EC2
|
|
2230
2380
|
TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
|
2231
2381
|
ThreadsPerCore = Shapes::IntegerShape.new(name: 'ThreadsPerCore')
|
2232
2382
|
ThreadsPerCoreList = Shapes::ListShape.new(name: 'ThreadsPerCoreList')
|
2383
|
+
ThroughResourcesStatement = Shapes::StructureShape.new(name: 'ThroughResourcesStatement')
|
2384
|
+
ThroughResourcesStatementList = Shapes::ListShape.new(name: 'ThroughResourcesStatementList')
|
2385
|
+
ThroughResourcesStatementRequest = Shapes::StructureShape.new(name: 'ThroughResourcesStatementRequest')
|
2386
|
+
ThroughResourcesStatementRequestList = Shapes::ListShape.new(name: 'ThroughResourcesStatementRequestList')
|
2233
2387
|
TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
|
2234
2388
|
TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
|
2235
2389
|
TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
|
@@ -2555,6 +2709,28 @@ module Aws::EC2
|
|
2555
2709
|
AcceptVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
2556
2710
|
AcceptVpcPeeringConnectionResult.struct_class = Types::AcceptVpcPeeringConnectionResult
|
2557
2711
|
|
2712
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
2713
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
2714
|
+
AccessScopeAnalysisFinding.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, location_name: "findingId"))
|
2715
|
+
AccessScopeAnalysisFinding.add_member(:finding_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "findingComponentSet"))
|
2716
|
+
AccessScopeAnalysisFinding.struct_class = Types::AccessScopeAnalysisFinding
|
2717
|
+
|
2718
|
+
AccessScopeAnalysisFindingList.member = Shapes::ShapeRef.new(shape: AccessScopeAnalysisFinding, location_name: "item")
|
2719
|
+
|
2720
|
+
AccessScopePath.add_member(:source, Shapes::ShapeRef.new(shape: PathStatement, location_name: "source"))
|
2721
|
+
AccessScopePath.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatement, location_name: "destination"))
|
2722
|
+
AccessScopePath.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementList, location_name: "throughResourceSet"))
|
2723
|
+
AccessScopePath.struct_class = Types::AccessScopePath
|
2724
|
+
|
2725
|
+
AccessScopePathList.member = Shapes::ShapeRef.new(shape: AccessScopePath, location_name: "item")
|
2726
|
+
|
2727
|
+
AccessScopePathListRequest.member = Shapes::ShapeRef.new(shape: AccessScopePathRequest, location_name: "item")
|
2728
|
+
|
2729
|
+
AccessScopePathRequest.add_member(:source, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Source"))
|
2730
|
+
AccessScopePathRequest.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Destination"))
|
2731
|
+
AccessScopePathRequest.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequestList, location_name: "ThroughResource"))
|
2732
|
+
AccessScopePathRequest.struct_class = Types::AccessScopePathRequest
|
2733
|
+
|
2558
2734
|
AccountAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
|
2559
2735
|
AccountAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AccountAttributeValueList, location_name: "attributeValueSet"))
|
2560
2736
|
AccountAttribute.struct_class = Types::AccountAttribute
|
@@ -2576,6 +2752,11 @@ module Aws::EC2
|
|
2576
2752
|
|
2577
2753
|
ActiveInstanceSet.member = Shapes::ShapeRef.new(shape: ActiveInstance, location_name: "item")
|
2578
2754
|
|
2755
|
+
AddIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
2756
|
+
AddIpamOperatingRegion.struct_class = Types::AddIpamOperatingRegion
|
2757
|
+
|
2758
|
+
AddIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: AddIpamOperatingRegion)
|
2759
|
+
|
2579
2760
|
AddPrefixListEntries.member = Shapes::ShapeRef.new(shape: AddPrefixListEntry)
|
2580
2761
|
|
2581
2762
|
AddPrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -2647,6 +2828,19 @@ module Aws::EC2
|
|
2647
2828
|
AllocateHostsResult.add_member(:host_ids, Shapes::ShapeRef.new(shape: ResponseHostIdList, location_name: "hostIdSet"))
|
2648
2829
|
AllocateHostsResult.struct_class = Types::AllocateHostsResult
|
2649
2830
|
|
2831
|
+
AllocateIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2832
|
+
AllocateIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
2833
|
+
AllocateIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
2834
|
+
AllocateIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
|
2835
|
+
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2836
|
+
AllocateIpamPoolCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2837
|
+
AllocateIpamPoolCidrRequest.add_member(:preview_next_cidr, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreviewNextCidr"))
|
2838
|
+
AllocateIpamPoolCidrRequest.add_member(:disallowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationDisallowedCidrs, location_name: "DisallowedCidr"))
|
2839
|
+
AllocateIpamPoolCidrRequest.struct_class = Types::AllocateIpamPoolCidrRequest
|
2840
|
+
|
2841
|
+
AllocateIpamPoolCidrResult.add_member(:ipam_pool_allocation, Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "ipamPoolAllocation"))
|
2842
|
+
AllocateIpamPoolCidrResult.struct_class = Types::AllocateIpamPoolCidrResult
|
2843
|
+
|
2650
2844
|
AllocationIdList.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId")
|
2651
2845
|
|
2652
2846
|
AllocationIds.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "item")
|
@@ -2673,6 +2867,7 @@ module Aws::EC2
|
|
2673
2867
|
|
2674
2868
|
AnalysisComponent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
2675
2869
|
AnalysisComponent.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
2870
|
+
AnalysisComponent.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
2676
2871
|
AnalysisComponent.struct_class = Types::AnalysisComponent
|
2677
2872
|
|
2678
2873
|
AnalysisComponentList.member = Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "item")
|
@@ -2864,6 +3059,10 @@ module Aws::EC2
|
|
2864
3059
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
2865
3060
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
2866
3061
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
3062
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
3063
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
3064
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
3065
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
2867
3066
|
AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
|
2868
3067
|
|
2869
3068
|
AssociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
@@ -3770,6 +3969,46 @@ module Aws::EC2
|
|
3770
3969
|
CreateInternetGatewayResult.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: InternetGateway, location_name: "internetGateway"))
|
3771
3970
|
CreateInternetGatewayResult.struct_class = Types::CreateInternetGatewayResult
|
3772
3971
|
|
3972
|
+
CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3973
|
+
CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
3974
|
+
CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
3975
|
+
CreateIpamPoolRequest.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "SourceIpamPoolId"))
|
3976
|
+
CreateIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3977
|
+
CreateIpamPoolRequest.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "AddressFamily"))
|
3978
|
+
CreateIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
3979
|
+
CreateIpamPoolRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
3980
|
+
CreateIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
3981
|
+
CreateIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
3982
|
+
CreateIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
3983
|
+
CreateIpamPoolRequest.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AllocationResourceTag"))
|
3984
|
+
CreateIpamPoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3985
|
+
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3986
|
+
CreateIpamPoolRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "AwsService"))
|
3987
|
+
CreateIpamPoolRequest.struct_class = Types::CreateIpamPoolRequest
|
3988
|
+
|
3989
|
+
CreateIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
3990
|
+
CreateIpamPoolResult.struct_class = Types::CreateIpamPoolResult
|
3991
|
+
|
3992
|
+
CreateIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3993
|
+
CreateIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3994
|
+
CreateIpamRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
3995
|
+
CreateIpamRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3996
|
+
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3997
|
+
CreateIpamRequest.struct_class = Types::CreateIpamRequest
|
3998
|
+
|
3999
|
+
CreateIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
4000
|
+
CreateIpamResult.struct_class = Types::CreateIpamResult
|
4001
|
+
|
4002
|
+
CreateIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4003
|
+
CreateIpamScopeRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4004
|
+
CreateIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4005
|
+
CreateIpamScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4006
|
+
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4007
|
+
CreateIpamScopeRequest.struct_class = Types::CreateIpamScopeRequest
|
4008
|
+
|
4009
|
+
CreateIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4010
|
+
CreateIpamScopeResult.struct_class = Types::CreateIpamScopeResult
|
4011
|
+
|
3773
4012
|
CreateKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
|
3774
4013
|
CreateKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3775
4014
|
CreateKeyPairRequest.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "KeyType"))
|
@@ -3863,6 +4102,17 @@ module Aws::EC2
|
|
3863
4102
|
CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
|
3864
4103
|
CreateNetworkAclResult.struct_class = Types::CreateNetworkAclResult
|
3865
4104
|
|
4105
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "MatchPath"))
|
4106
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "ExcludePath"))
|
4107
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4108
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4109
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4110
|
+
CreateNetworkInsightsAccessScopeRequest.struct_class = Types::CreateNetworkInsightsAccessScopeRequest
|
4111
|
+
|
4112
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "networkInsightsAccessScope"))
|
4113
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
4114
|
+
CreateNetworkInsightsAccessScopeResult.struct_class = Types::CreateNetworkInsightsAccessScopeResult
|
4115
|
+
|
3866
4116
|
CreateNetworkInsightsPathRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "SourceIp"))
|
3867
4117
|
CreateNetworkInsightsPathRequest.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "DestinationIp"))
|
3868
4118
|
CreateNetworkInsightsPathRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Source"))
|
@@ -3919,6 +4169,13 @@ module Aws::EC2
|
|
3919
4169
|
CreatePlacementGroupResult.add_member(:placement_group, Shapes::ShapeRef.new(shape: PlacementGroup, location_name: "placementGroup"))
|
3920
4170
|
CreatePlacementGroupResult.struct_class = Types::CreatePlacementGroupResult
|
3921
4171
|
|
4172
|
+
CreatePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4173
|
+
CreatePublicIpv4PoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4174
|
+
CreatePublicIpv4PoolRequest.struct_class = Types::CreatePublicIpv4PoolRequest
|
4175
|
+
|
4176
|
+
CreatePublicIpv4PoolResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
4177
|
+
CreatePublicIpv4PoolResult.struct_class = Types::CreatePublicIpv4PoolResult
|
4178
|
+
|
3922
4179
|
CreateReplaceRootVolumeTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3923
4180
|
CreateReplaceRootVolumeTaskRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
|
3924
4181
|
CreateReplaceRootVolumeTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -4289,10 +4546,14 @@ module Aws::EC2
|
|
4289
4546
|
CreateVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
4290
4547
|
CreateVpcPeeringConnectionResult.struct_class = Types::CreateVpcPeeringConnectionResult
|
4291
4548
|
|
4292
|
-
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
4549
|
+
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
|
4293
4550
|
CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
|
4294
4551
|
CreateVpcRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
4295
4552
|
CreateVpcRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
4553
|
+
CreateVpcRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
4554
|
+
CreateVpcRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
4555
|
+
CreateVpcRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
4556
|
+
CreateVpcRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
4296
4557
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4297
4558
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
4298
4559
|
CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
@@ -4440,6 +4701,27 @@ module Aws::EC2
|
|
4440
4701
|
DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
|
4441
4702
|
DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
|
4442
4703
|
|
4704
|
+
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4705
|
+
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
4706
|
+
DeleteIpamPoolRequest.struct_class = Types::DeleteIpamPoolRequest
|
4707
|
+
|
4708
|
+
DeleteIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
4709
|
+
DeleteIpamPoolResult.struct_class = Types::DeleteIpamPoolResult
|
4710
|
+
|
4711
|
+
DeleteIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4712
|
+
DeleteIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4713
|
+
DeleteIpamRequest.struct_class = Types::DeleteIpamRequest
|
4714
|
+
|
4715
|
+
DeleteIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
4716
|
+
DeleteIpamResult.struct_class = Types::DeleteIpamResult
|
4717
|
+
|
4718
|
+
DeleteIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4719
|
+
DeleteIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
4720
|
+
DeleteIpamScopeRequest.struct_class = Types::DeleteIpamScopeRequest
|
4721
|
+
|
4722
|
+
DeleteIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4723
|
+
DeleteIpamScopeResult.struct_class = Types::DeleteIpamScopeResult
|
4724
|
+
|
4443
4725
|
DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, location_name: "KeyName"))
|
4444
4726
|
DeleteKeyPairRequest.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: KeyPairId, location_name: "KeyPairId"))
|
4445
4727
|
DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -4517,6 +4799,20 @@ module Aws::EC2
|
|
4517
4799
|
DeleteNetworkAclRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
4518
4800
|
DeleteNetworkAclRequest.struct_class = Types::DeleteNetworkAclRequest
|
4519
4801
|
|
4802
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
4803
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4804
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisRequest
|
4805
|
+
|
4806
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
4807
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisResult
|
4808
|
+
|
4809
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4810
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
4811
|
+
DeleteNetworkInsightsAccessScopeRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeRequest
|
4812
|
+
|
4813
|
+
DeleteNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
4814
|
+
DeleteNetworkInsightsAccessScopeResult.struct_class = Types::DeleteNetworkInsightsAccessScopeResult
|
4815
|
+
|
4520
4816
|
DeleteNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4521
4817
|
DeleteNetworkInsightsAnalysisRequest.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, required: true, location_name: "NetworkInsightsAnalysisId"))
|
4522
4818
|
DeleteNetworkInsightsAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAnalysisRequest
|
@@ -4547,6 +4843,13 @@ module Aws::EC2
|
|
4547
4843
|
DeletePlacementGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, required: true, location_name: "groupName"))
|
4548
4844
|
DeletePlacementGroupRequest.struct_class = Types::DeletePlacementGroupRequest
|
4549
4845
|
|
4846
|
+
DeletePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4847
|
+
DeletePublicIpv4PoolRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
4848
|
+
DeletePublicIpv4PoolRequest.struct_class = Types::DeletePublicIpv4PoolRequest
|
4849
|
+
|
4850
|
+
DeletePublicIpv4PoolResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
|
4851
|
+
DeletePublicIpv4PoolResult.struct_class = Types::DeletePublicIpv4PoolResult
|
4852
|
+
|
4550
4853
|
DeleteQueuedReservedInstancesError.add_member(:code, Shapes::ShapeRef.new(shape: DeleteQueuedReservedInstancesErrorCode, location_name: "code"))
|
4551
4854
|
DeleteQueuedReservedInstancesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
4552
4855
|
DeleteQueuedReservedInstancesError.struct_class = Types::DeleteQueuedReservedInstancesError
|
@@ -4748,6 +5051,25 @@ module Aws::EC2
|
|
4748
5051
|
DeprovisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
4749
5052
|
DeprovisionByoipCidrResult.struct_class = Types::DeprovisionByoipCidrResult
|
4750
5053
|
|
5054
|
+
DeprovisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5055
|
+
DeprovisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
5056
|
+
DeprovisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
5057
|
+
DeprovisionIpamPoolCidrRequest.struct_class = Types::DeprovisionIpamPoolCidrRequest
|
5058
|
+
|
5059
|
+
DeprovisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
5060
|
+
DeprovisionIpamPoolCidrResult.struct_class = Types::DeprovisionIpamPoolCidrResult
|
5061
|
+
|
5062
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5063
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
5064
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
5065
|
+
DeprovisionPublicIpv4PoolCidrRequest.struct_class = Types::DeprovisionPublicIpv4PoolCidrRequest
|
5066
|
+
|
5067
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
5068
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:deprovisioned_addresses, Shapes::ShapeRef.new(shape: DeprovisionedAddressSet, location_name: "deprovisionedAddressSet"))
|
5069
|
+
DeprovisionPublicIpv4PoolCidrResult.struct_class = Types::DeprovisionPublicIpv4PoolCidrResult
|
5070
|
+
|
5071
|
+
DeprovisionedAddressSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
5072
|
+
|
4751
5073
|
DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
4752
5074
|
DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4753
5075
|
DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
|
@@ -5315,6 +5637,39 @@ module Aws::EC2
|
|
5315
5637
|
DescribeInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5316
5638
|
DescribeInternetGatewaysResult.struct_class = Types::DescribeInternetGatewaysResult
|
5317
5639
|
|
5640
|
+
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5641
|
+
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5642
|
+
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5643
|
+
DescribeIpamPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5644
|
+
DescribeIpamPoolsRequest.add_member(:ipam_pool_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamPoolId"))
|
5645
|
+
DescribeIpamPoolsRequest.struct_class = Types::DescribeIpamPoolsRequest
|
5646
|
+
|
5647
|
+
DescribeIpamPoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5648
|
+
DescribeIpamPoolsResult.add_member(:ipam_pools, Shapes::ShapeRef.new(shape: IpamPoolSet, location_name: "ipamPoolSet"))
|
5649
|
+
DescribeIpamPoolsResult.struct_class = Types::DescribeIpamPoolsResult
|
5650
|
+
|
5651
|
+
DescribeIpamScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5652
|
+
DescribeIpamScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5653
|
+
DescribeIpamScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5654
|
+
DescribeIpamScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5655
|
+
DescribeIpamScopesRequest.add_member(:ipam_scope_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamScopeId"))
|
5656
|
+
DescribeIpamScopesRequest.struct_class = Types::DescribeIpamScopesRequest
|
5657
|
+
|
5658
|
+
DescribeIpamScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5659
|
+
DescribeIpamScopesResult.add_member(:ipam_scopes, Shapes::ShapeRef.new(shape: IpamScopeSet, location_name: "ipamScopeSet"))
|
5660
|
+
DescribeIpamScopesResult.struct_class = Types::DescribeIpamScopesResult
|
5661
|
+
|
5662
|
+
DescribeIpamsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5663
|
+
DescribeIpamsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5664
|
+
DescribeIpamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5665
|
+
DescribeIpamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5666
|
+
DescribeIpamsRequest.add_member(:ipam_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamId"))
|
5667
|
+
DescribeIpamsRequest.struct_class = Types::DescribeIpamsRequest
|
5668
|
+
|
5669
|
+
DescribeIpamsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5670
|
+
DescribeIpamsResult.add_member(:ipams, Shapes::ShapeRef.new(shape: IpamSet, location_name: "ipamSet"))
|
5671
|
+
DescribeIpamsResult.struct_class = Types::DescribeIpamsResult
|
5672
|
+
|
5318
5673
|
DescribeIpv6PoolsRequest.add_member(:pool_ids, Shapes::ShapeRef.new(shape: Ipv6PoolIdList, location_name: "PoolId"))
|
5319
5674
|
DescribeIpv6PoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5320
5675
|
DescribeIpv6PoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Ipv6PoolMaxResults, location_name: "MaxResults"))
|
@@ -5472,6 +5827,31 @@ module Aws::EC2
|
|
5472
5827
|
DescribeNetworkAclsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5473
5828
|
DescribeNetworkAclsResult.struct_class = Types::DescribeNetworkAclsResult
|
5474
5829
|
|
5830
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisIdList, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
5831
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "NetworkInsightsAccessScopeId"))
|
5832
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_begin, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeBegin"))
|
5833
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_end, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeEnd"))
|
5834
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5835
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5836
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5837
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5838
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesRequest
|
5839
|
+
|
5840
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:network_insights_access_scope_analyses, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisList, location_name: "networkInsightsAccessScopeAnalysisSet"))
|
5841
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5842
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesResult
|
5843
|
+
|
5844
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:network_insights_access_scope_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeIdList, location_name: "NetworkInsightsAccessScopeId"))
|
5845
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5846
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5847
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5848
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5849
|
+
DescribeNetworkInsightsAccessScopesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopesRequest
|
5850
|
+
|
5851
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:network_insights_access_scopes, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeList, location_name: "networkInsightsAccessScopeSet"))
|
5852
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5853
|
+
DescribeNetworkInsightsAccessScopesResult.struct_class = Types::DescribeNetworkInsightsAccessScopesResult
|
5854
|
+
|
5475
5855
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisIdList, location_name: "NetworkInsightsAnalysisId"))
|
5476
5856
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "NetworkInsightsPathId"))
|
5477
5857
|
DescribeNetworkInsightsAnalysesRequest.add_member(:analysis_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTime"))
|
@@ -6271,6 +6651,13 @@ module Aws::EC2
|
|
6271
6651
|
DisableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6272
6652
|
DisableImageDeprecationResult.struct_class = Types::DisableImageDeprecationResult
|
6273
6653
|
|
6654
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6655
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
6656
|
+
DisableIpamOrganizationAdminAccountRequest.struct_class = Types::DisableIpamOrganizationAdminAccountRequest
|
6657
|
+
|
6658
|
+
DisableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
6659
|
+
DisableIpamOrganizationAdminAccountResult.struct_class = Types::DisableIpamOrganizationAdminAccountResult
|
6660
|
+
|
6274
6661
|
DisableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6275
6662
|
DisableSerialConsoleAccessRequest.struct_class = Types::DisableSerialConsoleAccessRequest
|
6276
6663
|
|
@@ -6470,7 +6857,7 @@ module Aws::EC2
|
|
6470
6857
|
|
6471
6858
|
EgressOnlyInternetGatewayList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGateway, location_name: "item")
|
6472
6859
|
|
6473
|
-
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape:
|
6860
|
+
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape: ElasticGpuId, location_name: "elasticGpuId"))
|
6474
6861
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_id, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationId"))
|
6475
6862
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_state, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationState"))
|
6476
6863
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_time, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationTime"))
|
@@ -6574,6 +6961,13 @@ module Aws::EC2
|
|
6574
6961
|
EnableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6575
6962
|
EnableImageDeprecationResult.struct_class = Types::EnableImageDeprecationResult
|
6576
6963
|
|
6964
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6965
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
6966
|
+
EnableIpamOrganizationAdminAccountRequest.struct_class = Types::EnableIpamOrganizationAdminAccountRequest
|
6967
|
+
|
6968
|
+
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
6969
|
+
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
6970
|
+
|
6577
6971
|
EnableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6578
6972
|
EnableSerialConsoleAccessRequest.struct_class = Types::EnableSerialConsoleAccessRequest
|
6579
6973
|
|
@@ -7092,6 +7486,59 @@ module Aws::EC2
|
|
7092
7486
|
GetInstanceTypesFromInstanceRequirementsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7093
7487
|
GetInstanceTypesFromInstanceRequirementsResult.struct_class = Types::GetInstanceTypesFromInstanceRequirementsResult
|
7094
7488
|
|
7489
|
+
GetIpamAddressHistoryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7490
|
+
GetIpamAddressHistoryRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
7491
|
+
GetIpamAddressHistoryRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7492
|
+
GetIpamAddressHistoryRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
7493
|
+
GetIpamAddressHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "StartTime"))
|
7494
|
+
GetIpamAddressHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndTime"))
|
7495
|
+
GetIpamAddressHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamAddressHistoryMaxResults, location_name: "MaxResults"))
|
7496
|
+
GetIpamAddressHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7497
|
+
GetIpamAddressHistoryRequest.struct_class = Types::GetIpamAddressHistoryRequest
|
7498
|
+
|
7499
|
+
GetIpamAddressHistoryResult.add_member(:history_records, Shapes::ShapeRef.new(shape: IpamAddressHistoryRecordSet, location_name: "historyRecordSet"))
|
7500
|
+
GetIpamAddressHistoryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7501
|
+
GetIpamAddressHistoryResult.struct_class = Types::GetIpamAddressHistoryResult
|
7502
|
+
|
7503
|
+
GetIpamPoolAllocationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7504
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7505
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
7506
|
+
GetIpamPoolAllocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7507
|
+
GetIpamPoolAllocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsMaxResults, location_name: "MaxResults"))
|
7508
|
+
GetIpamPoolAllocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7509
|
+
GetIpamPoolAllocationsRequest.struct_class = Types::GetIpamPoolAllocationsRequest
|
7510
|
+
|
7511
|
+
GetIpamPoolAllocationsResult.add_member(:ipam_pool_allocations, Shapes::ShapeRef.new(shape: IpamPoolAllocationSet, location_name: "ipamPoolAllocationSet"))
|
7512
|
+
GetIpamPoolAllocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7513
|
+
GetIpamPoolAllocationsResult.struct_class = Types::GetIpamPoolAllocationsResult
|
7514
|
+
|
7515
|
+
GetIpamPoolCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7516
|
+
GetIpamPoolCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7517
|
+
GetIpamPoolCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7518
|
+
GetIpamPoolCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7519
|
+
GetIpamPoolCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7520
|
+
GetIpamPoolCidrsRequest.struct_class = Types::GetIpamPoolCidrsRequest
|
7521
|
+
|
7522
|
+
GetIpamPoolCidrsResult.add_member(:ipam_pool_cidrs, Shapes::ShapeRef.new(shape: IpamPoolCidrSet, location_name: "ipamPoolCidrSet"))
|
7523
|
+
GetIpamPoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7524
|
+
GetIpamPoolCidrsResult.struct_class = Types::GetIpamPoolCidrsResult
|
7525
|
+
|
7526
|
+
GetIpamResourceCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7527
|
+
GetIpamResourceCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7528
|
+
GetIpamResourceCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7529
|
+
GetIpamResourceCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7530
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7531
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
|
7532
|
+
GetIpamResourceCidrsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
7533
|
+
GetIpamResourceCidrsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "ResourceType"))
|
7534
|
+
GetIpamResourceCidrsRequest.add_member(:resource_tag, Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "ResourceTag"))
|
7535
|
+
GetIpamResourceCidrsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
7536
|
+
GetIpamResourceCidrsRequest.struct_class = Types::GetIpamResourceCidrsRequest
|
7537
|
+
|
7538
|
+
GetIpamResourceCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7539
|
+
GetIpamResourceCidrsResult.add_member(:ipam_resource_cidrs, Shapes::ShapeRef.new(shape: IpamResourceCidrSet, location_name: "ipamResourceCidrSet"))
|
7540
|
+
GetIpamResourceCidrsResult.struct_class = Types::GetIpamResourceCidrsResult
|
7541
|
+
|
7095
7542
|
GetLaunchTemplateDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7096
7543
|
GetLaunchTemplateDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
7097
7544
|
GetLaunchTemplateDataRequest.struct_class = Types::GetLaunchTemplateDataRequest
|
@@ -7120,6 +7567,25 @@ module Aws::EC2
|
|
7120
7567
|
GetManagedPrefixListEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7121
7568
|
GetManagedPrefixListEntriesResult.struct_class = Types::GetManagedPrefixListEntriesResult
|
7122
7569
|
|
7570
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
7571
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
7572
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7573
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7574
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsRequest
|
7575
|
+
|
7576
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
7577
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "analysisStatus"))
|
7578
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_findings, Shapes::ShapeRef.new(shape: AccessScopeAnalysisFindingList, location_name: "analysisFindingSet"))
|
7579
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7580
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult
|
7581
|
+
|
7582
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
7583
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7584
|
+
GetNetworkInsightsAccessScopeContentRequest.struct_class = Types::GetNetworkInsightsAccessScopeContentRequest
|
7585
|
+
|
7586
|
+
GetNetworkInsightsAccessScopeContentResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
7587
|
+
GetNetworkInsightsAccessScopeContentResult.struct_class = Types::GetNetworkInsightsAccessScopeContentResult
|
7588
|
+
|
7123
7589
|
GetPasswordDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
7124
7590
|
GetPasswordDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
7125
7591
|
GetPasswordDataRequest.struct_class = Types::GetPasswordDataRequest
|
@@ -7332,7 +7798,7 @@ module Aws::EC2
|
|
7332
7798
|
HostOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
7333
7799
|
HostOffering.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
7334
7800
|
HostOffering.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
7335
|
-
HostOffering.add_member(:offering_id, Shapes::ShapeRef.new(shape:
|
7801
|
+
HostOffering.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingId, location_name: "offeringId"))
|
7336
7802
|
HostOffering.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
7337
7803
|
HostOffering.add_member(:upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "upfrontPrice"))
|
7338
7804
|
HostOffering.struct_class = Types::HostOffering
|
@@ -7351,10 +7817,10 @@ module Aws::EC2
|
|
7351
7817
|
HostReservation.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
7352
7818
|
HostReservation.add_member(:end, Shapes::ShapeRef.new(shape: DateTime, location_name: "end"))
|
7353
7819
|
HostReservation.add_member(:host_id_set, Shapes::ShapeRef.new(shape: ResponseHostIdSet, location_name: "hostIdSet"))
|
7354
|
-
HostReservation.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape:
|
7820
|
+
HostReservation.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape: HostReservationId, location_name: "hostReservationId"))
|
7355
7821
|
HostReservation.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
7356
7822
|
HostReservation.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
7357
|
-
HostReservation.add_member(:offering_id, Shapes::ShapeRef.new(shape:
|
7823
|
+
HostReservation.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingId, location_name: "offeringId"))
|
7358
7824
|
HostReservation.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
7359
7825
|
HostReservation.add_member(:start, Shapes::ShapeRef.new(shape: DateTime, location_name: "start"))
|
7360
7826
|
HostReservation.add_member(:state, Shapes::ShapeRef.new(shape: ReservationState, location_name: "state"))
|
@@ -8138,6 +8604,135 @@ module Aws::EC2
|
|
8138
8604
|
|
8139
8605
|
IpRanges.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
8140
8606
|
|
8607
|
+
Ipam.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8608
|
+
Ipam.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8609
|
+
Ipam.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8610
|
+
Ipam.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8611
|
+
Ipam.add_member(:public_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "publicDefaultScopeId"))
|
8612
|
+
Ipam.add_member(:private_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "privateDefaultScopeId"))
|
8613
|
+
Ipam.add_member(:scope_count, Shapes::ShapeRef.new(shape: Integer, location_name: "scopeCount"))
|
8614
|
+
Ipam.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8615
|
+
Ipam.add_member(:operating_regions, Shapes::ShapeRef.new(shape: IpamOperatingRegionSet, location_name: "operatingRegionSet"))
|
8616
|
+
Ipam.add_member(:state, Shapes::ShapeRef.new(shape: IpamState, location_name: "state"))
|
8617
|
+
Ipam.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8618
|
+
Ipam.struct_class = Types::Ipam
|
8619
|
+
|
8620
|
+
IpamAddressHistoryRecord.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8621
|
+
IpamAddressHistoryRecord.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8622
|
+
IpamAddressHistoryRecord.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamAddressHistoryResourceType, location_name: "resourceType"))
|
8623
|
+
IpamAddressHistoryRecord.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8624
|
+
IpamAddressHistoryRecord.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8625
|
+
IpamAddressHistoryRecord.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8626
|
+
IpamAddressHistoryRecord.add_member(:resource_compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "resourceComplianceStatus"))
|
8627
|
+
IpamAddressHistoryRecord.add_member(:resource_overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "resourceOverlapStatus"))
|
8628
|
+
IpamAddressHistoryRecord.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8629
|
+
IpamAddressHistoryRecord.add_member(:sampled_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledStartTime"))
|
8630
|
+
IpamAddressHistoryRecord.add_member(:sampled_end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledEndTime"))
|
8631
|
+
IpamAddressHistoryRecord.struct_class = Types::IpamAddressHistoryRecord
|
8632
|
+
|
8633
|
+
IpamAddressHistoryRecordSet.member = Shapes::ShapeRef.new(shape: IpamAddressHistoryRecord, location_name: "item")
|
8634
|
+
|
8635
|
+
IpamCidrAuthorizationContext.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
8636
|
+
IpamCidrAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: String, location_name: "Signature"))
|
8637
|
+
IpamCidrAuthorizationContext.struct_class = Types::IpamCidrAuthorizationContext
|
8638
|
+
|
8639
|
+
IpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
8640
|
+
IpamOperatingRegion.struct_class = Types::IpamOperatingRegion
|
8641
|
+
|
8642
|
+
IpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: IpamOperatingRegion, location_name: "item")
|
8643
|
+
|
8644
|
+
IpamPool.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8645
|
+
IpamPool.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8646
|
+
IpamPool.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
8647
|
+
IpamPool.add_member(:ipam_pool_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamPoolArn"))
|
8648
|
+
IpamPool.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8649
|
+
IpamPool.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8650
|
+
IpamPool.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8651
|
+
IpamPool.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8652
|
+
IpamPool.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
8653
|
+
IpamPool.add_member(:pool_depth, Shapes::ShapeRef.new(shape: Integer, location_name: "poolDepth"))
|
8654
|
+
IpamPool.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolState, location_name: "state"))
|
8655
|
+
IpamPool.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
8656
|
+
IpamPool.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8657
|
+
IpamPool.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoImport"))
|
8658
|
+
IpamPool.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAdvertisable"))
|
8659
|
+
IpamPool.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
8660
|
+
IpamPool.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMinNetmaskLength"))
|
8661
|
+
IpamPool.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMaxNetmaskLength"))
|
8662
|
+
IpamPool.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationDefaultNetmaskLength"))
|
8663
|
+
IpamPool.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "allocationResourceTagSet"))
|
8664
|
+
IpamPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8665
|
+
IpamPool.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "awsService"))
|
8666
|
+
IpamPool.struct_class = Types::IpamPool
|
8667
|
+
|
8668
|
+
IpamPoolAllocation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8669
|
+
IpamPoolAllocation.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "ipamPoolAllocationId"))
|
8670
|
+
IpamPoolAllocation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8671
|
+
IpamPoolAllocation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8672
|
+
IpamPoolAllocation.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPoolAllocationResourceType, location_name: "resourceType"))
|
8673
|
+
IpamPoolAllocation.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8674
|
+
IpamPoolAllocation.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
|
8675
|
+
IpamPoolAllocation.struct_class = Types::IpamPoolAllocation
|
8676
|
+
|
8677
|
+
IpamPoolAllocationDisallowedCidrs.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
8678
|
+
|
8679
|
+
IpamPoolAllocationSet.member = Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "item")
|
8680
|
+
|
8681
|
+
IpamPoolCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8682
|
+
IpamPoolCidr.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolCidrState, location_name: "state"))
|
8683
|
+
IpamPoolCidr.add_member(:failure_reason, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureReason, location_name: "failureReason"))
|
8684
|
+
IpamPoolCidr.struct_class = Types::IpamPoolCidr
|
8685
|
+
|
8686
|
+
IpamPoolCidrFailureReason.add_member(:code, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureCode, location_name: "code"))
|
8687
|
+
IpamPoolCidrFailureReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
8688
|
+
IpamPoolCidrFailureReason.struct_class = Types::IpamPoolCidrFailureReason
|
8689
|
+
|
8690
|
+
IpamPoolCidrSet.member = Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "item")
|
8691
|
+
|
8692
|
+
IpamPoolSet.member = Shapes::ShapeRef.new(shape: IpamPool, location_name: "item")
|
8693
|
+
|
8694
|
+
IpamResourceCidr.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8695
|
+
IpamResourceCidr.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8696
|
+
IpamResourceCidr.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8697
|
+
IpamResourceCidr.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8698
|
+
IpamResourceCidr.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8699
|
+
IpamResourceCidr.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8700
|
+
IpamResourceCidr.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8701
|
+
IpamResourceCidr.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8702
|
+
IpamResourceCidr.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "resourceType"))
|
8703
|
+
IpamResourceCidr.add_member(:resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "resourceTagSet"))
|
8704
|
+
IpamResourceCidr.add_member(:ip_usage, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "ipUsage"))
|
8705
|
+
IpamResourceCidr.add_member(:compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "complianceStatus"))
|
8706
|
+
IpamResourceCidr.add_member(:management_state, Shapes::ShapeRef.new(shape: IpamManagementState, location_name: "managementState"))
|
8707
|
+
IpamResourceCidr.add_member(:overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "overlapStatus"))
|
8708
|
+
IpamResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8709
|
+
IpamResourceCidr.struct_class = Types::IpamResourceCidr
|
8710
|
+
|
8711
|
+
IpamResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "item")
|
8712
|
+
|
8713
|
+
IpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8714
|
+
IpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
8715
|
+
IpamResourceTag.struct_class = Types::IpamResourceTag
|
8716
|
+
|
8717
|
+
IpamResourceTagList.member = Shapes::ShapeRef.new(shape: IpamResourceTag, location_name: "item")
|
8718
|
+
|
8719
|
+
IpamScope.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8720
|
+
IpamScope.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8721
|
+
IpamScope.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8722
|
+
IpamScope.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8723
|
+
IpamScope.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8724
|
+
IpamScope.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8725
|
+
IpamScope.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
8726
|
+
IpamScope.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8727
|
+
IpamScope.add_member(:pool_count, Shapes::ShapeRef.new(shape: Integer, location_name: "poolCount"))
|
8728
|
+
IpamScope.add_member(:state, Shapes::ShapeRef.new(shape: IpamScopeState, location_name: "state"))
|
8729
|
+
IpamScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8730
|
+
IpamScope.struct_class = Types::IpamScope
|
8731
|
+
|
8732
|
+
IpamScopeSet.member = Shapes::ShapeRef.new(shape: IpamScope, location_name: "item")
|
8733
|
+
|
8734
|
+
IpamSet.member = Shapes::ShapeRef.new(shape: Ipam, location_name: "item")
|
8735
|
+
|
8141
8736
|
Ipv4PrefixList.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationRequest, location_name: "item")
|
8142
8737
|
|
8143
8738
|
Ipv4PrefixListResponse.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationResponse, location_name: "item")
|
@@ -8900,6 +9495,51 @@ module Aws::EC2
|
|
8900
9495
|
ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8901
9496
|
ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
|
8902
9497
|
|
9498
|
+
ModifyIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9499
|
+
ModifyIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
9500
|
+
ModifyIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9501
|
+
ModifyIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
9502
|
+
ModifyIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
9503
|
+
ModifyIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
9504
|
+
ModifyIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
9505
|
+
ModifyIpamPoolRequest.add_member(:clear_allocation_default_netmask_length, Shapes::ShapeRef.new(shape: Boolean, location_name: "ClearAllocationDefaultNetmaskLength"))
|
9506
|
+
ModifyIpamPoolRequest.add_member(:add_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AddAllocationResourceTag"))
|
9507
|
+
ModifyIpamPoolRequest.add_member(:remove_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "RemoveAllocationResourceTag"))
|
9508
|
+
ModifyIpamPoolRequest.struct_class = Types::ModifyIpamPoolRequest
|
9509
|
+
|
9510
|
+
ModifyIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
9511
|
+
ModifyIpamPoolResult.struct_class = Types::ModifyIpamPoolResult
|
9512
|
+
|
9513
|
+
ModifyIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9514
|
+
ModifyIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
9515
|
+
ModifyIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9516
|
+
ModifyIpamRequest.add_member(:add_operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "AddOperatingRegion"))
|
9517
|
+
ModifyIpamRequest.add_member(:remove_operating_regions, Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegionSet, location_name: "RemoveOperatingRegion"))
|
9518
|
+
ModifyIpamRequest.struct_class = Types::ModifyIpamRequest
|
9519
|
+
|
9520
|
+
ModifyIpamResourceCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9521
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
9522
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceCidr"))
|
9523
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceRegion"))
|
9524
|
+
ModifyIpamResourceCidrRequest.add_member(:current_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "CurrentIpamScopeId"))
|
9525
|
+
ModifyIpamResourceCidrRequest.add_member(:destination_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "DestinationIpamScopeId"))
|
9526
|
+
ModifyIpamResourceCidrRequest.add_member(:monitored, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Monitored"))
|
9527
|
+
ModifyIpamResourceCidrRequest.struct_class = Types::ModifyIpamResourceCidrRequest
|
9528
|
+
|
9529
|
+
ModifyIpamResourceCidrResult.add_member(:ipam_resource_cidr, Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "ipamResourceCidr"))
|
9530
|
+
ModifyIpamResourceCidrResult.struct_class = Types::ModifyIpamResourceCidrResult
|
9531
|
+
|
9532
|
+
ModifyIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
9533
|
+
ModifyIpamResult.struct_class = Types::ModifyIpamResult
|
9534
|
+
|
9535
|
+
ModifyIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9536
|
+
ModifyIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
9537
|
+
ModifyIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9538
|
+
ModifyIpamScopeRequest.struct_class = Types::ModifyIpamScopeRequest
|
9539
|
+
|
9540
|
+
ModifyIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
9541
|
+
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
9542
|
+
|
8903
9543
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8904
9544
|
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
8905
9545
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
@@ -9144,6 +9784,14 @@ module Aws::EC2
|
|
9144
9784
|
ModifyVpcEndpointServiceConfigurationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
9145
9785
|
ModifyVpcEndpointServiceConfigurationResult.struct_class = Types::ModifyVpcEndpointServiceConfigurationResult
|
9146
9786
|
|
9787
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9788
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
|
9789
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, required: true, location_name: "PayerResponsibility"))
|
9790
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.struct_class = Types::ModifyVpcEndpointServicePayerResponsibilityRequest
|
9791
|
+
|
9792
|
+
ModifyVpcEndpointServicePayerResponsibilityResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
9793
|
+
ModifyVpcEndpointServicePayerResponsibilityResult.struct_class = Types::ModifyVpcEndpointServicePayerResponsibilityResult
|
9794
|
+
|
9147
9795
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9148
9796
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
|
9149
9797
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:add_allowed_principals, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddAllowedPrincipals"))
|
@@ -9247,6 +9895,15 @@ module Aws::EC2
|
|
9247
9895
|
MoveAddressToVpcResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
9248
9896
|
MoveAddressToVpcResult.struct_class = Types::MoveAddressToVpcResult
|
9249
9897
|
|
9898
|
+
MoveByoipCidrToIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9899
|
+
MoveByoipCidrToIpamRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
9900
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
|
9901
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_owner, Shapes::ShapeRef.new(shape: String, location_name: "IpamPoolOwner"))
|
9902
|
+
MoveByoipCidrToIpamRequest.struct_class = Types::MoveByoipCidrToIpamRequest
|
9903
|
+
|
9904
|
+
MoveByoipCidrToIpamResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
9905
|
+
MoveByoipCidrToIpamResult.struct_class = Types::MoveByoipCidrToIpamResult
|
9906
|
+
|
9250
9907
|
MovingAddressStatus.add_member(:move_status, Shapes::ShapeRef.new(shape: MoveStatus, location_name: "moveStatus"))
|
9251
9908
|
MovingAddressStatus.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
9252
9909
|
MovingAddressStatus.struct_class = Types::MovingAddressStatus
|
@@ -9332,6 +9989,39 @@ module Aws::EC2
|
|
9332
9989
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
9333
9990
|
NetworkInfo.struct_class = Types::NetworkInfo
|
9334
9991
|
|
9992
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
9993
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeArn"))
|
9994
|
+
NetworkInsightsAccessScope.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
|
9995
|
+
NetworkInsightsAccessScope.add_member(:updated_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updatedDate"))
|
9996
|
+
NetworkInsightsAccessScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9997
|
+
NetworkInsightsAccessScope.struct_class = Types::NetworkInsightsAccessScope
|
9998
|
+
|
9999
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
10000
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeAnalysisArn"))
|
10001
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10002
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
10003
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
10004
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
10005
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
10006
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
10007
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:findings_found, Shapes::ShapeRef.new(shape: FindingsFound, location_name: "findingsFound"))
|
10008
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:analyzed_eni_count, Shapes::ShapeRef.new(shape: Integer, location_name: "analyzedEniCount"))
|
10009
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10010
|
+
NetworkInsightsAccessScopeAnalysis.struct_class = Types::NetworkInsightsAccessScopeAnalysis
|
10011
|
+
|
10012
|
+
NetworkInsightsAccessScopeAnalysisIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "item")
|
10013
|
+
|
10014
|
+
NetworkInsightsAccessScopeAnalysisList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "item")
|
10015
|
+
|
10016
|
+
NetworkInsightsAccessScopeContent.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10017
|
+
NetworkInsightsAccessScopeContent.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "matchPathSet"))
|
10018
|
+
NetworkInsightsAccessScopeContent.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "excludePathSet"))
|
10019
|
+
NetworkInsightsAccessScopeContent.struct_class = Types::NetworkInsightsAccessScopeContent
|
10020
|
+
|
10021
|
+
NetworkInsightsAccessScopeIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "item")
|
10022
|
+
|
10023
|
+
NetworkInsightsAccessScopeList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "item")
|
10024
|
+
|
9335
10025
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
|
9336
10026
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
|
9337
10027
|
NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
|
@@ -9339,6 +10029,7 @@ module Aws::EC2
|
|
9339
10029
|
NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
9340
10030
|
NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
9341
10031
|
NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
10032
|
+
NetworkInsightsAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
9342
10033
|
NetworkInsightsAnalysis.add_member(:network_path_found, Shapes::ShapeRef.new(shape: Boolean, location_name: "networkPathFound"))
|
9343
10034
|
NetworkInsightsAnalysis.add_member(:forward_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "forwardPathComponentSet"))
|
9344
10035
|
NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
|
@@ -9491,8 +10182,27 @@ module Aws::EC2
|
|
9491
10182
|
|
9492
10183
|
OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
|
9493
10184
|
|
10185
|
+
PacketHeaderStatement.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourceAddressSet"))
|
10186
|
+
PacketHeaderStatement.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationAddressSet"))
|
10187
|
+
PacketHeaderStatement.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePortSet"))
|
10188
|
+
PacketHeaderStatement.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPortSet"))
|
10189
|
+
PacketHeaderStatement.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePrefixListSet"))
|
10190
|
+
PacketHeaderStatement.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPrefixListSet"))
|
10191
|
+
PacketHeaderStatement.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "protocolSet"))
|
10192
|
+
PacketHeaderStatement.struct_class = Types::PacketHeaderStatement
|
10193
|
+
|
10194
|
+
PacketHeaderStatementRequest.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourceAddress"))
|
10195
|
+
PacketHeaderStatementRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationAddress"))
|
10196
|
+
PacketHeaderStatementRequest.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePort"))
|
10197
|
+
PacketHeaderStatementRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPort"))
|
10198
|
+
PacketHeaderStatementRequest.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePrefixList"))
|
10199
|
+
PacketHeaderStatementRequest.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPrefixList"))
|
10200
|
+
PacketHeaderStatementRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "Protocol"))
|
10201
|
+
PacketHeaderStatementRequest.struct_class = Types::PacketHeaderStatementRequest
|
10202
|
+
|
9494
10203
|
PathComponent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
9495
10204
|
PathComponent.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
|
10205
|
+
PathComponent.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
|
9496
10206
|
PathComponent.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
|
9497
10207
|
PathComponent.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
|
9498
10208
|
PathComponent.add_member(:outbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "outboundHeader"))
|
@@ -9506,6 +10216,14 @@ module Aws::EC2
|
|
9506
10216
|
|
9507
10217
|
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
|
9508
10218
|
|
10219
|
+
PathStatement.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatement, location_name: "packetHeaderStatement"))
|
10220
|
+
PathStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
10221
|
+
PathStatement.struct_class = Types::PathStatement
|
10222
|
+
|
10223
|
+
PathStatementRequest.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatementRequest, location_name: "PacketHeaderStatement"))
|
10224
|
+
PathStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
10225
|
+
PathStatementRequest.struct_class = Types::PathStatementRequest
|
10226
|
+
|
9509
10227
|
PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
9510
10228
|
PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
|
9511
10229
|
PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
|
@@ -9745,6 +10463,8 @@ module Aws::EC2
|
|
9745
10463
|
|
9746
10464
|
PropagatingVgwList.member = Shapes::ShapeRef.new(shape: PropagatingVgw, location_name: "item")
|
9747
10465
|
|
10466
|
+
ProtocolList.member = Shapes::ShapeRef.new(shape: Protocol, location_name: "item")
|
10467
|
+
|
9748
10468
|
ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
9749
10469
|
ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
9750
10470
|
ProvisionByoipCidrRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
@@ -9757,6 +10477,25 @@ module Aws::EC2
|
|
9757
10477
|
ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
9758
10478
|
ProvisionByoipCidrResult.struct_class = Types::ProvisionByoipCidrResult
|
9759
10479
|
|
10480
|
+
ProvisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10481
|
+
ProvisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10482
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
10483
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: IpamCidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
10484
|
+
ProvisionIpamPoolCidrRequest.struct_class = Types::ProvisionIpamPoolCidrRequest
|
10485
|
+
|
10486
|
+
ProvisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
10487
|
+
ProvisionIpamPoolCidrResult.struct_class = Types::ProvisionIpamPoolCidrResult
|
10488
|
+
|
10489
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10490
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10491
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
10492
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NetmaskLength"))
|
10493
|
+
ProvisionPublicIpv4PoolCidrRequest.struct_class = Types::ProvisionPublicIpv4PoolCidrRequest
|
10494
|
+
|
10495
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
10496
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_address_range, Shapes::ShapeRef.new(shape: PublicIpv4PoolRange, location_name: "poolAddressRange"))
|
10497
|
+
ProvisionPublicIpv4PoolCidrResult.struct_class = Types::ProvisionPublicIpv4PoolCidrResult
|
10498
|
+
|
9760
10499
|
ProvisionedBandwidth.add_member(:provision_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "provisionTime"))
|
9761
10500
|
ProvisionedBandwidth.add_member(:provisioned, Shapes::ShapeRef.new(shape: String, location_name: "provisioned"))
|
9762
10501
|
ProvisionedBandwidth.add_member(:request_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "requestTime"))
|
@@ -9795,7 +10534,7 @@ module Aws::EC2
|
|
9795
10534
|
Purchase.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCodeValues, location_name: "currencyCode"))
|
9796
10535
|
Purchase.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
9797
10536
|
Purchase.add_member(:host_id_set, Shapes::ShapeRef.new(shape: ResponseHostIdSet, location_name: "hostIdSet"))
|
9798
|
-
Purchase.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape:
|
10537
|
+
Purchase.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape: HostReservationId, location_name: "hostReservationId"))
|
9799
10538
|
Purchase.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
9800
10539
|
Purchase.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
9801
10540
|
Purchase.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
@@ -9974,6 +10713,20 @@ module Aws::EC2
|
|
9974
10713
|
ReleaseHostsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemList, location_name: "unsuccessful"))
|
9975
10714
|
ReleaseHostsResult.struct_class = Types::ReleaseHostsResult
|
9976
10715
|
|
10716
|
+
ReleaseIpamPoolAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10717
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10718
|
+
ReleaseIpamPoolAllocationRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
10719
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
10720
|
+
ReleaseIpamPoolAllocationRequest.struct_class = Types::ReleaseIpamPoolAllocationRequest
|
10721
|
+
|
10722
|
+
ReleaseIpamPoolAllocationResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
10723
|
+
ReleaseIpamPoolAllocationResult.struct_class = Types::ReleaseIpamPoolAllocationResult
|
10724
|
+
|
10725
|
+
RemoveIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
10726
|
+
RemoveIpamOperatingRegion.struct_class = Types::RemoveIpamOperatingRegion
|
10727
|
+
|
10728
|
+
RemoveIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegion)
|
10729
|
+
|
9977
10730
|
RemovePrefixListEntries.member = Shapes::ShapeRef.new(shape: RemovePrefixListEntry)
|
9978
10731
|
|
9979
10732
|
RemovePrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -10071,6 +10824,12 @@ module Aws::EC2
|
|
10071
10824
|
|
10072
10825
|
RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
|
10073
10826
|
|
10827
|
+
RequestIpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
10828
|
+
RequestIpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
10829
|
+
RequestIpamResourceTag.struct_class = Types::RequestIpamResourceTag
|
10830
|
+
|
10831
|
+
RequestIpamResourceTagList.member = Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "item")
|
10832
|
+
|
10074
10833
|
RequestLaunchTemplateData.add_member(:kernel_id, Shapes::ShapeRef.new(shape: KernelId, location_name: "KernelId"))
|
10075
10834
|
RequestLaunchTemplateData.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
|
10076
10835
|
RequestLaunchTemplateData.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: LaunchTemplateIamInstanceProfileSpecificationRequest, location_name: "IamInstanceProfile"))
|
@@ -10326,6 +11085,14 @@ module Aws::EC2
|
|
10326
11085
|
|
10327
11086
|
ResourceList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
10328
11087
|
|
11088
|
+
ResourceStatement.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceSet"))
|
11089
|
+
ResourceStatement.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceTypeSet"))
|
11090
|
+
ResourceStatement.struct_class = Types::ResourceStatement
|
11091
|
+
|
11092
|
+
ResourceStatementRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Resource"))
|
11093
|
+
ResourceStatementRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ResourceType"))
|
11094
|
+
ResourceStatementRequest.struct_class = Types::ResourceStatementRequest
|
11095
|
+
|
10329
11096
|
ResponseError.add_member(:code, Shapes::ShapeRef.new(shape: LaunchTemplateErrorCode, location_name: "code"))
|
10330
11097
|
ResponseError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
10331
11098
|
ResponseError.struct_class = Types::ResponseError
|
@@ -10808,6 +11575,7 @@ module Aws::EC2
|
|
10808
11575
|
ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
10809
11576
|
ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
10810
11577
|
ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
|
11578
|
+
ServiceConfiguration.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, location_name: "payerResponsibility"))
|
10811
11579
|
ServiceConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10812
11580
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
10813
11581
|
|
@@ -10824,6 +11592,7 @@ module Aws::EC2
|
|
10824
11592
|
ServiceDetail.add_member(:vpc_endpoint_policy_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "vpcEndpointPolicySupported"))
|
10825
11593
|
ServiceDetail.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
|
10826
11594
|
ServiceDetail.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
|
11595
|
+
ServiceDetail.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, location_name: "payerResponsibility"))
|
10827
11596
|
ServiceDetail.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10828
11597
|
ServiceDetail.add_member(:private_dns_name_verification_state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "privateDnsNameVerificationState"))
|
10829
11598
|
ServiceDetail.struct_class = Types::ServiceDetail
|
@@ -11131,6 +11900,15 @@ module Aws::EC2
|
|
11131
11900
|
StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
|
11132
11901
|
StartInstancesResult.struct_class = Types::StartInstancesResult
|
11133
11902
|
|
11903
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
11904
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11905
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
11906
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
11907
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisRequest
|
11908
|
+
|
11909
|
+
StartNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "networkInsightsAccessScopeAnalysis"))
|
11910
|
+
StartNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisResult
|
11911
|
+
|
11134
11912
|
StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
|
11135
11913
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
11136
11914
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -11341,6 +12119,16 @@ module Aws::EC2
|
|
11341
12119
|
|
11342
12120
|
ThreadsPerCoreList.member = Shapes::ShapeRef.new(shape: ThreadsPerCore, location_name: "item")
|
11343
12121
|
|
12122
|
+
ThroughResourcesStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
12123
|
+
ThroughResourcesStatement.struct_class = Types::ThroughResourcesStatement
|
12124
|
+
|
12125
|
+
ThroughResourcesStatementList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatement, location_name: "item")
|
12126
|
+
|
12127
|
+
ThroughResourcesStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
12128
|
+
ThroughResourcesStatementRequest.struct_class = Types::ThroughResourcesStatementRequest
|
12129
|
+
|
12130
|
+
ThroughResourcesStatementRequestList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequest, location_name: "item")
|
12131
|
+
|
11344
12132
|
TotalLocalStorageGB.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
11345
12133
|
TotalLocalStorageGB.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
11346
12134
|
TotalLocalStorageGB.struct_class = Types::TotalLocalStorageGB
|
@@ -12294,6 +13082,14 @@ module Aws::EC2
|
|
12294
13082
|
o.output = Shapes::ShapeRef.new(shape: AllocateHostsResult)
|
12295
13083
|
end)
|
12296
13084
|
|
13085
|
+
api.add_operation(:allocate_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
13086
|
+
o.name = "AllocateIpamPoolCidr"
|
13087
|
+
o.http_method = "POST"
|
13088
|
+
o.http_request_uri = "/"
|
13089
|
+
o.input = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrRequest)
|
13090
|
+
o.output = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrResult)
|
13091
|
+
end)
|
13092
|
+
|
12297
13093
|
api.add_operation(:apply_security_groups_to_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
|
12298
13094
|
o.name = "ApplySecurityGroupsToClientVpnTargetNetwork"
|
12299
13095
|
o.http_method = "POST"
|
@@ -12726,6 +13522,30 @@ module Aws::EC2
|
|
12726
13522
|
o.output = Shapes::ShapeRef.new(shape: CreateInternetGatewayResult)
|
12727
13523
|
end)
|
12728
13524
|
|
13525
|
+
api.add_operation(:create_ipam, Seahorse::Model::Operation.new.tap do |o|
|
13526
|
+
o.name = "CreateIpam"
|
13527
|
+
o.http_method = "POST"
|
13528
|
+
o.http_request_uri = "/"
|
13529
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamRequest)
|
13530
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamResult)
|
13531
|
+
end)
|
13532
|
+
|
13533
|
+
api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
13534
|
+
o.name = "CreateIpamPool"
|
13535
|
+
o.http_method = "POST"
|
13536
|
+
o.http_request_uri = "/"
|
13537
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamPoolRequest)
|
13538
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamPoolResult)
|
13539
|
+
end)
|
13540
|
+
|
13541
|
+
api.add_operation(:create_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
13542
|
+
o.name = "CreateIpamScope"
|
13543
|
+
o.http_method = "POST"
|
13544
|
+
o.http_request_uri = "/"
|
13545
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamScopeRequest)
|
13546
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamScopeResult)
|
13547
|
+
end)
|
13548
|
+
|
12729
13549
|
api.add_operation(:create_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
12730
13550
|
o.name = "CreateKeyPair"
|
12731
13551
|
o.http_method = "POST"
|
@@ -12798,6 +13618,14 @@ module Aws::EC2
|
|
12798
13618
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12799
13619
|
end)
|
12800
13620
|
|
13621
|
+
api.add_operation(:create_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
13622
|
+
o.name = "CreateNetworkInsightsAccessScope"
|
13623
|
+
o.http_method = "POST"
|
13624
|
+
o.http_request_uri = "/"
|
13625
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeRequest)
|
13626
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeResult)
|
13627
|
+
end)
|
13628
|
+
|
12801
13629
|
api.add_operation(:create_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
|
12802
13630
|
o.name = "CreateNetworkInsightsPath"
|
12803
13631
|
o.http_method = "POST"
|
@@ -12830,6 +13658,14 @@ module Aws::EC2
|
|
12830
13658
|
o.output = Shapes::ShapeRef.new(shape: CreatePlacementGroupResult)
|
12831
13659
|
end)
|
12832
13660
|
|
13661
|
+
api.add_operation(:create_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
13662
|
+
o.name = "CreatePublicIpv4Pool"
|
13663
|
+
o.http_method = "POST"
|
13664
|
+
o.http_request_uri = "/"
|
13665
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolRequest)
|
13666
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolResult)
|
13667
|
+
end)
|
13668
|
+
|
12833
13669
|
api.add_operation(:create_replace_root_volume_task, Seahorse::Model::Operation.new.tap do |o|
|
12834
13670
|
o.name = "CreateReplaceRootVolumeTask"
|
12835
13671
|
o.http_method = "POST"
|
@@ -13198,6 +14034,30 @@ module Aws::EC2
|
|
13198
14034
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13199
14035
|
end)
|
13200
14036
|
|
14037
|
+
api.add_operation(:delete_ipam, Seahorse::Model::Operation.new.tap do |o|
|
14038
|
+
o.name = "DeleteIpam"
|
14039
|
+
o.http_method = "POST"
|
14040
|
+
o.http_request_uri = "/"
|
14041
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamRequest)
|
14042
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamResult)
|
14043
|
+
end)
|
14044
|
+
|
14045
|
+
api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
14046
|
+
o.name = "DeleteIpamPool"
|
14047
|
+
o.http_method = "POST"
|
14048
|
+
o.http_request_uri = "/"
|
14049
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamPoolRequest)
|
14050
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamPoolResult)
|
14051
|
+
end)
|
14052
|
+
|
14053
|
+
api.add_operation(:delete_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
14054
|
+
o.name = "DeleteIpamScope"
|
14055
|
+
o.http_method = "POST"
|
14056
|
+
o.http_request_uri = "/"
|
14057
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamScopeRequest)
|
14058
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamScopeResult)
|
14059
|
+
end)
|
14060
|
+
|
13201
14061
|
api.add_operation(:delete_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
13202
14062
|
o.name = "DeleteKeyPair"
|
13203
14063
|
o.http_method = "POST"
|
@@ -13270,6 +14130,22 @@ module Aws::EC2
|
|
13270
14130
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13271
14131
|
end)
|
13272
14132
|
|
14133
|
+
api.add_operation(:delete_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
14134
|
+
o.name = "DeleteNetworkInsightsAccessScope"
|
14135
|
+
o.http_method = "POST"
|
14136
|
+
o.http_request_uri = "/"
|
14137
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeRequest)
|
14138
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeResult)
|
14139
|
+
end)
|
14140
|
+
|
14141
|
+
api.add_operation(:delete_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
14142
|
+
o.name = "DeleteNetworkInsightsAccessScopeAnalysis"
|
14143
|
+
o.http_method = "POST"
|
14144
|
+
o.http_request_uri = "/"
|
14145
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisRequest)
|
14146
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisResult)
|
14147
|
+
end)
|
14148
|
+
|
13273
14149
|
api.add_operation(:delete_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
13274
14150
|
o.name = "DeleteNetworkInsightsAnalysis"
|
13275
14151
|
o.http_method = "POST"
|
@@ -13310,6 +14186,14 @@ module Aws::EC2
|
|
13310
14186
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13311
14187
|
end)
|
13312
14188
|
|
14189
|
+
api.add_operation(:delete_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
14190
|
+
o.name = "DeletePublicIpv4Pool"
|
14191
|
+
o.http_method = "POST"
|
14192
|
+
o.http_request_uri = "/"
|
14193
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolRequest)
|
14194
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolResult)
|
14195
|
+
end)
|
14196
|
+
|
13313
14197
|
api.add_operation(:delete_queued_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
|
13314
14198
|
o.name = "DeleteQueuedReservedInstances"
|
13315
14199
|
o.http_method = "POST"
|
@@ -13566,6 +14450,22 @@ module Aws::EC2
|
|
13566
14450
|
o.output = Shapes::ShapeRef.new(shape: DeprovisionByoipCidrResult)
|
13567
14451
|
end)
|
13568
14452
|
|
14453
|
+
api.add_operation(:deprovision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14454
|
+
o.name = "DeprovisionIpamPoolCidr"
|
14455
|
+
o.http_method = "POST"
|
14456
|
+
o.http_request_uri = "/"
|
14457
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrRequest)
|
14458
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrResult)
|
14459
|
+
end)
|
14460
|
+
|
14461
|
+
api.add_operation(:deprovision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14462
|
+
o.name = "DeprovisionPublicIpv4PoolCidr"
|
14463
|
+
o.http_method = "POST"
|
14464
|
+
o.http_request_uri = "/"
|
14465
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrRequest)
|
14466
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrResult)
|
14467
|
+
end)
|
14468
|
+
|
13569
14469
|
api.add_operation(:deregister_image, Seahorse::Model::Operation.new.tap do |o|
|
13570
14470
|
o.name = "DeregisterImage"
|
13571
14471
|
o.http_method = "POST"
|
@@ -14190,6 +15090,48 @@ module Aws::EC2
|
|
14190
15090
|
)
|
14191
15091
|
end)
|
14192
15092
|
|
15093
|
+
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
15094
|
+
o.name = "DescribeIpamPools"
|
15095
|
+
o.http_method = "POST"
|
15096
|
+
o.http_request_uri = "/"
|
15097
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamPoolsRequest)
|
15098
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamPoolsResult)
|
15099
|
+
o[:pager] = Aws::Pager.new(
|
15100
|
+
limit_key: "max_results",
|
15101
|
+
tokens: {
|
15102
|
+
"next_token" => "next_token"
|
15103
|
+
}
|
15104
|
+
)
|
15105
|
+
end)
|
15106
|
+
|
15107
|
+
api.add_operation(:describe_ipam_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15108
|
+
o.name = "DescribeIpamScopes"
|
15109
|
+
o.http_method = "POST"
|
15110
|
+
o.http_request_uri = "/"
|
15111
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamScopesRequest)
|
15112
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamScopesResult)
|
15113
|
+
o[:pager] = Aws::Pager.new(
|
15114
|
+
limit_key: "max_results",
|
15115
|
+
tokens: {
|
15116
|
+
"next_token" => "next_token"
|
15117
|
+
}
|
15118
|
+
)
|
15119
|
+
end)
|
15120
|
+
|
15121
|
+
api.add_operation(:describe_ipams, Seahorse::Model::Operation.new.tap do |o|
|
15122
|
+
o.name = "DescribeIpams"
|
15123
|
+
o.http_method = "POST"
|
15124
|
+
o.http_request_uri = "/"
|
15125
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamsRequest)
|
15126
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamsResult)
|
15127
|
+
o[:pager] = Aws::Pager.new(
|
15128
|
+
limit_key: "max_results",
|
15129
|
+
tokens: {
|
15130
|
+
"next_token" => "next_token"
|
15131
|
+
}
|
15132
|
+
)
|
15133
|
+
end)
|
15134
|
+
|
14193
15135
|
api.add_operation(:describe_ipv_6_pools, Seahorse::Model::Operation.new.tap do |o|
|
14194
15136
|
o.name = "DescribeIpv6Pools"
|
14195
15137
|
o.http_method = "POST"
|
@@ -14380,6 +15322,34 @@ module Aws::EC2
|
|
14380
15322
|
)
|
14381
15323
|
end)
|
14382
15324
|
|
15325
|
+
api.add_operation(:describe_network_insights_access_scope_analyses, Seahorse::Model::Operation.new.tap do |o|
|
15326
|
+
o.name = "DescribeNetworkInsightsAccessScopeAnalyses"
|
15327
|
+
o.http_method = "POST"
|
15328
|
+
o.http_request_uri = "/"
|
15329
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesRequest)
|
15330
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesResult)
|
15331
|
+
o[:pager] = Aws::Pager.new(
|
15332
|
+
limit_key: "max_results",
|
15333
|
+
tokens: {
|
15334
|
+
"next_token" => "next_token"
|
15335
|
+
}
|
15336
|
+
)
|
15337
|
+
end)
|
15338
|
+
|
15339
|
+
api.add_operation(:describe_network_insights_access_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15340
|
+
o.name = "DescribeNetworkInsightsAccessScopes"
|
15341
|
+
o.http_method = "POST"
|
15342
|
+
o.http_request_uri = "/"
|
15343
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesRequest)
|
15344
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesResult)
|
15345
|
+
o[:pager] = Aws::Pager.new(
|
15346
|
+
limit_key: "max_results",
|
15347
|
+
tokens: {
|
15348
|
+
"next_token" => "next_token"
|
15349
|
+
}
|
15350
|
+
)
|
15351
|
+
end)
|
15352
|
+
|
14383
15353
|
api.add_operation(:describe_network_insights_analyses, Seahorse::Model::Operation.new.tap do |o|
|
14384
15354
|
o.name = "DescribeNetworkInsightsAnalyses"
|
14385
15355
|
o.http_method = "POST"
|
@@ -15229,6 +16199,14 @@ module Aws::EC2
|
|
15229
16199
|
o.output = Shapes::ShapeRef.new(shape: DisableImageDeprecationResult)
|
15230
16200
|
end)
|
15231
16201
|
|
16202
|
+
api.add_operation(:disable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16203
|
+
o.name = "DisableIpamOrganizationAdminAccount"
|
16204
|
+
o.http_method = "POST"
|
16205
|
+
o.http_request_uri = "/"
|
16206
|
+
o.input = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountRequest)
|
16207
|
+
o.output = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountResult)
|
16208
|
+
end)
|
16209
|
+
|
15232
16210
|
api.add_operation(:disable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
15233
16211
|
o.name = "DisableSerialConsoleAccess"
|
15234
16212
|
o.http_method = "POST"
|
@@ -15381,6 +16359,14 @@ module Aws::EC2
|
|
15381
16359
|
o.output = Shapes::ShapeRef.new(shape: EnableImageDeprecationResult)
|
15382
16360
|
end)
|
15383
16361
|
|
16362
|
+
api.add_operation(:enable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16363
|
+
o.name = "EnableIpamOrganizationAdminAccount"
|
16364
|
+
o.http_method = "POST"
|
16365
|
+
o.http_request_uri = "/"
|
16366
|
+
o.input = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountRequest)
|
16367
|
+
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
16368
|
+
end)
|
16369
|
+
|
15384
16370
|
api.add_operation(:enable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
15385
16371
|
o.name = "EnableSerialConsoleAccess"
|
15386
16372
|
o.http_method = "POST"
|
@@ -15583,6 +16569,62 @@ module Aws::EC2
|
|
15583
16569
|
)
|
15584
16570
|
end)
|
15585
16571
|
|
16572
|
+
api.add_operation(:get_ipam_address_history, Seahorse::Model::Operation.new.tap do |o|
|
16573
|
+
o.name = "GetIpamAddressHistory"
|
16574
|
+
o.http_method = "POST"
|
16575
|
+
o.http_request_uri = "/"
|
16576
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryRequest)
|
16577
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryResult)
|
16578
|
+
o[:pager] = Aws::Pager.new(
|
16579
|
+
limit_key: "max_results",
|
16580
|
+
tokens: {
|
16581
|
+
"next_token" => "next_token"
|
16582
|
+
}
|
16583
|
+
)
|
16584
|
+
end)
|
16585
|
+
|
16586
|
+
api.add_operation(:get_ipam_pool_allocations, Seahorse::Model::Operation.new.tap do |o|
|
16587
|
+
o.name = "GetIpamPoolAllocations"
|
16588
|
+
o.http_method = "POST"
|
16589
|
+
o.http_request_uri = "/"
|
16590
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsRequest)
|
16591
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsResult)
|
16592
|
+
o[:pager] = Aws::Pager.new(
|
16593
|
+
limit_key: "max_results",
|
16594
|
+
tokens: {
|
16595
|
+
"next_token" => "next_token"
|
16596
|
+
}
|
16597
|
+
)
|
16598
|
+
end)
|
16599
|
+
|
16600
|
+
api.add_operation(:get_ipam_pool_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16601
|
+
o.name = "GetIpamPoolCidrs"
|
16602
|
+
o.http_method = "POST"
|
16603
|
+
o.http_request_uri = "/"
|
16604
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsRequest)
|
16605
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsResult)
|
16606
|
+
o[:pager] = Aws::Pager.new(
|
16607
|
+
limit_key: "max_results",
|
16608
|
+
tokens: {
|
16609
|
+
"next_token" => "next_token"
|
16610
|
+
}
|
16611
|
+
)
|
16612
|
+
end)
|
16613
|
+
|
16614
|
+
api.add_operation(:get_ipam_resource_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16615
|
+
o.name = "GetIpamResourceCidrs"
|
16616
|
+
o.http_method = "POST"
|
16617
|
+
o.http_request_uri = "/"
|
16618
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsRequest)
|
16619
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsResult)
|
16620
|
+
o[:pager] = Aws::Pager.new(
|
16621
|
+
limit_key: "max_results",
|
16622
|
+
tokens: {
|
16623
|
+
"next_token" => "next_token"
|
16624
|
+
}
|
16625
|
+
)
|
16626
|
+
end)
|
16627
|
+
|
15586
16628
|
api.add_operation(:get_launch_template_data, Seahorse::Model::Operation.new.tap do |o|
|
15587
16629
|
o.name = "GetLaunchTemplateData"
|
15588
16630
|
o.http_method = "POST"
|
@@ -15619,6 +16661,22 @@ module Aws::EC2
|
|
15619
16661
|
)
|
15620
16662
|
end)
|
15621
16663
|
|
16664
|
+
api.add_operation(:get_network_insights_access_scope_analysis_findings, Seahorse::Model::Operation.new.tap do |o|
|
16665
|
+
o.name = "GetNetworkInsightsAccessScopeAnalysisFindings"
|
16666
|
+
o.http_method = "POST"
|
16667
|
+
o.http_request_uri = "/"
|
16668
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsRequest)
|
16669
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsResult)
|
16670
|
+
end)
|
16671
|
+
|
16672
|
+
api.add_operation(:get_network_insights_access_scope_content, Seahorse::Model::Operation.new.tap do |o|
|
16673
|
+
o.name = "GetNetworkInsightsAccessScopeContent"
|
16674
|
+
o.http_method = "POST"
|
16675
|
+
o.http_request_uri = "/"
|
16676
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentRequest)
|
16677
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentResult)
|
16678
|
+
end)
|
16679
|
+
|
15622
16680
|
api.add_operation(:get_password_data, Seahorse::Model::Operation.new.tap do |o|
|
15623
16681
|
o.name = "GetPasswordData"
|
15624
16682
|
o.http_method = "POST"
|
@@ -15979,6 +17037,38 @@ module Aws::EC2
|
|
15979
17037
|
o.output = Shapes::ShapeRef.new(shape: ModifyInstancePlacementResult)
|
15980
17038
|
end)
|
15981
17039
|
|
17040
|
+
api.add_operation(:modify_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17041
|
+
o.name = "ModifyIpam"
|
17042
|
+
o.http_method = "POST"
|
17043
|
+
o.http_request_uri = "/"
|
17044
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamRequest)
|
17045
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResult)
|
17046
|
+
end)
|
17047
|
+
|
17048
|
+
api.add_operation(:modify_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
17049
|
+
o.name = "ModifyIpamPool"
|
17050
|
+
o.http_method = "POST"
|
17051
|
+
o.http_request_uri = "/"
|
17052
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamPoolRequest)
|
17053
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamPoolResult)
|
17054
|
+
end)
|
17055
|
+
|
17056
|
+
api.add_operation(:modify_ipam_resource_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17057
|
+
o.name = "ModifyIpamResourceCidr"
|
17058
|
+
o.http_method = "POST"
|
17059
|
+
o.http_request_uri = "/"
|
17060
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrRequest)
|
17061
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrResult)
|
17062
|
+
end)
|
17063
|
+
|
17064
|
+
api.add_operation(:modify_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
17065
|
+
o.name = "ModifyIpamScope"
|
17066
|
+
o.http_method = "POST"
|
17067
|
+
o.http_request_uri = "/"
|
17068
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamScopeRequest)
|
17069
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamScopeResult)
|
17070
|
+
end)
|
17071
|
+
|
15982
17072
|
api.add_operation(:modify_launch_template, Seahorse::Model::Operation.new.tap do |o|
|
15983
17073
|
o.name = "ModifyLaunchTemplate"
|
15984
17074
|
o.http_method = "POST"
|
@@ -16155,6 +17245,14 @@ module Aws::EC2
|
|
16155
17245
|
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServiceConfigurationResult)
|
16156
17246
|
end)
|
16157
17247
|
|
17248
|
+
api.add_operation(:modify_vpc_endpoint_service_payer_responsibility, Seahorse::Model::Operation.new.tap do |o|
|
17249
|
+
o.name = "ModifyVpcEndpointServicePayerResponsibility"
|
17250
|
+
o.http_method = "POST"
|
17251
|
+
o.http_request_uri = "/"
|
17252
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePayerResponsibilityRequest)
|
17253
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePayerResponsibilityResult)
|
17254
|
+
end)
|
17255
|
+
|
16158
17256
|
api.add_operation(:modify_vpc_endpoint_service_permissions, Seahorse::Model::Operation.new.tap do |o|
|
16159
17257
|
o.name = "ModifyVpcEndpointServicePermissions"
|
16160
17258
|
o.http_method = "POST"
|
@@ -16227,6 +17325,14 @@ module Aws::EC2
|
|
16227
17325
|
o.output = Shapes::ShapeRef.new(shape: MoveAddressToVpcResult)
|
16228
17326
|
end)
|
16229
17327
|
|
17328
|
+
api.add_operation(:move_byoip_cidr_to_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17329
|
+
o.name = "MoveByoipCidrToIpam"
|
17330
|
+
o.http_method = "POST"
|
17331
|
+
o.http_request_uri = "/"
|
17332
|
+
o.input = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamRequest)
|
17333
|
+
o.output = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamResult)
|
17334
|
+
end)
|
17335
|
+
|
16230
17336
|
api.add_operation(:provision_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
|
16231
17337
|
o.name = "ProvisionByoipCidr"
|
16232
17338
|
o.http_method = "POST"
|
@@ -16235,6 +17341,22 @@ module Aws::EC2
|
|
16235
17341
|
o.output = Shapes::ShapeRef.new(shape: ProvisionByoipCidrResult)
|
16236
17342
|
end)
|
16237
17343
|
|
17344
|
+
api.add_operation(:provision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17345
|
+
o.name = "ProvisionIpamPoolCidr"
|
17346
|
+
o.http_method = "POST"
|
17347
|
+
o.http_request_uri = "/"
|
17348
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrRequest)
|
17349
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrResult)
|
17350
|
+
end)
|
17351
|
+
|
17352
|
+
api.add_operation(:provision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17353
|
+
o.name = "ProvisionPublicIpv4PoolCidr"
|
17354
|
+
o.http_method = "POST"
|
17355
|
+
o.http_request_uri = "/"
|
17356
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrRequest)
|
17357
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrResult)
|
17358
|
+
end)
|
17359
|
+
|
16238
17360
|
api.add_operation(:purchase_host_reservation, Seahorse::Model::Operation.new.tap do |o|
|
16239
17361
|
o.name = "PurchaseHostReservation"
|
16240
17362
|
o.http_method = "POST"
|
@@ -16355,6 +17477,14 @@ module Aws::EC2
|
|
16355
17477
|
o.output = Shapes::ShapeRef.new(shape: ReleaseHostsResult)
|
16356
17478
|
end)
|
16357
17479
|
|
17480
|
+
api.add_operation(:release_ipam_pool_allocation, Seahorse::Model::Operation.new.tap do |o|
|
17481
|
+
o.name = "ReleaseIpamPoolAllocation"
|
17482
|
+
o.http_method = "POST"
|
17483
|
+
o.http_request_uri = "/"
|
17484
|
+
o.input = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationRequest)
|
17485
|
+
o.output = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationResult)
|
17486
|
+
end)
|
17487
|
+
|
16358
17488
|
api.add_operation(:replace_iam_instance_profile_association, Seahorse::Model::Operation.new.tap do |o|
|
16359
17489
|
o.name = "ReplaceIamInstanceProfileAssociation"
|
16360
17490
|
o.http_method = "POST"
|
@@ -16607,6 +17737,14 @@ module Aws::EC2
|
|
16607
17737
|
o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
|
16608
17738
|
end)
|
16609
17739
|
|
17740
|
+
api.add_operation(:start_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
17741
|
+
o.name = "StartNetworkInsightsAccessScopeAnalysis"
|
17742
|
+
o.http_method = "POST"
|
17743
|
+
o.http_request_uri = "/"
|
17744
|
+
o.input = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisRequest)
|
17745
|
+
o.output = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisResult)
|
17746
|
+
end)
|
17747
|
+
|
16610
17748
|
api.add_operation(:start_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
16611
17749
|
o.name = "StartNetworkInsightsAnalysis"
|
16612
17750
|
o.http_method = "POST"
|