@aws-sdk/client-ec2 3.193.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/EC2Client.js +11 -8
- package/dist-cjs/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/AllocateAddressCommand.js +10 -0
- package/dist-cjs/commands/AllocateHostsCommand.js +10 -0
- package/dist-cjs/commands/AllocateIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/AssignIpv6AddressesCommand.js +10 -0
- package/dist-cjs/commands/AssignPrivateIpAddressesCommand.js +10 -0
- package/dist-cjs/commands/AssociateAddressCommand.js +10 -0
- package/dist-cjs/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/AssociateDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-cjs/commands/AssociateIamInstanceProfileCommand.js +10 -0
- package/dist-cjs/commands/AssociateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/AssociateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateSubnetCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateTrunkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AssociateVpcCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/AttachClassicLinkVpcCommand.js +10 -0
- package/dist-cjs/commands/AttachInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/AttachNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AttachVolumeCommand.js +10 -0
- package/dist-cjs/commands/AttachVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeClientVpnIngressCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/BundleInstanceCommand.js +10 -0
- package/dist-cjs/commands/CancelBundleTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/CancelCapacityReservationFleetsCommand.js +10 -0
- package/dist-cjs/commands/CancelConversionTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelExportTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelImportTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelReservedInstancesListingCommand.js +10 -0
- package/dist-cjs/commands/CancelSpotFleetRequestsCommand.js +10 -0
- package/dist-cjs/commands/CancelSpotInstanceRequestsCommand.js +10 -0
- package/dist-cjs/commands/ConfirmProductInstanceCommand.js +10 -0
- package/dist-cjs/commands/CopyFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/CopyImageCommand.js +10 -0
- package/dist-cjs/commands/CopySnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/CreateCapacityReservationFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateCarrierGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +10 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateDefaultSubnetCommand.js +10 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +10 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/CreateFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/CreateImageCommand.js +10 -0
- package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/CreateInstanceExportTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/CreateKeyPairCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/CreateNatGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkAclCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInsightsPathCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
- package/dist-cjs/commands/CreatePlacementGroupCommand.js +10 -0
- package/dist-cjs/commands/CreatePublicIpv4PoolCommand.js +10 -0
- package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +10 -0
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/CreateStoreImageTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +10 -0
- package/dist-cjs/commands/CreateSubnetCommand.js +10 -0
- package/dist-cjs/commands/CreateTagsCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayConnectCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateVolumeCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnConnectionRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteCarrierGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/DeleteClientVpnRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteFleetsCommand.js +10 -0
- package/dist-cjs/commands/DeleteFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/DeleteFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/DeleteInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/DeleteInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/DeleteKeyPairCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/DeleteNatGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkAclCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsPathCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
- package/dist-cjs/commands/DeletePlacementGroupCommand.js +10 -0
- package/dist-cjs/commands/DeletePublicIpv4PoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/DeleteRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-cjs/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubnetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnConnectionRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-cjs/commands/DeregisterImageCommand.js +10 -0
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeAddressesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +10 -0
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
- package/dist-cjs/commands/DescribeCoipPoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeConversionTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomerGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeElasticGpusCommand.js +10 -0
- package/dist-cjs/commands/DescribeExportImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeExportTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeFpgaImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostReservationOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostReservationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceEventWindowsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInternetGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamPoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +10 -0
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +10 -0
- package/dist-cjs/commands/DescribePlacementGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribePrefixListsCommand.js +10 -0
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRegionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupRulesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotTierStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetRequestsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotPriceHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeSubnetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumesCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServicesCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpnGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DetachClassicLinkVpcCommand.js +10 -0
- package/dist-cjs/commands/DetachInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DetachNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DetachVolumeCommand.js +10 -0
- package/dist-cjs/commands/DetachVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/DisableFastLaunchCommand.js +10 -0
- package/dist-cjs/commands/DisableFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/DisableImageDeprecationCommand.js +10 -0
- package/dist-cjs/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/DisableSerialConsoleAccessCommand.js +10 -0
- package/dist-cjs/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-cjs/commands/DisableVgwRoutePropagationCommand.js +10 -0
- package/dist-cjs/commands/DisableVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/DisassociateAddressCommand.js +10 -0
- package/dist-cjs/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +10 -0
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +10 -0
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +10 -0
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +10 -0
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +10 -0
- package/dist-cjs/commands/EnableVolumeIOCommand.js +10 -0
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-cjs/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ExportImageCommand.js +10 -0
- package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
- package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +10 -0
- package/dist-cjs/commands/GetCoipPoolUsageCommand.js +10 -0
- package/dist-cjs/commands/GetConsoleOutputCommand.js +10 -0
- package/dist-cjs/commands/GetConsoleScreenshotCommand.js +10 -0
- package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetGroupsForCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
- package/dist-cjs/commands/GetInstanceUefiDataCommand.js +10 -0
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +10 -0
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +10 -0
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +10 -0
- package/dist-cjs/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetManagedPrefixListEntriesCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
- package/dist-cjs/commands/GetPasswordDataCommand.js +10 -0
- package/dist-cjs/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-cjs/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +10 -0
- package/dist-cjs/commands/GetSubnetCidrReservationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
- package/dist-cjs/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
- package/dist-cjs/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-cjs/commands/ImportImageCommand.js +10 -0
- package/dist-cjs/commands/ImportInstanceCommand.js +10 -0
- package/dist-cjs/commands/ImportKeyPairCommand.js +10 -0
- package/dist-cjs/commands/ImportSnapshotCommand.js +10 -0
- package/dist-cjs/commands/ImportVolumeCommand.js +10 -0
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +10 -0
- package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/ModifyFleetCommand.js +10 -0
- package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyHostsCommand.js +10 -0
- package/dist-cjs/commands/ModifyIdFormatCommand.js +10 -0
- package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +10 -0
- package/dist-cjs/commands/ModifyImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamResourceCidrCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotTierCommand.js +10 -0
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +10 -0
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVolumeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
- package/dist-cjs/commands/MonitorInstancesCommand.js +10 -0
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +10 -0
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +10 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +10 -0
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/RebootInstancesCommand.js +10 -0
- package/dist-cjs/commands/RegisterImageCommand.js +10 -0
- package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/ReleaseAddressCommand.js +10 -0
- package/dist-cjs/commands/ReleaseHostsCommand.js +10 -0
- package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/ReplaceRouteCommand.js +10 -0
- package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/ReportInstanceStatusCommand.js +10 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +10 -0
- package/dist-cjs/commands/RequestSpotInstancesCommand.js +10 -0
- package/dist-cjs/commands/ResetAddressAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/ResetFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +10 -0
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +10 -0
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +10 -0
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +10 -0
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/RunInstancesCommand.js +10 -0
- package/dist-cjs/commands/RunScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/SearchLocalGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
- package/dist-cjs/commands/SearchTransitGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/SendDiagnosticInterruptCommand.js +10 -0
- package/dist-cjs/commands/StartInstancesCommand.js +10 -0
- package/dist-cjs/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
- package/dist-cjs/commands/StopInstancesCommand.js +10 -0
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/TerminateInstancesCommand.js +10 -0
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +10 -0
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +10 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +10 -0
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/EC2Client.js +12 -9
- package/dist-es/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-es/commands/AllocateAddressCommand.js +10 -0
- package/dist-es/commands/AllocateHostsCommand.js +10 -0
- package/dist-es/commands/AllocateIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/AssignIpv6AddressesCommand.js +10 -0
- package/dist-es/commands/AssignPrivateIpAddressesCommand.js +10 -0
- package/dist-es/commands/AssociateAddressCommand.js +10 -0
- package/dist-es/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/AssociateDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-es/commands/AssociateIamInstanceProfileCommand.js +10 -0
- package/dist-es/commands/AssociateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/AssociateRouteTableCommand.js +10 -0
- package/dist-es/commands/AssociateSubnetCidrBlockCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/AssociateTrunkInterfaceCommand.js +10 -0
- package/dist-es/commands/AssociateVpcCidrBlockCommand.js +10 -0
- package/dist-es/commands/AttachClassicLinkVpcCommand.js +10 -0
- package/dist-es/commands/AttachInternetGatewayCommand.js +10 -0
- package/dist-es/commands/AttachNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/AttachVolumeCommand.js +10 -0
- package/dist-es/commands/AttachVpnGatewayCommand.js +10 -0
- package/dist-es/commands/AuthorizeClientVpnIngressCommand.js +10 -0
- package/dist-es/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
- package/dist-es/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/BundleInstanceCommand.js +10 -0
- package/dist-es/commands/CancelBundleTaskCommand.js +10 -0
- package/dist-es/commands/CancelCapacityReservationCommand.js +10 -0
- package/dist-es/commands/CancelCapacityReservationFleetsCommand.js +10 -0
- package/dist-es/commands/CancelConversionTaskCommand.js +10 -0
- package/dist-es/commands/CancelExportTaskCommand.js +10 -0
- package/dist-es/commands/CancelImportTaskCommand.js +10 -0
- package/dist-es/commands/CancelReservedInstancesListingCommand.js +10 -0
- package/dist-es/commands/CancelSpotFleetRequestsCommand.js +10 -0
- package/dist-es/commands/CancelSpotInstanceRequestsCommand.js +10 -0
- package/dist-es/commands/ConfirmProductInstanceCommand.js +10 -0
- package/dist-es/commands/CopyFpgaImageCommand.js +10 -0
- package/dist-es/commands/CopyImageCommand.js +10 -0
- package/dist-es/commands/CopySnapshotCommand.js +10 -0
- package/dist-es/commands/CreateCapacityReservationCommand.js +10 -0
- package/dist-es/commands/CreateCapacityReservationFleetCommand.js +10 -0
- package/dist-es/commands/CreateCarrierGatewayCommand.js +10 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/CreateClientVpnRouteCommand.js +10 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +10 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +10 -0
- package/dist-es/commands/CreateCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/CreateDefaultSubnetCommand.js +10 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +10 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-es/commands/CreateFleetCommand.js +10 -0
- package/dist-es/commands/CreateFlowLogsCommand.js +10 -0
- package/dist-es/commands/CreateFpgaImageCommand.js +10 -0
- package/dist-es/commands/CreateImageCommand.js +10 -0
- package/dist-es/commands/CreateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/CreateInstanceExportTaskCommand.js +10 -0
- package/dist-es/commands/CreateInternetGatewayCommand.js +10 -0
- package/dist-es/commands/CreateIpamCommand.js +10 -0
- package/dist-es/commands/CreateIpamPoolCommand.js +10 -0
- package/dist-es/commands/CreateIpamScopeCommand.js +10 -0
- package/dist-es/commands/CreateKeyPairCommand.js +10 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-es/commands/CreateManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/CreateNatGatewayCommand.js +10 -0
- package/dist-es/commands/CreateNetworkAclCommand.js +10 -0
- package/dist-es/commands/CreateNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInsightsPathCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
- package/dist-es/commands/CreatePlacementGroupCommand.js +10 -0
- package/dist-es/commands/CreatePublicIpv4PoolCommand.js +10 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +10 -0
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +10 -0
- package/dist-es/commands/CreateRouteCommand.js +10 -0
- package/dist-es/commands/CreateRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateSecurityGroupCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotsCommand.js +10 -0
- package/dist-es/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/CreateStoreImageTaskCommand.js +10 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +10 -0
- package/dist-es/commands/CreateSubnetCommand.js +10 -0
- package/dist-es/commands/CreateTagsCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayConnectCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateVolumeCommand.js +10 -0
- package/dist-es/commands/CreateVpcCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/CreateVpnConnectionCommand.js +10 -0
- package/dist-es/commands/CreateVpnConnectionRouteCommand.js +10 -0
- package/dist-es/commands/CreateVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteCarrierGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/DeleteClientVpnRouteCommand.js +10 -0
- package/dist-es/commands/DeleteCoipCidrCommand.js +10 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +10 -0
- package/dist-es/commands/DeleteCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteFleetsCommand.js +10 -0
- package/dist-es/commands/DeleteFlowLogsCommand.js +10 -0
- package/dist-es/commands/DeleteFpgaImageCommand.js +10 -0
- package/dist-es/commands/DeleteInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/DeleteInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteIpamCommand.js +10 -0
- package/dist-es/commands/DeleteIpamPoolCommand.js +10 -0
- package/dist-es/commands/DeleteIpamScopeCommand.js +10 -0
- package/dist-es/commands/DeleteKeyPairCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/DeleteNatGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkAclCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsPathCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
- package/dist-es/commands/DeletePlacementGroupCommand.js +10 -0
- package/dist-es/commands/DeletePublicIpv4PoolCommand.js +10 -0
- package/dist-es/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
- package/dist-es/commands/DeleteRouteCommand.js +10 -0
- package/dist-es/commands/DeleteRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-es/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +10 -0
- package/dist-es/commands/DeleteSubnetCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteVolumeCommand.js +10 -0
- package/dist-es/commands/DeleteVpcCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteVpnConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteVpnConnectionRouteCommand.js +10 -0
- package/dist-es/commands/DeleteVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-es/commands/DeregisterImageCommand.js +10 -0
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeAddressesAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeAddressesCommand.js +10 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +10 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +10 -0
- package/dist-es/commands/DescribeByoipCidrsCommand.js +10 -0
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +10 -0
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
- package/dist-es/commands/DescribeCoipPoolsCommand.js +10 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +10 -0
- package/dist-es/commands/DescribeCustomerGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeElasticGpusCommand.js +10 -0
- package/dist-es/commands/DescribeExportImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeExportTasksCommand.js +10 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +10 -0
- package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/DescribeFleetHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeFleetInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeFleetsCommand.js +10 -0
- package/dist-es/commands/DescribeFlowLogsCommand.js +10 -0
- package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeFpgaImagesCommand.js +10 -0
- package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeHostReservationsCommand.js +10 -0
- package/dist-es/commands/DescribeHostsCommand.js +10 -0
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeImageAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeImagesCommand.js +10 -0
- package/dist-es/commands/DescribeImportImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceEventWindowsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceStatusCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceTypesCommand.js +10 -0
- package/dist-es/commands/DescribeInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeInternetGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeIpamPoolsCommand.js +10 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +10 -0
- package/dist-es/commands/DescribeIpamsCommand.js +10 -0
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +10 -0
- package/dist-es/commands/DescribeKeyPairsCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchTemplatesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +10 -0
- package/dist-es/commands/DescribeMovingAddressesCommand.js +10 -0
- package/dist-es/commands/DescribeNatGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkAclsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfacesCommand.js +10 -0
- package/dist-es/commands/DescribePlacementGroupsCommand.js +10 -0
- package/dist-es/commands/DescribePrefixListsCommand.js +10 -0
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +10 -0
- package/dist-es/commands/DescribeRegionsCommand.js +10 -0
- package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeStoreImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeSubnetsCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeVolumeAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeVolumeStatusCommand.js +10 -0
- package/dist-es/commands/DescribeVolumesCommand.js +10 -0
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServicesCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcsCommand.js +10 -0
- package/dist-es/commands/DescribeVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpnGatewaysCommand.js +10 -0
- package/dist-es/commands/DetachClassicLinkVpcCommand.js +10 -0
- package/dist-es/commands/DetachInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DetachNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/DetachVolumeCommand.js +10 -0
- package/dist-es/commands/DetachVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/DisableFastLaunchCommand.js +10 -0
- package/dist-es/commands/DisableFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/DisableImageDeprecationCommand.js +10 -0
- package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/DisableSerialConsoleAccessCommand.js +10 -0
- package/dist-es/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-es/commands/DisableVgwRoutePropagationCommand.js +10 -0
- package/dist-es/commands/DisableVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/DisassociateAddressCommand.js +10 -0
- package/dist-es/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +10 -0
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/DisassociateRouteTableCommand.js +10 -0
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +10 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +10 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +10 -0
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/EnableImageDeprecationCommand.js +10 -0
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +10 -0
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +10 -0
- package/dist-es/commands/EnableVolumeIOCommand.js +10 -0
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-es/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
- package/dist-es/commands/ExportImageCommand.js +10 -0
- package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
- package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
- package/dist-es/commands/GetCapacityReservationUsageCommand.js +10 -0
- package/dist-es/commands/GetCoipPoolUsageCommand.js +10 -0
- package/dist-es/commands/GetConsoleOutputCommand.js +10 -0
- package/dist-es/commands/GetConsoleScreenshotCommand.js +10 -0
- package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
- package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +10 -0
- package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
- package/dist-es/commands/GetInstanceUefiDataCommand.js +10 -0
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +10 -0
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +10 -0
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +10 -0
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +10 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +10 -0
- package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
- package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +10 -0
- package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
- package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
- package/dist-es/commands/GetPasswordDataCommand.js +10 -0
- package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +10 -0
- package/dist-es/commands/GetSubnetCidrReservationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
- package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
- package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-es/commands/ImportImageCommand.js +10 -0
- package/dist-es/commands/ImportInstanceCommand.js +10 -0
- package/dist-es/commands/ImportKeyPairCommand.js +10 -0
- package/dist-es/commands/ImportSnapshotCommand.js +10 -0
- package/dist-es/commands/ImportVolumeCommand.js +10 -0
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +10 -0
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
- package/dist-es/commands/ModifyAddressAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
- package/dist-es/commands/ModifyCapacityReservationCommand.js +10 -0
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +10 -0
- package/dist-es/commands/ModifyClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/ModifyFleetCommand.js +10 -0
- package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyHostsCommand.js +10 -0
- package/dist-es/commands/ModifyIdFormatCommand.js +10 -0
- package/dist-es/commands/ModifyIdentityIdFormatCommand.js +10 -0
- package/dist-es/commands/ModifyImageAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyInstancePlacementCommand.js +10 -0
- package/dist-es/commands/ModifyIpamCommand.js +10 -0
- package/dist-es/commands/ModifyIpamPoolCommand.js +10 -0
- package/dist-es/commands/ModifyIpamResourceCidrCommand.js +10 -0
- package/dist-es/commands/ModifyIpamScopeCommand.js +10 -0
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyReservedInstancesCommand.js +10 -0
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotTierCommand.js +10 -0
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +10 -0
- package/dist-es/commands/ModifySubnetAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyVolumeCommand.js +10 -0
- package/dist-es/commands/ModifyVpcAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpcTenancyCommand.js +10 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +10 -0
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
- package/dist-es/commands/MonitorInstancesCommand.js +10 -0
- package/dist-es/commands/MoveAddressToVpcCommand.js +10 -0
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +10 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-es/commands/PurchaseHostReservationCommand.js +10 -0
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/RebootInstancesCommand.js +10 -0
- package/dist-es/commands/RegisterImageCommand.js +10 -0
- package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/ReleaseAddressCommand.js +10 -0
- package/dist-es/commands/ReleaseHostsCommand.js +10 -0
- package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
- package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/ReplaceRouteCommand.js +10 -0
- package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/ReportInstanceStatusCommand.js +10 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +10 -0
- package/dist-es/commands/RequestSpotInstancesCommand.js +10 -0
- package/dist-es/commands/ResetAddressAttributeCommand.js +10 -0
- package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/ResetFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/ResetImageAttributeCommand.js +10 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/RestoreAddressToClassicCommand.js +10 -0
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +10 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
- package/dist-es/commands/RestoreSnapshotTierCommand.js +10 -0
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +10 -0
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +10 -0
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/RunInstancesCommand.js +10 -0
- package/dist-es/commands/RunScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
- package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/SendDiagnosticInterruptCommand.js +10 -0
- package/dist-es/commands/StartInstancesCommand.js +10 -0
- package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
- package/dist-es/commands/StopInstancesCommand.js +10 -0
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/TerminateInstancesCommand.js +10 -0
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +10 -0
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +10 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +10 -0
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/EC2Client.d.ts +6 -9
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ExportImageCommand.d.ts +2 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/commands/ImportImageCommand.d.ts +2 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +2 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +2 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -0
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/EC2Client.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -240
- package/dist-es/endpoints.js +0 -236
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-ec2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **endpoint:** endpoint models for awsquery protocol ([#4070](https://github.com/aws/aws-sdk-js-v3/issues/4070)) ([41bb10d](https://github.com/aws/aws-sdk-js-v3/commit/41bb10dc09390b4fe0a6578feb6584c15b8b8186))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @aws-sdk/client-ec2
|
package/dist-cjs/EC2Client.js
CHANGED
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.EC2Client = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
6
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
6
7
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
7
8
|
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
8
9
|
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
@@ -10,18 +11,20 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
11
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
12
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
13
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
14
|
+
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
13
15
|
const runtimeConfig_1 = require("./runtimeConfig");
|
|
14
16
|
class EC2Client extends smithy_client_1.Client {
|
|
15
17
|
constructor(configuration) {
|
|
16
18
|
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
|
|
17
|
-
const _config_1 = (0,
|
|
18
|
-
const _config_2 = (0, config_resolver_1.
|
|
19
|
-
const _config_3 = (0,
|
|
20
|
-
const _config_4 = (0,
|
|
21
|
-
const _config_5 = (0,
|
|
22
|
-
const _config_6 = (0,
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
20
|
+
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
21
|
+
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
22
|
+
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
23
|
+
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
24
|
+
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
25
|
+
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
26
|
+
super(_config_7);
|
|
27
|
+
this.config = _config_7;
|
|
25
28
|
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
26
29
|
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
27
30
|
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptReservedInstancesExchangeQuoteCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptReservedInstancesExchangeQuoteCommand extends smithy_client_1.Comman
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptReservedInstancesExchangeQuoteCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptTransitGatewayMulticastDomainAssociationsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptTransitGatewayMulticastDomainAssociationsCommand extends smithy_clie
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayMulticastDomainAssociationsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptTransitGatewayPeeringAttachmentCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptTransitGatewayPeeringAttachmentCommand extends smithy_client_1.Comma
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayPeeringAttachmentCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptTransitGatewayVpcAttachmentCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptTransitGatewayVpcAttachmentCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayVpcAttachmentCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptVpcEndpointConnectionsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptVpcEndpointConnectionsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptVpcEndpointConnectionsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptVpcPeeringConnectionCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AcceptVpcPeeringConnectionCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptVpcPeeringConnectionCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AdvertiseByoipCidrCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AdvertiseByoipCidrCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AdvertiseByoipCidrCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateAddressCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AllocateAddressCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateAddressCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateHostsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AllocateHostsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateHostsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AllocateIpamPoolCidrCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AllocateIpamPoolCidrCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateIpamPoolCidrCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ApplySecurityGroupsToClientVpnTargetNetworkCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends smithy_client_1
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ApplySecurityGroupsToClientVpnTargetNetworkCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssignIpv6AddressesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssignIpv6AddressesCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssignIpv6AddressesCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssignPrivateIpAddressesCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssignPrivateIpAddressesCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssignPrivateIpAddressesCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateAddressCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateAddressCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateAddressCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateClientVpnTargetNetworkCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateClientVpnTargetNetworkCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateClientVpnTargetNetworkCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateDhcpOptionsCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateDhcpOptionsCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateDhcpOptionsCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateEnclaveCertificateIamRoleCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateEnclaveCertificateIamRoleCommand extends smithy_client_1.Command
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateEnclaveCertificateIamRoleCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateIamInstanceProfileCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateIamInstanceProfileCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateIamInstanceProfileCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateInstanceEventWindowCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateInstanceEventWindowCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateInstanceEventWindowCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateRouteTableCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateRouteTableCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateRouteTableCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateSubnetCidrBlockCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
4
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
7
|
const models_0_1 = require("../models/models_0");
|
|
@@ -10,8 +11,17 @@ class AssociateSubnetCidrBlockCommand extends smithy_client_1.Command {
|
|
|
10
11
|
super();
|
|
11
12
|
this.input = input;
|
|
12
13
|
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
13
22
|
resolveMiddleware(clientStack, configuration, options) {
|
|
14
23
|
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateSubnetCidrBlockCommand.getEndpointParameterInstructions()));
|
|
15
25
|
const stack = clientStack.concat(this.middlewareStack);
|
|
16
26
|
const { logger } = configuration;
|
|
17
27
|
const clientName = "EC2Client";
|