@aws-sdk/client-ec2 3.121.0 → 3.130.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 +30 -0
- package/dist-cjs/EC2.js +150 -0
- package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +36 -0
- package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +3 -3
- package/dist-cjs/commands/DescribePlacementGroupsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +1 -2
- package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +36 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +36 -0
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +36 -0
- package/dist-cjs/commands/ExportImageCommand.js +3 -3
- package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +3 -3
- package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +3 -3
- package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +3 -3
- package/dist-cjs/commands/GetCoipPoolUsageCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleOutputCommand.js +3 -3
- package/dist-cjs/commands/GetConsoleScreenshotCommand.js +3 -3
- package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +3 -3
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
- package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +36 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +36 -0
- package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +3 -3
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +3 -3
- package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/ReleaseAddressCommand.js +2 -2
- package/dist-cjs/commands/ReleaseHostsCommand.js +3 -3
- package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +3 -3
- package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteCommand.js +2 -2
- package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +3 -3
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/models/models_0.js +35 -36
- package/dist-cjs/models/models_1.js +36 -24
- package/dist-cjs/models/models_2.js +111 -96
- package/dist-cjs/models/models_3.js +96 -114
- package/dist-cjs/models/models_4.js +150 -150
- package/dist-cjs/models/models_5.js +192 -198
- package/dist-cjs/models/models_6.js +195 -2
- package/dist-cjs/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +36 -0
- package/dist-cjs/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_ec2.js +1080 -21
- package/dist-es/EC2.js +150 -0
- package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayCommand.js +2 -1
- package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +39 -0
- package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +2 -1
- package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +2 -1
- package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInterfacesCommand.js +1 -1
- package/dist-es/commands/DescribePlacementGroupsCommand.js +1 -1
- package/dist-es/commands/DescribePrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +1 -2
- package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +39 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +39 -0
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +39 -0
- package/dist-es/commands/ExportImageCommand.js +1 -1
- package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +1 -1
- package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +1 -1
- package/dist-es/commands/GetCapacityReservationUsageCommand.js +1 -1
- package/dist-es/commands/GetCoipPoolUsageCommand.js +1 -1
- package/dist-es/commands/GetConsoleOutputCommand.js +1 -1
- package/dist-es/commands/GetConsoleScreenshotCommand.js +1 -1
- package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +1 -1
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +1 -2
- package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +39 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +39 -0
- package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +1 -1
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +1 -1
- package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +1 -1
- package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/ReleaseAddressCommand.js +1 -1
- package/dist-es/commands/ReleaseHostsCommand.js +1 -1
- package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +1 -1
- package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +1 -1
- package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteCommand.js +1 -1
- package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +1 -1
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +21 -26
- package/dist-es/models/models_1.js +26 -12
- package/dist-es/models/models_2.js +77 -60
- package/dist-es/models/models_3.js +60 -72
- package/dist-es/models/models_4.js +96 -96
- package/dist-es/models/models_5.js +124 -128
- package/dist-es/models/models_6.js +128 -0
- package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +75 -0
- package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +75 -0
- package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +75 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +1387 -208
- package/dist-types/EC2.d.ts +73 -2
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +3 -2
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +35 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +35 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +35 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +35 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- 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/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +86 -68
- package/dist-types/models/models_1.d.ts +69 -112
- package/dist-types/models/models_2.d.ts +352 -462
- package/dist-types/models/models_3.d.ts +6282 -6748
- package/dist-types/models/models_4.d.ts +6282 -5860
- package/dist-types/models/models_5.d.ts +4656 -4507
- package/dist-types/models/models_6.d.ts +678 -5
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +30 -0
- package/dist-types/ts3.4/EC2.d.ts +50 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- 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/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -41
- package/dist-types/ts3.4/models/models_1.d.ts +42 -63
- package/dist-types/ts3.4/models/models_2.d.ts +211 -244
- package/dist-types/ts3.4/models/models_3.d.ts +244 -349
- package/dist-types/ts3.4/models/models_4.d.ts +431 -316
- package/dist-types/ts3.4/models/models_5.d.ts +412 -380
- package/dist-types/ts3.4/models/models_6.d.ts +380 -5
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +30 -0
- package/package.json +28 -28
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var TransitGatewayOptions;
|
|
3
|
+
(function (TransitGatewayOptions) {
|
|
4
|
+
TransitGatewayOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(TransitGatewayOptions || (TransitGatewayOptions = {}));
|
|
6
|
+
export var TransitGateway;
|
|
7
|
+
(function (TransitGateway) {
|
|
8
|
+
TransitGateway.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(TransitGateway || (TransitGateway = {}));
|
|
10
|
+
export var CreateTransitGatewayResult;
|
|
11
|
+
(function (CreateTransitGatewayResult) {
|
|
12
|
+
CreateTransitGatewayResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(CreateTransitGatewayResult || (CreateTransitGatewayResult = {}));
|
|
2
14
|
export var CreateTransitGatewayConnectRequestOptions;
|
|
3
15
|
(function (CreateTransitGatewayConnectRequestOptions) {
|
|
4
16
|
CreateTransitGatewayConnectRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -63,6 +75,10 @@ export var CreateTransitGatewayMulticastDomainResult;
|
|
|
63
75
|
(function (CreateTransitGatewayMulticastDomainResult) {
|
|
64
76
|
CreateTransitGatewayMulticastDomainResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
77
|
})(CreateTransitGatewayMulticastDomainResult || (CreateTransitGatewayMulticastDomainResult = {}));
|
|
78
|
+
export var CreateTransitGatewayPeeringAttachmentRequestOptions;
|
|
79
|
+
(function (CreateTransitGatewayPeeringAttachmentRequestOptions) {
|
|
80
|
+
CreateTransitGatewayPeeringAttachmentRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
})(CreateTransitGatewayPeeringAttachmentRequestOptions || (CreateTransitGatewayPeeringAttachmentRequestOptions = {}));
|
|
66
82
|
export var CreateTransitGatewayPeeringAttachmentRequest;
|
|
67
83
|
(function (CreateTransitGatewayPeeringAttachmentRequest) {
|
|
68
84
|
CreateTransitGatewayPeeringAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -71,6 +87,25 @@ export var CreateTransitGatewayPeeringAttachmentResult;
|
|
|
71
87
|
(function (CreateTransitGatewayPeeringAttachmentResult) {
|
|
72
88
|
CreateTransitGatewayPeeringAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
89
|
})(CreateTransitGatewayPeeringAttachmentResult || (CreateTransitGatewayPeeringAttachmentResult = {}));
|
|
90
|
+
export var CreateTransitGatewayPolicyTableRequest;
|
|
91
|
+
(function (CreateTransitGatewayPolicyTableRequest) {
|
|
92
|
+
CreateTransitGatewayPolicyTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
})(CreateTransitGatewayPolicyTableRequest || (CreateTransitGatewayPolicyTableRequest = {}));
|
|
94
|
+
export var TransitGatewayPolicyTableState;
|
|
95
|
+
(function (TransitGatewayPolicyTableState) {
|
|
96
|
+
TransitGatewayPolicyTableState["available"] = "available";
|
|
97
|
+
TransitGatewayPolicyTableState["deleted"] = "deleted";
|
|
98
|
+
TransitGatewayPolicyTableState["deleting"] = "deleting";
|
|
99
|
+
TransitGatewayPolicyTableState["pending"] = "pending";
|
|
100
|
+
})(TransitGatewayPolicyTableState || (TransitGatewayPolicyTableState = {}));
|
|
101
|
+
export var TransitGatewayPolicyTable;
|
|
102
|
+
(function (TransitGatewayPolicyTable) {
|
|
103
|
+
TransitGatewayPolicyTable.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
})(TransitGatewayPolicyTable || (TransitGatewayPolicyTable = {}));
|
|
105
|
+
export var CreateTransitGatewayPolicyTableResult;
|
|
106
|
+
(function (CreateTransitGatewayPolicyTableResult) {
|
|
107
|
+
CreateTransitGatewayPolicyTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
})(CreateTransitGatewayPolicyTableResult || (CreateTransitGatewayPolicyTableResult = {}));
|
|
74
109
|
export var CreateTransitGatewayPrefixListReferenceRequest;
|
|
75
110
|
(function (CreateTransitGatewayPrefixListReferenceRequest) {
|
|
76
111
|
CreateTransitGatewayPrefixListReferenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -115,6 +150,32 @@ export var CreateTransitGatewayRouteTableResult;
|
|
|
115
150
|
(function (CreateTransitGatewayRouteTableResult) {
|
|
116
151
|
CreateTransitGatewayRouteTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
152
|
})(CreateTransitGatewayRouteTableResult || (CreateTransitGatewayRouteTableResult = {}));
|
|
153
|
+
export var CreateTransitGatewayRouteTableAnnouncementRequest;
|
|
154
|
+
(function (CreateTransitGatewayRouteTableAnnouncementRequest) {
|
|
155
|
+
CreateTransitGatewayRouteTableAnnouncementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
})(CreateTransitGatewayRouteTableAnnouncementRequest || (CreateTransitGatewayRouteTableAnnouncementRequest = {}));
|
|
157
|
+
export var TransitGatewayRouteTableAnnouncementDirection;
|
|
158
|
+
(function (TransitGatewayRouteTableAnnouncementDirection) {
|
|
159
|
+
TransitGatewayRouteTableAnnouncementDirection["incoming"] = "incoming";
|
|
160
|
+
TransitGatewayRouteTableAnnouncementDirection["outgoing"] = "outgoing";
|
|
161
|
+
})(TransitGatewayRouteTableAnnouncementDirection || (TransitGatewayRouteTableAnnouncementDirection = {}));
|
|
162
|
+
export var TransitGatewayRouteTableAnnouncementState;
|
|
163
|
+
(function (TransitGatewayRouteTableAnnouncementState) {
|
|
164
|
+
TransitGatewayRouteTableAnnouncementState["available"] = "available";
|
|
165
|
+
TransitGatewayRouteTableAnnouncementState["deleted"] = "deleted";
|
|
166
|
+
TransitGatewayRouteTableAnnouncementState["deleting"] = "deleting";
|
|
167
|
+
TransitGatewayRouteTableAnnouncementState["failed"] = "failed";
|
|
168
|
+
TransitGatewayRouteTableAnnouncementState["failing"] = "failing";
|
|
169
|
+
TransitGatewayRouteTableAnnouncementState["pending"] = "pending";
|
|
170
|
+
})(TransitGatewayRouteTableAnnouncementState || (TransitGatewayRouteTableAnnouncementState = {}));
|
|
171
|
+
export var TransitGatewayRouteTableAnnouncement;
|
|
172
|
+
(function (TransitGatewayRouteTableAnnouncement) {
|
|
173
|
+
TransitGatewayRouteTableAnnouncement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
})(TransitGatewayRouteTableAnnouncement || (TransitGatewayRouteTableAnnouncement = {}));
|
|
175
|
+
export var CreateTransitGatewayRouteTableAnnouncementResult;
|
|
176
|
+
(function (CreateTransitGatewayRouteTableAnnouncementResult) {
|
|
177
|
+
CreateTransitGatewayRouteTableAnnouncementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
})(CreateTransitGatewayRouteTableAnnouncementResult || (CreateTransitGatewayRouteTableAnnouncementResult = {}));
|
|
118
179
|
export var CreateTransitGatewayVpcAttachmentRequestOptions;
|
|
119
180
|
(function (CreateTransitGatewayVpcAttachmentRequestOptions) {
|
|
120
181
|
CreateTransitGatewayVpcAttachmentRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -802,6 +863,14 @@ export var DeleteTransitGatewayPeeringAttachmentResult;
|
|
|
802
863
|
(function (DeleteTransitGatewayPeeringAttachmentResult) {
|
|
803
864
|
DeleteTransitGatewayPeeringAttachmentResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
865
|
})(DeleteTransitGatewayPeeringAttachmentResult || (DeleteTransitGatewayPeeringAttachmentResult = {}));
|
|
866
|
+
export var DeleteTransitGatewayPolicyTableRequest;
|
|
867
|
+
(function (DeleteTransitGatewayPolicyTableRequest) {
|
|
868
|
+
DeleteTransitGatewayPolicyTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
})(DeleteTransitGatewayPolicyTableRequest || (DeleteTransitGatewayPolicyTableRequest = {}));
|
|
870
|
+
export var DeleteTransitGatewayPolicyTableResult;
|
|
871
|
+
(function (DeleteTransitGatewayPolicyTableResult) {
|
|
872
|
+
DeleteTransitGatewayPolicyTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
})(DeleteTransitGatewayPolicyTableResult || (DeleteTransitGatewayPolicyTableResult = {}));
|
|
805
874
|
export var DeleteTransitGatewayPrefixListReferenceRequest;
|
|
806
875
|
(function (DeleteTransitGatewayPrefixListReferenceRequest) {
|
|
807
876
|
DeleteTransitGatewayPrefixListReferenceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -826,6 +895,14 @@ export var DeleteTransitGatewayRouteTableResult;
|
|
|
826
895
|
(function (DeleteTransitGatewayRouteTableResult) {
|
|
827
896
|
DeleteTransitGatewayRouteTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
897
|
})(DeleteTransitGatewayRouteTableResult || (DeleteTransitGatewayRouteTableResult = {}));
|
|
898
|
+
export var DeleteTransitGatewayRouteTableAnnouncementRequest;
|
|
899
|
+
(function (DeleteTransitGatewayRouteTableAnnouncementRequest) {
|
|
900
|
+
DeleteTransitGatewayRouteTableAnnouncementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
})(DeleteTransitGatewayRouteTableAnnouncementRequest || (DeleteTransitGatewayRouteTableAnnouncementRequest = {}));
|
|
902
|
+
export var DeleteTransitGatewayRouteTableAnnouncementResult;
|
|
903
|
+
(function (DeleteTransitGatewayRouteTableAnnouncementResult) {
|
|
904
|
+
DeleteTransitGatewayRouteTableAnnouncementResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
})(DeleteTransitGatewayRouteTableAnnouncementResult || (DeleteTransitGatewayRouteTableAnnouncementResult = {}));
|
|
829
906
|
export var DeleteTransitGatewayVpcAttachmentRequest;
|
|
830
907
|
(function (DeleteTransitGatewayVpcAttachmentRequest) {
|
|
831
908
|
DeleteTransitGatewayVpcAttachmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1105,63 +1182,3 @@ export var DescribeClientVpnConnectionsRequest;
|
|
|
1105
1182
|
(function (DescribeClientVpnConnectionsRequest) {
|
|
1106
1183
|
DescribeClientVpnConnectionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
1184
|
})(DescribeClientVpnConnectionsRequest || (DescribeClientVpnConnectionsRequest = {}));
|
|
1108
|
-
export var ClientVpnConnectionStatus;
|
|
1109
|
-
(function (ClientVpnConnectionStatus) {
|
|
1110
|
-
ClientVpnConnectionStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
|
-
})(ClientVpnConnectionStatus || (ClientVpnConnectionStatus = {}));
|
|
1112
|
-
export var ClientVpnConnection;
|
|
1113
|
-
(function (ClientVpnConnection) {
|
|
1114
|
-
ClientVpnConnection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(ClientVpnConnection || (ClientVpnConnection = {}));
|
|
1116
|
-
export var DescribeClientVpnConnectionsResult;
|
|
1117
|
-
(function (DescribeClientVpnConnectionsResult) {
|
|
1118
|
-
DescribeClientVpnConnectionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(DescribeClientVpnConnectionsResult || (DescribeClientVpnConnectionsResult = {}));
|
|
1120
|
-
export var DescribeClientVpnEndpointsRequest;
|
|
1121
|
-
(function (DescribeClientVpnEndpointsRequest) {
|
|
1122
|
-
DescribeClientVpnEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(DescribeClientVpnEndpointsRequest || (DescribeClientVpnEndpointsRequest = {}));
|
|
1124
|
-
export var AssociatedTargetNetwork;
|
|
1125
|
-
(function (AssociatedTargetNetwork) {
|
|
1126
|
-
AssociatedTargetNetwork.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1127
|
-
})(AssociatedTargetNetwork || (AssociatedTargetNetwork = {}));
|
|
1128
|
-
export var DirectoryServiceAuthentication;
|
|
1129
|
-
(function (DirectoryServiceAuthentication) {
|
|
1130
|
-
DirectoryServiceAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1131
|
-
})(DirectoryServiceAuthentication || (DirectoryServiceAuthentication = {}));
|
|
1132
|
-
export var FederatedAuthentication;
|
|
1133
|
-
(function (FederatedAuthentication) {
|
|
1134
|
-
FederatedAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1135
|
-
})(FederatedAuthentication || (FederatedAuthentication = {}));
|
|
1136
|
-
export var CertificateAuthentication;
|
|
1137
|
-
(function (CertificateAuthentication) {
|
|
1138
|
-
CertificateAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
|
-
})(CertificateAuthentication || (CertificateAuthentication = {}));
|
|
1140
|
-
export var ClientVpnAuthentication;
|
|
1141
|
-
(function (ClientVpnAuthentication) {
|
|
1142
|
-
ClientVpnAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1143
|
-
})(ClientVpnAuthentication || (ClientVpnAuthentication = {}));
|
|
1144
|
-
export var ClientVpnEndpointAttributeStatus;
|
|
1145
|
-
(function (ClientVpnEndpointAttributeStatus) {
|
|
1146
|
-
ClientVpnEndpointAttributeStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1147
|
-
})(ClientVpnEndpointAttributeStatus || (ClientVpnEndpointAttributeStatus = {}));
|
|
1148
|
-
export var ClientConnectResponseOptions;
|
|
1149
|
-
(function (ClientConnectResponseOptions) {
|
|
1150
|
-
ClientConnectResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(ClientConnectResponseOptions || (ClientConnectResponseOptions = {}));
|
|
1152
|
-
export var ClientLoginBannerResponseOptions;
|
|
1153
|
-
(function (ClientLoginBannerResponseOptions) {
|
|
1154
|
-
ClientLoginBannerResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1155
|
-
})(ClientLoginBannerResponseOptions || (ClientLoginBannerResponseOptions = {}));
|
|
1156
|
-
export var ConnectionLogResponseOptions;
|
|
1157
|
-
(function (ConnectionLogResponseOptions) {
|
|
1158
|
-
ConnectionLogResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
|
-
})(ConnectionLogResponseOptions || (ConnectionLogResponseOptions = {}));
|
|
1160
|
-
export var ClientVpnEndpoint;
|
|
1161
|
-
(function (ClientVpnEndpoint) {
|
|
1162
|
-
ClientVpnEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
-
})(ClientVpnEndpoint || (ClientVpnEndpoint = {}));
|
|
1164
|
-
export var DescribeClientVpnEndpointsResult;
|
|
1165
|
-
(function (DescribeClientVpnEndpointsResult) {
|
|
1166
|
-
DescribeClientVpnEndpointsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
-
})(DescribeClientVpnEndpointsResult || (DescribeClientVpnEndpointsResult = {}));
|
|
@@ -1,4 +1,64 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var ClientVpnConnectionStatus;
|
|
3
|
+
(function (ClientVpnConnectionStatus) {
|
|
4
|
+
ClientVpnConnectionStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(ClientVpnConnectionStatus || (ClientVpnConnectionStatus = {}));
|
|
6
|
+
export var ClientVpnConnection;
|
|
7
|
+
(function (ClientVpnConnection) {
|
|
8
|
+
ClientVpnConnection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(ClientVpnConnection || (ClientVpnConnection = {}));
|
|
10
|
+
export var DescribeClientVpnConnectionsResult;
|
|
11
|
+
(function (DescribeClientVpnConnectionsResult) {
|
|
12
|
+
DescribeClientVpnConnectionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(DescribeClientVpnConnectionsResult || (DescribeClientVpnConnectionsResult = {}));
|
|
14
|
+
export var DescribeClientVpnEndpointsRequest;
|
|
15
|
+
(function (DescribeClientVpnEndpointsRequest) {
|
|
16
|
+
DescribeClientVpnEndpointsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(DescribeClientVpnEndpointsRequest || (DescribeClientVpnEndpointsRequest = {}));
|
|
18
|
+
export var AssociatedTargetNetwork;
|
|
19
|
+
(function (AssociatedTargetNetwork) {
|
|
20
|
+
AssociatedTargetNetwork.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(AssociatedTargetNetwork || (AssociatedTargetNetwork = {}));
|
|
22
|
+
export var DirectoryServiceAuthentication;
|
|
23
|
+
(function (DirectoryServiceAuthentication) {
|
|
24
|
+
DirectoryServiceAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(DirectoryServiceAuthentication || (DirectoryServiceAuthentication = {}));
|
|
26
|
+
export var FederatedAuthentication;
|
|
27
|
+
(function (FederatedAuthentication) {
|
|
28
|
+
FederatedAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(FederatedAuthentication || (FederatedAuthentication = {}));
|
|
30
|
+
export var CertificateAuthentication;
|
|
31
|
+
(function (CertificateAuthentication) {
|
|
32
|
+
CertificateAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(CertificateAuthentication || (CertificateAuthentication = {}));
|
|
34
|
+
export var ClientVpnAuthentication;
|
|
35
|
+
(function (ClientVpnAuthentication) {
|
|
36
|
+
ClientVpnAuthentication.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(ClientVpnAuthentication || (ClientVpnAuthentication = {}));
|
|
38
|
+
export var ClientVpnEndpointAttributeStatus;
|
|
39
|
+
(function (ClientVpnEndpointAttributeStatus) {
|
|
40
|
+
ClientVpnEndpointAttributeStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(ClientVpnEndpointAttributeStatus || (ClientVpnEndpointAttributeStatus = {}));
|
|
42
|
+
export var ClientConnectResponseOptions;
|
|
43
|
+
(function (ClientConnectResponseOptions) {
|
|
44
|
+
ClientConnectResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(ClientConnectResponseOptions || (ClientConnectResponseOptions = {}));
|
|
46
|
+
export var ClientLoginBannerResponseOptions;
|
|
47
|
+
(function (ClientLoginBannerResponseOptions) {
|
|
48
|
+
ClientLoginBannerResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(ClientLoginBannerResponseOptions || (ClientLoginBannerResponseOptions = {}));
|
|
50
|
+
export var ConnectionLogResponseOptions;
|
|
51
|
+
(function (ConnectionLogResponseOptions) {
|
|
52
|
+
ConnectionLogResponseOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
+
})(ConnectionLogResponseOptions || (ConnectionLogResponseOptions = {}));
|
|
54
|
+
export var ClientVpnEndpoint;
|
|
55
|
+
(function (ClientVpnEndpoint) {
|
|
56
|
+
ClientVpnEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(ClientVpnEndpoint || (ClientVpnEndpoint = {}));
|
|
58
|
+
export var DescribeClientVpnEndpointsResult;
|
|
59
|
+
(function (DescribeClientVpnEndpointsResult) {
|
|
60
|
+
DescribeClientVpnEndpointsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(DescribeClientVpnEndpointsResult || (DescribeClientVpnEndpointsResult = {}));
|
|
2
62
|
export var DescribeClientVpnRoutesRequest;
|
|
3
63
|
(function (DescribeClientVpnRoutesRequest) {
|
|
4
64
|
DescribeClientVpnRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1007,75 +1067,3 @@ export var AnalysisLoadBalancerTarget;
|
|
|
1007
1067
|
(function (AnalysisLoadBalancerTarget) {
|
|
1008
1068
|
AnalysisLoadBalancerTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
1069
|
})(AnalysisLoadBalancerTarget || (AnalysisLoadBalancerTarget = {}));
|
|
1010
|
-
export var Explanation;
|
|
1011
|
-
(function (Explanation) {
|
|
1012
|
-
Explanation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
-
})(Explanation || (Explanation = {}));
|
|
1014
|
-
export var NetworkInsightsAnalysis;
|
|
1015
|
-
(function (NetworkInsightsAnalysis) {
|
|
1016
|
-
NetworkInsightsAnalysis.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
-
})(NetworkInsightsAnalysis || (NetworkInsightsAnalysis = {}));
|
|
1018
|
-
export var DescribeNetworkInsightsAnalysesResult;
|
|
1019
|
-
(function (DescribeNetworkInsightsAnalysesResult) {
|
|
1020
|
-
DescribeNetworkInsightsAnalysesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
-
})(DescribeNetworkInsightsAnalysesResult || (DescribeNetworkInsightsAnalysesResult = {}));
|
|
1022
|
-
export var DescribeNetworkInsightsPathsRequest;
|
|
1023
|
-
(function (DescribeNetworkInsightsPathsRequest) {
|
|
1024
|
-
DescribeNetworkInsightsPathsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(DescribeNetworkInsightsPathsRequest || (DescribeNetworkInsightsPathsRequest = {}));
|
|
1026
|
-
export var DescribeNetworkInsightsPathsResult;
|
|
1027
|
-
(function (DescribeNetworkInsightsPathsResult) {
|
|
1028
|
-
DescribeNetworkInsightsPathsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
-
})(DescribeNetworkInsightsPathsResult || (DescribeNetworkInsightsPathsResult = {}));
|
|
1030
|
-
export var DescribeNetworkInterfaceAttributeRequest;
|
|
1031
|
-
(function (DescribeNetworkInterfaceAttributeRequest) {
|
|
1032
|
-
DescribeNetworkInterfaceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
-
})(DescribeNetworkInterfaceAttributeRequest || (DescribeNetworkInterfaceAttributeRequest = {}));
|
|
1034
|
-
export var DescribeNetworkInterfaceAttributeResult;
|
|
1035
|
-
(function (DescribeNetworkInterfaceAttributeResult) {
|
|
1036
|
-
DescribeNetworkInterfaceAttributeResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(DescribeNetworkInterfaceAttributeResult || (DescribeNetworkInterfaceAttributeResult = {}));
|
|
1038
|
-
export var DescribeNetworkInterfacePermissionsRequest;
|
|
1039
|
-
(function (DescribeNetworkInterfacePermissionsRequest) {
|
|
1040
|
-
DescribeNetworkInterfacePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(DescribeNetworkInterfacePermissionsRequest || (DescribeNetworkInterfacePermissionsRequest = {}));
|
|
1042
|
-
export var DescribeNetworkInterfacePermissionsResult;
|
|
1043
|
-
(function (DescribeNetworkInterfacePermissionsResult) {
|
|
1044
|
-
DescribeNetworkInterfacePermissionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(DescribeNetworkInterfacePermissionsResult || (DescribeNetworkInterfacePermissionsResult = {}));
|
|
1046
|
-
export var DescribeNetworkInterfacesRequest;
|
|
1047
|
-
(function (DescribeNetworkInterfacesRequest) {
|
|
1048
|
-
DescribeNetworkInterfacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
-
})(DescribeNetworkInterfacesRequest || (DescribeNetworkInterfacesRequest = {}));
|
|
1050
|
-
export var DescribeNetworkInterfacesResult;
|
|
1051
|
-
(function (DescribeNetworkInterfacesResult) {
|
|
1052
|
-
DescribeNetworkInterfacesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(DescribeNetworkInterfacesResult || (DescribeNetworkInterfacesResult = {}));
|
|
1054
|
-
export var DescribePlacementGroupsRequest;
|
|
1055
|
-
(function (DescribePlacementGroupsRequest) {
|
|
1056
|
-
DescribePlacementGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
-
})(DescribePlacementGroupsRequest || (DescribePlacementGroupsRequest = {}));
|
|
1058
|
-
export var DescribePlacementGroupsResult;
|
|
1059
|
-
(function (DescribePlacementGroupsResult) {
|
|
1060
|
-
DescribePlacementGroupsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
-
})(DescribePlacementGroupsResult || (DescribePlacementGroupsResult = {}));
|
|
1062
|
-
export var DescribePrefixListsRequest;
|
|
1063
|
-
(function (DescribePrefixListsRequest) {
|
|
1064
|
-
DescribePrefixListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(DescribePrefixListsRequest || (DescribePrefixListsRequest = {}));
|
|
1066
|
-
export var PrefixList;
|
|
1067
|
-
(function (PrefixList) {
|
|
1068
|
-
PrefixList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
-
})(PrefixList || (PrefixList = {}));
|
|
1070
|
-
export var DescribePrefixListsResult;
|
|
1071
|
-
(function (DescribePrefixListsResult) {
|
|
1072
|
-
DescribePrefixListsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
-
})(DescribePrefixListsResult || (DescribePrefixListsResult = {}));
|
|
1074
|
-
export var DescribePrincipalIdFormatRequest;
|
|
1075
|
-
(function (DescribePrincipalIdFormatRequest) {
|
|
1076
|
-
DescribePrincipalIdFormatRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(DescribePrincipalIdFormatRequest || (DescribePrincipalIdFormatRequest = {}));
|
|
1078
|
-
export var PrincipalIdFormat;
|
|
1079
|
-
(function (PrincipalIdFormat) {
|
|
1080
|
-
PrincipalIdFormat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(PrincipalIdFormat || (PrincipalIdFormat = {}));
|
|
@@ -1,4 +1,76 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var Explanation;
|
|
3
|
+
(function (Explanation) {
|
|
4
|
+
Explanation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(Explanation || (Explanation = {}));
|
|
6
|
+
export var NetworkInsightsAnalysis;
|
|
7
|
+
(function (NetworkInsightsAnalysis) {
|
|
8
|
+
NetworkInsightsAnalysis.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(NetworkInsightsAnalysis || (NetworkInsightsAnalysis = {}));
|
|
10
|
+
export var DescribeNetworkInsightsAnalysesResult;
|
|
11
|
+
(function (DescribeNetworkInsightsAnalysesResult) {
|
|
12
|
+
DescribeNetworkInsightsAnalysesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(DescribeNetworkInsightsAnalysesResult || (DescribeNetworkInsightsAnalysesResult = {}));
|
|
14
|
+
export var DescribeNetworkInsightsPathsRequest;
|
|
15
|
+
(function (DescribeNetworkInsightsPathsRequest) {
|
|
16
|
+
DescribeNetworkInsightsPathsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(DescribeNetworkInsightsPathsRequest || (DescribeNetworkInsightsPathsRequest = {}));
|
|
18
|
+
export var DescribeNetworkInsightsPathsResult;
|
|
19
|
+
(function (DescribeNetworkInsightsPathsResult) {
|
|
20
|
+
DescribeNetworkInsightsPathsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(DescribeNetworkInsightsPathsResult || (DescribeNetworkInsightsPathsResult = {}));
|
|
22
|
+
export var DescribeNetworkInterfaceAttributeRequest;
|
|
23
|
+
(function (DescribeNetworkInterfaceAttributeRequest) {
|
|
24
|
+
DescribeNetworkInterfaceAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
+
})(DescribeNetworkInterfaceAttributeRequest || (DescribeNetworkInterfaceAttributeRequest = {}));
|
|
26
|
+
export var DescribeNetworkInterfaceAttributeResult;
|
|
27
|
+
(function (DescribeNetworkInterfaceAttributeResult) {
|
|
28
|
+
DescribeNetworkInterfaceAttributeResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(DescribeNetworkInterfaceAttributeResult || (DescribeNetworkInterfaceAttributeResult = {}));
|
|
30
|
+
export var DescribeNetworkInterfacePermissionsRequest;
|
|
31
|
+
(function (DescribeNetworkInterfacePermissionsRequest) {
|
|
32
|
+
DescribeNetworkInterfacePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(DescribeNetworkInterfacePermissionsRequest || (DescribeNetworkInterfacePermissionsRequest = {}));
|
|
34
|
+
export var DescribeNetworkInterfacePermissionsResult;
|
|
35
|
+
(function (DescribeNetworkInterfacePermissionsResult) {
|
|
36
|
+
DescribeNetworkInterfacePermissionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(DescribeNetworkInterfacePermissionsResult || (DescribeNetworkInterfacePermissionsResult = {}));
|
|
38
|
+
export var DescribeNetworkInterfacesRequest;
|
|
39
|
+
(function (DescribeNetworkInterfacesRequest) {
|
|
40
|
+
DescribeNetworkInterfacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(DescribeNetworkInterfacesRequest || (DescribeNetworkInterfacesRequest = {}));
|
|
42
|
+
export var DescribeNetworkInterfacesResult;
|
|
43
|
+
(function (DescribeNetworkInterfacesResult) {
|
|
44
|
+
DescribeNetworkInterfacesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(DescribeNetworkInterfacesResult || (DescribeNetworkInterfacesResult = {}));
|
|
46
|
+
export var DescribePlacementGroupsRequest;
|
|
47
|
+
(function (DescribePlacementGroupsRequest) {
|
|
48
|
+
DescribePlacementGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(DescribePlacementGroupsRequest || (DescribePlacementGroupsRequest = {}));
|
|
50
|
+
export var DescribePlacementGroupsResult;
|
|
51
|
+
(function (DescribePlacementGroupsResult) {
|
|
52
|
+
DescribePlacementGroupsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
+
})(DescribePlacementGroupsResult || (DescribePlacementGroupsResult = {}));
|
|
54
|
+
export var DescribePrefixListsRequest;
|
|
55
|
+
(function (DescribePrefixListsRequest) {
|
|
56
|
+
DescribePrefixListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(DescribePrefixListsRequest || (DescribePrefixListsRequest = {}));
|
|
58
|
+
export var PrefixList;
|
|
59
|
+
(function (PrefixList) {
|
|
60
|
+
PrefixList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(PrefixList || (PrefixList = {}));
|
|
62
|
+
export var DescribePrefixListsResult;
|
|
63
|
+
(function (DescribePrefixListsResult) {
|
|
64
|
+
DescribePrefixListsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
|
+
})(DescribePrefixListsResult || (DescribePrefixListsResult = {}));
|
|
66
|
+
export var DescribePrincipalIdFormatRequest;
|
|
67
|
+
(function (DescribePrincipalIdFormatRequest) {
|
|
68
|
+
DescribePrincipalIdFormatRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(DescribePrincipalIdFormatRequest || (DescribePrincipalIdFormatRequest = {}));
|
|
70
|
+
export var PrincipalIdFormat;
|
|
71
|
+
(function (PrincipalIdFormat) {
|
|
72
|
+
PrincipalIdFormat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(PrincipalIdFormat || (PrincipalIdFormat = {}));
|
|
2
74
|
export var DescribePrincipalIdFormatResult;
|
|
3
75
|
(function (DescribePrincipalIdFormatResult) {
|
|
4
76
|
DescribePrincipalIdFormatResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -515,6 +587,22 @@ export var DescribeTransitGatewayPeeringAttachmentsResult;
|
|
|
515
587
|
(function (DescribeTransitGatewayPeeringAttachmentsResult) {
|
|
516
588
|
DescribeTransitGatewayPeeringAttachmentsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
589
|
})(DescribeTransitGatewayPeeringAttachmentsResult || (DescribeTransitGatewayPeeringAttachmentsResult = {}));
|
|
590
|
+
export var DescribeTransitGatewayPolicyTablesRequest;
|
|
591
|
+
(function (DescribeTransitGatewayPolicyTablesRequest) {
|
|
592
|
+
DescribeTransitGatewayPolicyTablesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
})(DescribeTransitGatewayPolicyTablesRequest || (DescribeTransitGatewayPolicyTablesRequest = {}));
|
|
594
|
+
export var DescribeTransitGatewayPolicyTablesResult;
|
|
595
|
+
(function (DescribeTransitGatewayPolicyTablesResult) {
|
|
596
|
+
DescribeTransitGatewayPolicyTablesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
})(DescribeTransitGatewayPolicyTablesResult || (DescribeTransitGatewayPolicyTablesResult = {}));
|
|
598
|
+
export var DescribeTransitGatewayRouteTableAnnouncementsRequest;
|
|
599
|
+
(function (DescribeTransitGatewayRouteTableAnnouncementsRequest) {
|
|
600
|
+
DescribeTransitGatewayRouteTableAnnouncementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
})(DescribeTransitGatewayRouteTableAnnouncementsRequest || (DescribeTransitGatewayRouteTableAnnouncementsRequest = {}));
|
|
602
|
+
export var DescribeTransitGatewayRouteTableAnnouncementsResult;
|
|
603
|
+
(function (DescribeTransitGatewayRouteTableAnnouncementsResult) {
|
|
604
|
+
DescribeTransitGatewayRouteTableAnnouncementsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
})(DescribeTransitGatewayRouteTableAnnouncementsResult || (DescribeTransitGatewayRouteTableAnnouncementsResult = {}));
|
|
518
606
|
export var DescribeTransitGatewayRouteTablesRequest;
|
|
519
607
|
(function (DescribeTransitGatewayRouteTablesRequest) {
|
|
520
608
|
DescribeTransitGatewayRouteTablesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -911,6 +999,14 @@ export var DisassociateTransitGatewayMulticastDomainResult;
|
|
|
911
999
|
(function (DisassociateTransitGatewayMulticastDomainResult) {
|
|
912
1000
|
DisassociateTransitGatewayMulticastDomainResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
1001
|
})(DisassociateTransitGatewayMulticastDomainResult || (DisassociateTransitGatewayMulticastDomainResult = {}));
|
|
1002
|
+
export var DisassociateTransitGatewayPolicyTableRequest;
|
|
1003
|
+
(function (DisassociateTransitGatewayPolicyTableRequest) {
|
|
1004
|
+
DisassociateTransitGatewayPolicyTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
+
})(DisassociateTransitGatewayPolicyTableRequest || (DisassociateTransitGatewayPolicyTableRequest = {}));
|
|
1006
|
+
export var DisassociateTransitGatewayPolicyTableResult;
|
|
1007
|
+
(function (DisassociateTransitGatewayPolicyTableResult) {
|
|
1008
|
+
DisassociateTransitGatewayPolicyTableResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
+
})(DisassociateTransitGatewayPolicyTableResult || (DisassociateTransitGatewayPolicyTableResult = {}));
|
|
914
1010
|
export var DisassociateTransitGatewayRouteTableRequest;
|
|
915
1011
|
(function (DisassociateTransitGatewayRouteTableRequest) {
|
|
916
1012
|
DisassociateTransitGatewayRouteTableRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1063,99 +1159,3 @@ export var ExportTaskS3LocationRequest;
|
|
|
1063
1159
|
(function (ExportTaskS3LocationRequest) {
|
|
1064
1160
|
ExportTaskS3LocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
1161
|
})(ExportTaskS3LocationRequest || (ExportTaskS3LocationRequest = {}));
|
|
1066
|
-
export var ExportImageRequest;
|
|
1067
|
-
(function (ExportImageRequest) {
|
|
1068
|
-
ExportImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
-
})(ExportImageRequest || (ExportImageRequest = {}));
|
|
1070
|
-
export var ExportImageResult;
|
|
1071
|
-
(function (ExportImageResult) {
|
|
1072
|
-
ExportImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
-
})(ExportImageResult || (ExportImageResult = {}));
|
|
1074
|
-
export var ExportTransitGatewayRoutesRequest;
|
|
1075
|
-
(function (ExportTransitGatewayRoutesRequest) {
|
|
1076
|
-
ExportTransitGatewayRoutesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(ExportTransitGatewayRoutesRequest || (ExportTransitGatewayRoutesRequest = {}));
|
|
1078
|
-
export var ExportTransitGatewayRoutesResult;
|
|
1079
|
-
(function (ExportTransitGatewayRoutesResult) {
|
|
1080
|
-
ExportTransitGatewayRoutesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(ExportTransitGatewayRoutesResult || (ExportTransitGatewayRoutesResult = {}));
|
|
1082
|
-
export var GetAssociatedEnclaveCertificateIamRolesRequest;
|
|
1083
|
-
(function (GetAssociatedEnclaveCertificateIamRolesRequest) {
|
|
1084
|
-
GetAssociatedEnclaveCertificateIamRolesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
-
})(GetAssociatedEnclaveCertificateIamRolesRequest || (GetAssociatedEnclaveCertificateIamRolesRequest = {}));
|
|
1086
|
-
export var AssociatedRole;
|
|
1087
|
-
(function (AssociatedRole) {
|
|
1088
|
-
AssociatedRole.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
-
})(AssociatedRole || (AssociatedRole = {}));
|
|
1090
|
-
export var GetAssociatedEnclaveCertificateIamRolesResult;
|
|
1091
|
-
(function (GetAssociatedEnclaveCertificateIamRolesResult) {
|
|
1092
|
-
GetAssociatedEnclaveCertificateIamRolesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
-
})(GetAssociatedEnclaveCertificateIamRolesResult || (GetAssociatedEnclaveCertificateIamRolesResult = {}));
|
|
1094
|
-
export var GetAssociatedIpv6PoolCidrsRequest;
|
|
1095
|
-
(function (GetAssociatedIpv6PoolCidrsRequest) {
|
|
1096
|
-
GetAssociatedIpv6PoolCidrsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
-
})(GetAssociatedIpv6PoolCidrsRequest || (GetAssociatedIpv6PoolCidrsRequest = {}));
|
|
1098
|
-
export var Ipv6CidrAssociation;
|
|
1099
|
-
(function (Ipv6CidrAssociation) {
|
|
1100
|
-
Ipv6CidrAssociation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
-
})(Ipv6CidrAssociation || (Ipv6CidrAssociation = {}));
|
|
1102
|
-
export var GetAssociatedIpv6PoolCidrsResult;
|
|
1103
|
-
(function (GetAssociatedIpv6PoolCidrsResult) {
|
|
1104
|
-
GetAssociatedIpv6PoolCidrsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(GetAssociatedIpv6PoolCidrsResult || (GetAssociatedIpv6PoolCidrsResult = {}));
|
|
1106
|
-
export var GetCapacityReservationUsageRequest;
|
|
1107
|
-
(function (GetCapacityReservationUsageRequest) {
|
|
1108
|
-
GetCapacityReservationUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(GetCapacityReservationUsageRequest || (GetCapacityReservationUsageRequest = {}));
|
|
1110
|
-
export var InstanceUsage;
|
|
1111
|
-
(function (InstanceUsage) {
|
|
1112
|
-
InstanceUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
-
})(InstanceUsage || (InstanceUsage = {}));
|
|
1114
|
-
export var GetCapacityReservationUsageResult;
|
|
1115
|
-
(function (GetCapacityReservationUsageResult) {
|
|
1116
|
-
GetCapacityReservationUsageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
-
})(GetCapacityReservationUsageResult || (GetCapacityReservationUsageResult = {}));
|
|
1118
|
-
export var GetCoipPoolUsageRequest;
|
|
1119
|
-
(function (GetCoipPoolUsageRequest) {
|
|
1120
|
-
GetCoipPoolUsageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(GetCoipPoolUsageRequest || (GetCoipPoolUsageRequest = {}));
|
|
1122
|
-
export var CoipAddressUsage;
|
|
1123
|
-
(function (CoipAddressUsage) {
|
|
1124
|
-
CoipAddressUsage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(CoipAddressUsage || (CoipAddressUsage = {}));
|
|
1126
|
-
export var GetCoipPoolUsageResult;
|
|
1127
|
-
(function (GetCoipPoolUsageResult) {
|
|
1128
|
-
GetCoipPoolUsageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
-
})(GetCoipPoolUsageResult || (GetCoipPoolUsageResult = {}));
|
|
1130
|
-
export var GetConsoleOutputRequest;
|
|
1131
|
-
(function (GetConsoleOutputRequest) {
|
|
1132
|
-
GetConsoleOutputRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
-
})(GetConsoleOutputRequest || (GetConsoleOutputRequest = {}));
|
|
1134
|
-
export var GetConsoleOutputResult;
|
|
1135
|
-
(function (GetConsoleOutputResult) {
|
|
1136
|
-
GetConsoleOutputResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(GetConsoleOutputResult || (GetConsoleOutputResult = {}));
|
|
1138
|
-
export var GetConsoleScreenshotRequest;
|
|
1139
|
-
(function (GetConsoleScreenshotRequest) {
|
|
1140
|
-
GetConsoleScreenshotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1141
|
-
})(GetConsoleScreenshotRequest || (GetConsoleScreenshotRequest = {}));
|
|
1142
|
-
export var GetConsoleScreenshotResult;
|
|
1143
|
-
(function (GetConsoleScreenshotResult) {
|
|
1144
|
-
GetConsoleScreenshotResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1145
|
-
})(GetConsoleScreenshotResult || (GetConsoleScreenshotResult = {}));
|
|
1146
|
-
export var GetDefaultCreditSpecificationRequest;
|
|
1147
|
-
(function (GetDefaultCreditSpecificationRequest) {
|
|
1148
|
-
GetDefaultCreditSpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1149
|
-
})(GetDefaultCreditSpecificationRequest || (GetDefaultCreditSpecificationRequest = {}));
|
|
1150
|
-
export var InstanceFamilyCreditSpecification;
|
|
1151
|
-
(function (InstanceFamilyCreditSpecification) {
|
|
1152
|
-
InstanceFamilyCreditSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
|
-
})(InstanceFamilyCreditSpecification || (InstanceFamilyCreditSpecification = {}));
|
|
1154
|
-
export var GetDefaultCreditSpecificationResult;
|
|
1155
|
-
(function (GetDefaultCreditSpecificationResult) {
|
|
1156
|
-
GetDefaultCreditSpecificationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1157
|
-
})(GetDefaultCreditSpecificationResult || (GetDefaultCreditSpecificationResult = {}));
|
|
1158
|
-
export var GetEbsDefaultKmsKeyIdRequest;
|
|
1159
|
-
(function (GetEbsDefaultKmsKeyIdRequest) {
|
|
1160
|
-
GetEbsDefaultKmsKeyIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1161
|
-
})(GetEbsDefaultKmsKeyIdRequest || (GetEbsDefaultKmsKeyIdRequest = {}));
|