@aws-sdk/client-ec2 3.977.0 → 3.979.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1234 -1017
- package/dist-es/EC2.js +411 -1
- package/dist-es/models/enums.js +6 -0
- package/dist-es/pagination/SearchTransitGatewayRoutesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +5 -4
- package/dist-types/EC2.d.ts +1384 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/models/enums.d.ts +6 -0
- package/dist-types/models/models_7.d.ts +10 -0
- package/dist-types/pagination/SearchTransitGatewayRoutesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/EC2.d.ts +1506 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_7.d.ts +2 -0
- package/dist-types/ts3.4/pagination/SearchTransitGatewayRoutesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -22791,15 +22791,16 @@ var SearchTransitGatewayMulticastGroupsResult$ = [3, n0, _STGMGRe,
|
|
|
22791
22791
|
];
|
|
22792
22792
|
var SearchTransitGatewayRoutesRequest$ = [3, n0, _STGRR,
|
|
22793
22793
|
0,
|
|
22794
|
-
[_TGRTI, _Fi, _MR, _DR],
|
|
22795
|
-
[0, [() => FilterList, { [_xN]: _Fil }], 1, 2], 2
|
|
22794
|
+
[_TGRTI, _Fi, _MR, _DR, _NTe],
|
|
22795
|
+
[0, [() => FilterList, { [_xN]: _Fil }], 1, 2, 0], 2
|
|
22796
22796
|
];
|
|
22797
22797
|
var SearchTransitGatewayRoutesResult$ = [3, n0, _STGRRe,
|
|
22798
22798
|
0,
|
|
22799
|
-
[_Rou, _ARAd],
|
|
22799
|
+
[_Rou, _ARAd, _NTe],
|
|
22800
22800
|
[[() => TransitGatewayRouteList, { [_eQN]: `RouteSet`,
|
|
22801
22801
|
[_xN]: _rSou }], [2, { [_eQN]: `AdditionalRoutesAvailable`,
|
|
22802
|
-
[_xN]: _aRAd }]]
|
|
22802
|
+
[_xN]: _aRAd }], [0, { [_eQN]: `NextToken`,
|
|
22803
|
+
[_xN]: _nTe }]]
|
|
22803
22804
|
];
|
|
22804
22805
|
var SecurityGroup$ = [3, n0, _SGe,
|
|
22805
22806
|
0,
|
|
@@ -39124,761 +39125,6 @@ class WithdrawByoipCidrCommand extends smithyClient.Command
|
|
|
39124
39125
|
.build() {
|
|
39125
39126
|
}
|
|
39126
39127
|
|
|
39127
|
-
const commands = {
|
|
39128
|
-
AcceptAddressTransferCommand,
|
|
39129
|
-
AcceptCapacityReservationBillingOwnershipCommand,
|
|
39130
|
-
AcceptReservedInstancesExchangeQuoteCommand,
|
|
39131
|
-
AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
39132
|
-
AcceptTransitGatewayPeeringAttachmentCommand,
|
|
39133
|
-
AcceptTransitGatewayVpcAttachmentCommand,
|
|
39134
|
-
AcceptVpcEndpointConnectionsCommand,
|
|
39135
|
-
AcceptVpcPeeringConnectionCommand,
|
|
39136
|
-
AdvertiseByoipCidrCommand,
|
|
39137
|
-
AllocateAddressCommand,
|
|
39138
|
-
AllocateHostsCommand,
|
|
39139
|
-
AllocateIpamPoolCidrCommand,
|
|
39140
|
-
ApplySecurityGroupsToClientVpnTargetNetworkCommand,
|
|
39141
|
-
AssignIpv6AddressesCommand,
|
|
39142
|
-
AssignPrivateIpAddressesCommand,
|
|
39143
|
-
AssignPrivateNatGatewayAddressCommand,
|
|
39144
|
-
AssociateAddressCommand,
|
|
39145
|
-
AssociateCapacityReservationBillingOwnerCommand,
|
|
39146
|
-
AssociateClientVpnTargetNetworkCommand,
|
|
39147
|
-
AssociateDhcpOptionsCommand,
|
|
39148
|
-
AssociateEnclaveCertificateIamRoleCommand,
|
|
39149
|
-
AssociateIamInstanceProfileCommand,
|
|
39150
|
-
AssociateInstanceEventWindowCommand,
|
|
39151
|
-
AssociateIpamByoasnCommand,
|
|
39152
|
-
AssociateIpamResourceDiscoveryCommand,
|
|
39153
|
-
AssociateNatGatewayAddressCommand,
|
|
39154
|
-
AssociateRouteServerCommand,
|
|
39155
|
-
AssociateRouteTableCommand,
|
|
39156
|
-
AssociateSecurityGroupVpcCommand,
|
|
39157
|
-
AssociateSubnetCidrBlockCommand,
|
|
39158
|
-
AssociateTransitGatewayMulticastDomainCommand,
|
|
39159
|
-
AssociateTransitGatewayPolicyTableCommand,
|
|
39160
|
-
AssociateTransitGatewayRouteTableCommand,
|
|
39161
|
-
AssociateTrunkInterfaceCommand,
|
|
39162
|
-
AssociateVpcCidrBlockCommand,
|
|
39163
|
-
AttachClassicLinkVpcCommand,
|
|
39164
|
-
AttachInternetGatewayCommand,
|
|
39165
|
-
AttachNetworkInterfaceCommand,
|
|
39166
|
-
AttachVerifiedAccessTrustProviderCommand,
|
|
39167
|
-
AttachVolumeCommand,
|
|
39168
|
-
AttachVpnGatewayCommand,
|
|
39169
|
-
AuthorizeClientVpnIngressCommand,
|
|
39170
|
-
AuthorizeSecurityGroupEgressCommand,
|
|
39171
|
-
AuthorizeSecurityGroupIngressCommand,
|
|
39172
|
-
BundleInstanceCommand,
|
|
39173
|
-
CancelBundleTaskCommand,
|
|
39174
|
-
CancelCapacityReservationCommand,
|
|
39175
|
-
CancelCapacityReservationFleetsCommand,
|
|
39176
|
-
CancelConversionTaskCommand,
|
|
39177
|
-
CancelDeclarativePoliciesReportCommand,
|
|
39178
|
-
CancelExportTaskCommand,
|
|
39179
|
-
CancelImageLaunchPermissionCommand,
|
|
39180
|
-
CancelImportTaskCommand,
|
|
39181
|
-
CancelReservedInstancesListingCommand,
|
|
39182
|
-
CancelSpotFleetRequestsCommand,
|
|
39183
|
-
CancelSpotInstanceRequestsCommand,
|
|
39184
|
-
ConfirmProductInstanceCommand,
|
|
39185
|
-
CopyFpgaImageCommand,
|
|
39186
|
-
CopyImageCommand,
|
|
39187
|
-
CopySnapshotCommand,
|
|
39188
|
-
CopyVolumesCommand,
|
|
39189
|
-
CreateCapacityManagerDataExportCommand,
|
|
39190
|
-
CreateCapacityReservationCommand,
|
|
39191
|
-
CreateCapacityReservationBySplittingCommand,
|
|
39192
|
-
CreateCapacityReservationFleetCommand,
|
|
39193
|
-
CreateCarrierGatewayCommand,
|
|
39194
|
-
CreateClientVpnEndpointCommand,
|
|
39195
|
-
CreateClientVpnRouteCommand,
|
|
39196
|
-
CreateCoipCidrCommand,
|
|
39197
|
-
CreateCoipPoolCommand,
|
|
39198
|
-
CreateCustomerGatewayCommand,
|
|
39199
|
-
CreateDefaultSubnetCommand,
|
|
39200
|
-
CreateDefaultVpcCommand,
|
|
39201
|
-
CreateDelegateMacVolumeOwnershipTaskCommand,
|
|
39202
|
-
CreateDhcpOptionsCommand,
|
|
39203
|
-
CreateEgressOnlyInternetGatewayCommand,
|
|
39204
|
-
CreateFleetCommand,
|
|
39205
|
-
CreateFlowLogsCommand,
|
|
39206
|
-
CreateFpgaImageCommand,
|
|
39207
|
-
CreateImageCommand,
|
|
39208
|
-
CreateImageUsageReportCommand,
|
|
39209
|
-
CreateInstanceConnectEndpointCommand,
|
|
39210
|
-
CreateInstanceEventWindowCommand,
|
|
39211
|
-
CreateInstanceExportTaskCommand,
|
|
39212
|
-
CreateInternetGatewayCommand,
|
|
39213
|
-
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
39214
|
-
CreateIpamCommand,
|
|
39215
|
-
CreateIpamExternalResourceVerificationTokenCommand,
|
|
39216
|
-
CreateIpamPolicyCommand,
|
|
39217
|
-
CreateIpamPoolCommand,
|
|
39218
|
-
CreateIpamPrefixListResolverCommand,
|
|
39219
|
-
CreateIpamPrefixListResolverTargetCommand,
|
|
39220
|
-
CreateIpamResourceDiscoveryCommand,
|
|
39221
|
-
CreateIpamScopeCommand,
|
|
39222
|
-
CreateKeyPairCommand,
|
|
39223
|
-
CreateLaunchTemplateCommand,
|
|
39224
|
-
CreateLaunchTemplateVersionCommand,
|
|
39225
|
-
CreateLocalGatewayRouteCommand,
|
|
39226
|
-
CreateLocalGatewayRouteTableCommand,
|
|
39227
|
-
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
39228
|
-
CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
39229
|
-
CreateLocalGatewayVirtualInterfaceCommand,
|
|
39230
|
-
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
39231
|
-
CreateMacSystemIntegrityProtectionModificationTaskCommand,
|
|
39232
|
-
CreateManagedPrefixListCommand,
|
|
39233
|
-
CreateNatGatewayCommand,
|
|
39234
|
-
CreateNetworkAclCommand,
|
|
39235
|
-
CreateNetworkAclEntryCommand,
|
|
39236
|
-
CreateNetworkInsightsAccessScopeCommand,
|
|
39237
|
-
CreateNetworkInsightsPathCommand,
|
|
39238
|
-
CreateNetworkInterfaceCommand,
|
|
39239
|
-
CreateNetworkInterfacePermissionCommand,
|
|
39240
|
-
CreatePlacementGroupCommand,
|
|
39241
|
-
CreatePublicIpv4PoolCommand,
|
|
39242
|
-
CreateReplaceRootVolumeTaskCommand,
|
|
39243
|
-
CreateReservedInstancesListingCommand,
|
|
39244
|
-
CreateRestoreImageTaskCommand,
|
|
39245
|
-
CreateRouteCommand,
|
|
39246
|
-
CreateRouteServerCommand,
|
|
39247
|
-
CreateRouteServerEndpointCommand,
|
|
39248
|
-
CreateRouteServerPeerCommand,
|
|
39249
|
-
CreateRouteTableCommand,
|
|
39250
|
-
CreateSecurityGroupCommand,
|
|
39251
|
-
CreateSnapshotCommand,
|
|
39252
|
-
CreateSnapshotsCommand,
|
|
39253
|
-
CreateSpotDatafeedSubscriptionCommand,
|
|
39254
|
-
CreateStoreImageTaskCommand,
|
|
39255
|
-
CreateSubnetCommand,
|
|
39256
|
-
CreateSubnetCidrReservationCommand,
|
|
39257
|
-
CreateTagsCommand,
|
|
39258
|
-
CreateTrafficMirrorFilterCommand,
|
|
39259
|
-
CreateTrafficMirrorFilterRuleCommand,
|
|
39260
|
-
CreateTrafficMirrorSessionCommand,
|
|
39261
|
-
CreateTrafficMirrorTargetCommand,
|
|
39262
|
-
CreateTransitGatewayCommand,
|
|
39263
|
-
CreateTransitGatewayConnectCommand,
|
|
39264
|
-
CreateTransitGatewayConnectPeerCommand,
|
|
39265
|
-
CreateTransitGatewayMeteringPolicyCommand,
|
|
39266
|
-
CreateTransitGatewayMeteringPolicyEntryCommand,
|
|
39267
|
-
CreateTransitGatewayMulticastDomainCommand,
|
|
39268
|
-
CreateTransitGatewayPeeringAttachmentCommand,
|
|
39269
|
-
CreateTransitGatewayPolicyTableCommand,
|
|
39270
|
-
CreateTransitGatewayPrefixListReferenceCommand,
|
|
39271
|
-
CreateTransitGatewayRouteCommand,
|
|
39272
|
-
CreateTransitGatewayRouteTableCommand,
|
|
39273
|
-
CreateTransitGatewayRouteTableAnnouncementCommand,
|
|
39274
|
-
CreateTransitGatewayVpcAttachmentCommand,
|
|
39275
|
-
CreateVerifiedAccessEndpointCommand,
|
|
39276
|
-
CreateVerifiedAccessGroupCommand,
|
|
39277
|
-
CreateVerifiedAccessInstanceCommand,
|
|
39278
|
-
CreateVerifiedAccessTrustProviderCommand,
|
|
39279
|
-
CreateVolumeCommand,
|
|
39280
|
-
CreateVpcCommand,
|
|
39281
|
-
CreateVpcBlockPublicAccessExclusionCommand,
|
|
39282
|
-
CreateVpcEncryptionControlCommand,
|
|
39283
|
-
CreateVpcEndpointCommand,
|
|
39284
|
-
CreateVpcEndpointConnectionNotificationCommand,
|
|
39285
|
-
CreateVpcEndpointServiceConfigurationCommand,
|
|
39286
|
-
CreateVpcPeeringConnectionCommand,
|
|
39287
|
-
CreateVpnConcentratorCommand,
|
|
39288
|
-
CreateVpnConnectionCommand,
|
|
39289
|
-
CreateVpnConnectionRouteCommand,
|
|
39290
|
-
CreateVpnGatewayCommand,
|
|
39291
|
-
DeleteCapacityManagerDataExportCommand,
|
|
39292
|
-
DeleteCarrierGatewayCommand,
|
|
39293
|
-
DeleteClientVpnEndpointCommand,
|
|
39294
|
-
DeleteClientVpnRouteCommand,
|
|
39295
|
-
DeleteCoipCidrCommand,
|
|
39296
|
-
DeleteCoipPoolCommand,
|
|
39297
|
-
DeleteCustomerGatewayCommand,
|
|
39298
|
-
DeleteDhcpOptionsCommand,
|
|
39299
|
-
DeleteEgressOnlyInternetGatewayCommand,
|
|
39300
|
-
DeleteFleetsCommand,
|
|
39301
|
-
DeleteFlowLogsCommand,
|
|
39302
|
-
DeleteFpgaImageCommand,
|
|
39303
|
-
DeleteImageUsageReportCommand,
|
|
39304
|
-
DeleteInstanceConnectEndpointCommand,
|
|
39305
|
-
DeleteInstanceEventWindowCommand,
|
|
39306
|
-
DeleteInternetGatewayCommand,
|
|
39307
|
-
DeleteIpamCommand,
|
|
39308
|
-
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
39309
|
-
DeleteIpamPolicyCommand,
|
|
39310
|
-
DeleteIpamPoolCommand,
|
|
39311
|
-
DeleteIpamPrefixListResolverCommand,
|
|
39312
|
-
DeleteIpamPrefixListResolverTargetCommand,
|
|
39313
|
-
DeleteIpamResourceDiscoveryCommand,
|
|
39314
|
-
DeleteIpamScopeCommand,
|
|
39315
|
-
DeleteKeyPairCommand,
|
|
39316
|
-
DeleteLaunchTemplateCommand,
|
|
39317
|
-
DeleteLaunchTemplateVersionsCommand,
|
|
39318
|
-
DeleteLocalGatewayRouteCommand,
|
|
39319
|
-
DeleteLocalGatewayRouteTableCommand,
|
|
39320
|
-
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
39321
|
-
DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
39322
|
-
DeleteLocalGatewayVirtualInterfaceCommand,
|
|
39323
|
-
DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
39324
|
-
DeleteManagedPrefixListCommand,
|
|
39325
|
-
DeleteNatGatewayCommand,
|
|
39326
|
-
DeleteNetworkAclCommand,
|
|
39327
|
-
DeleteNetworkAclEntryCommand,
|
|
39328
|
-
DeleteNetworkInsightsAccessScopeCommand,
|
|
39329
|
-
DeleteNetworkInsightsAccessScopeAnalysisCommand,
|
|
39330
|
-
DeleteNetworkInsightsAnalysisCommand,
|
|
39331
|
-
DeleteNetworkInsightsPathCommand,
|
|
39332
|
-
DeleteNetworkInterfaceCommand,
|
|
39333
|
-
DeleteNetworkInterfacePermissionCommand,
|
|
39334
|
-
DeletePlacementGroupCommand,
|
|
39335
|
-
DeletePublicIpv4PoolCommand,
|
|
39336
|
-
DeleteQueuedReservedInstancesCommand,
|
|
39337
|
-
DeleteRouteCommand,
|
|
39338
|
-
DeleteRouteServerCommand,
|
|
39339
|
-
DeleteRouteServerEndpointCommand,
|
|
39340
|
-
DeleteRouteServerPeerCommand,
|
|
39341
|
-
DeleteRouteTableCommand,
|
|
39342
|
-
DeleteSecurityGroupCommand,
|
|
39343
|
-
DeleteSnapshotCommand,
|
|
39344
|
-
DeleteSpotDatafeedSubscriptionCommand,
|
|
39345
|
-
DeleteSubnetCommand,
|
|
39346
|
-
DeleteSubnetCidrReservationCommand,
|
|
39347
|
-
DeleteTagsCommand,
|
|
39348
|
-
DeleteTrafficMirrorFilterCommand,
|
|
39349
|
-
DeleteTrafficMirrorFilterRuleCommand,
|
|
39350
|
-
DeleteTrafficMirrorSessionCommand,
|
|
39351
|
-
DeleteTrafficMirrorTargetCommand,
|
|
39352
|
-
DeleteTransitGatewayCommand,
|
|
39353
|
-
DeleteTransitGatewayConnectCommand,
|
|
39354
|
-
DeleteTransitGatewayConnectPeerCommand,
|
|
39355
|
-
DeleteTransitGatewayMeteringPolicyCommand,
|
|
39356
|
-
DeleteTransitGatewayMeteringPolicyEntryCommand,
|
|
39357
|
-
DeleteTransitGatewayMulticastDomainCommand,
|
|
39358
|
-
DeleteTransitGatewayPeeringAttachmentCommand,
|
|
39359
|
-
DeleteTransitGatewayPolicyTableCommand,
|
|
39360
|
-
DeleteTransitGatewayPrefixListReferenceCommand,
|
|
39361
|
-
DeleteTransitGatewayRouteCommand,
|
|
39362
|
-
DeleteTransitGatewayRouteTableCommand,
|
|
39363
|
-
DeleteTransitGatewayRouteTableAnnouncementCommand,
|
|
39364
|
-
DeleteTransitGatewayVpcAttachmentCommand,
|
|
39365
|
-
DeleteVerifiedAccessEndpointCommand,
|
|
39366
|
-
DeleteVerifiedAccessGroupCommand,
|
|
39367
|
-
DeleteVerifiedAccessInstanceCommand,
|
|
39368
|
-
DeleteVerifiedAccessTrustProviderCommand,
|
|
39369
|
-
DeleteVolumeCommand,
|
|
39370
|
-
DeleteVpcCommand,
|
|
39371
|
-
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
39372
|
-
DeleteVpcEncryptionControlCommand,
|
|
39373
|
-
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
39374
|
-
DeleteVpcEndpointsCommand,
|
|
39375
|
-
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
39376
|
-
DeleteVpcPeeringConnectionCommand,
|
|
39377
|
-
DeleteVpnConcentratorCommand,
|
|
39378
|
-
DeleteVpnConnectionCommand,
|
|
39379
|
-
DeleteVpnConnectionRouteCommand,
|
|
39380
|
-
DeleteVpnGatewayCommand,
|
|
39381
|
-
DeprovisionByoipCidrCommand,
|
|
39382
|
-
DeprovisionIpamByoasnCommand,
|
|
39383
|
-
DeprovisionIpamPoolCidrCommand,
|
|
39384
|
-
DeprovisionPublicIpv4PoolCidrCommand,
|
|
39385
|
-
DeregisterImageCommand,
|
|
39386
|
-
DeregisterInstanceEventNotificationAttributesCommand,
|
|
39387
|
-
DeregisterTransitGatewayMulticastGroupMembersCommand,
|
|
39388
|
-
DeregisterTransitGatewayMulticastGroupSourcesCommand,
|
|
39389
|
-
DescribeAccountAttributesCommand,
|
|
39390
|
-
DescribeAddressesCommand,
|
|
39391
|
-
DescribeAddressesAttributeCommand,
|
|
39392
|
-
DescribeAddressTransfersCommand,
|
|
39393
|
-
DescribeAggregateIdFormatCommand,
|
|
39394
|
-
DescribeAvailabilityZonesCommand,
|
|
39395
|
-
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
39396
|
-
DescribeBundleTasksCommand,
|
|
39397
|
-
DescribeByoipCidrsCommand,
|
|
39398
|
-
DescribeCapacityBlockExtensionHistoryCommand,
|
|
39399
|
-
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
39400
|
-
DescribeCapacityBlockOfferingsCommand,
|
|
39401
|
-
DescribeCapacityBlocksCommand,
|
|
39402
|
-
DescribeCapacityBlockStatusCommand,
|
|
39403
|
-
DescribeCapacityManagerDataExportsCommand,
|
|
39404
|
-
DescribeCapacityReservationBillingRequestsCommand,
|
|
39405
|
-
DescribeCapacityReservationFleetsCommand,
|
|
39406
|
-
DescribeCapacityReservationsCommand,
|
|
39407
|
-
DescribeCapacityReservationTopologyCommand,
|
|
39408
|
-
DescribeCarrierGatewaysCommand,
|
|
39409
|
-
DescribeClassicLinkInstancesCommand,
|
|
39410
|
-
DescribeClientVpnAuthorizationRulesCommand,
|
|
39411
|
-
DescribeClientVpnConnectionsCommand,
|
|
39412
|
-
DescribeClientVpnEndpointsCommand,
|
|
39413
|
-
DescribeClientVpnRoutesCommand,
|
|
39414
|
-
DescribeClientVpnTargetNetworksCommand,
|
|
39415
|
-
DescribeCoipPoolsCommand,
|
|
39416
|
-
DescribeConversionTasksCommand,
|
|
39417
|
-
DescribeCustomerGatewaysCommand,
|
|
39418
|
-
DescribeDeclarativePoliciesReportsCommand,
|
|
39419
|
-
DescribeDhcpOptionsCommand,
|
|
39420
|
-
DescribeEgressOnlyInternetGatewaysCommand,
|
|
39421
|
-
DescribeElasticGpusCommand,
|
|
39422
|
-
DescribeExportImageTasksCommand,
|
|
39423
|
-
DescribeExportTasksCommand,
|
|
39424
|
-
DescribeFastLaunchImagesCommand,
|
|
39425
|
-
DescribeFastSnapshotRestoresCommand,
|
|
39426
|
-
DescribeFleetHistoryCommand,
|
|
39427
|
-
DescribeFleetInstancesCommand,
|
|
39428
|
-
DescribeFleetsCommand,
|
|
39429
|
-
DescribeFlowLogsCommand,
|
|
39430
|
-
DescribeFpgaImageAttributeCommand,
|
|
39431
|
-
DescribeFpgaImagesCommand,
|
|
39432
|
-
DescribeHostReservationOfferingsCommand,
|
|
39433
|
-
DescribeHostReservationsCommand,
|
|
39434
|
-
DescribeHostsCommand,
|
|
39435
|
-
DescribeIamInstanceProfileAssociationsCommand,
|
|
39436
|
-
DescribeIdentityIdFormatCommand,
|
|
39437
|
-
DescribeIdFormatCommand,
|
|
39438
|
-
DescribeImageAttributeCommand,
|
|
39439
|
-
DescribeImageReferencesCommand,
|
|
39440
|
-
DescribeImagesCommand,
|
|
39441
|
-
DescribeImageUsageReportEntriesCommand,
|
|
39442
|
-
DescribeImageUsageReportsCommand,
|
|
39443
|
-
DescribeImportImageTasksCommand,
|
|
39444
|
-
DescribeImportSnapshotTasksCommand,
|
|
39445
|
-
DescribeInstanceAttributeCommand,
|
|
39446
|
-
DescribeInstanceConnectEndpointsCommand,
|
|
39447
|
-
DescribeInstanceCreditSpecificationsCommand,
|
|
39448
|
-
DescribeInstanceEventNotificationAttributesCommand,
|
|
39449
|
-
DescribeInstanceEventWindowsCommand,
|
|
39450
|
-
DescribeInstanceImageMetadataCommand,
|
|
39451
|
-
DescribeInstancesCommand,
|
|
39452
|
-
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
39453
|
-
DescribeInstanceSqlHaStatesCommand,
|
|
39454
|
-
DescribeInstanceStatusCommand,
|
|
39455
|
-
DescribeInstanceTopologyCommand,
|
|
39456
|
-
DescribeInstanceTypeOfferingsCommand,
|
|
39457
|
-
DescribeInstanceTypesCommand,
|
|
39458
|
-
DescribeInternetGatewaysCommand,
|
|
39459
|
-
DescribeIpamByoasnCommand,
|
|
39460
|
-
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
39461
|
-
DescribeIpamPoliciesCommand,
|
|
39462
|
-
DescribeIpamPoolsCommand,
|
|
39463
|
-
DescribeIpamPrefixListResolversCommand,
|
|
39464
|
-
DescribeIpamPrefixListResolverTargetsCommand,
|
|
39465
|
-
DescribeIpamResourceDiscoveriesCommand,
|
|
39466
|
-
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
39467
|
-
DescribeIpamsCommand,
|
|
39468
|
-
DescribeIpamScopesCommand,
|
|
39469
|
-
DescribeIpv6PoolsCommand,
|
|
39470
|
-
DescribeKeyPairsCommand,
|
|
39471
|
-
DescribeLaunchTemplatesCommand,
|
|
39472
|
-
DescribeLaunchTemplateVersionsCommand,
|
|
39473
|
-
DescribeLocalGatewayRouteTablesCommand,
|
|
39474
|
-
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand,
|
|
39475
|
-
DescribeLocalGatewayRouteTableVpcAssociationsCommand,
|
|
39476
|
-
DescribeLocalGatewaysCommand,
|
|
39477
|
-
DescribeLocalGatewayVirtualInterfaceGroupsCommand,
|
|
39478
|
-
DescribeLocalGatewayVirtualInterfacesCommand,
|
|
39479
|
-
DescribeLockedSnapshotsCommand,
|
|
39480
|
-
DescribeMacHostsCommand,
|
|
39481
|
-
DescribeMacModificationTasksCommand,
|
|
39482
|
-
DescribeManagedPrefixListsCommand,
|
|
39483
|
-
DescribeMovingAddressesCommand,
|
|
39484
|
-
DescribeNatGatewaysCommand,
|
|
39485
|
-
DescribeNetworkAclsCommand,
|
|
39486
|
-
DescribeNetworkInsightsAccessScopeAnalysesCommand,
|
|
39487
|
-
DescribeNetworkInsightsAccessScopesCommand,
|
|
39488
|
-
DescribeNetworkInsightsAnalysesCommand,
|
|
39489
|
-
DescribeNetworkInsightsPathsCommand,
|
|
39490
|
-
DescribeNetworkInterfaceAttributeCommand,
|
|
39491
|
-
DescribeNetworkInterfacePermissionsCommand,
|
|
39492
|
-
DescribeNetworkInterfacesCommand,
|
|
39493
|
-
DescribeOutpostLagsCommand,
|
|
39494
|
-
DescribePlacementGroupsCommand,
|
|
39495
|
-
DescribePrefixListsCommand,
|
|
39496
|
-
DescribePrincipalIdFormatCommand,
|
|
39497
|
-
DescribePublicIpv4PoolsCommand,
|
|
39498
|
-
DescribeRegionsCommand,
|
|
39499
|
-
DescribeReplaceRootVolumeTasksCommand,
|
|
39500
|
-
DescribeReservedInstancesCommand,
|
|
39501
|
-
DescribeReservedInstancesListingsCommand,
|
|
39502
|
-
DescribeReservedInstancesModificationsCommand,
|
|
39503
|
-
DescribeReservedInstancesOfferingsCommand,
|
|
39504
|
-
DescribeRouteServerEndpointsCommand,
|
|
39505
|
-
DescribeRouteServerPeersCommand,
|
|
39506
|
-
DescribeRouteServersCommand,
|
|
39507
|
-
DescribeRouteTablesCommand,
|
|
39508
|
-
DescribeScheduledInstanceAvailabilityCommand,
|
|
39509
|
-
DescribeScheduledInstancesCommand,
|
|
39510
|
-
DescribeSecurityGroupReferencesCommand,
|
|
39511
|
-
DescribeSecurityGroupRulesCommand,
|
|
39512
|
-
DescribeSecurityGroupsCommand,
|
|
39513
|
-
DescribeSecurityGroupVpcAssociationsCommand,
|
|
39514
|
-
DescribeServiceLinkVirtualInterfacesCommand,
|
|
39515
|
-
DescribeSnapshotAttributeCommand,
|
|
39516
|
-
DescribeSnapshotsCommand,
|
|
39517
|
-
DescribeSnapshotTierStatusCommand,
|
|
39518
|
-
DescribeSpotDatafeedSubscriptionCommand,
|
|
39519
|
-
DescribeSpotFleetInstancesCommand,
|
|
39520
|
-
DescribeSpotFleetRequestHistoryCommand,
|
|
39521
|
-
DescribeSpotFleetRequestsCommand,
|
|
39522
|
-
DescribeSpotInstanceRequestsCommand,
|
|
39523
|
-
DescribeSpotPriceHistoryCommand,
|
|
39524
|
-
DescribeStaleSecurityGroupsCommand,
|
|
39525
|
-
DescribeStoreImageTasksCommand,
|
|
39526
|
-
DescribeSubnetsCommand,
|
|
39527
|
-
DescribeTagsCommand,
|
|
39528
|
-
DescribeTrafficMirrorFilterRulesCommand,
|
|
39529
|
-
DescribeTrafficMirrorFiltersCommand,
|
|
39530
|
-
DescribeTrafficMirrorSessionsCommand,
|
|
39531
|
-
DescribeTrafficMirrorTargetsCommand,
|
|
39532
|
-
DescribeTransitGatewayAttachmentsCommand,
|
|
39533
|
-
DescribeTransitGatewayConnectPeersCommand,
|
|
39534
|
-
DescribeTransitGatewayConnectsCommand,
|
|
39535
|
-
DescribeTransitGatewayMeteringPoliciesCommand,
|
|
39536
|
-
DescribeTransitGatewayMulticastDomainsCommand,
|
|
39537
|
-
DescribeTransitGatewayPeeringAttachmentsCommand,
|
|
39538
|
-
DescribeTransitGatewayPolicyTablesCommand,
|
|
39539
|
-
DescribeTransitGatewayRouteTableAnnouncementsCommand,
|
|
39540
|
-
DescribeTransitGatewayRouteTablesCommand,
|
|
39541
|
-
DescribeTransitGatewaysCommand,
|
|
39542
|
-
DescribeTransitGatewayVpcAttachmentsCommand,
|
|
39543
|
-
DescribeTrunkInterfaceAssociationsCommand,
|
|
39544
|
-
DescribeVerifiedAccessEndpointsCommand,
|
|
39545
|
-
DescribeVerifiedAccessGroupsCommand,
|
|
39546
|
-
DescribeVerifiedAccessInstanceLoggingConfigurationsCommand,
|
|
39547
|
-
DescribeVerifiedAccessInstancesCommand,
|
|
39548
|
-
DescribeVerifiedAccessTrustProvidersCommand,
|
|
39549
|
-
DescribeVolumeAttributeCommand,
|
|
39550
|
-
DescribeVolumesCommand,
|
|
39551
|
-
DescribeVolumesModificationsCommand,
|
|
39552
|
-
DescribeVolumeStatusCommand,
|
|
39553
|
-
DescribeVpcAttributeCommand,
|
|
39554
|
-
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
39555
|
-
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
39556
|
-
DescribeVpcClassicLinkCommand,
|
|
39557
|
-
DescribeVpcClassicLinkDnsSupportCommand,
|
|
39558
|
-
DescribeVpcEncryptionControlsCommand,
|
|
39559
|
-
DescribeVpcEndpointAssociationsCommand,
|
|
39560
|
-
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
39561
|
-
DescribeVpcEndpointConnectionsCommand,
|
|
39562
|
-
DescribeVpcEndpointsCommand,
|
|
39563
|
-
DescribeVpcEndpointServiceConfigurationsCommand,
|
|
39564
|
-
DescribeVpcEndpointServicePermissionsCommand,
|
|
39565
|
-
DescribeVpcEndpointServicesCommand,
|
|
39566
|
-
DescribeVpcPeeringConnectionsCommand,
|
|
39567
|
-
DescribeVpcsCommand,
|
|
39568
|
-
DescribeVpnConcentratorsCommand,
|
|
39569
|
-
DescribeVpnConnectionsCommand,
|
|
39570
|
-
DescribeVpnGatewaysCommand,
|
|
39571
|
-
DetachClassicLinkVpcCommand,
|
|
39572
|
-
DetachInternetGatewayCommand,
|
|
39573
|
-
DetachNetworkInterfaceCommand,
|
|
39574
|
-
DetachVerifiedAccessTrustProviderCommand,
|
|
39575
|
-
DetachVolumeCommand,
|
|
39576
|
-
DetachVpnGatewayCommand,
|
|
39577
|
-
DisableAddressTransferCommand,
|
|
39578
|
-
DisableAllowedImagesSettingsCommand,
|
|
39579
|
-
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
39580
|
-
DisableCapacityManagerCommand,
|
|
39581
|
-
DisableEbsEncryptionByDefaultCommand,
|
|
39582
|
-
DisableFastLaunchCommand,
|
|
39583
|
-
DisableFastSnapshotRestoresCommand,
|
|
39584
|
-
DisableImageCommand,
|
|
39585
|
-
DisableImageBlockPublicAccessCommand,
|
|
39586
|
-
DisableImageDeprecationCommand,
|
|
39587
|
-
DisableImageDeregistrationProtectionCommand,
|
|
39588
|
-
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
39589
|
-
DisableIpamOrganizationAdminAccountCommand,
|
|
39590
|
-
DisableIpamPolicyCommand,
|
|
39591
|
-
DisableRouteServerPropagationCommand,
|
|
39592
|
-
DisableSerialConsoleAccessCommand,
|
|
39593
|
-
DisableSnapshotBlockPublicAccessCommand,
|
|
39594
|
-
DisableTransitGatewayRouteTablePropagationCommand,
|
|
39595
|
-
DisableVgwRoutePropagationCommand,
|
|
39596
|
-
DisableVpcClassicLinkCommand,
|
|
39597
|
-
DisableVpcClassicLinkDnsSupportCommand,
|
|
39598
|
-
DisassociateAddressCommand,
|
|
39599
|
-
DisassociateCapacityReservationBillingOwnerCommand,
|
|
39600
|
-
DisassociateClientVpnTargetNetworkCommand,
|
|
39601
|
-
DisassociateEnclaveCertificateIamRoleCommand,
|
|
39602
|
-
DisassociateIamInstanceProfileCommand,
|
|
39603
|
-
DisassociateInstanceEventWindowCommand,
|
|
39604
|
-
DisassociateIpamByoasnCommand,
|
|
39605
|
-
DisassociateIpamResourceDiscoveryCommand,
|
|
39606
|
-
DisassociateNatGatewayAddressCommand,
|
|
39607
|
-
DisassociateRouteServerCommand,
|
|
39608
|
-
DisassociateRouteTableCommand,
|
|
39609
|
-
DisassociateSecurityGroupVpcCommand,
|
|
39610
|
-
DisassociateSubnetCidrBlockCommand,
|
|
39611
|
-
DisassociateTransitGatewayMulticastDomainCommand,
|
|
39612
|
-
DisassociateTransitGatewayPolicyTableCommand,
|
|
39613
|
-
DisassociateTransitGatewayRouteTableCommand,
|
|
39614
|
-
DisassociateTrunkInterfaceCommand,
|
|
39615
|
-
DisassociateVpcCidrBlockCommand,
|
|
39616
|
-
EnableAddressTransferCommand,
|
|
39617
|
-
EnableAllowedImagesSettingsCommand,
|
|
39618
|
-
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
39619
|
-
EnableCapacityManagerCommand,
|
|
39620
|
-
EnableEbsEncryptionByDefaultCommand,
|
|
39621
|
-
EnableFastLaunchCommand,
|
|
39622
|
-
EnableFastSnapshotRestoresCommand,
|
|
39623
|
-
EnableImageCommand,
|
|
39624
|
-
EnableImageBlockPublicAccessCommand,
|
|
39625
|
-
EnableImageDeprecationCommand,
|
|
39626
|
-
EnableImageDeregistrationProtectionCommand,
|
|
39627
|
-
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
39628
|
-
EnableIpamOrganizationAdminAccountCommand,
|
|
39629
|
-
EnableIpamPolicyCommand,
|
|
39630
|
-
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
39631
|
-
EnableRouteServerPropagationCommand,
|
|
39632
|
-
EnableSerialConsoleAccessCommand,
|
|
39633
|
-
EnableSnapshotBlockPublicAccessCommand,
|
|
39634
|
-
EnableTransitGatewayRouteTablePropagationCommand,
|
|
39635
|
-
EnableVgwRoutePropagationCommand,
|
|
39636
|
-
EnableVolumeIOCommand,
|
|
39637
|
-
EnableVpcClassicLinkCommand,
|
|
39638
|
-
EnableVpcClassicLinkDnsSupportCommand,
|
|
39639
|
-
ExportClientVpnClientCertificateRevocationListCommand,
|
|
39640
|
-
ExportClientVpnClientConfigurationCommand,
|
|
39641
|
-
ExportImageCommand,
|
|
39642
|
-
ExportTransitGatewayRoutesCommand,
|
|
39643
|
-
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
39644
|
-
GetActiveVpnTunnelStatusCommand,
|
|
39645
|
-
GetAllowedImagesSettingsCommand,
|
|
39646
|
-
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
39647
|
-
GetAssociatedIpv6PoolCidrsCommand,
|
|
39648
|
-
GetAwsNetworkPerformanceDataCommand,
|
|
39649
|
-
GetCapacityManagerAttributesCommand,
|
|
39650
|
-
GetCapacityManagerMetricDataCommand,
|
|
39651
|
-
GetCapacityManagerMetricDimensionsCommand,
|
|
39652
|
-
GetCapacityReservationUsageCommand,
|
|
39653
|
-
GetCoipPoolUsageCommand,
|
|
39654
|
-
GetConsoleOutputCommand,
|
|
39655
|
-
GetConsoleScreenshotCommand,
|
|
39656
|
-
GetDeclarativePoliciesReportSummaryCommand,
|
|
39657
|
-
GetDefaultCreditSpecificationCommand,
|
|
39658
|
-
GetEbsDefaultKmsKeyIdCommand,
|
|
39659
|
-
GetEbsEncryptionByDefaultCommand,
|
|
39660
|
-
GetEnabledIpamPolicyCommand,
|
|
39661
|
-
GetFlowLogsIntegrationTemplateCommand,
|
|
39662
|
-
GetGroupsForCapacityReservationCommand,
|
|
39663
|
-
GetHostReservationPurchasePreviewCommand,
|
|
39664
|
-
GetImageAncestryCommand,
|
|
39665
|
-
GetImageBlockPublicAccessStateCommand,
|
|
39666
|
-
GetInstanceMetadataDefaultsCommand,
|
|
39667
|
-
GetInstanceTpmEkPubCommand,
|
|
39668
|
-
GetInstanceTypesFromInstanceRequirementsCommand,
|
|
39669
|
-
GetInstanceUefiDataCommand,
|
|
39670
|
-
GetIpamAddressHistoryCommand,
|
|
39671
|
-
GetIpamDiscoveredAccountsCommand,
|
|
39672
|
-
GetIpamDiscoveredPublicAddressesCommand,
|
|
39673
|
-
GetIpamDiscoveredResourceCidrsCommand,
|
|
39674
|
-
GetIpamPolicyAllocationRulesCommand,
|
|
39675
|
-
GetIpamPolicyOrganizationTargetsCommand,
|
|
39676
|
-
GetIpamPoolAllocationsCommand,
|
|
39677
|
-
GetIpamPoolCidrsCommand,
|
|
39678
|
-
GetIpamPrefixListResolverRulesCommand,
|
|
39679
|
-
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
39680
|
-
GetIpamPrefixListResolverVersionsCommand,
|
|
39681
|
-
GetIpamResourceCidrsCommand,
|
|
39682
|
-
GetLaunchTemplateDataCommand,
|
|
39683
|
-
GetManagedPrefixListAssociationsCommand,
|
|
39684
|
-
GetManagedPrefixListEntriesCommand,
|
|
39685
|
-
GetNetworkInsightsAccessScopeAnalysisFindingsCommand,
|
|
39686
|
-
GetNetworkInsightsAccessScopeContentCommand,
|
|
39687
|
-
GetPasswordDataCommand,
|
|
39688
|
-
GetReservedInstancesExchangeQuoteCommand,
|
|
39689
|
-
GetRouteServerAssociationsCommand,
|
|
39690
|
-
GetRouteServerPropagationsCommand,
|
|
39691
|
-
GetRouteServerRoutingDatabaseCommand,
|
|
39692
|
-
GetSecurityGroupsForVpcCommand,
|
|
39693
|
-
GetSerialConsoleAccessStatusCommand,
|
|
39694
|
-
GetSnapshotBlockPublicAccessStateCommand,
|
|
39695
|
-
GetSpotPlacementScoresCommand,
|
|
39696
|
-
GetSubnetCidrReservationsCommand,
|
|
39697
|
-
GetTransitGatewayAttachmentPropagationsCommand,
|
|
39698
|
-
GetTransitGatewayMeteringPolicyEntriesCommand,
|
|
39699
|
-
GetTransitGatewayMulticastDomainAssociationsCommand,
|
|
39700
|
-
GetTransitGatewayPolicyTableAssociationsCommand,
|
|
39701
|
-
GetTransitGatewayPolicyTableEntriesCommand,
|
|
39702
|
-
GetTransitGatewayPrefixListReferencesCommand,
|
|
39703
|
-
GetTransitGatewayRouteTableAssociationsCommand,
|
|
39704
|
-
GetTransitGatewayRouteTablePropagationsCommand,
|
|
39705
|
-
GetVerifiedAccessEndpointPolicyCommand,
|
|
39706
|
-
GetVerifiedAccessEndpointTargetsCommand,
|
|
39707
|
-
GetVerifiedAccessGroupPolicyCommand,
|
|
39708
|
-
GetVpcResourcesBlockingEncryptionEnforcementCommand,
|
|
39709
|
-
GetVpnConnectionDeviceSampleConfigurationCommand,
|
|
39710
|
-
GetVpnConnectionDeviceTypesCommand,
|
|
39711
|
-
GetVpnTunnelReplacementStatusCommand,
|
|
39712
|
-
ImportClientVpnClientCertificateRevocationListCommand,
|
|
39713
|
-
ImportImageCommand,
|
|
39714
|
-
ImportInstanceCommand,
|
|
39715
|
-
ImportKeyPairCommand,
|
|
39716
|
-
ImportSnapshotCommand,
|
|
39717
|
-
ImportVolumeCommand,
|
|
39718
|
-
ListImagesInRecycleBinCommand,
|
|
39719
|
-
ListSnapshotsInRecycleBinCommand,
|
|
39720
|
-
ListVolumesInRecycleBinCommand,
|
|
39721
|
-
LockSnapshotCommand,
|
|
39722
|
-
ModifyAddressAttributeCommand,
|
|
39723
|
-
ModifyAvailabilityZoneGroupCommand,
|
|
39724
|
-
ModifyCapacityReservationCommand,
|
|
39725
|
-
ModifyCapacityReservationFleetCommand,
|
|
39726
|
-
ModifyClientVpnEndpointCommand,
|
|
39727
|
-
ModifyDefaultCreditSpecificationCommand,
|
|
39728
|
-
ModifyEbsDefaultKmsKeyIdCommand,
|
|
39729
|
-
ModifyFleetCommand,
|
|
39730
|
-
ModifyFpgaImageAttributeCommand,
|
|
39731
|
-
ModifyHostsCommand,
|
|
39732
|
-
ModifyIdentityIdFormatCommand,
|
|
39733
|
-
ModifyIdFormatCommand,
|
|
39734
|
-
ModifyImageAttributeCommand,
|
|
39735
|
-
ModifyInstanceAttributeCommand,
|
|
39736
|
-
ModifyInstanceCapacityReservationAttributesCommand,
|
|
39737
|
-
ModifyInstanceConnectEndpointCommand,
|
|
39738
|
-
ModifyInstanceCpuOptionsCommand,
|
|
39739
|
-
ModifyInstanceCreditSpecificationCommand,
|
|
39740
|
-
ModifyInstanceEventStartTimeCommand,
|
|
39741
|
-
ModifyInstanceEventWindowCommand,
|
|
39742
|
-
ModifyInstanceMaintenanceOptionsCommand,
|
|
39743
|
-
ModifyInstanceMetadataDefaultsCommand,
|
|
39744
|
-
ModifyInstanceMetadataOptionsCommand,
|
|
39745
|
-
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
39746
|
-
ModifyInstancePlacementCommand,
|
|
39747
|
-
ModifyIpamCommand,
|
|
39748
|
-
ModifyIpamPolicyAllocationRulesCommand,
|
|
39749
|
-
ModifyIpamPoolCommand,
|
|
39750
|
-
ModifyIpamPrefixListResolverCommand,
|
|
39751
|
-
ModifyIpamPrefixListResolverTargetCommand,
|
|
39752
|
-
ModifyIpamResourceCidrCommand,
|
|
39753
|
-
ModifyIpamResourceDiscoveryCommand,
|
|
39754
|
-
ModifyIpamScopeCommand,
|
|
39755
|
-
ModifyLaunchTemplateCommand,
|
|
39756
|
-
ModifyLocalGatewayRouteCommand,
|
|
39757
|
-
ModifyManagedPrefixListCommand,
|
|
39758
|
-
ModifyNetworkInterfaceAttributeCommand,
|
|
39759
|
-
ModifyPrivateDnsNameOptionsCommand,
|
|
39760
|
-
ModifyPublicIpDnsNameOptionsCommand,
|
|
39761
|
-
ModifyReservedInstancesCommand,
|
|
39762
|
-
ModifyRouteServerCommand,
|
|
39763
|
-
ModifySecurityGroupRulesCommand,
|
|
39764
|
-
ModifySnapshotAttributeCommand,
|
|
39765
|
-
ModifySnapshotTierCommand,
|
|
39766
|
-
ModifySpotFleetRequestCommand,
|
|
39767
|
-
ModifySubnetAttributeCommand,
|
|
39768
|
-
ModifyTrafficMirrorFilterNetworkServicesCommand,
|
|
39769
|
-
ModifyTrafficMirrorFilterRuleCommand,
|
|
39770
|
-
ModifyTrafficMirrorSessionCommand,
|
|
39771
|
-
ModifyTransitGatewayCommand,
|
|
39772
|
-
ModifyTransitGatewayMeteringPolicyCommand,
|
|
39773
|
-
ModifyTransitGatewayPrefixListReferenceCommand,
|
|
39774
|
-
ModifyTransitGatewayVpcAttachmentCommand,
|
|
39775
|
-
ModifyVerifiedAccessEndpointCommand,
|
|
39776
|
-
ModifyVerifiedAccessEndpointPolicyCommand,
|
|
39777
|
-
ModifyVerifiedAccessGroupCommand,
|
|
39778
|
-
ModifyVerifiedAccessGroupPolicyCommand,
|
|
39779
|
-
ModifyVerifiedAccessInstanceCommand,
|
|
39780
|
-
ModifyVerifiedAccessInstanceLoggingConfigurationCommand,
|
|
39781
|
-
ModifyVerifiedAccessTrustProviderCommand,
|
|
39782
|
-
ModifyVolumeCommand,
|
|
39783
|
-
ModifyVolumeAttributeCommand,
|
|
39784
|
-
ModifyVpcAttributeCommand,
|
|
39785
|
-
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
39786
|
-
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
39787
|
-
ModifyVpcEncryptionControlCommand,
|
|
39788
|
-
ModifyVpcEndpointCommand,
|
|
39789
|
-
ModifyVpcEndpointConnectionNotificationCommand,
|
|
39790
|
-
ModifyVpcEndpointServiceConfigurationCommand,
|
|
39791
|
-
ModifyVpcEndpointServicePayerResponsibilityCommand,
|
|
39792
|
-
ModifyVpcEndpointServicePermissionsCommand,
|
|
39793
|
-
ModifyVpcPeeringConnectionOptionsCommand,
|
|
39794
|
-
ModifyVpcTenancyCommand,
|
|
39795
|
-
ModifyVpnConnectionCommand,
|
|
39796
|
-
ModifyVpnConnectionOptionsCommand,
|
|
39797
|
-
ModifyVpnTunnelCertificateCommand,
|
|
39798
|
-
ModifyVpnTunnelOptionsCommand,
|
|
39799
|
-
MonitorInstancesCommand,
|
|
39800
|
-
MoveAddressToVpcCommand,
|
|
39801
|
-
MoveByoipCidrToIpamCommand,
|
|
39802
|
-
MoveCapacityReservationInstancesCommand,
|
|
39803
|
-
ProvisionByoipCidrCommand,
|
|
39804
|
-
ProvisionIpamByoasnCommand,
|
|
39805
|
-
ProvisionIpamPoolCidrCommand,
|
|
39806
|
-
ProvisionPublicIpv4PoolCidrCommand,
|
|
39807
|
-
PurchaseCapacityBlockCommand,
|
|
39808
|
-
PurchaseCapacityBlockExtensionCommand,
|
|
39809
|
-
PurchaseHostReservationCommand,
|
|
39810
|
-
PurchaseReservedInstancesOfferingCommand,
|
|
39811
|
-
PurchaseScheduledInstancesCommand,
|
|
39812
|
-
RebootInstancesCommand,
|
|
39813
|
-
RegisterImageCommand,
|
|
39814
|
-
RegisterInstanceEventNotificationAttributesCommand,
|
|
39815
|
-
RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
39816
|
-
RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
39817
|
-
RejectCapacityReservationBillingOwnershipCommand,
|
|
39818
|
-
RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
39819
|
-
RejectTransitGatewayPeeringAttachmentCommand,
|
|
39820
|
-
RejectTransitGatewayVpcAttachmentCommand,
|
|
39821
|
-
RejectVpcEndpointConnectionsCommand,
|
|
39822
|
-
RejectVpcPeeringConnectionCommand,
|
|
39823
|
-
ReleaseAddressCommand,
|
|
39824
|
-
ReleaseHostsCommand,
|
|
39825
|
-
ReleaseIpamPoolAllocationCommand,
|
|
39826
|
-
ReplaceIamInstanceProfileAssociationCommand,
|
|
39827
|
-
ReplaceImageCriteriaInAllowedImagesSettingsCommand,
|
|
39828
|
-
ReplaceNetworkAclAssociationCommand,
|
|
39829
|
-
ReplaceNetworkAclEntryCommand,
|
|
39830
|
-
ReplaceRouteCommand,
|
|
39831
|
-
ReplaceRouteTableAssociationCommand,
|
|
39832
|
-
ReplaceTransitGatewayRouteCommand,
|
|
39833
|
-
ReplaceVpnTunnelCommand,
|
|
39834
|
-
ReportInstanceStatusCommand,
|
|
39835
|
-
RequestSpotFleetCommand,
|
|
39836
|
-
RequestSpotInstancesCommand,
|
|
39837
|
-
ResetAddressAttributeCommand,
|
|
39838
|
-
ResetEbsDefaultKmsKeyIdCommand,
|
|
39839
|
-
ResetFpgaImageAttributeCommand,
|
|
39840
|
-
ResetImageAttributeCommand,
|
|
39841
|
-
ResetInstanceAttributeCommand,
|
|
39842
|
-
ResetNetworkInterfaceAttributeCommand,
|
|
39843
|
-
ResetSnapshotAttributeCommand,
|
|
39844
|
-
RestoreAddressToClassicCommand,
|
|
39845
|
-
RestoreImageFromRecycleBinCommand,
|
|
39846
|
-
RestoreManagedPrefixListVersionCommand,
|
|
39847
|
-
RestoreSnapshotFromRecycleBinCommand,
|
|
39848
|
-
RestoreSnapshotTierCommand,
|
|
39849
|
-
RestoreVolumeFromRecycleBinCommand,
|
|
39850
|
-
RevokeClientVpnIngressCommand,
|
|
39851
|
-
RevokeSecurityGroupEgressCommand,
|
|
39852
|
-
RevokeSecurityGroupIngressCommand,
|
|
39853
|
-
RunInstancesCommand,
|
|
39854
|
-
RunScheduledInstancesCommand,
|
|
39855
|
-
SearchLocalGatewayRoutesCommand,
|
|
39856
|
-
SearchTransitGatewayMulticastGroupsCommand,
|
|
39857
|
-
SearchTransitGatewayRoutesCommand,
|
|
39858
|
-
SendDiagnosticInterruptCommand,
|
|
39859
|
-
StartDeclarativePoliciesReportCommand,
|
|
39860
|
-
StartInstancesCommand,
|
|
39861
|
-
StartNetworkInsightsAccessScopeAnalysisCommand,
|
|
39862
|
-
StartNetworkInsightsAnalysisCommand,
|
|
39863
|
-
StartVpcEndpointServicePrivateDnsVerificationCommand,
|
|
39864
|
-
StopInstancesCommand,
|
|
39865
|
-
TerminateClientVpnConnectionsCommand,
|
|
39866
|
-
TerminateInstancesCommand,
|
|
39867
|
-
UnassignIpv6AddressesCommand,
|
|
39868
|
-
UnassignPrivateIpAddressesCommand,
|
|
39869
|
-
UnassignPrivateNatGatewayAddressCommand,
|
|
39870
|
-
UnlockSnapshotCommand,
|
|
39871
|
-
UnmonitorInstancesCommand,
|
|
39872
|
-
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
39873
|
-
UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
39874
|
-
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
39875
|
-
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
39876
|
-
WithdrawByoipCidrCommand,
|
|
39877
|
-
};
|
|
39878
|
-
class EC2 extends EC2Client {
|
|
39879
|
-
}
|
|
39880
|
-
smithyClient.createAggregatedClient(commands, EC2);
|
|
39881
|
-
|
|
39882
39128
|
const paginateDescribeAddressesAttribute = core.createPaginator(EC2Client, DescribeAddressesAttributeCommand, "NextToken", "NextToken", "MaxResults");
|
|
39883
39129
|
|
|
39884
39130
|
const paginateDescribeAddressTransfers = core.createPaginator(EC2Client, DescribeAddressTransfersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -39987,10 +39233,10 @@ const paginateDescribeIpamResourceDiscoveries = core.createPaginator(EC2Client,
|
|
|
39987
39233
|
|
|
39988
39234
|
const paginateDescribeIpamResourceDiscoveryAssociations = core.createPaginator(EC2Client, DescribeIpamResourceDiscoveryAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39989
39235
|
|
|
39990
|
-
const paginateDescribeIpams = core.createPaginator(EC2Client, DescribeIpamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39991
|
-
|
|
39992
39236
|
const paginateDescribeIpamScopes = core.createPaginator(EC2Client, DescribeIpamScopesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39993
39237
|
|
|
39238
|
+
const paginateDescribeIpams = core.createPaginator(EC2Client, DescribeIpamsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39239
|
+
|
|
39994
39240
|
const paginateDescribeIpv6Pools = core.createPaginator(EC2Client, DescribeIpv6PoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39995
39241
|
|
|
39996
39242
|
const paginateDescribeLaunchTemplates = core.createPaginator(EC2Client, DescribeLaunchTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -40119,10 +39365,10 @@ const paginateDescribeVerifiedAccessInstances = core.createPaginator(EC2Client,
|
|
|
40119
39365
|
|
|
40120
39366
|
const paginateDescribeVerifiedAccessTrustProviders = core.createPaginator(EC2Client, DescribeVerifiedAccessTrustProvidersCommand, "NextToken", "NextToken", "MaxResults");
|
|
40121
39367
|
|
|
40122
|
-
const paginateDescribeVolumes = core.createPaginator(EC2Client, DescribeVolumesCommand, "NextToken", "NextToken", "MaxResults");
|
|
40123
|
-
|
|
40124
39368
|
const paginateDescribeVolumesModifications = core.createPaginator(EC2Client, DescribeVolumesModificationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40125
39369
|
|
|
39370
|
+
const paginateDescribeVolumes = core.createPaginator(EC2Client, DescribeVolumesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39371
|
+
|
|
40126
39372
|
const paginateDescribeVolumeStatus = core.createPaginator(EC2Client, DescribeVolumeStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
40127
39373
|
|
|
40128
39374
|
const paginateDescribeVpcClassicLinkDnsSupport = core.createPaginator(EC2Client, DescribeVpcClassicLinkDnsSupportCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -40131,12 +39377,12 @@ const paginateDescribeVpcEndpointConnectionNotifications = core.createPaginator(
|
|
|
40131
39377
|
|
|
40132
39378
|
const paginateDescribeVpcEndpointConnections = core.createPaginator(EC2Client, DescribeVpcEndpointConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40133
39379
|
|
|
40134
|
-
const paginateDescribeVpcEndpoints = core.createPaginator(EC2Client, DescribeVpcEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40135
|
-
|
|
40136
39380
|
const paginateDescribeVpcEndpointServiceConfigurations = core.createPaginator(EC2Client, DescribeVpcEndpointServiceConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40137
39381
|
|
|
40138
39382
|
const paginateDescribeVpcEndpointServicePermissions = core.createPaginator(EC2Client, DescribeVpcEndpointServicePermissionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40139
39383
|
|
|
39384
|
+
const paginateDescribeVpcEndpoints = core.createPaginator(EC2Client, DescribeVpcEndpointsCommand, "NextToken", "NextToken", "MaxResults");
|
|
39385
|
+
|
|
40140
39386
|
const paginateDescribeVpcPeeringConnections = core.createPaginator(EC2Client, DescribeVpcPeeringConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40141
39387
|
|
|
40142
39388
|
const paginateDescribeVpcs = core.createPaginator(EC2Client, DescribeVpcsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -40205,6 +39451,8 @@ const paginateSearchLocalGatewayRoutes = core.createPaginator(EC2Client, SearchL
|
|
|
40205
39451
|
|
|
40206
39452
|
const paginateSearchTransitGatewayMulticastGroups = core.createPaginator(EC2Client, SearchTransitGatewayMulticastGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
40207
39453
|
|
|
39454
|
+
const paginateSearchTransitGatewayRoutes = core.createPaginator(EC2Client, SearchTransitGatewayRoutesCommand, "NextToken", "NextToken", "MaxResults");
|
|
39455
|
+
|
|
40208
39456
|
const checkState$C = async (client, input) => {
|
|
40209
39457
|
let reason;
|
|
40210
39458
|
try {
|
|
@@ -40687,59 +39935,6 @@ const waitUntilImageUsageReportAvailable = async (params, input) => {
|
|
|
40687
39935
|
};
|
|
40688
39936
|
|
|
40689
39937
|
const checkState$s = async (client, input) => {
|
|
40690
|
-
let reason;
|
|
40691
|
-
try {
|
|
40692
|
-
let result = await client.send(new DescribeImportSnapshotTasksCommand(input));
|
|
40693
|
-
reason = result;
|
|
40694
|
-
try {
|
|
40695
|
-
const returnComparator = () => {
|
|
40696
|
-
let flat_1 = [].concat(...result.ImportSnapshotTasks);
|
|
40697
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
40698
|
-
return element_2.SnapshotTaskDetail.Status;
|
|
40699
|
-
});
|
|
40700
|
-
return projection_3;
|
|
40701
|
-
};
|
|
40702
|
-
let allStringEq_5 = (returnComparator().length > 0);
|
|
40703
|
-
for (let element_4 of returnComparator()) {
|
|
40704
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "completed");
|
|
40705
|
-
}
|
|
40706
|
-
if (allStringEq_5) {
|
|
40707
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
40708
|
-
}
|
|
40709
|
-
}
|
|
40710
|
-
catch (e) { }
|
|
40711
|
-
try {
|
|
40712
|
-
const returnComparator = () => {
|
|
40713
|
-
let flat_1 = [].concat(...result.ImportSnapshotTasks);
|
|
40714
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
40715
|
-
return element_2.SnapshotTaskDetail.Status;
|
|
40716
|
-
});
|
|
40717
|
-
return projection_3;
|
|
40718
|
-
};
|
|
40719
|
-
for (let anyStringEq_4 of returnComparator()) {
|
|
40720
|
-
if (anyStringEq_4 == "error") {
|
|
40721
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
40722
|
-
}
|
|
40723
|
-
}
|
|
40724
|
-
}
|
|
40725
|
-
catch (e) { }
|
|
40726
|
-
}
|
|
40727
|
-
catch (exception) {
|
|
40728
|
-
reason = exception;
|
|
40729
|
-
}
|
|
40730
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
40731
|
-
};
|
|
40732
|
-
const waitForSnapshotImported = async (params, input) => {
|
|
40733
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40734
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40735
|
-
};
|
|
40736
|
-
const waitUntilSnapshotImported = async (params, input) => {
|
|
40737
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40738
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40739
|
-
return utilWaiter.checkExceptions(result);
|
|
40740
|
-
};
|
|
40741
|
-
|
|
40742
|
-
const checkState$r = async (client, input) => {
|
|
40743
39938
|
let reason;
|
|
40744
39939
|
try {
|
|
40745
39940
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -40765,15 +39960,15 @@ const checkState$r = async (client, input) => {
|
|
|
40765
39960
|
};
|
|
40766
39961
|
const waitForInstanceExists = async (params, input) => {
|
|
40767
39962
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40768
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
39963
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40769
39964
|
};
|
|
40770
39965
|
const waitUntilInstanceExists = async (params, input) => {
|
|
40771
39966
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
40772
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
39967
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$s);
|
|
40773
39968
|
return utilWaiter.checkExceptions(result);
|
|
40774
39969
|
};
|
|
40775
39970
|
|
|
40776
|
-
const checkState$
|
|
39971
|
+
const checkState$r = async (client, input) => {
|
|
40777
39972
|
let reason;
|
|
40778
39973
|
try {
|
|
40779
39974
|
let result = await client.send(new DescribeInstancesCommand(input));
|
|
@@ -40867,9 +40062,50 @@ const checkState$q = async (client, input) => {
|
|
|
40867
40062
|
};
|
|
40868
40063
|
const waitForInstanceRunning = async (params, input) => {
|
|
40869
40064
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40870
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40065
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r);
|
|
40871
40066
|
};
|
|
40872
40067
|
const waitUntilInstanceRunning = async (params, input) => {
|
|
40068
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40069
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$r);
|
|
40070
|
+
return utilWaiter.checkExceptions(result);
|
|
40071
|
+
};
|
|
40072
|
+
|
|
40073
|
+
const checkState$q = async (client, input) => {
|
|
40074
|
+
let reason;
|
|
40075
|
+
try {
|
|
40076
|
+
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
40077
|
+
reason = result;
|
|
40078
|
+
try {
|
|
40079
|
+
const returnComparator = () => {
|
|
40080
|
+
let flat_1 = [].concat(...result.InstanceStatuses);
|
|
40081
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
40082
|
+
return element_2.InstanceStatus.Status;
|
|
40083
|
+
});
|
|
40084
|
+
return projection_3;
|
|
40085
|
+
};
|
|
40086
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
40087
|
+
for (let element_4 of returnComparator()) {
|
|
40088
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "ok");
|
|
40089
|
+
}
|
|
40090
|
+
if (allStringEq_5) {
|
|
40091
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
40092
|
+
}
|
|
40093
|
+
}
|
|
40094
|
+
catch (e) { }
|
|
40095
|
+
}
|
|
40096
|
+
catch (exception) {
|
|
40097
|
+
reason = exception;
|
|
40098
|
+
if (exception.name && exception.name == "InvalidInstanceID.NotFound") {
|
|
40099
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
40100
|
+
}
|
|
40101
|
+
}
|
|
40102
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
40103
|
+
};
|
|
40104
|
+
const waitForInstanceStatusOk = async (params, input) => {
|
|
40105
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40106
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q);
|
|
40107
|
+
};
|
|
40108
|
+
const waitUntilInstanceStatusOk = async (params, input) => {
|
|
40873
40109
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40874
40110
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$q);
|
|
40875
40111
|
return utilWaiter.checkExceptions(result);
|
|
@@ -41036,85 +40272,6 @@ const waitUntilInstanceTerminated = async (params, input) => {
|
|
|
41036
40272
|
};
|
|
41037
40273
|
|
|
41038
40274
|
const checkState$n = async (client, input) => {
|
|
41039
|
-
let reason;
|
|
41040
|
-
try {
|
|
41041
|
-
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
41042
|
-
reason = result;
|
|
41043
|
-
try {
|
|
41044
|
-
const returnComparator = () => {
|
|
41045
|
-
let flat_1 = [].concat(...result.InstanceStatuses);
|
|
41046
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
41047
|
-
return element_2.InstanceStatus.Status;
|
|
41048
|
-
});
|
|
41049
|
-
return projection_3;
|
|
41050
|
-
};
|
|
41051
|
-
let allStringEq_5 = (returnComparator().length > 0);
|
|
41052
|
-
for (let element_4 of returnComparator()) {
|
|
41053
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "ok");
|
|
41054
|
-
}
|
|
41055
|
-
if (allStringEq_5) {
|
|
41056
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41057
|
-
}
|
|
41058
|
-
}
|
|
41059
|
-
catch (e) { }
|
|
41060
|
-
}
|
|
41061
|
-
catch (exception) {
|
|
41062
|
-
reason = exception;
|
|
41063
|
-
if (exception.name && exception.name == "InvalidInstanceID.NotFound") {
|
|
41064
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41065
|
-
}
|
|
41066
|
-
}
|
|
41067
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41068
|
-
};
|
|
41069
|
-
const waitForInstanceStatusOk = async (params, input) => {
|
|
41070
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41071
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
41072
|
-
};
|
|
41073
|
-
const waitUntilInstanceStatusOk = async (params, input) => {
|
|
41074
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41075
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
41076
|
-
return utilWaiter.checkExceptions(result);
|
|
41077
|
-
};
|
|
41078
|
-
|
|
41079
|
-
const checkState$m = async (client, input) => {
|
|
41080
|
-
let reason;
|
|
41081
|
-
try {
|
|
41082
|
-
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
41083
|
-
reason = result;
|
|
41084
|
-
try {
|
|
41085
|
-
const returnComparator = () => {
|
|
41086
|
-
let flat_1 = [].concat(...result.InstanceStatuses);
|
|
41087
|
-
let projection_3 = flat_1.map((element_2) => {
|
|
41088
|
-
return element_2.SystemStatus.Status;
|
|
41089
|
-
});
|
|
41090
|
-
return projection_3;
|
|
41091
|
-
};
|
|
41092
|
-
let allStringEq_5 = (returnComparator().length > 0);
|
|
41093
|
-
for (let element_4 of returnComparator()) {
|
|
41094
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "ok");
|
|
41095
|
-
}
|
|
41096
|
-
if (allStringEq_5) {
|
|
41097
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41098
|
-
}
|
|
41099
|
-
}
|
|
41100
|
-
catch (e) { }
|
|
41101
|
-
}
|
|
41102
|
-
catch (exception) {
|
|
41103
|
-
reason = exception;
|
|
41104
|
-
}
|
|
41105
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41106
|
-
};
|
|
41107
|
-
const waitForSystemStatusOk = async (params, input) => {
|
|
41108
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41109
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
41110
|
-
};
|
|
41111
|
-
const waitUntilSystemStatusOk = async (params, input) => {
|
|
41112
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41113
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
41114
|
-
return utilWaiter.checkExceptions(result);
|
|
41115
|
-
};
|
|
41116
|
-
|
|
41117
|
-
const checkState$l = async (client, input) => {
|
|
41118
40275
|
let reason;
|
|
41119
40276
|
try {
|
|
41120
40277
|
let result = await client.send(new DescribeInternetGatewaysCommand(input));
|
|
@@ -41143,15 +40300,15 @@ const checkState$l = async (client, input) => {
|
|
|
41143
40300
|
};
|
|
41144
40301
|
const waitForInternetGatewayExists = async (params, input) => {
|
|
41145
40302
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41146
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40303
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
41147
40304
|
};
|
|
41148
40305
|
const waitUntilInternetGatewayExists = async (params, input) => {
|
|
41149
40306
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41150
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40307
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$n);
|
|
41151
40308
|
return utilWaiter.checkExceptions(result);
|
|
41152
40309
|
};
|
|
41153
40310
|
|
|
41154
|
-
const checkState$
|
|
40311
|
+
const checkState$m = async (client, input) => {
|
|
41155
40312
|
let reason;
|
|
41156
40313
|
try {
|
|
41157
40314
|
let result = await client.send(new DescribeKeyPairsCommand(input));
|
|
@@ -41180,15 +40337,15 @@ const checkState$k = async (client, input) => {
|
|
|
41180
40337
|
};
|
|
41181
40338
|
const waitForKeyPairExists = async (params, input) => {
|
|
41182
40339
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41183
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40340
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
41184
40341
|
};
|
|
41185
40342
|
const waitUntilKeyPairExists = async (params, input) => {
|
|
41186
40343
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41187
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40344
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$m);
|
|
41188
40345
|
return utilWaiter.checkExceptions(result);
|
|
41189
40346
|
};
|
|
41190
40347
|
|
|
41191
|
-
const checkState$
|
|
40348
|
+
const checkState$l = async (client, input) => {
|
|
41192
40349
|
let reason;
|
|
41193
40350
|
try {
|
|
41194
40351
|
let result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -41266,15 +40423,15 @@ const checkState$j = async (client, input) => {
|
|
|
41266
40423
|
};
|
|
41267
40424
|
const waitForNatGatewayAvailable = async (params, input) => {
|
|
41268
40425
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41269
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40426
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l);
|
|
41270
40427
|
};
|
|
41271
40428
|
const waitUntilNatGatewayAvailable = async (params, input) => {
|
|
41272
40429
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41273
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40430
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$l);
|
|
41274
40431
|
return utilWaiter.checkExceptions(result);
|
|
41275
40432
|
};
|
|
41276
40433
|
|
|
41277
|
-
const checkState$
|
|
40434
|
+
const checkState$k = async (client, input) => {
|
|
41278
40435
|
let reason;
|
|
41279
40436
|
try {
|
|
41280
40437
|
let result = await client.send(new DescribeNatGatewaysCommand(input));
|
|
@@ -41307,15 +40464,15 @@ const checkState$i = async (client, input) => {
|
|
|
41307
40464
|
};
|
|
41308
40465
|
const waitForNatGatewayDeleted = async (params, input) => {
|
|
41309
40466
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41310
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40467
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k);
|
|
41311
40468
|
};
|
|
41312
40469
|
const waitUntilNatGatewayDeleted = async (params, input) => {
|
|
41313
40470
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41314
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40471
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$k);
|
|
41315
40472
|
return utilWaiter.checkExceptions(result);
|
|
41316
40473
|
};
|
|
41317
40474
|
|
|
41318
|
-
const checkState$
|
|
40475
|
+
const checkState$j = async (client, input) => {
|
|
41319
40476
|
let reason;
|
|
41320
40477
|
try {
|
|
41321
40478
|
let result = await client.send(new DescribeNetworkInterfacesCommand(input));
|
|
@@ -41348,15 +40505,45 @@ const checkState$h = async (client, input) => {
|
|
|
41348
40505
|
};
|
|
41349
40506
|
const waitForNetworkInterfaceAvailable = async (params, input) => {
|
|
41350
40507
|
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
41351
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40508
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j);
|
|
40509
|
+
};
|
|
40510
|
+
const waitUntilNetworkInterfaceAvailable = async (params, input) => {
|
|
40511
|
+
const serviceDefaults = { minDelay: 20, maxDelay: 120 };
|
|
40512
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$j);
|
|
40513
|
+
return utilWaiter.checkExceptions(result);
|
|
40514
|
+
};
|
|
40515
|
+
|
|
40516
|
+
const checkState$i = async (client, input) => {
|
|
40517
|
+
let reason;
|
|
40518
|
+
try {
|
|
40519
|
+
let result = await client.send(new GetPasswordDataCommand(input));
|
|
40520
|
+
reason = result;
|
|
40521
|
+
try {
|
|
40522
|
+
const returnComparator = () => {
|
|
40523
|
+
return (result.PasswordData.length > 0);
|
|
40524
|
+
};
|
|
40525
|
+
if (returnComparator() == true) {
|
|
40526
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
40527
|
+
}
|
|
40528
|
+
}
|
|
40529
|
+
catch (e) { }
|
|
40530
|
+
}
|
|
40531
|
+
catch (exception) {
|
|
40532
|
+
reason = exception;
|
|
40533
|
+
}
|
|
40534
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
40535
|
+
};
|
|
40536
|
+
const waitForPasswordDataAvailable = async (params, input) => {
|
|
40537
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40538
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i);
|
|
41352
40539
|
};
|
|
41353
|
-
const
|
|
41354
|
-
const serviceDefaults = { minDelay:
|
|
41355
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40540
|
+
const waitUntilPasswordDataAvailable = async (params, input) => {
|
|
40541
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40542
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$i);
|
|
41356
40543
|
return utilWaiter.checkExceptions(result);
|
|
41357
40544
|
};
|
|
41358
40545
|
|
|
41359
|
-
const checkState$
|
|
40546
|
+
const checkState$h = async (client, input) => {
|
|
41360
40547
|
let reason;
|
|
41361
40548
|
try {
|
|
41362
40549
|
let result = await client.send(new DescribeSecurityGroupsCommand(input));
|
|
@@ -41385,15 +40572,15 @@ const checkState$g = async (client, input) => {
|
|
|
41385
40572
|
};
|
|
41386
40573
|
const waitForSecurityGroupExists = async (params, input) => {
|
|
41387
40574
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41388
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40575
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h);
|
|
41389
40576
|
};
|
|
41390
40577
|
const waitUntilSecurityGroupExists = async (params, input) => {
|
|
41391
40578
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41392
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40579
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$h);
|
|
41393
40580
|
return utilWaiter.checkExceptions(result);
|
|
41394
40581
|
};
|
|
41395
40582
|
|
|
41396
|
-
const checkState$
|
|
40583
|
+
const checkState$g = async (client, input) => {
|
|
41397
40584
|
let reason;
|
|
41398
40585
|
try {
|
|
41399
40586
|
let result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
@@ -41453,15 +40640,15 @@ const checkState$f = async (client, input) => {
|
|
|
41453
40640
|
};
|
|
41454
40641
|
const waitForSecurityGroupVpcAssociationAssociated = async (params, input) => {
|
|
41455
40642
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41456
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40643
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g);
|
|
41457
40644
|
};
|
|
41458
40645
|
const waitUntilSecurityGroupVpcAssociationAssociated = async (params, input) => {
|
|
41459
40646
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41460
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40647
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$g);
|
|
41461
40648
|
return utilWaiter.checkExceptions(result);
|
|
41462
40649
|
};
|
|
41463
40650
|
|
|
41464
|
-
const checkState$
|
|
40651
|
+
const checkState$f = async (client, input) => {
|
|
41465
40652
|
let reason;
|
|
41466
40653
|
try {
|
|
41467
40654
|
let result = await client.send(new DescribeSecurityGroupVpcAssociationsCommand(input));
|
|
@@ -41531,15 +40718,15 @@ const checkState$e = async (client, input) => {
|
|
|
41531
40718
|
};
|
|
41532
40719
|
const waitForSecurityGroupVpcAssociationDisassociated = async (params, input) => {
|
|
41533
40720
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41534
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40721
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f);
|
|
41535
40722
|
};
|
|
41536
40723
|
const waitUntilSecurityGroupVpcAssociationDisassociated = async (params, input) => {
|
|
41537
40724
|
const serviceDefaults = { minDelay: 10, maxDelay: 120 };
|
|
41538
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40725
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$f);
|
|
41539
40726
|
return utilWaiter.checkExceptions(result);
|
|
41540
40727
|
};
|
|
41541
40728
|
|
|
41542
|
-
const checkState$
|
|
40729
|
+
const checkState$e = async (client, input) => {
|
|
41543
40730
|
let reason;
|
|
41544
40731
|
try {
|
|
41545
40732
|
let result = await client.send(new DescribeSnapshotsCommand(input));
|
|
@@ -41584,9 +40771,62 @@ const checkState$d = async (client, input) => {
|
|
|
41584
40771
|
};
|
|
41585
40772
|
const waitForSnapshotCompleted = async (params, input) => {
|
|
41586
40773
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41587
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
40774
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e);
|
|
41588
40775
|
};
|
|
41589
40776
|
const waitUntilSnapshotCompleted = async (params, input) => {
|
|
40777
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40778
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$e);
|
|
40779
|
+
return utilWaiter.checkExceptions(result);
|
|
40780
|
+
};
|
|
40781
|
+
|
|
40782
|
+
const checkState$d = async (client, input) => {
|
|
40783
|
+
let reason;
|
|
40784
|
+
try {
|
|
40785
|
+
let result = await client.send(new DescribeImportSnapshotTasksCommand(input));
|
|
40786
|
+
reason = result;
|
|
40787
|
+
try {
|
|
40788
|
+
const returnComparator = () => {
|
|
40789
|
+
let flat_1 = [].concat(...result.ImportSnapshotTasks);
|
|
40790
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
40791
|
+
return element_2.SnapshotTaskDetail.Status;
|
|
40792
|
+
});
|
|
40793
|
+
return projection_3;
|
|
40794
|
+
};
|
|
40795
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
40796
|
+
for (let element_4 of returnComparator()) {
|
|
40797
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "completed");
|
|
40798
|
+
}
|
|
40799
|
+
if (allStringEq_5) {
|
|
40800
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
40801
|
+
}
|
|
40802
|
+
}
|
|
40803
|
+
catch (e) { }
|
|
40804
|
+
try {
|
|
40805
|
+
const returnComparator = () => {
|
|
40806
|
+
let flat_1 = [].concat(...result.ImportSnapshotTasks);
|
|
40807
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
40808
|
+
return element_2.SnapshotTaskDetail.Status;
|
|
40809
|
+
});
|
|
40810
|
+
return projection_3;
|
|
40811
|
+
};
|
|
40812
|
+
for (let anyStringEq_4 of returnComparator()) {
|
|
40813
|
+
if (anyStringEq_4 == "error") {
|
|
40814
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
40815
|
+
}
|
|
40816
|
+
}
|
|
40817
|
+
}
|
|
40818
|
+
catch (e) { }
|
|
40819
|
+
}
|
|
40820
|
+
catch (exception) {
|
|
40821
|
+
reason = exception;
|
|
40822
|
+
}
|
|
40823
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
40824
|
+
};
|
|
40825
|
+
const waitForSnapshotImported = async (params, input) => {
|
|
40826
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
40827
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d);
|
|
40828
|
+
};
|
|
40829
|
+
const waitUntilSnapshotImported = async (params, input) => {
|
|
41590
40830
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41591
40831
|
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$d);
|
|
41592
40832
|
return utilWaiter.checkExceptions(result);
|
|
@@ -41817,6 +41057,44 @@ const waitUntilSubnetAvailable = async (params, input) => {
|
|
|
41817
41057
|
};
|
|
41818
41058
|
|
|
41819
41059
|
const checkState$9 = async (client, input) => {
|
|
41060
|
+
let reason;
|
|
41061
|
+
try {
|
|
41062
|
+
let result = await client.send(new DescribeInstanceStatusCommand(input));
|
|
41063
|
+
reason = result;
|
|
41064
|
+
try {
|
|
41065
|
+
const returnComparator = () => {
|
|
41066
|
+
let flat_1 = [].concat(...result.InstanceStatuses);
|
|
41067
|
+
let projection_3 = flat_1.map((element_2) => {
|
|
41068
|
+
return element_2.SystemStatus.Status;
|
|
41069
|
+
});
|
|
41070
|
+
return projection_3;
|
|
41071
|
+
};
|
|
41072
|
+
let allStringEq_5 = (returnComparator().length > 0);
|
|
41073
|
+
for (let element_4 of returnComparator()) {
|
|
41074
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "ok");
|
|
41075
|
+
}
|
|
41076
|
+
if (allStringEq_5) {
|
|
41077
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41078
|
+
}
|
|
41079
|
+
}
|
|
41080
|
+
catch (e) { }
|
|
41081
|
+
}
|
|
41082
|
+
catch (exception) {
|
|
41083
|
+
reason = exception;
|
|
41084
|
+
}
|
|
41085
|
+
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41086
|
+
};
|
|
41087
|
+
const waitForSystemStatusOk = async (params, input) => {
|
|
41088
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41089
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
41090
|
+
};
|
|
41091
|
+
const waitUntilSystemStatusOk = async (params, input) => {
|
|
41092
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41093
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
41094
|
+
return utilWaiter.checkExceptions(result);
|
|
41095
|
+
};
|
|
41096
|
+
|
|
41097
|
+
const checkState$8 = async (client, input) => {
|
|
41820
41098
|
let reason;
|
|
41821
41099
|
try {
|
|
41822
41100
|
let result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -41861,15 +41139,15 @@ const checkState$9 = async (client, input) => {
|
|
|
41861
41139
|
};
|
|
41862
41140
|
const waitForVolumeAvailable = async (params, input) => {
|
|
41863
41141
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41864
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41142
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
41865
41143
|
};
|
|
41866
41144
|
const waitUntilVolumeAvailable = async (params, input) => {
|
|
41867
41145
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41868
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41146
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
41869
41147
|
return utilWaiter.checkExceptions(result);
|
|
41870
41148
|
};
|
|
41871
41149
|
|
|
41872
|
-
const checkState$
|
|
41150
|
+
const checkState$7 = async (client, input) => {
|
|
41873
41151
|
let reason;
|
|
41874
41152
|
try {
|
|
41875
41153
|
let result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -41902,15 +41180,15 @@ const checkState$8 = async (client, input) => {
|
|
|
41902
41180
|
};
|
|
41903
41181
|
const waitForVolumeDeleted = async (params, input) => {
|
|
41904
41182
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41905
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41183
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
41906
41184
|
};
|
|
41907
41185
|
const waitUntilVolumeDeleted = async (params, input) => {
|
|
41908
41186
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41909
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41187
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
41910
41188
|
return utilWaiter.checkExceptions(result);
|
|
41911
41189
|
};
|
|
41912
41190
|
|
|
41913
|
-
const checkState$
|
|
41191
|
+
const checkState$6 = async (client, input) => {
|
|
41914
41192
|
let reason;
|
|
41915
41193
|
try {
|
|
41916
41194
|
let result = await client.send(new DescribeVolumesCommand(input));
|
|
@@ -41955,30 +41233,30 @@ const checkState$7 = async (client, input) => {
|
|
|
41955
41233
|
};
|
|
41956
41234
|
const waitForVolumeInUse = async (params, input) => {
|
|
41957
41235
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41958
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41236
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
41959
41237
|
};
|
|
41960
41238
|
const waitUntilVolumeInUse = async (params, input) => {
|
|
41961
41239
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41962
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41240
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
41963
41241
|
return utilWaiter.checkExceptions(result);
|
|
41964
41242
|
};
|
|
41965
41243
|
|
|
41966
|
-
const checkState$
|
|
41244
|
+
const checkState$5 = async (client, input) => {
|
|
41967
41245
|
let reason;
|
|
41968
41246
|
try {
|
|
41969
|
-
let result = await client.send(new
|
|
41247
|
+
let result = await client.send(new DescribeVpcsCommand(input));
|
|
41970
41248
|
reason = result;
|
|
41971
41249
|
try {
|
|
41972
41250
|
const returnComparator = () => {
|
|
41973
|
-
let flat_1 = [].concat(...result.
|
|
41251
|
+
let flat_1 = [].concat(...result.Vpcs);
|
|
41974
41252
|
let projection_3 = flat_1.map((element_2) => {
|
|
41975
|
-
return element_2.
|
|
41253
|
+
return element_2.State;
|
|
41976
41254
|
});
|
|
41977
41255
|
return projection_3;
|
|
41978
41256
|
};
|
|
41979
41257
|
let allStringEq_5 = (returnComparator().length > 0);
|
|
41980
41258
|
for (let element_4 of returnComparator()) {
|
|
41981
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "
|
|
41259
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "available");
|
|
41982
41260
|
}
|
|
41983
41261
|
if (allStringEq_5) {
|
|
41984
41262
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
@@ -41988,63 +41266,60 @@ const checkState$6 = async (client, input) => {
|
|
|
41988
41266
|
}
|
|
41989
41267
|
catch (exception) {
|
|
41990
41268
|
reason = exception;
|
|
41991
|
-
if (exception.name && exception.name == "InvalidVpcPeeringConnectionID.NotFound") {
|
|
41992
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41993
|
-
}
|
|
41994
41269
|
}
|
|
41995
41270
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
41996
41271
|
};
|
|
41997
|
-
const
|
|
41272
|
+
const waitForVpcAvailable = async (params, input) => {
|
|
41998
41273
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41999
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41274
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
42000
41275
|
};
|
|
42001
|
-
const
|
|
41276
|
+
const waitUntilVpcAvailable = async (params, input) => {
|
|
42002
41277
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42003
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41278
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
42004
41279
|
return utilWaiter.checkExceptions(result);
|
|
42005
41280
|
};
|
|
42006
41281
|
|
|
42007
|
-
const checkState$
|
|
41282
|
+
const checkState$4 = async (client, input) => {
|
|
42008
41283
|
let reason;
|
|
42009
41284
|
try {
|
|
42010
|
-
let result = await client.send(new
|
|
41285
|
+
let result = await client.send(new DescribeVpcsCommand(input));
|
|
42011
41286
|
reason = result;
|
|
42012
41287
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
42013
41288
|
}
|
|
42014
41289
|
catch (exception) {
|
|
42015
41290
|
reason = exception;
|
|
42016
|
-
if (exception.name && exception.name == "
|
|
41291
|
+
if (exception.name && exception.name == "InvalidVpcID.NotFound") {
|
|
42017
41292
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42018
41293
|
}
|
|
42019
41294
|
}
|
|
42020
41295
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42021
41296
|
};
|
|
42022
|
-
const
|
|
42023
|
-
const serviceDefaults = { minDelay:
|
|
42024
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41297
|
+
const waitForVpcExists = async (params, input) => {
|
|
41298
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
41299
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
42025
41300
|
};
|
|
42026
|
-
const
|
|
42027
|
-
const serviceDefaults = { minDelay:
|
|
42028
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41301
|
+
const waitUntilVpcExists = async (params, input) => {
|
|
41302
|
+
const serviceDefaults = { minDelay: 1, maxDelay: 120 };
|
|
41303
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
42029
41304
|
return utilWaiter.checkExceptions(result);
|
|
42030
41305
|
};
|
|
42031
41306
|
|
|
42032
|
-
const checkState$
|
|
41307
|
+
const checkState$3 = async (client, input) => {
|
|
42033
41308
|
let reason;
|
|
42034
41309
|
try {
|
|
42035
|
-
let result = await client.send(new
|
|
41310
|
+
let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
42036
41311
|
reason = result;
|
|
42037
41312
|
try {
|
|
42038
41313
|
const returnComparator = () => {
|
|
42039
|
-
let flat_1 = [].concat(...result.
|
|
41314
|
+
let flat_1 = [].concat(...result.VpcPeeringConnections);
|
|
42040
41315
|
let projection_3 = flat_1.map((element_2) => {
|
|
42041
|
-
return element_2.
|
|
41316
|
+
return element_2.Status.Code;
|
|
42042
41317
|
});
|
|
42043
41318
|
return projection_3;
|
|
42044
41319
|
};
|
|
42045
41320
|
let allStringEq_5 = (returnComparator().length > 0);
|
|
42046
41321
|
for (let element_4 of returnComparator()) {
|
|
42047
|
-
allStringEq_5 = allStringEq_5 && (element_4 == "
|
|
41322
|
+
allStringEq_5 = allStringEq_5 && (element_4 == "deleted");
|
|
42048
41323
|
}
|
|
42049
41324
|
if (allStringEq_5) {
|
|
42050
41325
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
@@ -42054,45 +41329,48 @@ const checkState$4 = async (client, input) => {
|
|
|
42054
41329
|
}
|
|
42055
41330
|
catch (exception) {
|
|
42056
41331
|
reason = exception;
|
|
41332
|
+
if (exception.name && exception.name == "InvalidVpcPeeringConnectionID.NotFound") {
|
|
41333
|
+
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41334
|
+
}
|
|
42057
41335
|
}
|
|
42058
41336
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42059
41337
|
};
|
|
42060
|
-
const
|
|
41338
|
+
const waitForVpcPeeringConnectionDeleted = async (params, input) => {
|
|
42061
41339
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42062
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41340
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
42063
41341
|
};
|
|
42064
|
-
const
|
|
41342
|
+
const waitUntilVpcPeeringConnectionDeleted = async (params, input) => {
|
|
42065
41343
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42066
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41344
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
42067
41345
|
return utilWaiter.checkExceptions(result);
|
|
42068
41346
|
};
|
|
42069
41347
|
|
|
42070
|
-
const checkState$
|
|
41348
|
+
const checkState$2 = async (client, input) => {
|
|
42071
41349
|
let reason;
|
|
42072
41350
|
try {
|
|
42073
|
-
let result = await client.send(new
|
|
41351
|
+
let result = await client.send(new DescribeVpcPeeringConnectionsCommand(input));
|
|
42074
41352
|
reason = result;
|
|
42075
41353
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
42076
41354
|
}
|
|
42077
41355
|
catch (exception) {
|
|
42078
41356
|
reason = exception;
|
|
42079
|
-
if (exception.name && exception.name == "
|
|
41357
|
+
if (exception.name && exception.name == "InvalidVpcPeeringConnectionID.NotFound") {
|
|
42080
41358
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42081
41359
|
}
|
|
42082
41360
|
}
|
|
42083
41361
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42084
41362
|
};
|
|
42085
|
-
const
|
|
42086
|
-
const serviceDefaults = { minDelay:
|
|
42087
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41363
|
+
const waitForVpcPeeringConnectionExists = async (params, input) => {
|
|
41364
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41365
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
42088
41366
|
};
|
|
42089
|
-
const
|
|
42090
|
-
const serviceDefaults = { minDelay:
|
|
42091
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41367
|
+
const waitUntilVpcPeeringConnectionExists = async (params, input) => {
|
|
41368
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41369
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
42092
41370
|
return utilWaiter.checkExceptions(result);
|
|
42093
41371
|
};
|
|
42094
41372
|
|
|
42095
|
-
const checkState$
|
|
41373
|
+
const checkState$1 = async (client, input) => {
|
|
42096
41374
|
let reason;
|
|
42097
41375
|
try {
|
|
42098
41376
|
let result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -42152,15 +41430,15 @@ const checkState$2 = async (client, input) => {
|
|
|
42152
41430
|
};
|
|
42153
41431
|
const waitForVpnConnectionAvailable = async (params, input) => {
|
|
42154
41432
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42155
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41433
|
+
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
42156
41434
|
};
|
|
42157
41435
|
const waitUntilVpnConnectionAvailable = async (params, input) => {
|
|
42158
41436
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42159
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$
|
|
41437
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
42160
41438
|
return utilWaiter.checkExceptions(result);
|
|
42161
41439
|
};
|
|
42162
41440
|
|
|
42163
|
-
const checkState
|
|
41441
|
+
const checkState = async (client, input) => {
|
|
42164
41442
|
let reason;
|
|
42165
41443
|
try {
|
|
42166
41444
|
let result = await client.send(new DescribeVpnConnectionsCommand(input));
|
|
@@ -42191,39 +41469,9 @@ const checkState$1 = async (client, input) => {
|
|
|
42191
41469
|
return projection_3;
|
|
42192
41470
|
};
|
|
42193
41471
|
for (let anyStringEq_4 of returnComparator()) {
|
|
42194
|
-
if (anyStringEq_4 == "pending") {
|
|
42195
|
-
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
42196
|
-
}
|
|
42197
|
-
}
|
|
42198
|
-
}
|
|
42199
|
-
catch (e) { }
|
|
42200
|
-
}
|
|
42201
|
-
catch (exception) {
|
|
42202
|
-
reason = exception;
|
|
42203
|
-
}
|
|
42204
|
-
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42205
|
-
};
|
|
42206
|
-
const waitForVpnConnectionDeleted = async (params, input) => {
|
|
42207
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42208
|
-
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
42209
|
-
};
|
|
42210
|
-
const waitUntilVpnConnectionDeleted = async (params, input) => {
|
|
42211
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42212
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
42213
|
-
return utilWaiter.checkExceptions(result);
|
|
42214
|
-
};
|
|
42215
|
-
|
|
42216
|
-
const checkState = async (client, input) => {
|
|
42217
|
-
let reason;
|
|
42218
|
-
try {
|
|
42219
|
-
let result = await client.send(new GetPasswordDataCommand(input));
|
|
42220
|
-
reason = result;
|
|
42221
|
-
try {
|
|
42222
|
-
const returnComparator = () => {
|
|
42223
|
-
return (result.PasswordData.length > 0);
|
|
42224
|
-
};
|
|
42225
|
-
if (returnComparator() == true) {
|
|
42226
|
-
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
41472
|
+
if (anyStringEq_4 == "pending") {
|
|
41473
|
+
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
41474
|
+
}
|
|
42227
41475
|
}
|
|
42228
41476
|
}
|
|
42229
41477
|
catch (e) { }
|
|
@@ -42233,15 +41481,977 @@ const checkState = async (client, input) => {
|
|
|
42233
41481
|
}
|
|
42234
41482
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
42235
41483
|
};
|
|
42236
|
-
const
|
|
41484
|
+
const waitForVpnConnectionDeleted = async (params, input) => {
|
|
42237
41485
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42238
41486
|
return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42239
41487
|
};
|
|
42240
|
-
const
|
|
42241
|
-
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
42242
|
-
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42243
|
-
return utilWaiter.checkExceptions(result);
|
|
41488
|
+
const waitUntilVpnConnectionDeleted = async (params, input) => {
|
|
41489
|
+
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
41490
|
+
const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
41491
|
+
return utilWaiter.checkExceptions(result);
|
|
41492
|
+
};
|
|
41493
|
+
|
|
41494
|
+
const commands = {
|
|
41495
|
+
AcceptAddressTransferCommand,
|
|
41496
|
+
AcceptCapacityReservationBillingOwnershipCommand,
|
|
41497
|
+
AcceptReservedInstancesExchangeQuoteCommand,
|
|
41498
|
+
AcceptTransitGatewayMulticastDomainAssociationsCommand,
|
|
41499
|
+
AcceptTransitGatewayPeeringAttachmentCommand,
|
|
41500
|
+
AcceptTransitGatewayVpcAttachmentCommand,
|
|
41501
|
+
AcceptVpcEndpointConnectionsCommand,
|
|
41502
|
+
AcceptVpcPeeringConnectionCommand,
|
|
41503
|
+
AdvertiseByoipCidrCommand,
|
|
41504
|
+
AllocateAddressCommand,
|
|
41505
|
+
AllocateHostsCommand,
|
|
41506
|
+
AllocateIpamPoolCidrCommand,
|
|
41507
|
+
ApplySecurityGroupsToClientVpnTargetNetworkCommand,
|
|
41508
|
+
AssignIpv6AddressesCommand,
|
|
41509
|
+
AssignPrivateIpAddressesCommand,
|
|
41510
|
+
AssignPrivateNatGatewayAddressCommand,
|
|
41511
|
+
AssociateAddressCommand,
|
|
41512
|
+
AssociateCapacityReservationBillingOwnerCommand,
|
|
41513
|
+
AssociateClientVpnTargetNetworkCommand,
|
|
41514
|
+
AssociateDhcpOptionsCommand,
|
|
41515
|
+
AssociateEnclaveCertificateIamRoleCommand,
|
|
41516
|
+
AssociateIamInstanceProfileCommand,
|
|
41517
|
+
AssociateInstanceEventWindowCommand,
|
|
41518
|
+
AssociateIpamByoasnCommand,
|
|
41519
|
+
AssociateIpamResourceDiscoveryCommand,
|
|
41520
|
+
AssociateNatGatewayAddressCommand,
|
|
41521
|
+
AssociateRouteServerCommand,
|
|
41522
|
+
AssociateRouteTableCommand,
|
|
41523
|
+
AssociateSecurityGroupVpcCommand,
|
|
41524
|
+
AssociateSubnetCidrBlockCommand,
|
|
41525
|
+
AssociateTransitGatewayMulticastDomainCommand,
|
|
41526
|
+
AssociateTransitGatewayPolicyTableCommand,
|
|
41527
|
+
AssociateTransitGatewayRouteTableCommand,
|
|
41528
|
+
AssociateTrunkInterfaceCommand,
|
|
41529
|
+
AssociateVpcCidrBlockCommand,
|
|
41530
|
+
AttachClassicLinkVpcCommand,
|
|
41531
|
+
AttachInternetGatewayCommand,
|
|
41532
|
+
AttachNetworkInterfaceCommand,
|
|
41533
|
+
AttachVerifiedAccessTrustProviderCommand,
|
|
41534
|
+
AttachVolumeCommand,
|
|
41535
|
+
AttachVpnGatewayCommand,
|
|
41536
|
+
AuthorizeClientVpnIngressCommand,
|
|
41537
|
+
AuthorizeSecurityGroupEgressCommand,
|
|
41538
|
+
AuthorizeSecurityGroupIngressCommand,
|
|
41539
|
+
BundleInstanceCommand,
|
|
41540
|
+
CancelBundleTaskCommand,
|
|
41541
|
+
CancelCapacityReservationCommand,
|
|
41542
|
+
CancelCapacityReservationFleetsCommand,
|
|
41543
|
+
CancelConversionTaskCommand,
|
|
41544
|
+
CancelDeclarativePoliciesReportCommand,
|
|
41545
|
+
CancelExportTaskCommand,
|
|
41546
|
+
CancelImageLaunchPermissionCommand,
|
|
41547
|
+
CancelImportTaskCommand,
|
|
41548
|
+
CancelReservedInstancesListingCommand,
|
|
41549
|
+
CancelSpotFleetRequestsCommand,
|
|
41550
|
+
CancelSpotInstanceRequestsCommand,
|
|
41551
|
+
ConfirmProductInstanceCommand,
|
|
41552
|
+
CopyFpgaImageCommand,
|
|
41553
|
+
CopyImageCommand,
|
|
41554
|
+
CopySnapshotCommand,
|
|
41555
|
+
CopyVolumesCommand,
|
|
41556
|
+
CreateCapacityManagerDataExportCommand,
|
|
41557
|
+
CreateCapacityReservationCommand,
|
|
41558
|
+
CreateCapacityReservationBySplittingCommand,
|
|
41559
|
+
CreateCapacityReservationFleetCommand,
|
|
41560
|
+
CreateCarrierGatewayCommand,
|
|
41561
|
+
CreateClientVpnEndpointCommand,
|
|
41562
|
+
CreateClientVpnRouteCommand,
|
|
41563
|
+
CreateCoipCidrCommand,
|
|
41564
|
+
CreateCoipPoolCommand,
|
|
41565
|
+
CreateCustomerGatewayCommand,
|
|
41566
|
+
CreateDefaultSubnetCommand,
|
|
41567
|
+
CreateDefaultVpcCommand,
|
|
41568
|
+
CreateDelegateMacVolumeOwnershipTaskCommand,
|
|
41569
|
+
CreateDhcpOptionsCommand,
|
|
41570
|
+
CreateEgressOnlyInternetGatewayCommand,
|
|
41571
|
+
CreateFleetCommand,
|
|
41572
|
+
CreateFlowLogsCommand,
|
|
41573
|
+
CreateFpgaImageCommand,
|
|
41574
|
+
CreateImageCommand,
|
|
41575
|
+
CreateImageUsageReportCommand,
|
|
41576
|
+
CreateInstanceConnectEndpointCommand,
|
|
41577
|
+
CreateInstanceEventWindowCommand,
|
|
41578
|
+
CreateInstanceExportTaskCommand,
|
|
41579
|
+
CreateInternetGatewayCommand,
|
|
41580
|
+
CreateInterruptibleCapacityReservationAllocationCommand,
|
|
41581
|
+
CreateIpamCommand,
|
|
41582
|
+
CreateIpamExternalResourceVerificationTokenCommand,
|
|
41583
|
+
CreateIpamPolicyCommand,
|
|
41584
|
+
CreateIpamPoolCommand,
|
|
41585
|
+
CreateIpamPrefixListResolverCommand,
|
|
41586
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
41587
|
+
CreateIpamResourceDiscoveryCommand,
|
|
41588
|
+
CreateIpamScopeCommand,
|
|
41589
|
+
CreateKeyPairCommand,
|
|
41590
|
+
CreateLaunchTemplateCommand,
|
|
41591
|
+
CreateLaunchTemplateVersionCommand,
|
|
41592
|
+
CreateLocalGatewayRouteCommand,
|
|
41593
|
+
CreateLocalGatewayRouteTableCommand,
|
|
41594
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
41595
|
+
CreateLocalGatewayRouteTableVpcAssociationCommand,
|
|
41596
|
+
CreateLocalGatewayVirtualInterfaceCommand,
|
|
41597
|
+
CreateLocalGatewayVirtualInterfaceGroupCommand,
|
|
41598
|
+
CreateMacSystemIntegrityProtectionModificationTaskCommand,
|
|
41599
|
+
CreateManagedPrefixListCommand,
|
|
41600
|
+
CreateNatGatewayCommand,
|
|
41601
|
+
CreateNetworkAclCommand,
|
|
41602
|
+
CreateNetworkAclEntryCommand,
|
|
41603
|
+
CreateNetworkInsightsAccessScopeCommand,
|
|
41604
|
+
CreateNetworkInsightsPathCommand,
|
|
41605
|
+
CreateNetworkInterfaceCommand,
|
|
41606
|
+
CreateNetworkInterfacePermissionCommand,
|
|
41607
|
+
CreatePlacementGroupCommand,
|
|
41608
|
+
CreatePublicIpv4PoolCommand,
|
|
41609
|
+
CreateReplaceRootVolumeTaskCommand,
|
|
41610
|
+
CreateReservedInstancesListingCommand,
|
|
41611
|
+
CreateRestoreImageTaskCommand,
|
|
41612
|
+
CreateRouteCommand,
|
|
41613
|
+
CreateRouteServerCommand,
|
|
41614
|
+
CreateRouteServerEndpointCommand,
|
|
41615
|
+
CreateRouteServerPeerCommand,
|
|
41616
|
+
CreateRouteTableCommand,
|
|
41617
|
+
CreateSecurityGroupCommand,
|
|
41618
|
+
CreateSnapshotCommand,
|
|
41619
|
+
CreateSnapshotsCommand,
|
|
41620
|
+
CreateSpotDatafeedSubscriptionCommand,
|
|
41621
|
+
CreateStoreImageTaskCommand,
|
|
41622
|
+
CreateSubnetCommand,
|
|
41623
|
+
CreateSubnetCidrReservationCommand,
|
|
41624
|
+
CreateTagsCommand,
|
|
41625
|
+
CreateTrafficMirrorFilterCommand,
|
|
41626
|
+
CreateTrafficMirrorFilterRuleCommand,
|
|
41627
|
+
CreateTrafficMirrorSessionCommand,
|
|
41628
|
+
CreateTrafficMirrorTargetCommand,
|
|
41629
|
+
CreateTransitGatewayCommand,
|
|
41630
|
+
CreateTransitGatewayConnectCommand,
|
|
41631
|
+
CreateTransitGatewayConnectPeerCommand,
|
|
41632
|
+
CreateTransitGatewayMeteringPolicyCommand,
|
|
41633
|
+
CreateTransitGatewayMeteringPolicyEntryCommand,
|
|
41634
|
+
CreateTransitGatewayMulticastDomainCommand,
|
|
41635
|
+
CreateTransitGatewayPeeringAttachmentCommand,
|
|
41636
|
+
CreateTransitGatewayPolicyTableCommand,
|
|
41637
|
+
CreateTransitGatewayPrefixListReferenceCommand,
|
|
41638
|
+
CreateTransitGatewayRouteCommand,
|
|
41639
|
+
CreateTransitGatewayRouteTableCommand,
|
|
41640
|
+
CreateTransitGatewayRouteTableAnnouncementCommand,
|
|
41641
|
+
CreateTransitGatewayVpcAttachmentCommand,
|
|
41642
|
+
CreateVerifiedAccessEndpointCommand,
|
|
41643
|
+
CreateVerifiedAccessGroupCommand,
|
|
41644
|
+
CreateVerifiedAccessInstanceCommand,
|
|
41645
|
+
CreateVerifiedAccessTrustProviderCommand,
|
|
41646
|
+
CreateVolumeCommand,
|
|
41647
|
+
CreateVpcCommand,
|
|
41648
|
+
CreateVpcBlockPublicAccessExclusionCommand,
|
|
41649
|
+
CreateVpcEncryptionControlCommand,
|
|
41650
|
+
CreateVpcEndpointCommand,
|
|
41651
|
+
CreateVpcEndpointConnectionNotificationCommand,
|
|
41652
|
+
CreateVpcEndpointServiceConfigurationCommand,
|
|
41653
|
+
CreateVpcPeeringConnectionCommand,
|
|
41654
|
+
CreateVpnConcentratorCommand,
|
|
41655
|
+
CreateVpnConnectionCommand,
|
|
41656
|
+
CreateVpnConnectionRouteCommand,
|
|
41657
|
+
CreateVpnGatewayCommand,
|
|
41658
|
+
DeleteCapacityManagerDataExportCommand,
|
|
41659
|
+
DeleteCarrierGatewayCommand,
|
|
41660
|
+
DeleteClientVpnEndpointCommand,
|
|
41661
|
+
DeleteClientVpnRouteCommand,
|
|
41662
|
+
DeleteCoipCidrCommand,
|
|
41663
|
+
DeleteCoipPoolCommand,
|
|
41664
|
+
DeleteCustomerGatewayCommand,
|
|
41665
|
+
DeleteDhcpOptionsCommand,
|
|
41666
|
+
DeleteEgressOnlyInternetGatewayCommand,
|
|
41667
|
+
DeleteFleetsCommand,
|
|
41668
|
+
DeleteFlowLogsCommand,
|
|
41669
|
+
DeleteFpgaImageCommand,
|
|
41670
|
+
DeleteImageUsageReportCommand,
|
|
41671
|
+
DeleteInstanceConnectEndpointCommand,
|
|
41672
|
+
DeleteInstanceEventWindowCommand,
|
|
41673
|
+
DeleteInternetGatewayCommand,
|
|
41674
|
+
DeleteIpamCommand,
|
|
41675
|
+
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
41676
|
+
DeleteIpamPolicyCommand,
|
|
41677
|
+
DeleteIpamPoolCommand,
|
|
41678
|
+
DeleteIpamPrefixListResolverCommand,
|
|
41679
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
41680
|
+
DeleteIpamResourceDiscoveryCommand,
|
|
41681
|
+
DeleteIpamScopeCommand,
|
|
41682
|
+
DeleteKeyPairCommand,
|
|
41683
|
+
DeleteLaunchTemplateCommand,
|
|
41684
|
+
DeleteLaunchTemplateVersionsCommand,
|
|
41685
|
+
DeleteLocalGatewayRouteCommand,
|
|
41686
|
+
DeleteLocalGatewayRouteTableCommand,
|
|
41687
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
|
|
41688
|
+
DeleteLocalGatewayRouteTableVpcAssociationCommand,
|
|
41689
|
+
DeleteLocalGatewayVirtualInterfaceCommand,
|
|
41690
|
+
DeleteLocalGatewayVirtualInterfaceGroupCommand,
|
|
41691
|
+
DeleteManagedPrefixListCommand,
|
|
41692
|
+
DeleteNatGatewayCommand,
|
|
41693
|
+
DeleteNetworkAclCommand,
|
|
41694
|
+
DeleteNetworkAclEntryCommand,
|
|
41695
|
+
DeleteNetworkInsightsAccessScopeCommand,
|
|
41696
|
+
DeleteNetworkInsightsAccessScopeAnalysisCommand,
|
|
41697
|
+
DeleteNetworkInsightsAnalysisCommand,
|
|
41698
|
+
DeleteNetworkInsightsPathCommand,
|
|
41699
|
+
DeleteNetworkInterfaceCommand,
|
|
41700
|
+
DeleteNetworkInterfacePermissionCommand,
|
|
41701
|
+
DeletePlacementGroupCommand,
|
|
41702
|
+
DeletePublicIpv4PoolCommand,
|
|
41703
|
+
DeleteQueuedReservedInstancesCommand,
|
|
41704
|
+
DeleteRouteCommand,
|
|
41705
|
+
DeleteRouteServerCommand,
|
|
41706
|
+
DeleteRouteServerEndpointCommand,
|
|
41707
|
+
DeleteRouteServerPeerCommand,
|
|
41708
|
+
DeleteRouteTableCommand,
|
|
41709
|
+
DeleteSecurityGroupCommand,
|
|
41710
|
+
DeleteSnapshotCommand,
|
|
41711
|
+
DeleteSpotDatafeedSubscriptionCommand,
|
|
41712
|
+
DeleteSubnetCommand,
|
|
41713
|
+
DeleteSubnetCidrReservationCommand,
|
|
41714
|
+
DeleteTagsCommand,
|
|
41715
|
+
DeleteTrafficMirrorFilterCommand,
|
|
41716
|
+
DeleteTrafficMirrorFilterRuleCommand,
|
|
41717
|
+
DeleteTrafficMirrorSessionCommand,
|
|
41718
|
+
DeleteTrafficMirrorTargetCommand,
|
|
41719
|
+
DeleteTransitGatewayCommand,
|
|
41720
|
+
DeleteTransitGatewayConnectCommand,
|
|
41721
|
+
DeleteTransitGatewayConnectPeerCommand,
|
|
41722
|
+
DeleteTransitGatewayMeteringPolicyCommand,
|
|
41723
|
+
DeleteTransitGatewayMeteringPolicyEntryCommand,
|
|
41724
|
+
DeleteTransitGatewayMulticastDomainCommand,
|
|
41725
|
+
DeleteTransitGatewayPeeringAttachmentCommand,
|
|
41726
|
+
DeleteTransitGatewayPolicyTableCommand,
|
|
41727
|
+
DeleteTransitGatewayPrefixListReferenceCommand,
|
|
41728
|
+
DeleteTransitGatewayRouteCommand,
|
|
41729
|
+
DeleteTransitGatewayRouteTableCommand,
|
|
41730
|
+
DeleteTransitGatewayRouteTableAnnouncementCommand,
|
|
41731
|
+
DeleteTransitGatewayVpcAttachmentCommand,
|
|
41732
|
+
DeleteVerifiedAccessEndpointCommand,
|
|
41733
|
+
DeleteVerifiedAccessGroupCommand,
|
|
41734
|
+
DeleteVerifiedAccessInstanceCommand,
|
|
41735
|
+
DeleteVerifiedAccessTrustProviderCommand,
|
|
41736
|
+
DeleteVolumeCommand,
|
|
41737
|
+
DeleteVpcCommand,
|
|
41738
|
+
DeleteVpcBlockPublicAccessExclusionCommand,
|
|
41739
|
+
DeleteVpcEncryptionControlCommand,
|
|
41740
|
+
DeleteVpcEndpointConnectionNotificationsCommand,
|
|
41741
|
+
DeleteVpcEndpointsCommand,
|
|
41742
|
+
DeleteVpcEndpointServiceConfigurationsCommand,
|
|
41743
|
+
DeleteVpcPeeringConnectionCommand,
|
|
41744
|
+
DeleteVpnConcentratorCommand,
|
|
41745
|
+
DeleteVpnConnectionCommand,
|
|
41746
|
+
DeleteVpnConnectionRouteCommand,
|
|
41747
|
+
DeleteVpnGatewayCommand,
|
|
41748
|
+
DeprovisionByoipCidrCommand,
|
|
41749
|
+
DeprovisionIpamByoasnCommand,
|
|
41750
|
+
DeprovisionIpamPoolCidrCommand,
|
|
41751
|
+
DeprovisionPublicIpv4PoolCidrCommand,
|
|
41752
|
+
DeregisterImageCommand,
|
|
41753
|
+
DeregisterInstanceEventNotificationAttributesCommand,
|
|
41754
|
+
DeregisterTransitGatewayMulticastGroupMembersCommand,
|
|
41755
|
+
DeregisterTransitGatewayMulticastGroupSourcesCommand,
|
|
41756
|
+
DescribeAccountAttributesCommand,
|
|
41757
|
+
DescribeAddressesCommand,
|
|
41758
|
+
DescribeAddressesAttributeCommand,
|
|
41759
|
+
DescribeAddressTransfersCommand,
|
|
41760
|
+
DescribeAggregateIdFormatCommand,
|
|
41761
|
+
DescribeAvailabilityZonesCommand,
|
|
41762
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
|
|
41763
|
+
DescribeBundleTasksCommand,
|
|
41764
|
+
DescribeByoipCidrsCommand,
|
|
41765
|
+
DescribeCapacityBlockExtensionHistoryCommand,
|
|
41766
|
+
DescribeCapacityBlockExtensionOfferingsCommand,
|
|
41767
|
+
DescribeCapacityBlockOfferingsCommand,
|
|
41768
|
+
DescribeCapacityBlocksCommand,
|
|
41769
|
+
DescribeCapacityBlockStatusCommand,
|
|
41770
|
+
DescribeCapacityManagerDataExportsCommand,
|
|
41771
|
+
DescribeCapacityReservationBillingRequestsCommand,
|
|
41772
|
+
DescribeCapacityReservationFleetsCommand,
|
|
41773
|
+
DescribeCapacityReservationsCommand,
|
|
41774
|
+
DescribeCapacityReservationTopologyCommand,
|
|
41775
|
+
DescribeCarrierGatewaysCommand,
|
|
41776
|
+
DescribeClassicLinkInstancesCommand,
|
|
41777
|
+
DescribeClientVpnAuthorizationRulesCommand,
|
|
41778
|
+
DescribeClientVpnConnectionsCommand,
|
|
41779
|
+
DescribeClientVpnEndpointsCommand,
|
|
41780
|
+
DescribeClientVpnRoutesCommand,
|
|
41781
|
+
DescribeClientVpnTargetNetworksCommand,
|
|
41782
|
+
DescribeCoipPoolsCommand,
|
|
41783
|
+
DescribeConversionTasksCommand,
|
|
41784
|
+
DescribeCustomerGatewaysCommand,
|
|
41785
|
+
DescribeDeclarativePoliciesReportsCommand,
|
|
41786
|
+
DescribeDhcpOptionsCommand,
|
|
41787
|
+
DescribeEgressOnlyInternetGatewaysCommand,
|
|
41788
|
+
DescribeElasticGpusCommand,
|
|
41789
|
+
DescribeExportImageTasksCommand,
|
|
41790
|
+
DescribeExportTasksCommand,
|
|
41791
|
+
DescribeFastLaunchImagesCommand,
|
|
41792
|
+
DescribeFastSnapshotRestoresCommand,
|
|
41793
|
+
DescribeFleetHistoryCommand,
|
|
41794
|
+
DescribeFleetInstancesCommand,
|
|
41795
|
+
DescribeFleetsCommand,
|
|
41796
|
+
DescribeFlowLogsCommand,
|
|
41797
|
+
DescribeFpgaImageAttributeCommand,
|
|
41798
|
+
DescribeFpgaImagesCommand,
|
|
41799
|
+
DescribeHostReservationOfferingsCommand,
|
|
41800
|
+
DescribeHostReservationsCommand,
|
|
41801
|
+
DescribeHostsCommand,
|
|
41802
|
+
DescribeIamInstanceProfileAssociationsCommand,
|
|
41803
|
+
DescribeIdentityIdFormatCommand,
|
|
41804
|
+
DescribeIdFormatCommand,
|
|
41805
|
+
DescribeImageAttributeCommand,
|
|
41806
|
+
DescribeImageReferencesCommand,
|
|
41807
|
+
DescribeImagesCommand,
|
|
41808
|
+
DescribeImageUsageReportEntriesCommand,
|
|
41809
|
+
DescribeImageUsageReportsCommand,
|
|
41810
|
+
DescribeImportImageTasksCommand,
|
|
41811
|
+
DescribeImportSnapshotTasksCommand,
|
|
41812
|
+
DescribeInstanceAttributeCommand,
|
|
41813
|
+
DescribeInstanceConnectEndpointsCommand,
|
|
41814
|
+
DescribeInstanceCreditSpecificationsCommand,
|
|
41815
|
+
DescribeInstanceEventNotificationAttributesCommand,
|
|
41816
|
+
DescribeInstanceEventWindowsCommand,
|
|
41817
|
+
DescribeInstanceImageMetadataCommand,
|
|
41818
|
+
DescribeInstancesCommand,
|
|
41819
|
+
DescribeInstanceSqlHaHistoryStatesCommand,
|
|
41820
|
+
DescribeInstanceSqlHaStatesCommand,
|
|
41821
|
+
DescribeInstanceStatusCommand,
|
|
41822
|
+
DescribeInstanceTopologyCommand,
|
|
41823
|
+
DescribeInstanceTypeOfferingsCommand,
|
|
41824
|
+
DescribeInstanceTypesCommand,
|
|
41825
|
+
DescribeInternetGatewaysCommand,
|
|
41826
|
+
DescribeIpamByoasnCommand,
|
|
41827
|
+
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
41828
|
+
DescribeIpamPoliciesCommand,
|
|
41829
|
+
DescribeIpamPoolsCommand,
|
|
41830
|
+
DescribeIpamPrefixListResolversCommand,
|
|
41831
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
41832
|
+
DescribeIpamResourceDiscoveriesCommand,
|
|
41833
|
+
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
41834
|
+
DescribeIpamsCommand,
|
|
41835
|
+
DescribeIpamScopesCommand,
|
|
41836
|
+
DescribeIpv6PoolsCommand,
|
|
41837
|
+
DescribeKeyPairsCommand,
|
|
41838
|
+
DescribeLaunchTemplatesCommand,
|
|
41839
|
+
DescribeLaunchTemplateVersionsCommand,
|
|
41840
|
+
DescribeLocalGatewayRouteTablesCommand,
|
|
41841
|
+
DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand,
|
|
41842
|
+
DescribeLocalGatewayRouteTableVpcAssociationsCommand,
|
|
41843
|
+
DescribeLocalGatewaysCommand,
|
|
41844
|
+
DescribeLocalGatewayVirtualInterfaceGroupsCommand,
|
|
41845
|
+
DescribeLocalGatewayVirtualInterfacesCommand,
|
|
41846
|
+
DescribeLockedSnapshotsCommand,
|
|
41847
|
+
DescribeMacHostsCommand,
|
|
41848
|
+
DescribeMacModificationTasksCommand,
|
|
41849
|
+
DescribeManagedPrefixListsCommand,
|
|
41850
|
+
DescribeMovingAddressesCommand,
|
|
41851
|
+
DescribeNatGatewaysCommand,
|
|
41852
|
+
DescribeNetworkAclsCommand,
|
|
41853
|
+
DescribeNetworkInsightsAccessScopeAnalysesCommand,
|
|
41854
|
+
DescribeNetworkInsightsAccessScopesCommand,
|
|
41855
|
+
DescribeNetworkInsightsAnalysesCommand,
|
|
41856
|
+
DescribeNetworkInsightsPathsCommand,
|
|
41857
|
+
DescribeNetworkInterfaceAttributeCommand,
|
|
41858
|
+
DescribeNetworkInterfacePermissionsCommand,
|
|
41859
|
+
DescribeNetworkInterfacesCommand,
|
|
41860
|
+
DescribeOutpostLagsCommand,
|
|
41861
|
+
DescribePlacementGroupsCommand,
|
|
41862
|
+
DescribePrefixListsCommand,
|
|
41863
|
+
DescribePrincipalIdFormatCommand,
|
|
41864
|
+
DescribePublicIpv4PoolsCommand,
|
|
41865
|
+
DescribeRegionsCommand,
|
|
41866
|
+
DescribeReplaceRootVolumeTasksCommand,
|
|
41867
|
+
DescribeReservedInstancesCommand,
|
|
41868
|
+
DescribeReservedInstancesListingsCommand,
|
|
41869
|
+
DescribeReservedInstancesModificationsCommand,
|
|
41870
|
+
DescribeReservedInstancesOfferingsCommand,
|
|
41871
|
+
DescribeRouteServerEndpointsCommand,
|
|
41872
|
+
DescribeRouteServerPeersCommand,
|
|
41873
|
+
DescribeRouteServersCommand,
|
|
41874
|
+
DescribeRouteTablesCommand,
|
|
41875
|
+
DescribeScheduledInstanceAvailabilityCommand,
|
|
41876
|
+
DescribeScheduledInstancesCommand,
|
|
41877
|
+
DescribeSecurityGroupReferencesCommand,
|
|
41878
|
+
DescribeSecurityGroupRulesCommand,
|
|
41879
|
+
DescribeSecurityGroupsCommand,
|
|
41880
|
+
DescribeSecurityGroupVpcAssociationsCommand,
|
|
41881
|
+
DescribeServiceLinkVirtualInterfacesCommand,
|
|
41882
|
+
DescribeSnapshotAttributeCommand,
|
|
41883
|
+
DescribeSnapshotsCommand,
|
|
41884
|
+
DescribeSnapshotTierStatusCommand,
|
|
41885
|
+
DescribeSpotDatafeedSubscriptionCommand,
|
|
41886
|
+
DescribeSpotFleetInstancesCommand,
|
|
41887
|
+
DescribeSpotFleetRequestHistoryCommand,
|
|
41888
|
+
DescribeSpotFleetRequestsCommand,
|
|
41889
|
+
DescribeSpotInstanceRequestsCommand,
|
|
41890
|
+
DescribeSpotPriceHistoryCommand,
|
|
41891
|
+
DescribeStaleSecurityGroupsCommand,
|
|
41892
|
+
DescribeStoreImageTasksCommand,
|
|
41893
|
+
DescribeSubnetsCommand,
|
|
41894
|
+
DescribeTagsCommand,
|
|
41895
|
+
DescribeTrafficMirrorFilterRulesCommand,
|
|
41896
|
+
DescribeTrafficMirrorFiltersCommand,
|
|
41897
|
+
DescribeTrafficMirrorSessionsCommand,
|
|
41898
|
+
DescribeTrafficMirrorTargetsCommand,
|
|
41899
|
+
DescribeTransitGatewayAttachmentsCommand,
|
|
41900
|
+
DescribeTransitGatewayConnectPeersCommand,
|
|
41901
|
+
DescribeTransitGatewayConnectsCommand,
|
|
41902
|
+
DescribeTransitGatewayMeteringPoliciesCommand,
|
|
41903
|
+
DescribeTransitGatewayMulticastDomainsCommand,
|
|
41904
|
+
DescribeTransitGatewayPeeringAttachmentsCommand,
|
|
41905
|
+
DescribeTransitGatewayPolicyTablesCommand,
|
|
41906
|
+
DescribeTransitGatewayRouteTableAnnouncementsCommand,
|
|
41907
|
+
DescribeTransitGatewayRouteTablesCommand,
|
|
41908
|
+
DescribeTransitGatewaysCommand,
|
|
41909
|
+
DescribeTransitGatewayVpcAttachmentsCommand,
|
|
41910
|
+
DescribeTrunkInterfaceAssociationsCommand,
|
|
41911
|
+
DescribeVerifiedAccessEndpointsCommand,
|
|
41912
|
+
DescribeVerifiedAccessGroupsCommand,
|
|
41913
|
+
DescribeVerifiedAccessInstanceLoggingConfigurationsCommand,
|
|
41914
|
+
DescribeVerifiedAccessInstancesCommand,
|
|
41915
|
+
DescribeVerifiedAccessTrustProvidersCommand,
|
|
41916
|
+
DescribeVolumeAttributeCommand,
|
|
41917
|
+
DescribeVolumesCommand,
|
|
41918
|
+
DescribeVolumesModificationsCommand,
|
|
41919
|
+
DescribeVolumeStatusCommand,
|
|
41920
|
+
DescribeVpcAttributeCommand,
|
|
41921
|
+
DescribeVpcBlockPublicAccessExclusionsCommand,
|
|
41922
|
+
DescribeVpcBlockPublicAccessOptionsCommand,
|
|
41923
|
+
DescribeVpcClassicLinkCommand,
|
|
41924
|
+
DescribeVpcClassicLinkDnsSupportCommand,
|
|
41925
|
+
DescribeVpcEncryptionControlsCommand,
|
|
41926
|
+
DescribeVpcEndpointAssociationsCommand,
|
|
41927
|
+
DescribeVpcEndpointConnectionNotificationsCommand,
|
|
41928
|
+
DescribeVpcEndpointConnectionsCommand,
|
|
41929
|
+
DescribeVpcEndpointsCommand,
|
|
41930
|
+
DescribeVpcEndpointServiceConfigurationsCommand,
|
|
41931
|
+
DescribeVpcEndpointServicePermissionsCommand,
|
|
41932
|
+
DescribeVpcEndpointServicesCommand,
|
|
41933
|
+
DescribeVpcPeeringConnectionsCommand,
|
|
41934
|
+
DescribeVpcsCommand,
|
|
41935
|
+
DescribeVpnConcentratorsCommand,
|
|
41936
|
+
DescribeVpnConnectionsCommand,
|
|
41937
|
+
DescribeVpnGatewaysCommand,
|
|
41938
|
+
DetachClassicLinkVpcCommand,
|
|
41939
|
+
DetachInternetGatewayCommand,
|
|
41940
|
+
DetachNetworkInterfaceCommand,
|
|
41941
|
+
DetachVerifiedAccessTrustProviderCommand,
|
|
41942
|
+
DetachVolumeCommand,
|
|
41943
|
+
DetachVpnGatewayCommand,
|
|
41944
|
+
DisableAddressTransferCommand,
|
|
41945
|
+
DisableAllowedImagesSettingsCommand,
|
|
41946
|
+
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
41947
|
+
DisableCapacityManagerCommand,
|
|
41948
|
+
DisableEbsEncryptionByDefaultCommand,
|
|
41949
|
+
DisableFastLaunchCommand,
|
|
41950
|
+
DisableFastSnapshotRestoresCommand,
|
|
41951
|
+
DisableImageCommand,
|
|
41952
|
+
DisableImageBlockPublicAccessCommand,
|
|
41953
|
+
DisableImageDeprecationCommand,
|
|
41954
|
+
DisableImageDeregistrationProtectionCommand,
|
|
41955
|
+
DisableInstanceSqlHaStandbyDetectionsCommand,
|
|
41956
|
+
DisableIpamOrganizationAdminAccountCommand,
|
|
41957
|
+
DisableIpamPolicyCommand,
|
|
41958
|
+
DisableRouteServerPropagationCommand,
|
|
41959
|
+
DisableSerialConsoleAccessCommand,
|
|
41960
|
+
DisableSnapshotBlockPublicAccessCommand,
|
|
41961
|
+
DisableTransitGatewayRouteTablePropagationCommand,
|
|
41962
|
+
DisableVgwRoutePropagationCommand,
|
|
41963
|
+
DisableVpcClassicLinkCommand,
|
|
41964
|
+
DisableVpcClassicLinkDnsSupportCommand,
|
|
41965
|
+
DisassociateAddressCommand,
|
|
41966
|
+
DisassociateCapacityReservationBillingOwnerCommand,
|
|
41967
|
+
DisassociateClientVpnTargetNetworkCommand,
|
|
41968
|
+
DisassociateEnclaveCertificateIamRoleCommand,
|
|
41969
|
+
DisassociateIamInstanceProfileCommand,
|
|
41970
|
+
DisassociateInstanceEventWindowCommand,
|
|
41971
|
+
DisassociateIpamByoasnCommand,
|
|
41972
|
+
DisassociateIpamResourceDiscoveryCommand,
|
|
41973
|
+
DisassociateNatGatewayAddressCommand,
|
|
41974
|
+
DisassociateRouteServerCommand,
|
|
41975
|
+
DisassociateRouteTableCommand,
|
|
41976
|
+
DisassociateSecurityGroupVpcCommand,
|
|
41977
|
+
DisassociateSubnetCidrBlockCommand,
|
|
41978
|
+
DisassociateTransitGatewayMulticastDomainCommand,
|
|
41979
|
+
DisassociateTransitGatewayPolicyTableCommand,
|
|
41980
|
+
DisassociateTransitGatewayRouteTableCommand,
|
|
41981
|
+
DisassociateTrunkInterfaceCommand,
|
|
41982
|
+
DisassociateVpcCidrBlockCommand,
|
|
41983
|
+
EnableAddressTransferCommand,
|
|
41984
|
+
EnableAllowedImagesSettingsCommand,
|
|
41985
|
+
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
41986
|
+
EnableCapacityManagerCommand,
|
|
41987
|
+
EnableEbsEncryptionByDefaultCommand,
|
|
41988
|
+
EnableFastLaunchCommand,
|
|
41989
|
+
EnableFastSnapshotRestoresCommand,
|
|
41990
|
+
EnableImageCommand,
|
|
41991
|
+
EnableImageBlockPublicAccessCommand,
|
|
41992
|
+
EnableImageDeprecationCommand,
|
|
41993
|
+
EnableImageDeregistrationProtectionCommand,
|
|
41994
|
+
EnableInstanceSqlHaStandbyDetectionsCommand,
|
|
41995
|
+
EnableIpamOrganizationAdminAccountCommand,
|
|
41996
|
+
EnableIpamPolicyCommand,
|
|
41997
|
+
EnableReachabilityAnalyzerOrganizationSharingCommand,
|
|
41998
|
+
EnableRouteServerPropagationCommand,
|
|
41999
|
+
EnableSerialConsoleAccessCommand,
|
|
42000
|
+
EnableSnapshotBlockPublicAccessCommand,
|
|
42001
|
+
EnableTransitGatewayRouteTablePropagationCommand,
|
|
42002
|
+
EnableVgwRoutePropagationCommand,
|
|
42003
|
+
EnableVolumeIOCommand,
|
|
42004
|
+
EnableVpcClassicLinkCommand,
|
|
42005
|
+
EnableVpcClassicLinkDnsSupportCommand,
|
|
42006
|
+
ExportClientVpnClientCertificateRevocationListCommand,
|
|
42007
|
+
ExportClientVpnClientConfigurationCommand,
|
|
42008
|
+
ExportImageCommand,
|
|
42009
|
+
ExportTransitGatewayRoutesCommand,
|
|
42010
|
+
ExportVerifiedAccessInstanceClientConfigurationCommand,
|
|
42011
|
+
GetActiveVpnTunnelStatusCommand,
|
|
42012
|
+
GetAllowedImagesSettingsCommand,
|
|
42013
|
+
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
42014
|
+
GetAssociatedIpv6PoolCidrsCommand,
|
|
42015
|
+
GetAwsNetworkPerformanceDataCommand,
|
|
42016
|
+
GetCapacityManagerAttributesCommand,
|
|
42017
|
+
GetCapacityManagerMetricDataCommand,
|
|
42018
|
+
GetCapacityManagerMetricDimensionsCommand,
|
|
42019
|
+
GetCapacityReservationUsageCommand,
|
|
42020
|
+
GetCoipPoolUsageCommand,
|
|
42021
|
+
GetConsoleOutputCommand,
|
|
42022
|
+
GetConsoleScreenshotCommand,
|
|
42023
|
+
GetDeclarativePoliciesReportSummaryCommand,
|
|
42024
|
+
GetDefaultCreditSpecificationCommand,
|
|
42025
|
+
GetEbsDefaultKmsKeyIdCommand,
|
|
42026
|
+
GetEbsEncryptionByDefaultCommand,
|
|
42027
|
+
GetEnabledIpamPolicyCommand,
|
|
42028
|
+
GetFlowLogsIntegrationTemplateCommand,
|
|
42029
|
+
GetGroupsForCapacityReservationCommand,
|
|
42030
|
+
GetHostReservationPurchasePreviewCommand,
|
|
42031
|
+
GetImageAncestryCommand,
|
|
42032
|
+
GetImageBlockPublicAccessStateCommand,
|
|
42033
|
+
GetInstanceMetadataDefaultsCommand,
|
|
42034
|
+
GetInstanceTpmEkPubCommand,
|
|
42035
|
+
GetInstanceTypesFromInstanceRequirementsCommand,
|
|
42036
|
+
GetInstanceUefiDataCommand,
|
|
42037
|
+
GetIpamAddressHistoryCommand,
|
|
42038
|
+
GetIpamDiscoveredAccountsCommand,
|
|
42039
|
+
GetIpamDiscoveredPublicAddressesCommand,
|
|
42040
|
+
GetIpamDiscoveredResourceCidrsCommand,
|
|
42041
|
+
GetIpamPolicyAllocationRulesCommand,
|
|
42042
|
+
GetIpamPolicyOrganizationTargetsCommand,
|
|
42043
|
+
GetIpamPoolAllocationsCommand,
|
|
42044
|
+
GetIpamPoolCidrsCommand,
|
|
42045
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
42046
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
42047
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
42048
|
+
GetIpamResourceCidrsCommand,
|
|
42049
|
+
GetLaunchTemplateDataCommand,
|
|
42050
|
+
GetManagedPrefixListAssociationsCommand,
|
|
42051
|
+
GetManagedPrefixListEntriesCommand,
|
|
42052
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsCommand,
|
|
42053
|
+
GetNetworkInsightsAccessScopeContentCommand,
|
|
42054
|
+
GetPasswordDataCommand,
|
|
42055
|
+
GetReservedInstancesExchangeQuoteCommand,
|
|
42056
|
+
GetRouteServerAssociationsCommand,
|
|
42057
|
+
GetRouteServerPropagationsCommand,
|
|
42058
|
+
GetRouteServerRoutingDatabaseCommand,
|
|
42059
|
+
GetSecurityGroupsForVpcCommand,
|
|
42060
|
+
GetSerialConsoleAccessStatusCommand,
|
|
42061
|
+
GetSnapshotBlockPublicAccessStateCommand,
|
|
42062
|
+
GetSpotPlacementScoresCommand,
|
|
42063
|
+
GetSubnetCidrReservationsCommand,
|
|
42064
|
+
GetTransitGatewayAttachmentPropagationsCommand,
|
|
42065
|
+
GetTransitGatewayMeteringPolicyEntriesCommand,
|
|
42066
|
+
GetTransitGatewayMulticastDomainAssociationsCommand,
|
|
42067
|
+
GetTransitGatewayPolicyTableAssociationsCommand,
|
|
42068
|
+
GetTransitGatewayPolicyTableEntriesCommand,
|
|
42069
|
+
GetTransitGatewayPrefixListReferencesCommand,
|
|
42070
|
+
GetTransitGatewayRouteTableAssociationsCommand,
|
|
42071
|
+
GetTransitGatewayRouteTablePropagationsCommand,
|
|
42072
|
+
GetVerifiedAccessEndpointPolicyCommand,
|
|
42073
|
+
GetVerifiedAccessEndpointTargetsCommand,
|
|
42074
|
+
GetVerifiedAccessGroupPolicyCommand,
|
|
42075
|
+
GetVpcResourcesBlockingEncryptionEnforcementCommand,
|
|
42076
|
+
GetVpnConnectionDeviceSampleConfigurationCommand,
|
|
42077
|
+
GetVpnConnectionDeviceTypesCommand,
|
|
42078
|
+
GetVpnTunnelReplacementStatusCommand,
|
|
42079
|
+
ImportClientVpnClientCertificateRevocationListCommand,
|
|
42080
|
+
ImportImageCommand,
|
|
42081
|
+
ImportInstanceCommand,
|
|
42082
|
+
ImportKeyPairCommand,
|
|
42083
|
+
ImportSnapshotCommand,
|
|
42084
|
+
ImportVolumeCommand,
|
|
42085
|
+
ListImagesInRecycleBinCommand,
|
|
42086
|
+
ListSnapshotsInRecycleBinCommand,
|
|
42087
|
+
ListVolumesInRecycleBinCommand,
|
|
42088
|
+
LockSnapshotCommand,
|
|
42089
|
+
ModifyAddressAttributeCommand,
|
|
42090
|
+
ModifyAvailabilityZoneGroupCommand,
|
|
42091
|
+
ModifyCapacityReservationCommand,
|
|
42092
|
+
ModifyCapacityReservationFleetCommand,
|
|
42093
|
+
ModifyClientVpnEndpointCommand,
|
|
42094
|
+
ModifyDefaultCreditSpecificationCommand,
|
|
42095
|
+
ModifyEbsDefaultKmsKeyIdCommand,
|
|
42096
|
+
ModifyFleetCommand,
|
|
42097
|
+
ModifyFpgaImageAttributeCommand,
|
|
42098
|
+
ModifyHostsCommand,
|
|
42099
|
+
ModifyIdentityIdFormatCommand,
|
|
42100
|
+
ModifyIdFormatCommand,
|
|
42101
|
+
ModifyImageAttributeCommand,
|
|
42102
|
+
ModifyInstanceAttributeCommand,
|
|
42103
|
+
ModifyInstanceCapacityReservationAttributesCommand,
|
|
42104
|
+
ModifyInstanceConnectEndpointCommand,
|
|
42105
|
+
ModifyInstanceCpuOptionsCommand,
|
|
42106
|
+
ModifyInstanceCreditSpecificationCommand,
|
|
42107
|
+
ModifyInstanceEventStartTimeCommand,
|
|
42108
|
+
ModifyInstanceEventWindowCommand,
|
|
42109
|
+
ModifyInstanceMaintenanceOptionsCommand,
|
|
42110
|
+
ModifyInstanceMetadataDefaultsCommand,
|
|
42111
|
+
ModifyInstanceMetadataOptionsCommand,
|
|
42112
|
+
ModifyInstanceNetworkPerformanceOptionsCommand,
|
|
42113
|
+
ModifyInstancePlacementCommand,
|
|
42114
|
+
ModifyIpamCommand,
|
|
42115
|
+
ModifyIpamPolicyAllocationRulesCommand,
|
|
42116
|
+
ModifyIpamPoolCommand,
|
|
42117
|
+
ModifyIpamPrefixListResolverCommand,
|
|
42118
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
42119
|
+
ModifyIpamResourceCidrCommand,
|
|
42120
|
+
ModifyIpamResourceDiscoveryCommand,
|
|
42121
|
+
ModifyIpamScopeCommand,
|
|
42122
|
+
ModifyLaunchTemplateCommand,
|
|
42123
|
+
ModifyLocalGatewayRouteCommand,
|
|
42124
|
+
ModifyManagedPrefixListCommand,
|
|
42125
|
+
ModifyNetworkInterfaceAttributeCommand,
|
|
42126
|
+
ModifyPrivateDnsNameOptionsCommand,
|
|
42127
|
+
ModifyPublicIpDnsNameOptionsCommand,
|
|
42128
|
+
ModifyReservedInstancesCommand,
|
|
42129
|
+
ModifyRouteServerCommand,
|
|
42130
|
+
ModifySecurityGroupRulesCommand,
|
|
42131
|
+
ModifySnapshotAttributeCommand,
|
|
42132
|
+
ModifySnapshotTierCommand,
|
|
42133
|
+
ModifySpotFleetRequestCommand,
|
|
42134
|
+
ModifySubnetAttributeCommand,
|
|
42135
|
+
ModifyTrafficMirrorFilterNetworkServicesCommand,
|
|
42136
|
+
ModifyTrafficMirrorFilterRuleCommand,
|
|
42137
|
+
ModifyTrafficMirrorSessionCommand,
|
|
42138
|
+
ModifyTransitGatewayCommand,
|
|
42139
|
+
ModifyTransitGatewayMeteringPolicyCommand,
|
|
42140
|
+
ModifyTransitGatewayPrefixListReferenceCommand,
|
|
42141
|
+
ModifyTransitGatewayVpcAttachmentCommand,
|
|
42142
|
+
ModifyVerifiedAccessEndpointCommand,
|
|
42143
|
+
ModifyVerifiedAccessEndpointPolicyCommand,
|
|
42144
|
+
ModifyVerifiedAccessGroupCommand,
|
|
42145
|
+
ModifyVerifiedAccessGroupPolicyCommand,
|
|
42146
|
+
ModifyVerifiedAccessInstanceCommand,
|
|
42147
|
+
ModifyVerifiedAccessInstanceLoggingConfigurationCommand,
|
|
42148
|
+
ModifyVerifiedAccessTrustProviderCommand,
|
|
42149
|
+
ModifyVolumeCommand,
|
|
42150
|
+
ModifyVolumeAttributeCommand,
|
|
42151
|
+
ModifyVpcAttributeCommand,
|
|
42152
|
+
ModifyVpcBlockPublicAccessExclusionCommand,
|
|
42153
|
+
ModifyVpcBlockPublicAccessOptionsCommand,
|
|
42154
|
+
ModifyVpcEncryptionControlCommand,
|
|
42155
|
+
ModifyVpcEndpointCommand,
|
|
42156
|
+
ModifyVpcEndpointConnectionNotificationCommand,
|
|
42157
|
+
ModifyVpcEndpointServiceConfigurationCommand,
|
|
42158
|
+
ModifyVpcEndpointServicePayerResponsibilityCommand,
|
|
42159
|
+
ModifyVpcEndpointServicePermissionsCommand,
|
|
42160
|
+
ModifyVpcPeeringConnectionOptionsCommand,
|
|
42161
|
+
ModifyVpcTenancyCommand,
|
|
42162
|
+
ModifyVpnConnectionCommand,
|
|
42163
|
+
ModifyVpnConnectionOptionsCommand,
|
|
42164
|
+
ModifyVpnTunnelCertificateCommand,
|
|
42165
|
+
ModifyVpnTunnelOptionsCommand,
|
|
42166
|
+
MonitorInstancesCommand,
|
|
42167
|
+
MoveAddressToVpcCommand,
|
|
42168
|
+
MoveByoipCidrToIpamCommand,
|
|
42169
|
+
MoveCapacityReservationInstancesCommand,
|
|
42170
|
+
ProvisionByoipCidrCommand,
|
|
42171
|
+
ProvisionIpamByoasnCommand,
|
|
42172
|
+
ProvisionIpamPoolCidrCommand,
|
|
42173
|
+
ProvisionPublicIpv4PoolCidrCommand,
|
|
42174
|
+
PurchaseCapacityBlockCommand,
|
|
42175
|
+
PurchaseCapacityBlockExtensionCommand,
|
|
42176
|
+
PurchaseHostReservationCommand,
|
|
42177
|
+
PurchaseReservedInstancesOfferingCommand,
|
|
42178
|
+
PurchaseScheduledInstancesCommand,
|
|
42179
|
+
RebootInstancesCommand,
|
|
42180
|
+
RegisterImageCommand,
|
|
42181
|
+
RegisterInstanceEventNotificationAttributesCommand,
|
|
42182
|
+
RegisterTransitGatewayMulticastGroupMembersCommand,
|
|
42183
|
+
RegisterTransitGatewayMulticastGroupSourcesCommand,
|
|
42184
|
+
RejectCapacityReservationBillingOwnershipCommand,
|
|
42185
|
+
RejectTransitGatewayMulticastDomainAssociationsCommand,
|
|
42186
|
+
RejectTransitGatewayPeeringAttachmentCommand,
|
|
42187
|
+
RejectTransitGatewayVpcAttachmentCommand,
|
|
42188
|
+
RejectVpcEndpointConnectionsCommand,
|
|
42189
|
+
RejectVpcPeeringConnectionCommand,
|
|
42190
|
+
ReleaseAddressCommand,
|
|
42191
|
+
ReleaseHostsCommand,
|
|
42192
|
+
ReleaseIpamPoolAllocationCommand,
|
|
42193
|
+
ReplaceIamInstanceProfileAssociationCommand,
|
|
42194
|
+
ReplaceImageCriteriaInAllowedImagesSettingsCommand,
|
|
42195
|
+
ReplaceNetworkAclAssociationCommand,
|
|
42196
|
+
ReplaceNetworkAclEntryCommand,
|
|
42197
|
+
ReplaceRouteCommand,
|
|
42198
|
+
ReplaceRouteTableAssociationCommand,
|
|
42199
|
+
ReplaceTransitGatewayRouteCommand,
|
|
42200
|
+
ReplaceVpnTunnelCommand,
|
|
42201
|
+
ReportInstanceStatusCommand,
|
|
42202
|
+
RequestSpotFleetCommand,
|
|
42203
|
+
RequestSpotInstancesCommand,
|
|
42204
|
+
ResetAddressAttributeCommand,
|
|
42205
|
+
ResetEbsDefaultKmsKeyIdCommand,
|
|
42206
|
+
ResetFpgaImageAttributeCommand,
|
|
42207
|
+
ResetImageAttributeCommand,
|
|
42208
|
+
ResetInstanceAttributeCommand,
|
|
42209
|
+
ResetNetworkInterfaceAttributeCommand,
|
|
42210
|
+
ResetSnapshotAttributeCommand,
|
|
42211
|
+
RestoreAddressToClassicCommand,
|
|
42212
|
+
RestoreImageFromRecycleBinCommand,
|
|
42213
|
+
RestoreManagedPrefixListVersionCommand,
|
|
42214
|
+
RestoreSnapshotFromRecycleBinCommand,
|
|
42215
|
+
RestoreSnapshotTierCommand,
|
|
42216
|
+
RestoreVolumeFromRecycleBinCommand,
|
|
42217
|
+
RevokeClientVpnIngressCommand,
|
|
42218
|
+
RevokeSecurityGroupEgressCommand,
|
|
42219
|
+
RevokeSecurityGroupIngressCommand,
|
|
42220
|
+
RunInstancesCommand,
|
|
42221
|
+
RunScheduledInstancesCommand,
|
|
42222
|
+
SearchLocalGatewayRoutesCommand,
|
|
42223
|
+
SearchTransitGatewayMulticastGroupsCommand,
|
|
42224
|
+
SearchTransitGatewayRoutesCommand,
|
|
42225
|
+
SendDiagnosticInterruptCommand,
|
|
42226
|
+
StartDeclarativePoliciesReportCommand,
|
|
42227
|
+
StartInstancesCommand,
|
|
42228
|
+
StartNetworkInsightsAccessScopeAnalysisCommand,
|
|
42229
|
+
StartNetworkInsightsAnalysisCommand,
|
|
42230
|
+
StartVpcEndpointServicePrivateDnsVerificationCommand,
|
|
42231
|
+
StopInstancesCommand,
|
|
42232
|
+
TerminateClientVpnConnectionsCommand,
|
|
42233
|
+
TerminateInstancesCommand,
|
|
42234
|
+
UnassignIpv6AddressesCommand,
|
|
42235
|
+
UnassignPrivateIpAddressesCommand,
|
|
42236
|
+
UnassignPrivateNatGatewayAddressCommand,
|
|
42237
|
+
UnlockSnapshotCommand,
|
|
42238
|
+
UnmonitorInstancesCommand,
|
|
42239
|
+
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
42240
|
+
UpdateInterruptibleCapacityReservationAllocationCommand,
|
|
42241
|
+
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
42242
|
+
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
42243
|
+
WithdrawByoipCidrCommand,
|
|
42244
|
+
};
|
|
42245
|
+
const paginators = {
|
|
42246
|
+
paginateDescribeAddressesAttribute,
|
|
42247
|
+
paginateDescribeAddressTransfers,
|
|
42248
|
+
paginateDescribeAwsNetworkPerformanceMetricSubscriptions,
|
|
42249
|
+
paginateDescribeByoipCidrs,
|
|
42250
|
+
paginateDescribeCapacityBlockExtensionHistory,
|
|
42251
|
+
paginateDescribeCapacityBlockExtensionOfferings,
|
|
42252
|
+
paginateDescribeCapacityBlockOfferings,
|
|
42253
|
+
paginateDescribeCapacityBlocks,
|
|
42254
|
+
paginateDescribeCapacityBlockStatus,
|
|
42255
|
+
paginateDescribeCapacityManagerDataExports,
|
|
42256
|
+
paginateDescribeCapacityReservationBillingRequests,
|
|
42257
|
+
paginateDescribeCapacityReservationFleets,
|
|
42258
|
+
paginateDescribeCapacityReservations,
|
|
42259
|
+
paginateDescribeCarrierGateways,
|
|
42260
|
+
paginateDescribeClassicLinkInstances,
|
|
42261
|
+
paginateDescribeClientVpnAuthorizationRules,
|
|
42262
|
+
paginateDescribeClientVpnConnections,
|
|
42263
|
+
paginateDescribeClientVpnEndpoints,
|
|
42264
|
+
paginateDescribeClientVpnRoutes,
|
|
42265
|
+
paginateDescribeClientVpnTargetNetworks,
|
|
42266
|
+
paginateDescribeCoipPools,
|
|
42267
|
+
paginateDescribeDhcpOptions,
|
|
42268
|
+
paginateDescribeEgressOnlyInternetGateways,
|
|
42269
|
+
paginateDescribeExportImageTasks,
|
|
42270
|
+
paginateDescribeFastLaunchImages,
|
|
42271
|
+
paginateDescribeFastSnapshotRestores,
|
|
42272
|
+
paginateDescribeFleets,
|
|
42273
|
+
paginateDescribeFlowLogs,
|
|
42274
|
+
paginateDescribeFpgaImages,
|
|
42275
|
+
paginateDescribeHostReservationOfferings,
|
|
42276
|
+
paginateDescribeHostReservations,
|
|
42277
|
+
paginateDescribeHosts,
|
|
42278
|
+
paginateDescribeIamInstanceProfileAssociations,
|
|
42279
|
+
paginateDescribeImageReferences,
|
|
42280
|
+
paginateDescribeImages,
|
|
42281
|
+
paginateDescribeImageUsageReportEntries,
|
|
42282
|
+
paginateDescribeImageUsageReports,
|
|
42283
|
+
paginateDescribeImportImageTasks,
|
|
42284
|
+
paginateDescribeImportSnapshotTasks,
|
|
42285
|
+
paginateDescribeInstanceConnectEndpoints,
|
|
42286
|
+
paginateDescribeInstanceCreditSpecifications,
|
|
42287
|
+
paginateDescribeInstanceEventWindows,
|
|
42288
|
+
paginateDescribeInstanceImageMetadata,
|
|
42289
|
+
paginateDescribeInstances,
|
|
42290
|
+
paginateDescribeInstanceStatus,
|
|
42291
|
+
paginateDescribeInstanceTopology,
|
|
42292
|
+
paginateDescribeInstanceTypeOfferings,
|
|
42293
|
+
paginateDescribeInstanceTypes,
|
|
42294
|
+
paginateDescribeInternetGateways,
|
|
42295
|
+
paginateDescribeIpamPools,
|
|
42296
|
+
paginateDescribeIpamPrefixListResolvers,
|
|
42297
|
+
paginateDescribeIpamPrefixListResolverTargets,
|
|
42298
|
+
paginateDescribeIpamResourceDiscoveries,
|
|
42299
|
+
paginateDescribeIpamResourceDiscoveryAssociations,
|
|
42300
|
+
paginateDescribeIpams,
|
|
42301
|
+
paginateDescribeIpamScopes,
|
|
42302
|
+
paginateDescribeIpv6Pools,
|
|
42303
|
+
paginateDescribeLaunchTemplates,
|
|
42304
|
+
paginateDescribeLaunchTemplateVersions,
|
|
42305
|
+
paginateDescribeLocalGatewayRouteTables,
|
|
42306
|
+
paginateDescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations,
|
|
42307
|
+
paginateDescribeLocalGatewayRouteTableVpcAssociations,
|
|
42308
|
+
paginateDescribeLocalGateways,
|
|
42309
|
+
paginateDescribeLocalGatewayVirtualInterfaceGroups,
|
|
42310
|
+
paginateDescribeLocalGatewayVirtualInterfaces,
|
|
42311
|
+
paginateDescribeMacHosts,
|
|
42312
|
+
paginateDescribeMacModificationTasks,
|
|
42313
|
+
paginateDescribeManagedPrefixLists,
|
|
42314
|
+
paginateDescribeMovingAddresses,
|
|
42315
|
+
paginateDescribeNatGateways,
|
|
42316
|
+
paginateDescribeNetworkAcls,
|
|
42317
|
+
paginateDescribeNetworkInsightsAccessScopeAnalyses,
|
|
42318
|
+
paginateDescribeNetworkInsightsAccessScopes,
|
|
42319
|
+
paginateDescribeNetworkInsightsAnalyses,
|
|
42320
|
+
paginateDescribeNetworkInsightsPaths,
|
|
42321
|
+
paginateDescribeNetworkInterfacePermissions,
|
|
42322
|
+
paginateDescribeNetworkInterfaces,
|
|
42323
|
+
paginateDescribePrefixLists,
|
|
42324
|
+
paginateDescribePrincipalIdFormat,
|
|
42325
|
+
paginateDescribePublicIpv4Pools,
|
|
42326
|
+
paginateDescribeReplaceRootVolumeTasks,
|
|
42327
|
+
paginateDescribeReservedInstancesModifications,
|
|
42328
|
+
paginateDescribeReservedInstancesOfferings,
|
|
42329
|
+
paginateDescribeRouteServerEndpoints,
|
|
42330
|
+
paginateDescribeRouteServerPeers,
|
|
42331
|
+
paginateDescribeRouteServers,
|
|
42332
|
+
paginateDescribeRouteTables,
|
|
42333
|
+
paginateDescribeScheduledInstanceAvailability,
|
|
42334
|
+
paginateDescribeScheduledInstances,
|
|
42335
|
+
paginateDescribeSecurityGroupRules,
|
|
42336
|
+
paginateDescribeSecurityGroups,
|
|
42337
|
+
paginateDescribeSecurityGroupVpcAssociations,
|
|
42338
|
+
paginateDescribeSnapshots,
|
|
42339
|
+
paginateDescribeSnapshotTierStatus,
|
|
42340
|
+
paginateDescribeSpotFleetRequests,
|
|
42341
|
+
paginateDescribeSpotInstanceRequests,
|
|
42342
|
+
paginateDescribeSpotPriceHistory,
|
|
42343
|
+
paginateDescribeStaleSecurityGroups,
|
|
42344
|
+
paginateDescribeStoreImageTasks,
|
|
42345
|
+
paginateDescribeSubnets,
|
|
42346
|
+
paginateDescribeTags,
|
|
42347
|
+
paginateDescribeTrafficMirrorFilters,
|
|
42348
|
+
paginateDescribeTrafficMirrorSessions,
|
|
42349
|
+
paginateDescribeTrafficMirrorTargets,
|
|
42350
|
+
paginateDescribeTransitGatewayAttachments,
|
|
42351
|
+
paginateDescribeTransitGatewayConnectPeers,
|
|
42352
|
+
paginateDescribeTransitGatewayConnects,
|
|
42353
|
+
paginateDescribeTransitGatewayMulticastDomains,
|
|
42354
|
+
paginateDescribeTransitGatewayPeeringAttachments,
|
|
42355
|
+
paginateDescribeTransitGatewayPolicyTables,
|
|
42356
|
+
paginateDescribeTransitGatewayRouteTableAnnouncements,
|
|
42357
|
+
paginateDescribeTransitGatewayRouteTables,
|
|
42358
|
+
paginateDescribeTransitGateways,
|
|
42359
|
+
paginateDescribeTransitGatewayVpcAttachments,
|
|
42360
|
+
paginateDescribeTrunkInterfaceAssociations,
|
|
42361
|
+
paginateDescribeVerifiedAccessEndpoints,
|
|
42362
|
+
paginateDescribeVerifiedAccessGroups,
|
|
42363
|
+
paginateDescribeVerifiedAccessInstanceLoggingConfigurations,
|
|
42364
|
+
paginateDescribeVerifiedAccessInstances,
|
|
42365
|
+
paginateDescribeVerifiedAccessTrustProviders,
|
|
42366
|
+
paginateDescribeVolumes,
|
|
42367
|
+
paginateDescribeVolumesModifications,
|
|
42368
|
+
paginateDescribeVolumeStatus,
|
|
42369
|
+
paginateDescribeVpcClassicLinkDnsSupport,
|
|
42370
|
+
paginateDescribeVpcEndpointConnectionNotifications,
|
|
42371
|
+
paginateDescribeVpcEndpointConnections,
|
|
42372
|
+
paginateDescribeVpcEndpoints,
|
|
42373
|
+
paginateDescribeVpcEndpointServiceConfigurations,
|
|
42374
|
+
paginateDescribeVpcEndpointServicePermissions,
|
|
42375
|
+
paginateDescribeVpcPeeringConnections,
|
|
42376
|
+
paginateDescribeVpcs,
|
|
42377
|
+
paginateDescribeVpnConcentrators,
|
|
42378
|
+
paginateGetAssociatedIpv6PoolCidrs,
|
|
42379
|
+
paginateGetAwsNetworkPerformanceData,
|
|
42380
|
+
paginateGetCapacityManagerMetricData,
|
|
42381
|
+
paginateGetCapacityManagerMetricDimensions,
|
|
42382
|
+
paginateGetGroupsForCapacityReservation,
|
|
42383
|
+
paginateGetInstanceTypesFromInstanceRequirements,
|
|
42384
|
+
paginateGetIpamAddressHistory,
|
|
42385
|
+
paginateGetIpamDiscoveredAccounts,
|
|
42386
|
+
paginateGetIpamDiscoveredResourceCidrs,
|
|
42387
|
+
paginateGetIpamPoolAllocations,
|
|
42388
|
+
paginateGetIpamPoolCidrs,
|
|
42389
|
+
paginateGetIpamPrefixListResolverRules,
|
|
42390
|
+
paginateGetIpamPrefixListResolverVersionEntries,
|
|
42391
|
+
paginateGetIpamPrefixListResolverVersions,
|
|
42392
|
+
paginateGetIpamResourceCidrs,
|
|
42393
|
+
paginateGetManagedPrefixListAssociations,
|
|
42394
|
+
paginateGetManagedPrefixListEntries,
|
|
42395
|
+
paginateGetNetworkInsightsAccessScopeAnalysisFindings,
|
|
42396
|
+
paginateGetSecurityGroupsForVpc,
|
|
42397
|
+
paginateGetSpotPlacementScores,
|
|
42398
|
+
paginateGetTransitGatewayAttachmentPropagations,
|
|
42399
|
+
paginateGetTransitGatewayMulticastDomainAssociations,
|
|
42400
|
+
paginateGetTransitGatewayPolicyTableAssociations,
|
|
42401
|
+
paginateGetTransitGatewayPrefixListReferences,
|
|
42402
|
+
paginateGetTransitGatewayRouteTableAssociations,
|
|
42403
|
+
paginateGetTransitGatewayRouteTablePropagations,
|
|
42404
|
+
paginateGetVpnConnectionDeviceTypes,
|
|
42405
|
+
paginateListImagesInRecycleBin,
|
|
42406
|
+
paginateListSnapshotsInRecycleBin,
|
|
42407
|
+
paginateSearchLocalGatewayRoutes,
|
|
42408
|
+
paginateSearchTransitGatewayMulticastGroups,
|
|
42409
|
+
paginateSearchTransitGatewayRoutes,
|
|
42410
|
+
};
|
|
42411
|
+
const waiters = {
|
|
42412
|
+
waitUntilBundleTaskComplete,
|
|
42413
|
+
waitUntilConversionTaskCancelled,
|
|
42414
|
+
waitUntilConversionTaskCompleted,
|
|
42415
|
+
waitUntilConversionTaskDeleted,
|
|
42416
|
+
waitUntilCustomerGatewayAvailable,
|
|
42417
|
+
waitUntilExportTaskCancelled,
|
|
42418
|
+
waitUntilExportTaskCompleted,
|
|
42419
|
+
waitUntilImageAvailable,
|
|
42420
|
+
waitUntilImageExists,
|
|
42421
|
+
waitUntilImageUsageReportAvailable,
|
|
42422
|
+
waitUntilSnapshotImported,
|
|
42423
|
+
waitUntilInstanceExists,
|
|
42424
|
+
waitUntilInstanceRunning,
|
|
42425
|
+
waitUntilInstanceStopped,
|
|
42426
|
+
waitUntilInstanceTerminated,
|
|
42427
|
+
waitUntilInstanceStatusOk,
|
|
42428
|
+
waitUntilSystemStatusOk,
|
|
42429
|
+
waitUntilInternetGatewayExists,
|
|
42430
|
+
waitUntilKeyPairExists,
|
|
42431
|
+
waitUntilNatGatewayAvailable,
|
|
42432
|
+
waitUntilNatGatewayDeleted,
|
|
42433
|
+
waitUntilNetworkInterfaceAvailable,
|
|
42434
|
+
waitUntilSecurityGroupExists,
|
|
42435
|
+
waitUntilSecurityGroupVpcAssociationAssociated,
|
|
42436
|
+
waitUntilSecurityGroupVpcAssociationDisassociated,
|
|
42437
|
+
waitUntilSnapshotCompleted,
|
|
42438
|
+
waitUntilSpotInstanceRequestFulfilled,
|
|
42439
|
+
waitUntilStoreImageTaskComplete,
|
|
42440
|
+
waitUntilSubnetAvailable,
|
|
42441
|
+
waitUntilVolumeAvailable,
|
|
42442
|
+
waitUntilVolumeDeleted,
|
|
42443
|
+
waitUntilVolumeInUse,
|
|
42444
|
+
waitUntilVpcPeeringConnectionDeleted,
|
|
42445
|
+
waitUntilVpcPeeringConnectionExists,
|
|
42446
|
+
waitUntilVpcAvailable,
|
|
42447
|
+
waitUntilVpcExists,
|
|
42448
|
+
waitUntilVpnConnectionAvailable,
|
|
42449
|
+
waitUntilVpnConnectionDeleted,
|
|
42450
|
+
waitUntilPasswordDataAvailable,
|
|
42244
42451
|
};
|
|
42452
|
+
class EC2 extends EC2Client {
|
|
42453
|
+
}
|
|
42454
|
+
smithyClient.createAggregatedClient(commands, EC2, { paginators, waiters });
|
|
42245
42455
|
|
|
42246
42456
|
const AcceleratorManufacturer = {
|
|
42247
42457
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
@@ -43210,6 +43420,12 @@ const _InstanceType = {
|
|
|
43210
43420
|
g6f_4xlarge: "g6f.4xlarge",
|
|
43211
43421
|
g6f_large: "g6f.large",
|
|
43212
43422
|
g6f_xlarge: "g6f.xlarge",
|
|
43423
|
+
g7e_12xlarge: "g7e.12xlarge",
|
|
43424
|
+
g7e_24xlarge: "g7e.24xlarge",
|
|
43425
|
+
g7e_2xlarge: "g7e.2xlarge",
|
|
43426
|
+
g7e_48xlarge: "g7e.48xlarge",
|
|
43427
|
+
g7e_4xlarge: "g7e.4xlarge",
|
|
43428
|
+
g7e_8xlarge: "g7e.8xlarge",
|
|
43213
43429
|
gr6_4xlarge: "gr6.4xlarge",
|
|
43214
43430
|
gr6_8xlarge: "gr6.8xlarge",
|
|
43215
43431
|
gr6f_4xlarge: "gr6f.4xlarge",
|
|
@@ -50430,6 +50646,7 @@ exports.paginateListImagesInRecycleBin = paginateListImagesInRecycleBin;
|
|
|
50430
50646
|
exports.paginateListSnapshotsInRecycleBin = paginateListSnapshotsInRecycleBin;
|
|
50431
50647
|
exports.paginateSearchLocalGatewayRoutes = paginateSearchLocalGatewayRoutes;
|
|
50432
50648
|
exports.paginateSearchTransitGatewayMulticastGroups = paginateSearchTransitGatewayMulticastGroups;
|
|
50649
|
+
exports.paginateSearchTransitGatewayRoutes = paginateSearchTransitGatewayRoutes;
|
|
50433
50650
|
exports.waitForBundleTaskComplete = waitForBundleTaskComplete;
|
|
50434
50651
|
exports.waitForConversionTaskCancelled = waitForConversionTaskCancelled;
|
|
50435
50652
|
exports.waitForConversionTaskCompleted = waitForConversionTaskCompleted;
|