aws-sdk-ec2 1.283.0 → 1.287.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 +3457 -118
- data/lib/aws-sdk-ec2/client_api.rb +1278 -2
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +52 -19
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +18 -1
- data/lib/aws-sdk-ec2/subnet.rb +11 -3
- data/lib/aws-sdk-ec2/types.rb +4518 -105
- data/lib/aws-sdk-ec2/volume.rb +4 -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 +2 -2
@@ -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')
|
@@ -801,6 +850,9 @@ module Aws::EC2
|
|
801
850
|
DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
|
802
851
|
DescribeSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeRequest')
|
803
852
|
DescribeSnapshotAttributeResult = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeResult')
|
853
|
+
DescribeSnapshotTierStatusMaxResults = Shapes::IntegerShape.new(name: 'DescribeSnapshotTierStatusMaxResults')
|
854
|
+
DescribeSnapshotTierStatusRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusRequest')
|
855
|
+
DescribeSnapshotTierStatusResult = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusResult')
|
804
856
|
DescribeSnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotsRequest')
|
805
857
|
DescribeSnapshotsResult = Shapes::StructureShape.new(name: 'DescribeSnapshotsResult')
|
806
858
|
DescribeSpotDatafeedSubscriptionRequest = Shapes::StructureShape.new(name: 'DescribeSpotDatafeedSubscriptionRequest')
|
@@ -924,6 +976,8 @@ module Aws::EC2
|
|
924
976
|
DisableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'DisableFastSnapshotRestoresResult')
|
925
977
|
DisableImageDeprecationRequest = Shapes::StructureShape.new(name: 'DisableImageDeprecationRequest')
|
926
978
|
DisableImageDeprecationResult = Shapes::StructureShape.new(name: 'DisableImageDeprecationResult')
|
979
|
+
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
980
|
+
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
927
981
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
928
982
|
DisableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessResult')
|
929
983
|
DisableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationRequest')
|
@@ -1020,6 +1074,8 @@ module Aws::EC2
|
|
1020
1074
|
EnableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'EnableFastSnapshotRestoresResult')
|
1021
1075
|
EnableImageDeprecationRequest = Shapes::StructureShape.new(name: 'EnableImageDeprecationRequest')
|
1022
1076
|
EnableImageDeprecationResult = Shapes::StructureShape.new(name: 'EnableImageDeprecationResult')
|
1077
|
+
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
1078
|
+
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
1023
1079
|
EnableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessRequest')
|
1024
1080
|
EnableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessResult')
|
1025
1081
|
EnableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationRequest')
|
@@ -1078,6 +1134,7 @@ module Aws::EC2
|
|
1078
1134
|
FederatedAuthenticationRequest = Shapes::StructureShape.new(name: 'FederatedAuthenticationRequest')
|
1079
1135
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
1080
1136
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
1137
|
+
FindingsFound = Shapes::StringShape.new(name: 'FindingsFound')
|
1081
1138
|
FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
|
1082
1139
|
FleetCapacityReservation = Shapes::StructureShape.new(name: 'FleetCapacityReservation')
|
1083
1140
|
FleetCapacityReservationSet = Shapes::ListShape.new(name: 'FleetCapacityReservationSet')
|
@@ -1163,6 +1220,15 @@ module Aws::EC2
|
|
1163
1220
|
GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
|
1164
1221
|
GetInstanceTypesFromInstanceRequirementsRequest = Shapes::StructureShape.new(name: 'GetInstanceTypesFromInstanceRequirementsRequest')
|
1165
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')
|
1166
1232
|
GetLaunchTemplateDataRequest = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataRequest')
|
1167
1233
|
GetLaunchTemplateDataResult = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataResult')
|
1168
1234
|
GetManagedPrefixListAssociationsMaxResults = Shapes::IntegerShape.new(name: 'GetManagedPrefixListAssociationsMaxResults')
|
@@ -1170,6 +1236,10 @@ module Aws::EC2
|
|
1170
1236
|
GetManagedPrefixListAssociationsResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsResult')
|
1171
1237
|
GetManagedPrefixListEntriesRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesRequest')
|
1172
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')
|
1173
1243
|
GetPasswordDataRequest = Shapes::StructureShape.new(name: 'GetPasswordDataRequest')
|
1174
1244
|
GetPasswordDataResult = Shapes::StructureShape.new(name: 'GetPasswordDataResult')
|
1175
1245
|
GetReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteRequest')
|
@@ -1414,6 +1484,47 @@ module Aws::EC2
|
|
1414
1484
|
IpRange = Shapes::StructureShape.new(name: 'IpRange')
|
1415
1485
|
IpRangeList = Shapes::ListShape.new(name: 'IpRangeList')
|
1416
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')
|
1417
1528
|
Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
|
1418
1529
|
Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
|
1419
1530
|
Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
|
@@ -1526,6 +1637,9 @@ module Aws::EC2
|
|
1526
1637
|
LicenseConfigurationRequest = Shapes::StructureShape.new(name: 'LicenseConfigurationRequest')
|
1527
1638
|
LicenseList = Shapes::ListShape.new(name: 'LicenseList')
|
1528
1639
|
LicenseSpecificationListRequest = Shapes::ListShape.new(name: 'LicenseSpecificationListRequest')
|
1640
|
+
ListSnapshotsInRecycleBinMaxResults = Shapes::IntegerShape.new(name: 'ListSnapshotsInRecycleBinMaxResults')
|
1641
|
+
ListSnapshotsInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinRequest')
|
1642
|
+
ListSnapshotsInRecycleBinResult = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinResult')
|
1529
1643
|
ListingState = Shapes::StringShape.new(name: 'ListingState')
|
1530
1644
|
ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
|
1531
1645
|
LoadBalancersConfig = Shapes::StructureShape.new(name: 'LoadBalancersConfig')
|
@@ -1627,6 +1741,14 @@ module Aws::EC2
|
|
1627
1741
|
ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
|
1628
1742
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
1629
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')
|
1630
1752
|
ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
|
1631
1753
|
ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
|
1632
1754
|
ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
|
@@ -1639,6 +1761,8 @@ module Aws::EC2
|
|
1639
1761
|
ModifySecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesRequest')
|
1640
1762
|
ModifySecurityGroupRulesResult = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesResult')
|
1641
1763
|
ModifySnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ModifySnapshotAttributeRequest')
|
1764
|
+
ModifySnapshotTierRequest = Shapes::StructureShape.new(name: 'ModifySnapshotTierRequest')
|
1765
|
+
ModifySnapshotTierResult = Shapes::StructureShape.new(name: 'ModifySnapshotTierResult')
|
1642
1766
|
ModifySpotFleetRequestRequest = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestRequest')
|
1643
1767
|
ModifySpotFleetRequestResponse = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestResponse')
|
1644
1768
|
ModifySubnetAttributeRequest = Shapes::StructureShape.new(name: 'ModifySubnetAttributeRequest')
|
@@ -1687,6 +1811,8 @@ module Aws::EC2
|
|
1687
1811
|
MonitoringState = Shapes::StringShape.new(name: 'MonitoringState')
|
1688
1812
|
MoveAddressToVpcRequest = Shapes::StructureShape.new(name: 'MoveAddressToVpcRequest')
|
1689
1813
|
MoveAddressToVpcResult = Shapes::StructureShape.new(name: 'MoveAddressToVpcResult')
|
1814
|
+
MoveByoipCidrToIpamRequest = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamRequest')
|
1815
|
+
MoveByoipCidrToIpamResult = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamResult')
|
1690
1816
|
MoveStatus = Shapes::StringShape.new(name: 'MoveStatus')
|
1691
1817
|
MovingAddressStatus = Shapes::StructureShape.new(name: 'MovingAddressStatus')
|
1692
1818
|
MovingAddressStatusSet = Shapes::ListShape.new(name: 'MovingAddressStatusSet')
|
@@ -1698,6 +1824,7 @@ module Aws::EC2
|
|
1698
1824
|
NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
|
1699
1825
|
NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
|
1700
1826
|
NatGatewayState = Shapes::StringShape.new(name: 'NatGatewayState')
|
1827
|
+
NetmaskLength = Shapes::IntegerShape.new(name: 'NetmaskLength')
|
1701
1828
|
NetworkAcl = Shapes::StructureShape.new(name: 'NetworkAcl')
|
1702
1829
|
NetworkAclAssociation = Shapes::StructureShape.new(name: 'NetworkAclAssociation')
|
1703
1830
|
NetworkAclAssociationId = Shapes::StringShape.new(name: 'NetworkAclAssociationId')
|
@@ -1711,6 +1838,15 @@ module Aws::EC2
|
|
1711
1838
|
NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
|
1712
1839
|
NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
|
1713
1840
|
NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
|
1841
|
+
NetworkInsightsAccessScope = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScope')
|
1842
|
+
NetworkInsightsAccessScopeAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeAnalysis')
|
1843
|
+
NetworkInsightsAccessScopeAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeAnalysisId')
|
1844
|
+
NetworkInsightsAccessScopeAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisIdList')
|
1845
|
+
NetworkInsightsAccessScopeAnalysisList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisList')
|
1846
|
+
NetworkInsightsAccessScopeContent = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeContent')
|
1847
|
+
NetworkInsightsAccessScopeId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeId')
|
1848
|
+
NetworkInsightsAccessScopeIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeIdList')
|
1849
|
+
NetworkInsightsAccessScopeList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeList')
|
1714
1850
|
NetworkInsightsAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAnalysis')
|
1715
1851
|
NetworkInsightsAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAnalysisId')
|
1716
1852
|
NetworkInsightsAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAnalysisIdList')
|
@@ -1761,9 +1897,13 @@ module Aws::EC2
|
|
1761
1897
|
OrganizationalUnitArnStringList = Shapes::ListShape.new(name: 'OrganizationalUnitArnStringList')
|
1762
1898
|
OutpostArn = Shapes::StringShape.new(name: 'OutpostArn')
|
1763
1899
|
OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
|
1900
|
+
PacketHeaderStatement = Shapes::StructureShape.new(name: 'PacketHeaderStatement')
|
1901
|
+
PacketHeaderStatementRequest = Shapes::StructureShape.new(name: 'PacketHeaderStatementRequest')
|
1764
1902
|
PartitionLoadFrequency = Shapes::StringShape.new(name: 'PartitionLoadFrequency')
|
1765
1903
|
PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
|
1766
1904
|
PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
|
1905
|
+
PathStatement = Shapes::StructureShape.new(name: 'PathStatement')
|
1906
|
+
PathStatementRequest = Shapes::StructureShape.new(name: 'PathStatementRequest')
|
1767
1907
|
PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
|
1768
1908
|
PciId = Shapes::StructureShape.new(name: 'PciId')
|
1769
1909
|
PeeringAttachmentStatus = Shapes::StructureShape.new(name: 'PeeringAttachmentStatus')
|
@@ -1857,9 +1997,14 @@ module Aws::EC2
|
|
1857
1997
|
PropagatingVgw = Shapes::StructureShape.new(name: 'PropagatingVgw')
|
1858
1998
|
PropagatingVgwList = Shapes::ListShape.new(name: 'PropagatingVgwList')
|
1859
1999
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
2000
|
+
ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
|
1860
2001
|
ProtocolValue = Shapes::StringShape.new(name: 'ProtocolValue')
|
1861
2002
|
ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
|
1862
2003
|
ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
|
2004
|
+
ProvisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrRequest')
|
2005
|
+
ProvisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrResult')
|
2006
|
+
ProvisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrRequest')
|
2007
|
+
ProvisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrResult')
|
1863
2008
|
ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
|
1864
2009
|
PtrUpdateStatus = Shapes::StructureShape.new(name: 'PtrUpdateStatus')
|
1865
2010
|
PublicIpAddress = Shapes::StringShape.new(name: 'PublicIpAddress')
|
@@ -1914,6 +2059,10 @@ module Aws::EC2
|
|
1914
2059
|
ReleaseAddressRequest = Shapes::StructureShape.new(name: 'ReleaseAddressRequest')
|
1915
2060
|
ReleaseHostsRequest = Shapes::StructureShape.new(name: 'ReleaseHostsRequest')
|
1916
2061
|
ReleaseHostsResult = Shapes::StructureShape.new(name: 'ReleaseHostsResult')
|
2062
|
+
ReleaseIpamPoolAllocationRequest = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationRequest')
|
2063
|
+
ReleaseIpamPoolAllocationResult = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationResult')
|
2064
|
+
RemoveIpamOperatingRegion = Shapes::StructureShape.new(name: 'RemoveIpamOperatingRegion')
|
2065
|
+
RemoveIpamOperatingRegionSet = Shapes::ListShape.new(name: 'RemoveIpamOperatingRegionSet')
|
1917
2066
|
RemovePrefixListEntries = Shapes::ListShape.new(name: 'RemovePrefixListEntries')
|
1918
2067
|
RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
|
1919
2068
|
ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
|
@@ -1938,6 +2087,8 @@ module Aws::EC2
|
|
1938
2087
|
RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
|
1939
2088
|
RequestHostIdSet = Shapes::ListShape.new(name: 'RequestHostIdSet')
|
1940
2089
|
RequestInstanceTypeList = Shapes::ListShape.new(name: 'RequestInstanceTypeList')
|
2090
|
+
RequestIpamResourceTag = Shapes::StructureShape.new(name: 'RequestIpamResourceTag')
|
2091
|
+
RequestIpamResourceTagList = Shapes::ListShape.new(name: 'RequestIpamResourceTagList')
|
1941
2092
|
RequestLaunchTemplateData = Shapes::StructureShape.new(name: 'RequestLaunchTemplateData')
|
1942
2093
|
RequestSpotFleetRequest = Shapes::StructureShape.new(name: 'RequestSpotFleetRequest')
|
1943
2094
|
RequestSpotFleetResponse = Shapes::StructureShape.new(name: 'RequestSpotFleetResponse')
|
@@ -1993,6 +2144,8 @@ module Aws::EC2
|
|
1993
2144
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1994
2145
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
1995
2146
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
2147
|
+
ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
|
2148
|
+
ResourceStatementRequest = Shapes::StructureShape.new(name: 'ResourceStatementRequest')
|
1996
2149
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
1997
2150
|
ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
|
1998
2151
|
ResponseHostIdList = Shapes::ListShape.new(name: 'ResponseHostIdList')
|
@@ -2003,6 +2156,11 @@ module Aws::EC2
|
|
2003
2156
|
RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
|
2004
2157
|
RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
|
2005
2158
|
RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
|
2159
|
+
RestoreSnapshotFromRecycleBinRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinRequest')
|
2160
|
+
RestoreSnapshotFromRecycleBinResult = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinResult')
|
2161
|
+
RestoreSnapshotTierRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotTierRequest')
|
2162
|
+
RestoreSnapshotTierRequestTemporaryRestoreDays = Shapes::IntegerShape.new(name: 'RestoreSnapshotTierRequestTemporaryRestoreDays')
|
2163
|
+
RestoreSnapshotTierResult = Shapes::StructureShape.new(name: 'RestoreSnapshotTierResult')
|
2006
2164
|
ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
|
2007
2165
|
RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
|
2008
2166
|
RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
|
@@ -2102,9 +2260,12 @@ module Aws::EC2
|
|
2102
2260
|
SnapshotIdStringList = Shapes::ListShape.new(name: 'SnapshotIdStringList')
|
2103
2261
|
SnapshotInfo = Shapes::StructureShape.new(name: 'SnapshotInfo')
|
2104
2262
|
SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
|
2263
|
+
SnapshotRecycleBinInfo = Shapes::StructureShape.new(name: 'SnapshotRecycleBinInfo')
|
2264
|
+
SnapshotRecycleBinInfoList = Shapes::ListShape.new(name: 'SnapshotRecycleBinInfoList')
|
2105
2265
|
SnapshotSet = Shapes::ListShape.new(name: 'SnapshotSet')
|
2106
2266
|
SnapshotState = Shapes::StringShape.new(name: 'SnapshotState')
|
2107
2267
|
SnapshotTaskDetail = Shapes::StructureShape.new(name: 'SnapshotTaskDetail')
|
2268
|
+
SnapshotTierStatus = Shapes::StructureShape.new(name: 'SnapshotTierStatus')
|
2108
2269
|
SpotAllocationStrategy = Shapes::StringShape.new(name: 'SpotAllocationStrategy')
|
2109
2270
|
SpotCapacityRebalance = Shapes::StructureShape.new(name: 'SpotCapacityRebalance')
|
2110
2271
|
SpotDatafeedSubscription = Shapes::StructureShape.new(name: 'SpotDatafeedSubscription')
|
@@ -2143,6 +2304,8 @@ module Aws::EC2
|
|
2143
2304
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2144
2305
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2145
2306
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2307
|
+
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
2308
|
+
StartNetworkInsightsAccessScopeAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisResult')
|
2146
2309
|
StartNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisRequest')
|
2147
2310
|
StartNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisResult')
|
2148
2311
|
StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
|
@@ -2157,6 +2320,7 @@ module Aws::EC2
|
|
2157
2320
|
StopInstancesResult = Shapes::StructureShape.new(name: 'StopInstancesResult')
|
2158
2321
|
Storage = Shapes::StructureShape.new(name: 'Storage')
|
2159
2322
|
StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
|
2323
|
+
StorageTier = Shapes::StringShape.new(name: 'StorageTier')
|
2160
2324
|
StoreImageTaskResult = Shapes::StructureShape.new(name: 'StoreImageTaskResult')
|
2161
2325
|
StoreImageTaskResultSet = Shapes::ListShape.new(name: 'StoreImageTaskResultSet')
|
2162
2326
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -2202,6 +2366,7 @@ module Aws::EC2
|
|
2202
2366
|
TargetNetworkSet = Shapes::ListShape.new(name: 'TargetNetworkSet')
|
2203
2367
|
TargetReservationValue = Shapes::StructureShape.new(name: 'TargetReservationValue')
|
2204
2368
|
TargetReservationValueSet = Shapes::ListShape.new(name: 'TargetReservationValueSet')
|
2369
|
+
TargetStorageTier = Shapes::StringShape.new(name: 'TargetStorageTier')
|
2205
2370
|
TelemetryStatus = Shapes::StringShape.new(name: 'TelemetryStatus')
|
2206
2371
|
Tenancy = Shapes::StringShape.new(name: 'Tenancy')
|
2207
2372
|
TerminateClientVpnConnectionsRequest = Shapes::StructureShape.new(name: 'TerminateClientVpnConnectionsRequest')
|
@@ -2212,6 +2377,11 @@ module Aws::EC2
|
|
2212
2377
|
TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
|
2213
2378
|
ThreadsPerCore = Shapes::IntegerShape.new(name: 'ThreadsPerCore')
|
2214
2379
|
ThreadsPerCoreList = Shapes::ListShape.new(name: 'ThreadsPerCoreList')
|
2380
|
+
ThroughResourcesStatement = Shapes::StructureShape.new(name: 'ThroughResourcesStatement')
|
2381
|
+
ThroughResourcesStatementList = Shapes::ListShape.new(name: 'ThroughResourcesStatementList')
|
2382
|
+
ThroughResourcesStatementRequest = Shapes::StructureShape.new(name: 'ThroughResourcesStatementRequest')
|
2383
|
+
ThroughResourcesStatementRequestList = Shapes::ListShape.new(name: 'ThroughResourcesStatementRequestList')
|
2384
|
+
TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
|
2215
2385
|
TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
|
2216
2386
|
TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
|
2217
2387
|
TrafficDirection = Shapes::StringShape.new(name: 'TrafficDirection')
|
@@ -2464,6 +2634,7 @@ module Aws::EC2
|
|
2464
2634
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
2465
2635
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
2466
2636
|
scope = Shapes::StringShape.new(name: 'scope')
|
2637
|
+
snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
|
2467
2638
|
totalFpgaMemory = Shapes::IntegerShape.new(name: 'totalFpgaMemory')
|
2468
2639
|
totalGpuMemory = Shapes::IntegerShape.new(name: 'totalGpuMemory')
|
2469
2640
|
|
@@ -2535,6 +2706,28 @@ module Aws::EC2
|
|
2535
2706
|
AcceptVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
2536
2707
|
AcceptVpcPeeringConnectionResult.struct_class = Types::AcceptVpcPeeringConnectionResult
|
2537
2708
|
|
2709
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
2710
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
2711
|
+
AccessScopeAnalysisFinding.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, location_name: "findingId"))
|
2712
|
+
AccessScopeAnalysisFinding.add_member(:finding_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "findingComponentSet"))
|
2713
|
+
AccessScopeAnalysisFinding.struct_class = Types::AccessScopeAnalysisFinding
|
2714
|
+
|
2715
|
+
AccessScopeAnalysisFindingList.member = Shapes::ShapeRef.new(shape: AccessScopeAnalysisFinding, location_name: "item")
|
2716
|
+
|
2717
|
+
AccessScopePath.add_member(:source, Shapes::ShapeRef.new(shape: PathStatement, location_name: "source"))
|
2718
|
+
AccessScopePath.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatement, location_name: "destination"))
|
2719
|
+
AccessScopePath.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementList, location_name: "throughResourceSet"))
|
2720
|
+
AccessScopePath.struct_class = Types::AccessScopePath
|
2721
|
+
|
2722
|
+
AccessScopePathList.member = Shapes::ShapeRef.new(shape: AccessScopePath, location_name: "item")
|
2723
|
+
|
2724
|
+
AccessScopePathListRequest.member = Shapes::ShapeRef.new(shape: AccessScopePathRequest, location_name: "item")
|
2725
|
+
|
2726
|
+
AccessScopePathRequest.add_member(:source, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Source"))
|
2727
|
+
AccessScopePathRequest.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Destination"))
|
2728
|
+
AccessScopePathRequest.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequestList, location_name: "ThroughResource"))
|
2729
|
+
AccessScopePathRequest.struct_class = Types::AccessScopePathRequest
|
2730
|
+
|
2538
2731
|
AccountAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
|
2539
2732
|
AccountAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AccountAttributeValueList, location_name: "attributeValueSet"))
|
2540
2733
|
AccountAttribute.struct_class = Types::AccountAttribute
|
@@ -2556,6 +2749,11 @@ module Aws::EC2
|
|
2556
2749
|
|
2557
2750
|
ActiveInstanceSet.member = Shapes::ShapeRef.new(shape: ActiveInstance, location_name: "item")
|
2558
2751
|
|
2752
|
+
AddIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
2753
|
+
AddIpamOperatingRegion.struct_class = Types::AddIpamOperatingRegion
|
2754
|
+
|
2755
|
+
AddIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: AddIpamOperatingRegion)
|
2756
|
+
|
2559
2757
|
AddPrefixListEntries.member = Shapes::ShapeRef.new(shape: AddPrefixListEntry)
|
2560
2758
|
|
2561
2759
|
AddPrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -2627,6 +2825,19 @@ module Aws::EC2
|
|
2627
2825
|
AllocateHostsResult.add_member(:host_ids, Shapes::ShapeRef.new(shape: ResponseHostIdList, location_name: "hostIdSet"))
|
2628
2826
|
AllocateHostsResult.struct_class = Types::AllocateHostsResult
|
2629
2827
|
|
2828
|
+
AllocateIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2829
|
+
AllocateIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
2830
|
+
AllocateIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
2831
|
+
AllocateIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
|
2832
|
+
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2833
|
+
AllocateIpamPoolCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2834
|
+
AllocateIpamPoolCidrRequest.add_member(:preview_next_cidr, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreviewNextCidr"))
|
2835
|
+
AllocateIpamPoolCidrRequest.add_member(:disallowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationDisallowedCidrs, location_name: "DisallowedCidr"))
|
2836
|
+
AllocateIpamPoolCidrRequest.struct_class = Types::AllocateIpamPoolCidrRequest
|
2837
|
+
|
2838
|
+
AllocateIpamPoolCidrResult.add_member(:ipam_pool_allocation, Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "ipamPoolAllocation"))
|
2839
|
+
AllocateIpamPoolCidrResult.struct_class = Types::AllocateIpamPoolCidrResult
|
2840
|
+
|
2630
2841
|
AllocationIdList.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId")
|
2631
2842
|
|
2632
2843
|
AllocationIds.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "item")
|
@@ -2653,6 +2864,7 @@ module Aws::EC2
|
|
2653
2864
|
|
2654
2865
|
AnalysisComponent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
2655
2866
|
AnalysisComponent.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
2867
|
+
AnalysisComponent.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
2656
2868
|
AnalysisComponent.struct_class = Types::AnalysisComponent
|
2657
2869
|
|
2658
2870
|
AnalysisComponentList.member = Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "item")
|
@@ -2844,6 +3056,10 @@ module Aws::EC2
|
|
2844
3056
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
2845
3057
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
2846
3058
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
3059
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
3060
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
3061
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
3062
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
2847
3063
|
AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
|
2848
3064
|
|
2849
3065
|
AssociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
@@ -3750,6 +3966,46 @@ module Aws::EC2
|
|
3750
3966
|
CreateInternetGatewayResult.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: InternetGateway, location_name: "internetGateway"))
|
3751
3967
|
CreateInternetGatewayResult.struct_class = Types::CreateInternetGatewayResult
|
3752
3968
|
|
3969
|
+
CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3970
|
+
CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
3971
|
+
CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
3972
|
+
CreateIpamPoolRequest.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "SourceIpamPoolId"))
|
3973
|
+
CreateIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3974
|
+
CreateIpamPoolRequest.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "AddressFamily"))
|
3975
|
+
CreateIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
3976
|
+
CreateIpamPoolRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
3977
|
+
CreateIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
3978
|
+
CreateIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
3979
|
+
CreateIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
3980
|
+
CreateIpamPoolRequest.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AllocationResourceTag"))
|
3981
|
+
CreateIpamPoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3982
|
+
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3983
|
+
CreateIpamPoolRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "AwsService"))
|
3984
|
+
CreateIpamPoolRequest.struct_class = Types::CreateIpamPoolRequest
|
3985
|
+
|
3986
|
+
CreateIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
3987
|
+
CreateIpamPoolResult.struct_class = Types::CreateIpamPoolResult
|
3988
|
+
|
3989
|
+
CreateIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3990
|
+
CreateIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3991
|
+
CreateIpamRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
3992
|
+
CreateIpamRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3993
|
+
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3994
|
+
CreateIpamRequest.struct_class = Types::CreateIpamRequest
|
3995
|
+
|
3996
|
+
CreateIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
3997
|
+
CreateIpamResult.struct_class = Types::CreateIpamResult
|
3998
|
+
|
3999
|
+
CreateIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4000
|
+
CreateIpamScopeRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4001
|
+
CreateIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4002
|
+
CreateIpamScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4003
|
+
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4004
|
+
CreateIpamScopeRequest.struct_class = Types::CreateIpamScopeRequest
|
4005
|
+
|
4006
|
+
CreateIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4007
|
+
CreateIpamScopeResult.struct_class = Types::CreateIpamScopeResult
|
4008
|
+
|
3753
4009
|
CreateKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
|
3754
4010
|
CreateKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3755
4011
|
CreateKeyPairRequest.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "KeyType"))
|
@@ -3843,6 +4099,17 @@ module Aws::EC2
|
|
3843
4099
|
CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
|
3844
4100
|
CreateNetworkAclResult.struct_class = Types::CreateNetworkAclResult
|
3845
4101
|
|
4102
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "MatchPath"))
|
4103
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "ExcludePath"))
|
4104
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4105
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4106
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4107
|
+
CreateNetworkInsightsAccessScopeRequest.struct_class = Types::CreateNetworkInsightsAccessScopeRequest
|
4108
|
+
|
4109
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "networkInsightsAccessScope"))
|
4110
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
4111
|
+
CreateNetworkInsightsAccessScopeResult.struct_class = Types::CreateNetworkInsightsAccessScopeResult
|
4112
|
+
|
3846
4113
|
CreateNetworkInsightsPathRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "SourceIp"))
|
3847
4114
|
CreateNetworkInsightsPathRequest.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "DestinationIp"))
|
3848
4115
|
CreateNetworkInsightsPathRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Source"))
|
@@ -3899,6 +4166,13 @@ module Aws::EC2
|
|
3899
4166
|
CreatePlacementGroupResult.add_member(:placement_group, Shapes::ShapeRef.new(shape: PlacementGroup, location_name: "placementGroup"))
|
3900
4167
|
CreatePlacementGroupResult.struct_class = Types::CreatePlacementGroupResult
|
3901
4168
|
|
4169
|
+
CreatePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4170
|
+
CreatePublicIpv4PoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4171
|
+
CreatePublicIpv4PoolRequest.struct_class = Types::CreatePublicIpv4PoolRequest
|
4172
|
+
|
4173
|
+
CreatePublicIpv4PoolResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
4174
|
+
CreatePublicIpv4PoolResult.struct_class = Types::CreatePublicIpv4PoolResult
|
4175
|
+
|
3902
4176
|
CreateReplaceRootVolumeTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3903
4177
|
CreateReplaceRootVolumeTaskRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
|
3904
4178
|
CreateReplaceRootVolumeTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -4269,10 +4543,14 @@ module Aws::EC2
|
|
4269
4543
|
CreateVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
4270
4544
|
CreateVpcPeeringConnectionResult.struct_class = Types::CreateVpcPeeringConnectionResult
|
4271
4545
|
|
4272
|
-
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
4546
|
+
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
|
4273
4547
|
CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
|
4274
4548
|
CreateVpcRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
4275
4549
|
CreateVpcRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
4550
|
+
CreateVpcRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
4551
|
+
CreateVpcRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
4552
|
+
CreateVpcRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
4553
|
+
CreateVpcRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
4276
4554
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4277
4555
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
4278
4556
|
CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
@@ -4420,6 +4698,27 @@ module Aws::EC2
|
|
4420
4698
|
DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
|
4421
4699
|
DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
|
4422
4700
|
|
4701
|
+
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4702
|
+
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
4703
|
+
DeleteIpamPoolRequest.struct_class = Types::DeleteIpamPoolRequest
|
4704
|
+
|
4705
|
+
DeleteIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
4706
|
+
DeleteIpamPoolResult.struct_class = Types::DeleteIpamPoolResult
|
4707
|
+
|
4708
|
+
DeleteIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4709
|
+
DeleteIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4710
|
+
DeleteIpamRequest.struct_class = Types::DeleteIpamRequest
|
4711
|
+
|
4712
|
+
DeleteIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
4713
|
+
DeleteIpamResult.struct_class = Types::DeleteIpamResult
|
4714
|
+
|
4715
|
+
DeleteIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4716
|
+
DeleteIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
4717
|
+
DeleteIpamScopeRequest.struct_class = Types::DeleteIpamScopeRequest
|
4718
|
+
|
4719
|
+
DeleteIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4720
|
+
DeleteIpamScopeResult.struct_class = Types::DeleteIpamScopeResult
|
4721
|
+
|
4423
4722
|
DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, location_name: "KeyName"))
|
4424
4723
|
DeleteKeyPairRequest.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: KeyPairId, location_name: "KeyPairId"))
|
4425
4724
|
DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -4497,6 +4796,20 @@ module Aws::EC2
|
|
4497
4796
|
DeleteNetworkAclRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
4498
4797
|
DeleteNetworkAclRequest.struct_class = Types::DeleteNetworkAclRequest
|
4499
4798
|
|
4799
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
4800
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4801
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisRequest
|
4802
|
+
|
4803
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
4804
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisResult
|
4805
|
+
|
4806
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4807
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
4808
|
+
DeleteNetworkInsightsAccessScopeRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeRequest
|
4809
|
+
|
4810
|
+
DeleteNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
4811
|
+
DeleteNetworkInsightsAccessScopeResult.struct_class = Types::DeleteNetworkInsightsAccessScopeResult
|
4812
|
+
|
4500
4813
|
DeleteNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4501
4814
|
DeleteNetworkInsightsAnalysisRequest.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, required: true, location_name: "NetworkInsightsAnalysisId"))
|
4502
4815
|
DeleteNetworkInsightsAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAnalysisRequest
|
@@ -4527,6 +4840,13 @@ module Aws::EC2
|
|
4527
4840
|
DeletePlacementGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, required: true, location_name: "groupName"))
|
4528
4841
|
DeletePlacementGroupRequest.struct_class = Types::DeletePlacementGroupRequest
|
4529
4842
|
|
4843
|
+
DeletePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4844
|
+
DeletePublicIpv4PoolRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
4845
|
+
DeletePublicIpv4PoolRequest.struct_class = Types::DeletePublicIpv4PoolRequest
|
4846
|
+
|
4847
|
+
DeletePublicIpv4PoolResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
|
4848
|
+
DeletePublicIpv4PoolResult.struct_class = Types::DeletePublicIpv4PoolResult
|
4849
|
+
|
4530
4850
|
DeleteQueuedReservedInstancesError.add_member(:code, Shapes::ShapeRef.new(shape: DeleteQueuedReservedInstancesErrorCode, location_name: "code"))
|
4531
4851
|
DeleteQueuedReservedInstancesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
4532
4852
|
DeleteQueuedReservedInstancesError.struct_class = Types::DeleteQueuedReservedInstancesError
|
@@ -4728,6 +5048,25 @@ module Aws::EC2
|
|
4728
5048
|
DeprovisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
4729
5049
|
DeprovisionByoipCidrResult.struct_class = Types::DeprovisionByoipCidrResult
|
4730
5050
|
|
5051
|
+
DeprovisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5052
|
+
DeprovisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
5053
|
+
DeprovisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
5054
|
+
DeprovisionIpamPoolCidrRequest.struct_class = Types::DeprovisionIpamPoolCidrRequest
|
5055
|
+
|
5056
|
+
DeprovisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
5057
|
+
DeprovisionIpamPoolCidrResult.struct_class = Types::DeprovisionIpamPoolCidrResult
|
5058
|
+
|
5059
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5060
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
5061
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
5062
|
+
DeprovisionPublicIpv4PoolCidrRequest.struct_class = Types::DeprovisionPublicIpv4PoolCidrRequest
|
5063
|
+
|
5064
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
5065
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:deprovisioned_addresses, Shapes::ShapeRef.new(shape: DeprovisionedAddressSet, location_name: "deprovisionedAddressSet"))
|
5066
|
+
DeprovisionPublicIpv4PoolCidrResult.struct_class = Types::DeprovisionPublicIpv4PoolCidrResult
|
5067
|
+
|
5068
|
+
DeprovisionedAddressSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
5069
|
+
|
4731
5070
|
DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
4732
5071
|
DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4733
5072
|
DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
|
@@ -5295,6 +5634,39 @@ module Aws::EC2
|
|
5295
5634
|
DescribeInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5296
5635
|
DescribeInternetGatewaysResult.struct_class = Types::DescribeInternetGatewaysResult
|
5297
5636
|
|
5637
|
+
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5638
|
+
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5639
|
+
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5640
|
+
DescribeIpamPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5641
|
+
DescribeIpamPoolsRequest.add_member(:ipam_pool_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamPoolId"))
|
5642
|
+
DescribeIpamPoolsRequest.struct_class = Types::DescribeIpamPoolsRequest
|
5643
|
+
|
5644
|
+
DescribeIpamPoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5645
|
+
DescribeIpamPoolsResult.add_member(:ipam_pools, Shapes::ShapeRef.new(shape: IpamPoolSet, location_name: "ipamPoolSet"))
|
5646
|
+
DescribeIpamPoolsResult.struct_class = Types::DescribeIpamPoolsResult
|
5647
|
+
|
5648
|
+
DescribeIpamScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5649
|
+
DescribeIpamScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5650
|
+
DescribeIpamScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5651
|
+
DescribeIpamScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5652
|
+
DescribeIpamScopesRequest.add_member(:ipam_scope_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamScopeId"))
|
5653
|
+
DescribeIpamScopesRequest.struct_class = Types::DescribeIpamScopesRequest
|
5654
|
+
|
5655
|
+
DescribeIpamScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5656
|
+
DescribeIpamScopesResult.add_member(:ipam_scopes, Shapes::ShapeRef.new(shape: IpamScopeSet, location_name: "ipamScopeSet"))
|
5657
|
+
DescribeIpamScopesResult.struct_class = Types::DescribeIpamScopesResult
|
5658
|
+
|
5659
|
+
DescribeIpamsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5660
|
+
DescribeIpamsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5661
|
+
DescribeIpamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5662
|
+
DescribeIpamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5663
|
+
DescribeIpamsRequest.add_member(:ipam_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamId"))
|
5664
|
+
DescribeIpamsRequest.struct_class = Types::DescribeIpamsRequest
|
5665
|
+
|
5666
|
+
DescribeIpamsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5667
|
+
DescribeIpamsResult.add_member(:ipams, Shapes::ShapeRef.new(shape: IpamSet, location_name: "ipamSet"))
|
5668
|
+
DescribeIpamsResult.struct_class = Types::DescribeIpamsResult
|
5669
|
+
|
5298
5670
|
DescribeIpv6PoolsRequest.add_member(:pool_ids, Shapes::ShapeRef.new(shape: Ipv6PoolIdList, location_name: "PoolId"))
|
5299
5671
|
DescribeIpv6PoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5300
5672
|
DescribeIpv6PoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Ipv6PoolMaxResults, location_name: "MaxResults"))
|
@@ -5452,6 +5824,31 @@ module Aws::EC2
|
|
5452
5824
|
DescribeNetworkAclsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5453
5825
|
DescribeNetworkAclsResult.struct_class = Types::DescribeNetworkAclsResult
|
5454
5826
|
|
5827
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisIdList, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
5828
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "NetworkInsightsAccessScopeId"))
|
5829
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_begin, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeBegin"))
|
5830
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_end, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeEnd"))
|
5831
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5832
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5833
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5834
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5835
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesRequest
|
5836
|
+
|
5837
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:network_insights_access_scope_analyses, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisList, location_name: "networkInsightsAccessScopeAnalysisSet"))
|
5838
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5839
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesResult
|
5840
|
+
|
5841
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:network_insights_access_scope_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeIdList, location_name: "NetworkInsightsAccessScopeId"))
|
5842
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5843
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5844
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5845
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5846
|
+
DescribeNetworkInsightsAccessScopesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopesRequest
|
5847
|
+
|
5848
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:network_insights_access_scopes, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeList, location_name: "networkInsightsAccessScopeSet"))
|
5849
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5850
|
+
DescribeNetworkInsightsAccessScopesResult.struct_class = Types::DescribeNetworkInsightsAccessScopesResult
|
5851
|
+
|
5455
5852
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisIdList, location_name: "NetworkInsightsAnalysisId"))
|
5456
5853
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "NetworkInsightsPathId"))
|
5457
5854
|
DescribeNetworkInsightsAnalysesRequest.add_member(:analysis_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTime"))
|
@@ -5695,6 +6092,16 @@ module Aws::EC2
|
|
5695
6092
|
DescribeSnapshotAttributeResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
5696
6093
|
DescribeSnapshotAttributeResult.struct_class = Types::DescribeSnapshotAttributeResult
|
5697
6094
|
|
6095
|
+
DescribeSnapshotTierStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
6096
|
+
DescribeSnapshotTierStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6097
|
+
DescribeSnapshotTierStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6098
|
+
DescribeSnapshotTierStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusMaxResults, location_name: "MaxResults"))
|
6099
|
+
DescribeSnapshotTierStatusRequest.struct_class = Types::DescribeSnapshotTierStatusRequest
|
6100
|
+
|
6101
|
+
DescribeSnapshotTierStatusResult.add_member(:snapshot_tier_statuses, Shapes::ShapeRef.new(shape: snapshotTierStatusSet, location_name: "snapshotTierStatusSet"))
|
6102
|
+
DescribeSnapshotTierStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6103
|
+
DescribeSnapshotTierStatusResult.struct_class = Types::DescribeSnapshotTierStatusResult
|
6104
|
+
|
5698
6105
|
DescribeSnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5699
6106
|
DescribeSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
5700
6107
|
DescribeSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -6241,6 +6648,13 @@ module Aws::EC2
|
|
6241
6648
|
DisableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6242
6649
|
DisableImageDeprecationResult.struct_class = Types::DisableImageDeprecationResult
|
6243
6650
|
|
6651
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6652
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
6653
|
+
DisableIpamOrganizationAdminAccountRequest.struct_class = Types::DisableIpamOrganizationAdminAccountRequest
|
6654
|
+
|
6655
|
+
DisableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
6656
|
+
DisableIpamOrganizationAdminAccountResult.struct_class = Types::DisableIpamOrganizationAdminAccountResult
|
6657
|
+
|
6244
6658
|
DisableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6245
6659
|
DisableSerialConsoleAccessRequest.struct_class = Types::DisableSerialConsoleAccessRequest
|
6246
6660
|
|
@@ -6440,7 +6854,7 @@ module Aws::EC2
|
|
6440
6854
|
|
6441
6855
|
EgressOnlyInternetGatewayList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGateway, location_name: "item")
|
6442
6856
|
|
6443
|
-
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape:
|
6857
|
+
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape: ElasticGpuId, location_name: "elasticGpuId"))
|
6444
6858
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_id, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationId"))
|
6445
6859
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_state, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationState"))
|
6446
6860
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_time, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationTime"))
|
@@ -6544,6 +6958,13 @@ module Aws::EC2
|
|
6544
6958
|
EnableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6545
6959
|
EnableImageDeprecationResult.struct_class = Types::EnableImageDeprecationResult
|
6546
6960
|
|
6961
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6962
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
6963
|
+
EnableIpamOrganizationAdminAccountRequest.struct_class = Types::EnableIpamOrganizationAdminAccountRequest
|
6964
|
+
|
6965
|
+
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
6966
|
+
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
6967
|
+
|
6547
6968
|
EnableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6548
6969
|
EnableSerialConsoleAccessRequest.struct_class = Types::EnableSerialConsoleAccessRequest
|
6549
6970
|
|
@@ -7062,6 +7483,59 @@ module Aws::EC2
|
|
7062
7483
|
GetInstanceTypesFromInstanceRequirementsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7063
7484
|
GetInstanceTypesFromInstanceRequirementsResult.struct_class = Types::GetInstanceTypesFromInstanceRequirementsResult
|
7064
7485
|
|
7486
|
+
GetIpamAddressHistoryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7487
|
+
GetIpamAddressHistoryRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
7488
|
+
GetIpamAddressHistoryRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7489
|
+
GetIpamAddressHistoryRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
7490
|
+
GetIpamAddressHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "StartTime"))
|
7491
|
+
GetIpamAddressHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndTime"))
|
7492
|
+
GetIpamAddressHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamAddressHistoryMaxResults, location_name: "MaxResults"))
|
7493
|
+
GetIpamAddressHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7494
|
+
GetIpamAddressHistoryRequest.struct_class = Types::GetIpamAddressHistoryRequest
|
7495
|
+
|
7496
|
+
GetIpamAddressHistoryResult.add_member(:history_records, Shapes::ShapeRef.new(shape: IpamAddressHistoryRecordSet, location_name: "historyRecordSet"))
|
7497
|
+
GetIpamAddressHistoryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7498
|
+
GetIpamAddressHistoryResult.struct_class = Types::GetIpamAddressHistoryResult
|
7499
|
+
|
7500
|
+
GetIpamPoolAllocationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7501
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7502
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
7503
|
+
GetIpamPoolAllocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7504
|
+
GetIpamPoolAllocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsMaxResults, location_name: "MaxResults"))
|
7505
|
+
GetIpamPoolAllocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7506
|
+
GetIpamPoolAllocationsRequest.struct_class = Types::GetIpamPoolAllocationsRequest
|
7507
|
+
|
7508
|
+
GetIpamPoolAllocationsResult.add_member(:ipam_pool_allocations, Shapes::ShapeRef.new(shape: IpamPoolAllocationSet, location_name: "ipamPoolAllocationSet"))
|
7509
|
+
GetIpamPoolAllocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7510
|
+
GetIpamPoolAllocationsResult.struct_class = Types::GetIpamPoolAllocationsResult
|
7511
|
+
|
7512
|
+
GetIpamPoolCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7513
|
+
GetIpamPoolCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7514
|
+
GetIpamPoolCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7515
|
+
GetIpamPoolCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7516
|
+
GetIpamPoolCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7517
|
+
GetIpamPoolCidrsRequest.struct_class = Types::GetIpamPoolCidrsRequest
|
7518
|
+
|
7519
|
+
GetIpamPoolCidrsResult.add_member(:ipam_pool_cidrs, Shapes::ShapeRef.new(shape: IpamPoolCidrSet, location_name: "ipamPoolCidrSet"))
|
7520
|
+
GetIpamPoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7521
|
+
GetIpamPoolCidrsResult.struct_class = Types::GetIpamPoolCidrsResult
|
7522
|
+
|
7523
|
+
GetIpamResourceCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7524
|
+
GetIpamResourceCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7525
|
+
GetIpamResourceCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7526
|
+
GetIpamResourceCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7527
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7528
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
|
7529
|
+
GetIpamResourceCidrsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
7530
|
+
GetIpamResourceCidrsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "ResourceType"))
|
7531
|
+
GetIpamResourceCidrsRequest.add_member(:resource_tag, Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "ResourceTag"))
|
7532
|
+
GetIpamResourceCidrsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
7533
|
+
GetIpamResourceCidrsRequest.struct_class = Types::GetIpamResourceCidrsRequest
|
7534
|
+
|
7535
|
+
GetIpamResourceCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7536
|
+
GetIpamResourceCidrsResult.add_member(:ipam_resource_cidrs, Shapes::ShapeRef.new(shape: IpamResourceCidrSet, location_name: "ipamResourceCidrSet"))
|
7537
|
+
GetIpamResourceCidrsResult.struct_class = Types::GetIpamResourceCidrsResult
|
7538
|
+
|
7065
7539
|
GetLaunchTemplateDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7066
7540
|
GetLaunchTemplateDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
7067
7541
|
GetLaunchTemplateDataRequest.struct_class = Types::GetLaunchTemplateDataRequest
|
@@ -7090,6 +7564,25 @@ module Aws::EC2
|
|
7090
7564
|
GetManagedPrefixListEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7091
7565
|
GetManagedPrefixListEntriesResult.struct_class = Types::GetManagedPrefixListEntriesResult
|
7092
7566
|
|
7567
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
7568
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
7569
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7570
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7571
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsRequest
|
7572
|
+
|
7573
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
7574
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "analysisStatus"))
|
7575
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_findings, Shapes::ShapeRef.new(shape: AccessScopeAnalysisFindingList, location_name: "analysisFindingSet"))
|
7576
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7577
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult
|
7578
|
+
|
7579
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
7580
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7581
|
+
GetNetworkInsightsAccessScopeContentRequest.struct_class = Types::GetNetworkInsightsAccessScopeContentRequest
|
7582
|
+
|
7583
|
+
GetNetworkInsightsAccessScopeContentResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
7584
|
+
GetNetworkInsightsAccessScopeContentResult.struct_class = Types::GetNetworkInsightsAccessScopeContentResult
|
7585
|
+
|
7093
7586
|
GetPasswordDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
7094
7587
|
GetPasswordDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
7095
7588
|
GetPasswordDataRequest.struct_class = Types::GetPasswordDataRequest
|
@@ -8108,6 +8601,135 @@ module Aws::EC2
|
|
8108
8601
|
|
8109
8602
|
IpRanges.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
8110
8603
|
|
8604
|
+
Ipam.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8605
|
+
Ipam.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8606
|
+
Ipam.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8607
|
+
Ipam.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8608
|
+
Ipam.add_member(:public_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "publicDefaultScopeId"))
|
8609
|
+
Ipam.add_member(:private_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "privateDefaultScopeId"))
|
8610
|
+
Ipam.add_member(:scope_count, Shapes::ShapeRef.new(shape: Integer, location_name: "scopeCount"))
|
8611
|
+
Ipam.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8612
|
+
Ipam.add_member(:operating_regions, Shapes::ShapeRef.new(shape: IpamOperatingRegionSet, location_name: "operatingRegionSet"))
|
8613
|
+
Ipam.add_member(:state, Shapes::ShapeRef.new(shape: IpamState, location_name: "state"))
|
8614
|
+
Ipam.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8615
|
+
Ipam.struct_class = Types::Ipam
|
8616
|
+
|
8617
|
+
IpamAddressHistoryRecord.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8618
|
+
IpamAddressHistoryRecord.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8619
|
+
IpamAddressHistoryRecord.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamAddressHistoryResourceType, location_name: "resourceType"))
|
8620
|
+
IpamAddressHistoryRecord.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8621
|
+
IpamAddressHistoryRecord.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8622
|
+
IpamAddressHistoryRecord.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8623
|
+
IpamAddressHistoryRecord.add_member(:resource_compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "resourceComplianceStatus"))
|
8624
|
+
IpamAddressHistoryRecord.add_member(:resource_overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "resourceOverlapStatus"))
|
8625
|
+
IpamAddressHistoryRecord.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8626
|
+
IpamAddressHistoryRecord.add_member(:sampled_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledStartTime"))
|
8627
|
+
IpamAddressHistoryRecord.add_member(:sampled_end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledEndTime"))
|
8628
|
+
IpamAddressHistoryRecord.struct_class = Types::IpamAddressHistoryRecord
|
8629
|
+
|
8630
|
+
IpamAddressHistoryRecordSet.member = Shapes::ShapeRef.new(shape: IpamAddressHistoryRecord, location_name: "item")
|
8631
|
+
|
8632
|
+
IpamCidrAuthorizationContext.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
8633
|
+
IpamCidrAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: String, location_name: "Signature"))
|
8634
|
+
IpamCidrAuthorizationContext.struct_class = Types::IpamCidrAuthorizationContext
|
8635
|
+
|
8636
|
+
IpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
8637
|
+
IpamOperatingRegion.struct_class = Types::IpamOperatingRegion
|
8638
|
+
|
8639
|
+
IpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: IpamOperatingRegion, location_name: "item")
|
8640
|
+
|
8641
|
+
IpamPool.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8642
|
+
IpamPool.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8643
|
+
IpamPool.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
8644
|
+
IpamPool.add_member(:ipam_pool_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamPoolArn"))
|
8645
|
+
IpamPool.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8646
|
+
IpamPool.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8647
|
+
IpamPool.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8648
|
+
IpamPool.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8649
|
+
IpamPool.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
8650
|
+
IpamPool.add_member(:pool_depth, Shapes::ShapeRef.new(shape: Integer, location_name: "poolDepth"))
|
8651
|
+
IpamPool.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolState, location_name: "state"))
|
8652
|
+
IpamPool.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
8653
|
+
IpamPool.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8654
|
+
IpamPool.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoImport"))
|
8655
|
+
IpamPool.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAdvertisable"))
|
8656
|
+
IpamPool.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
8657
|
+
IpamPool.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMinNetmaskLength"))
|
8658
|
+
IpamPool.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMaxNetmaskLength"))
|
8659
|
+
IpamPool.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationDefaultNetmaskLength"))
|
8660
|
+
IpamPool.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "allocationResourceTagSet"))
|
8661
|
+
IpamPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8662
|
+
IpamPool.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "awsService"))
|
8663
|
+
IpamPool.struct_class = Types::IpamPool
|
8664
|
+
|
8665
|
+
IpamPoolAllocation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8666
|
+
IpamPoolAllocation.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "ipamPoolAllocationId"))
|
8667
|
+
IpamPoolAllocation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8668
|
+
IpamPoolAllocation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8669
|
+
IpamPoolAllocation.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPoolAllocationResourceType, location_name: "resourceType"))
|
8670
|
+
IpamPoolAllocation.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8671
|
+
IpamPoolAllocation.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
|
8672
|
+
IpamPoolAllocation.struct_class = Types::IpamPoolAllocation
|
8673
|
+
|
8674
|
+
IpamPoolAllocationDisallowedCidrs.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
8675
|
+
|
8676
|
+
IpamPoolAllocationSet.member = Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "item")
|
8677
|
+
|
8678
|
+
IpamPoolCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8679
|
+
IpamPoolCidr.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolCidrState, location_name: "state"))
|
8680
|
+
IpamPoolCidr.add_member(:failure_reason, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureReason, location_name: "failureReason"))
|
8681
|
+
IpamPoolCidr.struct_class = Types::IpamPoolCidr
|
8682
|
+
|
8683
|
+
IpamPoolCidrFailureReason.add_member(:code, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureCode, location_name: "code"))
|
8684
|
+
IpamPoolCidrFailureReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
8685
|
+
IpamPoolCidrFailureReason.struct_class = Types::IpamPoolCidrFailureReason
|
8686
|
+
|
8687
|
+
IpamPoolCidrSet.member = Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "item")
|
8688
|
+
|
8689
|
+
IpamPoolSet.member = Shapes::ShapeRef.new(shape: IpamPool, location_name: "item")
|
8690
|
+
|
8691
|
+
IpamResourceCidr.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8692
|
+
IpamResourceCidr.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8693
|
+
IpamResourceCidr.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8694
|
+
IpamResourceCidr.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8695
|
+
IpamResourceCidr.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8696
|
+
IpamResourceCidr.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8697
|
+
IpamResourceCidr.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8698
|
+
IpamResourceCidr.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8699
|
+
IpamResourceCidr.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "resourceType"))
|
8700
|
+
IpamResourceCidr.add_member(:resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "resourceTagSet"))
|
8701
|
+
IpamResourceCidr.add_member(:ip_usage, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "ipUsage"))
|
8702
|
+
IpamResourceCidr.add_member(:compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "complianceStatus"))
|
8703
|
+
IpamResourceCidr.add_member(:management_state, Shapes::ShapeRef.new(shape: IpamManagementState, location_name: "managementState"))
|
8704
|
+
IpamResourceCidr.add_member(:overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "overlapStatus"))
|
8705
|
+
IpamResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8706
|
+
IpamResourceCidr.struct_class = Types::IpamResourceCidr
|
8707
|
+
|
8708
|
+
IpamResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "item")
|
8709
|
+
|
8710
|
+
IpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8711
|
+
IpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
8712
|
+
IpamResourceTag.struct_class = Types::IpamResourceTag
|
8713
|
+
|
8714
|
+
IpamResourceTagList.member = Shapes::ShapeRef.new(shape: IpamResourceTag, location_name: "item")
|
8715
|
+
|
8716
|
+
IpamScope.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8717
|
+
IpamScope.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8718
|
+
IpamScope.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8719
|
+
IpamScope.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8720
|
+
IpamScope.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8721
|
+
IpamScope.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8722
|
+
IpamScope.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
8723
|
+
IpamScope.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8724
|
+
IpamScope.add_member(:pool_count, Shapes::ShapeRef.new(shape: Integer, location_name: "poolCount"))
|
8725
|
+
IpamScope.add_member(:state, Shapes::ShapeRef.new(shape: IpamScopeState, location_name: "state"))
|
8726
|
+
IpamScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8727
|
+
IpamScope.struct_class = Types::IpamScope
|
8728
|
+
|
8729
|
+
IpamScopeSet.member = Shapes::ShapeRef.new(shape: IpamScope, location_name: "item")
|
8730
|
+
|
8731
|
+
IpamSet.member = Shapes::ShapeRef.new(shape: Ipam, location_name: "item")
|
8732
|
+
|
8111
8733
|
Ipv4PrefixList.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationRequest, location_name: "item")
|
8112
8734
|
|
8113
8735
|
Ipv4PrefixListResponse.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationResponse, location_name: "item")
|
@@ -8508,6 +9130,16 @@ module Aws::EC2
|
|
8508
9130
|
|
8509
9131
|
LicenseSpecificationListRequest.member = Shapes::ShapeRef.new(shape: LicenseConfigurationRequest, location_name: "item")
|
8510
9132
|
|
9133
|
+
ListSnapshotsInRecycleBinRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinMaxResults, location_name: "MaxResults"))
|
9134
|
+
ListSnapshotsInRecycleBinRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
9135
|
+
ListSnapshotsInRecycleBinRequest.add_member(:snapshot_ids, Shapes::ShapeRef.new(shape: SnapshotIdStringList, location_name: "SnapshotId"))
|
9136
|
+
ListSnapshotsInRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9137
|
+
ListSnapshotsInRecycleBinRequest.struct_class = Types::ListSnapshotsInRecycleBinRequest
|
9138
|
+
|
9139
|
+
ListSnapshotsInRecycleBinResult.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfoList, location_name: "snapshotSet"))
|
9140
|
+
ListSnapshotsInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
9141
|
+
ListSnapshotsInRecycleBinResult.struct_class = Types::ListSnapshotsInRecycleBinResult
|
9142
|
+
|
8511
9143
|
LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
|
8512
9144
|
LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
|
8513
9145
|
LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
|
@@ -8860,6 +9492,51 @@ module Aws::EC2
|
|
8860
9492
|
ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8861
9493
|
ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
|
8862
9494
|
|
9495
|
+
ModifyIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9496
|
+
ModifyIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
9497
|
+
ModifyIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9498
|
+
ModifyIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
9499
|
+
ModifyIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
9500
|
+
ModifyIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
9501
|
+
ModifyIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
9502
|
+
ModifyIpamPoolRequest.add_member(:clear_allocation_default_netmask_length, Shapes::ShapeRef.new(shape: Boolean, location_name: "ClearAllocationDefaultNetmaskLength"))
|
9503
|
+
ModifyIpamPoolRequest.add_member(:add_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AddAllocationResourceTag"))
|
9504
|
+
ModifyIpamPoolRequest.add_member(:remove_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "RemoveAllocationResourceTag"))
|
9505
|
+
ModifyIpamPoolRequest.struct_class = Types::ModifyIpamPoolRequest
|
9506
|
+
|
9507
|
+
ModifyIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
9508
|
+
ModifyIpamPoolResult.struct_class = Types::ModifyIpamPoolResult
|
9509
|
+
|
9510
|
+
ModifyIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9511
|
+
ModifyIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
9512
|
+
ModifyIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9513
|
+
ModifyIpamRequest.add_member(:add_operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "AddOperatingRegion"))
|
9514
|
+
ModifyIpamRequest.add_member(:remove_operating_regions, Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegionSet, location_name: "RemoveOperatingRegion"))
|
9515
|
+
ModifyIpamRequest.struct_class = Types::ModifyIpamRequest
|
9516
|
+
|
9517
|
+
ModifyIpamResourceCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9518
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
9519
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceCidr"))
|
9520
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceRegion"))
|
9521
|
+
ModifyIpamResourceCidrRequest.add_member(:current_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "CurrentIpamScopeId"))
|
9522
|
+
ModifyIpamResourceCidrRequest.add_member(:destination_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "DestinationIpamScopeId"))
|
9523
|
+
ModifyIpamResourceCidrRequest.add_member(:monitored, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Monitored"))
|
9524
|
+
ModifyIpamResourceCidrRequest.struct_class = Types::ModifyIpamResourceCidrRequest
|
9525
|
+
|
9526
|
+
ModifyIpamResourceCidrResult.add_member(:ipam_resource_cidr, Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "ipamResourceCidr"))
|
9527
|
+
ModifyIpamResourceCidrResult.struct_class = Types::ModifyIpamResourceCidrResult
|
9528
|
+
|
9529
|
+
ModifyIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
9530
|
+
ModifyIpamResult.struct_class = Types::ModifyIpamResult
|
9531
|
+
|
9532
|
+
ModifyIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9533
|
+
ModifyIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
9534
|
+
ModifyIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9535
|
+
ModifyIpamScopeRequest.struct_class = Types::ModifyIpamScopeRequest
|
9536
|
+
|
9537
|
+
ModifyIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
9538
|
+
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
9539
|
+
|
8863
9540
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8864
9541
|
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
8865
9542
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
@@ -8925,6 +9602,15 @@ module Aws::EC2
|
|
8925
9602
|
ModifySnapshotAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
8926
9603
|
ModifySnapshotAttributeRequest.struct_class = Types::ModifySnapshotAttributeRequest
|
8927
9604
|
|
9605
|
+
ModifySnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
9606
|
+
ModifySnapshotTierRequest.add_member(:storage_tier, Shapes::ShapeRef.new(shape: TargetStorageTier, location_name: "StorageTier"))
|
9607
|
+
ModifySnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9608
|
+
ModifySnapshotTierRequest.struct_class = Types::ModifySnapshotTierRequest
|
9609
|
+
|
9610
|
+
ModifySnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
9611
|
+
ModifySnapshotTierResult.add_member(:tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "tieringStartTime"))
|
9612
|
+
ModifySnapshotTierResult.struct_class = Types::ModifySnapshotTierResult
|
9613
|
+
|
8928
9614
|
ModifySpotFleetRequestRequest.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: ExcessCapacityTerminationPolicy, location_name: "excessCapacityTerminationPolicy"))
|
8929
9615
|
ModifySpotFleetRequestRequest.add_member(:launch_template_configs, Shapes::ShapeRef.new(shape: LaunchTemplateConfigList, location_name: "LaunchTemplateConfig"))
|
8930
9616
|
ModifySpotFleetRequestRequest.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: SpotFleetRequestId, required: true, location_name: "spotFleetRequestId"))
|
@@ -8945,6 +9631,8 @@ module Aws::EC2
|
|
8945
9631
|
ModifySubnetAttributeRequest.add_member(:private_dns_hostname_type_on_launch, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameTypeOnLaunch"))
|
8946
9632
|
ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_a_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsARecordOnLaunch"))
|
8947
9633
|
ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_aaaa_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsAAAARecordOnLaunch"))
|
9634
|
+
ModifySubnetAttributeRequest.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "EnableLniAtDeviceIndex"))
|
9635
|
+
ModifySubnetAttributeRequest.add_member(:disable_lni_at_device_index, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "DisableLniAtDeviceIndex"))
|
8948
9636
|
ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
|
8949
9637
|
|
8950
9638
|
ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
|
@@ -9196,6 +9884,15 @@ module Aws::EC2
|
|
9196
9884
|
MoveAddressToVpcResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
9197
9885
|
MoveAddressToVpcResult.struct_class = Types::MoveAddressToVpcResult
|
9198
9886
|
|
9887
|
+
MoveByoipCidrToIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9888
|
+
MoveByoipCidrToIpamRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
9889
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
|
9890
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_owner, Shapes::ShapeRef.new(shape: String, location_name: "IpamPoolOwner"))
|
9891
|
+
MoveByoipCidrToIpamRequest.struct_class = Types::MoveByoipCidrToIpamRequest
|
9892
|
+
|
9893
|
+
MoveByoipCidrToIpamResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
9894
|
+
MoveByoipCidrToIpamResult.struct_class = Types::MoveByoipCidrToIpamResult
|
9895
|
+
|
9199
9896
|
MovingAddressStatus.add_member(:move_status, Shapes::ShapeRef.new(shape: MoveStatus, location_name: "moveStatus"))
|
9200
9897
|
MovingAddressStatus.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
9201
9898
|
MovingAddressStatus.struct_class = Types::MovingAddressStatus
|
@@ -9281,6 +9978,39 @@ module Aws::EC2
|
|
9281
9978
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
9282
9979
|
NetworkInfo.struct_class = Types::NetworkInfo
|
9283
9980
|
|
9981
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
9982
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeArn"))
|
9983
|
+
NetworkInsightsAccessScope.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
|
9984
|
+
NetworkInsightsAccessScope.add_member(:updated_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updatedDate"))
|
9985
|
+
NetworkInsightsAccessScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9986
|
+
NetworkInsightsAccessScope.struct_class = Types::NetworkInsightsAccessScope
|
9987
|
+
|
9988
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
9989
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeAnalysisArn"))
|
9990
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
9991
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
9992
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
9993
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
9994
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
9995
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
9996
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:findings_found, Shapes::ShapeRef.new(shape: FindingsFound, location_name: "findingsFound"))
|
9997
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:analyzed_eni_count, Shapes::ShapeRef.new(shape: Integer, location_name: "analyzedEniCount"))
|
9998
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9999
|
+
NetworkInsightsAccessScopeAnalysis.struct_class = Types::NetworkInsightsAccessScopeAnalysis
|
10000
|
+
|
10001
|
+
NetworkInsightsAccessScopeAnalysisIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "item")
|
10002
|
+
|
10003
|
+
NetworkInsightsAccessScopeAnalysisList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "item")
|
10004
|
+
|
10005
|
+
NetworkInsightsAccessScopeContent.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10006
|
+
NetworkInsightsAccessScopeContent.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "matchPathSet"))
|
10007
|
+
NetworkInsightsAccessScopeContent.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "excludePathSet"))
|
10008
|
+
NetworkInsightsAccessScopeContent.struct_class = Types::NetworkInsightsAccessScopeContent
|
10009
|
+
|
10010
|
+
NetworkInsightsAccessScopeIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "item")
|
10011
|
+
|
10012
|
+
NetworkInsightsAccessScopeList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "item")
|
10013
|
+
|
9284
10014
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
|
9285
10015
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
|
9286
10016
|
NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
|
@@ -9288,6 +10018,7 @@ module Aws::EC2
|
|
9288
10018
|
NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
9289
10019
|
NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
9290
10020
|
NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
10021
|
+
NetworkInsightsAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
9291
10022
|
NetworkInsightsAnalysis.add_member(:network_path_found, Shapes::ShapeRef.new(shape: Boolean, location_name: "networkPathFound"))
|
9292
10023
|
NetworkInsightsAnalysis.add_member(:forward_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "forwardPathComponentSet"))
|
9293
10024
|
NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
|
@@ -9440,8 +10171,27 @@ module Aws::EC2
|
|
9440
10171
|
|
9441
10172
|
OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
|
9442
10173
|
|
10174
|
+
PacketHeaderStatement.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourceAddressSet"))
|
10175
|
+
PacketHeaderStatement.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationAddressSet"))
|
10176
|
+
PacketHeaderStatement.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePortSet"))
|
10177
|
+
PacketHeaderStatement.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPortSet"))
|
10178
|
+
PacketHeaderStatement.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePrefixListSet"))
|
10179
|
+
PacketHeaderStatement.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPrefixListSet"))
|
10180
|
+
PacketHeaderStatement.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "protocolSet"))
|
10181
|
+
PacketHeaderStatement.struct_class = Types::PacketHeaderStatement
|
10182
|
+
|
10183
|
+
PacketHeaderStatementRequest.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourceAddress"))
|
10184
|
+
PacketHeaderStatementRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationAddress"))
|
10185
|
+
PacketHeaderStatementRequest.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePort"))
|
10186
|
+
PacketHeaderStatementRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPort"))
|
10187
|
+
PacketHeaderStatementRequest.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePrefixList"))
|
10188
|
+
PacketHeaderStatementRequest.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPrefixList"))
|
10189
|
+
PacketHeaderStatementRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "Protocol"))
|
10190
|
+
PacketHeaderStatementRequest.struct_class = Types::PacketHeaderStatementRequest
|
10191
|
+
|
9443
10192
|
PathComponent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
9444
10193
|
PathComponent.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
|
10194
|
+
PathComponent.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
|
9445
10195
|
PathComponent.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
|
9446
10196
|
PathComponent.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
|
9447
10197
|
PathComponent.add_member(:outbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "outboundHeader"))
|
@@ -9455,6 +10205,14 @@ module Aws::EC2
|
|
9455
10205
|
|
9456
10206
|
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
|
9457
10207
|
|
10208
|
+
PathStatement.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatement, location_name: "packetHeaderStatement"))
|
10209
|
+
PathStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
10210
|
+
PathStatement.struct_class = Types::PathStatement
|
10211
|
+
|
10212
|
+
PathStatementRequest.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatementRequest, location_name: "PacketHeaderStatement"))
|
10213
|
+
PathStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
10214
|
+
PathStatementRequest.struct_class = Types::PathStatementRequest
|
10215
|
+
|
9458
10216
|
PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
9459
10217
|
PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
|
9460
10218
|
PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
|
@@ -9694,6 +10452,8 @@ module Aws::EC2
|
|
9694
10452
|
|
9695
10453
|
PropagatingVgwList.member = Shapes::ShapeRef.new(shape: PropagatingVgw, location_name: "item")
|
9696
10454
|
|
10455
|
+
ProtocolList.member = Shapes::ShapeRef.new(shape: Protocol, location_name: "item")
|
10456
|
+
|
9697
10457
|
ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
9698
10458
|
ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
9699
10459
|
ProvisionByoipCidrRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
@@ -9706,6 +10466,25 @@ module Aws::EC2
|
|
9706
10466
|
ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
9707
10467
|
ProvisionByoipCidrResult.struct_class = Types::ProvisionByoipCidrResult
|
9708
10468
|
|
10469
|
+
ProvisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10470
|
+
ProvisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10471
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
10472
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: IpamCidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
10473
|
+
ProvisionIpamPoolCidrRequest.struct_class = Types::ProvisionIpamPoolCidrRequest
|
10474
|
+
|
10475
|
+
ProvisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
10476
|
+
ProvisionIpamPoolCidrResult.struct_class = Types::ProvisionIpamPoolCidrResult
|
10477
|
+
|
10478
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10479
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10480
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
10481
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NetmaskLength"))
|
10482
|
+
ProvisionPublicIpv4PoolCidrRequest.struct_class = Types::ProvisionPublicIpv4PoolCidrRequest
|
10483
|
+
|
10484
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
10485
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_address_range, Shapes::ShapeRef.new(shape: PublicIpv4PoolRange, location_name: "poolAddressRange"))
|
10486
|
+
ProvisionPublicIpv4PoolCidrResult.struct_class = Types::ProvisionPublicIpv4PoolCidrResult
|
10487
|
+
|
9709
10488
|
ProvisionedBandwidth.add_member(:provision_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "provisionTime"))
|
9710
10489
|
ProvisionedBandwidth.add_member(:provisioned, Shapes::ShapeRef.new(shape: String, location_name: "provisioned"))
|
9711
10490
|
ProvisionedBandwidth.add_member(:request_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "requestTime"))
|
@@ -9923,6 +10702,20 @@ module Aws::EC2
|
|
9923
10702
|
ReleaseHostsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemList, location_name: "unsuccessful"))
|
9924
10703
|
ReleaseHostsResult.struct_class = Types::ReleaseHostsResult
|
9925
10704
|
|
10705
|
+
ReleaseIpamPoolAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10706
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10707
|
+
ReleaseIpamPoolAllocationRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
10708
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
10709
|
+
ReleaseIpamPoolAllocationRequest.struct_class = Types::ReleaseIpamPoolAllocationRequest
|
10710
|
+
|
10711
|
+
ReleaseIpamPoolAllocationResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
10712
|
+
ReleaseIpamPoolAllocationResult.struct_class = Types::ReleaseIpamPoolAllocationResult
|
10713
|
+
|
10714
|
+
RemoveIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
10715
|
+
RemoveIpamOperatingRegion.struct_class = Types::RemoveIpamOperatingRegion
|
10716
|
+
|
10717
|
+
RemoveIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegion)
|
10718
|
+
|
9926
10719
|
RemovePrefixListEntries.member = Shapes::ShapeRef.new(shape: RemovePrefixListEntry)
|
9927
10720
|
|
9928
10721
|
RemovePrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -10020,6 +10813,12 @@ module Aws::EC2
|
|
10020
10813
|
|
10021
10814
|
RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
|
10022
10815
|
|
10816
|
+
RequestIpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
10817
|
+
RequestIpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
10818
|
+
RequestIpamResourceTag.struct_class = Types::RequestIpamResourceTag
|
10819
|
+
|
10820
|
+
RequestIpamResourceTagList.member = Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "item")
|
10821
|
+
|
10023
10822
|
RequestLaunchTemplateData.add_member(:kernel_id, Shapes::ShapeRef.new(shape: KernelId, location_name: "KernelId"))
|
10024
10823
|
RequestLaunchTemplateData.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
|
10025
10824
|
RequestLaunchTemplateData.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: LaunchTemplateIamInstanceProfileSpecificationRequest, location_name: "IamInstanceProfile"))
|
@@ -10275,6 +11074,14 @@ module Aws::EC2
|
|
10275
11074
|
|
10276
11075
|
ResourceList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
10277
11076
|
|
11077
|
+
ResourceStatement.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceSet"))
|
11078
|
+
ResourceStatement.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceTypeSet"))
|
11079
|
+
ResourceStatement.struct_class = Types::ResourceStatement
|
11080
|
+
|
11081
|
+
ResourceStatementRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Resource"))
|
11082
|
+
ResourceStatementRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ResourceType"))
|
11083
|
+
ResourceStatementRequest.struct_class = Types::ResourceStatementRequest
|
11084
|
+
|
10278
11085
|
ResponseError.add_member(:code, Shapes::ShapeRef.new(shape: LaunchTemplateErrorCode, location_name: "code"))
|
10279
11086
|
ResponseError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
10280
11087
|
ResponseError.struct_class = Types::ResponseError
|
@@ -10333,6 +11140,34 @@ module Aws::EC2
|
|
10333
11140
|
RestoreManagedPrefixListVersionResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
10334
11141
|
RestoreManagedPrefixListVersionResult.struct_class = Types::RestoreManagedPrefixListVersionResult
|
10335
11142
|
|
11143
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
11144
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11145
|
+
RestoreSnapshotFromRecycleBinRequest.struct_class = Types::RestoreSnapshotFromRecycleBinRequest
|
11146
|
+
|
11147
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11148
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
11149
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
11150
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
11151
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
11152
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:progress, Shapes::ShapeRef.new(shape: String, location_name: "progress"))
|
11153
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
11154
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
11155
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
11156
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
|
11157
|
+
RestoreSnapshotFromRecycleBinResult.struct_class = Types::RestoreSnapshotFromRecycleBinResult
|
11158
|
+
|
11159
|
+
RestoreSnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
11160
|
+
RestoreSnapshotTierRequest.add_member(:temporary_restore_days, Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequestTemporaryRestoreDays, location_name: "TemporaryRestoreDays"))
|
11161
|
+
RestoreSnapshotTierRequest.add_member(:permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "PermanentRestore"))
|
11162
|
+
RestoreSnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11163
|
+
RestoreSnapshotTierRequest.struct_class = Types::RestoreSnapshotTierRequest
|
11164
|
+
|
11165
|
+
RestoreSnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11166
|
+
RestoreSnapshotTierResult.add_member(:restore_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreStartTime"))
|
11167
|
+
RestoreSnapshotTierResult.add_member(:restore_duration, Shapes::ShapeRef.new(shape: Integer, location_name: "restoreDuration"))
|
11168
|
+
RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
|
11169
|
+
RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
|
11170
|
+
|
10336
11171
|
RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
10337
11172
|
RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
|
10338
11173
|
RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
@@ -10779,6 +11614,8 @@ module Aws::EC2
|
|
10779
11614
|
Snapshot.add_member(:owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "ownerAlias"))
|
10780
11615
|
Snapshot.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
10781
11616
|
Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
11617
|
+
Snapshot.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
11618
|
+
Snapshot.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
10782
11619
|
Snapshot.struct_class = Types::Snapshot
|
10783
11620
|
|
10784
11621
|
SnapshotDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10818,6 +11655,15 @@ module Aws::EC2
|
|
10818
11655
|
|
10819
11656
|
SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "item")
|
10820
11657
|
|
11658
|
+
SnapshotRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11659
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
|
11660
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
|
11661
|
+
SnapshotRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
11662
|
+
SnapshotRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
11663
|
+
SnapshotRecycleBinInfo.struct_class = Types::SnapshotRecycleBinInfo
|
11664
|
+
|
11665
|
+
SnapshotRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfo, location_name: "item")
|
11666
|
+
|
10821
11667
|
SnapshotSet.member = Shapes::ShapeRef.new(shape: SnapshotInfo, location_name: "item")
|
10822
11668
|
|
10823
11669
|
SnapshotTaskDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10833,6 +11679,20 @@ module Aws::EC2
|
|
10833
11679
|
SnapshotTaskDetail.add_member(:user_bucket, Shapes::ShapeRef.new(shape: UserBucketDetails, location_name: "userBucket"))
|
10834
11680
|
SnapshotTaskDetail.struct_class = Types::SnapshotTaskDetail
|
10835
11681
|
|
11682
|
+
SnapshotTierStatus.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
|
11683
|
+
SnapshotTierStatus.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
11684
|
+
SnapshotTierStatus.add_member(:status, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
11685
|
+
SnapshotTierStatus.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
11686
|
+
SnapshotTierStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
11687
|
+
SnapshotTierStatus.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
11688
|
+
SnapshotTierStatus.add_member(:last_tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastTieringStartTime"))
|
11689
|
+
SnapshotTierStatus.add_member(:last_tiering_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "lastTieringProgress"))
|
11690
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status, Shapes::ShapeRef.new(shape: TieringOperationStatus, location_name: "lastTieringOperationStatus"))
|
11691
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status_detail, Shapes::ShapeRef.new(shape: String, location_name: "lastTieringOperationStatusDetail"))
|
11692
|
+
SnapshotTierStatus.add_member(:archival_complete_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "archivalCompleteTime"))
|
11693
|
+
SnapshotTierStatus.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
11694
|
+
SnapshotTierStatus.struct_class = Types::SnapshotTierStatus
|
11695
|
+
|
10836
11696
|
SpotCapacityRebalance.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: ReplacementStrategy, location_name: "replacementStrategy"))
|
10837
11697
|
SpotCapacityRebalance.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "terminationDelay"))
|
10838
11698
|
SpotCapacityRebalance.struct_class = Types::SpotCapacityRebalance
|
@@ -11027,6 +11887,15 @@ module Aws::EC2
|
|
11027
11887
|
StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
|
11028
11888
|
StartInstancesResult.struct_class = Types::StartInstancesResult
|
11029
11889
|
|
11890
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
11891
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11892
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
11893
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
11894
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisRequest
|
11895
|
+
|
11896
|
+
StartNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "networkInsightsAccessScopeAnalysis"))
|
11897
|
+
StartNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisResult
|
11898
|
+
|
11030
11899
|
StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
|
11031
11900
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
11032
11901
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -11082,6 +11951,7 @@ module Aws::EC2
|
|
11082
11951
|
Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
|
11083
11952
|
Subnet.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
11084
11953
|
Subnet.add_member(:default_for_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultForAz"))
|
11954
|
+
Subnet.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "enableLniAtDeviceIndex"))
|
11085
11955
|
Subnet.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapPublicIpOnLaunch"))
|
11086
11956
|
Subnet.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapCustomerOwnedIpOnLaunch"))
|
11087
11957
|
Subnet.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "customerOwnedIpv4Pool"))
|
@@ -11236,6 +12106,16 @@ module Aws::EC2
|
|
11236
12106
|
|
11237
12107
|
ThreadsPerCoreList.member = Shapes::ShapeRef.new(shape: ThreadsPerCore, location_name: "item")
|
11238
12108
|
|
12109
|
+
ThroughResourcesStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
12110
|
+
ThroughResourcesStatement.struct_class = Types::ThroughResourcesStatement
|
12111
|
+
|
12112
|
+
ThroughResourcesStatementList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatement, location_name: "item")
|
12113
|
+
|
12114
|
+
ThroughResourcesStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
12115
|
+
ThroughResourcesStatementRequest.struct_class = Types::ThroughResourcesStatementRequest
|
12116
|
+
|
12117
|
+
ThroughResourcesStatementRequestList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequest, location_name: "item")
|
12118
|
+
|
11239
12119
|
TotalLocalStorageGB.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
11240
12120
|
TotalLocalStorageGB.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
11241
12121
|
TotalLocalStorageGB.struct_class = Types::TotalLocalStorageGB
|
@@ -12097,6 +12977,8 @@ module Aws::EC2
|
|
12097
12977
|
|
12098
12978
|
ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
|
12099
12979
|
|
12980
|
+
snapshotTierStatusSet.member = Shapes::ShapeRef.new(shape: SnapshotTierStatus, location_name: "item")
|
12981
|
+
|
12100
12982
|
|
12101
12983
|
# @api private
|
12102
12984
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -12187,6 +13069,14 @@ module Aws::EC2
|
|
12187
13069
|
o.output = Shapes::ShapeRef.new(shape: AllocateHostsResult)
|
12188
13070
|
end)
|
12189
13071
|
|
13072
|
+
api.add_operation(:allocate_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
13073
|
+
o.name = "AllocateIpamPoolCidr"
|
13074
|
+
o.http_method = "POST"
|
13075
|
+
o.http_request_uri = "/"
|
13076
|
+
o.input = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrRequest)
|
13077
|
+
o.output = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrResult)
|
13078
|
+
end)
|
13079
|
+
|
12190
13080
|
api.add_operation(:apply_security_groups_to_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
|
12191
13081
|
o.name = "ApplySecurityGroupsToClientVpnTargetNetwork"
|
12192
13082
|
o.http_method = "POST"
|
@@ -12619,6 +13509,30 @@ module Aws::EC2
|
|
12619
13509
|
o.output = Shapes::ShapeRef.new(shape: CreateInternetGatewayResult)
|
12620
13510
|
end)
|
12621
13511
|
|
13512
|
+
api.add_operation(:create_ipam, Seahorse::Model::Operation.new.tap do |o|
|
13513
|
+
o.name = "CreateIpam"
|
13514
|
+
o.http_method = "POST"
|
13515
|
+
o.http_request_uri = "/"
|
13516
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamRequest)
|
13517
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamResult)
|
13518
|
+
end)
|
13519
|
+
|
13520
|
+
api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
13521
|
+
o.name = "CreateIpamPool"
|
13522
|
+
o.http_method = "POST"
|
13523
|
+
o.http_request_uri = "/"
|
13524
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamPoolRequest)
|
13525
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamPoolResult)
|
13526
|
+
end)
|
13527
|
+
|
13528
|
+
api.add_operation(:create_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
13529
|
+
o.name = "CreateIpamScope"
|
13530
|
+
o.http_method = "POST"
|
13531
|
+
o.http_request_uri = "/"
|
13532
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamScopeRequest)
|
13533
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamScopeResult)
|
13534
|
+
end)
|
13535
|
+
|
12622
13536
|
api.add_operation(:create_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
12623
13537
|
o.name = "CreateKeyPair"
|
12624
13538
|
o.http_method = "POST"
|
@@ -12691,6 +13605,14 @@ module Aws::EC2
|
|
12691
13605
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12692
13606
|
end)
|
12693
13607
|
|
13608
|
+
api.add_operation(:create_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
13609
|
+
o.name = "CreateNetworkInsightsAccessScope"
|
13610
|
+
o.http_method = "POST"
|
13611
|
+
o.http_request_uri = "/"
|
13612
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeRequest)
|
13613
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeResult)
|
13614
|
+
end)
|
13615
|
+
|
12694
13616
|
api.add_operation(:create_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
|
12695
13617
|
o.name = "CreateNetworkInsightsPath"
|
12696
13618
|
o.http_method = "POST"
|
@@ -12723,6 +13645,14 @@ module Aws::EC2
|
|
12723
13645
|
o.output = Shapes::ShapeRef.new(shape: CreatePlacementGroupResult)
|
12724
13646
|
end)
|
12725
13647
|
|
13648
|
+
api.add_operation(:create_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
13649
|
+
o.name = "CreatePublicIpv4Pool"
|
13650
|
+
o.http_method = "POST"
|
13651
|
+
o.http_request_uri = "/"
|
13652
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolRequest)
|
13653
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolResult)
|
13654
|
+
end)
|
13655
|
+
|
12726
13656
|
api.add_operation(:create_replace_root_volume_task, Seahorse::Model::Operation.new.tap do |o|
|
12727
13657
|
o.name = "CreateReplaceRootVolumeTask"
|
12728
13658
|
o.http_method = "POST"
|
@@ -13091,6 +14021,30 @@ module Aws::EC2
|
|
13091
14021
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13092
14022
|
end)
|
13093
14023
|
|
14024
|
+
api.add_operation(:delete_ipam, Seahorse::Model::Operation.new.tap do |o|
|
14025
|
+
o.name = "DeleteIpam"
|
14026
|
+
o.http_method = "POST"
|
14027
|
+
o.http_request_uri = "/"
|
14028
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamRequest)
|
14029
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamResult)
|
14030
|
+
end)
|
14031
|
+
|
14032
|
+
api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
14033
|
+
o.name = "DeleteIpamPool"
|
14034
|
+
o.http_method = "POST"
|
14035
|
+
o.http_request_uri = "/"
|
14036
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamPoolRequest)
|
14037
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamPoolResult)
|
14038
|
+
end)
|
14039
|
+
|
14040
|
+
api.add_operation(:delete_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
14041
|
+
o.name = "DeleteIpamScope"
|
14042
|
+
o.http_method = "POST"
|
14043
|
+
o.http_request_uri = "/"
|
14044
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamScopeRequest)
|
14045
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamScopeResult)
|
14046
|
+
end)
|
14047
|
+
|
13094
14048
|
api.add_operation(:delete_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
13095
14049
|
o.name = "DeleteKeyPair"
|
13096
14050
|
o.http_method = "POST"
|
@@ -13163,6 +14117,22 @@ module Aws::EC2
|
|
13163
14117
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13164
14118
|
end)
|
13165
14119
|
|
14120
|
+
api.add_operation(:delete_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
14121
|
+
o.name = "DeleteNetworkInsightsAccessScope"
|
14122
|
+
o.http_method = "POST"
|
14123
|
+
o.http_request_uri = "/"
|
14124
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeRequest)
|
14125
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeResult)
|
14126
|
+
end)
|
14127
|
+
|
14128
|
+
api.add_operation(:delete_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
14129
|
+
o.name = "DeleteNetworkInsightsAccessScopeAnalysis"
|
14130
|
+
o.http_method = "POST"
|
14131
|
+
o.http_request_uri = "/"
|
14132
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisRequest)
|
14133
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisResult)
|
14134
|
+
end)
|
14135
|
+
|
13166
14136
|
api.add_operation(:delete_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
13167
14137
|
o.name = "DeleteNetworkInsightsAnalysis"
|
13168
14138
|
o.http_method = "POST"
|
@@ -13203,6 +14173,14 @@ module Aws::EC2
|
|
13203
14173
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
13204
14174
|
end)
|
13205
14175
|
|
14176
|
+
api.add_operation(:delete_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
14177
|
+
o.name = "DeletePublicIpv4Pool"
|
14178
|
+
o.http_method = "POST"
|
14179
|
+
o.http_request_uri = "/"
|
14180
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolRequest)
|
14181
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolResult)
|
14182
|
+
end)
|
14183
|
+
|
13206
14184
|
api.add_operation(:delete_queued_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
|
13207
14185
|
o.name = "DeleteQueuedReservedInstances"
|
13208
14186
|
o.http_method = "POST"
|
@@ -13459,6 +14437,22 @@ module Aws::EC2
|
|
13459
14437
|
o.output = Shapes::ShapeRef.new(shape: DeprovisionByoipCidrResult)
|
13460
14438
|
end)
|
13461
14439
|
|
14440
|
+
api.add_operation(:deprovision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14441
|
+
o.name = "DeprovisionIpamPoolCidr"
|
14442
|
+
o.http_method = "POST"
|
14443
|
+
o.http_request_uri = "/"
|
14444
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrRequest)
|
14445
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrResult)
|
14446
|
+
end)
|
14447
|
+
|
14448
|
+
api.add_operation(:deprovision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14449
|
+
o.name = "DeprovisionPublicIpv4PoolCidr"
|
14450
|
+
o.http_method = "POST"
|
14451
|
+
o.http_request_uri = "/"
|
14452
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrRequest)
|
14453
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrResult)
|
14454
|
+
end)
|
14455
|
+
|
13462
14456
|
api.add_operation(:deregister_image, Seahorse::Model::Operation.new.tap do |o|
|
13463
14457
|
o.name = "DeregisterImage"
|
13464
14458
|
o.http_method = "POST"
|
@@ -14083,6 +15077,48 @@ module Aws::EC2
|
|
14083
15077
|
)
|
14084
15078
|
end)
|
14085
15079
|
|
15080
|
+
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
15081
|
+
o.name = "DescribeIpamPools"
|
15082
|
+
o.http_method = "POST"
|
15083
|
+
o.http_request_uri = "/"
|
15084
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamPoolsRequest)
|
15085
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamPoolsResult)
|
15086
|
+
o[:pager] = Aws::Pager.new(
|
15087
|
+
limit_key: "max_results",
|
15088
|
+
tokens: {
|
15089
|
+
"next_token" => "next_token"
|
15090
|
+
}
|
15091
|
+
)
|
15092
|
+
end)
|
15093
|
+
|
15094
|
+
api.add_operation(:describe_ipam_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15095
|
+
o.name = "DescribeIpamScopes"
|
15096
|
+
o.http_method = "POST"
|
15097
|
+
o.http_request_uri = "/"
|
15098
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamScopesRequest)
|
15099
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamScopesResult)
|
15100
|
+
o[:pager] = Aws::Pager.new(
|
15101
|
+
limit_key: "max_results",
|
15102
|
+
tokens: {
|
15103
|
+
"next_token" => "next_token"
|
15104
|
+
}
|
15105
|
+
)
|
15106
|
+
end)
|
15107
|
+
|
15108
|
+
api.add_operation(:describe_ipams, Seahorse::Model::Operation.new.tap do |o|
|
15109
|
+
o.name = "DescribeIpams"
|
15110
|
+
o.http_method = "POST"
|
15111
|
+
o.http_request_uri = "/"
|
15112
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamsRequest)
|
15113
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamsResult)
|
15114
|
+
o[:pager] = Aws::Pager.new(
|
15115
|
+
limit_key: "max_results",
|
15116
|
+
tokens: {
|
15117
|
+
"next_token" => "next_token"
|
15118
|
+
}
|
15119
|
+
)
|
15120
|
+
end)
|
15121
|
+
|
14086
15122
|
api.add_operation(:describe_ipv_6_pools, Seahorse::Model::Operation.new.tap do |o|
|
14087
15123
|
o.name = "DescribeIpv6Pools"
|
14088
15124
|
o.http_method = "POST"
|
@@ -14273,6 +15309,34 @@ module Aws::EC2
|
|
14273
15309
|
)
|
14274
15310
|
end)
|
14275
15311
|
|
15312
|
+
api.add_operation(:describe_network_insights_access_scope_analyses, Seahorse::Model::Operation.new.tap do |o|
|
15313
|
+
o.name = "DescribeNetworkInsightsAccessScopeAnalyses"
|
15314
|
+
o.http_method = "POST"
|
15315
|
+
o.http_request_uri = "/"
|
15316
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesRequest)
|
15317
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesResult)
|
15318
|
+
o[:pager] = Aws::Pager.new(
|
15319
|
+
limit_key: "max_results",
|
15320
|
+
tokens: {
|
15321
|
+
"next_token" => "next_token"
|
15322
|
+
}
|
15323
|
+
)
|
15324
|
+
end)
|
15325
|
+
|
15326
|
+
api.add_operation(:describe_network_insights_access_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15327
|
+
o.name = "DescribeNetworkInsightsAccessScopes"
|
15328
|
+
o.http_method = "POST"
|
15329
|
+
o.http_request_uri = "/"
|
15330
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesRequest)
|
15331
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesResult)
|
15332
|
+
o[:pager] = Aws::Pager.new(
|
15333
|
+
limit_key: "max_results",
|
15334
|
+
tokens: {
|
15335
|
+
"next_token" => "next_token"
|
15336
|
+
}
|
15337
|
+
)
|
15338
|
+
end)
|
15339
|
+
|
14276
15340
|
api.add_operation(:describe_network_insights_analyses, Seahorse::Model::Operation.new.tap do |o|
|
14277
15341
|
o.name = "DescribeNetworkInsightsAnalyses"
|
14278
15342
|
o.http_method = "POST"
|
@@ -14538,6 +15602,20 @@ module Aws::EC2
|
|
14538
15602
|
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotAttributeResult)
|
14539
15603
|
end)
|
14540
15604
|
|
15605
|
+
api.add_operation(:describe_snapshot_tier_status, Seahorse::Model::Operation.new.tap do |o|
|
15606
|
+
o.name = "DescribeSnapshotTierStatus"
|
15607
|
+
o.http_method = "POST"
|
15608
|
+
o.http_request_uri = "/"
|
15609
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusRequest)
|
15610
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusResult)
|
15611
|
+
o[:pager] = Aws::Pager.new(
|
15612
|
+
limit_key: "max_results",
|
15613
|
+
tokens: {
|
15614
|
+
"next_token" => "next_token"
|
15615
|
+
}
|
15616
|
+
)
|
15617
|
+
end)
|
15618
|
+
|
14541
15619
|
api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
14542
15620
|
o.name = "DescribeSnapshots"
|
14543
15621
|
o.http_method = "POST"
|
@@ -15108,6 +16186,14 @@ module Aws::EC2
|
|
15108
16186
|
o.output = Shapes::ShapeRef.new(shape: DisableImageDeprecationResult)
|
15109
16187
|
end)
|
15110
16188
|
|
16189
|
+
api.add_operation(:disable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16190
|
+
o.name = "DisableIpamOrganizationAdminAccount"
|
16191
|
+
o.http_method = "POST"
|
16192
|
+
o.http_request_uri = "/"
|
16193
|
+
o.input = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountRequest)
|
16194
|
+
o.output = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountResult)
|
16195
|
+
end)
|
16196
|
+
|
15111
16197
|
api.add_operation(:disable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
15112
16198
|
o.name = "DisableSerialConsoleAccess"
|
15113
16199
|
o.http_method = "POST"
|
@@ -15260,6 +16346,14 @@ module Aws::EC2
|
|
15260
16346
|
o.output = Shapes::ShapeRef.new(shape: EnableImageDeprecationResult)
|
15261
16347
|
end)
|
15262
16348
|
|
16349
|
+
api.add_operation(:enable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16350
|
+
o.name = "EnableIpamOrganizationAdminAccount"
|
16351
|
+
o.http_method = "POST"
|
16352
|
+
o.http_request_uri = "/"
|
16353
|
+
o.input = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountRequest)
|
16354
|
+
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
16355
|
+
end)
|
16356
|
+
|
15263
16357
|
api.add_operation(:enable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
15264
16358
|
o.name = "EnableSerialConsoleAccess"
|
15265
16359
|
o.http_method = "POST"
|
@@ -15462,6 +16556,62 @@ module Aws::EC2
|
|
15462
16556
|
)
|
15463
16557
|
end)
|
15464
16558
|
|
16559
|
+
api.add_operation(:get_ipam_address_history, Seahorse::Model::Operation.new.tap do |o|
|
16560
|
+
o.name = "GetIpamAddressHistory"
|
16561
|
+
o.http_method = "POST"
|
16562
|
+
o.http_request_uri = "/"
|
16563
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryRequest)
|
16564
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryResult)
|
16565
|
+
o[:pager] = Aws::Pager.new(
|
16566
|
+
limit_key: "max_results",
|
16567
|
+
tokens: {
|
16568
|
+
"next_token" => "next_token"
|
16569
|
+
}
|
16570
|
+
)
|
16571
|
+
end)
|
16572
|
+
|
16573
|
+
api.add_operation(:get_ipam_pool_allocations, Seahorse::Model::Operation.new.tap do |o|
|
16574
|
+
o.name = "GetIpamPoolAllocations"
|
16575
|
+
o.http_method = "POST"
|
16576
|
+
o.http_request_uri = "/"
|
16577
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsRequest)
|
16578
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsResult)
|
16579
|
+
o[:pager] = Aws::Pager.new(
|
16580
|
+
limit_key: "max_results",
|
16581
|
+
tokens: {
|
16582
|
+
"next_token" => "next_token"
|
16583
|
+
}
|
16584
|
+
)
|
16585
|
+
end)
|
16586
|
+
|
16587
|
+
api.add_operation(:get_ipam_pool_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16588
|
+
o.name = "GetIpamPoolCidrs"
|
16589
|
+
o.http_method = "POST"
|
16590
|
+
o.http_request_uri = "/"
|
16591
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsRequest)
|
16592
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsResult)
|
16593
|
+
o[:pager] = Aws::Pager.new(
|
16594
|
+
limit_key: "max_results",
|
16595
|
+
tokens: {
|
16596
|
+
"next_token" => "next_token"
|
16597
|
+
}
|
16598
|
+
)
|
16599
|
+
end)
|
16600
|
+
|
16601
|
+
api.add_operation(:get_ipam_resource_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16602
|
+
o.name = "GetIpamResourceCidrs"
|
16603
|
+
o.http_method = "POST"
|
16604
|
+
o.http_request_uri = "/"
|
16605
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsRequest)
|
16606
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsResult)
|
16607
|
+
o[:pager] = Aws::Pager.new(
|
16608
|
+
limit_key: "max_results",
|
16609
|
+
tokens: {
|
16610
|
+
"next_token" => "next_token"
|
16611
|
+
}
|
16612
|
+
)
|
16613
|
+
end)
|
16614
|
+
|
15465
16615
|
api.add_operation(:get_launch_template_data, Seahorse::Model::Operation.new.tap do |o|
|
15466
16616
|
o.name = "GetLaunchTemplateData"
|
15467
16617
|
o.http_method = "POST"
|
@@ -15498,6 +16648,22 @@ module Aws::EC2
|
|
15498
16648
|
)
|
15499
16649
|
end)
|
15500
16650
|
|
16651
|
+
api.add_operation(:get_network_insights_access_scope_analysis_findings, Seahorse::Model::Operation.new.tap do |o|
|
16652
|
+
o.name = "GetNetworkInsightsAccessScopeAnalysisFindings"
|
16653
|
+
o.http_method = "POST"
|
16654
|
+
o.http_request_uri = "/"
|
16655
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsRequest)
|
16656
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsResult)
|
16657
|
+
end)
|
16658
|
+
|
16659
|
+
api.add_operation(:get_network_insights_access_scope_content, Seahorse::Model::Operation.new.tap do |o|
|
16660
|
+
o.name = "GetNetworkInsightsAccessScopeContent"
|
16661
|
+
o.http_method = "POST"
|
16662
|
+
o.http_request_uri = "/"
|
16663
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentRequest)
|
16664
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentResult)
|
16665
|
+
end)
|
16666
|
+
|
15501
16667
|
api.add_operation(:get_password_data, Seahorse::Model::Operation.new.tap do |o|
|
15502
16668
|
o.name = "GetPasswordData"
|
15503
16669
|
o.http_method = "POST"
|
@@ -15684,6 +16850,20 @@ module Aws::EC2
|
|
15684
16850
|
o.output = Shapes::ShapeRef.new(shape: ImportVolumeResult)
|
15685
16851
|
end)
|
15686
16852
|
|
16853
|
+
api.add_operation(:list_snapshots_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
16854
|
+
o.name = "ListSnapshotsInRecycleBin"
|
16855
|
+
o.http_method = "POST"
|
16856
|
+
o.http_request_uri = "/"
|
16857
|
+
o.input = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinRequest)
|
16858
|
+
o.output = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinResult)
|
16859
|
+
o[:pager] = Aws::Pager.new(
|
16860
|
+
limit_key: "max_results",
|
16861
|
+
tokens: {
|
16862
|
+
"next_token" => "next_token"
|
16863
|
+
}
|
16864
|
+
)
|
16865
|
+
end)
|
16866
|
+
|
15687
16867
|
api.add_operation(:modify_address_attribute, Seahorse::Model::Operation.new.tap do |o|
|
15688
16868
|
o.name = "ModifyAddressAttribute"
|
15689
16869
|
o.http_method = "POST"
|
@@ -15844,6 +17024,38 @@ module Aws::EC2
|
|
15844
17024
|
o.output = Shapes::ShapeRef.new(shape: ModifyInstancePlacementResult)
|
15845
17025
|
end)
|
15846
17026
|
|
17027
|
+
api.add_operation(:modify_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17028
|
+
o.name = "ModifyIpam"
|
17029
|
+
o.http_method = "POST"
|
17030
|
+
o.http_request_uri = "/"
|
17031
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamRequest)
|
17032
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResult)
|
17033
|
+
end)
|
17034
|
+
|
17035
|
+
api.add_operation(:modify_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
17036
|
+
o.name = "ModifyIpamPool"
|
17037
|
+
o.http_method = "POST"
|
17038
|
+
o.http_request_uri = "/"
|
17039
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamPoolRequest)
|
17040
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamPoolResult)
|
17041
|
+
end)
|
17042
|
+
|
17043
|
+
api.add_operation(:modify_ipam_resource_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17044
|
+
o.name = "ModifyIpamResourceCidr"
|
17045
|
+
o.http_method = "POST"
|
17046
|
+
o.http_request_uri = "/"
|
17047
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrRequest)
|
17048
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrResult)
|
17049
|
+
end)
|
17050
|
+
|
17051
|
+
api.add_operation(:modify_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
17052
|
+
o.name = "ModifyIpamScope"
|
17053
|
+
o.http_method = "POST"
|
17054
|
+
o.http_request_uri = "/"
|
17055
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamScopeRequest)
|
17056
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamScopeResult)
|
17057
|
+
end)
|
17058
|
+
|
15847
17059
|
api.add_operation(:modify_launch_template, Seahorse::Model::Operation.new.tap do |o|
|
15848
17060
|
o.name = "ModifyLaunchTemplate"
|
15849
17061
|
o.http_method = "POST"
|
@@ -15900,6 +17112,14 @@ module Aws::EC2
|
|
15900
17112
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
15901
17113
|
end)
|
15902
17114
|
|
17115
|
+
api.add_operation(:modify_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
17116
|
+
o.name = "ModifySnapshotTier"
|
17117
|
+
o.http_method = "POST"
|
17118
|
+
o.http_request_uri = "/"
|
17119
|
+
o.input = Shapes::ShapeRef.new(shape: ModifySnapshotTierRequest)
|
17120
|
+
o.output = Shapes::ShapeRef.new(shape: ModifySnapshotTierResult)
|
17121
|
+
end)
|
17122
|
+
|
15903
17123
|
api.add_operation(:modify_spot_fleet_request, Seahorse::Model::Operation.new.tap do |o|
|
15904
17124
|
o.name = "ModifySpotFleetRequest"
|
15905
17125
|
o.http_method = "POST"
|
@@ -16084,6 +17304,14 @@ module Aws::EC2
|
|
16084
17304
|
o.output = Shapes::ShapeRef.new(shape: MoveAddressToVpcResult)
|
16085
17305
|
end)
|
16086
17306
|
|
17307
|
+
api.add_operation(:move_byoip_cidr_to_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17308
|
+
o.name = "MoveByoipCidrToIpam"
|
17309
|
+
o.http_method = "POST"
|
17310
|
+
o.http_request_uri = "/"
|
17311
|
+
o.input = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamRequest)
|
17312
|
+
o.output = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamResult)
|
17313
|
+
end)
|
17314
|
+
|
16087
17315
|
api.add_operation(:provision_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
|
16088
17316
|
o.name = "ProvisionByoipCidr"
|
16089
17317
|
o.http_method = "POST"
|
@@ -16092,6 +17320,22 @@ module Aws::EC2
|
|
16092
17320
|
o.output = Shapes::ShapeRef.new(shape: ProvisionByoipCidrResult)
|
16093
17321
|
end)
|
16094
17322
|
|
17323
|
+
api.add_operation(:provision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17324
|
+
o.name = "ProvisionIpamPoolCidr"
|
17325
|
+
o.http_method = "POST"
|
17326
|
+
o.http_request_uri = "/"
|
17327
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrRequest)
|
17328
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrResult)
|
17329
|
+
end)
|
17330
|
+
|
17331
|
+
api.add_operation(:provision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17332
|
+
o.name = "ProvisionPublicIpv4PoolCidr"
|
17333
|
+
o.http_method = "POST"
|
17334
|
+
o.http_request_uri = "/"
|
17335
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrRequest)
|
17336
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrResult)
|
17337
|
+
end)
|
17338
|
+
|
16095
17339
|
api.add_operation(:purchase_host_reservation, Seahorse::Model::Operation.new.tap do |o|
|
16096
17340
|
o.name = "PurchaseHostReservation"
|
16097
17341
|
o.http_method = "POST"
|
@@ -16212,6 +17456,14 @@ module Aws::EC2
|
|
16212
17456
|
o.output = Shapes::ShapeRef.new(shape: ReleaseHostsResult)
|
16213
17457
|
end)
|
16214
17458
|
|
17459
|
+
api.add_operation(:release_ipam_pool_allocation, Seahorse::Model::Operation.new.tap do |o|
|
17460
|
+
o.name = "ReleaseIpamPoolAllocation"
|
17461
|
+
o.http_method = "POST"
|
17462
|
+
o.http_request_uri = "/"
|
17463
|
+
o.input = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationRequest)
|
17464
|
+
o.output = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationResult)
|
17465
|
+
end)
|
17466
|
+
|
16215
17467
|
api.add_operation(:replace_iam_instance_profile_association, Seahorse::Model::Operation.new.tap do |o|
|
16216
17468
|
o.name = "ReplaceIamInstanceProfileAssociation"
|
16217
17469
|
o.http_method = "POST"
|
@@ -16356,6 +17608,22 @@ module Aws::EC2
|
|
16356
17608
|
o.output = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionResult)
|
16357
17609
|
end)
|
16358
17610
|
|
17611
|
+
api.add_operation(:restore_snapshot_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
17612
|
+
o.name = "RestoreSnapshotFromRecycleBin"
|
17613
|
+
o.http_method = "POST"
|
17614
|
+
o.http_request_uri = "/"
|
17615
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinRequest)
|
17616
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinResult)
|
17617
|
+
end)
|
17618
|
+
|
17619
|
+
api.add_operation(:restore_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
17620
|
+
o.name = "RestoreSnapshotTier"
|
17621
|
+
o.http_method = "POST"
|
17622
|
+
o.http_request_uri = "/"
|
17623
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequest)
|
17624
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
|
17625
|
+
end)
|
17626
|
+
|
16359
17627
|
api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
|
16360
17628
|
o.name = "RevokeClientVpnIngress"
|
16361
17629
|
o.http_method = "POST"
|
@@ -16448,6 +17716,14 @@ module Aws::EC2
|
|
16448
17716
|
o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
|
16449
17717
|
end)
|
16450
17718
|
|
17719
|
+
api.add_operation(:start_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
17720
|
+
o.name = "StartNetworkInsightsAccessScopeAnalysis"
|
17721
|
+
o.http_method = "POST"
|
17722
|
+
o.http_request_uri = "/"
|
17723
|
+
o.input = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisRequest)
|
17724
|
+
o.output = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisResult)
|
17725
|
+
end)
|
17726
|
+
|
16451
17727
|
api.add_operation(:start_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
16452
17728
|
o.name = "StartNetworkInsightsAnalysis"
|
16453
17729
|
o.http_method = "POST"
|