@aws-sdk/client-ec2 3.453.0 → 3.454.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +11 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -24
- package/dist-cjs/models/models_7.js +23 -1
- package/dist-cjs/protocols/Aws_ec2.js +794 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -23
- package/dist-es/models/models_7.js +22 -1
- package/dist-es/protocols/Aws_ec2.js +757 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -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 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +105 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +367 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4392 -4321
- package/dist-types/models/models_7.d.ts +729 -4
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +100 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +198 -186
- package/dist-types/ts3.4/models/models_7.d.ts +184 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { LaunchTemplateVersionFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export const InstanceAttributeName = {
|
|
4
|
+
blockDeviceMapping: "blockDeviceMapping",
|
|
5
|
+
disableApiStop: "disableApiStop",
|
|
6
|
+
disableApiTermination: "disableApiTermination",
|
|
7
|
+
ebsOptimized: "ebsOptimized",
|
|
8
|
+
enaSupport: "enaSupport",
|
|
9
|
+
enclaveOptions: "enclaveOptions",
|
|
10
|
+
groupSet: "groupSet",
|
|
11
|
+
instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior",
|
|
12
|
+
instanceType: "instanceType",
|
|
13
|
+
kernel: "kernel",
|
|
14
|
+
productCodes: "productCodes",
|
|
15
|
+
ramdisk: "ramdisk",
|
|
16
|
+
rootDeviceName: "rootDeviceName",
|
|
17
|
+
sourceDestCheck: "sourceDestCheck",
|
|
18
|
+
sriovNetSupport: "sriovNetSupport",
|
|
19
|
+
userData: "userData",
|
|
20
|
+
};
|
|
3
21
|
export const InstanceBootModeValues = {
|
|
4
22
|
legacy_bios: "legacy-bios",
|
|
5
23
|
uefi: "uefi",
|
|
@@ -248,6 +266,20 @@ export const SpotInstanceState = {
|
|
|
248
266
|
failed: "failed",
|
|
249
267
|
open: "open",
|
|
250
268
|
};
|
|
269
|
+
export const SnapshotTaskDetailFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
...(obj.Url && { Url: SENSITIVE_STRING }),
|
|
272
|
+
});
|
|
273
|
+
export const ImportSnapshotTaskFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
...(obj.SnapshotTaskDetail && { SnapshotTaskDetail: SnapshotTaskDetailFilterSensitiveLog(obj.SnapshotTaskDetail) }),
|
|
276
|
+
});
|
|
277
|
+
export const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
278
|
+
...obj,
|
|
279
|
+
...(obj.ImportSnapshotTasks && {
|
|
280
|
+
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item)),
|
|
281
|
+
}),
|
|
282
|
+
});
|
|
251
283
|
export const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
252
284
|
...obj,
|
|
253
285
|
...(obj.LaunchTemplateVersions && {
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
1
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
|
|
4
2
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
5
3
|
export const VerifiedAccessLogDeliveryStatusCode = {
|
|
6
4
|
FAILED: "failed",
|
|
@@ -86,18 +84,36 @@ export const IpamDiscoveryFailureCode = {
|
|
|
86
84
|
throttling_failure: "throttling-failure",
|
|
87
85
|
unauthorized_failure: "unauthorized-failure",
|
|
88
86
|
};
|
|
87
|
+
export const IpamPublicAddressType = {
|
|
88
|
+
AMAZON_OWNED_EIP: "amazon-owned-eip",
|
|
89
|
+
BYOIP: "byoip",
|
|
90
|
+
EC2_PUBLIC_IP: "ec2-public-ip",
|
|
91
|
+
SERVICE_MANAGED_BYOIP: "service-managed-byoip",
|
|
92
|
+
SERVICE_MANAGED_IP: "service-managed-ip",
|
|
93
|
+
};
|
|
94
|
+
export const IpamPublicAddressAssociationStatus = {
|
|
95
|
+
ASSOCIATED: "associated",
|
|
96
|
+
DISASSOCIATED: "disassociated",
|
|
97
|
+
};
|
|
98
|
+
export const IpamPublicAddressAwsService = {
|
|
99
|
+
AGA: "global-accelerator",
|
|
100
|
+
DMS: "database-migration-service",
|
|
101
|
+
EC2_LB: "load-balancer",
|
|
102
|
+
ECS: "elastic-container-service",
|
|
103
|
+
NAT_GATEWAY: "nat-gateway",
|
|
104
|
+
OTHER: "other",
|
|
105
|
+
RDS: "relational-database-service",
|
|
106
|
+
REDSHIFT: "redshift",
|
|
107
|
+
S2S_VPN: "site-to-site-vpn",
|
|
108
|
+
};
|
|
89
109
|
export const IpamResourceType = {
|
|
90
110
|
eip: "eip",
|
|
111
|
+
eni: "eni",
|
|
91
112
|
ipv6_pool: "ipv6-pool",
|
|
92
113
|
public_ipv4_pool: "public-ipv4-pool",
|
|
93
114
|
subnet: "subnet",
|
|
94
115
|
vpc: "vpc",
|
|
95
116
|
};
|
|
96
|
-
export const IpamManagementState = {
|
|
97
|
-
ignored: "ignored",
|
|
98
|
-
managed: "managed",
|
|
99
|
-
unmanaged: "unmanaged",
|
|
100
|
-
};
|
|
101
117
|
export const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = (obj) => ({
|
|
102
118
|
...obj,
|
|
103
119
|
...(obj.VerifiedAccessTrustProviders && {
|
|
@@ -116,13 +132,3 @@ export const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) =
|
|
|
116
132
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
117
133
|
}),
|
|
118
134
|
});
|
|
119
|
-
export const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
...(obj.LaunchTemplateData && {
|
|
122
|
-
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
123
|
-
}),
|
|
124
|
-
});
|
|
125
|
-
export const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
...(obj.PasswordData && { PasswordData: SENSITIVE_STRING }),
|
|
128
|
-
});
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
import { ResponseLaunchTemplateDataFilterSensitiveLog, } from "./models_1";
|
|
3
4
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
4
|
-
import { ConversionTaskFilterSensitiveLog, SnapshotDetailFilterSensitiveLog,
|
|
5
|
-
import {
|
|
5
|
+
import { ConversionTaskFilterSensitiveLog, SnapshotDetailFilterSensitiveLog, } from "./models_3";
|
|
6
|
+
import { SnapshotTaskDetailFilterSensitiveLog, } from "./models_4";
|
|
7
|
+
export const IpamManagementState = {
|
|
8
|
+
ignored: "ignored",
|
|
9
|
+
managed: "managed",
|
|
10
|
+
unmanaged: "unmanaged",
|
|
11
|
+
};
|
|
6
12
|
export const LockMode = {
|
|
7
13
|
compliance: "compliance",
|
|
8
14
|
governance: "governance",
|
|
@@ -47,21 +53,16 @@ export const Status = {
|
|
|
47
53
|
inVpc: "InVpc",
|
|
48
54
|
moveInProgress: "MoveInProgress",
|
|
49
55
|
};
|
|
50
|
-
export const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
};
|
|
61
|
-
export const ReportStatusType = {
|
|
62
|
-
impaired: "impaired",
|
|
63
|
-
ok: "ok",
|
|
64
|
-
};
|
|
56
|
+
export const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
57
|
+
...obj,
|
|
58
|
+
...(obj.LaunchTemplateData && {
|
|
59
|
+
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
60
|
+
}),
|
|
61
|
+
});
|
|
62
|
+
export const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
|
|
63
|
+
...obj,
|
|
64
|
+
...(obj.PasswordData && { PasswordData: SENSITIVE_STRING }),
|
|
65
|
+
});
|
|
65
66
|
export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
66
67
|
...obj,
|
|
67
68
|
...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
|
|
@@ -168,9 +169,3 @@ export const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
|
168
169
|
...obj,
|
|
169
170
|
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
170
171
|
});
|
|
171
|
-
export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
...(obj.SpotFleetRequestConfig && {
|
|
174
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
175
|
-
}),
|
|
176
|
-
});
|
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { SpotInstanceRequestFilterSensitiveLog, } from "./models_4";
|
|
2
|
+
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_4";
|
|
3
|
+
export const ReportInstanceReasonCodes = {
|
|
4
|
+
instance_stuck_in_state: "instance-stuck-in-state",
|
|
5
|
+
not_accepting_credentials: "not-accepting-credentials",
|
|
6
|
+
other: "other",
|
|
7
|
+
password_not_available: "password-not-available",
|
|
8
|
+
performance_ebs_volume: "performance-ebs-volume",
|
|
9
|
+
performance_instance_store: "performance-instance-store",
|
|
10
|
+
performance_network: "performance-network",
|
|
11
|
+
performance_other: "performance-other",
|
|
12
|
+
unresponsive: "unresponsive",
|
|
13
|
+
};
|
|
14
|
+
export const ReportStatusType = {
|
|
15
|
+
impaired: "impaired",
|
|
16
|
+
ok: "ok",
|
|
17
|
+
};
|
|
3
18
|
export const ResetFpgaImageAttributeName = {
|
|
4
19
|
loadPermission: "loadPermission",
|
|
5
20
|
};
|
|
@@ -10,6 +25,12 @@ export const MembershipType = {
|
|
|
10
25
|
igmp: "igmp",
|
|
11
26
|
static: "static",
|
|
12
27
|
};
|
|
28
|
+
export const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
...(obj.SpotFleetRequestConfig && {
|
|
31
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
32
|
+
}),
|
|
33
|
+
});
|
|
13
34
|
export const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
14
35
|
...obj,
|
|
15
36
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|