@aws-sdk/client-ec2 3.910.0 → 3.911.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 +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +244 -267
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -730,6 +730,16 @@ const se_CopyVolumesCommand = async (input, context) => {
|
|
|
730
730
|
});
|
|
731
731
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
732
732
|
};
|
|
733
|
+
const se_CreateCapacityManagerDataExportCommand = async (input, context) => {
|
|
734
|
+
const headers = SHARED_HEADERS;
|
|
735
|
+
let body;
|
|
736
|
+
body = buildFormUrlencodedString({
|
|
737
|
+
...se_CreateCapacityManagerDataExportRequest(input),
|
|
738
|
+
[_A]: _CCMDE,
|
|
739
|
+
[_V]: _,
|
|
740
|
+
});
|
|
741
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
742
|
+
};
|
|
733
743
|
const se_CreateCapacityReservationCommand = async (input, context) => {
|
|
734
744
|
const headers = SHARED_HEADERS;
|
|
735
745
|
let body;
|
|
@@ -1660,6 +1670,16 @@ const se_CreateVpnGatewayCommand = async (input, context) => {
|
|
|
1660
1670
|
});
|
|
1661
1671
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1662
1672
|
};
|
|
1673
|
+
const se_DeleteCapacityManagerDataExportCommand = async (input, context) => {
|
|
1674
|
+
const headers = SHARED_HEADERS;
|
|
1675
|
+
let body;
|
|
1676
|
+
body = buildFormUrlencodedString({
|
|
1677
|
+
...se_DeleteCapacityManagerDataExportRequest(input),
|
|
1678
|
+
[_A]: _DCMDE,
|
|
1679
|
+
[_V]: _,
|
|
1680
|
+
});
|
|
1681
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1682
|
+
};
|
|
1663
1683
|
const se_DeleteCarrierGatewayCommand = async (input, context) => {
|
|
1664
1684
|
const headers = SHARED_HEADERS;
|
|
1665
1685
|
let body;
|
|
@@ -2700,6 +2720,16 @@ const se_DescribeCapacityBlockStatusCommand = async (input, context) => {
|
|
|
2700
2720
|
});
|
|
2701
2721
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2702
2722
|
};
|
|
2723
|
+
const se_DescribeCapacityManagerDataExportsCommand = async (input, context) => {
|
|
2724
|
+
const headers = SHARED_HEADERS;
|
|
2725
|
+
let body;
|
|
2726
|
+
body = buildFormUrlencodedString({
|
|
2727
|
+
...se_DescribeCapacityManagerDataExportsRequest(input),
|
|
2728
|
+
[_A]: _DCMDEe,
|
|
2729
|
+
[_V]: _,
|
|
2730
|
+
});
|
|
2731
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2732
|
+
};
|
|
2703
2733
|
const se_DescribeCapacityReservationBillingRequestsCommand = async (input, context) => {
|
|
2704
2734
|
const headers = SHARED_HEADERS;
|
|
2705
2735
|
let body;
|
|
@@ -4370,6 +4400,16 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, c
|
|
|
4370
4400
|
});
|
|
4371
4401
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4372
4402
|
};
|
|
4403
|
+
const se_DisableCapacityManagerCommand = async (input, context) => {
|
|
4404
|
+
const headers = SHARED_HEADERS;
|
|
4405
|
+
let body;
|
|
4406
|
+
body = buildFormUrlencodedString({
|
|
4407
|
+
...se_DisableCapacityManagerRequest(input),
|
|
4408
|
+
[_A]: _DCM,
|
|
4409
|
+
[_V]: _,
|
|
4410
|
+
});
|
|
4411
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4412
|
+
};
|
|
4373
4413
|
const se_DisableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4374
4414
|
const headers = SHARED_HEADERS;
|
|
4375
4415
|
let body;
|
|
@@ -4730,6 +4770,16 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, co
|
|
|
4730
4770
|
});
|
|
4731
4771
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4732
4772
|
};
|
|
4773
|
+
const se_EnableCapacityManagerCommand = async (input, context) => {
|
|
4774
|
+
const headers = SHARED_HEADERS;
|
|
4775
|
+
let body;
|
|
4776
|
+
body = buildFormUrlencodedString({
|
|
4777
|
+
...se_EnableCapacityManagerRequest(input),
|
|
4778
|
+
[_A]: _ECM,
|
|
4779
|
+
[_V]: _,
|
|
4780
|
+
});
|
|
4781
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4782
|
+
};
|
|
4733
4783
|
const se_EnableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4734
4784
|
const headers = SHARED_HEADERS;
|
|
4735
4785
|
let body;
|
|
@@ -5000,6 +5050,36 @@ const se_GetAwsNetworkPerformanceDataCommand = async (input, context) => {
|
|
|
5000
5050
|
});
|
|
5001
5051
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5002
5052
|
};
|
|
5053
|
+
const se_GetCapacityManagerAttributesCommand = async (input, context) => {
|
|
5054
|
+
const headers = SHARED_HEADERS;
|
|
5055
|
+
let body;
|
|
5056
|
+
body = buildFormUrlencodedString({
|
|
5057
|
+
...se_GetCapacityManagerAttributesRequest(input),
|
|
5058
|
+
[_A]: _GCMA,
|
|
5059
|
+
[_V]: _,
|
|
5060
|
+
});
|
|
5061
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5062
|
+
};
|
|
5063
|
+
const se_GetCapacityManagerMetricDataCommand = async (input, context) => {
|
|
5064
|
+
const headers = SHARED_HEADERS;
|
|
5065
|
+
let body;
|
|
5066
|
+
body = buildFormUrlencodedString({
|
|
5067
|
+
...se_GetCapacityManagerMetricDataRequest(input),
|
|
5068
|
+
[_A]: _GCMMD,
|
|
5069
|
+
[_V]: _,
|
|
5070
|
+
});
|
|
5071
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5072
|
+
};
|
|
5073
|
+
const se_GetCapacityManagerMetricDimensionsCommand = async (input, context) => {
|
|
5074
|
+
const headers = SHARED_HEADERS;
|
|
5075
|
+
let body;
|
|
5076
|
+
body = buildFormUrlencodedString({
|
|
5077
|
+
...se_GetCapacityManagerMetricDimensionsRequest(input),
|
|
5078
|
+
[_A]: _GCMMDe,
|
|
5079
|
+
[_V]: _,
|
|
5080
|
+
});
|
|
5081
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5082
|
+
};
|
|
5003
5083
|
const se_GetCapacityReservationUsageCommand = async (input, context) => {
|
|
5004
5084
|
const headers = SHARED_HEADERS;
|
|
5005
5085
|
let body;
|
|
@@ -7040,6 +7120,16 @@ const se_UnmonitorInstancesCommand = async (input, context) => {
|
|
|
7040
7120
|
});
|
|
7041
7121
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
7042
7122
|
};
|
|
7123
|
+
const se_UpdateCapacityManagerOrganizationsAccessCommand = async (input, context) => {
|
|
7124
|
+
const headers = SHARED_HEADERS;
|
|
7125
|
+
let body;
|
|
7126
|
+
body = buildFormUrlencodedString({
|
|
7127
|
+
...se_UpdateCapacityManagerOrganizationsAccessRequest(input),
|
|
7128
|
+
[_A]: _UCMOA,
|
|
7129
|
+
[_V]: _,
|
|
7130
|
+
});
|
|
7131
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
7132
|
+
};
|
|
7043
7133
|
const se_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (input, context) => {
|
|
7044
7134
|
const headers = SHARED_HEADERS;
|
|
7045
7135
|
let body;
|
|
@@ -7851,6 +7941,19 @@ const de_CopyVolumesCommand = async (output, context) => {
|
|
|
7851
7941
|
};
|
|
7852
7942
|
return response;
|
|
7853
7943
|
};
|
|
7944
|
+
const de_CreateCapacityManagerDataExportCommand = async (output, context) => {
|
|
7945
|
+
if (output.statusCode >= 300) {
|
|
7946
|
+
return de_CommandError(output, context);
|
|
7947
|
+
}
|
|
7948
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
7949
|
+
let contents = {};
|
|
7950
|
+
contents = de_CreateCapacityManagerDataExportResult(data);
|
|
7951
|
+
const response = {
|
|
7952
|
+
$metadata: deserializeMetadata(output),
|
|
7953
|
+
...contents,
|
|
7954
|
+
};
|
|
7955
|
+
return response;
|
|
7956
|
+
};
|
|
7854
7957
|
const de_CreateCapacityReservationCommand = async (output, context) => {
|
|
7855
7958
|
if (output.statusCode >= 300) {
|
|
7856
7959
|
return de_CommandError(output, context);
|
|
@@ -9051,6 +9154,19 @@ const de_CreateVpnGatewayCommand = async (output, context) => {
|
|
|
9051
9154
|
};
|
|
9052
9155
|
return response;
|
|
9053
9156
|
};
|
|
9157
|
+
const de_DeleteCapacityManagerDataExportCommand = async (output, context) => {
|
|
9158
|
+
if (output.statusCode >= 300) {
|
|
9159
|
+
return de_CommandError(output, context);
|
|
9160
|
+
}
|
|
9161
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
9162
|
+
let contents = {};
|
|
9163
|
+
contents = de_DeleteCapacityManagerDataExportResult(data);
|
|
9164
|
+
const response = {
|
|
9165
|
+
$metadata: deserializeMetadata(output),
|
|
9166
|
+
...contents,
|
|
9167
|
+
};
|
|
9168
|
+
return response;
|
|
9169
|
+
};
|
|
9054
9170
|
const de_DeleteCarrierGatewayCommand = async (output, context) => {
|
|
9055
9171
|
if (output.statusCode >= 300) {
|
|
9056
9172
|
return de_CommandError(output, context);
|
|
@@ -10349,6 +10465,19 @@ const de_DescribeCapacityBlockStatusCommand = async (output, context) => {
|
|
|
10349
10465
|
};
|
|
10350
10466
|
return response;
|
|
10351
10467
|
};
|
|
10468
|
+
const de_DescribeCapacityManagerDataExportsCommand = async (output, context) => {
|
|
10469
|
+
if (output.statusCode >= 300) {
|
|
10470
|
+
return de_CommandError(output, context);
|
|
10471
|
+
}
|
|
10472
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
10473
|
+
let contents = {};
|
|
10474
|
+
contents = de_DescribeCapacityManagerDataExportsResult(data);
|
|
10475
|
+
const response = {
|
|
10476
|
+
$metadata: deserializeMetadata(output),
|
|
10477
|
+
...contents,
|
|
10478
|
+
};
|
|
10479
|
+
return response;
|
|
10480
|
+
};
|
|
10352
10481
|
const de_DescribeCapacityReservationBillingRequestsCommand = async (output, context) => {
|
|
10353
10482
|
if (output.statusCode >= 300) {
|
|
10354
10483
|
return de_CommandError(output, context);
|
|
@@ -12511,6 +12640,19 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (output,
|
|
|
12511
12640
|
};
|
|
12512
12641
|
return response;
|
|
12513
12642
|
};
|
|
12643
|
+
const de_DisableCapacityManagerCommand = async (output, context) => {
|
|
12644
|
+
if (output.statusCode >= 300) {
|
|
12645
|
+
return de_CommandError(output, context);
|
|
12646
|
+
}
|
|
12647
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
12648
|
+
let contents = {};
|
|
12649
|
+
contents = de_DisableCapacityManagerResult(data);
|
|
12650
|
+
const response = {
|
|
12651
|
+
$metadata: deserializeMetadata(output),
|
|
12652
|
+
...contents,
|
|
12653
|
+
};
|
|
12654
|
+
return response;
|
|
12655
|
+
};
|
|
12514
12656
|
const de_DisableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12515
12657
|
if (output.statusCode >= 300) {
|
|
12516
12658
|
return de_CommandError(output, context);
|
|
@@ -12970,6 +13112,19 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, c
|
|
|
12970
13112
|
};
|
|
12971
13113
|
return response;
|
|
12972
13114
|
};
|
|
13115
|
+
const de_EnableCapacityManagerCommand = async (output, context) => {
|
|
13116
|
+
if (output.statusCode >= 300) {
|
|
13117
|
+
return de_CommandError(output, context);
|
|
13118
|
+
}
|
|
13119
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
13120
|
+
let contents = {};
|
|
13121
|
+
contents = de_EnableCapacityManagerResult(data);
|
|
13122
|
+
const response = {
|
|
13123
|
+
$metadata: deserializeMetadata(output),
|
|
13124
|
+
...contents,
|
|
13125
|
+
};
|
|
13126
|
+
return response;
|
|
13127
|
+
};
|
|
12973
13128
|
const de_EnableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12974
13129
|
if (output.statusCode >= 300) {
|
|
12975
13130
|
return de_CommandError(output, context);
|
|
@@ -13315,6 +13470,45 @@ const de_GetAwsNetworkPerformanceDataCommand = async (output, context) => {
|
|
|
13315
13470
|
};
|
|
13316
13471
|
return response;
|
|
13317
13472
|
};
|
|
13473
|
+
const de_GetCapacityManagerAttributesCommand = async (output, context) => {
|
|
13474
|
+
if (output.statusCode >= 300) {
|
|
13475
|
+
return de_CommandError(output, context);
|
|
13476
|
+
}
|
|
13477
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
13478
|
+
let contents = {};
|
|
13479
|
+
contents = de_GetCapacityManagerAttributesResult(data);
|
|
13480
|
+
const response = {
|
|
13481
|
+
$metadata: deserializeMetadata(output),
|
|
13482
|
+
...contents,
|
|
13483
|
+
};
|
|
13484
|
+
return response;
|
|
13485
|
+
};
|
|
13486
|
+
const de_GetCapacityManagerMetricDataCommand = async (output, context) => {
|
|
13487
|
+
if (output.statusCode >= 300) {
|
|
13488
|
+
return de_CommandError(output, context);
|
|
13489
|
+
}
|
|
13490
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
13491
|
+
let contents = {};
|
|
13492
|
+
contents = de_GetCapacityManagerMetricDataResult(data);
|
|
13493
|
+
const response = {
|
|
13494
|
+
$metadata: deserializeMetadata(output),
|
|
13495
|
+
...contents,
|
|
13496
|
+
};
|
|
13497
|
+
return response;
|
|
13498
|
+
};
|
|
13499
|
+
const de_GetCapacityManagerMetricDimensionsCommand = async (output, context) => {
|
|
13500
|
+
if (output.statusCode >= 300) {
|
|
13501
|
+
return de_CommandError(output, context);
|
|
13502
|
+
}
|
|
13503
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
13504
|
+
let contents = {};
|
|
13505
|
+
contents = de_GetCapacityManagerMetricDimensionsResult(data);
|
|
13506
|
+
const response = {
|
|
13507
|
+
$metadata: deserializeMetadata(output),
|
|
13508
|
+
...contents,
|
|
13509
|
+
};
|
|
13510
|
+
return response;
|
|
13511
|
+
};
|
|
13318
13512
|
const de_GetCapacityReservationUsageCommand = async (output, context) => {
|
|
13319
13513
|
if (output.statusCode >= 300) {
|
|
13320
13514
|
return de_CommandError(output, context);
|
|
@@ -15907,6 +16101,19 @@ const de_UnmonitorInstancesCommand = async (output, context) => {
|
|
|
15907
16101
|
};
|
|
15908
16102
|
return response;
|
|
15909
16103
|
};
|
|
16104
|
+
const de_UpdateCapacityManagerOrganizationsAccessCommand = async (output, context) => {
|
|
16105
|
+
if (output.statusCode >= 300) {
|
|
16106
|
+
return de_CommandError(output, context);
|
|
16107
|
+
}
|
|
16108
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
16109
|
+
let contents = {};
|
|
16110
|
+
contents = de_UpdateCapacityManagerOrganizationsAccessResult(data);
|
|
16111
|
+
const response = {
|
|
16112
|
+
$metadata: deserializeMetadata(output),
|
|
16113
|
+
...contents,
|
|
16114
|
+
};
|
|
16115
|
+
return response;
|
|
16116
|
+
};
|
|
15910
16117
|
const de_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (output, context) => {
|
|
15911
16118
|
if (output.statusCode >= 300) {
|
|
15912
16119
|
return de_CommandError(output, context);
|
|
@@ -17502,6 +17709,44 @@ const se_CapacityBlockIds = (input, context) => {
|
|
|
17502
17709
|
}
|
|
17503
17710
|
return entries;
|
|
17504
17711
|
};
|
|
17712
|
+
const se_CapacityManagerCondition = (input, context) => {
|
|
17713
|
+
const entries = {};
|
|
17714
|
+
if (input[_DCi] != null) {
|
|
17715
|
+
const memberEntries = se_DimensionCondition(input[_DCi]);
|
|
17716
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17717
|
+
const loc = `DimensionCondition.${key}`;
|
|
17718
|
+
entries[loc] = value;
|
|
17719
|
+
});
|
|
17720
|
+
}
|
|
17721
|
+
return entries;
|
|
17722
|
+
};
|
|
17723
|
+
const se_CapacityManagerConditionSet = (input, context) => {
|
|
17724
|
+
const entries = {};
|
|
17725
|
+
let counter = 1;
|
|
17726
|
+
for (const entry of input) {
|
|
17727
|
+
if (entry === null) {
|
|
17728
|
+
continue;
|
|
17729
|
+
}
|
|
17730
|
+
const memberEntries = se_CapacityManagerCondition(entry);
|
|
17731
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17732
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
17733
|
+
});
|
|
17734
|
+
counter++;
|
|
17735
|
+
}
|
|
17736
|
+
return entries;
|
|
17737
|
+
};
|
|
17738
|
+
const se_CapacityManagerDataExportIdSet = (input, context) => {
|
|
17739
|
+
const entries = {};
|
|
17740
|
+
let counter = 1;
|
|
17741
|
+
for (const entry of input) {
|
|
17742
|
+
if (entry === null) {
|
|
17743
|
+
continue;
|
|
17744
|
+
}
|
|
17745
|
+
entries[`Item.${counter}`] = entry;
|
|
17746
|
+
counter++;
|
|
17747
|
+
}
|
|
17748
|
+
return entries;
|
|
17749
|
+
};
|
|
17505
17750
|
const se_CapacityReservationFleetIdSet = (input, context) => {
|
|
17506
17751
|
const entries = {};
|
|
17507
17752
|
let counter = 1;
|
|
@@ -17754,6 +17999,18 @@ const se_CoipPoolIdSet = (input, context) => {
|
|
|
17754
17999
|
}
|
|
17755
18000
|
return entries;
|
|
17756
18001
|
};
|
|
18002
|
+
const se_ConditionValueList = (input, context) => {
|
|
18003
|
+
const entries = {};
|
|
18004
|
+
let counter = 1;
|
|
18005
|
+
for (const entry of input) {
|
|
18006
|
+
if (entry === null) {
|
|
18007
|
+
continue;
|
|
18008
|
+
}
|
|
18009
|
+
entries[`Item.${counter}`] = entry;
|
|
18010
|
+
counter++;
|
|
18011
|
+
}
|
|
18012
|
+
return entries;
|
|
18013
|
+
};
|
|
17757
18014
|
const se_ConfirmProductInstanceRequest = (input, context) => {
|
|
17758
18015
|
const entries = {};
|
|
17759
18016
|
if (input[_IIn] != null) {
|
|
@@ -18021,6 +18278,38 @@ const se_CpuPerformanceFactorRequest = (input, context) => {
|
|
|
18021
18278
|
}
|
|
18022
18279
|
return entries;
|
|
18023
18280
|
};
|
|
18281
|
+
const se_CreateCapacityManagerDataExportRequest = (input, context) => {
|
|
18282
|
+
const entries = {};
|
|
18283
|
+
if (input[_SBN] != null) {
|
|
18284
|
+
entries[_SBN] = input[_SBN];
|
|
18285
|
+
}
|
|
18286
|
+
if (input[_SBP] != null) {
|
|
18287
|
+
entries[_SBP] = input[_SBP];
|
|
18288
|
+
}
|
|
18289
|
+
if (input[_Sc] != null) {
|
|
18290
|
+
entries[_Sc] = input[_Sc];
|
|
18291
|
+
}
|
|
18292
|
+
if (input[_OF] != null) {
|
|
18293
|
+
entries[_OF] = input[_OF];
|
|
18294
|
+
}
|
|
18295
|
+
if (input[_CTl] === undefined) {
|
|
18296
|
+
input[_CTl] = uuid.v4();
|
|
18297
|
+
}
|
|
18298
|
+
if (input[_CTl] != null) {
|
|
18299
|
+
entries[_CTl] = input[_CTl];
|
|
18300
|
+
}
|
|
18301
|
+
if (input[_DRr] != null) {
|
|
18302
|
+
entries[_DRr] = input[_DRr];
|
|
18303
|
+
}
|
|
18304
|
+
if (input[_TS] != null) {
|
|
18305
|
+
const memberEntries = se_TagSpecificationList(input[_TS]);
|
|
18306
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18307
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18308
|
+
entries[loc] = value;
|
|
18309
|
+
});
|
|
18310
|
+
}
|
|
18311
|
+
return entries;
|
|
18312
|
+
};
|
|
18024
18313
|
const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
|
|
18025
18314
|
const entries = {};
|
|
18026
18315
|
if (input[_DRr] != null) {
|
|
@@ -20885,8 +21174,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
20885
21174
|
if (input[_CSl] != null) {
|
|
20886
21175
|
entries[_CSl] = input[_CSl];
|
|
20887
21176
|
}
|
|
20888
|
-
if (input[
|
|
20889
|
-
entries[
|
|
21177
|
+
if (input[_Sco] != null) {
|
|
21178
|
+
entries[_Sco] = input[_Sco];
|
|
20890
21179
|
}
|
|
20891
21180
|
return entries;
|
|
20892
21181
|
};
|
|
@@ -20920,8 +21209,8 @@ const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
20920
21209
|
if (input[_CSl] != null) {
|
|
20921
21210
|
entries[_CSl] = input[_CSl];
|
|
20922
21211
|
}
|
|
20923
|
-
if (input[
|
|
20924
|
-
entries[
|
|
21212
|
+
if (input[_Sco] != null) {
|
|
21213
|
+
entries[_Sco] = input[_Sco];
|
|
20925
21214
|
}
|
|
20926
21215
|
return entries;
|
|
20927
21216
|
};
|
|
@@ -21487,6 +21776,16 @@ const se_DedicatedHostIdList = (input, context) => {
|
|
|
21487
21776
|
}
|
|
21488
21777
|
return entries;
|
|
21489
21778
|
};
|
|
21779
|
+
const se_DeleteCapacityManagerDataExportRequest = (input, context) => {
|
|
21780
|
+
const entries = {};
|
|
21781
|
+
if (input[_CMDEI] != null) {
|
|
21782
|
+
entries[_CMDEI] = input[_CMDEI];
|
|
21783
|
+
}
|
|
21784
|
+
if (input[_DRr] != null) {
|
|
21785
|
+
entries[_DRr] = input[_DRr];
|
|
21786
|
+
}
|
|
21787
|
+
return entries;
|
|
21788
|
+
};
|
|
21490
21789
|
const se_DeleteCarrierGatewayRequest = (input, context) => {
|
|
21491
21790
|
const entries = {};
|
|
21492
21791
|
if (input[_CGI] != null) {
|
|
@@ -22896,6 +23195,33 @@ const se_DescribeCapacityBlockStatusRequest = (input, context) => {
|
|
|
22896
23195
|
}
|
|
22897
23196
|
return entries;
|
|
22898
23197
|
};
|
|
23198
|
+
const se_DescribeCapacityManagerDataExportsRequest = (input, context) => {
|
|
23199
|
+
const entries = {};
|
|
23200
|
+
if (input[_CMDEIa] != null) {
|
|
23201
|
+
const memberEntries = se_CapacityManagerDataExportIdSet(input[_CMDEIa]);
|
|
23202
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23203
|
+
const loc = `CapacityManagerDataExportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23204
|
+
entries[loc] = value;
|
|
23205
|
+
});
|
|
23206
|
+
}
|
|
23207
|
+
if (input[_MR] != null) {
|
|
23208
|
+
entries[_MR] = input[_MR];
|
|
23209
|
+
}
|
|
23210
|
+
if (input[_NT] != null) {
|
|
23211
|
+
entries[_NT] = input[_NT];
|
|
23212
|
+
}
|
|
23213
|
+
if (input[_DRr] != null) {
|
|
23214
|
+
entries[_DRr] = input[_DRr];
|
|
23215
|
+
}
|
|
23216
|
+
if (input[_Fi] != null) {
|
|
23217
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
23218
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23219
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
23220
|
+
entries[loc] = value;
|
|
23221
|
+
});
|
|
23222
|
+
}
|
|
23223
|
+
return entries;
|
|
23224
|
+
};
|
|
22899
23225
|
const se_DescribeCapacityReservationBillingRequestsRequest = (input, context) => {
|
|
22900
23226
|
const entries = {};
|
|
22901
23227
|
if (input[_CRIa] != null) {
|
|
@@ -27110,6 +27436,23 @@ const se_DhcpOptionsIdStringList = (input, context) => {
|
|
|
27110
27436
|
}
|
|
27111
27437
|
return entries;
|
|
27112
27438
|
};
|
|
27439
|
+
const se_DimensionCondition = (input, context) => {
|
|
27440
|
+
const entries = {};
|
|
27441
|
+
if (input[_Di] != null) {
|
|
27442
|
+
entries[_Di] = input[_Di];
|
|
27443
|
+
}
|
|
27444
|
+
if (input[_Com] != null) {
|
|
27445
|
+
entries[_Com] = input[_Com];
|
|
27446
|
+
}
|
|
27447
|
+
if (input[_Val] != null) {
|
|
27448
|
+
const memberEntries = se_ConditionValueList(input[_Val]);
|
|
27449
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27450
|
+
const loc = `Value.${key.substring(key.indexOf(".") + 1)}`;
|
|
27451
|
+
entries[loc] = value;
|
|
27452
|
+
});
|
|
27453
|
+
}
|
|
27454
|
+
return entries;
|
|
27455
|
+
};
|
|
27113
27456
|
const se_DirectoryServiceAuthenticationRequest = (input, context) => {
|
|
27114
27457
|
const entries = {};
|
|
27115
27458
|
if (input[_DIir] != null) {
|
|
@@ -27153,6 +27496,19 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context
|
|
|
27153
27496
|
}
|
|
27154
27497
|
return entries;
|
|
27155
27498
|
};
|
|
27499
|
+
const se_DisableCapacityManagerRequest = (input, context) => {
|
|
27500
|
+
const entries = {};
|
|
27501
|
+
if (input[_DRr] != null) {
|
|
27502
|
+
entries[_DRr] = input[_DRr];
|
|
27503
|
+
}
|
|
27504
|
+
if (input[_CTl] === undefined) {
|
|
27505
|
+
input[_CTl] = uuid.v4();
|
|
27506
|
+
}
|
|
27507
|
+
if (input[_CTl] != null) {
|
|
27508
|
+
entries[_CTl] = input[_CTl];
|
|
27509
|
+
}
|
|
27510
|
+
return entries;
|
|
27511
|
+
};
|
|
27156
27512
|
const se_DisableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
27157
27513
|
const entries = {};
|
|
27158
27514
|
if (input[_DRr] != null) {
|
|
@@ -27808,6 +28164,22 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context)
|
|
|
27808
28164
|
}
|
|
27809
28165
|
return entries;
|
|
27810
28166
|
};
|
|
28167
|
+
const se_EnableCapacityManagerRequest = (input, context) => {
|
|
28168
|
+
const entries = {};
|
|
28169
|
+
if (input[_OAr] != null) {
|
|
28170
|
+
entries[_OAr] = input[_OAr];
|
|
28171
|
+
}
|
|
28172
|
+
if (input[_DRr] != null) {
|
|
28173
|
+
entries[_DRr] = input[_DRr];
|
|
28174
|
+
}
|
|
28175
|
+
if (input[_CTl] === undefined) {
|
|
28176
|
+
input[_CTl] = uuid.v4();
|
|
28177
|
+
}
|
|
28178
|
+
if (input[_CTl] != null) {
|
|
28179
|
+
entries[_CTl] = input[_CTl];
|
|
28180
|
+
}
|
|
28181
|
+
return entries;
|
|
28182
|
+
};
|
|
27811
28183
|
const se_EnableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
27812
28184
|
const entries = {};
|
|
27813
28185
|
if (input[_DRr] != null) {
|
|
@@ -28622,6 +28994,96 @@ const se_GetAwsNetworkPerformanceDataRequest = (input, context) => {
|
|
|
28622
28994
|
}
|
|
28623
28995
|
return entries;
|
|
28624
28996
|
};
|
|
28997
|
+
const se_GetCapacityManagerAttributesRequest = (input, context) => {
|
|
28998
|
+
const entries = {};
|
|
28999
|
+
if (input[_DRr] != null) {
|
|
29000
|
+
entries[_DRr] = input[_DRr];
|
|
29001
|
+
}
|
|
29002
|
+
return entries;
|
|
29003
|
+
};
|
|
29004
|
+
const se_GetCapacityManagerMetricDataRequest = (input, context) => {
|
|
29005
|
+
const entries = {};
|
|
29006
|
+
if (input[_MN] != null) {
|
|
29007
|
+
const memberEntries = se_MetricSet(input[_MN]);
|
|
29008
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29009
|
+
const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
|
|
29010
|
+
entries[loc] = value;
|
|
29011
|
+
});
|
|
29012
|
+
}
|
|
29013
|
+
if (input[_STt] != null) {
|
|
29014
|
+
entries[_STt] = smithyClient.serializeDateTime(input[_STt]);
|
|
29015
|
+
}
|
|
29016
|
+
if (input[_ETn] != null) {
|
|
29017
|
+
entries[_ETn] = smithyClient.serializeDateTime(input[_ETn]);
|
|
29018
|
+
}
|
|
29019
|
+
if (input[_Per] != null) {
|
|
29020
|
+
entries[_Per] = input[_Per];
|
|
29021
|
+
}
|
|
29022
|
+
if (input[_GB] != null) {
|
|
29023
|
+
const memberEntries = se_GroupBySet(input[_GB]);
|
|
29024
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29025
|
+
const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
29026
|
+
entries[loc] = value;
|
|
29027
|
+
});
|
|
29028
|
+
}
|
|
29029
|
+
if (input[_FB] != null) {
|
|
29030
|
+
const memberEntries = se_CapacityManagerConditionSet(input[_FB]);
|
|
29031
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29032
|
+
const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
29033
|
+
entries[loc] = value;
|
|
29034
|
+
});
|
|
29035
|
+
}
|
|
29036
|
+
if (input[_MR] != null) {
|
|
29037
|
+
entries[_MR] = input[_MR];
|
|
29038
|
+
}
|
|
29039
|
+
if (input[_NT] != null) {
|
|
29040
|
+
entries[_NT] = input[_NT];
|
|
29041
|
+
}
|
|
29042
|
+
if (input[_DRr] != null) {
|
|
29043
|
+
entries[_DRr] = input[_DRr];
|
|
29044
|
+
}
|
|
29045
|
+
return entries;
|
|
29046
|
+
};
|
|
29047
|
+
const se_GetCapacityManagerMetricDimensionsRequest = (input, context) => {
|
|
29048
|
+
const entries = {};
|
|
29049
|
+
if (input[_GB] != null) {
|
|
29050
|
+
const memberEntries = se_GroupBySet(input[_GB]);
|
|
29051
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29052
|
+
const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
29053
|
+
entries[loc] = value;
|
|
29054
|
+
});
|
|
29055
|
+
}
|
|
29056
|
+
if (input[_FB] != null) {
|
|
29057
|
+
const memberEntries = se_CapacityManagerConditionSet(input[_FB]);
|
|
29058
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29059
|
+
const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
29060
|
+
entries[loc] = value;
|
|
29061
|
+
});
|
|
29062
|
+
}
|
|
29063
|
+
if (input[_STt] != null) {
|
|
29064
|
+
entries[_STt] = smithyClient.serializeDateTime(input[_STt]);
|
|
29065
|
+
}
|
|
29066
|
+
if (input[_ETn] != null) {
|
|
29067
|
+
entries[_ETn] = smithyClient.serializeDateTime(input[_ETn]);
|
|
29068
|
+
}
|
|
29069
|
+
if (input[_MN] != null) {
|
|
29070
|
+
const memberEntries = se_MetricSet(input[_MN]);
|
|
29071
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29072
|
+
const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
|
|
29073
|
+
entries[loc] = value;
|
|
29074
|
+
});
|
|
29075
|
+
}
|
|
29076
|
+
if (input[_MR] != null) {
|
|
29077
|
+
entries[_MR] = input[_MR];
|
|
29078
|
+
}
|
|
29079
|
+
if (input[_NT] != null) {
|
|
29080
|
+
entries[_NT] = input[_NT];
|
|
29081
|
+
}
|
|
29082
|
+
if (input[_DRr] != null) {
|
|
29083
|
+
entries[_DRr] = input[_DRr];
|
|
29084
|
+
}
|
|
29085
|
+
return entries;
|
|
29086
|
+
};
|
|
28625
29087
|
const se_GetCapacityReservationUsageRequest = (input, context) => {
|
|
28626
29088
|
const entries = {};
|
|
28627
29089
|
if (input[_CRI] != null) {
|
|
@@ -29538,6 +30000,18 @@ const se_GetVpnTunnelReplacementStatusRequest = (input, context) => {
|
|
|
29538
30000
|
}
|
|
29539
30001
|
return entries;
|
|
29540
30002
|
};
|
|
30003
|
+
const se_GroupBySet = (input, context) => {
|
|
30004
|
+
const entries = {};
|
|
30005
|
+
let counter = 1;
|
|
30006
|
+
for (const entry of input) {
|
|
30007
|
+
if (entry === null) {
|
|
30008
|
+
continue;
|
|
30009
|
+
}
|
|
30010
|
+
entries[`Item.${counter}`] = entry;
|
|
30011
|
+
counter++;
|
|
30012
|
+
}
|
|
30013
|
+
return entries;
|
|
30014
|
+
};
|
|
29541
30015
|
const se_GroupIdentifier = (input, context) => {
|
|
29542
30016
|
const entries = {};
|
|
29543
30017
|
if (input[_GIr] != null) {
|
|
@@ -29950,8 +30424,8 @@ const se_ImportImageRequest = (input, context) => {
|
|
|
29950
30424
|
if (input[_De] != null) {
|
|
29951
30425
|
entries[_De] = input[_De];
|
|
29952
30426
|
}
|
|
29953
|
-
if (input[
|
|
29954
|
-
const memberEntries = se_ImageDiskContainerList(input[
|
|
30427
|
+
if (input[_DCis] != null) {
|
|
30428
|
+
const memberEntries = se_ImageDiskContainerList(input[_DCis]);
|
|
29955
30429
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29956
30430
|
const loc = `DiskContainer.${key.substring(key.indexOf(".") + 1)}`;
|
|
29957
30431
|
entries[loc] = value;
|
|
@@ -30115,8 +30589,8 @@ const se_ImportSnapshotRequest = (input, context) => {
|
|
|
30115
30589
|
if (input[_De] != null) {
|
|
30116
30590
|
entries[_De] = input[_De];
|
|
30117
30591
|
}
|
|
30118
|
-
if (input[
|
|
30119
|
-
const memberEntries = se_SnapshotDiskContainer(input[
|
|
30592
|
+
if (input[_DCisk] != null) {
|
|
30593
|
+
const memberEntries = se_SnapshotDiskContainer(input[_DCisk]);
|
|
30120
30594
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30121
30595
|
const loc = `DiskContainer.${key}`;
|
|
30122
30596
|
entries[loc] = value;
|
|
@@ -31285,8 +31759,8 @@ const se_KeyPairIdStringList = (input, context) => {
|
|
|
31285
31759
|
};
|
|
31286
31760
|
const se_LaunchPermission = (input, context) => {
|
|
31287
31761
|
const entries = {};
|
|
31288
|
-
if (input[
|
|
31289
|
-
entries[
|
|
31762
|
+
if (input[_OArg] != null) {
|
|
31763
|
+
entries[_OArg] = input[_OArg];
|
|
31290
31764
|
}
|
|
31291
31765
|
if (input[_OUA] != null) {
|
|
31292
31766
|
entries[_OUA] = input[_OUA];
|
|
@@ -32208,6 +32682,18 @@ const se_MemoryMiBRequest = (input, context) => {
|
|
|
32208
32682
|
}
|
|
32209
32683
|
return entries;
|
|
32210
32684
|
};
|
|
32685
|
+
const se_MetricSet = (input, context) => {
|
|
32686
|
+
const entries = {};
|
|
32687
|
+
let counter = 1;
|
|
32688
|
+
for (const entry of input) {
|
|
32689
|
+
if (entry === null) {
|
|
32690
|
+
continue;
|
|
32691
|
+
}
|
|
32692
|
+
entries[`Item.${counter}`] = entry;
|
|
32693
|
+
counter++;
|
|
32694
|
+
}
|
|
32695
|
+
return entries;
|
|
32696
|
+
};
|
|
32211
32697
|
const se_ModifyAddressAttributeRequest = (input, context) => {
|
|
32212
32698
|
const entries = {};
|
|
32213
32699
|
if (input[_AIl] != null) {
|
|
@@ -32558,8 +33044,8 @@ const se_ModifyImageAttributeRequest = (input, context) => {
|
|
|
32558
33044
|
if (input[_Va] != null) {
|
|
32559
33045
|
entries[_Va] = input[_Va];
|
|
32560
33046
|
}
|
|
32561
|
-
if (input[
|
|
32562
|
-
const memberEntries = se_OrganizationArnStringList(input[
|
|
33047
|
+
if (input[_OArga] != null) {
|
|
33048
|
+
const memberEntries = se_OrganizationArnStringList(input[_OArga]);
|
|
32563
33049
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32564
33050
|
const loc = `OrganizationArn.${key.substring(key.indexOf(".") + 1)}`;
|
|
32565
33051
|
entries[loc] = value;
|
|
@@ -33979,8 +34465,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
33979
34465
|
if (input[_CSl] != null) {
|
|
33980
34466
|
entries[_CSl] = input[_CSl];
|
|
33981
34467
|
}
|
|
33982
|
-
if (input[
|
|
33983
|
-
entries[
|
|
34468
|
+
if (input[_Sco] != null) {
|
|
34469
|
+
entries[_Sco] = input[_Sco];
|
|
33984
34470
|
}
|
|
33985
34471
|
return entries;
|
|
33986
34472
|
};
|
|
@@ -34011,8 +34497,8 @@ const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
34011
34497
|
if (input[_CSl] != null) {
|
|
34012
34498
|
entries[_CSl] = input[_CSl];
|
|
34013
34499
|
}
|
|
34014
|
-
if (input[
|
|
34015
|
-
entries[
|
|
34500
|
+
if (input[_Sco] != null) {
|
|
34501
|
+
entries[_Sco] = input[_Sco];
|
|
34016
34502
|
}
|
|
34017
34503
|
return entries;
|
|
34018
34504
|
};
|
|
@@ -36817,8 +37303,8 @@ const se_ReservedInstancesConfiguration = (input, context) => {
|
|
|
36817
37303
|
if (input[_Pla] != null) {
|
|
36818
37304
|
entries[_Pla] = input[_Pla];
|
|
36819
37305
|
}
|
|
36820
|
-
if (input[
|
|
36821
|
-
entries[
|
|
37306
|
+
if (input[_Sco] != null) {
|
|
37307
|
+
entries[_Sco] = input[_Sco];
|
|
36822
37308
|
}
|
|
36823
37309
|
if (input[_AZI] != null) {
|
|
36824
37310
|
entries[_AZI] = input[_AZI];
|
|
@@ -39322,6 +39808,22 @@ const se_UnmonitorInstancesRequest = (input, context) => {
|
|
|
39322
39808
|
}
|
|
39323
39809
|
return entries;
|
|
39324
39810
|
};
|
|
39811
|
+
const se_UpdateCapacityManagerOrganizationsAccessRequest = (input, context) => {
|
|
39812
|
+
const entries = {};
|
|
39813
|
+
if (input[_OAr] != null) {
|
|
39814
|
+
entries[_OAr] = input[_OAr];
|
|
39815
|
+
}
|
|
39816
|
+
if (input[_DRr] != null) {
|
|
39817
|
+
entries[_DRr] = input[_DRr];
|
|
39818
|
+
}
|
|
39819
|
+
if (input[_CTl] === undefined) {
|
|
39820
|
+
input[_CTl] = uuid.v4();
|
|
39821
|
+
}
|
|
39822
|
+
if (input[_CTl] != null) {
|
|
39823
|
+
entries[_CTl] = input[_CTl];
|
|
39824
|
+
}
|
|
39825
|
+
return entries;
|
|
39826
|
+
};
|
|
39325
39827
|
const se_UpdateSecurityGroupRuleDescriptionsEgressRequest = (input, context) => {
|
|
39326
39828
|
const entries = {};
|
|
39327
39829
|
if (input[_DRr] != null) {
|
|
@@ -40249,7 +40751,7 @@ const de_AdditionalDetail = (output, context) => {
|
|
|
40249
40751
|
contents[_ADT] = smithyClient.expectString(output[_aDT]);
|
|
40250
40752
|
}
|
|
40251
40753
|
if (output[_c] != null) {
|
|
40252
|
-
contents[
|
|
40754
|
+
contents[_Comp] = de_AnalysisComponent(output[_c]);
|
|
40253
40755
|
}
|
|
40254
40756
|
if (output[_vES] != null) {
|
|
40255
40757
|
contents[_VESp] = de_AnalysisComponent(output[_vES]);
|
|
@@ -40663,7 +41165,7 @@ const de_AnalysisSecurityGroupRule = (output, context) => {
|
|
|
40663
41165
|
contents[_C] = smithyClient.expectString(output[_ci]);
|
|
40664
41166
|
}
|
|
40665
41167
|
if (output[_di] != null) {
|
|
40666
|
-
contents[
|
|
41168
|
+
contents[_Dir] = smithyClient.expectString(output[_di]);
|
|
40667
41169
|
}
|
|
40668
41170
|
if (output[_sGI] != null) {
|
|
40669
41171
|
contents[_SGIe] = smithyClient.expectString(output[_sGI]);
|
|
@@ -41852,6 +42354,108 @@ const de_CapacityBlockStatusSet = (output, context) => {
|
|
|
41852
42354
|
return de_CapacityBlockStatus(entry);
|
|
41853
42355
|
});
|
|
41854
42356
|
};
|
|
42357
|
+
const de_CapacityManagerDataExportResponse = (output, context) => {
|
|
42358
|
+
const contents = {};
|
|
42359
|
+
if (output[_cMDEI] != null) {
|
|
42360
|
+
contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
|
|
42361
|
+
}
|
|
42362
|
+
if (output[_sBN] != null) {
|
|
42363
|
+
contents[_SBN] = smithyClient.expectString(output[_sBN]);
|
|
42364
|
+
}
|
|
42365
|
+
if (output[_sBP] != null) {
|
|
42366
|
+
contents[_SBP] = smithyClient.expectString(output[_sBP]);
|
|
42367
|
+
}
|
|
42368
|
+
if (output[_sc] != null) {
|
|
42369
|
+
contents[_Sc] = smithyClient.expectString(output[_sc]);
|
|
42370
|
+
}
|
|
42371
|
+
if (output[_oF] != null) {
|
|
42372
|
+
contents[_OF] = smithyClient.expectString(output[_oF]);
|
|
42373
|
+
}
|
|
42374
|
+
if (output[_cTr] != null) {
|
|
42375
|
+
contents[_CTr] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_cTr]));
|
|
42376
|
+
}
|
|
42377
|
+
if (output[_lDS] != null) {
|
|
42378
|
+
contents[_LDS] = smithyClient.expectString(output[_lDS]);
|
|
42379
|
+
}
|
|
42380
|
+
if (output[_lDSM] != null) {
|
|
42381
|
+
contents[_LDSM] = smithyClient.expectString(output[_lDSM]);
|
|
42382
|
+
}
|
|
42383
|
+
if (output[_lDSLU] != null) {
|
|
42384
|
+
contents[_LDSLU] = smithyClient.expectString(output[_lDSLU]);
|
|
42385
|
+
}
|
|
42386
|
+
if (output[_lDT] != null) {
|
|
42387
|
+
contents[_LDTa] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_lDT]));
|
|
42388
|
+
}
|
|
42389
|
+
if (String(output.tagSet).trim() === "") {
|
|
42390
|
+
contents[_Ta] = [];
|
|
42391
|
+
}
|
|
42392
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
42393
|
+
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
42394
|
+
}
|
|
42395
|
+
return contents;
|
|
42396
|
+
};
|
|
42397
|
+
const de_CapacityManagerDataExportResponseSet = (output, context) => {
|
|
42398
|
+
return (output || [])
|
|
42399
|
+
.filter((e) => e != null)
|
|
42400
|
+
.map((entry) => {
|
|
42401
|
+
return de_CapacityManagerDataExportResponse(entry);
|
|
42402
|
+
});
|
|
42403
|
+
};
|
|
42404
|
+
const de_CapacityManagerDimension = (output, context) => {
|
|
42405
|
+
const contents = {};
|
|
42406
|
+
if (output[_rR] != null) {
|
|
42407
|
+
contents[_RRe] = smithyClient.expectString(output[_rR]);
|
|
42408
|
+
}
|
|
42409
|
+
if (output[_aZI] != null) {
|
|
42410
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
42411
|
+
}
|
|
42412
|
+
if (output[_aIc] != null) {
|
|
42413
|
+
contents[_AIcc] = smithyClient.expectString(output[_aIc]);
|
|
42414
|
+
}
|
|
42415
|
+
if (output[_iF] != null) {
|
|
42416
|
+
contents[_IF] = smithyClient.expectString(output[_iF]);
|
|
42417
|
+
}
|
|
42418
|
+
if (output[_iT] != null) {
|
|
42419
|
+
contents[_IT] = smithyClient.expectString(output[_iT]);
|
|
42420
|
+
}
|
|
42421
|
+
if (output[_iPn] != null) {
|
|
42422
|
+
contents[_IPn] = smithyClient.expectString(output[_iPn]);
|
|
42423
|
+
}
|
|
42424
|
+
if (output[_rAe] != null) {
|
|
42425
|
+
contents[_RAes] = smithyClient.expectString(output[_rAe]);
|
|
42426
|
+
}
|
|
42427
|
+
if (output[_rI] != null) {
|
|
42428
|
+
contents[_RIese] = smithyClient.expectString(output[_rI]);
|
|
42429
|
+
}
|
|
42430
|
+
if (output[_rT] != null) {
|
|
42431
|
+
contents[_RTes] = smithyClient.expectString(output[_rT]);
|
|
42432
|
+
}
|
|
42433
|
+
if (output[_rCT] != null) {
|
|
42434
|
+
contents[_RCT] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rCT]));
|
|
42435
|
+
}
|
|
42436
|
+
if (output[_rST] != null) {
|
|
42437
|
+
contents[_RSTe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rST]));
|
|
42438
|
+
}
|
|
42439
|
+
if (output[_rET] != null) {
|
|
42440
|
+
contents[_RET] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rET]));
|
|
42441
|
+
}
|
|
42442
|
+
if (output[_rEDT] != null) {
|
|
42443
|
+
contents[_REDT] = smithyClient.expectString(output[_rEDT]);
|
|
42444
|
+
}
|
|
42445
|
+
if (output[_t] != null) {
|
|
42446
|
+
contents[_Te] = smithyClient.expectString(output[_t]);
|
|
42447
|
+
}
|
|
42448
|
+
if (output[_rS] != null) {
|
|
42449
|
+
contents[_RSes] = smithyClient.expectString(output[_rS]);
|
|
42450
|
+
}
|
|
42451
|
+
if (output[_rIMC] != null) {
|
|
42452
|
+
contents[_RIMC] = smithyClient.expectString(output[_rIMC]);
|
|
42453
|
+
}
|
|
42454
|
+
if (output[_rUFO] != null) {
|
|
42455
|
+
contents[_RUFO] = smithyClient.expectString(output[_rUFO]);
|
|
42456
|
+
}
|
|
42457
|
+
return contents;
|
|
42458
|
+
};
|
|
41855
42459
|
const de_CapacityReservation = (output, context) => {
|
|
41856
42460
|
const contents = {};
|
|
41857
42461
|
if (output[_cRI] != null) {
|
|
@@ -42880,8 +43484,15 @@ const de_CpuPerformanceFactor = (output, context) => {
|
|
|
42880
43484
|
if (String(output.referenceSet).trim() === "") {
|
|
42881
43485
|
contents[_R] = [];
|
|
42882
43486
|
}
|
|
42883
|
-
else if (output[
|
|
42884
|
-
contents[_R] = de_PerformanceFactorReferenceSet(smithyClient.getArrayIfSingleItem(output[
|
|
43487
|
+
else if (output[_rSe] != null && output[_rSe][_i] != null) {
|
|
43488
|
+
contents[_R] = de_PerformanceFactorReferenceSet(smithyClient.getArrayIfSingleItem(output[_rSe][_i]));
|
|
43489
|
+
}
|
|
43490
|
+
return contents;
|
|
43491
|
+
};
|
|
43492
|
+
const de_CreateCapacityManagerDataExportResult = (output, context) => {
|
|
43493
|
+
const contents = {};
|
|
43494
|
+
if (output[_cMDEI] != null) {
|
|
43495
|
+
contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
|
|
42885
43496
|
}
|
|
42886
43497
|
return contents;
|
|
42887
43498
|
};
|
|
@@ -43143,8 +43754,8 @@ const de_CreateImageResult = (output, context) => {
|
|
|
43143
43754
|
};
|
|
43144
43755
|
const de_CreateImageUsageReportResult = (output, context) => {
|
|
43145
43756
|
const contents = {};
|
|
43146
|
-
if (output[
|
|
43147
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
43757
|
+
if (output[_rIe] != null) {
|
|
43758
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
43148
43759
|
}
|
|
43149
43760
|
return contents;
|
|
43150
43761
|
};
|
|
@@ -43793,8 +44404,8 @@ const de_DataResponses = (output, context) => {
|
|
|
43793
44404
|
};
|
|
43794
44405
|
const de_DeclarativePoliciesReport = (output, context) => {
|
|
43795
44406
|
const contents = {};
|
|
43796
|
-
if (output[
|
|
43797
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
44407
|
+
if (output[_rIe] != null) {
|
|
44408
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
43798
44409
|
}
|
|
43799
44410
|
if (output[_sB] != null) {
|
|
43800
44411
|
contents[_SB] = smithyClient.expectString(output[_sB]);
|
|
@@ -43836,6 +44447,13 @@ const de_DedicatedHostIdList = (output, context) => {
|
|
|
43836
44447
|
return smithyClient.expectString(entry);
|
|
43837
44448
|
});
|
|
43838
44449
|
};
|
|
44450
|
+
const de_DeleteCapacityManagerDataExportResult = (output, context) => {
|
|
44451
|
+
const contents = {};
|
|
44452
|
+
if (output[_cMDEI] != null) {
|
|
44453
|
+
contents[_CMDEI] = smithyClient.expectString(output[_cMDEI]);
|
|
44454
|
+
}
|
|
44455
|
+
return contents;
|
|
44456
|
+
};
|
|
43839
44457
|
const de_DeleteCarrierGatewayResult = (output, context) => {
|
|
43840
44458
|
const contents = {};
|
|
43841
44459
|
if (output[_cG] != null) {
|
|
@@ -44698,6 +45316,19 @@ const de_DescribeCapacityBlockStatusResult = (output, context) => {
|
|
|
44698
45316
|
}
|
|
44699
45317
|
return contents;
|
|
44700
45318
|
};
|
|
45319
|
+
const de_DescribeCapacityManagerDataExportsResult = (output, context) => {
|
|
45320
|
+
const contents = {};
|
|
45321
|
+
if (String(output.capacityManagerDataExportSet).trim() === "") {
|
|
45322
|
+
contents[_CMDE] = [];
|
|
45323
|
+
}
|
|
45324
|
+
else if (output[_cMDES] != null && output[_cMDES][_i] != null) {
|
|
45325
|
+
contents[_CMDE] = de_CapacityManagerDataExportResponseSet(smithyClient.getArrayIfSingleItem(output[_cMDES][_i]));
|
|
45326
|
+
}
|
|
45327
|
+
if (output[_nTe] != null) {
|
|
45328
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
45329
|
+
}
|
|
45330
|
+
return contents;
|
|
45331
|
+
};
|
|
44701
45332
|
const de_DescribeCapacityReservationBillingRequestsResult = (output, context) => {
|
|
44702
45333
|
const contents = {};
|
|
44703
45334
|
if (output[_nTe] != null) {
|
|
@@ -44876,8 +45507,8 @@ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
|
|
|
44876
45507
|
if (String(output.reportSet).trim() === "") {
|
|
44877
45508
|
contents[_Rep] = [];
|
|
44878
45509
|
}
|
|
44879
|
-
else if (output[
|
|
44880
|
-
contents[_Rep] = de_DeclarativePoliciesReportList(smithyClient.getArrayIfSingleItem(output[
|
|
45510
|
+
else if (output[_rSep] != null && output[_rSep][_i] != null) {
|
|
45511
|
+
contents[_Rep] = de_DeclarativePoliciesReportList(smithyClient.getArrayIfSingleItem(output[_rSep][_i]));
|
|
44881
45512
|
}
|
|
44882
45513
|
return contents;
|
|
44883
45514
|
};
|
|
@@ -45956,8 +46587,8 @@ const de_DescribeRegionsResult = (output, context) => {
|
|
|
45956
46587
|
if (String(output.regionInfo).trim() === "") {
|
|
45957
46588
|
contents[_Reg] = [];
|
|
45958
46589
|
}
|
|
45959
|
-
else if (output[
|
|
45960
|
-
contents[_Reg] = de_RegionList(smithyClient.getArrayIfSingleItem(output[
|
|
46590
|
+
else if (output[_rIeg] != null && output[_rIeg][_i] != null) {
|
|
46591
|
+
contents[_Reg] = de_RegionList(smithyClient.getArrayIfSingleItem(output[_rIeg][_i]));
|
|
45961
46592
|
}
|
|
45962
46593
|
return contents;
|
|
45963
46594
|
};
|
|
@@ -46013,10 +46644,10 @@ const de_DescribeReservedInstancesOfferingsResult = (output, context) => {
|
|
|
46013
46644
|
const de_DescribeReservedInstancesResult = (output, context) => {
|
|
46014
46645
|
const contents = {};
|
|
46015
46646
|
if (String(output.reservedInstancesSet).trim() === "") {
|
|
46016
|
-
contents[
|
|
46647
|
+
contents[_RIeser] = [];
|
|
46017
46648
|
}
|
|
46018
46649
|
else if (output[_rIS] != null && output[_rIS][_i] != null) {
|
|
46019
|
-
contents[
|
|
46650
|
+
contents[_RIeser] = de_ReservedInstancesList(smithyClient.getArrayIfSingleItem(output[_rIS][_i]));
|
|
46020
46651
|
}
|
|
46021
46652
|
return contents;
|
|
46022
46653
|
};
|
|
@@ -46989,6 +47620,16 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context
|
|
|
46989
47620
|
}
|
|
46990
47621
|
return contents;
|
|
46991
47622
|
};
|
|
47623
|
+
const de_DisableCapacityManagerResult = (output, context) => {
|
|
47624
|
+
const contents = {};
|
|
47625
|
+
if (output[_cMS] != null) {
|
|
47626
|
+
contents[_CMS] = smithyClient.expectString(output[_cMS]);
|
|
47627
|
+
}
|
|
47628
|
+
if (output[_oAr] != null) {
|
|
47629
|
+
contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
|
|
47630
|
+
}
|
|
47631
|
+
return contents;
|
|
47632
|
+
};
|
|
46992
47633
|
const de_DisableEbsEncryptionByDefaultResult = (output, context) => {
|
|
46993
47634
|
const contents = {};
|
|
46994
47635
|
if (output[_eEBD] != null) {
|
|
@@ -47807,6 +48448,16 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context)
|
|
|
47807
48448
|
}
|
|
47808
48449
|
return contents;
|
|
47809
48450
|
};
|
|
48451
|
+
const de_EnableCapacityManagerResult = (output, context) => {
|
|
48452
|
+
const contents = {};
|
|
48453
|
+
if (output[_cMS] != null) {
|
|
48454
|
+
contents[_CMS] = smithyClient.expectString(output[_cMS]);
|
|
48455
|
+
}
|
|
48456
|
+
if (output[_oAr] != null) {
|
|
48457
|
+
contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
|
|
48458
|
+
}
|
|
48459
|
+
return contents;
|
|
48460
|
+
};
|
|
47810
48461
|
const de_EnableEbsEncryptionByDefaultResult = (output, context) => {
|
|
47811
48462
|
const contents = {};
|
|
47812
48463
|
if (output[_eEBD] != null) {
|
|
@@ -48133,7 +48784,7 @@ const de_Explanation = (output, context) => {
|
|
|
48133
48784
|
contents[_Ci] = de_ValueStringList(smithyClient.getArrayIfSingleItem(output[_cS][_i]));
|
|
48134
48785
|
}
|
|
48135
48786
|
if (output[_c] != null) {
|
|
48136
|
-
contents[
|
|
48787
|
+
contents[_Comp] = de_AnalysisComponent(output[_c]);
|
|
48137
48788
|
}
|
|
48138
48789
|
if (output[_cGu] != null) {
|
|
48139
48790
|
contents[_CGu] = de_AnalysisComponent(output[_cGu]);
|
|
@@ -48145,7 +48796,7 @@ const de_Explanation = (output, context) => {
|
|
|
48145
48796
|
contents[_DVest] = de_AnalysisComponent(output[_dV]);
|
|
48146
48797
|
}
|
|
48147
48798
|
if (output[_di] != null) {
|
|
48148
|
-
contents[
|
|
48799
|
+
contents[_Dir] = smithyClient.expectString(output[_di]);
|
|
48149
48800
|
}
|
|
48150
48801
|
if (output[_eCx] != null) {
|
|
48151
48802
|
contents[_ECx] = smithyClient.expectString(output[_eCx]);
|
|
@@ -48589,7 +49240,7 @@ const de_FirewallStatefulRule = (output, context) => {
|
|
|
48589
49240
|
contents[_RAu] = smithyClient.expectString(output[_rA]);
|
|
48590
49241
|
}
|
|
48591
49242
|
if (output[_di] != null) {
|
|
48592
|
-
contents[
|
|
49243
|
+
contents[_Dir] = smithyClient.expectString(output[_di]);
|
|
48593
49244
|
}
|
|
48594
49245
|
return contents;
|
|
48595
49246
|
};
|
|
@@ -48845,8 +49496,8 @@ const de_FleetSet = (output, context) => {
|
|
|
48845
49496
|
};
|
|
48846
49497
|
const de_FleetSpotCapacityRebalance = (output, context) => {
|
|
48847
49498
|
const contents = {};
|
|
48848
|
-
if (output[
|
|
48849
|
-
contents[_RS] = smithyClient.expectString(output[
|
|
49499
|
+
if (output[_rSepl] != null) {
|
|
49500
|
+
contents[_RS] = smithyClient.expectString(output[_rSepl]);
|
|
48850
49501
|
}
|
|
48851
49502
|
if (output[_tD] != null) {
|
|
48852
49503
|
contents[_TDe] = smithyClient.strictParseInt32(output[_tD]);
|
|
@@ -48892,8 +49543,8 @@ const de_FlowLog = (output, context) => {
|
|
|
48892
49543
|
if (output[_tT] != null) {
|
|
48893
49544
|
contents[_TT] = smithyClient.expectString(output[_tT]);
|
|
48894
49545
|
}
|
|
48895
|
-
if (output[
|
|
48896
|
-
contents[_LDT] = smithyClient.expectString(output[
|
|
49546
|
+
if (output[_lDTo] != null) {
|
|
49547
|
+
contents[_LDT] = smithyClient.expectString(output[_lDTo]);
|
|
48897
49548
|
}
|
|
48898
49549
|
if (output[_lD] != null) {
|
|
48899
49550
|
contents[_LD] = smithyClient.expectString(output[_lD]);
|
|
@@ -49127,6 +49778,57 @@ const de_GetAwsNetworkPerformanceDataResult = (output, context) => {
|
|
|
49127
49778
|
}
|
|
49128
49779
|
return contents;
|
|
49129
49780
|
};
|
|
49781
|
+
const de_GetCapacityManagerAttributesResult = (output, context) => {
|
|
49782
|
+
const contents = {};
|
|
49783
|
+
if (output[_cMS] != null) {
|
|
49784
|
+
contents[_CMS] = smithyClient.expectString(output[_cMS]);
|
|
49785
|
+
}
|
|
49786
|
+
if (output[_oAr] != null) {
|
|
49787
|
+
contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
|
|
49788
|
+
}
|
|
49789
|
+
if (output[_dEC] != null) {
|
|
49790
|
+
contents[_DEC] = smithyClient.strictParseInt32(output[_dEC]);
|
|
49791
|
+
}
|
|
49792
|
+
if (output[_iSng] != null) {
|
|
49793
|
+
contents[_ISng] = smithyClient.expectString(output[_iSng]);
|
|
49794
|
+
}
|
|
49795
|
+
if (output[_iSM] != null) {
|
|
49796
|
+
contents[_ISM] = smithyClient.expectString(output[_iSM]);
|
|
49797
|
+
}
|
|
49798
|
+
if (output[_eDTa] != null) {
|
|
49799
|
+
contents[_EDTa] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_eDTa]));
|
|
49800
|
+
}
|
|
49801
|
+
if (output[_lDTa] != null) {
|
|
49802
|
+
contents[_LDTat] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_lDTa]));
|
|
49803
|
+
}
|
|
49804
|
+
return contents;
|
|
49805
|
+
};
|
|
49806
|
+
const de_GetCapacityManagerMetricDataResult = (output, context) => {
|
|
49807
|
+
const contents = {};
|
|
49808
|
+
if (String(output.metricDataResultSet).trim() === "") {
|
|
49809
|
+
contents[_MDR] = [];
|
|
49810
|
+
}
|
|
49811
|
+
else if (output[_mDRS] != null && output[_mDRS][_i] != null) {
|
|
49812
|
+
contents[_MDR] = de_MetricDataResultSet(smithyClient.getArrayIfSingleItem(output[_mDRS][_i]));
|
|
49813
|
+
}
|
|
49814
|
+
if (output[_nTe] != null) {
|
|
49815
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
49816
|
+
}
|
|
49817
|
+
return contents;
|
|
49818
|
+
};
|
|
49819
|
+
const de_GetCapacityManagerMetricDimensionsResult = (output, context) => {
|
|
49820
|
+
const contents = {};
|
|
49821
|
+
if (String(output.metricDimensionResultSet).trim() === "") {
|
|
49822
|
+
contents[_MDRe] = [];
|
|
49823
|
+
}
|
|
49824
|
+
else if (output[_mDRSe] != null && output[_mDRSe][_i] != null) {
|
|
49825
|
+
contents[_MDRe] = de_MetricDimensionResultSet(smithyClient.getArrayIfSingleItem(output[_mDRSe][_i]));
|
|
49826
|
+
}
|
|
49827
|
+
if (output[_nTe] != null) {
|
|
49828
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
49829
|
+
}
|
|
49830
|
+
return contents;
|
|
49831
|
+
};
|
|
49130
49832
|
const de_GetCapacityReservationUsageResult = (output, context) => {
|
|
49131
49833
|
const contents = {};
|
|
49132
49834
|
if (output[_nTe] != null) {
|
|
@@ -49199,8 +49901,8 @@ const de_GetConsoleScreenshotResult = (output, context) => {
|
|
|
49199
49901
|
};
|
|
49200
49902
|
const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
|
|
49201
49903
|
const contents = {};
|
|
49202
|
-
if (output[
|
|
49203
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
49904
|
+
if (output[_rIe] != null) {
|
|
49905
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
49204
49906
|
}
|
|
49205
49907
|
if (output[_sB] != null) {
|
|
49206
49908
|
contents[_SB] = smithyClient.expectString(output[_sB]);
|
|
@@ -50552,8 +51254,8 @@ const de_ImageUsageReport = (output, context) => {
|
|
|
50552
51254
|
if (output[_iIma] != null) {
|
|
50553
51255
|
contents[_IIma] = smithyClient.expectString(output[_iIma]);
|
|
50554
51256
|
}
|
|
50555
|
-
if (output[
|
|
50556
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
51257
|
+
if (output[_rIe] != null) {
|
|
51258
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
50557
51259
|
}
|
|
50558
51260
|
if (String(output.resourceTypeSet).trim() === "") {
|
|
50559
51261
|
contents[_RTe] = [];
|
|
@@ -50592,8 +51294,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50592
51294
|
if (output[_rTe] != null) {
|
|
50593
51295
|
contents[_RT] = smithyClient.expectString(output[_rTe]);
|
|
50594
51296
|
}
|
|
50595
|
-
if (output[
|
|
50596
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
51297
|
+
if (output[_rIe] != null) {
|
|
51298
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
50597
51299
|
}
|
|
50598
51300
|
if (output[_uCs] != null) {
|
|
50599
51301
|
contents[_UCs] = smithyClient.strictParseLong(output[_uCs]);
|
|
@@ -50604,8 +51306,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50604
51306
|
if (output[_iIma] != null) {
|
|
50605
51307
|
contents[_IIma] = smithyClient.expectString(output[_iIma]);
|
|
50606
51308
|
}
|
|
50607
|
-
if (output[
|
|
50608
|
-
contents[
|
|
51309
|
+
if (output[_rCTe] != null) {
|
|
51310
|
+
contents[_RCTe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rCTe]));
|
|
50609
51311
|
}
|
|
50610
51312
|
return contents;
|
|
50611
51313
|
};
|
|
@@ -51997,8 +52699,8 @@ const de_InstanceRequirements = (output, context) => {
|
|
|
51997
52699
|
if (String(output.cpuManufacturerSet).trim() === "") {
|
|
51998
52700
|
contents[_CM] = [];
|
|
51999
52701
|
}
|
|
52000
|
-
else if (output[
|
|
52001
|
-
contents[_CM] = de_CpuManufacturerSet(smithyClient.getArrayIfSingleItem(output[
|
|
52702
|
+
else if (output[_cMSp] != null && output[_cMSp][_i] != null) {
|
|
52703
|
+
contents[_CM] = de_CpuManufacturerSet(smithyClient.getArrayIfSingleItem(output[_cMSp][_i]));
|
|
52002
52704
|
}
|
|
52003
52705
|
if (output[_mGBPVC] != null) {
|
|
52004
52706
|
contents[_MGBPVC] = de_MemoryGiBPerVCpu(output[_mGBPVC]);
|
|
@@ -53634,8 +54336,8 @@ const de_LastError = (output, context) => {
|
|
|
53634
54336
|
};
|
|
53635
54337
|
const de_LaunchPermission = (output, context) => {
|
|
53636
54338
|
const contents = {};
|
|
53637
|
-
if (output[
|
|
53638
|
-
contents[
|
|
54339
|
+
if (output[_oArg] != null) {
|
|
54340
|
+
contents[_OArg] = smithyClient.expectString(output[_oArg]);
|
|
53639
54341
|
}
|
|
53640
54342
|
if (output[_oUA] != null) {
|
|
53641
54343
|
contents[_OUA] = smithyClient.expectString(output[_oUA]);
|
|
@@ -54902,6 +55604,36 @@ const de_MemoryMiB = (output, context) => {
|
|
|
54902
55604
|
}
|
|
54903
55605
|
return contents;
|
|
54904
55606
|
};
|
|
55607
|
+
const de_MetricDataResult = (output, context) => {
|
|
55608
|
+
const contents = {};
|
|
55609
|
+
if (output[_dim] != null) {
|
|
55610
|
+
contents[_Di] = de_CapacityManagerDimension(output[_dim]);
|
|
55611
|
+
}
|
|
55612
|
+
if (output[_ti] != null) {
|
|
55613
|
+
contents[_Tim] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_ti]));
|
|
55614
|
+
}
|
|
55615
|
+
if (String(output.metricValueSet).trim() === "") {
|
|
55616
|
+
contents[_MVe] = [];
|
|
55617
|
+
}
|
|
55618
|
+
else if (output[_mVS] != null && output[_mVS][_i] != null) {
|
|
55619
|
+
contents[_MVe] = de_MetricValueSet(smithyClient.getArrayIfSingleItem(output[_mVS][_i]));
|
|
55620
|
+
}
|
|
55621
|
+
return contents;
|
|
55622
|
+
};
|
|
55623
|
+
const de_MetricDataResultSet = (output, context) => {
|
|
55624
|
+
return (output || [])
|
|
55625
|
+
.filter((e) => e != null)
|
|
55626
|
+
.map((entry) => {
|
|
55627
|
+
return de_MetricDataResult(entry);
|
|
55628
|
+
});
|
|
55629
|
+
};
|
|
55630
|
+
const de_MetricDimensionResultSet = (output, context) => {
|
|
55631
|
+
return (output || [])
|
|
55632
|
+
.filter((e) => e != null)
|
|
55633
|
+
.map((entry) => {
|
|
55634
|
+
return de_CapacityManagerDimension(entry);
|
|
55635
|
+
});
|
|
55636
|
+
};
|
|
54905
55637
|
const de_MetricPoint = (output, context) => {
|
|
54906
55638
|
const contents = {};
|
|
54907
55639
|
if (output[_sD] != null) {
|
|
@@ -54925,6 +55657,23 @@ const de_MetricPoints = (output, context) => {
|
|
|
54925
55657
|
return de_MetricPoint(entry);
|
|
54926
55658
|
});
|
|
54927
55659
|
};
|
|
55660
|
+
const de_MetricValue = (output, context) => {
|
|
55661
|
+
const contents = {};
|
|
55662
|
+
if (output[_met] != null) {
|
|
55663
|
+
contents[_Met] = smithyClient.expectString(output[_met]);
|
|
55664
|
+
}
|
|
55665
|
+
if (output[_v] != null) {
|
|
55666
|
+
contents[_Va] = smithyClient.strictParseFloat(output[_v]);
|
|
55667
|
+
}
|
|
55668
|
+
return contents;
|
|
55669
|
+
};
|
|
55670
|
+
const de_MetricValueSet = (output, context) => {
|
|
55671
|
+
return (output || [])
|
|
55672
|
+
.filter((e) => e != null)
|
|
55673
|
+
.map((entry) => {
|
|
55674
|
+
return de_MetricValue(entry);
|
|
55675
|
+
});
|
|
55676
|
+
};
|
|
54928
55677
|
const de_ModifyAddressAttributeResult = (output, context) => {
|
|
54929
55678
|
const contents = {};
|
|
54930
55679
|
if (output[_ad] != null) {
|
|
@@ -55598,8 +56347,8 @@ const de_NativeApplicationOidcOptions = (output, context) => {
|
|
|
55598
56347
|
if (output[_cIli] != null) {
|
|
55599
56348
|
contents[_CIl] = smithyClient.expectString(output[_cIli]);
|
|
55600
56349
|
}
|
|
55601
|
-
if (output[
|
|
55602
|
-
contents[
|
|
56350
|
+
if (output[_sco] != null) {
|
|
56351
|
+
contents[_Sco] = smithyClient.expectString(output[_sco]);
|
|
55603
56352
|
}
|
|
55604
56353
|
return contents;
|
|
55605
56354
|
};
|
|
@@ -56426,8 +57175,8 @@ const de_OidcOptions = (output, context) => {
|
|
|
56426
57175
|
if (output[_cSl] != null) {
|
|
56427
57176
|
contents[_CSl] = smithyClient.expectString(output[_cSl]);
|
|
56428
57177
|
}
|
|
56429
|
-
if (output[
|
|
56430
|
-
contents[
|
|
57178
|
+
if (output[_sco] != null) {
|
|
57179
|
+
contents[_Sco] = smithyClient.expectString(output[_sco]);
|
|
56431
57180
|
}
|
|
56432
57181
|
return contents;
|
|
56433
57182
|
};
|
|
@@ -56562,7 +57311,7 @@ const de_PathComponent = (output, context) => {
|
|
|
56562
57311
|
contents[_ATtta] = de_AnalysisComponent(output[_aTtt]);
|
|
56563
57312
|
}
|
|
56564
57313
|
if (output[_c] != null) {
|
|
56565
|
-
contents[
|
|
57314
|
+
contents[_Comp] = de_AnalysisComponent(output[_c]);
|
|
56566
57315
|
}
|
|
56567
57316
|
if (output[_dV] != null) {
|
|
56568
57317
|
contents[_DVest] = de_AnalysisComponent(output[_dV]);
|
|
@@ -57738,8 +58487,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
|
|
|
57738
58487
|
};
|
|
57739
58488
|
const de_Reservation = (output, context) => {
|
|
57740
58489
|
const contents = {};
|
|
57741
|
-
if (output[
|
|
57742
|
-
contents[
|
|
58490
|
+
if (output[_rI] != null) {
|
|
58491
|
+
contents[_RIese] = smithyClient.expectString(output[_rI]);
|
|
57743
58492
|
}
|
|
57744
58493
|
if (output[_oI] != null) {
|
|
57745
58494
|
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
@@ -57818,8 +58567,8 @@ const de_ReservedInstances = (output, context) => {
|
|
|
57818
58567
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
57819
58568
|
contents[_RCec] = de_RecurringChargesList(smithyClient.getArrayIfSingleItem(output[_rCec][_i]));
|
|
57820
58569
|
}
|
|
57821
|
-
if (output[
|
|
57822
|
-
contents[
|
|
58570
|
+
if (output[_sco] != null) {
|
|
58571
|
+
contents[_Sco] = smithyClient.expectString(output[_sco]);
|
|
57823
58572
|
}
|
|
57824
58573
|
if (String(output.tagSet).trim() === "") {
|
|
57825
58574
|
contents[_Ta] = [];
|
|
@@ -57879,8 +58628,8 @@ const de_ReservedInstancesConfiguration = (output, context) => {
|
|
|
57879
58628
|
if (output[_pl] != null) {
|
|
57880
58629
|
contents[_Pla] = smithyClient.expectString(output[_pl]);
|
|
57881
58630
|
}
|
|
57882
|
-
if (output[
|
|
57883
|
-
contents[
|
|
58631
|
+
if (output[_sco] != null) {
|
|
58632
|
+
contents[_Sco] = smithyClient.expectString(output[_sco]);
|
|
57884
58633
|
}
|
|
57885
58634
|
if (output[_aZI] != null) {
|
|
57886
58635
|
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
@@ -58041,8 +58790,8 @@ const de_ReservedInstancesOffering = (output, context) => {
|
|
|
58041
58790
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
58042
58791
|
contents[_RCec] = de_RecurringChargesList(smithyClient.getArrayIfSingleItem(output[_rCec][_i]));
|
|
58043
58792
|
}
|
|
58044
|
-
if (output[
|
|
58045
|
-
contents[
|
|
58793
|
+
if (output[_sco] != null) {
|
|
58794
|
+
contents[_Sco] = smithyClient.expectString(output[_sco]);
|
|
58046
58795
|
}
|
|
58047
58796
|
if (output[_aZI] != null) {
|
|
58048
58797
|
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
@@ -58338,8 +59087,8 @@ const de_RestoreSnapshotTierResult = (output, context) => {
|
|
|
58338
59087
|
if (output[_sIn] != null) {
|
|
58339
59088
|
contents[_SIn] = smithyClient.expectString(output[_sIn]);
|
|
58340
59089
|
}
|
|
58341
|
-
if (output[
|
|
58342
|
-
contents[
|
|
59090
|
+
if (output[_rSTe] != null) {
|
|
59091
|
+
contents[_RSTes] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rSTe]));
|
|
58343
59092
|
}
|
|
58344
59093
|
if (output[_rD] != null) {
|
|
58345
59094
|
contents[_RD] = smithyClient.strictParseInt32(output[_rD]);
|
|
@@ -59597,8 +60346,8 @@ const de_Snapshot = (output, context) => {
|
|
|
59597
60346
|
if (output[_sTt] != null) {
|
|
59598
60347
|
contents[_STto] = smithyClient.expectString(output[_sTt]);
|
|
59599
60348
|
}
|
|
59600
|
-
if (output[
|
|
59601
|
-
contents[
|
|
60349
|
+
if (output[_rETe] != null) {
|
|
60350
|
+
contents[_RETe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59602
60351
|
}
|
|
59603
60352
|
if (output[_sTs] != null) {
|
|
59604
60353
|
contents[_STs] = smithyClient.expectString(output[_sTs]);
|
|
@@ -59858,8 +60607,8 @@ const de_SnapshotTierStatus = (output, context) => {
|
|
|
59858
60607
|
if (output[_aCT] != null) {
|
|
59859
60608
|
contents[_ACT] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_aCT]));
|
|
59860
60609
|
}
|
|
59861
|
-
if (output[
|
|
59862
|
-
contents[
|
|
60610
|
+
if (output[_rETe] != null) {
|
|
60611
|
+
contents[_RETe] = smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59863
60612
|
}
|
|
59864
60613
|
return contents;
|
|
59865
60614
|
};
|
|
@@ -59872,8 +60621,8 @@ const de_snapshotTierStatusSet = (output, context) => {
|
|
|
59872
60621
|
};
|
|
59873
60622
|
const de_SpotCapacityRebalance = (output, context) => {
|
|
59874
60623
|
const contents = {};
|
|
59875
|
-
if (output[
|
|
59876
|
-
contents[_RS] = smithyClient.expectString(output[
|
|
60624
|
+
if (output[_rSepl] != null) {
|
|
60625
|
+
contents[_RS] = smithyClient.expectString(output[_rSepl]);
|
|
59877
60626
|
}
|
|
59878
60627
|
if (output[_tD] != null) {
|
|
59879
60628
|
contents[_TDe] = smithyClient.strictParseInt32(output[_tD]);
|
|
@@ -60275,8 +61024,8 @@ const de_SpotPlacementScore = (output, context) => {
|
|
|
60275
61024
|
if (output[_aZI] != null) {
|
|
60276
61025
|
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
60277
61026
|
}
|
|
60278
|
-
if (output[
|
|
60279
|
-
contents[
|
|
61027
|
+
if (output[_scor] != null) {
|
|
61028
|
+
contents[_Scor] = smithyClient.strictParseInt32(output[_scor]);
|
|
60280
61029
|
}
|
|
60281
61030
|
return contents;
|
|
60282
61031
|
};
|
|
@@ -60391,8 +61140,8 @@ const de_StaleSecurityGroupSet = (output, context) => {
|
|
|
60391
61140
|
};
|
|
60392
61141
|
const de_StartDeclarativePoliciesReportResult = (output, context) => {
|
|
60393
61142
|
const contents = {};
|
|
60394
|
-
if (output[
|
|
60395
|
-
contents[_RIep] = smithyClient.expectString(output[
|
|
61143
|
+
if (output[_rIe] != null) {
|
|
61144
|
+
contents[_RIep] = smithyClient.expectString(output[_rIe]);
|
|
60396
61145
|
}
|
|
60397
61146
|
return contents;
|
|
60398
61147
|
};
|
|
@@ -62438,6 +63187,16 @@ const de_UnsuccessfulItemSet = (output, context) => {
|
|
|
62438
63187
|
return de_UnsuccessfulItem(entry);
|
|
62439
63188
|
});
|
|
62440
63189
|
};
|
|
63190
|
+
const de_UpdateCapacityManagerOrganizationsAccessResult = (output, context) => {
|
|
63191
|
+
const contents = {};
|
|
63192
|
+
if (output[_cMS] != null) {
|
|
63193
|
+
contents[_CMS] = smithyClient.expectString(output[_cMS]);
|
|
63194
|
+
}
|
|
63195
|
+
if (output[_oAr] != null) {
|
|
63196
|
+
contents[_OAr] = smithyClient.parseBoolean(output[_oAr]);
|
|
63197
|
+
}
|
|
63198
|
+
return contents;
|
|
63199
|
+
};
|
|
62441
63200
|
const de_UpdateSecurityGroupRuleDescriptionsEgressResult = (output, context) => {
|
|
62442
63201
|
const contents = {};
|
|
62443
63202
|
if (output[_r] != null) {
|
|
@@ -63581,8 +64340,8 @@ const de_VpcBlockPublicAccessExclusion = (output, context) => {
|
|
|
63581
64340
|
if (output[_iGEM] != null) {
|
|
63582
64341
|
contents[_IGEM] = smithyClient.expectString(output[_iGEM]);
|
|
63583
64342
|
}
|
|
63584
|
-
if (output[
|
|
63585
|
-
contents[
|
|
64343
|
+
if (output[_rAes] != null) {
|
|
64344
|
+
contents[_RAeso] = smithyClient.expectString(output[_rAes]);
|
|
63586
64345
|
}
|
|
63587
64346
|
if (output[_st] != null) {
|
|
63588
64347
|
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
@@ -64626,6 +65385,7 @@ const _CCB = "ClientCidrBlock";
|
|
|
64626
65385
|
const _CCC = "CreateCoipCidr";
|
|
64627
65386
|
const _CCG = "CreateCarrierGateway";
|
|
64628
65387
|
const _CCGr = "CreateCustomerGateway";
|
|
65388
|
+
const _CCMDE = "CreateCapacityManagerDataExport";
|
|
64629
65389
|
const _CCO = "ClientConnectOptions";
|
|
64630
65390
|
const _CCP = "CreateCoipPool";
|
|
64631
65391
|
const _CCR = "CancelCapacityReservation";
|
|
@@ -64729,8 +65489,12 @@ const _CLS = "CloudwatchLogStream";
|
|
|
64729
65489
|
const _CLT = "CreateLaunchTemplate";
|
|
64730
65490
|
const _CLTV = "CreateLaunchTemplateVersion";
|
|
64731
65491
|
const _CM = "CpuManufacturers";
|
|
65492
|
+
const _CMDE = "CapacityManagerDataExports";
|
|
65493
|
+
const _CMDEI = "CapacityManagerDataExportId";
|
|
65494
|
+
const _CMDEIa = "CapacityManagerDataExportIds";
|
|
64732
65495
|
const _CMKE = "CustomerManagedKeyEnabled";
|
|
64733
65496
|
const _CMPL = "CreateManagedPrefixList";
|
|
65497
|
+
const _CMS = "CapacityManagerStatus";
|
|
64734
65498
|
const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
|
|
64735
65499
|
const _CN = "CommonName";
|
|
64736
65500
|
const _CNA = "CreateNetworkAcl";
|
|
@@ -64878,7 +65642,8 @@ const _Ch = "Checksum";
|
|
|
64878
65642
|
const _Ci = "Cidrs";
|
|
64879
65643
|
const _Co = "Comment";
|
|
64880
65644
|
const _Cod = "Code";
|
|
64881
|
-
const _Com = "
|
|
65645
|
+
const _Com = "Comparison";
|
|
65646
|
+
const _Comp = "Component";
|
|
64882
65647
|
const _Con = "Context";
|
|
64883
65648
|
const _Conf = "Configured";
|
|
64884
65649
|
const _Confi = "Config";
|
|
@@ -64930,6 +65695,9 @@ const _DCGes = "DescribeCarrierGateways";
|
|
|
64930
65695
|
const _DCGesc = "DescribeCustomerGateways";
|
|
64931
65696
|
const _DCLI = "DescribeClassicLinkInstances";
|
|
64932
65697
|
const _DCLV = "DetachClassicLinkVpc";
|
|
65698
|
+
const _DCM = "DisableCapacityManager";
|
|
65699
|
+
const _DCMDE = "DeleteCapacityManagerDataExport";
|
|
65700
|
+
const _DCMDEe = "DescribeCapacityManagerDataExports";
|
|
64933
65701
|
const _DCP = "DeleteCoipPool";
|
|
64934
65702
|
const _DCPe = "DescribeCoipPools";
|
|
64935
65703
|
const _DCR = "DescribeCapacityReservations";
|
|
@@ -64950,12 +65718,14 @@ const _DCVTNi = "DisassociateClientVpnTargetNetwork";
|
|
|
64950
65718
|
const _DCe = "DestinationCidr";
|
|
64951
65719
|
const _DCef = "DefaultCores";
|
|
64952
65720
|
const _DCh = "DhcpConfigurations";
|
|
64953
|
-
const _DCi = "
|
|
64954
|
-
const _DCis = "
|
|
65721
|
+
const _DCi = "DimensionCondition";
|
|
65722
|
+
const _DCis = "DiskContainers";
|
|
65723
|
+
const _DCisk = "DiskContainer";
|
|
64955
65724
|
const _DDO = "DeleteDhcpOptions";
|
|
64956
65725
|
const _DDOe = "DescribeDhcpOptions";
|
|
64957
65726
|
const _DDPR = "DescribeDeclarativePoliciesReports";
|
|
64958
65727
|
const _DE = "DnsEntries";
|
|
65728
|
+
const _DEC = "DataExportCount";
|
|
64959
65729
|
const _DECIR = "DisassociateEnclaveCertificateIamRole";
|
|
64960
65730
|
const _DEEBD = "DisableEbsEncryptionByDefault";
|
|
64961
65731
|
const _DEG = "DescribeElasticGpus";
|
|
@@ -65309,7 +66079,8 @@ const _Dea = "Deadline";
|
|
|
65309
66079
|
const _Des = "Destinations";
|
|
65310
66080
|
const _Det = "Details";
|
|
65311
66081
|
const _Dev = "Device";
|
|
65312
|
-
const _Di = "
|
|
66082
|
+
const _Di = "Dimension";
|
|
66083
|
+
const _Dir = "Direction";
|
|
65313
66084
|
const _Dis = "Disks";
|
|
65314
66085
|
const _Do = "Domain";
|
|
65315
66086
|
const _Du = "Duration";
|
|
@@ -65324,6 +66095,7 @@ const _EAx = "ExclusionsAllowed";
|
|
|
65324
66095
|
const _EB = "EgressBytes";
|
|
65325
66096
|
const _EBV = "ExcludeBootVolume";
|
|
65326
66097
|
const _EC = "ErrorCode";
|
|
66098
|
+
const _ECM = "EnableCapacityManager";
|
|
65327
66099
|
const _ECTP = "ExcessCapacityTerminationPolicy";
|
|
65328
66100
|
const _ECVCC = "ExportClientVpnClientConfiguration";
|
|
65329
66101
|
const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
@@ -65335,6 +66107,7 @@ const _EDP = "EndpointDomainPrefix";
|
|
|
65335
66107
|
const _EDR = "EndDateRange";
|
|
65336
66108
|
const _EDS = "EnableDnsSupport";
|
|
65337
66109
|
const _EDT = "EndDateType";
|
|
66110
|
+
const _EDTa = "EarliestDatapointTimestamp";
|
|
65338
66111
|
const _EDVI = "ExcludeDataVolumeIds";
|
|
65339
66112
|
const _EDf = "EffectiveDate";
|
|
65340
66113
|
const _EDn = "EnableDns64";
|
|
@@ -65464,6 +66237,7 @@ const _FA = "FederatedAuthentication";
|
|
|
65464
66237
|
const _FAD = "FilterAtDestination";
|
|
65465
66238
|
const _FAS = "FilterAtSource";
|
|
65466
66239
|
const _FAi = "FirstAddress";
|
|
66240
|
+
const _FB = "FilterBy";
|
|
65467
66241
|
const _FC = "FulfilledCapacity";
|
|
65468
66242
|
const _FCR = "FleetCapacityReservations";
|
|
65469
66243
|
const _FCa = "FailureCode";
|
|
@@ -65526,6 +66300,10 @@ const _GAIS = "GetAllowedImagesSettings";
|
|
|
65526
66300
|
const _GANPD = "GetAwsNetworkPerformanceData";
|
|
65527
66301
|
const _GAS = "GatewayAssociationState";
|
|
65528
66302
|
const _GAVTS = "GetActiveVpnTunnelStatus";
|
|
66303
|
+
const _GB = "GroupBy";
|
|
66304
|
+
const _GCMA = "GetCapacityManagerAttributes";
|
|
66305
|
+
const _GCMMD = "GetCapacityManagerMetricData";
|
|
66306
|
+
const _GCMMDe = "GetCapacityManagerMetricDimensions";
|
|
65529
66307
|
const _GCO = "GetConsoleOutput";
|
|
65530
66308
|
const _GCPU = "GetCoipPoolUsage";
|
|
65531
66309
|
const _GCRU = "GetCapacityReservationUsage";
|
|
@@ -65793,6 +66571,7 @@ const _ISI = "IpamScopeId";
|
|
|
65793
66571
|
const _ISIn = "InstanceStorageInfo";
|
|
65794
66572
|
const _ISIp = "IpamScopeIds";
|
|
65795
66573
|
const _ISL = "InputStorageLocation";
|
|
66574
|
+
const _ISM = "IngestionStatusMessage";
|
|
65796
66575
|
const _ISS = "InstanceStorageSupported";
|
|
65797
66576
|
const _IST = "ImportSnapshotTasks";
|
|
65798
66577
|
const _ISTp = "IpamScopeType";
|
|
@@ -65800,6 +66579,7 @@ const _ISg = "Igmpv2Support";
|
|
|
65800
66579
|
const _ISm = "ImdsSupport";
|
|
65801
66580
|
const _ISmp = "ImpairedSince";
|
|
65802
66581
|
const _ISn = "InstanceSpecification";
|
|
66582
|
+
const _ISng = "IngestionStatus";
|
|
65803
66583
|
const _ISns = "InstanceStatuses";
|
|
65804
66584
|
const _ISnst = "InstanceState";
|
|
65805
66585
|
const _ISnsta = "InstanceStatus";
|
|
@@ -65885,8 +66665,13 @@ const _LCA = "LicenseConfigurationArn";
|
|
|
65885
66665
|
const _LCO = "LockCreatedOn";
|
|
65886
66666
|
const _LCo = "LoggingConfiguration";
|
|
65887
66667
|
const _LD = "LogDestination";
|
|
66668
|
+
const _LDS = "LatestDeliveryStatus";
|
|
66669
|
+
const _LDSLU = "LatestDeliveryS3LocationUri";
|
|
66670
|
+
const _LDSM = "LatestDeliveryStatusMessage";
|
|
65888
66671
|
const _LDST = "LockDurationStartTime";
|
|
65889
66672
|
const _LDT = "LogDestinationType";
|
|
66673
|
+
const _LDTa = "LatestDeliveryTime";
|
|
66674
|
+
const _LDTat = "LatestDatapointTimestamp";
|
|
65890
66675
|
const _LDo = "LockDuration";
|
|
65891
66676
|
const _LE = "LogEnabled";
|
|
65892
66677
|
const _LEO = "LockExpiresOn";
|
|
@@ -66007,6 +66792,8 @@ const _MDA = "MulticastDomainAssociations";
|
|
|
66007
66792
|
const _MDCS = "ModifyDefaultCreditSpecification";
|
|
66008
66793
|
const _MDDS = "MaxDrainDurationSeconds";
|
|
66009
66794
|
const _MDK = "MetaDataKey";
|
|
66795
|
+
const _MDR = "MetricDataResults";
|
|
66796
|
+
const _MDRe = "MetricDimensionResults";
|
|
66010
66797
|
const _MDSC = "MaximumDaysSinceCreated";
|
|
66011
66798
|
const _MDSD = "MaximumDaysSinceDeprecated";
|
|
66012
66799
|
const _MDV = "MetaDataValue";
|
|
@@ -66059,6 +66846,7 @@ const _MMT = "MacModificationTask";
|
|
|
66059
66846
|
const _MMTI = "MacModificationTaskIds";
|
|
66060
66847
|
const _MMTIa = "MacModificationTaskId";
|
|
66061
66848
|
const _MMTa = "MacModificationTasks";
|
|
66849
|
+
const _MN = "MetricNames";
|
|
66062
66850
|
const _MNC = "MaximumNetworkCards";
|
|
66063
66851
|
const _MNI = "MaximumNetworkInterfaces";
|
|
66064
66852
|
const _MNIA = "ModifyNetworkInterfaceAttribute";
|
|
@@ -66133,6 +66921,7 @@ const _MVT = "ModifyVpcTenancy";
|
|
|
66133
66921
|
const _MVTC = "ModifyVpnTunnelCertificate";
|
|
66134
66922
|
const _MVTO = "ModifyVpnTunnelOptions";
|
|
66135
66923
|
const _MVa = "MaxVersion";
|
|
66924
|
+
const _MVe = "MetricValues";
|
|
66136
66925
|
const _MVi = "MinVersion";
|
|
66137
66926
|
const _Ma = "Max";
|
|
66138
66927
|
const _Mai = "Main";
|
|
@@ -66230,8 +67019,9 @@ const _NTe = "NetworkType";
|
|
|
66230
67019
|
const _Na = "Nameservers";
|
|
66231
67020
|
const _O = "Operator";
|
|
66232
67021
|
const _OA = "OutpostArn";
|
|
66233
|
-
const _OAr = "
|
|
66234
|
-
const _OArg = "
|
|
67022
|
+
const _OAr = "OrganizationsAccess";
|
|
67023
|
+
const _OArg = "OrganizationArn";
|
|
67024
|
+
const _OArga = "OrganizationArns";
|
|
66235
67025
|
const _OAw = "OwnerAlias";
|
|
66236
67026
|
const _OC = "OfferingClass";
|
|
66237
67027
|
const _OD = "OccurrenceDays";
|
|
@@ -66243,6 +67033,7 @@ const _ODO = "OnDemandOptions";
|
|
|
66243
67033
|
const _ODS = "OccurrenceDaySet";
|
|
66244
67034
|
const _ODTC = "OnDemandTargetCapacity";
|
|
66245
67035
|
const _OEP = "OrganizationsEntityPath";
|
|
67036
|
+
const _OF = "OutputFormat";
|
|
66246
67037
|
const _OH = "OutboundHeader";
|
|
66247
67038
|
const _OI = "OfferingId";
|
|
66248
67039
|
const _OIA = "OutsideIpAddress";
|
|
@@ -66479,7 +67270,8 @@ const _RAP = "RemoveAllowedPrincipals";
|
|
|
66479
67270
|
const _RART = "RemoveAllocationResourceTags";
|
|
66480
67271
|
const _RATC = "RestoreAddressToClassic";
|
|
66481
67272
|
const _RAe = "ResolveAlias";
|
|
66482
|
-
const _RAes = "
|
|
67273
|
+
const _RAes = "ReservationArn";
|
|
67274
|
+
const _RAeso = "ResourceArn";
|
|
66483
67275
|
const _RAo = "RoleArn";
|
|
66484
67276
|
const _RAu = "RuleAction";
|
|
66485
67277
|
const _RB = "RequestedBy";
|
|
@@ -66491,7 +67283,8 @@ const _RCA = "ResourceConfigurationArn";
|
|
|
66491
67283
|
const _RCGA = "ResourceConfigurationGroupArn";
|
|
66492
67284
|
const _RCRBO = "RejectCapacityReservationBillingOwnership";
|
|
66493
67285
|
const _RCS = "ResourceComplianceStatus";
|
|
66494
|
-
const _RCT = "
|
|
67286
|
+
const _RCT = "ReservationCreateTimestamp";
|
|
67287
|
+
const _RCTe = "ReportCreationTime";
|
|
66495
67288
|
const _RCVI = "RevokeClientVpnIngress";
|
|
66496
67289
|
const _RCe = "ReasonCodes";
|
|
66497
67290
|
const _RCec = "RecurringCharges";
|
|
@@ -66508,7 +67301,9 @@ const _RDT = "RootDeviceType";
|
|
|
66508
67301
|
const _RE = "RdsEndpoint";
|
|
66509
67302
|
const _RED = "RemoveEndDate";
|
|
66510
67303
|
const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
66511
|
-
const
|
|
67304
|
+
const _REDT = "ReservationEndDateType";
|
|
67305
|
+
const _RET = "ReservationEndTimestamp";
|
|
67306
|
+
const _RETe = "RestoreExpiryTime";
|
|
66512
67307
|
const _REe = "RemoveEntries";
|
|
66513
67308
|
const _REes = "ResponseError";
|
|
66514
67309
|
const _REeso = "ResourceExclusions";
|
|
@@ -66539,6 +67334,7 @@ const _RIIese = "ReservedInstanceId";
|
|
|
66539
67334
|
const _RIL = "ReservedInstancesListings";
|
|
66540
67335
|
const _RILI = "ReservedInstancesListingId";
|
|
66541
67336
|
const _RIM = "ReservedInstancesModifications";
|
|
67337
|
+
const _RIMC = "ReservationInstanceMatchCriteria";
|
|
66542
67338
|
const _RIMI = "ReservedInstancesModificationIds";
|
|
66543
67339
|
const _RIMIe = "ReservedInstancesModificationId";
|
|
66544
67340
|
const _RINC = "RemoteIpv4NetworkCidr";
|
|
@@ -66558,8 +67354,8 @@ const _RIep = "ReportId";
|
|
|
66558
67354
|
const _RIepo = "ReportIds";
|
|
66559
67355
|
const _RIeq = "RequesterId";
|
|
66560
67356
|
const _RIes = "ResourceIds";
|
|
66561
|
-
const _RIese = "
|
|
66562
|
-
const _RIeser = "
|
|
67357
|
+
const _RIese = "ReservationId";
|
|
67358
|
+
const _RIeser = "ReservedInstances";
|
|
66563
67359
|
const _RIeso = "ResourceId";
|
|
66564
67360
|
const _RIu = "RunInstances";
|
|
66565
67361
|
const _RM = "ReasonMessage";
|
|
@@ -66629,9 +67425,11 @@ const _RSPou = "RouteServerPropagation";
|
|
|
66629
67425
|
const _RSPout = "RouteServerPropagations";
|
|
66630
67426
|
const _RSR = "RemoveSupportedRegions";
|
|
66631
67427
|
const _RST = "RestoreSnapshotTier";
|
|
66632
|
-
const _RSTe = "
|
|
67428
|
+
const _RSTe = "ReservationStartTimestamp";
|
|
67429
|
+
const _RSTes = "RestoreStartTime";
|
|
66633
67430
|
const _RSe = "ResourceStatement";
|
|
66634
67431
|
const _RSeg = "RegionalSummaries";
|
|
67432
|
+
const _RSes = "ReservationState";
|
|
66635
67433
|
const _RSo = "RouteServer";
|
|
66636
67434
|
const _RSou = "RouteServers";
|
|
66637
67435
|
const _RSout = "RouteStatus";
|
|
@@ -66658,6 +67456,7 @@ const _RTeso = "ResourceTag";
|
|
|
66658
67456
|
const _RTesou = "ResourceTags";
|
|
66659
67457
|
const _RTo = "RouteTable";
|
|
66660
67458
|
const _RTou = "RouteTables";
|
|
67459
|
+
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
66661
67460
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
66662
67461
|
const _RUV = "RemainingUpfrontValue";
|
|
66663
67462
|
const _RV = "ReturnValue";
|
|
@@ -66697,6 +67496,8 @@ const _SAub = "SubnetArn";
|
|
|
66697
67496
|
const _SAup = "SupportedArchitectures";
|
|
66698
67497
|
const _SB = "S3Bucket";
|
|
66699
67498
|
const _SBM = "SupportedBootModes";
|
|
67499
|
+
const _SBN = "S3BucketName";
|
|
67500
|
+
const _SBP = "S3BucketPrefix";
|
|
66700
67501
|
const _SC = "SubnetConfigurations";
|
|
66701
67502
|
const _SCA = "ServerCertificateArn";
|
|
66702
67503
|
const _SCAE = "SerialConsoleAccessEnabled";
|
|
@@ -66885,9 +67686,10 @@ const _SVo = "SourceVpc";
|
|
|
66885
67686
|
const _SVu = "SupportedVersions";
|
|
66886
67687
|
const _SWD = "StartWeekDay";
|
|
66887
67688
|
const _S_ = "S3";
|
|
66888
|
-
const _Sc = "
|
|
66889
|
-
const _Sco = "
|
|
67689
|
+
const _Sc = "Schedule";
|
|
67690
|
+
const _Sco = "Scope";
|
|
66890
67691
|
const _Scop = "Scopes";
|
|
67692
|
+
const _Scor = "Score";
|
|
66891
67693
|
const _Se = "Service";
|
|
66892
67694
|
const _Set = "Settings";
|
|
66893
67695
|
const _Si = "Signature";
|
|
@@ -67064,6 +67866,7 @@ const _To = "To";
|
|
|
67064
67866
|
const _U = "Url";
|
|
67065
67867
|
const _UB = "UserBucket";
|
|
67066
67868
|
const _UC = "UltraserverCount";
|
|
67869
|
+
const _UCMOA = "UpdateCapacityManagerOrganizationsAccess";
|
|
67067
67870
|
const _UCs = "UsageCount";
|
|
67068
67871
|
const _UD = "UserData";
|
|
67069
67872
|
const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
@@ -67483,8 +68286,11 @@ const _cLBO = "clientLoginBannerOptions";
|
|
|
67483
68286
|
const _cLDS = "classicLinkDnsSupported";
|
|
67484
68287
|
const _cLE = "classicLinkEnabled";
|
|
67485
68288
|
const _cLO = "connectionLogOptions";
|
|
68289
|
+
const _cMDEI = "capacityManagerDataExportId";
|
|
68290
|
+
const _cMDES = "capacityManagerDataExportSet";
|
|
67486
68291
|
const _cMKE = "customerManagedKeyEnabled";
|
|
67487
|
-
const _cMS = "
|
|
68292
|
+
const _cMS = "capacityManagerStatus";
|
|
68293
|
+
const _cMSp = "cpuManufacturerSet";
|
|
67488
68294
|
const _cN = "commonName";
|
|
67489
68295
|
const _cNA = "coreNetworkArn";
|
|
67490
68296
|
const _cNAA = "coreNetworkAttachmentArn";
|
|
@@ -67584,6 +68390,7 @@ const _dCR = "destinationCapacityReservation";
|
|
|
67584
68390
|
const _dCS = "dhcpConfigurationSet";
|
|
67585
68391
|
const _dCe = "defaultCores";
|
|
67586
68392
|
const _dE = "dnsEntry";
|
|
68393
|
+
const _dEC = "dataExportCount";
|
|
67587
68394
|
const _dEKI = "dataEncryptionKeyId";
|
|
67588
68395
|
const _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
67589
68396
|
const _dES = "dnsEntrySet";
|
|
@@ -67666,6 +68473,7 @@ const _def = "default";
|
|
|
67666
68473
|
const _det = "details";
|
|
67667
68474
|
const _dev = "device";
|
|
67668
68475
|
const _di = "direction";
|
|
68476
|
+
const _dim = "dimension";
|
|
67669
68477
|
const _dis = "disks";
|
|
67670
68478
|
const _do = "domain";
|
|
67671
68479
|
const _du = "duration";
|
|
@@ -67683,6 +68491,7 @@ const _eD = "endDate";
|
|
|
67683
68491
|
const _eDH = "enableDnsHostnames";
|
|
67684
68492
|
const _eDS = "enableDnsSupport";
|
|
67685
68493
|
const _eDT = "endDateType";
|
|
68494
|
+
const _eDTa = "earliestDatapointTimestamp";
|
|
67686
68495
|
const _eDf = "effectiveDate";
|
|
67687
68496
|
const _eDn = "enableDns64";
|
|
67688
68497
|
const _eDnd = "endpointDomain";
|
|
@@ -68010,6 +68819,7 @@ const _iSA = "ipamScopeArn";
|
|
|
68010
68819
|
const _iSD = "initializationStatusDetails";
|
|
68011
68820
|
const _iSI = "instanceStorageInfo";
|
|
68012
68821
|
const _iSIp = "ipamScopeId";
|
|
68822
|
+
const _iSM = "ingestionStatusMessage";
|
|
68013
68823
|
const _iSS = "instanceStatusSet";
|
|
68014
68824
|
const _iSSn = "instanceStorageSupported";
|
|
68015
68825
|
const _iSSp = "ipamScopeSet";
|
|
@@ -68022,6 +68832,7 @@ const _iSmag = "imageSet";
|
|
|
68022
68832
|
const _iSmd = "imdsSupport";
|
|
68023
68833
|
const _iSmp = "impairedSince";
|
|
68024
68834
|
const _iSn = "instancesSet";
|
|
68835
|
+
const _iSng = "ingestionStatus";
|
|
68025
68836
|
const _iSns = "instanceSet";
|
|
68026
68837
|
const _iSnst = "instanceState";
|
|
68027
68838
|
const _iSnsta = "instanceStatus";
|
|
@@ -68100,8 +68911,13 @@ const _lCA = "licenseConfigurationArn";
|
|
|
68100
68911
|
const _lCO = "lockCreatedOn";
|
|
68101
68912
|
const _lCS = "loggingConfigurationSet";
|
|
68102
68913
|
const _lD = "logDestination";
|
|
68914
|
+
const _lDS = "latestDeliveryStatus";
|
|
68915
|
+
const _lDSLU = "latestDeliveryS3LocationUri";
|
|
68916
|
+
const _lDSM = "latestDeliveryStatusMessage";
|
|
68103
68917
|
const _lDST = "lockDurationStartTime";
|
|
68104
|
-
const _lDT = "
|
|
68918
|
+
const _lDT = "latestDeliveryTime";
|
|
68919
|
+
const _lDTa = "latestDatapointTimestamp";
|
|
68920
|
+
const _lDTo = "logDestinationType";
|
|
68105
68921
|
const _lDo = "lockDuration";
|
|
68106
68922
|
const _lE = "logEnabled";
|
|
68107
68923
|
const _lEO = "lockExpiresOn";
|
|
@@ -68191,6 +69007,8 @@ const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
|
|
|
68191
69007
|
const _mD = "maintenanceDetails";
|
|
68192
69008
|
const _mDA = "multicastDomainAssociations";
|
|
68193
69009
|
const _mDK = "metaDataKey";
|
|
69010
|
+
const _mDRS = "metricDataResultSet";
|
|
69011
|
+
const _mDRSe = "metricDimensionResultSet";
|
|
68194
69012
|
const _mDSC = "maximumDaysSinceCreated";
|
|
68195
69013
|
const _mDSD = "maximumDaysSinceDeprecated";
|
|
68196
69014
|
const _mDV = "metaDataValue";
|
|
@@ -68241,6 +69059,7 @@ const _mTIMB = "maximumThroughputInMBps";
|
|
|
68241
69059
|
const _mTP = "maxTotalPrice";
|
|
68242
69060
|
const _mTe = "memberType";
|
|
68243
69061
|
const _mVE = "managesVpcEndpoints";
|
|
69062
|
+
const _mVS = "metricValueSet";
|
|
68244
69063
|
const _ma = "max";
|
|
68245
69064
|
const _mai = "main";
|
|
68246
69065
|
const _man = "manufacturer";
|
|
@@ -68328,7 +69147,8 @@ const _nTS = "nitroTpmSupport";
|
|
|
68328
69147
|
const _nTe = "nextToken";
|
|
68329
69148
|
const _o = "origin";
|
|
68330
69149
|
const _oA = "outpostArn";
|
|
68331
|
-
const _oAr = "
|
|
69150
|
+
const _oAr = "organizationsAccess";
|
|
69151
|
+
const _oArg = "organizationArn";
|
|
68332
69152
|
const _oAw = "ownerAlias";
|
|
68333
69153
|
const _oC = "offeringClass";
|
|
68334
69154
|
const _oDAS = "onDemandAllocationStrategy";
|
|
@@ -68339,6 +69159,7 @@ const _oDO = "onDemandOptions";
|
|
|
68339
69159
|
const _oDS = "occurrenceDaySet";
|
|
68340
69160
|
const _oDTC = "onDemandTargetCapacity";
|
|
68341
69161
|
const _oEP = "organizationsEntityPath";
|
|
69162
|
+
const _oF = "outputFormat";
|
|
68342
69163
|
const _oH = "outboundHeader";
|
|
68343
69164
|
const _oI = "ownerId";
|
|
68344
69165
|
const _oIA = "outsideIpAddress";
|
|
@@ -68527,7 +69348,8 @@ const _pur = "purchase";
|
|
|
68527
69348
|
const _r = "return";
|
|
68528
69349
|
const _rA = "ruleAction";
|
|
68529
69350
|
const _rAE = "remoteAccessEnabled";
|
|
68530
|
-
const _rAe = "
|
|
69351
|
+
const _rAe = "reservationArn";
|
|
69352
|
+
const _rAes = "resourceArn";
|
|
68531
69353
|
const _rB = "requestedBy";
|
|
68532
69354
|
const _rBET = "recycleBinEnterTime";
|
|
68533
69355
|
const _rBETe = "recycleBinExitTime";
|
|
@@ -68535,7 +69357,8 @@ const _rC = "returnCode";
|
|
|
68535
69357
|
const _rCA = "resourceConfigurationArn";
|
|
68536
69358
|
const _rCGA = "resourceConfigurationGroupArn";
|
|
68537
69359
|
const _rCS = "resourceComplianceStatus";
|
|
68538
|
-
const _rCT = "
|
|
69360
|
+
const _rCT = "reservationCreateTimestamp";
|
|
69361
|
+
const _rCTe = "reportCreationTime";
|
|
68539
69362
|
const _rCe = "resourceCidr";
|
|
68540
69363
|
const _rCec = "recurringCharges";
|
|
68541
69364
|
const _rD = "restoreDuration";
|
|
@@ -68548,7 +69371,9 @@ const _rDPA = "rdsDbProxyArn";
|
|
|
68548
69371
|
const _rDS = "resourceDiscoveryStatus";
|
|
68549
69372
|
const _rDT = "rootDeviceType";
|
|
68550
69373
|
const _rE = "responseError";
|
|
68551
|
-
const
|
|
69374
|
+
const _rEDT = "reservationEndDateType";
|
|
69375
|
+
const _rET = "reservationEndTimestamp";
|
|
69376
|
+
const _rETe = "restoreExpiryTime";
|
|
68552
69377
|
const _rEd = "rdsEndpoint";
|
|
68553
69378
|
const _rEe = "regionEndpoint";
|
|
68554
69379
|
const _rEes = "resourceExclusions";
|
|
@@ -68560,12 +69385,13 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
|
|
|
68560
69385
|
const _rGT = "ruleGroupType";
|
|
68561
69386
|
const _rGTPS = "ruleGroupTypePairSet";
|
|
68562
69387
|
const _rHS = "requireHibernateSupport";
|
|
68563
|
-
const _rI = "
|
|
69388
|
+
const _rI = "reservationId";
|
|
68564
69389
|
const _rIDS = "routeInstallationDetailSet";
|
|
68565
69390
|
const _rII = "reservedInstancesId";
|
|
68566
69391
|
const _rIIe = "reservedInstanceId";
|
|
68567
69392
|
const _rILI = "reservedInstancesListingId";
|
|
68568
69393
|
const _rILS = "reservedInstancesListingsSet";
|
|
69394
|
+
const _rIMC = "reservationInstanceMatchCriteria";
|
|
68569
69395
|
const _rIMI = "reservedInstancesModificationId";
|
|
68570
69396
|
const _rIMS = "reservedInstancesModificationsSet";
|
|
68571
69397
|
const _rINC = "remoteIpv4NetworkCidr";
|
|
@@ -68578,10 +69404,10 @@ const _rISo = "routeInstallationStatus";
|
|
|
68578
69404
|
const _rIVR = "reservedInstanceValueRollup";
|
|
68579
69405
|
const _rIVS = "reservedInstanceValueSet";
|
|
68580
69406
|
const _rIa = "ramdiskId";
|
|
68581
|
-
const _rIe = "
|
|
69407
|
+
const _rIe = "reportId";
|
|
69408
|
+
const _rIeg = "regionInfo";
|
|
68582
69409
|
const _rIeq = "requesterId";
|
|
68583
69410
|
const _rIes = "resourceId";
|
|
68584
|
-
const _rIese = "reservationId";
|
|
68585
69411
|
const _rM = "rebootMigration";
|
|
68586
69412
|
const _rMGM = "registeredMulticastGroupMembers";
|
|
68587
69413
|
const _rMGS = "registeredMulticastGroupSources";
|
|
@@ -68605,7 +69431,7 @@ const _rR = "resourceRegion";
|
|
|
68605
69431
|
const _rRVT = "replaceRootVolumeTask";
|
|
68606
69432
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
68607
69433
|
const _rRVTS = "replaceRootVolumeTaskSet";
|
|
68608
|
-
const _rS = "
|
|
69434
|
+
const _rS = "reservationState";
|
|
68609
69435
|
const _rSA = "routeServerAssociation";
|
|
68610
69436
|
const _rSAS = "routeServerAssociationSet";
|
|
68611
69437
|
const _rSE = "routeServerEndpoint";
|
|
@@ -68620,9 +69446,11 @@ const _rSPSo = "routeServerPropagationSet";
|
|
|
68620
69446
|
const _rSPo = "routeServerPropagation";
|
|
68621
69447
|
const _rSS = "regionalSummarySet";
|
|
68622
69448
|
const _rSSo = "routeServerSet";
|
|
68623
|
-
const _rST = "
|
|
68624
|
-
const
|
|
68625
|
-
const
|
|
69449
|
+
const _rST = "reservationStartTimestamp";
|
|
69450
|
+
const _rSTe = "restoreStartTime";
|
|
69451
|
+
const _rSe = "referenceSet";
|
|
69452
|
+
const _rSep = "reportSet";
|
|
69453
|
+
const _rSepl = "replacementStrategy";
|
|
68626
69454
|
const _rSes = "reservationSet";
|
|
68627
69455
|
const _rSeso = "resourceStatement";
|
|
68628
69456
|
const _rSesou = "resourceSet";
|
|
@@ -68644,6 +69472,7 @@ const _rTe = "resourceType";
|
|
|
68644
69472
|
const _rTel = "releaseTime";
|
|
68645
69473
|
const _rTeq = "requestTime";
|
|
68646
69474
|
const _rTo = "routeTable";
|
|
69475
|
+
const _rUFO = "reservationUnusedFinancialOwner";
|
|
68647
69476
|
const _rUI = "replaceUnhealthyInstances";
|
|
68648
69477
|
const _rUV = "remainingUpfrontValue";
|
|
68649
69478
|
const _rV = "returnValue";
|
|
@@ -68671,6 +69500,8 @@ const _sAu = "supportedArchitectures";
|
|
|
68671
69500
|
const _sAub = "subnetArn";
|
|
68672
69501
|
const _sB = "s3Bucket";
|
|
68673
69502
|
const _sBM = "supportedBootModes";
|
|
69503
|
+
const _sBN = "s3BucketName";
|
|
69504
|
+
const _sBP = "s3BucketPrefix";
|
|
68674
69505
|
const _sC = "serviceConfiguration";
|
|
68675
69506
|
const _sCA = "serverCertificateArn";
|
|
68676
69507
|
const _sCAE = "serialConsoleAccessEnabled";
|
|
@@ -68826,9 +69657,10 @@ const _sVh = "shellVersion";
|
|
|
68826
69657
|
const _sVu = "supportedVersions";
|
|
68827
69658
|
const _sWD = "startWeekDay";
|
|
68828
69659
|
const _s_ = "s3";
|
|
68829
|
-
const _sc = "
|
|
68830
|
-
const _sco = "
|
|
69660
|
+
const _sc = "schedule";
|
|
69661
|
+
const _sco = "scope";
|
|
68831
69662
|
const _scop = "scopes";
|
|
69663
|
+
const _scor = "score";
|
|
68832
69664
|
const _se = "service";
|
|
68833
69665
|
const _si = "size";
|
|
68834
69666
|
const _so = "sockets";
|
|
@@ -69793,6 +70625,7 @@ const AcceleratorType = {
|
|
|
69793
70625
|
};
|
|
69794
70626
|
const ResourceType = {
|
|
69795
70627
|
capacity_block: "capacity-block",
|
|
70628
|
+
capacity_manager_data_export: "capacity-manager-data-export",
|
|
69796
70629
|
capacity_reservation: "capacity-reservation",
|
|
69797
70630
|
capacity_reservation_fleet: "capacity-reservation-fleet",
|
|
69798
70631
|
carrier_gateway: "carrier-gateway",
|
|
@@ -70691,6 +71524,13 @@ const VolumeState = {
|
|
|
70691
71524
|
error: "error",
|
|
70692
71525
|
in_use: "in-use",
|
|
70693
71526
|
};
|
|
71527
|
+
const OutputFormat = {
|
|
71528
|
+
CSV: "csv",
|
|
71529
|
+
PARQUET: "parquet",
|
|
71530
|
+
};
|
|
71531
|
+
const Schedule = {
|
|
71532
|
+
HOURLY: "hourly",
|
|
71533
|
+
};
|
|
70694
71534
|
const CapacityReservationDeliveryPreference = {
|
|
70695
71535
|
FIXED: "fixed",
|
|
70696
71536
|
INCREMENTAL: "incremental",
|
|
@@ -72280,6 +73120,23 @@ class CopyVolumesCommand extends smithyClient.Command
|
|
|
72280
73120
|
.build() {
|
|
72281
73121
|
}
|
|
72282
73122
|
|
|
73123
|
+
class CreateCapacityManagerDataExportCommand extends smithyClient.Command
|
|
73124
|
+
.classBuilder()
|
|
73125
|
+
.ep(commonParams)
|
|
73126
|
+
.m(function (Command, cs, config, o) {
|
|
73127
|
+
return [
|
|
73128
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
73129
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
73130
|
+
];
|
|
73131
|
+
})
|
|
73132
|
+
.s("AmazonEC2", "CreateCapacityManagerDataExport", {})
|
|
73133
|
+
.n("EC2Client", "CreateCapacityManagerDataExportCommand")
|
|
73134
|
+
.f(void 0, void 0)
|
|
73135
|
+
.ser(se_CreateCapacityManagerDataExportCommand)
|
|
73136
|
+
.de(de_CreateCapacityManagerDataExportCommand)
|
|
73137
|
+
.build() {
|
|
73138
|
+
}
|
|
73139
|
+
|
|
72283
73140
|
class CreateCapacityReservationBySplittingCommand extends smithyClient.Command
|
|
72284
73141
|
.classBuilder()
|
|
72285
73142
|
.ep(commonParams)
|
|
@@ -73155,12 +74012,6 @@ const VpcBlockPublicAccessExclusionState = {
|
|
|
73155
74012
|
update_failed: "update-failed",
|
|
73156
74013
|
update_in_progress: "update-in-progress",
|
|
73157
74014
|
};
|
|
73158
|
-
const DnsRecordIpType = {
|
|
73159
|
-
dualstack: "dualstack",
|
|
73160
|
-
ipv4: "ipv4",
|
|
73161
|
-
ipv6: "ipv6",
|
|
73162
|
-
service_defined: "service-defined",
|
|
73163
|
-
};
|
|
73164
74015
|
const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
73165
74016
|
...obj,
|
|
73166
74017
|
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
@@ -74225,6 +75076,12 @@ class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
|
74225
75076
|
.build() {
|
|
74226
75077
|
}
|
|
74227
75078
|
|
|
75079
|
+
const DnsRecordIpType = {
|
|
75080
|
+
dualstack: "dualstack",
|
|
75081
|
+
ipv4: "ipv4",
|
|
75082
|
+
ipv6: "ipv6",
|
|
75083
|
+
service_defined: "service-defined",
|
|
75084
|
+
};
|
|
74228
75085
|
const VpcEndpointType = {
|
|
74229
75086
|
Gateway: "Gateway",
|
|
74230
75087
|
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
@@ -74395,11 +75252,6 @@ const CapacityBlockResourceState = {
|
|
|
74395
75252
|
scheduled: "scheduled",
|
|
74396
75253
|
unavailable: "unavailable",
|
|
74397
75254
|
};
|
|
74398
|
-
const CapacityBlockInterconnectStatus = {
|
|
74399
|
-
impaired: "impaired",
|
|
74400
|
-
insufficient_data: "insufficient-data",
|
|
74401
|
-
ok: "ok",
|
|
74402
|
-
};
|
|
74403
75255
|
const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
74404
75256
|
...obj,
|
|
74405
75257
|
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
@@ -74493,6 +75345,23 @@ class CreateVpnGatewayCommand extends smithyClient.Command
|
|
|
74493
75345
|
.build() {
|
|
74494
75346
|
}
|
|
74495
75347
|
|
|
75348
|
+
class DeleteCapacityManagerDataExportCommand extends smithyClient.Command
|
|
75349
|
+
.classBuilder()
|
|
75350
|
+
.ep(commonParams)
|
|
75351
|
+
.m(function (Command, cs, config, o) {
|
|
75352
|
+
return [
|
|
75353
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75354
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75355
|
+
];
|
|
75356
|
+
})
|
|
75357
|
+
.s("AmazonEC2", "DeleteCapacityManagerDataExport", {})
|
|
75358
|
+
.n("EC2Client", "DeleteCapacityManagerDataExportCommand")
|
|
75359
|
+
.f(void 0, void 0)
|
|
75360
|
+
.ser(se_DeleteCapacityManagerDataExportCommand)
|
|
75361
|
+
.de(de_DeleteCapacityManagerDataExportCommand)
|
|
75362
|
+
.build() {
|
|
75363
|
+
}
|
|
75364
|
+
|
|
74496
75365
|
class DeleteCarrierGatewayCommand extends smithyClient.Command
|
|
74497
75366
|
.classBuilder()
|
|
74498
75367
|
.ep(commonParams)
|
|
@@ -76261,6 +77130,23 @@ class DescribeCapacityBlockStatusCommand extends smithyClient.Command
|
|
|
76261
77130
|
.build() {
|
|
76262
77131
|
}
|
|
76263
77132
|
|
|
77133
|
+
class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command
|
|
77134
|
+
.classBuilder()
|
|
77135
|
+
.ep(commonParams)
|
|
77136
|
+
.m(function (Command, cs, config, o) {
|
|
77137
|
+
return [
|
|
77138
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77139
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77140
|
+
];
|
|
77141
|
+
})
|
|
77142
|
+
.s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
|
|
77143
|
+
.n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
|
|
77144
|
+
.f(void 0, void 0)
|
|
77145
|
+
.ser(se_DescribeCapacityManagerDataExportsCommand)
|
|
77146
|
+
.de(de_DescribeCapacityManagerDataExportsCommand)
|
|
77147
|
+
.build() {
|
|
77148
|
+
}
|
|
77149
|
+
|
|
76264
77150
|
class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command
|
|
76265
77151
|
.classBuilder()
|
|
76266
77152
|
.ep(commonParams)
|
|
@@ -76448,6 +77334,17 @@ class DescribeCoipPoolsCommand extends smithyClient.Command
|
|
|
76448
77334
|
.build() {
|
|
76449
77335
|
}
|
|
76450
77336
|
|
|
77337
|
+
const CapacityBlockInterconnectStatus = {
|
|
77338
|
+
impaired: "impaired",
|
|
77339
|
+
insufficient_data: "insufficient-data",
|
|
77340
|
+
ok: "ok",
|
|
77341
|
+
};
|
|
77342
|
+
const CapacityManagerDataExportStatus = {
|
|
77343
|
+
DELIVERED: "delivered",
|
|
77344
|
+
FAILED: "failed",
|
|
77345
|
+
IN_PROGRESS: "in-progress",
|
|
77346
|
+
PENDING: "pending",
|
|
77347
|
+
};
|
|
76451
77348
|
const CallerRole = {
|
|
76452
77349
|
odcr_owner: "odcr-owner",
|
|
76453
77350
|
unused_reservation_billing_owner: "unused-reservation-billing-owner",
|
|
@@ -76550,9 +77447,16 @@ const PaymentOption = {
|
|
|
76550
77447
|
};
|
|
76551
77448
|
const ReservationState = {
|
|
76552
77449
|
ACTIVE: "active",
|
|
77450
|
+
CANCELLED: "cancelled",
|
|
77451
|
+
DELAYED: "delayed",
|
|
77452
|
+
EXPIRED: "expired",
|
|
77453
|
+
FAILED: "failed",
|
|
76553
77454
|
PAYMENT_FAILED: "payment-failed",
|
|
76554
77455
|
PAYMENT_PENDING: "payment-pending",
|
|
77456
|
+
PENDING: "pending",
|
|
76555
77457
|
RETIRED: "retired",
|
|
77458
|
+
SCHEDULED: "scheduled",
|
|
77459
|
+
UNSUPPORTED: "unsupported",
|
|
76556
77460
|
};
|
|
76557
77461
|
const ImageAttributeName = {
|
|
76558
77462
|
blockDeviceMapping: "blockDeviceMapping",
|
|
@@ -76758,20 +77662,6 @@ const EphemeralNvmeSupport = {
|
|
|
76758
77662
|
SUPPORTED: "supported",
|
|
76759
77663
|
UNSUPPORTED: "unsupported",
|
|
76760
77664
|
};
|
|
76761
|
-
const BandwidthWeightingType = {
|
|
76762
|
-
DEFAULT: "default",
|
|
76763
|
-
EBS_1: "ebs-1",
|
|
76764
|
-
VPC_1: "vpc-1",
|
|
76765
|
-
};
|
|
76766
|
-
const EnaSupport = {
|
|
76767
|
-
required: "required",
|
|
76768
|
-
supported: "supported",
|
|
76769
|
-
unsupported: "unsupported",
|
|
76770
|
-
};
|
|
76771
|
-
const FlexibleEnaQueuesSupport = {
|
|
76772
|
-
SUPPORTED: "supported",
|
|
76773
|
-
UNSUPPORTED: "unsupported",
|
|
76774
|
-
};
|
|
76775
77665
|
const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
76776
77666
|
...obj,
|
|
76777
77667
|
...(obj.ImportManifestUrl && { ImportManifestUrl: smithyClient.SENSITIVE_STRING }),
|
|
@@ -77694,6 +78584,20 @@ class DescribeLaunchTemplatesCommand extends smithyClient.Command
|
|
|
77694
78584
|
.build() {
|
|
77695
78585
|
}
|
|
77696
78586
|
|
|
78587
|
+
const BandwidthWeightingType = {
|
|
78588
|
+
DEFAULT: "default",
|
|
78589
|
+
EBS_1: "ebs-1",
|
|
78590
|
+
VPC_1: "vpc-1",
|
|
78591
|
+
};
|
|
78592
|
+
const EnaSupport = {
|
|
78593
|
+
required: "required",
|
|
78594
|
+
supported: "supported",
|
|
78595
|
+
unsupported: "unsupported",
|
|
78596
|
+
};
|
|
78597
|
+
const FlexibleEnaQueuesSupport = {
|
|
78598
|
+
SUPPORTED: "supported",
|
|
78599
|
+
UNSUPPORTED: "unsupported",
|
|
78600
|
+
};
|
|
77697
78601
|
const NitroEnclavesSupport = {
|
|
77698
78602
|
SUPPORTED: "supported",
|
|
77699
78603
|
UNSUPPORTED: "unsupported",
|
|
@@ -77859,22 +78763,6 @@ const VolumeModificationState = {
|
|
|
77859
78763
|
modifying: "modifying",
|
|
77860
78764
|
optimizing: "optimizing",
|
|
77861
78765
|
};
|
|
77862
|
-
const InitializationType = {
|
|
77863
|
-
default: "default",
|
|
77864
|
-
provisioned_rate: "provisioned-rate",
|
|
77865
|
-
volume_copy: "volume-copy",
|
|
77866
|
-
};
|
|
77867
|
-
const VolumeStatusName = {
|
|
77868
|
-
initialization_state: "initialization-state",
|
|
77869
|
-
io_enabled: "io-enabled",
|
|
77870
|
-
io_performance: "io-performance",
|
|
77871
|
-
};
|
|
77872
|
-
const VolumeStatusInfoStatus = {
|
|
77873
|
-
impaired: "impaired",
|
|
77874
|
-
insufficient_data: "insufficient-data",
|
|
77875
|
-
ok: "ok",
|
|
77876
|
-
warning: "warning",
|
|
77877
|
-
};
|
|
77878
78766
|
const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
77879
78767
|
...obj,
|
|
77880
78768
|
...(obj.LaunchTemplateVersions && {
|
|
@@ -79521,6 +80409,22 @@ class DescribeVpcsCommand extends smithyClient.Command
|
|
|
79521
80409
|
.build() {
|
|
79522
80410
|
}
|
|
79523
80411
|
|
|
80412
|
+
const InitializationType = {
|
|
80413
|
+
default: "default",
|
|
80414
|
+
provisioned_rate: "provisioned-rate",
|
|
80415
|
+
volume_copy: "volume-copy",
|
|
80416
|
+
};
|
|
80417
|
+
const VolumeStatusName = {
|
|
80418
|
+
initialization_state: "initialization-state",
|
|
80419
|
+
io_enabled: "io-enabled",
|
|
80420
|
+
io_performance: "io-performance",
|
|
80421
|
+
};
|
|
80422
|
+
const VolumeStatusInfoStatus = {
|
|
80423
|
+
impaired: "impaired",
|
|
80424
|
+
insufficient_data: "insufficient-data",
|
|
80425
|
+
ok: "ok",
|
|
80426
|
+
warning: "warning",
|
|
80427
|
+
};
|
|
79524
80428
|
const VpcAttributeName = {
|
|
79525
80429
|
enableDnsHostnames: "enableDnsHostnames",
|
|
79526
80430
|
enableDnsSupport: "enableDnsSupport",
|
|
@@ -79544,6 +80448,10 @@ const VpcBlockPublicAccessState = {
|
|
|
79544
80448
|
update_complete: "update-complete",
|
|
79545
80449
|
update_in_progress: "update-in-progress",
|
|
79546
80450
|
};
|
|
80451
|
+
const CapacityManagerStatus = {
|
|
80452
|
+
DISABLED: "disabled",
|
|
80453
|
+
ENABLED: "enabled",
|
|
80454
|
+
};
|
|
79547
80455
|
const ImageBlockPublicAccessDisabledState = {
|
|
79548
80456
|
unblocked: "unblocked",
|
|
79549
80457
|
};
|
|
@@ -79570,6 +80478,110 @@ const ClientCertificateRevocationListStatusCode = {
|
|
|
79570
80478
|
active: "active",
|
|
79571
80479
|
pending: "pending",
|
|
79572
80480
|
};
|
|
80481
|
+
const IngestionStatus = {
|
|
80482
|
+
INGESTION_COMPLETE: "ingestion-complete",
|
|
80483
|
+
INGESTION_FAILED: "ingestion-failed",
|
|
80484
|
+
INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress",
|
|
80485
|
+
};
|
|
80486
|
+
const Comparison = {
|
|
80487
|
+
EQUALS: "equals",
|
|
80488
|
+
IN: "in",
|
|
80489
|
+
};
|
|
80490
|
+
const FilterByDimension = {
|
|
80491
|
+
ACCOUNT_ID: "account-id",
|
|
80492
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
80493
|
+
INSTANCE_FAMILY: "instance-family",
|
|
80494
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
80495
|
+
INSTANCE_TYPE: "instance-type",
|
|
80496
|
+
RESERVATION_ARN: "reservation-arn",
|
|
80497
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
80498
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
80499
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
80500
|
+
RESERVATION_ID: "reservation-id",
|
|
80501
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
80502
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
80503
|
+
RESERVATION_STATE: "reservation-state",
|
|
80504
|
+
RESERVATION_TYPE: "reservation-type",
|
|
80505
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
80506
|
+
RESOURCE_REGION: "resource-region",
|
|
80507
|
+
TENANCY: "tenancy",
|
|
80508
|
+
};
|
|
80509
|
+
const GroupBy = {
|
|
80510
|
+
ACCOUNT_ID: "account-id",
|
|
80511
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
80512
|
+
INSTANCE_FAMILY: "instance-family",
|
|
80513
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
80514
|
+
INSTANCE_TYPE: "instance-type",
|
|
80515
|
+
RESERVATION_ARN: "reservation-arn",
|
|
80516
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
80517
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
80518
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
80519
|
+
RESERVATION_ID: "reservation-id",
|
|
80520
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
80521
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
80522
|
+
RESERVATION_STATE: "reservation-state",
|
|
80523
|
+
RESERVATION_TYPE: "reservation-type",
|
|
80524
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
80525
|
+
RESOURCE_REGION: "resource-region",
|
|
80526
|
+
TENANCY: "tenancy",
|
|
80527
|
+
};
|
|
80528
|
+
const Metric = {
|
|
80529
|
+
RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst",
|
|
80530
|
+
RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu",
|
|
80531
|
+
RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst",
|
|
80532
|
+
RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu",
|
|
80533
|
+
RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst",
|
|
80534
|
+
RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu",
|
|
80535
|
+
RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst",
|
|
80536
|
+
RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu",
|
|
80537
|
+
RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst",
|
|
80538
|
+
RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu",
|
|
80539
|
+
RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst",
|
|
80540
|
+
RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu",
|
|
80541
|
+
RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst",
|
|
80542
|
+
RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu",
|
|
80543
|
+
RESERVATION_MAX_UTILIZATION: "reservation-max-utilization",
|
|
80544
|
+
RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst",
|
|
80545
|
+
RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu",
|
|
80546
|
+
RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst",
|
|
80547
|
+
RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu",
|
|
80548
|
+
RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst",
|
|
80549
|
+
RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu",
|
|
80550
|
+
RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst",
|
|
80551
|
+
RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu",
|
|
80552
|
+
RESERVATION_MIN_UTILIZATION: "reservation-min-utilization",
|
|
80553
|
+
RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst",
|
|
80554
|
+
RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu",
|
|
80555
|
+
RESERVATION_TOTAL_COUNT: "reservation-total-count",
|
|
80556
|
+
RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost",
|
|
80557
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst",
|
|
80558
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu",
|
|
80559
|
+
RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost",
|
|
80560
|
+
RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost",
|
|
80561
|
+
RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst",
|
|
80562
|
+
RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu",
|
|
80563
|
+
SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst",
|
|
80564
|
+
SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst",
|
|
80565
|
+
SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst",
|
|
80566
|
+
SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost",
|
|
80567
|
+
SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst",
|
|
80568
|
+
SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu",
|
|
80569
|
+
UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost",
|
|
80570
|
+
UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst",
|
|
80571
|
+
UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu",
|
|
80572
|
+
};
|
|
80573
|
+
const ReservationEndDateType = {
|
|
80574
|
+
LIMITED: "limited",
|
|
80575
|
+
UNLIMITED: "unlimited",
|
|
80576
|
+
};
|
|
80577
|
+
const ReservationType = {
|
|
80578
|
+
CAPACITY_BLOCK: "capacity-block",
|
|
80579
|
+
ODCR: "odcr",
|
|
80580
|
+
};
|
|
80581
|
+
const CapacityTenancy = {
|
|
80582
|
+
DEDICATED: "dedicated",
|
|
80583
|
+
DEFAULT: "default",
|
|
80584
|
+
};
|
|
79573
80585
|
const UnlimitedSupportedInstanceFamily = {
|
|
79574
80586
|
t2: "t2",
|
|
79575
80587
|
t3: "t3",
|
|
@@ -79608,56 +80620,6 @@ const IpamAddressHistoryResourceType = {
|
|
|
79608
80620
|
subnet: "subnet",
|
|
79609
80621
|
vpc: "vpc",
|
|
79610
80622
|
};
|
|
79611
|
-
const IpamDiscoveryFailureCode = {
|
|
79612
|
-
assume_role_failure: "assume-role-failure",
|
|
79613
|
-
throttling_failure: "throttling-failure",
|
|
79614
|
-
unauthorized_failure: "unauthorized-failure",
|
|
79615
|
-
};
|
|
79616
|
-
const IpamPublicAddressType = {
|
|
79617
|
-
AMAZON_OWNED_CONTIG: "amazon-owned-contig",
|
|
79618
|
-
AMAZON_OWNED_EIP: "amazon-owned-eip",
|
|
79619
|
-
BYOIP: "byoip",
|
|
79620
|
-
EC2_PUBLIC_IP: "ec2-public-ip",
|
|
79621
|
-
SERVICE_MANAGED_BYOIP: "service-managed-byoip",
|
|
79622
|
-
SERVICE_MANAGED_IP: "service-managed-ip",
|
|
79623
|
-
};
|
|
79624
|
-
const IpamPublicAddressAssociationStatus = {
|
|
79625
|
-
ASSOCIATED: "associated",
|
|
79626
|
-
DISASSOCIATED: "disassociated",
|
|
79627
|
-
};
|
|
79628
|
-
const IpamPublicAddressAwsService = {
|
|
79629
|
-
AGA: "global-accelerator",
|
|
79630
|
-
DMS: "database-migration-service",
|
|
79631
|
-
EC2_LB: "load-balancer",
|
|
79632
|
-
ECS: "elastic-container-service",
|
|
79633
|
-
NAT_GATEWAY: "nat-gateway",
|
|
79634
|
-
OTHER: "other",
|
|
79635
|
-
RDS: "relational-database-service",
|
|
79636
|
-
REDSHIFT: "redshift",
|
|
79637
|
-
S2S_VPN: "site-to-site-vpn",
|
|
79638
|
-
};
|
|
79639
|
-
const IpamResourceCidrIpSource = {
|
|
79640
|
-
amazon: "amazon",
|
|
79641
|
-
byoip: "byoip",
|
|
79642
|
-
none: "none",
|
|
79643
|
-
};
|
|
79644
|
-
const IpamNetworkInterfaceAttachmentStatus = {
|
|
79645
|
-
available: "available",
|
|
79646
|
-
in_use: "in-use",
|
|
79647
|
-
};
|
|
79648
|
-
const IpamResourceType = {
|
|
79649
|
-
eip: "eip",
|
|
79650
|
-
eni: "eni",
|
|
79651
|
-
ipv6_pool: "ipv6-pool",
|
|
79652
|
-
public_ipv4_pool: "public-ipv4-pool",
|
|
79653
|
-
subnet: "subnet",
|
|
79654
|
-
vpc: "vpc",
|
|
79655
|
-
};
|
|
79656
|
-
const IpamManagementState = {
|
|
79657
|
-
ignored: "ignored",
|
|
79658
|
-
managed: "managed",
|
|
79659
|
-
unmanaged: "unmanaged",
|
|
79660
|
-
};
|
|
79661
80623
|
const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
|
|
79662
80624
|
...obj,
|
|
79663
80625
|
...(obj.VpnConnections && {
|
|
@@ -79684,12 +80646,6 @@ const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
|
|
|
79684
80646
|
...obj,
|
|
79685
80647
|
...(obj.KeyValue && { KeyValue: smithyClient.SENSITIVE_STRING }),
|
|
79686
80648
|
});
|
|
79687
|
-
const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
79688
|
-
...obj,
|
|
79689
|
-
...(obj.LaunchTemplateData && {
|
|
79690
|
-
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
79691
|
-
}),
|
|
79692
|
-
});
|
|
79693
80649
|
|
|
79694
80650
|
class DescribeVpnConnectionsCommand extends smithyClient.Command
|
|
79695
80651
|
.classBuilder()
|
|
@@ -79878,6 +80834,23 @@ class DisableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient
|
|
|
79878
80834
|
.build() {
|
|
79879
80835
|
}
|
|
79880
80836
|
|
|
80837
|
+
class DisableCapacityManagerCommand extends smithyClient.Command
|
|
80838
|
+
.classBuilder()
|
|
80839
|
+
.ep(commonParams)
|
|
80840
|
+
.m(function (Command, cs, config, o) {
|
|
80841
|
+
return [
|
|
80842
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
80843
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
80844
|
+
];
|
|
80845
|
+
})
|
|
80846
|
+
.s("AmazonEC2", "DisableCapacityManager", {})
|
|
80847
|
+
.n("EC2Client", "DisableCapacityManagerCommand")
|
|
80848
|
+
.f(void 0, void 0)
|
|
80849
|
+
.ser(se_DisableCapacityManagerCommand)
|
|
80850
|
+
.de(de_DisableCapacityManagerCommand)
|
|
80851
|
+
.build() {
|
|
80852
|
+
}
|
|
80853
|
+
|
|
79881
80854
|
class DisableEbsEncryptionByDefaultCommand extends smithyClient.Command
|
|
79882
80855
|
.classBuilder()
|
|
79883
80856
|
.ep(commonParams)
|
|
@@ -80490,6 +81463,23 @@ class EnableAwsNetworkPerformanceMetricSubscriptionCommand extends smithyClient.
|
|
|
80490
81463
|
.build() {
|
|
80491
81464
|
}
|
|
80492
81465
|
|
|
81466
|
+
class EnableCapacityManagerCommand extends smithyClient.Command
|
|
81467
|
+
.classBuilder()
|
|
81468
|
+
.ep(commonParams)
|
|
81469
|
+
.m(function (Command, cs, config, o) {
|
|
81470
|
+
return [
|
|
81471
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81472
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81473
|
+
];
|
|
81474
|
+
})
|
|
81475
|
+
.s("AmazonEC2", "EnableCapacityManager", {})
|
|
81476
|
+
.n("EC2Client", "EnableCapacityManagerCommand")
|
|
81477
|
+
.f(void 0, void 0)
|
|
81478
|
+
.ser(se_EnableCapacityManagerCommand)
|
|
81479
|
+
.de(de_EnableCapacityManagerCommand)
|
|
81480
|
+
.build() {
|
|
81481
|
+
}
|
|
81482
|
+
|
|
80493
81483
|
class EnableEbsEncryptionByDefaultCommand extends smithyClient.Command
|
|
80494
81484
|
.classBuilder()
|
|
80495
81485
|
.ep(commonParams)
|
|
@@ -80949,6 +81939,57 @@ class GetAwsNetworkPerformanceDataCommand extends smithyClient.Command
|
|
|
80949
81939
|
.build() {
|
|
80950
81940
|
}
|
|
80951
81941
|
|
|
81942
|
+
class GetCapacityManagerAttributesCommand extends smithyClient.Command
|
|
81943
|
+
.classBuilder()
|
|
81944
|
+
.ep(commonParams)
|
|
81945
|
+
.m(function (Command, cs, config, o) {
|
|
81946
|
+
return [
|
|
81947
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81948
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81949
|
+
];
|
|
81950
|
+
})
|
|
81951
|
+
.s("AmazonEC2", "GetCapacityManagerAttributes", {})
|
|
81952
|
+
.n("EC2Client", "GetCapacityManagerAttributesCommand")
|
|
81953
|
+
.f(void 0, void 0)
|
|
81954
|
+
.ser(se_GetCapacityManagerAttributesCommand)
|
|
81955
|
+
.de(de_GetCapacityManagerAttributesCommand)
|
|
81956
|
+
.build() {
|
|
81957
|
+
}
|
|
81958
|
+
|
|
81959
|
+
class GetCapacityManagerMetricDataCommand extends smithyClient.Command
|
|
81960
|
+
.classBuilder()
|
|
81961
|
+
.ep(commonParams)
|
|
81962
|
+
.m(function (Command, cs, config, o) {
|
|
81963
|
+
return [
|
|
81964
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81965
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81966
|
+
];
|
|
81967
|
+
})
|
|
81968
|
+
.s("AmazonEC2", "GetCapacityManagerMetricData", {})
|
|
81969
|
+
.n("EC2Client", "GetCapacityManagerMetricDataCommand")
|
|
81970
|
+
.f(void 0, void 0)
|
|
81971
|
+
.ser(se_GetCapacityManagerMetricDataCommand)
|
|
81972
|
+
.de(de_GetCapacityManagerMetricDataCommand)
|
|
81973
|
+
.build() {
|
|
81974
|
+
}
|
|
81975
|
+
|
|
81976
|
+
class GetCapacityManagerMetricDimensionsCommand extends smithyClient.Command
|
|
81977
|
+
.classBuilder()
|
|
81978
|
+
.ep(commonParams)
|
|
81979
|
+
.m(function (Command, cs, config, o) {
|
|
81980
|
+
return [
|
|
81981
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81982
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81983
|
+
];
|
|
81984
|
+
})
|
|
81985
|
+
.s("AmazonEC2", "GetCapacityManagerMetricDimensions", {})
|
|
81986
|
+
.n("EC2Client", "GetCapacityManagerMetricDimensionsCommand")
|
|
81987
|
+
.f(void 0, void 0)
|
|
81988
|
+
.ser(se_GetCapacityManagerMetricDimensionsCommand)
|
|
81989
|
+
.de(de_GetCapacityManagerMetricDimensionsCommand)
|
|
81990
|
+
.build() {
|
|
81991
|
+
}
|
|
81992
|
+
|
|
80952
81993
|
class GetCapacityReservationUsageCommand extends smithyClient.Command
|
|
80953
81994
|
.classBuilder()
|
|
80954
81995
|
.ep(commonParams)
|
|
@@ -81340,91 +82381,56 @@ class GetIpamResourceCidrsCommand extends smithyClient.Command
|
|
|
81340
82381
|
.build() {
|
|
81341
82382
|
}
|
|
81342
82383
|
|
|
81343
|
-
|
|
81344
|
-
|
|
81345
|
-
|
|
81346
|
-
|
|
81347
|
-
|
|
81348
|
-
|
|
81349
|
-
|
|
81350
|
-
|
|
81351
|
-
|
|
81352
|
-
|
|
81353
|
-
|
|
81354
|
-
|
|
81355
|
-
|
|
81356
|
-
|
|
81357
|
-
|
|
81358
|
-
|
|
81359
|
-
|
|
81360
|
-
|
|
81361
|
-
|
|
81362
|
-
|
|
81363
|
-
|
|
81364
|
-
|
|
81365
|
-
|
|
81366
|
-
|
|
81367
|
-
|
|
81368
|
-
|
|
81369
|
-
|
|
81370
|
-
|
|
81371
|
-
|
|
81372
|
-
|
|
81373
|
-
|
|
81374
|
-
|
|
81375
|
-
}
|
|
81376
|
-
|
|
81377
|
-
|
|
81378
|
-
|
|
81379
|
-
|
|
81380
|
-
|
|
81381
|
-
|
|
81382
|
-
|
|
81383
|
-
|
|
81384
|
-
|
|
81385
|
-
|
|
81386
|
-
|
|
81387
|
-
|
|
81388
|
-
|
|
81389
|
-
|
|
81390
|
-
|
|
81391
|
-
|
|
81392
|
-
}
|
|
81393
|
-
|
|
81394
|
-
class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient.Command
|
|
81395
|
-
.classBuilder()
|
|
81396
|
-
.ep(commonParams)
|
|
81397
|
-
.m(function (Command, cs, config, o) {
|
|
81398
|
-
return [
|
|
81399
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81400
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81401
|
-
];
|
|
81402
|
-
})
|
|
81403
|
-
.s("AmazonEC2", "GetNetworkInsightsAccessScopeAnalysisFindings", {})
|
|
81404
|
-
.n("EC2Client", "GetNetworkInsightsAccessScopeAnalysisFindingsCommand")
|
|
81405
|
-
.f(void 0, void 0)
|
|
81406
|
-
.ser(se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
|
|
81407
|
-
.de(de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
|
|
81408
|
-
.build() {
|
|
81409
|
-
}
|
|
81410
|
-
|
|
81411
|
-
class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command
|
|
81412
|
-
.classBuilder()
|
|
81413
|
-
.ep(commonParams)
|
|
81414
|
-
.m(function (Command, cs, config, o) {
|
|
81415
|
-
return [
|
|
81416
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
81417
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
81418
|
-
];
|
|
81419
|
-
})
|
|
81420
|
-
.s("AmazonEC2", "GetNetworkInsightsAccessScopeContent", {})
|
|
81421
|
-
.n("EC2Client", "GetNetworkInsightsAccessScopeContentCommand")
|
|
81422
|
-
.f(void 0, void 0)
|
|
81423
|
-
.ser(se_GetNetworkInsightsAccessScopeContentCommand)
|
|
81424
|
-
.de(de_GetNetworkInsightsAccessScopeContentCommand)
|
|
81425
|
-
.build() {
|
|
81426
|
-
}
|
|
81427
|
-
|
|
82384
|
+
const IpamDiscoveryFailureCode = {
|
|
82385
|
+
assume_role_failure: "assume-role-failure",
|
|
82386
|
+
throttling_failure: "throttling-failure",
|
|
82387
|
+
unauthorized_failure: "unauthorized-failure",
|
|
82388
|
+
};
|
|
82389
|
+
const IpamPublicAddressType = {
|
|
82390
|
+
AMAZON_OWNED_CONTIG: "amazon-owned-contig",
|
|
82391
|
+
AMAZON_OWNED_EIP: "amazon-owned-eip",
|
|
82392
|
+
BYOIP: "byoip",
|
|
82393
|
+
EC2_PUBLIC_IP: "ec2-public-ip",
|
|
82394
|
+
SERVICE_MANAGED_BYOIP: "service-managed-byoip",
|
|
82395
|
+
SERVICE_MANAGED_IP: "service-managed-ip",
|
|
82396
|
+
};
|
|
82397
|
+
const IpamPublicAddressAssociationStatus = {
|
|
82398
|
+
ASSOCIATED: "associated",
|
|
82399
|
+
DISASSOCIATED: "disassociated",
|
|
82400
|
+
};
|
|
82401
|
+
const IpamPublicAddressAwsService = {
|
|
82402
|
+
AGA: "global-accelerator",
|
|
82403
|
+
DMS: "database-migration-service",
|
|
82404
|
+
EC2_LB: "load-balancer",
|
|
82405
|
+
ECS: "elastic-container-service",
|
|
82406
|
+
NAT_GATEWAY: "nat-gateway",
|
|
82407
|
+
OTHER: "other",
|
|
82408
|
+
RDS: "relational-database-service",
|
|
82409
|
+
REDSHIFT: "redshift",
|
|
82410
|
+
S2S_VPN: "site-to-site-vpn",
|
|
82411
|
+
};
|
|
82412
|
+
const IpamResourceCidrIpSource = {
|
|
82413
|
+
amazon: "amazon",
|
|
82414
|
+
byoip: "byoip",
|
|
82415
|
+
none: "none",
|
|
82416
|
+
};
|
|
82417
|
+
const IpamNetworkInterfaceAttachmentStatus = {
|
|
82418
|
+
available: "available",
|
|
82419
|
+
in_use: "in-use",
|
|
82420
|
+
};
|
|
82421
|
+
const IpamResourceType = {
|
|
82422
|
+
eip: "eip",
|
|
82423
|
+
eni: "eni",
|
|
82424
|
+
ipv6_pool: "ipv6-pool",
|
|
82425
|
+
public_ipv4_pool: "public-ipv4-pool",
|
|
82426
|
+
subnet: "subnet",
|
|
82427
|
+
vpc: "vpc",
|
|
82428
|
+
};
|
|
82429
|
+
const IpamManagementState = {
|
|
82430
|
+
ignored: "ignored",
|
|
82431
|
+
managed: "managed",
|
|
82432
|
+
unmanaged: "unmanaged",
|
|
82433
|
+
};
|
|
81428
82434
|
const RouteServerRouteInstallationStatus = {
|
|
81429
82435
|
INSTALLED: "installed",
|
|
81430
82436
|
REJECTED: "rejected",
|
|
@@ -81490,14 +82496,12 @@ const TrafficMirrorSessionField = {
|
|
|
81490
82496
|
packet_length: "packet-length",
|
|
81491
82497
|
virtual_network_id: "virtual-network-id",
|
|
81492
82498
|
};
|
|
81493
|
-
const
|
|
81494
|
-
|
|
81495
|
-
|
|
81496
|
-
|
|
81497
|
-
|
|
81498
|
-
|
|
81499
|
-
moveInProgress: "MoveInProgress",
|
|
81500
|
-
};
|
|
82499
|
+
const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
82500
|
+
...obj,
|
|
82501
|
+
...(obj.LaunchTemplateData && {
|
|
82502
|
+
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
82503
|
+
}),
|
|
82504
|
+
});
|
|
81501
82505
|
const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
|
|
81502
82506
|
...obj,
|
|
81503
82507
|
...(obj.PasswordData && { PasswordData: smithyClient.SENSITIVE_STRING }),
|
|
@@ -81591,30 +82595,91 @@ const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
|
81591
82595
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
81592
82596
|
}),
|
|
81593
82597
|
});
|
|
81594
|
-
|
|
81595
|
-
|
|
81596
|
-
|
|
81597
|
-
|
|
81598
|
-
|
|
81599
|
-
|
|
81600
|
-
|
|
81601
|
-
|
|
81602
|
-
|
|
81603
|
-
|
|
81604
|
-
|
|
81605
|
-
|
|
81606
|
-
|
|
81607
|
-
|
|
81608
|
-
|
|
81609
|
-
|
|
81610
|
-
|
|
81611
|
-
|
|
81612
|
-
|
|
81613
|
-
|
|
81614
|
-
|
|
81615
|
-
|
|
81616
|
-
|
|
81617
|
-
|
|
82598
|
+
|
|
82599
|
+
class GetLaunchTemplateDataCommand extends smithyClient.Command
|
|
82600
|
+
.classBuilder()
|
|
82601
|
+
.ep(commonParams)
|
|
82602
|
+
.m(function (Command, cs, config, o) {
|
|
82603
|
+
return [
|
|
82604
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82605
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82606
|
+
];
|
|
82607
|
+
})
|
|
82608
|
+
.s("AmazonEC2", "GetLaunchTemplateData", {})
|
|
82609
|
+
.n("EC2Client", "GetLaunchTemplateDataCommand")
|
|
82610
|
+
.f(void 0, GetLaunchTemplateDataResultFilterSensitiveLog)
|
|
82611
|
+
.ser(se_GetLaunchTemplateDataCommand)
|
|
82612
|
+
.de(de_GetLaunchTemplateDataCommand)
|
|
82613
|
+
.build() {
|
|
82614
|
+
}
|
|
82615
|
+
|
|
82616
|
+
class GetManagedPrefixListAssociationsCommand extends smithyClient.Command
|
|
82617
|
+
.classBuilder()
|
|
82618
|
+
.ep(commonParams)
|
|
82619
|
+
.m(function (Command, cs, config, o) {
|
|
82620
|
+
return [
|
|
82621
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82622
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82623
|
+
];
|
|
82624
|
+
})
|
|
82625
|
+
.s("AmazonEC2", "GetManagedPrefixListAssociations", {})
|
|
82626
|
+
.n("EC2Client", "GetManagedPrefixListAssociationsCommand")
|
|
82627
|
+
.f(void 0, void 0)
|
|
82628
|
+
.ser(se_GetManagedPrefixListAssociationsCommand)
|
|
82629
|
+
.de(de_GetManagedPrefixListAssociationsCommand)
|
|
82630
|
+
.build() {
|
|
82631
|
+
}
|
|
82632
|
+
|
|
82633
|
+
class GetManagedPrefixListEntriesCommand extends smithyClient.Command
|
|
82634
|
+
.classBuilder()
|
|
82635
|
+
.ep(commonParams)
|
|
82636
|
+
.m(function (Command, cs, config, o) {
|
|
82637
|
+
return [
|
|
82638
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82639
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82640
|
+
];
|
|
82641
|
+
})
|
|
82642
|
+
.s("AmazonEC2", "GetManagedPrefixListEntries", {})
|
|
82643
|
+
.n("EC2Client", "GetManagedPrefixListEntriesCommand")
|
|
82644
|
+
.f(void 0, void 0)
|
|
82645
|
+
.ser(se_GetManagedPrefixListEntriesCommand)
|
|
82646
|
+
.de(de_GetManagedPrefixListEntriesCommand)
|
|
82647
|
+
.build() {
|
|
82648
|
+
}
|
|
82649
|
+
|
|
82650
|
+
class GetNetworkInsightsAccessScopeAnalysisFindingsCommand extends smithyClient.Command
|
|
82651
|
+
.classBuilder()
|
|
82652
|
+
.ep(commonParams)
|
|
82653
|
+
.m(function (Command, cs, config, o) {
|
|
82654
|
+
return [
|
|
82655
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82656
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82657
|
+
];
|
|
82658
|
+
})
|
|
82659
|
+
.s("AmazonEC2", "GetNetworkInsightsAccessScopeAnalysisFindings", {})
|
|
82660
|
+
.n("EC2Client", "GetNetworkInsightsAccessScopeAnalysisFindingsCommand")
|
|
82661
|
+
.f(void 0, void 0)
|
|
82662
|
+
.ser(se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
|
|
82663
|
+
.de(de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand)
|
|
82664
|
+
.build() {
|
|
82665
|
+
}
|
|
82666
|
+
|
|
82667
|
+
class GetNetworkInsightsAccessScopeContentCommand extends smithyClient.Command
|
|
82668
|
+
.classBuilder()
|
|
82669
|
+
.ep(commonParams)
|
|
82670
|
+
.m(function (Command, cs, config, o) {
|
|
82671
|
+
return [
|
|
82672
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82673
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82674
|
+
];
|
|
82675
|
+
})
|
|
82676
|
+
.s("AmazonEC2", "GetNetworkInsightsAccessScopeContent", {})
|
|
82677
|
+
.n("EC2Client", "GetNetworkInsightsAccessScopeContentCommand")
|
|
82678
|
+
.f(void 0, void 0)
|
|
82679
|
+
.ser(se_GetNetworkInsightsAccessScopeContentCommand)
|
|
82680
|
+
.de(de_GetNetworkInsightsAccessScopeContentCommand)
|
|
82681
|
+
.build() {
|
|
82682
|
+
}
|
|
81618
82683
|
|
|
81619
82684
|
class GetPasswordDataCommand extends smithyClient.Command
|
|
81620
82685
|
.classBuilder()
|
|
@@ -83316,6 +84381,105 @@ class ModifyVpcTenancyCommand extends smithyClient.Command
|
|
|
83316
84381
|
.build() {
|
|
83317
84382
|
}
|
|
83318
84383
|
|
|
84384
|
+
const VpcTenancy = {
|
|
84385
|
+
default: "default",
|
|
84386
|
+
};
|
|
84387
|
+
const Status = {
|
|
84388
|
+
inClassic: "InClassic",
|
|
84389
|
+
inVpc: "InVpc",
|
|
84390
|
+
moveInProgress: "MoveInProgress",
|
|
84391
|
+
};
|
|
84392
|
+
const VerificationMethod = {
|
|
84393
|
+
dns_token: "dns-token",
|
|
84394
|
+
remarks_x509: "remarks-x509",
|
|
84395
|
+
};
|
|
84396
|
+
const ReportInstanceReasonCodes = {
|
|
84397
|
+
instance_stuck_in_state: "instance-stuck-in-state",
|
|
84398
|
+
not_accepting_credentials: "not-accepting-credentials",
|
|
84399
|
+
other: "other",
|
|
84400
|
+
password_not_available: "password-not-available",
|
|
84401
|
+
performance_ebs_volume: "performance-ebs-volume",
|
|
84402
|
+
performance_instance_store: "performance-instance-store",
|
|
84403
|
+
performance_network: "performance-network",
|
|
84404
|
+
performance_other: "performance-other",
|
|
84405
|
+
unresponsive: "unresponsive",
|
|
84406
|
+
};
|
|
84407
|
+
const ReportStatusType = {
|
|
84408
|
+
impaired: "impaired",
|
|
84409
|
+
ok: "ok",
|
|
84410
|
+
};
|
|
84411
|
+
const ResetFpgaImageAttributeName = {
|
|
84412
|
+
loadPermission: "loadPermission",
|
|
84413
|
+
};
|
|
84414
|
+
const ResetImageAttributeName = {
|
|
84415
|
+
launchPermission: "launchPermission",
|
|
84416
|
+
};
|
|
84417
|
+
const MembershipType = {
|
|
84418
|
+
igmp: "igmp",
|
|
84419
|
+
static: "static",
|
|
84420
|
+
};
|
|
84421
|
+
const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
84422
|
+
...obj,
|
|
84423
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84424
|
+
});
|
|
84425
|
+
const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
84426
|
+
...obj,
|
|
84427
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84428
|
+
});
|
|
84429
|
+
const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
84430
|
+
...obj,
|
|
84431
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84432
|
+
});
|
|
84433
|
+
const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
84434
|
+
...obj,
|
|
84435
|
+
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
84436
|
+
});
|
|
84437
|
+
const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
84438
|
+
...obj,
|
|
84439
|
+
...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
|
|
84440
|
+
});
|
|
84441
|
+
const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
84442
|
+
...obj,
|
|
84443
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84444
|
+
});
|
|
84445
|
+
const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
84446
|
+
...obj,
|
|
84447
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
84448
|
+
});
|
|
84449
|
+
const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
84450
|
+
...obj,
|
|
84451
|
+
...(obj.SpotFleetRequestConfig && {
|
|
84452
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
84453
|
+
}),
|
|
84454
|
+
});
|
|
84455
|
+
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84456
|
+
...obj,
|
|
84457
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84458
|
+
});
|
|
84459
|
+
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84460
|
+
...obj,
|
|
84461
|
+
...(obj.LaunchSpecification && {
|
|
84462
|
+
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
|
|
84463
|
+
}),
|
|
84464
|
+
});
|
|
84465
|
+
const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
|
|
84466
|
+
...obj,
|
|
84467
|
+
...(obj.SpotInstanceRequests && {
|
|
84468
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
84469
|
+
}),
|
|
84470
|
+
});
|
|
84471
|
+
const RunInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84472
|
+
...obj,
|
|
84473
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84474
|
+
});
|
|
84475
|
+
const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84476
|
+
...obj,
|
|
84477
|
+
});
|
|
84478
|
+
const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84479
|
+
...obj,
|
|
84480
|
+
...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
|
|
84481
|
+
});
|
|
84482
|
+
|
|
83319
84483
|
class ModifyVpnConnectionCommand extends smithyClient.Command
|
|
83320
84484
|
.classBuilder()
|
|
83321
84485
|
.ep(commonParams)
|
|
@@ -83979,73 +85143,6 @@ class ReplaceVpnTunnelCommand extends smithyClient.Command
|
|
|
83979
85143
|
.build() {
|
|
83980
85144
|
}
|
|
83981
85145
|
|
|
83982
|
-
const VerificationMethod = {
|
|
83983
|
-
dns_token: "dns-token",
|
|
83984
|
-
remarks_x509: "remarks-x509",
|
|
83985
|
-
};
|
|
83986
|
-
const ReportInstanceReasonCodes = {
|
|
83987
|
-
instance_stuck_in_state: "instance-stuck-in-state",
|
|
83988
|
-
not_accepting_credentials: "not-accepting-credentials",
|
|
83989
|
-
other: "other",
|
|
83990
|
-
password_not_available: "password-not-available",
|
|
83991
|
-
performance_ebs_volume: "performance-ebs-volume",
|
|
83992
|
-
performance_instance_store: "performance-instance-store",
|
|
83993
|
-
performance_network: "performance-network",
|
|
83994
|
-
performance_other: "performance-other",
|
|
83995
|
-
unresponsive: "unresponsive",
|
|
83996
|
-
};
|
|
83997
|
-
const ReportStatusType = {
|
|
83998
|
-
impaired: "impaired",
|
|
83999
|
-
ok: "ok",
|
|
84000
|
-
};
|
|
84001
|
-
const ResetFpgaImageAttributeName = {
|
|
84002
|
-
loadPermission: "loadPermission",
|
|
84003
|
-
};
|
|
84004
|
-
const ResetImageAttributeName = {
|
|
84005
|
-
launchPermission: "launchPermission",
|
|
84006
|
-
};
|
|
84007
|
-
const MembershipType = {
|
|
84008
|
-
igmp: "igmp",
|
|
84009
|
-
static: "static",
|
|
84010
|
-
};
|
|
84011
|
-
const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
84012
|
-
...obj,
|
|
84013
|
-
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
84014
|
-
});
|
|
84015
|
-
const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
84016
|
-
...obj,
|
|
84017
|
-
...(obj.SpotFleetRequestConfig && {
|
|
84018
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
84019
|
-
}),
|
|
84020
|
-
});
|
|
84021
|
-
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84022
|
-
...obj,
|
|
84023
|
-
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84024
|
-
});
|
|
84025
|
-
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84026
|
-
...obj,
|
|
84027
|
-
...(obj.LaunchSpecification && {
|
|
84028
|
-
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
|
|
84029
|
-
}),
|
|
84030
|
-
});
|
|
84031
|
-
const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
|
|
84032
|
-
...obj,
|
|
84033
|
-
...(obj.SpotInstanceRequests && {
|
|
84034
|
-
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
84035
|
-
}),
|
|
84036
|
-
});
|
|
84037
|
-
const RunInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84038
|
-
...obj,
|
|
84039
|
-
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84040
|
-
});
|
|
84041
|
-
const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84042
|
-
...obj,
|
|
84043
|
-
});
|
|
84044
|
-
const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84045
|
-
...obj,
|
|
84046
|
-
...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
|
|
84047
|
-
});
|
|
84048
|
-
|
|
84049
85146
|
class ReportInstanceStatusCommand extends smithyClient.Command
|
|
84050
85147
|
.classBuilder()
|
|
84051
85148
|
.ep(commonParams)
|
|
@@ -84675,6 +85772,23 @@ class UnmonitorInstancesCommand extends smithyClient.Command
|
|
|
84675
85772
|
.build() {
|
|
84676
85773
|
}
|
|
84677
85774
|
|
|
85775
|
+
class UpdateCapacityManagerOrganizationsAccessCommand extends smithyClient.Command
|
|
85776
|
+
.classBuilder()
|
|
85777
|
+
.ep(commonParams)
|
|
85778
|
+
.m(function (Command, cs, config, o) {
|
|
85779
|
+
return [
|
|
85780
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
85781
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
85782
|
+
];
|
|
85783
|
+
})
|
|
85784
|
+
.s("AmazonEC2", "UpdateCapacityManagerOrganizationsAccess", {})
|
|
85785
|
+
.n("EC2Client", "UpdateCapacityManagerOrganizationsAccessCommand")
|
|
85786
|
+
.f(void 0, void 0)
|
|
85787
|
+
.ser(se_UpdateCapacityManagerOrganizationsAccessCommand)
|
|
85788
|
+
.de(de_UpdateCapacityManagerOrganizationsAccessCommand)
|
|
85789
|
+
.build() {
|
|
85790
|
+
}
|
|
85791
|
+
|
|
84678
85792
|
class UpdateSecurityGroupRuleDescriptionsEgressCommand extends smithyClient.Command
|
|
84679
85793
|
.classBuilder()
|
|
84680
85794
|
.ep(commonParams)
|
|
@@ -84788,6 +85902,7 @@ const commands = {
|
|
|
84788
85902
|
CopyImageCommand,
|
|
84789
85903
|
CopySnapshotCommand,
|
|
84790
85904
|
CopyVolumesCommand,
|
|
85905
|
+
CreateCapacityManagerDataExportCommand,
|
|
84791
85906
|
CreateCapacityReservationCommand,
|
|
84792
85907
|
CreateCapacityReservationBySplittingCommand,
|
|
84793
85908
|
CreateCapacityReservationFleetCommand,
|
|
@@ -84881,6 +85996,7 @@ const commands = {
|
|
|
84881
85996
|
CreateVpnConnectionCommand,
|
|
84882
85997
|
CreateVpnConnectionRouteCommand,
|
|
84883
85998
|
CreateVpnGatewayCommand,
|
|
85999
|
+
DeleteCapacityManagerDataExportCommand,
|
|
84884
86000
|
DeleteCarrierGatewayCommand,
|
|
84885
86001
|
DeleteClientVpnEndpointCommand,
|
|
84886
86002
|
DeleteClientVpnRouteCommand,
|
|
@@ -84985,6 +86101,7 @@ const commands = {
|
|
|
84985
86101
|
DescribeCapacityBlockOfferingsCommand,
|
|
84986
86102
|
DescribeCapacityBlocksCommand,
|
|
84987
86103
|
DescribeCapacityBlockStatusCommand,
|
|
86104
|
+
DescribeCapacityManagerDataExportsCommand,
|
|
84988
86105
|
DescribeCapacityReservationBillingRequestsCommand,
|
|
84989
86106
|
DescribeCapacityReservationFleetsCommand,
|
|
84990
86107
|
DescribeCapacityReservationsCommand,
|
|
@@ -85152,6 +86269,7 @@ const commands = {
|
|
|
85152
86269
|
DisableAddressTransferCommand,
|
|
85153
86270
|
DisableAllowedImagesSettingsCommand,
|
|
85154
86271
|
DisableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
86272
|
+
DisableCapacityManagerCommand,
|
|
85155
86273
|
DisableEbsEncryptionByDefaultCommand,
|
|
85156
86274
|
DisableFastLaunchCommand,
|
|
85157
86275
|
DisableFastSnapshotRestoresCommand,
|
|
@@ -85188,6 +86306,7 @@ const commands = {
|
|
|
85188
86306
|
EnableAddressTransferCommand,
|
|
85189
86307
|
EnableAllowedImagesSettingsCommand,
|
|
85190
86308
|
EnableAwsNetworkPerformanceMetricSubscriptionCommand,
|
|
86309
|
+
EnableCapacityManagerCommand,
|
|
85191
86310
|
EnableEbsEncryptionByDefaultCommand,
|
|
85192
86311
|
EnableFastLaunchCommand,
|
|
85193
86312
|
EnableFastSnapshotRestoresCommand,
|
|
@@ -85215,6 +86334,9 @@ const commands = {
|
|
|
85215
86334
|
GetAssociatedEnclaveCertificateIamRolesCommand,
|
|
85216
86335
|
GetAssociatedIpv6PoolCidrsCommand,
|
|
85217
86336
|
GetAwsNetworkPerformanceDataCommand,
|
|
86337
|
+
GetCapacityManagerAttributesCommand,
|
|
86338
|
+
GetCapacityManagerMetricDataCommand,
|
|
86339
|
+
GetCapacityManagerMetricDimensionsCommand,
|
|
85218
86340
|
GetCapacityReservationUsageCommand,
|
|
85219
86341
|
GetCoipPoolUsageCommand,
|
|
85220
86342
|
GetConsoleOutputCommand,
|
|
@@ -85419,6 +86541,7 @@ const commands = {
|
|
|
85419
86541
|
UnassignPrivateNatGatewayAddressCommand,
|
|
85420
86542
|
UnlockSnapshotCommand,
|
|
85421
86543
|
UnmonitorInstancesCommand,
|
|
86544
|
+
UpdateCapacityManagerOrganizationsAccessCommand,
|
|
85422
86545
|
UpdateSecurityGroupRuleDescriptionsEgressCommand,
|
|
85423
86546
|
UpdateSecurityGroupRuleDescriptionsIngressCommand,
|
|
85424
86547
|
WithdrawByoipCidrCommand,
|
|
@@ -85445,6 +86568,8 @@ const paginateDescribeCapacityBlockStatus = core.createPaginator(EC2Client, Desc
|
|
|
85445
86568
|
|
|
85446
86569
|
const paginateDescribeCapacityBlocks = core.createPaginator(EC2Client, DescribeCapacityBlocksCommand, "NextToken", "NextToken", "MaxResults");
|
|
85447
86570
|
|
|
86571
|
+
const paginateDescribeCapacityManagerDataExports = core.createPaginator(EC2Client, DescribeCapacityManagerDataExportsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86572
|
+
|
|
85448
86573
|
const paginateDescribeCapacityReservationBillingRequests = core.createPaginator(EC2Client, DescribeCapacityReservationBillingRequestsCommand, "NextToken", "NextToken", "MaxResults");
|
|
85449
86574
|
|
|
85450
86575
|
const paginateDescribeCapacityReservationFleets = core.createPaginator(EC2Client, DescribeCapacityReservationFleetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -85687,6 +86812,10 @@ const paginateGetAssociatedIpv6PoolCidrs = core.createPaginator(EC2Client, GetAs
|
|
|
85687
86812
|
|
|
85688
86813
|
const paginateGetAwsNetworkPerformanceData = core.createPaginator(EC2Client, GetAwsNetworkPerformanceDataCommand, "NextToken", "NextToken", "MaxResults");
|
|
85689
86814
|
|
|
86815
|
+
const paginateGetCapacityManagerMetricData = core.createPaginator(EC2Client, GetCapacityManagerMetricDataCommand, "NextToken", "NextToken", "MaxResults");
|
|
86816
|
+
|
|
86817
|
+
const paginateGetCapacityManagerMetricDimensions = core.createPaginator(EC2Client, GetCapacityManagerMetricDimensionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86818
|
+
|
|
85690
86819
|
const paginateGetGroupsForCapacityReservation = core.createPaginator(EC2Client, GetGroupsForCapacityReservationCommand, "NextToken", "NextToken", "MaxResults");
|
|
85691
86820
|
|
|
85692
86821
|
const paginateGetInstanceTypesFromInstanceRequirements = core.createPaginator(EC2Client, GetInstanceTypesFromInstanceRequirementsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -87889,6 +89018,8 @@ exports.CancelSpotInstanceRequestsCommand = CancelSpotInstanceRequestsCommand;
|
|
|
87889
89018
|
exports.CapacityBlockExtensionStatus = CapacityBlockExtensionStatus;
|
|
87890
89019
|
exports.CapacityBlockInterconnectStatus = CapacityBlockInterconnectStatus;
|
|
87891
89020
|
exports.CapacityBlockResourceState = CapacityBlockResourceState;
|
|
89021
|
+
exports.CapacityManagerDataExportStatus = CapacityManagerDataExportStatus;
|
|
89022
|
+
exports.CapacityManagerStatus = CapacityManagerStatus;
|
|
87892
89023
|
exports.CapacityReservationBillingRequestStatus = CapacityReservationBillingRequestStatus;
|
|
87893
89024
|
exports.CapacityReservationDeliveryPreference = CapacityReservationDeliveryPreference;
|
|
87894
89025
|
exports.CapacityReservationFleetState = CapacityReservationFleetState;
|
|
@@ -87897,6 +89028,7 @@ exports.CapacityReservationPreference = CapacityReservationPreference;
|
|
|
87897
89028
|
exports.CapacityReservationState = CapacityReservationState;
|
|
87898
89029
|
exports.CapacityReservationTenancy = CapacityReservationTenancy;
|
|
87899
89030
|
exports.CapacityReservationType = CapacityReservationType;
|
|
89031
|
+
exports.CapacityTenancy = CapacityTenancy;
|
|
87900
89032
|
exports.CarrierGatewayState = CarrierGatewayState;
|
|
87901
89033
|
exports.ClientCertificateRevocationListStatusCode = ClientCertificateRevocationListStatusCode;
|
|
87902
89034
|
exports.ClientVpnAuthenticationType = ClientVpnAuthenticationType;
|
|
@@ -87905,6 +89037,7 @@ exports.ClientVpnConnectionStatusCode = ClientVpnConnectionStatusCode;
|
|
|
87905
89037
|
exports.ClientVpnEndpointAttributeStatusCode = ClientVpnEndpointAttributeStatusCode;
|
|
87906
89038
|
exports.ClientVpnEndpointStatusCode = ClientVpnEndpointStatusCode;
|
|
87907
89039
|
exports.ClientVpnRouteStatusCode = ClientVpnRouteStatusCode;
|
|
89040
|
+
exports.Comparison = Comparison;
|
|
87908
89041
|
exports.ConfirmProductInstanceCommand = ConfirmProductInstanceCommand;
|
|
87909
89042
|
exports.ConnectionNotificationState = ConnectionNotificationState;
|
|
87910
89043
|
exports.ConnectionNotificationType = ConnectionNotificationType;
|
|
@@ -87919,6 +89052,7 @@ exports.CopySnapshotRequestFilterSensitiveLog = CopySnapshotRequestFilterSensiti
|
|
|
87919
89052
|
exports.CopyTagsFromSource = CopyTagsFromSource;
|
|
87920
89053
|
exports.CopyVolumesCommand = CopyVolumesCommand;
|
|
87921
89054
|
exports.CpuManufacturer = CpuManufacturer;
|
|
89055
|
+
exports.CreateCapacityManagerDataExportCommand = CreateCapacityManagerDataExportCommand;
|
|
87922
89056
|
exports.CreateCapacityReservationBySplittingCommand = CreateCapacityReservationBySplittingCommand;
|
|
87923
89057
|
exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
|
|
87924
89058
|
exports.CreateCapacityReservationFleetCommand = CreateCapacityReservationFleetCommand;
|
|
@@ -88030,6 +89164,7 @@ exports.DefaultInstanceMetadataTagsState = DefaultInstanceMetadataTagsState;
|
|
|
88030
89164
|
exports.DefaultRouteTableAssociationValue = DefaultRouteTableAssociationValue;
|
|
88031
89165
|
exports.DefaultRouteTablePropagationValue = DefaultRouteTablePropagationValue;
|
|
88032
89166
|
exports.DefaultTargetCapacityType = DefaultTargetCapacityType;
|
|
89167
|
+
exports.DeleteCapacityManagerDataExportCommand = DeleteCapacityManagerDataExportCommand;
|
|
88033
89168
|
exports.DeleteCarrierGatewayCommand = DeleteCarrierGatewayCommand;
|
|
88034
89169
|
exports.DeleteClientVpnEndpointCommand = DeleteClientVpnEndpointCommand;
|
|
88035
89170
|
exports.DeleteClientVpnRouteCommand = DeleteClientVpnRouteCommand;
|
|
@@ -88138,6 +89273,7 @@ exports.DescribeCapacityBlockExtensionOfferingsCommand = DescribeCapacityBlockEx
|
|
|
88138
89273
|
exports.DescribeCapacityBlockOfferingsCommand = DescribeCapacityBlockOfferingsCommand;
|
|
88139
89274
|
exports.DescribeCapacityBlockStatusCommand = DescribeCapacityBlockStatusCommand;
|
|
88140
89275
|
exports.DescribeCapacityBlocksCommand = DescribeCapacityBlocksCommand;
|
|
89276
|
+
exports.DescribeCapacityManagerDataExportsCommand = DescribeCapacityManagerDataExportsCommand;
|
|
88141
89277
|
exports.DescribeCapacityReservationBillingRequestsCommand = DescribeCapacityReservationBillingRequestsCommand;
|
|
88142
89278
|
exports.DescribeCapacityReservationFleetsCommand = DescribeCapacityReservationFleetsCommand;
|
|
88143
89279
|
exports.DescribeCapacityReservationsCommand = DescribeCapacityReservationsCommand;
|
|
@@ -88317,6 +89453,7 @@ exports.DeviceType = DeviceType;
|
|
|
88317
89453
|
exports.DisableAddressTransferCommand = DisableAddressTransferCommand;
|
|
88318
89454
|
exports.DisableAllowedImagesSettingsCommand = DisableAllowedImagesSettingsCommand;
|
|
88319
89455
|
exports.DisableAwsNetworkPerformanceMetricSubscriptionCommand = DisableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
89456
|
+
exports.DisableCapacityManagerCommand = DisableCapacityManagerCommand;
|
|
88320
89457
|
exports.DisableEbsEncryptionByDefaultCommand = DisableEbsEncryptionByDefaultCommand;
|
|
88321
89458
|
exports.DisableFastLaunchCommand = DisableFastLaunchCommand;
|
|
88322
89459
|
exports.DisableFastSnapshotRestoresCommand = DisableFastSnapshotRestoresCommand;
|
|
@@ -88375,6 +89512,7 @@ exports.EnaSupport = EnaSupport;
|
|
|
88375
89512
|
exports.EnableAddressTransferCommand = EnableAddressTransferCommand;
|
|
88376
89513
|
exports.EnableAllowedImagesSettingsCommand = EnableAllowedImagesSettingsCommand;
|
|
88377
89514
|
exports.EnableAwsNetworkPerformanceMetricSubscriptionCommand = EnableAwsNetworkPerformanceMetricSubscriptionCommand;
|
|
89515
|
+
exports.EnableCapacityManagerCommand = EnableCapacityManagerCommand;
|
|
88378
89516
|
exports.EnableEbsEncryptionByDefaultCommand = EnableEbsEncryptionByDefaultCommand;
|
|
88379
89517
|
exports.EnableFastLaunchCommand = EnableFastLaunchCommand;
|
|
88380
89518
|
exports.EnableFastSnapshotRestoresCommand = EnableFastSnapshotRestoresCommand;
|
|
@@ -88409,6 +89547,7 @@ exports.ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog
|
|
|
88409
89547
|
exports.FastLaunchResourceType = FastLaunchResourceType;
|
|
88410
89548
|
exports.FastLaunchStateCode = FastLaunchStateCode;
|
|
88411
89549
|
exports.FastSnapshotRestoreStateCode = FastSnapshotRestoreStateCode;
|
|
89550
|
+
exports.FilterByDimension = FilterByDimension;
|
|
88412
89551
|
exports.FindingsFound = FindingsFound;
|
|
88413
89552
|
exports.FleetActivityStatus = FleetActivityStatus;
|
|
88414
89553
|
exports.FleetCapacityReservationTenancy = FleetCapacityReservationTenancy;
|
|
@@ -88431,6 +89570,9 @@ exports.GetAllowedImagesSettingsCommand = GetAllowedImagesSettingsCommand;
|
|
|
88431
89570
|
exports.GetAssociatedEnclaveCertificateIamRolesCommand = GetAssociatedEnclaveCertificateIamRolesCommand;
|
|
88432
89571
|
exports.GetAssociatedIpv6PoolCidrsCommand = GetAssociatedIpv6PoolCidrsCommand;
|
|
88433
89572
|
exports.GetAwsNetworkPerformanceDataCommand = GetAwsNetworkPerformanceDataCommand;
|
|
89573
|
+
exports.GetCapacityManagerAttributesCommand = GetCapacityManagerAttributesCommand;
|
|
89574
|
+
exports.GetCapacityManagerMetricDataCommand = GetCapacityManagerMetricDataCommand;
|
|
89575
|
+
exports.GetCapacityManagerMetricDimensionsCommand = GetCapacityManagerMetricDimensionsCommand;
|
|
88434
89576
|
exports.GetCapacityReservationUsageCommand = GetCapacityReservationUsageCommand;
|
|
88435
89577
|
exports.GetCoipPoolUsageCommand = GetCoipPoolUsageCommand;
|
|
88436
89578
|
exports.GetConsoleOutputCommand = GetConsoleOutputCommand;
|
|
@@ -88486,6 +89628,7 @@ exports.GetVpnConnectionDeviceSampleConfigurationCommand = GetVpnConnectionDevic
|
|
|
88486
89628
|
exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog;
|
|
88487
89629
|
exports.GetVpnConnectionDeviceTypesCommand = GetVpnConnectionDeviceTypesCommand;
|
|
88488
89630
|
exports.GetVpnTunnelReplacementStatusCommand = GetVpnTunnelReplacementStatusCommand;
|
|
89631
|
+
exports.GroupBy = GroupBy;
|
|
88489
89632
|
exports.HostMaintenance = HostMaintenance;
|
|
88490
89633
|
exports.HostRecovery = HostRecovery;
|
|
88491
89634
|
exports.HostTenancy = HostTenancy;
|
|
@@ -88523,6 +89666,7 @@ exports.ImportVolumeCommand = ImportVolumeCommand;
|
|
|
88523
89666
|
exports.ImportVolumeRequestFilterSensitiveLog = ImportVolumeRequestFilterSensitiveLog;
|
|
88524
89667
|
exports.ImportVolumeResultFilterSensitiveLog = ImportVolumeResultFilterSensitiveLog;
|
|
88525
89668
|
exports.ImportVolumeTaskDetailsFilterSensitiveLog = ImportVolumeTaskDetailsFilterSensitiveLog;
|
|
89669
|
+
exports.IngestionStatus = IngestionStatus;
|
|
88526
89670
|
exports.InitializationType = InitializationType;
|
|
88527
89671
|
exports.InstanceAttributeName = InstanceAttributeName;
|
|
88528
89672
|
exports.InstanceAutoRecoveryState = InstanceAutoRecoveryState;
|
|
@@ -88613,6 +89757,7 @@ exports.ManagedBy = ManagedBy;
|
|
|
88613
89757
|
exports.MarketType = MarketType;
|
|
88614
89758
|
exports.MembershipType = MembershipType;
|
|
88615
89759
|
exports.MetadataDefaultHttpTokensState = MetadataDefaultHttpTokensState;
|
|
89760
|
+
exports.Metric = Metric;
|
|
88616
89761
|
exports.MetricType = MetricType;
|
|
88617
89762
|
exports.ModifyAddressAttributeCommand = ModifyAddressAttributeCommand;
|
|
88618
89763
|
exports.ModifyAvailabilityZoneGroupCommand = ModifyAvailabilityZoneGroupCommand;
|
|
@@ -88718,6 +89863,7 @@ exports.OfferingTypeValues = OfferingTypeValues;
|
|
|
88718
89863
|
exports.OidcOptionsFilterSensitiveLog = OidcOptionsFilterSensitiveLog;
|
|
88719
89864
|
exports.OnDemandAllocationStrategy = OnDemandAllocationStrategy;
|
|
88720
89865
|
exports.OperationType = OperationType;
|
|
89866
|
+
exports.OutputFormat = OutputFormat;
|
|
88721
89867
|
exports.PartitionLoadFrequency = PartitionLoadFrequency;
|
|
88722
89868
|
exports.PayerResponsibility = PayerResponsibility;
|
|
88723
89869
|
exports.PaymentOption = PaymentOption;
|
|
@@ -88782,7 +89928,9 @@ exports.RequestSpotInstancesCommand = RequestSpotInstancesCommand;
|
|
|
88782
89928
|
exports.RequestSpotInstancesRequestFilterSensitiveLog = RequestSpotInstancesRequestFilterSensitiveLog;
|
|
88783
89929
|
exports.RequestSpotInstancesResultFilterSensitiveLog = RequestSpotInstancesResultFilterSensitiveLog;
|
|
88784
89930
|
exports.RequestSpotLaunchSpecificationFilterSensitiveLog = RequestSpotLaunchSpecificationFilterSensitiveLog;
|
|
89931
|
+
exports.ReservationEndDateType = ReservationEndDateType;
|
|
88785
89932
|
exports.ReservationState = ReservationState;
|
|
89933
|
+
exports.ReservationType = ReservationType;
|
|
88786
89934
|
exports.ReservedInstanceState = ReservedInstanceState;
|
|
88787
89935
|
exports.ResetAddressAttributeCommand = ResetAddressAttributeCommand;
|
|
88788
89936
|
exports.ResetEbsDefaultKmsKeyIdCommand = ResetEbsDefaultKmsKeyIdCommand;
|
|
@@ -88826,6 +89974,7 @@ exports.RunScheduledInstancesCommand = RunScheduledInstancesCommand;
|
|
|
88826
89974
|
exports.RunScheduledInstancesRequestFilterSensitiveLog = RunScheduledInstancesRequestFilterSensitiveLog;
|
|
88827
89975
|
exports.S3StorageFilterSensitiveLog = S3StorageFilterSensitiveLog;
|
|
88828
89976
|
exports.SSEType = SSEType;
|
|
89977
|
+
exports.Schedule = Schedule;
|
|
88829
89978
|
exports.ScheduledInstancesLaunchSpecificationFilterSensitiveLog = ScheduledInstancesLaunchSpecificationFilterSensitiveLog;
|
|
88830
89979
|
exports.Scope = Scope;
|
|
88831
89980
|
exports.SearchLocalGatewayRoutesCommand = SearchLocalGatewayRoutesCommand;
|
|
@@ -88921,6 +90070,7 @@ exports.UnlimitedSupportedInstanceFamily = UnlimitedSupportedInstanceFamily;
|
|
|
88921
90070
|
exports.UnlockSnapshotCommand = UnlockSnapshotCommand;
|
|
88922
90071
|
exports.UnmonitorInstancesCommand = UnmonitorInstancesCommand;
|
|
88923
90072
|
exports.UnsuccessfulInstanceCreditSpecificationErrorCode = UnsuccessfulInstanceCreditSpecificationErrorCode;
|
|
90073
|
+
exports.UpdateCapacityManagerOrganizationsAccessCommand = UpdateCapacityManagerOrganizationsAccessCommand;
|
|
88924
90074
|
exports.UpdateSecurityGroupRuleDescriptionsEgressCommand = UpdateSecurityGroupRuleDescriptionsEgressCommand;
|
|
88925
90075
|
exports.UpdateSecurityGroupRuleDescriptionsIngressCommand = UpdateSecurityGroupRuleDescriptionsIngressCommand;
|
|
88926
90076
|
exports.UsageClassType = UsageClassType;
|
|
@@ -88975,6 +90125,7 @@ exports.paginateDescribeCapacityBlockExtensionOfferings = paginateDescribeCapaci
|
|
|
88975
90125
|
exports.paginateDescribeCapacityBlockOfferings = paginateDescribeCapacityBlockOfferings;
|
|
88976
90126
|
exports.paginateDescribeCapacityBlockStatus = paginateDescribeCapacityBlockStatus;
|
|
88977
90127
|
exports.paginateDescribeCapacityBlocks = paginateDescribeCapacityBlocks;
|
|
90128
|
+
exports.paginateDescribeCapacityManagerDataExports = paginateDescribeCapacityManagerDataExports;
|
|
88978
90129
|
exports.paginateDescribeCapacityReservationBillingRequests = paginateDescribeCapacityReservationBillingRequests;
|
|
88979
90130
|
exports.paginateDescribeCapacityReservationFleets = paginateDescribeCapacityReservationFleets;
|
|
88980
90131
|
exports.paginateDescribeCapacityReservations = paginateDescribeCapacityReservations;
|
|
@@ -89096,6 +90247,8 @@ exports.paginateDescribeVpcPeeringConnections = paginateDescribeVpcPeeringConnec
|
|
|
89096
90247
|
exports.paginateDescribeVpcs = paginateDescribeVpcs;
|
|
89097
90248
|
exports.paginateGetAssociatedIpv6PoolCidrs = paginateGetAssociatedIpv6PoolCidrs;
|
|
89098
90249
|
exports.paginateGetAwsNetworkPerformanceData = paginateGetAwsNetworkPerformanceData;
|
|
90250
|
+
exports.paginateGetCapacityManagerMetricData = paginateGetCapacityManagerMetricData;
|
|
90251
|
+
exports.paginateGetCapacityManagerMetricDimensions = paginateGetCapacityManagerMetricDimensions;
|
|
89099
90252
|
exports.paginateGetGroupsForCapacityReservation = paginateGetGroupsForCapacityReservation;
|
|
89100
90253
|
exports.paginateGetInstanceTypesFromInstanceRequirements = paginateGetInstanceTypesFromInstanceRequirements;
|
|
89101
90254
|
exports.paginateGetIpamAddressHistory = paginateGetIpamAddressHistory;
|