@aws-sdk/client-ec2 3.36.1 → 3.40.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 +46 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/CreateFleetCommand.js +2 -1
- package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
- package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +3 -3
- package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +1 -2
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +3 -3
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
- package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/index.js +476 -0
- package/dist-cjs/endpoints.js +187 -23
- package/dist-cjs/index.js +5 -609
- package/dist-cjs/models/models_0.js +144 -108
- package/dist-cjs/models/models_1.js +153 -181
- package/dist-cjs/models/models_2.js +188 -144
- package/dist-cjs/models/models_3.js +150 -192
- package/dist-cjs/models/models_4.js +234 -223
- package/dist-cjs/models/models_5.js +222 -4
- package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
- package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +109 -0
- package/dist-cjs/protocols/Aws_ec2.js +2226 -915
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +35 -0
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -1
- package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
- package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
- package/dist-es/commands/CreateImageCommand.js +1 -1
- package/dist-es/commands/CreateInstanceEventWindowCommand.js +1 -2
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DescribeHostsCommand.js +2 -1
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeImagesCommand.js +1 -1
- package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-es/commands/DescribeTagsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
- package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/index.js +473 -0
- package/dist-es/endpoints.js +187 -23
- package/dist-es/index.js +5 -609
- package/dist-es/models/models_0.js +116 -73
- package/dist-es/models/models_1.js +102 -124
- package/dist-es/models/models_2.js +128 -92
- package/dist-es/models/models_3.js +98 -124
- package/dist-es/models/models_4.js +152 -147
- package/dist-es/models/models_5.js +147 -0
- package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
- package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
- package/dist-es/pagination/index.js +106 -0
- package/dist-es/protocols/Aws_ec2.js +3652 -2148
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +32 -0
- package/dist-types/EC2.d.ts +54 -22
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -5
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.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/ModifyLaunchTemplateCommand.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/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +473 -0
- package/dist-types/index.d.ts +5 -609
- package/dist-types/models/models_0.d.ts +610 -699
- package/dist-types/models/models_1.d.ts +4710 -4496
- package/dist-types/models/models_2.d.ts +4647 -4707
- package/dist-types/models/models_3.d.ts +6978 -6938
- package/dist-types/models/models_4.d.ts +4834 -4487
- package/dist-types/models/models_5.d.ts +974 -20
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +106 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +10 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.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/ModifyLaunchTemplateCommand.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/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/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +473 -0
- package/dist-types/ts3.4/index.d.ts +5 -609
- package/dist-types/ts3.4/models/models_0.d.ts +231 -266
- package/dist-types/ts3.4/models/models_1.d.ts +401 -417
- package/dist-types/ts3.4/models/models_2.d.ts +439 -413
- package/dist-types/ts3.4/models/models_3.d.ts +2348 -2330
- package/dist-types/ts3.4/models/models_4.d.ts +2003 -1964
- package/dist-types/ts3.4/models/models_5.d.ts +485 -7
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +106 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +32 -0
- package/dist-types/waiters/index.d.ts +32 -0
- package/package.json +34 -34
|
@@ -1,11 +1,187 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
3
|
+
exports.DeleteFleetSuccessItem = exports.FleetStateCode = exports.DeleteFleetsRequest = exports.DeleteEgressOnlyInternetGatewayResult = exports.DeleteEgressOnlyInternetGatewayRequest = exports.DeleteDhcpOptionsRequest = exports.DeleteCustomerGatewayRequest = exports.DeleteClientVpnRouteResult = exports.DeleteClientVpnRouteRequest = exports.DeleteClientVpnEndpointResult = exports.DeleteClientVpnEndpointRequest = exports.DeleteCarrierGatewayResult = exports.DeleteCarrierGatewayRequest = exports.CreateVpnGatewayResult = exports.VpnGateway = exports.CreateVpnGatewayRequest = exports.CreateVpnConnectionRouteRequest = exports.CreateVpnConnectionResult = exports.VpnConnection = exports.VgwTelemetry = exports.VpnStaticRoute = exports.VpnConnectionOptions = exports.TunnelOption = exports.Phase2IntegrityAlgorithmsListValue = exports.Phase2EncryptionAlgorithmsListValue = exports.Phase2DHGroupNumbersListValue = exports.Phase1IntegrityAlgorithmsListValue = exports.Phase1EncryptionAlgorithmsListValue = exports.Phase1DHGroupNumbersListValue = exports.IKEVersionsListValue = exports.CreateVpnConnectionRequest = exports.VpnConnectionOptionsSpecification = exports.VpnTunnelOptionsSpecification = exports.Phase2IntegrityAlgorithmsRequestListValue = exports.Phase2EncryptionAlgorithmsRequestListValue = exports.Phase2DHGroupNumbersRequestListValue = exports.Phase1IntegrityAlgorithmsRequestListValue = exports.Phase1EncryptionAlgorithmsRequestListValue = exports.Phase1DHGroupNumbersRequestListValue = exports.IKEVersionsRequestListValue = exports.CreateVpcPeeringConnectionResult = exports.CreateVpcPeeringConnectionRequest = exports.CreateVpcEndpointServiceConfigurationResult = exports.ServiceConfiguration = exports.ServiceTypeDetail = exports.ServiceType = exports.ServiceState = exports.PrivateDnsNameConfiguration = exports.DnsNameState = exports.CreateVpcEndpointServiceConfigurationRequest = void 0;
|
|
4
|
+
exports.DeleteSpotDatafeedSubscriptionRequest = exports.DeleteSnapshotRequest = exports.DeleteSecurityGroupRequest = exports.DeleteRouteTableRequest = exports.DeleteRouteRequest = exports.DeleteQueuedReservedInstancesResult = exports.SuccessfulQueuedPurchaseDeletion = exports.FailedQueuedPurchaseDeletion = exports.DeleteQueuedReservedInstancesError = exports.DeleteQueuedReservedInstancesErrorCode = exports.DeleteQueuedReservedInstancesRequest = exports.DeletePlacementGroupRequest = exports.DeleteNetworkInterfacePermissionResult = exports.DeleteNetworkInterfacePermissionRequest = exports.DeleteNetworkInterfaceRequest = exports.DeleteNetworkInsightsPathResult = exports.DeleteNetworkInsightsPathRequest = exports.DeleteNetworkInsightsAnalysisResult = exports.DeleteNetworkInsightsAnalysisRequest = exports.DeleteNetworkAclEntryRequest = exports.DeleteNetworkAclRequest = exports.DeleteNatGatewayResult = exports.DeleteNatGatewayRequest = exports.DeleteManagedPrefixListResult = exports.DeleteManagedPrefixListRequest = exports.DeleteLocalGatewayRouteTableVpcAssociationResult = exports.DeleteLocalGatewayRouteTableVpcAssociationRequest = exports.DeleteLocalGatewayRouteResult = exports.DeleteLocalGatewayRouteRequest = exports.DeleteLaunchTemplateVersionsResult = exports.DeleteLaunchTemplateVersionsResponseErrorItem = exports.ResponseError = exports.LaunchTemplateErrorCode = exports.DeleteLaunchTemplateVersionsResponseSuccessItem = exports.DeleteLaunchTemplateVersionsRequest = exports.DeleteLaunchTemplateResult = exports.DeleteLaunchTemplateRequest = exports.DeleteKeyPairRequest = exports.DeleteInternetGatewayRequest = exports.DeleteInstanceEventWindowResult = exports.InstanceEventWindowStateChange = exports.DeleteInstanceEventWindowRequest = exports.DeleteFpgaImageResult = exports.DeleteFpgaImageRequest = exports.DeleteFlowLogsResult = exports.DeleteFlowLogsRequest = exports.DeleteFleetsResult = exports.DeleteFleetErrorItem = exports.DeleteFleetError = exports.DeleteFleetErrorCode = void 0;
|
|
5
|
+
exports.DeregisterInstanceEventNotificationAttributesResult = exports.InstanceTagNotificationAttribute = exports.DeregisterInstanceEventNotificationAttributesRequest = exports.DeregisterInstanceTagAttributeRequest = exports.DeregisterImageRequest = exports.DeprovisionByoipCidrResult = exports.DeprovisionByoipCidrRequest = exports.DeleteVpnGatewayRequest = exports.DeleteVpnConnectionRouteRequest = exports.DeleteVpnConnectionRequest = exports.DeleteVpcPeeringConnectionResult = exports.DeleteVpcPeeringConnectionRequest = exports.DeleteVpcEndpointServiceConfigurationsResult = exports.DeleteVpcEndpointServiceConfigurationsRequest = exports.DeleteVpcEndpointsResult = exports.DeleteVpcEndpointsRequest = exports.DeleteVpcEndpointConnectionNotificationsResult = exports.DeleteVpcEndpointConnectionNotificationsRequest = exports.DeleteVpcRequest = exports.DeleteVolumeRequest = exports.DeleteTransitGatewayVpcAttachmentResult = exports.DeleteTransitGatewayVpcAttachmentRequest = exports.DeleteTransitGatewayRouteTableResult = exports.DeleteTransitGatewayRouteTableRequest = exports.DeleteTransitGatewayRouteResult = exports.DeleteTransitGatewayRouteRequest = exports.DeleteTransitGatewayPrefixListReferenceResult = exports.DeleteTransitGatewayPrefixListReferenceRequest = exports.DeleteTransitGatewayPeeringAttachmentResult = exports.DeleteTransitGatewayPeeringAttachmentRequest = exports.DeleteTransitGatewayMulticastDomainResult = exports.DeleteTransitGatewayMulticastDomainRequest = exports.DeleteTransitGatewayConnectPeerResult = exports.DeleteTransitGatewayConnectPeerRequest = exports.DeleteTransitGatewayConnectResult = exports.DeleteTransitGatewayConnectRequest = exports.DeleteTransitGatewayResult = exports.DeleteTransitGatewayRequest = exports.DeleteTrafficMirrorTargetResult = exports.DeleteTrafficMirrorTargetRequest = exports.DeleteTrafficMirrorSessionResult = exports.DeleteTrafficMirrorSessionRequest = exports.DeleteTrafficMirrorFilterRuleResult = exports.DeleteTrafficMirrorFilterRuleRequest = exports.DeleteTrafficMirrorFilterResult = exports.DeleteTrafficMirrorFilterRequest = exports.DeleteTagsRequest = exports.DeleteSubnetCidrReservationResult = exports.DeleteSubnetCidrReservationRequest = exports.DeleteSubnetRequest = void 0;
|
|
6
|
+
exports.ConnectionLogResponseOptions = exports.ClientConnectResponseOptions = exports.ClientVpnEndpointAttributeStatus = exports.ClientVpnAuthentication = exports.CertificateAuthentication = exports.FederatedAuthentication = exports.DirectoryServiceAuthentication = exports.AssociatedTargetNetwork = exports.DescribeClientVpnEndpointsRequest = exports.DescribeClientVpnConnectionsResult = exports.ClientVpnConnection = exports.ClientVpnConnectionStatus = exports.DescribeClientVpnConnectionsRequest = exports.DescribeClientVpnAuthorizationRulesResult = exports.AuthorizationRule = exports.DescribeClientVpnAuthorizationRulesRequest = exports.DescribeClassicLinkInstancesResult = exports.ClassicLinkInstance = exports.DescribeClassicLinkInstancesRequest = exports.DescribeCarrierGatewaysResult = exports.DescribeCarrierGatewaysRequest = exports.DescribeCapacityReservationsResult = exports.DescribeCapacityReservationsRequest = exports.DescribeCapacityReservationFleetsResult = exports.CapacityReservationFleet = exports.DescribeCapacityReservationFleetsRequest = exports.DescribeByoipCidrsResult = exports.DescribeByoipCidrsRequest = exports.DescribeBundleTasksResult = exports.DescribeBundleTasksRequest = exports.DescribeAvailabilityZonesResult = exports.AvailabilityZone = exports.AvailabilityZoneMessage = exports.DescribeAvailabilityZonesRequest = exports.DescribeAggregateIdFormatResult = exports.IdFormat = exports.DescribeAggregateIdFormatRequest = exports.DescribeAddressesAttributeResult = exports.DescribeAddressesAttributeRequest = exports.DescribeAddressesResult = exports.DescribeAddressesRequest = exports.Filter = exports.DescribeAccountAttributesResult = exports.DescribeAccountAttributesRequest = exports.DeregisterTransitGatewayMulticastGroupSourcesResult = exports.TransitGatewayMulticastDeregisteredGroupSources = exports.DeregisterTransitGatewayMulticastGroupSourcesRequest = exports.DeregisterTransitGatewayMulticastGroupMembersResult = exports.TransitGatewayMulticastDeregisteredGroupMembers = exports.DeregisterTransitGatewayMulticastGroupMembersRequest = void 0;
|
|
7
|
+
exports.DescribeFleetError = exports.FleetActivityStatus = exports.DescribeFleetsRequest = exports.DescribeFleetInstancesResult = exports.DescribeFleetInstancesRequest = exports.DescribeFleetHistoryResult = exports.HistoryRecordEntry = exports.EventInformation = exports.DescribeFleetHistoryRequest = exports.FleetEventType = exports.DescribeFastSnapshotRestoresResult = exports.DescribeFastSnapshotRestoreSuccessItem = exports.DescribeFastSnapshotRestoresRequest = exports.DescribeExportTasksResult = exports.DescribeExportTasksRequest = exports.DescribeExportImageTasksResult = exports.ExportImageTask = exports.ExportTaskS3Location = exports.DescribeExportImageTasksRequest = exports.DescribeElasticGpusResult = exports.ElasticGpus = exports.ElasticGpuState = exports.ElasticGpuHealth = exports.ElasticGpuStatus = exports.DescribeElasticGpusRequest = exports.DescribeEgressOnlyInternetGatewaysResult = exports.DescribeEgressOnlyInternetGatewaysRequest = exports.DescribeDhcpOptionsResult = exports.DescribeDhcpOptionsRequest = exports.DescribeCustomerGatewaysResult = exports.DescribeCustomerGatewaysRequest = exports.DescribeConversionTasksResult = exports.ConversionTask = exports.ImportVolumeTaskDetails = exports.ImportInstanceTaskDetails = exports.ImportInstanceVolumeDetailItem = exports.DiskImageVolumeDescription = exports.DiskImageDescription = exports.DescribeConversionTasksRequest = exports.DescribeCoipPoolsResult = exports.CoipPool = exports.DescribeCoipPoolsRequest = exports.DescribeClientVpnTargetNetworksResult = exports.TargetNetwork = exports.DescribeClientVpnTargetNetworksRequest = exports.DescribeClientVpnRoutesResult = exports.ClientVpnRoute = exports.DescribeClientVpnRoutesRequest = exports.DescribeClientVpnEndpointsResult = exports.ClientVpnEndpoint = void 0;
|
|
8
|
+
exports.InstanceCapacity = exports.DescribeHostsRequest = exports.DescribeHostReservationsResult = exports.HostReservation = exports.ReservationState = exports.DescribeHostReservationsRequest = exports.DescribeHostReservationOfferingsResult = exports.HostOffering = exports.PaymentOption = exports.DescribeHostReservationOfferingsRequest = exports.DescribeFpgaImagesResult = exports.FpgaImage = exports.FpgaImageState = exports.PciId = exports.DescribeFpgaImagesRequest = exports.DescribeFpgaImageAttributeResult = exports.FpgaImageAttribute = exports.ProductCode = exports.LoadPermission = exports.DescribeFpgaImageAttributeRequest = exports.DescribeFlowLogsResult = exports.FlowLog = exports.DestinationOptionsResponse = exports.DescribeFlowLogsRequest = exports.DescribeFleetsResult = exports.FleetData = exports.TargetCapacitySpecification = exports.SpotOptions = exports.FleetSpotMaintenanceStrategies = exports.FleetSpotCapacityRebalance = exports.OnDemandOptions = exports.CapacityReservationOptions = exports.FleetLaunchTemplateConfig = exports.DescribeFleetsInstances = void 0;
|
|
9
|
+
var CreateVpcEndpointServiceConfigurationRequest;
|
|
10
|
+
(function (CreateVpcEndpointServiceConfigurationRequest) {
|
|
11
|
+
CreateVpcEndpointServiceConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
12
|
+
...obj,
|
|
13
|
+
});
|
|
14
|
+
})(CreateVpcEndpointServiceConfigurationRequest = exports.CreateVpcEndpointServiceConfigurationRequest || (exports.CreateVpcEndpointServiceConfigurationRequest = {}));
|
|
15
|
+
var DnsNameState;
|
|
16
|
+
(function (DnsNameState) {
|
|
17
|
+
DnsNameState["Failed"] = "failed";
|
|
18
|
+
DnsNameState["PendingVerification"] = "pendingVerification";
|
|
19
|
+
DnsNameState["Verified"] = "verified";
|
|
20
|
+
})(DnsNameState = exports.DnsNameState || (exports.DnsNameState = {}));
|
|
21
|
+
var PrivateDnsNameConfiguration;
|
|
22
|
+
(function (PrivateDnsNameConfiguration) {
|
|
23
|
+
PrivateDnsNameConfiguration.filterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
});
|
|
26
|
+
})(PrivateDnsNameConfiguration = exports.PrivateDnsNameConfiguration || (exports.PrivateDnsNameConfiguration = {}));
|
|
27
|
+
var ServiceState;
|
|
28
|
+
(function (ServiceState) {
|
|
29
|
+
ServiceState["Available"] = "Available";
|
|
30
|
+
ServiceState["Deleted"] = "Deleted";
|
|
31
|
+
ServiceState["Deleting"] = "Deleting";
|
|
32
|
+
ServiceState["Failed"] = "Failed";
|
|
33
|
+
ServiceState["Pending"] = "Pending";
|
|
34
|
+
})(ServiceState = exports.ServiceState || (exports.ServiceState = {}));
|
|
35
|
+
var ServiceType;
|
|
36
|
+
(function (ServiceType) {
|
|
37
|
+
ServiceType["Gateway"] = "Gateway";
|
|
38
|
+
ServiceType["GatewayLoadBalancer"] = "GatewayLoadBalancer";
|
|
39
|
+
ServiceType["Interface"] = "Interface";
|
|
40
|
+
})(ServiceType = exports.ServiceType || (exports.ServiceType = {}));
|
|
41
|
+
var ServiceTypeDetail;
|
|
42
|
+
(function (ServiceTypeDetail) {
|
|
43
|
+
ServiceTypeDetail.filterSensitiveLog = (obj) => ({
|
|
44
|
+
...obj,
|
|
45
|
+
});
|
|
46
|
+
})(ServiceTypeDetail = exports.ServiceTypeDetail || (exports.ServiceTypeDetail = {}));
|
|
47
|
+
var ServiceConfiguration;
|
|
48
|
+
(function (ServiceConfiguration) {
|
|
49
|
+
ServiceConfiguration.filterSensitiveLog = (obj) => ({
|
|
50
|
+
...obj,
|
|
51
|
+
});
|
|
52
|
+
})(ServiceConfiguration = exports.ServiceConfiguration || (exports.ServiceConfiguration = {}));
|
|
53
|
+
var CreateVpcEndpointServiceConfigurationResult;
|
|
54
|
+
(function (CreateVpcEndpointServiceConfigurationResult) {
|
|
55
|
+
CreateVpcEndpointServiceConfigurationResult.filterSensitiveLog = (obj) => ({
|
|
56
|
+
...obj,
|
|
57
|
+
});
|
|
58
|
+
})(CreateVpcEndpointServiceConfigurationResult = exports.CreateVpcEndpointServiceConfigurationResult || (exports.CreateVpcEndpointServiceConfigurationResult = {}));
|
|
59
|
+
var CreateVpcPeeringConnectionRequest;
|
|
60
|
+
(function (CreateVpcPeeringConnectionRequest) {
|
|
61
|
+
CreateVpcPeeringConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
62
|
+
...obj,
|
|
63
|
+
});
|
|
64
|
+
})(CreateVpcPeeringConnectionRequest = exports.CreateVpcPeeringConnectionRequest || (exports.CreateVpcPeeringConnectionRequest = {}));
|
|
65
|
+
var CreateVpcPeeringConnectionResult;
|
|
66
|
+
(function (CreateVpcPeeringConnectionResult) {
|
|
67
|
+
CreateVpcPeeringConnectionResult.filterSensitiveLog = (obj) => ({
|
|
68
|
+
...obj,
|
|
69
|
+
});
|
|
70
|
+
})(CreateVpcPeeringConnectionResult = exports.CreateVpcPeeringConnectionResult || (exports.CreateVpcPeeringConnectionResult = {}));
|
|
71
|
+
var IKEVersionsRequestListValue;
|
|
72
|
+
(function (IKEVersionsRequestListValue) {
|
|
73
|
+
IKEVersionsRequestListValue.filterSensitiveLog = (obj) => ({
|
|
74
|
+
...obj,
|
|
75
|
+
});
|
|
76
|
+
})(IKEVersionsRequestListValue = exports.IKEVersionsRequestListValue || (exports.IKEVersionsRequestListValue = {}));
|
|
77
|
+
var Phase1DHGroupNumbersRequestListValue;
|
|
78
|
+
(function (Phase1DHGroupNumbersRequestListValue) {
|
|
79
|
+
Phase1DHGroupNumbersRequestListValue.filterSensitiveLog = (obj) => ({
|
|
80
|
+
...obj,
|
|
81
|
+
});
|
|
82
|
+
})(Phase1DHGroupNumbersRequestListValue = exports.Phase1DHGroupNumbersRequestListValue || (exports.Phase1DHGroupNumbersRequestListValue = {}));
|
|
83
|
+
var Phase1EncryptionAlgorithmsRequestListValue;
|
|
84
|
+
(function (Phase1EncryptionAlgorithmsRequestListValue) {
|
|
85
|
+
Phase1EncryptionAlgorithmsRequestListValue.filterSensitiveLog = (obj) => ({
|
|
86
|
+
...obj,
|
|
87
|
+
});
|
|
88
|
+
})(Phase1EncryptionAlgorithmsRequestListValue = exports.Phase1EncryptionAlgorithmsRequestListValue || (exports.Phase1EncryptionAlgorithmsRequestListValue = {}));
|
|
89
|
+
var Phase1IntegrityAlgorithmsRequestListValue;
|
|
90
|
+
(function (Phase1IntegrityAlgorithmsRequestListValue) {
|
|
91
|
+
Phase1IntegrityAlgorithmsRequestListValue.filterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
});
|
|
94
|
+
})(Phase1IntegrityAlgorithmsRequestListValue = exports.Phase1IntegrityAlgorithmsRequestListValue || (exports.Phase1IntegrityAlgorithmsRequestListValue = {}));
|
|
95
|
+
var Phase2DHGroupNumbersRequestListValue;
|
|
96
|
+
(function (Phase2DHGroupNumbersRequestListValue) {
|
|
97
|
+
Phase2DHGroupNumbersRequestListValue.filterSensitiveLog = (obj) => ({
|
|
98
|
+
...obj,
|
|
99
|
+
});
|
|
100
|
+
})(Phase2DHGroupNumbersRequestListValue = exports.Phase2DHGroupNumbersRequestListValue || (exports.Phase2DHGroupNumbersRequestListValue = {}));
|
|
101
|
+
var Phase2EncryptionAlgorithmsRequestListValue;
|
|
102
|
+
(function (Phase2EncryptionAlgorithmsRequestListValue) {
|
|
103
|
+
Phase2EncryptionAlgorithmsRequestListValue.filterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
})(Phase2EncryptionAlgorithmsRequestListValue = exports.Phase2EncryptionAlgorithmsRequestListValue || (exports.Phase2EncryptionAlgorithmsRequestListValue = {}));
|
|
107
|
+
var Phase2IntegrityAlgorithmsRequestListValue;
|
|
108
|
+
(function (Phase2IntegrityAlgorithmsRequestListValue) {
|
|
109
|
+
Phase2IntegrityAlgorithmsRequestListValue.filterSensitiveLog = (obj) => ({
|
|
110
|
+
...obj,
|
|
111
|
+
});
|
|
112
|
+
})(Phase2IntegrityAlgorithmsRequestListValue = exports.Phase2IntegrityAlgorithmsRequestListValue || (exports.Phase2IntegrityAlgorithmsRequestListValue = {}));
|
|
113
|
+
var VpnTunnelOptionsSpecification;
|
|
114
|
+
(function (VpnTunnelOptionsSpecification) {
|
|
115
|
+
VpnTunnelOptionsSpecification.filterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
})(VpnTunnelOptionsSpecification = exports.VpnTunnelOptionsSpecification || (exports.VpnTunnelOptionsSpecification = {}));
|
|
119
|
+
var VpnConnectionOptionsSpecification;
|
|
120
|
+
(function (VpnConnectionOptionsSpecification) {
|
|
121
|
+
VpnConnectionOptionsSpecification.filterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
});
|
|
124
|
+
})(VpnConnectionOptionsSpecification = exports.VpnConnectionOptionsSpecification || (exports.VpnConnectionOptionsSpecification = {}));
|
|
125
|
+
var CreateVpnConnectionRequest;
|
|
126
|
+
(function (CreateVpnConnectionRequest) {
|
|
127
|
+
CreateVpnConnectionRequest.filterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
})(CreateVpnConnectionRequest = exports.CreateVpnConnectionRequest || (exports.CreateVpnConnectionRequest = {}));
|
|
131
|
+
var IKEVersionsListValue;
|
|
132
|
+
(function (IKEVersionsListValue) {
|
|
133
|
+
IKEVersionsListValue.filterSensitiveLog = (obj) => ({
|
|
134
|
+
...obj,
|
|
135
|
+
});
|
|
136
|
+
})(IKEVersionsListValue = exports.IKEVersionsListValue || (exports.IKEVersionsListValue = {}));
|
|
137
|
+
var Phase1DHGroupNumbersListValue;
|
|
138
|
+
(function (Phase1DHGroupNumbersListValue) {
|
|
139
|
+
Phase1DHGroupNumbersListValue.filterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
})(Phase1DHGroupNumbersListValue = exports.Phase1DHGroupNumbersListValue || (exports.Phase1DHGroupNumbersListValue = {}));
|
|
143
|
+
var Phase1EncryptionAlgorithmsListValue;
|
|
144
|
+
(function (Phase1EncryptionAlgorithmsListValue) {
|
|
145
|
+
Phase1EncryptionAlgorithmsListValue.filterSensitiveLog = (obj) => ({
|
|
146
|
+
...obj,
|
|
147
|
+
});
|
|
148
|
+
})(Phase1EncryptionAlgorithmsListValue = exports.Phase1EncryptionAlgorithmsListValue || (exports.Phase1EncryptionAlgorithmsListValue = {}));
|
|
149
|
+
var Phase1IntegrityAlgorithmsListValue;
|
|
150
|
+
(function (Phase1IntegrityAlgorithmsListValue) {
|
|
151
|
+
Phase1IntegrityAlgorithmsListValue.filterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
})(Phase1IntegrityAlgorithmsListValue = exports.Phase1IntegrityAlgorithmsListValue || (exports.Phase1IntegrityAlgorithmsListValue = {}));
|
|
155
|
+
var Phase2DHGroupNumbersListValue;
|
|
156
|
+
(function (Phase2DHGroupNumbersListValue) {
|
|
157
|
+
Phase2DHGroupNumbersListValue.filterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
})(Phase2DHGroupNumbersListValue = exports.Phase2DHGroupNumbersListValue || (exports.Phase2DHGroupNumbersListValue = {}));
|
|
161
|
+
var Phase2EncryptionAlgorithmsListValue;
|
|
162
|
+
(function (Phase2EncryptionAlgorithmsListValue) {
|
|
163
|
+
Phase2EncryptionAlgorithmsListValue.filterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
166
|
+
})(Phase2EncryptionAlgorithmsListValue = exports.Phase2EncryptionAlgorithmsListValue || (exports.Phase2EncryptionAlgorithmsListValue = {}));
|
|
167
|
+
var Phase2IntegrityAlgorithmsListValue;
|
|
168
|
+
(function (Phase2IntegrityAlgorithmsListValue) {
|
|
169
|
+
Phase2IntegrityAlgorithmsListValue.filterSensitiveLog = (obj) => ({
|
|
170
|
+
...obj,
|
|
171
|
+
});
|
|
172
|
+
})(Phase2IntegrityAlgorithmsListValue = exports.Phase2IntegrityAlgorithmsListValue || (exports.Phase2IntegrityAlgorithmsListValue = {}));
|
|
173
|
+
var TunnelOption;
|
|
174
|
+
(function (TunnelOption) {
|
|
175
|
+
TunnelOption.filterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
})(TunnelOption = exports.TunnelOption || (exports.TunnelOption = {}));
|
|
179
|
+
var VpnConnectionOptions;
|
|
180
|
+
(function (VpnConnectionOptions) {
|
|
181
|
+
VpnConnectionOptions.filterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
});
|
|
184
|
+
})(VpnConnectionOptions = exports.VpnConnectionOptions || (exports.VpnConnectionOptions = {}));
|
|
9
185
|
var VpnStaticRoute;
|
|
10
186
|
(function (VpnStaticRoute) {
|
|
11
187
|
VpnStaticRoute.filterSensitiveLog = (obj) => ({
|
|
@@ -1404,6 +1580,12 @@ var DescribeFlowLogsRequest;
|
|
|
1404
1580
|
...obj,
|
|
1405
1581
|
});
|
|
1406
1582
|
})(DescribeFlowLogsRequest = exports.DescribeFlowLogsRequest || (exports.DescribeFlowLogsRequest = {}));
|
|
1583
|
+
var DestinationOptionsResponse;
|
|
1584
|
+
(function (DestinationOptionsResponse) {
|
|
1585
|
+
DestinationOptionsResponse.filterSensitiveLog = (obj) => ({
|
|
1586
|
+
...obj,
|
|
1587
|
+
});
|
|
1588
|
+
})(DestinationOptionsResponse = exports.DestinationOptionsResponse || (exports.DestinationOptionsResponse = {}));
|
|
1407
1589
|
var FlowLog;
|
|
1408
1590
|
(function (FlowLog) {
|
|
1409
1591
|
FlowLog.filterSensitiveLog = (obj) => ({
|
|
@@ -1537,141 +1719,3 @@ var InstanceCapacity;
|
|
|
1537
1719
|
...obj,
|
|
1538
1720
|
});
|
|
1539
1721
|
})(InstanceCapacity = exports.InstanceCapacity || (exports.InstanceCapacity = {}));
|
|
1540
|
-
var AvailableCapacity;
|
|
1541
|
-
(function (AvailableCapacity) {
|
|
1542
|
-
AvailableCapacity.filterSensitiveLog = (obj) => ({
|
|
1543
|
-
...obj,
|
|
1544
|
-
});
|
|
1545
|
-
})(AvailableCapacity = exports.AvailableCapacity || (exports.AvailableCapacity = {}));
|
|
1546
|
-
var HostProperties;
|
|
1547
|
-
(function (HostProperties) {
|
|
1548
|
-
HostProperties.filterSensitiveLog = (obj) => ({
|
|
1549
|
-
...obj,
|
|
1550
|
-
});
|
|
1551
|
-
})(HostProperties = exports.HostProperties || (exports.HostProperties = {}));
|
|
1552
|
-
var HostInstance;
|
|
1553
|
-
(function (HostInstance) {
|
|
1554
|
-
HostInstance.filterSensitiveLog = (obj) => ({
|
|
1555
|
-
...obj,
|
|
1556
|
-
});
|
|
1557
|
-
})(HostInstance = exports.HostInstance || (exports.HostInstance = {}));
|
|
1558
|
-
var Host;
|
|
1559
|
-
(function (Host) {
|
|
1560
|
-
Host.filterSensitiveLog = (obj) => ({
|
|
1561
|
-
...obj,
|
|
1562
|
-
});
|
|
1563
|
-
})(Host = exports.Host || (exports.Host = {}));
|
|
1564
|
-
var DescribeHostsResult;
|
|
1565
|
-
(function (DescribeHostsResult) {
|
|
1566
|
-
DescribeHostsResult.filterSensitiveLog = (obj) => ({
|
|
1567
|
-
...obj,
|
|
1568
|
-
});
|
|
1569
|
-
})(DescribeHostsResult = exports.DescribeHostsResult || (exports.DescribeHostsResult = {}));
|
|
1570
|
-
var DescribeIamInstanceProfileAssociationsRequest;
|
|
1571
|
-
(function (DescribeIamInstanceProfileAssociationsRequest) {
|
|
1572
|
-
DescribeIamInstanceProfileAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
1573
|
-
...obj,
|
|
1574
|
-
});
|
|
1575
|
-
})(DescribeIamInstanceProfileAssociationsRequest = exports.DescribeIamInstanceProfileAssociationsRequest || (exports.DescribeIamInstanceProfileAssociationsRequest = {}));
|
|
1576
|
-
var DescribeIamInstanceProfileAssociationsResult;
|
|
1577
|
-
(function (DescribeIamInstanceProfileAssociationsResult) {
|
|
1578
|
-
DescribeIamInstanceProfileAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
1579
|
-
...obj,
|
|
1580
|
-
});
|
|
1581
|
-
})(DescribeIamInstanceProfileAssociationsResult = exports.DescribeIamInstanceProfileAssociationsResult || (exports.DescribeIamInstanceProfileAssociationsResult = {}));
|
|
1582
|
-
var DescribeIdentityIdFormatRequest;
|
|
1583
|
-
(function (DescribeIdentityIdFormatRequest) {
|
|
1584
|
-
DescribeIdentityIdFormatRequest.filterSensitiveLog = (obj) => ({
|
|
1585
|
-
...obj,
|
|
1586
|
-
});
|
|
1587
|
-
})(DescribeIdentityIdFormatRequest = exports.DescribeIdentityIdFormatRequest || (exports.DescribeIdentityIdFormatRequest = {}));
|
|
1588
|
-
var DescribeIdentityIdFormatResult;
|
|
1589
|
-
(function (DescribeIdentityIdFormatResult) {
|
|
1590
|
-
DescribeIdentityIdFormatResult.filterSensitiveLog = (obj) => ({
|
|
1591
|
-
...obj,
|
|
1592
|
-
});
|
|
1593
|
-
})(DescribeIdentityIdFormatResult = exports.DescribeIdentityIdFormatResult || (exports.DescribeIdentityIdFormatResult = {}));
|
|
1594
|
-
var DescribeIdFormatRequest;
|
|
1595
|
-
(function (DescribeIdFormatRequest) {
|
|
1596
|
-
DescribeIdFormatRequest.filterSensitiveLog = (obj) => ({
|
|
1597
|
-
...obj,
|
|
1598
|
-
});
|
|
1599
|
-
})(DescribeIdFormatRequest = exports.DescribeIdFormatRequest || (exports.DescribeIdFormatRequest = {}));
|
|
1600
|
-
var DescribeIdFormatResult;
|
|
1601
|
-
(function (DescribeIdFormatResult) {
|
|
1602
|
-
DescribeIdFormatResult.filterSensitiveLog = (obj) => ({
|
|
1603
|
-
...obj,
|
|
1604
|
-
});
|
|
1605
|
-
})(DescribeIdFormatResult = exports.DescribeIdFormatResult || (exports.DescribeIdFormatResult = {}));
|
|
1606
|
-
var DescribeImageAttributeRequest;
|
|
1607
|
-
(function (DescribeImageAttributeRequest) {
|
|
1608
|
-
DescribeImageAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
1609
|
-
...obj,
|
|
1610
|
-
});
|
|
1611
|
-
})(DescribeImageAttributeRequest = exports.DescribeImageAttributeRequest || (exports.DescribeImageAttributeRequest = {}));
|
|
1612
|
-
var LaunchPermission;
|
|
1613
|
-
(function (LaunchPermission) {
|
|
1614
|
-
LaunchPermission.filterSensitiveLog = (obj) => ({
|
|
1615
|
-
...obj,
|
|
1616
|
-
});
|
|
1617
|
-
})(LaunchPermission = exports.LaunchPermission || (exports.LaunchPermission = {}));
|
|
1618
|
-
var ImageAttribute;
|
|
1619
|
-
(function (ImageAttribute) {
|
|
1620
|
-
ImageAttribute.filterSensitiveLog = (obj) => ({
|
|
1621
|
-
...obj,
|
|
1622
|
-
});
|
|
1623
|
-
})(ImageAttribute = exports.ImageAttribute || (exports.ImageAttribute = {}));
|
|
1624
|
-
var DescribeImagesRequest;
|
|
1625
|
-
(function (DescribeImagesRequest) {
|
|
1626
|
-
DescribeImagesRequest.filterSensitiveLog = (obj) => ({
|
|
1627
|
-
...obj,
|
|
1628
|
-
});
|
|
1629
|
-
})(DescribeImagesRequest = exports.DescribeImagesRequest || (exports.DescribeImagesRequest = {}));
|
|
1630
|
-
var StateReason;
|
|
1631
|
-
(function (StateReason) {
|
|
1632
|
-
StateReason.filterSensitiveLog = (obj) => ({
|
|
1633
|
-
...obj,
|
|
1634
|
-
});
|
|
1635
|
-
})(StateReason = exports.StateReason || (exports.StateReason = {}));
|
|
1636
|
-
var Image;
|
|
1637
|
-
(function (Image) {
|
|
1638
|
-
Image.filterSensitiveLog = (obj) => ({
|
|
1639
|
-
...obj,
|
|
1640
|
-
});
|
|
1641
|
-
})(Image = exports.Image || (exports.Image = {}));
|
|
1642
|
-
var DescribeImagesResult;
|
|
1643
|
-
(function (DescribeImagesResult) {
|
|
1644
|
-
DescribeImagesResult.filterSensitiveLog = (obj) => ({
|
|
1645
|
-
...obj,
|
|
1646
|
-
});
|
|
1647
|
-
})(DescribeImagesResult = exports.DescribeImagesResult || (exports.DescribeImagesResult = {}));
|
|
1648
|
-
var DescribeImportImageTasksRequest;
|
|
1649
|
-
(function (DescribeImportImageTasksRequest) {
|
|
1650
|
-
DescribeImportImageTasksRequest.filterSensitiveLog = (obj) => ({
|
|
1651
|
-
...obj,
|
|
1652
|
-
});
|
|
1653
|
-
})(DescribeImportImageTasksRequest = exports.DescribeImportImageTasksRequest || (exports.DescribeImportImageTasksRequest = {}));
|
|
1654
|
-
var ImportImageLicenseConfigurationResponse;
|
|
1655
|
-
(function (ImportImageLicenseConfigurationResponse) {
|
|
1656
|
-
ImportImageLicenseConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1657
|
-
...obj,
|
|
1658
|
-
});
|
|
1659
|
-
})(ImportImageLicenseConfigurationResponse = exports.ImportImageLicenseConfigurationResponse || (exports.ImportImageLicenseConfigurationResponse = {}));
|
|
1660
|
-
var UserBucketDetails;
|
|
1661
|
-
(function (UserBucketDetails) {
|
|
1662
|
-
UserBucketDetails.filterSensitiveLog = (obj) => ({
|
|
1663
|
-
...obj,
|
|
1664
|
-
});
|
|
1665
|
-
})(UserBucketDetails = exports.UserBucketDetails || (exports.UserBucketDetails = {}));
|
|
1666
|
-
var SnapshotDetail;
|
|
1667
|
-
(function (SnapshotDetail) {
|
|
1668
|
-
SnapshotDetail.filterSensitiveLog = (obj) => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
1671
|
-
})(SnapshotDetail = exports.SnapshotDetail || (exports.SnapshotDetail = {}));
|
|
1672
|
-
var ImportImageTask;
|
|
1673
|
-
(function (ImportImageTask) {
|
|
1674
|
-
ImportImageTask.filterSensitiveLog = (obj) => ({
|
|
1675
|
-
...obj,
|
|
1676
|
-
});
|
|
1677
|
-
})(ImportImageTask = exports.ImportImageTask || (exports.ImportImageTask = {}));
|