@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,149 @@
|
|
|
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.HttpTokensState = exports.InstanceMetadataProtocolState = exports.LicenseConfiguration = exports.HibernationOptions = exports.ElasticInferenceAcceleratorAssociation = exports.ElasticGpuAssociation = exports.CpuOptions = exports.CapacityReservationSpecificationResponse = exports.DescribeInstancesRequest = exports.DescribeInstanceEventWindowsResult = exports.DescribeInstanceEventWindowsRequest = exports.DescribeInstanceEventNotificationAttributesResult = exports.DescribeInstanceEventNotificationAttributesRequest = exports.DescribeInstanceCreditSpecificationsResult = exports.InstanceCreditSpecification = exports.DescribeInstanceCreditSpecificationsRequest = exports.InstanceAttribute = exports.EnclaveOptions = exports.AttributeBooleanValue = exports.InstanceBlockDeviceMapping = exports.EbsInstanceBlockDevice = exports.DescribeInstanceAttributeRequest = exports.DescribeImportSnapshotTasksResult = exports.ImportSnapshotTask = exports.SnapshotTaskDetail = exports.DescribeImportSnapshotTasksRequest = exports.DescribeImportImageTasksResult = exports.ImportImageTask = exports.SnapshotDetail = exports.UserBucketDetails = exports.ImportImageLicenseConfigurationResponse = exports.DescribeImportImageTasksRequest = exports.DescribeImagesResult = exports.Image = exports.StateReason = exports.DescribeImagesRequest = exports.ImageAttribute = exports.LaunchPermission = exports.DescribeImageAttributeRequest = exports.DescribeIdFormatResult = exports.DescribeIdFormatRequest = exports.DescribeIdentityIdFormatResult = exports.DescribeIdentityIdFormatRequest = exports.DescribeIamInstanceProfileAssociationsResult = exports.DescribeIamInstanceProfileAssociationsRequest = exports.DescribeHostsResult = exports.Host = exports.HostInstance = exports.HostProperties = exports.AvailableCapacity = void 0;
|
|
4
|
+
exports.DescribeIpv6PoolsRequest = exports.DescribeInternetGatewaysResult = exports.DescribeInternetGatewaysRequest = exports.DescribeInstanceTypesResult = exports.InstanceTypeInfo = exports.VCpuInfo = exports.ProcessorInfo = exports.PlacementGroupInfo = exports.NetworkInfo = exports.NetworkCardInfo = exports.EfaInfo = exports.MemoryInfo = exports.InstanceStorageInfo = exports.EphemeralNvmeSupport = exports.InstanceStorageEncryptionSupport = exports.DiskInfo = exports.InferenceAcceleratorInfo = exports.InferenceDeviceInfo = exports.InstanceTypeHypervisor = exports.GpuInfo = exports.GpuDeviceInfo = exports.GpuDeviceMemoryInfo = exports.FpgaInfo = exports.FpgaDeviceInfo = exports.FpgaDeviceMemoryInfo = exports.EbsInfo = exports.EbsNvmeSupport = exports.EbsOptimizedInfo = exports.DescribeInstanceTypesRequest = exports.DescribeInstanceTypeOfferingsResult = exports.InstanceTypeOffering = exports.DescribeInstanceTypeOfferingsRequest = exports.DescribeInstanceStatusResult = exports.InstanceStatus = exports.InstanceStatusSummary = exports.InstanceStatusDetails = exports.InstanceStatusEvent = exports.DescribeInstanceStatusRequest = exports.DescribeInstancesResult = exports.Reservation = exports.Instance = exports.InstanceState = exports.InstanceNetworkInterface = exports.InstancePrivateIpAddress = exports.InstanceIpv6Prefix = exports.InstanceIpv4Prefix = exports.InstanceNetworkInterfaceAttachment = exports.InstanceNetworkInterfaceAssociation = exports.Monitoring = exports.InstanceMetadataOptionsResponse = void 0;
|
|
5
|
+
exports.DescribeNetworkInsightsPathsResult = exports.DescribeNetworkInsightsPathsRequest = exports.DescribeNetworkInsightsAnalysesResult = exports.NetworkInsightsAnalysis = exports.PathComponent = exports.AnalysisPacketHeader = exports.Explanation = exports.AnalysisSecurityGroupRule = exports.AnalysisRouteTableRoute = exports.AnalysisLoadBalancerTarget = exports.AnalysisLoadBalancerListener = exports.AnalysisAclRule = exports.AnalysisComponent = exports.DescribeNetworkInsightsAnalysesRequest = exports.DescribeNetworkAclsResult = exports.DescribeNetworkAclsRequest = exports.DescribeNatGatewaysResult = exports.DescribeNatGatewaysRequest = exports.DescribeMovingAddressesResult = exports.MovingAddressStatus = exports.DescribeMovingAddressesRequest = exports.DescribeManagedPrefixListsResult = exports.DescribeManagedPrefixListsRequest = exports.DescribeLocalGatewayVirtualInterfacesResult = exports.LocalGatewayVirtualInterface = exports.DescribeLocalGatewayVirtualInterfacesRequest = exports.DescribeLocalGatewayVirtualInterfaceGroupsResult = exports.LocalGatewayVirtualInterfaceGroup = exports.DescribeLocalGatewayVirtualInterfaceGroupsRequest = exports.DescribeLocalGatewaysResult = exports.LocalGateway = exports.DescribeLocalGatewaysRequest = exports.DescribeLocalGatewayRouteTableVpcAssociationsResult = exports.DescribeLocalGatewayRouteTableVpcAssociationsRequest = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult = exports.LocalGatewayRouteTableVirtualInterfaceGroupAssociation = exports.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest = exports.DescribeLocalGatewayRouteTablesResult = exports.LocalGatewayRouteTable = exports.DescribeLocalGatewayRouteTablesRequest = exports.DescribeLaunchTemplateVersionsResult = exports.DescribeLaunchTemplateVersionsRequest = exports.DescribeLaunchTemplatesResult = exports.DescribeLaunchTemplatesRequest = exports.DescribeKeyPairsResult = exports.KeyPairInfo = exports.DescribeKeyPairsRequest = exports.DescribeIpv6PoolsResult = exports.Ipv6Pool = exports.PoolCidrBlock = void 0;
|
|
6
|
+
exports.SlotStartTimeRangeRequest = exports.DescribeScheduledInstanceAvailabilityResult = exports.ScheduledInstanceAvailability = exports.ScheduledInstanceRecurrence = exports.DescribeScheduledInstanceAvailabilityRequest = exports.ScheduledInstanceRecurrenceRequest = exports.SlotDateTimeRangeRequest = exports.DescribeRouteTablesResult = exports.DescribeRouteTablesRequest = exports.DescribeReservedInstancesOfferingsResult = exports.ReservedInstancesOffering = exports.PricingDetail = exports.DescribeReservedInstancesOfferingsRequest = exports.DescribeReservedInstancesModificationsResult = exports.ReservedInstancesModification = exports.ReservedInstancesId = exports.ReservedInstancesModificationResult = exports.ReservedInstancesConfiguration = exports.DescribeReservedInstancesModificationsRequest = exports.DescribeReservedInstancesListingsResult = exports.DescribeReservedInstancesListingsRequest = exports.DescribeReservedInstancesResult = exports.ReservedInstances = exports.Scope = exports.RecurringCharge = exports.DescribeReservedInstancesRequest = exports.OfferingClassType = exports.DescribeReplaceRootVolumeTasksResult = exports.DescribeReplaceRootVolumeTasksRequest = exports.DescribeRegionsResult = exports.Region = exports.DescribeRegionsRequest = exports.DescribePublicIpv4PoolsResult = exports.PublicIpv4Pool = exports.PublicIpv4PoolRange = exports.DescribePublicIpv4PoolsRequest = exports.DescribePrincipalIdFormatResult = exports.PrincipalIdFormat = exports.DescribePrincipalIdFormatRequest = exports.DescribePrefixListsResult = exports.PrefixList = exports.DescribePrefixListsRequest = exports.DescribePlacementGroupsResult = exports.DescribePlacementGroupsRequest = exports.DescribeNetworkInterfacesResult = exports.DescribeNetworkInterfacesRequest = exports.DescribeNetworkInterfacePermissionsResult = exports.DescribeNetworkInterfacePermissionsRequest = exports.DescribeNetworkInterfaceAttributeResult = exports.DescribeNetworkInterfaceAttributeRequest = void 0;
|
|
7
|
+
exports.SpotInstanceRequest = exports.SpotInstanceStatus = exports.LaunchSpecification = exports.RunInstancesMonitoringEnabled = exports.DescribeSpotInstanceRequestsRequest = exports.DescribeSpotFleetRequestsResponse = exports.SpotFleetRequestConfig = exports.SpotFleetRequestConfigData = exports.SpotMaintenanceStrategies = exports.SpotCapacityRebalance = exports.ReplacementStrategy = exports.OnDemandAllocationStrategy = exports.LoadBalancersConfig = exports.TargetGroupsConfig = exports.TargetGroup = exports.ClassicLoadBalancersConfig = exports.ClassicLoadBalancer = exports.LaunchTemplateConfig = exports.LaunchTemplateOverrides = exports.SpotFleetLaunchSpecification = exports.SpotFleetTagSpecification = exports.SpotPlacement = exports.InstanceNetworkInterfaceSpecification = exports.SpotFleetMonitoring = exports.ExcessCapacityTerminationPolicy = exports.DescribeSpotFleetRequestsRequest = exports.DescribeSpotFleetRequestHistoryResponse = exports.HistoryRecord = exports.DescribeSpotFleetRequestHistoryRequest = exports.EventType = exports.DescribeSpotFleetInstancesResponse = exports.DescribeSpotFleetInstancesRequest = exports.DescribeSpotDatafeedSubscriptionResult = exports.DescribeSpotDatafeedSubscriptionRequest = exports.DescribeSnapshotsResult = exports.DescribeSnapshotsRequest = exports.DescribeSnapshotAttributeResult = exports.CreateVolumePermission = exports.DescribeSnapshotAttributeRequest = exports.DescribeSecurityGroupsResult = exports.SecurityGroup = exports.DescribeSecurityGroupsRequest = exports.DescribeSecurityGroupRulesResult = exports.DescribeSecurityGroupRulesRequest = exports.DescribeSecurityGroupReferencesResult = exports.SecurityGroupReference = exports.DescribeSecurityGroupReferencesRequest = exports.DescribeScheduledInstancesResult = exports.ScheduledInstance = exports.DescribeScheduledInstancesRequest = void 0;
|
|
8
|
+
exports.DescribeSubnetsResult = exports.DescribeSubnetsRequest = exports.DescribeStoreImageTasksResult = exports.StoreImageTaskResult = exports.DescribeStoreImageTasksRequest = exports.DescribeStaleSecurityGroupsResult = exports.StaleSecurityGroup = exports.StaleIpPermission = exports.DescribeStaleSecurityGroupsRequest = exports.DescribeSpotPriceHistoryResult = exports.SpotPrice = exports.DescribeSpotPriceHistoryRequest = exports.DescribeSpotInstanceRequestsResult = void 0;
|
|
9
|
+
var AvailableCapacity;
|
|
10
|
+
(function (AvailableCapacity) {
|
|
11
|
+
AvailableCapacity.filterSensitiveLog = (obj) => ({
|
|
12
|
+
...obj,
|
|
13
|
+
});
|
|
14
|
+
})(AvailableCapacity = exports.AvailableCapacity || (exports.AvailableCapacity = {}));
|
|
15
|
+
var HostProperties;
|
|
16
|
+
(function (HostProperties) {
|
|
17
|
+
HostProperties.filterSensitiveLog = (obj) => ({
|
|
18
|
+
...obj,
|
|
19
|
+
});
|
|
20
|
+
})(HostProperties = exports.HostProperties || (exports.HostProperties = {}));
|
|
21
|
+
var HostInstance;
|
|
22
|
+
(function (HostInstance) {
|
|
23
|
+
HostInstance.filterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
});
|
|
26
|
+
})(HostInstance = exports.HostInstance || (exports.HostInstance = {}));
|
|
27
|
+
var Host;
|
|
28
|
+
(function (Host) {
|
|
29
|
+
Host.filterSensitiveLog = (obj) => ({
|
|
30
|
+
...obj,
|
|
31
|
+
});
|
|
32
|
+
})(Host = exports.Host || (exports.Host = {}));
|
|
33
|
+
var DescribeHostsResult;
|
|
34
|
+
(function (DescribeHostsResult) {
|
|
35
|
+
DescribeHostsResult.filterSensitiveLog = (obj) => ({
|
|
36
|
+
...obj,
|
|
37
|
+
});
|
|
38
|
+
})(DescribeHostsResult = exports.DescribeHostsResult || (exports.DescribeHostsResult = {}));
|
|
39
|
+
var DescribeIamInstanceProfileAssociationsRequest;
|
|
40
|
+
(function (DescribeIamInstanceProfileAssociationsRequest) {
|
|
41
|
+
DescribeIamInstanceProfileAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
42
|
+
...obj,
|
|
43
|
+
});
|
|
44
|
+
})(DescribeIamInstanceProfileAssociationsRequest = exports.DescribeIamInstanceProfileAssociationsRequest || (exports.DescribeIamInstanceProfileAssociationsRequest = {}));
|
|
45
|
+
var DescribeIamInstanceProfileAssociationsResult;
|
|
46
|
+
(function (DescribeIamInstanceProfileAssociationsResult) {
|
|
47
|
+
DescribeIamInstanceProfileAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
48
|
+
...obj,
|
|
49
|
+
});
|
|
50
|
+
})(DescribeIamInstanceProfileAssociationsResult = exports.DescribeIamInstanceProfileAssociationsResult || (exports.DescribeIamInstanceProfileAssociationsResult = {}));
|
|
51
|
+
var DescribeIdentityIdFormatRequest;
|
|
52
|
+
(function (DescribeIdentityIdFormatRequest) {
|
|
53
|
+
DescribeIdentityIdFormatRequest.filterSensitiveLog = (obj) => ({
|
|
54
|
+
...obj,
|
|
55
|
+
});
|
|
56
|
+
})(DescribeIdentityIdFormatRequest = exports.DescribeIdentityIdFormatRequest || (exports.DescribeIdentityIdFormatRequest = {}));
|
|
57
|
+
var DescribeIdentityIdFormatResult;
|
|
58
|
+
(function (DescribeIdentityIdFormatResult) {
|
|
59
|
+
DescribeIdentityIdFormatResult.filterSensitiveLog = (obj) => ({
|
|
60
|
+
...obj,
|
|
61
|
+
});
|
|
62
|
+
})(DescribeIdentityIdFormatResult = exports.DescribeIdentityIdFormatResult || (exports.DescribeIdentityIdFormatResult = {}));
|
|
63
|
+
var DescribeIdFormatRequest;
|
|
64
|
+
(function (DescribeIdFormatRequest) {
|
|
65
|
+
DescribeIdFormatRequest.filterSensitiveLog = (obj) => ({
|
|
66
|
+
...obj,
|
|
67
|
+
});
|
|
68
|
+
})(DescribeIdFormatRequest = exports.DescribeIdFormatRequest || (exports.DescribeIdFormatRequest = {}));
|
|
69
|
+
var DescribeIdFormatResult;
|
|
70
|
+
(function (DescribeIdFormatResult) {
|
|
71
|
+
DescribeIdFormatResult.filterSensitiveLog = (obj) => ({
|
|
72
|
+
...obj,
|
|
73
|
+
});
|
|
74
|
+
})(DescribeIdFormatResult = exports.DescribeIdFormatResult || (exports.DescribeIdFormatResult = {}));
|
|
75
|
+
var DescribeImageAttributeRequest;
|
|
76
|
+
(function (DescribeImageAttributeRequest) {
|
|
77
|
+
DescribeImageAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
78
|
+
...obj,
|
|
79
|
+
});
|
|
80
|
+
})(DescribeImageAttributeRequest = exports.DescribeImageAttributeRequest || (exports.DescribeImageAttributeRequest = {}));
|
|
81
|
+
var LaunchPermission;
|
|
82
|
+
(function (LaunchPermission) {
|
|
83
|
+
LaunchPermission.filterSensitiveLog = (obj) => ({
|
|
84
|
+
...obj,
|
|
85
|
+
});
|
|
86
|
+
})(LaunchPermission = exports.LaunchPermission || (exports.LaunchPermission = {}));
|
|
87
|
+
var ImageAttribute;
|
|
88
|
+
(function (ImageAttribute) {
|
|
89
|
+
ImageAttribute.filterSensitiveLog = (obj) => ({
|
|
90
|
+
...obj,
|
|
91
|
+
});
|
|
92
|
+
})(ImageAttribute = exports.ImageAttribute || (exports.ImageAttribute = {}));
|
|
93
|
+
var DescribeImagesRequest;
|
|
94
|
+
(function (DescribeImagesRequest) {
|
|
95
|
+
DescribeImagesRequest.filterSensitiveLog = (obj) => ({
|
|
96
|
+
...obj,
|
|
97
|
+
});
|
|
98
|
+
})(DescribeImagesRequest = exports.DescribeImagesRequest || (exports.DescribeImagesRequest = {}));
|
|
99
|
+
var StateReason;
|
|
100
|
+
(function (StateReason) {
|
|
101
|
+
StateReason.filterSensitiveLog = (obj) => ({
|
|
102
|
+
...obj,
|
|
103
|
+
});
|
|
104
|
+
})(StateReason = exports.StateReason || (exports.StateReason = {}));
|
|
105
|
+
var Image;
|
|
106
|
+
(function (Image) {
|
|
107
|
+
Image.filterSensitiveLog = (obj) => ({
|
|
108
|
+
...obj,
|
|
109
|
+
});
|
|
110
|
+
})(Image = exports.Image || (exports.Image = {}));
|
|
111
|
+
var DescribeImagesResult;
|
|
112
|
+
(function (DescribeImagesResult) {
|
|
113
|
+
DescribeImagesResult.filterSensitiveLog = (obj) => ({
|
|
114
|
+
...obj,
|
|
115
|
+
});
|
|
116
|
+
})(DescribeImagesResult = exports.DescribeImagesResult || (exports.DescribeImagesResult = {}));
|
|
117
|
+
var DescribeImportImageTasksRequest;
|
|
118
|
+
(function (DescribeImportImageTasksRequest) {
|
|
119
|
+
DescribeImportImageTasksRequest.filterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
})(DescribeImportImageTasksRequest = exports.DescribeImportImageTasksRequest || (exports.DescribeImportImageTasksRequest = {}));
|
|
123
|
+
var ImportImageLicenseConfigurationResponse;
|
|
124
|
+
(function (ImportImageLicenseConfigurationResponse) {
|
|
125
|
+
ImportImageLicenseConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
126
|
+
...obj,
|
|
127
|
+
});
|
|
128
|
+
})(ImportImageLicenseConfigurationResponse = exports.ImportImageLicenseConfigurationResponse || (exports.ImportImageLicenseConfigurationResponse = {}));
|
|
129
|
+
var UserBucketDetails;
|
|
130
|
+
(function (UserBucketDetails) {
|
|
131
|
+
UserBucketDetails.filterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
})(UserBucketDetails = exports.UserBucketDetails || (exports.UserBucketDetails = {}));
|
|
135
|
+
var SnapshotDetail;
|
|
136
|
+
(function (SnapshotDetail) {
|
|
137
|
+
SnapshotDetail.filterSensitiveLog = (obj) => ({
|
|
138
|
+
...obj,
|
|
139
|
+
});
|
|
140
|
+
})(SnapshotDetail = exports.SnapshotDetail || (exports.SnapshotDetail = {}));
|
|
141
|
+
var ImportImageTask;
|
|
142
|
+
(function (ImportImageTask) {
|
|
143
|
+
ImportImageTask.filterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
})(ImportImageTask = exports.ImportImageTask || (exports.ImportImageTask = {}));
|
|
9
147
|
var DescribeImportImageTasksResult;
|
|
10
148
|
(function (DescribeImportImageTasksResult) {
|
|
11
149
|
DescribeImportImageTasksResult.filterSensitiveLog = (obj) => ({
|
|
@@ -375,6 +513,11 @@ var DiskInfo;
|
|
|
375
513
|
...obj,
|
|
376
514
|
});
|
|
377
515
|
})(DiskInfo = exports.DiskInfo || (exports.DiskInfo = {}));
|
|
516
|
+
var InstanceStorageEncryptionSupport;
|
|
517
|
+
(function (InstanceStorageEncryptionSupport) {
|
|
518
|
+
InstanceStorageEncryptionSupport["required"] = "required";
|
|
519
|
+
InstanceStorageEncryptionSupport["unsupported"] = "unsupported";
|
|
520
|
+
})(InstanceStorageEncryptionSupport = exports.InstanceStorageEncryptionSupport || (exports.InstanceStorageEncryptionSupport = {}));
|
|
378
521
|
var EphemeralNvmeSupport;
|
|
379
522
|
(function (EphemeralNvmeSupport) {
|
|
380
523
|
EphemeralNvmeSupport["REQUIRED"] = "required";
|
|
@@ -1293,6 +1436,7 @@ var OnDemandAllocationStrategy;
|
|
|
1293
1436
|
var ReplacementStrategy;
|
|
1294
1437
|
(function (ReplacementStrategy) {
|
|
1295
1438
|
ReplacementStrategy["LAUNCH"] = "launch";
|
|
1439
|
+
ReplacementStrategy["LAUNCH_BEFORE_TERMINATE"] = "launch-before-terminate";
|
|
1296
1440
|
})(ReplacementStrategy = exports.ReplacementStrategy || (exports.ReplacementStrategy = {}));
|
|
1297
1441
|
var SpotCapacityRebalance;
|
|
1298
1442
|
(function (SpotCapacityRebalance) {
|
|
@@ -1432,189 +1576,3 @@ var DescribeSubnetsResult;
|
|
|
1432
1576
|
...obj,
|
|
1433
1577
|
});
|
|
1434
1578
|
})(DescribeSubnetsResult = exports.DescribeSubnetsResult || (exports.DescribeSubnetsResult = {}));
|
|
1435
|
-
var DescribeTagsRequest;
|
|
1436
|
-
(function (DescribeTagsRequest) {
|
|
1437
|
-
DescribeTagsRequest.filterSensitiveLog = (obj) => ({
|
|
1438
|
-
...obj,
|
|
1439
|
-
});
|
|
1440
|
-
})(DescribeTagsRequest = exports.DescribeTagsRequest || (exports.DescribeTagsRequest = {}));
|
|
1441
|
-
var TagDescription;
|
|
1442
|
-
(function (TagDescription) {
|
|
1443
|
-
TagDescription.filterSensitiveLog = (obj) => ({
|
|
1444
|
-
...obj,
|
|
1445
|
-
});
|
|
1446
|
-
})(TagDescription = exports.TagDescription || (exports.TagDescription = {}));
|
|
1447
|
-
var DescribeTagsResult;
|
|
1448
|
-
(function (DescribeTagsResult) {
|
|
1449
|
-
DescribeTagsResult.filterSensitiveLog = (obj) => ({
|
|
1450
|
-
...obj,
|
|
1451
|
-
});
|
|
1452
|
-
})(DescribeTagsResult = exports.DescribeTagsResult || (exports.DescribeTagsResult = {}));
|
|
1453
|
-
var DescribeTrafficMirrorFiltersRequest;
|
|
1454
|
-
(function (DescribeTrafficMirrorFiltersRequest) {
|
|
1455
|
-
DescribeTrafficMirrorFiltersRequest.filterSensitiveLog = (obj) => ({
|
|
1456
|
-
...obj,
|
|
1457
|
-
});
|
|
1458
|
-
})(DescribeTrafficMirrorFiltersRequest = exports.DescribeTrafficMirrorFiltersRequest || (exports.DescribeTrafficMirrorFiltersRequest = {}));
|
|
1459
|
-
var DescribeTrafficMirrorFiltersResult;
|
|
1460
|
-
(function (DescribeTrafficMirrorFiltersResult) {
|
|
1461
|
-
DescribeTrafficMirrorFiltersResult.filterSensitiveLog = (obj) => ({
|
|
1462
|
-
...obj,
|
|
1463
|
-
});
|
|
1464
|
-
})(DescribeTrafficMirrorFiltersResult = exports.DescribeTrafficMirrorFiltersResult || (exports.DescribeTrafficMirrorFiltersResult = {}));
|
|
1465
|
-
var DescribeTrafficMirrorSessionsRequest;
|
|
1466
|
-
(function (DescribeTrafficMirrorSessionsRequest) {
|
|
1467
|
-
DescribeTrafficMirrorSessionsRequest.filterSensitiveLog = (obj) => ({
|
|
1468
|
-
...obj,
|
|
1469
|
-
});
|
|
1470
|
-
})(DescribeTrafficMirrorSessionsRequest = exports.DescribeTrafficMirrorSessionsRequest || (exports.DescribeTrafficMirrorSessionsRequest = {}));
|
|
1471
|
-
var DescribeTrafficMirrorSessionsResult;
|
|
1472
|
-
(function (DescribeTrafficMirrorSessionsResult) {
|
|
1473
|
-
DescribeTrafficMirrorSessionsResult.filterSensitiveLog = (obj) => ({
|
|
1474
|
-
...obj,
|
|
1475
|
-
});
|
|
1476
|
-
})(DescribeTrafficMirrorSessionsResult = exports.DescribeTrafficMirrorSessionsResult || (exports.DescribeTrafficMirrorSessionsResult = {}));
|
|
1477
|
-
var DescribeTrafficMirrorTargetsRequest;
|
|
1478
|
-
(function (DescribeTrafficMirrorTargetsRequest) {
|
|
1479
|
-
DescribeTrafficMirrorTargetsRequest.filterSensitiveLog = (obj) => ({
|
|
1480
|
-
...obj,
|
|
1481
|
-
});
|
|
1482
|
-
})(DescribeTrafficMirrorTargetsRequest = exports.DescribeTrafficMirrorTargetsRequest || (exports.DescribeTrafficMirrorTargetsRequest = {}));
|
|
1483
|
-
var DescribeTrafficMirrorTargetsResult;
|
|
1484
|
-
(function (DescribeTrafficMirrorTargetsResult) {
|
|
1485
|
-
DescribeTrafficMirrorTargetsResult.filterSensitiveLog = (obj) => ({
|
|
1486
|
-
...obj,
|
|
1487
|
-
});
|
|
1488
|
-
})(DescribeTrafficMirrorTargetsResult = exports.DescribeTrafficMirrorTargetsResult || (exports.DescribeTrafficMirrorTargetsResult = {}));
|
|
1489
|
-
var DescribeTransitGatewayAttachmentsRequest;
|
|
1490
|
-
(function (DescribeTransitGatewayAttachmentsRequest) {
|
|
1491
|
-
DescribeTransitGatewayAttachmentsRequest.filterSensitiveLog = (obj) => ({
|
|
1492
|
-
...obj,
|
|
1493
|
-
});
|
|
1494
|
-
})(DescribeTransitGatewayAttachmentsRequest = exports.DescribeTransitGatewayAttachmentsRequest || (exports.DescribeTransitGatewayAttachmentsRequest = {}));
|
|
1495
|
-
var TransitGatewayAttachmentAssociation;
|
|
1496
|
-
(function (TransitGatewayAttachmentAssociation) {
|
|
1497
|
-
TransitGatewayAttachmentAssociation.filterSensitiveLog = (obj) => ({
|
|
1498
|
-
...obj,
|
|
1499
|
-
});
|
|
1500
|
-
})(TransitGatewayAttachmentAssociation = exports.TransitGatewayAttachmentAssociation || (exports.TransitGatewayAttachmentAssociation = {}));
|
|
1501
|
-
var TransitGatewayAttachment;
|
|
1502
|
-
(function (TransitGatewayAttachment) {
|
|
1503
|
-
TransitGatewayAttachment.filterSensitiveLog = (obj) => ({
|
|
1504
|
-
...obj,
|
|
1505
|
-
});
|
|
1506
|
-
})(TransitGatewayAttachment = exports.TransitGatewayAttachment || (exports.TransitGatewayAttachment = {}));
|
|
1507
|
-
var DescribeTransitGatewayAttachmentsResult;
|
|
1508
|
-
(function (DescribeTransitGatewayAttachmentsResult) {
|
|
1509
|
-
DescribeTransitGatewayAttachmentsResult.filterSensitiveLog = (obj) => ({
|
|
1510
|
-
...obj,
|
|
1511
|
-
});
|
|
1512
|
-
})(DescribeTransitGatewayAttachmentsResult = exports.DescribeTransitGatewayAttachmentsResult || (exports.DescribeTransitGatewayAttachmentsResult = {}));
|
|
1513
|
-
var DescribeTransitGatewayConnectPeersRequest;
|
|
1514
|
-
(function (DescribeTransitGatewayConnectPeersRequest) {
|
|
1515
|
-
DescribeTransitGatewayConnectPeersRequest.filterSensitiveLog = (obj) => ({
|
|
1516
|
-
...obj,
|
|
1517
|
-
});
|
|
1518
|
-
})(DescribeTransitGatewayConnectPeersRequest = exports.DescribeTransitGatewayConnectPeersRequest || (exports.DescribeTransitGatewayConnectPeersRequest = {}));
|
|
1519
|
-
var DescribeTransitGatewayConnectPeersResult;
|
|
1520
|
-
(function (DescribeTransitGatewayConnectPeersResult) {
|
|
1521
|
-
DescribeTransitGatewayConnectPeersResult.filterSensitiveLog = (obj) => ({
|
|
1522
|
-
...obj,
|
|
1523
|
-
});
|
|
1524
|
-
})(DescribeTransitGatewayConnectPeersResult = exports.DescribeTransitGatewayConnectPeersResult || (exports.DescribeTransitGatewayConnectPeersResult = {}));
|
|
1525
|
-
var DescribeTransitGatewayConnectsRequest;
|
|
1526
|
-
(function (DescribeTransitGatewayConnectsRequest) {
|
|
1527
|
-
DescribeTransitGatewayConnectsRequest.filterSensitiveLog = (obj) => ({
|
|
1528
|
-
...obj,
|
|
1529
|
-
});
|
|
1530
|
-
})(DescribeTransitGatewayConnectsRequest = exports.DescribeTransitGatewayConnectsRequest || (exports.DescribeTransitGatewayConnectsRequest = {}));
|
|
1531
|
-
var DescribeTransitGatewayConnectsResult;
|
|
1532
|
-
(function (DescribeTransitGatewayConnectsResult) {
|
|
1533
|
-
DescribeTransitGatewayConnectsResult.filterSensitiveLog = (obj) => ({
|
|
1534
|
-
...obj,
|
|
1535
|
-
});
|
|
1536
|
-
})(DescribeTransitGatewayConnectsResult = exports.DescribeTransitGatewayConnectsResult || (exports.DescribeTransitGatewayConnectsResult = {}));
|
|
1537
|
-
var DescribeTransitGatewayMulticastDomainsRequest;
|
|
1538
|
-
(function (DescribeTransitGatewayMulticastDomainsRequest) {
|
|
1539
|
-
DescribeTransitGatewayMulticastDomainsRequest.filterSensitiveLog = (obj) => ({
|
|
1540
|
-
...obj,
|
|
1541
|
-
});
|
|
1542
|
-
})(DescribeTransitGatewayMulticastDomainsRequest = exports.DescribeTransitGatewayMulticastDomainsRequest || (exports.DescribeTransitGatewayMulticastDomainsRequest = {}));
|
|
1543
|
-
var DescribeTransitGatewayMulticastDomainsResult;
|
|
1544
|
-
(function (DescribeTransitGatewayMulticastDomainsResult) {
|
|
1545
|
-
DescribeTransitGatewayMulticastDomainsResult.filterSensitiveLog = (obj) => ({
|
|
1546
|
-
...obj,
|
|
1547
|
-
});
|
|
1548
|
-
})(DescribeTransitGatewayMulticastDomainsResult = exports.DescribeTransitGatewayMulticastDomainsResult || (exports.DescribeTransitGatewayMulticastDomainsResult = {}));
|
|
1549
|
-
var DescribeTransitGatewayPeeringAttachmentsRequest;
|
|
1550
|
-
(function (DescribeTransitGatewayPeeringAttachmentsRequest) {
|
|
1551
|
-
DescribeTransitGatewayPeeringAttachmentsRequest.filterSensitiveLog = (obj) => ({
|
|
1552
|
-
...obj,
|
|
1553
|
-
});
|
|
1554
|
-
})(DescribeTransitGatewayPeeringAttachmentsRequest = exports.DescribeTransitGatewayPeeringAttachmentsRequest || (exports.DescribeTransitGatewayPeeringAttachmentsRequest = {}));
|
|
1555
|
-
var DescribeTransitGatewayPeeringAttachmentsResult;
|
|
1556
|
-
(function (DescribeTransitGatewayPeeringAttachmentsResult) {
|
|
1557
|
-
DescribeTransitGatewayPeeringAttachmentsResult.filterSensitiveLog = (obj) => ({
|
|
1558
|
-
...obj,
|
|
1559
|
-
});
|
|
1560
|
-
})(DescribeTransitGatewayPeeringAttachmentsResult = exports.DescribeTransitGatewayPeeringAttachmentsResult || (exports.DescribeTransitGatewayPeeringAttachmentsResult = {}));
|
|
1561
|
-
var DescribeTransitGatewayRouteTablesRequest;
|
|
1562
|
-
(function (DescribeTransitGatewayRouteTablesRequest) {
|
|
1563
|
-
DescribeTransitGatewayRouteTablesRequest.filterSensitiveLog = (obj) => ({
|
|
1564
|
-
...obj,
|
|
1565
|
-
});
|
|
1566
|
-
})(DescribeTransitGatewayRouteTablesRequest = exports.DescribeTransitGatewayRouteTablesRequest || (exports.DescribeTransitGatewayRouteTablesRequest = {}));
|
|
1567
|
-
var DescribeTransitGatewayRouteTablesResult;
|
|
1568
|
-
(function (DescribeTransitGatewayRouteTablesResult) {
|
|
1569
|
-
DescribeTransitGatewayRouteTablesResult.filterSensitiveLog = (obj) => ({
|
|
1570
|
-
...obj,
|
|
1571
|
-
});
|
|
1572
|
-
})(DescribeTransitGatewayRouteTablesResult = exports.DescribeTransitGatewayRouteTablesResult || (exports.DescribeTransitGatewayRouteTablesResult = {}));
|
|
1573
|
-
var DescribeTransitGatewaysRequest;
|
|
1574
|
-
(function (DescribeTransitGatewaysRequest) {
|
|
1575
|
-
DescribeTransitGatewaysRequest.filterSensitiveLog = (obj) => ({
|
|
1576
|
-
...obj,
|
|
1577
|
-
});
|
|
1578
|
-
})(DescribeTransitGatewaysRequest = exports.DescribeTransitGatewaysRequest || (exports.DescribeTransitGatewaysRequest = {}));
|
|
1579
|
-
var DescribeTransitGatewaysResult;
|
|
1580
|
-
(function (DescribeTransitGatewaysResult) {
|
|
1581
|
-
DescribeTransitGatewaysResult.filterSensitiveLog = (obj) => ({
|
|
1582
|
-
...obj,
|
|
1583
|
-
});
|
|
1584
|
-
})(DescribeTransitGatewaysResult = exports.DescribeTransitGatewaysResult || (exports.DescribeTransitGatewaysResult = {}));
|
|
1585
|
-
var DescribeTransitGatewayVpcAttachmentsRequest;
|
|
1586
|
-
(function (DescribeTransitGatewayVpcAttachmentsRequest) {
|
|
1587
|
-
DescribeTransitGatewayVpcAttachmentsRequest.filterSensitiveLog = (obj) => ({
|
|
1588
|
-
...obj,
|
|
1589
|
-
});
|
|
1590
|
-
})(DescribeTransitGatewayVpcAttachmentsRequest = exports.DescribeTransitGatewayVpcAttachmentsRequest || (exports.DescribeTransitGatewayVpcAttachmentsRequest = {}));
|
|
1591
|
-
var DescribeTransitGatewayVpcAttachmentsResult;
|
|
1592
|
-
(function (DescribeTransitGatewayVpcAttachmentsResult) {
|
|
1593
|
-
DescribeTransitGatewayVpcAttachmentsResult.filterSensitiveLog = (obj) => ({
|
|
1594
|
-
...obj,
|
|
1595
|
-
});
|
|
1596
|
-
})(DescribeTransitGatewayVpcAttachmentsResult = exports.DescribeTransitGatewayVpcAttachmentsResult || (exports.DescribeTransitGatewayVpcAttachmentsResult = {}));
|
|
1597
|
-
var DescribeTrunkInterfaceAssociationsRequest;
|
|
1598
|
-
(function (DescribeTrunkInterfaceAssociationsRequest) {
|
|
1599
|
-
DescribeTrunkInterfaceAssociationsRequest.filterSensitiveLog = (obj) => ({
|
|
1600
|
-
...obj,
|
|
1601
|
-
});
|
|
1602
|
-
})(DescribeTrunkInterfaceAssociationsRequest = exports.DescribeTrunkInterfaceAssociationsRequest || (exports.DescribeTrunkInterfaceAssociationsRequest = {}));
|
|
1603
|
-
var DescribeTrunkInterfaceAssociationsResult;
|
|
1604
|
-
(function (DescribeTrunkInterfaceAssociationsResult) {
|
|
1605
|
-
DescribeTrunkInterfaceAssociationsResult.filterSensitiveLog = (obj) => ({
|
|
1606
|
-
...obj,
|
|
1607
|
-
});
|
|
1608
|
-
})(DescribeTrunkInterfaceAssociationsResult = exports.DescribeTrunkInterfaceAssociationsResult || (exports.DescribeTrunkInterfaceAssociationsResult = {}));
|
|
1609
|
-
var DescribeVolumeAttributeRequest;
|
|
1610
|
-
(function (DescribeVolumeAttributeRequest) {
|
|
1611
|
-
DescribeVolumeAttributeRequest.filterSensitiveLog = (obj) => ({
|
|
1612
|
-
...obj,
|
|
1613
|
-
});
|
|
1614
|
-
})(DescribeVolumeAttributeRequest = exports.DescribeVolumeAttributeRequest || (exports.DescribeVolumeAttributeRequest = {}));
|
|
1615
|
-
var DescribeVolumeAttributeResult;
|
|
1616
|
-
(function (DescribeVolumeAttributeResult) {
|
|
1617
|
-
DescribeVolumeAttributeResult.filterSensitiveLog = (obj) => ({
|
|
1618
|
-
...obj,
|
|
1619
|
-
});
|
|
1620
|
-
})(DescribeVolumeAttributeResult = exports.DescribeVolumeAttributeResult || (exports.DescribeVolumeAttributeResult = {}));
|