@aws-sdk/client-ec2 3.701.0 → 3.703.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/README.md +88 -0
- package/dist-cjs/index.js +2100 -432
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
- package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
- package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
- package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
- package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +9 -32
- package/dist-es/models/models_1.js +50 -11
- package/dist-es/models/models_2.js +28 -19
- package/dist-es/models/models_3.js +21 -9
- package/dist-es/models/models_4.js +9 -0
- package/dist-es/models/models_5.js +8 -3
- package/dist-es/models/models_6.js +13 -8
- package/dist-es/models/models_7.js +15 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -123
- package/dist-types/EC2.d.ts +82 -0
- package/dist-types/EC2Client.d.ts +13 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
- package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +119 -298
- package/dist-types/models/models_1.d.ts +324 -199
- package/dist-types/models/models_2.d.ts +553 -274
- package/dist-types/models/models_3.d.ts +396 -839
- package/dist-types/models/models_4.d.ts +7095 -7084
- package/dist-types/models/models_5.d.ts +5587 -5044
- package/dist-types/models/models_6.d.ts +4288 -4396
- package/dist-types/models/models_7.d.ts +1424 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +216 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +37 -64
- package/dist-types/ts3.4/models/models_1.d.ts +83 -54
- package/dist-types/ts3.4/models/models_2.d.ts +140 -81
- package/dist-types/ts3.4/models/models_3.d.ts +96 -153
- package/dist-types/ts3.4/models/models_4.d.ts +154 -134
- package/dist-types/ts3.4/models/models_5.d.ts +191 -127
- package/dist-types/ts3.4/models/models_6.d.ts +235 -266
- package/dist-types/ts3.4/models/models_7.d.ts +323 -6
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +1 -1
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ConnectivityType = {
|
|
4
|
+
PRIVATE: "private",
|
|
5
|
+
PUBLIC: "public",
|
|
6
|
+
};
|
|
7
|
+
export const NatGatewayState = {
|
|
8
|
+
AVAILABLE: "available",
|
|
9
|
+
DELETED: "deleted",
|
|
10
|
+
DELETING: "deleting",
|
|
11
|
+
FAILED: "failed",
|
|
12
|
+
PENDING: "pending",
|
|
13
|
+
};
|
|
3
14
|
export const RuleAction = {
|
|
4
15
|
allow: "allow",
|
|
5
16
|
deny: "deny",
|
|
@@ -228,13 +239,16 @@ export const TransitGatewayRouteTableAnnouncementState = {
|
|
|
228
239
|
export const VerifiedAccessEndpointAttachmentType = {
|
|
229
240
|
vpc: "vpc",
|
|
230
241
|
};
|
|
231
|
-
export const VerifiedAccessEndpointType = {
|
|
232
|
-
load_balancer: "load-balancer",
|
|
233
|
-
network_interface: "network-interface",
|
|
234
|
-
};
|
|
235
242
|
export const VerifiedAccessEndpointProtocol = {
|
|
236
243
|
http: "http",
|
|
237
244
|
https: "https",
|
|
245
|
+
tcp: "tcp",
|
|
246
|
+
};
|
|
247
|
+
export const VerifiedAccessEndpointType = {
|
|
248
|
+
cidr: "cidr",
|
|
249
|
+
load_balancer: "load-balancer",
|
|
250
|
+
network_interface: "network-interface",
|
|
251
|
+
rds: "rds",
|
|
238
252
|
};
|
|
239
253
|
export const VerifiedAccessEndpointStatusCode = {
|
|
240
254
|
active: "active",
|
|
@@ -282,6 +296,8 @@ export const VpcEndpointType = {
|
|
|
282
296
|
Gateway: "Gateway",
|
|
283
297
|
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
284
298
|
Interface: "Interface",
|
|
299
|
+
Resource: "Resource",
|
|
300
|
+
ServiceNetwork: "ServiceNetwork",
|
|
285
301
|
};
|
|
286
302
|
export const State = {
|
|
287
303
|
Available: "Available",
|
|
@@ -289,6 +305,7 @@ export const State = {
|
|
|
289
305
|
Deleting: "Deleting",
|
|
290
306
|
Expired: "Expired",
|
|
291
307
|
Failed: "Failed",
|
|
308
|
+
Partial: "Partial",
|
|
292
309
|
Pending: "Pending",
|
|
293
310
|
PendingAcceptance: "PendingAcceptance",
|
|
294
311
|
Rejected: "Rejected",
|
|
@@ -347,21 +364,10 @@ export const TelemetryStatus = {
|
|
|
347
364
|
DOWN: "DOWN",
|
|
348
365
|
UP: "UP",
|
|
349
366
|
};
|
|
350
|
-
export const
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
DELETED_TERMINATING_INSTANCES: "deleted_terminating",
|
|
355
|
-
FAILED: "failed",
|
|
356
|
-
MODIFYING: "modifying",
|
|
357
|
-
SUBMITTED: "submitted",
|
|
358
|
-
};
|
|
359
|
-
export const DeleteFleetErrorCode = {
|
|
360
|
-
FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
|
|
361
|
-
FLEET_ID_MALFORMED: "fleetIdMalformed",
|
|
362
|
-
FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
|
|
363
|
-
UNEXPECTED_ERROR: "unexpectedError",
|
|
364
|
-
};
|
|
367
|
+
export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
370
|
+
});
|
|
365
371
|
export const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
366
372
|
...obj,
|
|
367
373
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -371,6 +377,9 @@ export const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj)
|
|
|
371
377
|
...(obj.OidcOptions && {
|
|
372
378
|
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
373
379
|
}),
|
|
380
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
381
|
+
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
382
|
+
}),
|
|
374
383
|
});
|
|
375
384
|
export const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
376
385
|
...obj,
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const FleetStateCode = {
|
|
4
|
+
ACTIVE: "active",
|
|
5
|
+
DELETED: "deleted",
|
|
6
|
+
DELETED_RUNNING: "deleted_running",
|
|
7
|
+
DELETED_TERMINATING_INSTANCES: "deleted_terminating",
|
|
8
|
+
FAILED: "failed",
|
|
9
|
+
MODIFYING: "modifying",
|
|
10
|
+
SUBMITTED: "submitted",
|
|
11
|
+
};
|
|
12
|
+
export const DeleteFleetErrorCode = {
|
|
13
|
+
FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
|
|
14
|
+
FLEET_ID_MALFORMED: "fleetIdMalformed",
|
|
15
|
+
FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
|
|
16
|
+
UNEXPECTED_ERROR: "unexpectedError",
|
|
17
|
+
};
|
|
3
18
|
export const LaunchTemplateErrorCode = {
|
|
4
19
|
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist",
|
|
5
20
|
LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed",
|
|
@@ -100,6 +115,12 @@ export const ConversionTaskState = {
|
|
|
100
115
|
cancelling: "cancelling",
|
|
101
116
|
completed: "completed",
|
|
102
117
|
};
|
|
118
|
+
export const ReportState = {
|
|
119
|
+
cancelled: "cancelled",
|
|
120
|
+
complete: "complete",
|
|
121
|
+
error: "error",
|
|
122
|
+
running: "running",
|
|
123
|
+
};
|
|
103
124
|
export const ElasticGpuStatus = {
|
|
104
125
|
Impaired: "IMPAIRED",
|
|
105
126
|
Ok: "OK",
|
|
@@ -136,15 +157,6 @@ export const FleetActivityStatus = {
|
|
|
136
157
|
PENDING_FULFILLMENT: "pending_fulfillment",
|
|
137
158
|
PENDING_TERMINATION: "pending_termination",
|
|
138
159
|
};
|
|
139
|
-
export const FpgaImageAttributeName = {
|
|
140
|
-
description: "description",
|
|
141
|
-
loadPermission: "loadPermission",
|
|
142
|
-
name: "name",
|
|
143
|
-
productCodes: "productCodes",
|
|
144
|
-
};
|
|
145
|
-
export const PermissionGroup = {
|
|
146
|
-
all: "all",
|
|
147
|
-
};
|
|
148
160
|
export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
149
161
|
...obj,
|
|
150
162
|
...(obj.VerifiedAccessTrustProvider && {
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const FpgaImageAttributeName = {
|
|
4
|
+
description: "description",
|
|
5
|
+
loadPermission: "loadPermission",
|
|
6
|
+
name: "name",
|
|
7
|
+
productCodes: "productCodes",
|
|
8
|
+
};
|
|
9
|
+
export const PermissionGroup = {
|
|
10
|
+
all: "all",
|
|
11
|
+
};
|
|
3
12
|
export const ProductCodeValues = {
|
|
4
13
|
devpay: "devpay",
|
|
5
14
|
marketplace: "marketplace",
|
|
@@ -70,11 +70,19 @@ export const VpcAttributeName = {
|
|
|
70
70
|
enableDnsSupport: "enableDnsSupport",
|
|
71
71
|
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
|
|
72
72
|
};
|
|
73
|
+
export const VpcBlockPublicAccessExclusionsAllowed = {
|
|
74
|
+
allowed: "allowed",
|
|
75
|
+
not_allowed: "not-allowed",
|
|
76
|
+
};
|
|
73
77
|
export const InternetGatewayBlockMode = {
|
|
74
78
|
block_bidirectional: "block-bidirectional",
|
|
75
79
|
block_ingress: "block-ingress",
|
|
76
80
|
off: "off",
|
|
77
81
|
};
|
|
82
|
+
export const ManagedBy = {
|
|
83
|
+
account: "account",
|
|
84
|
+
declarative_policy: "declarative-policy",
|
|
85
|
+
};
|
|
78
86
|
export const VpcBlockPublicAccessState = {
|
|
79
87
|
default_state: "default-state",
|
|
80
88
|
update_complete: "update-complete",
|
|
@@ -94,9 +102,6 @@ export const TransitGatewayPropagationState = {
|
|
|
94
102
|
enabled: "enabled",
|
|
95
103
|
enabling: "enabling",
|
|
96
104
|
};
|
|
97
|
-
export const ImageBlockPublicAccessEnabledState = {
|
|
98
|
-
block_new_sharing: "block-new-sharing",
|
|
99
|
-
};
|
|
100
105
|
export const SpotFleetLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
101
106
|
...obj,
|
|
102
107
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
@@ -2,6 +2,9 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
|
|
3
3
|
import { ConversionTaskFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { SnapshotDetailFilterSensitiveLog, SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
|
|
5
|
+
export const ImageBlockPublicAccessEnabledState = {
|
|
6
|
+
block_new_sharing: "block-new-sharing",
|
|
7
|
+
};
|
|
5
8
|
export const ClientCertificateRevocationListStatusCode = {
|
|
6
9
|
active: "active",
|
|
7
10
|
pending: "pending",
|
|
@@ -127,14 +130,16 @@ export const DefaultInstanceMetadataTagsState = {
|
|
|
127
130
|
enabled: "enabled",
|
|
128
131
|
no_preference: "no-preference",
|
|
129
132
|
};
|
|
130
|
-
export const
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
133
|
+
export const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
|
|
134
|
+
...obj,
|
|
135
|
+
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
136
|
+
});
|
|
137
|
+
export const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
...(obj.UserTrustProvider && {
|
|
140
|
+
UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(obj.UserTrustProvider),
|
|
141
|
+
}),
|
|
142
|
+
});
|
|
138
143
|
export const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
|
|
139
144
|
...obj,
|
|
140
145
|
...(obj.KeyValue && { KeyValue: SENSITIVE_STRING }),
|
|
@@ -2,6 +2,14 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
5
|
+
export const HostTenancy = {
|
|
6
|
+
dedicated: "dedicated",
|
|
7
|
+
default: "default",
|
|
8
|
+
host: "host",
|
|
9
|
+
};
|
|
10
|
+
export const TargetStorageTier = {
|
|
11
|
+
archive: "archive",
|
|
12
|
+
};
|
|
5
13
|
export const TrafficMirrorFilterRuleField = {
|
|
6
14
|
description: "description",
|
|
7
15
|
destination_port_range: "destination-port-range",
|
|
@@ -50,6 +58,10 @@ export const MembershipType = {
|
|
|
50
58
|
igmp: "igmp",
|
|
51
59
|
static: "static",
|
|
52
60
|
};
|
|
61
|
+
export const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
62
|
+
...obj,
|
|
63
|
+
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
64
|
+
});
|
|
53
65
|
export const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
54
66
|
...obj,
|
|
55
67
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -59,6 +71,9 @@ export const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj)
|
|
|
59
71
|
...(obj.OidcOptions && {
|
|
60
72
|
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
61
73
|
}),
|
|
74
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
75
|
+
NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
76
|
+
}),
|
|
62
77
|
});
|
|
63
78
|
export const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
64
79
|
...obj,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|