@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
|
@@ -613,6 +613,16 @@ export const se_CopyVolumesCommand = async (input, context) => {
|
|
|
613
613
|
});
|
|
614
614
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
615
615
|
};
|
|
616
|
+
export const se_CreateCapacityManagerDataExportCommand = async (input, context) => {
|
|
617
|
+
const headers = SHARED_HEADERS;
|
|
618
|
+
let body;
|
|
619
|
+
body = buildFormUrlencodedString({
|
|
620
|
+
...se_CreateCapacityManagerDataExportRequest(input, context),
|
|
621
|
+
[_A]: _CCMDE,
|
|
622
|
+
[_V]: _,
|
|
623
|
+
});
|
|
624
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
625
|
+
};
|
|
616
626
|
export const se_CreateCapacityReservationCommand = async (input, context) => {
|
|
617
627
|
const headers = SHARED_HEADERS;
|
|
618
628
|
let body;
|
|
@@ -1543,6 +1553,16 @@ export const se_CreateVpnGatewayCommand = async (input, context) => {
|
|
|
1543
1553
|
});
|
|
1544
1554
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1545
1555
|
};
|
|
1556
|
+
export const se_DeleteCapacityManagerDataExportCommand = async (input, context) => {
|
|
1557
|
+
const headers = SHARED_HEADERS;
|
|
1558
|
+
let body;
|
|
1559
|
+
body = buildFormUrlencodedString({
|
|
1560
|
+
...se_DeleteCapacityManagerDataExportRequest(input, context),
|
|
1561
|
+
[_A]: _DCMDE,
|
|
1562
|
+
[_V]: _,
|
|
1563
|
+
});
|
|
1564
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1565
|
+
};
|
|
1546
1566
|
export const se_DeleteCarrierGatewayCommand = async (input, context) => {
|
|
1547
1567
|
const headers = SHARED_HEADERS;
|
|
1548
1568
|
let body;
|
|
@@ -2583,6 +2603,16 @@ export const se_DescribeCapacityBlockStatusCommand = async (input, context) => {
|
|
|
2583
2603
|
});
|
|
2584
2604
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2585
2605
|
};
|
|
2606
|
+
export const se_DescribeCapacityManagerDataExportsCommand = async (input, context) => {
|
|
2607
|
+
const headers = SHARED_HEADERS;
|
|
2608
|
+
let body;
|
|
2609
|
+
body = buildFormUrlencodedString({
|
|
2610
|
+
...se_DescribeCapacityManagerDataExportsRequest(input, context),
|
|
2611
|
+
[_A]: _DCMDEe,
|
|
2612
|
+
[_V]: _,
|
|
2613
|
+
});
|
|
2614
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2615
|
+
};
|
|
2586
2616
|
export const se_DescribeCapacityReservationBillingRequestsCommand = async (input, context) => {
|
|
2587
2617
|
const headers = SHARED_HEADERS;
|
|
2588
2618
|
let body;
|
|
@@ -4253,6 +4283,16 @@ export const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (i
|
|
|
4253
4283
|
});
|
|
4254
4284
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4255
4285
|
};
|
|
4286
|
+
export const se_DisableCapacityManagerCommand = async (input, context) => {
|
|
4287
|
+
const headers = SHARED_HEADERS;
|
|
4288
|
+
let body;
|
|
4289
|
+
body = buildFormUrlencodedString({
|
|
4290
|
+
...se_DisableCapacityManagerRequest(input, context),
|
|
4291
|
+
[_A]: _DCM,
|
|
4292
|
+
[_V]: _,
|
|
4293
|
+
});
|
|
4294
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4295
|
+
};
|
|
4256
4296
|
export const se_DisableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4257
4297
|
const headers = SHARED_HEADERS;
|
|
4258
4298
|
let body;
|
|
@@ -4613,6 +4653,16 @@ export const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (in
|
|
|
4613
4653
|
});
|
|
4614
4654
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4615
4655
|
};
|
|
4656
|
+
export const se_EnableCapacityManagerCommand = async (input, context) => {
|
|
4657
|
+
const headers = SHARED_HEADERS;
|
|
4658
|
+
let body;
|
|
4659
|
+
body = buildFormUrlencodedString({
|
|
4660
|
+
...se_EnableCapacityManagerRequest(input, context),
|
|
4661
|
+
[_A]: _ECM,
|
|
4662
|
+
[_V]: _,
|
|
4663
|
+
});
|
|
4664
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4665
|
+
};
|
|
4616
4666
|
export const se_EnableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4617
4667
|
const headers = SHARED_HEADERS;
|
|
4618
4668
|
let body;
|
|
@@ -4883,6 +4933,36 @@ export const se_GetAwsNetworkPerformanceDataCommand = async (input, context) =>
|
|
|
4883
4933
|
});
|
|
4884
4934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4885
4935
|
};
|
|
4936
|
+
export const se_GetCapacityManagerAttributesCommand = async (input, context) => {
|
|
4937
|
+
const headers = SHARED_HEADERS;
|
|
4938
|
+
let body;
|
|
4939
|
+
body = buildFormUrlencodedString({
|
|
4940
|
+
...se_GetCapacityManagerAttributesRequest(input, context),
|
|
4941
|
+
[_A]: _GCMA,
|
|
4942
|
+
[_V]: _,
|
|
4943
|
+
});
|
|
4944
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4945
|
+
};
|
|
4946
|
+
export const se_GetCapacityManagerMetricDataCommand = async (input, context) => {
|
|
4947
|
+
const headers = SHARED_HEADERS;
|
|
4948
|
+
let body;
|
|
4949
|
+
body = buildFormUrlencodedString({
|
|
4950
|
+
...se_GetCapacityManagerMetricDataRequest(input, context),
|
|
4951
|
+
[_A]: _GCMMD,
|
|
4952
|
+
[_V]: _,
|
|
4953
|
+
});
|
|
4954
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4955
|
+
};
|
|
4956
|
+
export const se_GetCapacityManagerMetricDimensionsCommand = async (input, context) => {
|
|
4957
|
+
const headers = SHARED_HEADERS;
|
|
4958
|
+
let body;
|
|
4959
|
+
body = buildFormUrlencodedString({
|
|
4960
|
+
...se_GetCapacityManagerMetricDimensionsRequest(input, context),
|
|
4961
|
+
[_A]: _GCMMDe,
|
|
4962
|
+
[_V]: _,
|
|
4963
|
+
});
|
|
4964
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4965
|
+
};
|
|
4886
4966
|
export const se_GetCapacityReservationUsageCommand = async (input, context) => {
|
|
4887
4967
|
const headers = SHARED_HEADERS;
|
|
4888
4968
|
let body;
|
|
@@ -6923,6 +7003,16 @@ export const se_UnmonitorInstancesCommand = async (input, context) => {
|
|
|
6923
7003
|
});
|
|
6924
7004
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6925
7005
|
};
|
|
7006
|
+
export const se_UpdateCapacityManagerOrganizationsAccessCommand = async (input, context) => {
|
|
7007
|
+
const headers = SHARED_HEADERS;
|
|
7008
|
+
let body;
|
|
7009
|
+
body = buildFormUrlencodedString({
|
|
7010
|
+
...se_UpdateCapacityManagerOrganizationsAccessRequest(input, context),
|
|
7011
|
+
[_A]: _UCMOA,
|
|
7012
|
+
[_V]: _,
|
|
7013
|
+
});
|
|
7014
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
7015
|
+
};
|
|
6926
7016
|
export const se_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (input, context) => {
|
|
6927
7017
|
const headers = SHARED_HEADERS;
|
|
6928
7018
|
let body;
|
|
@@ -7734,6 +7824,19 @@ export const de_CopyVolumesCommand = async (output, context) => {
|
|
|
7734
7824
|
};
|
|
7735
7825
|
return response;
|
|
7736
7826
|
};
|
|
7827
|
+
export const de_CreateCapacityManagerDataExportCommand = async (output, context) => {
|
|
7828
|
+
if (output.statusCode >= 300) {
|
|
7829
|
+
return de_CommandError(output, context);
|
|
7830
|
+
}
|
|
7831
|
+
const data = await parseBody(output.body, context);
|
|
7832
|
+
let contents = {};
|
|
7833
|
+
contents = de_CreateCapacityManagerDataExportResult(data, context);
|
|
7834
|
+
const response = {
|
|
7835
|
+
$metadata: deserializeMetadata(output),
|
|
7836
|
+
...contents,
|
|
7837
|
+
};
|
|
7838
|
+
return response;
|
|
7839
|
+
};
|
|
7737
7840
|
export const de_CreateCapacityReservationCommand = async (output, context) => {
|
|
7738
7841
|
if (output.statusCode >= 300) {
|
|
7739
7842
|
return de_CommandError(output, context);
|
|
@@ -8934,6 +9037,19 @@ export const de_CreateVpnGatewayCommand = async (output, context) => {
|
|
|
8934
9037
|
};
|
|
8935
9038
|
return response;
|
|
8936
9039
|
};
|
|
9040
|
+
export const de_DeleteCapacityManagerDataExportCommand = async (output, context) => {
|
|
9041
|
+
if (output.statusCode >= 300) {
|
|
9042
|
+
return de_CommandError(output, context);
|
|
9043
|
+
}
|
|
9044
|
+
const data = await parseBody(output.body, context);
|
|
9045
|
+
let contents = {};
|
|
9046
|
+
contents = de_DeleteCapacityManagerDataExportResult(data, context);
|
|
9047
|
+
const response = {
|
|
9048
|
+
$metadata: deserializeMetadata(output),
|
|
9049
|
+
...contents,
|
|
9050
|
+
};
|
|
9051
|
+
return response;
|
|
9052
|
+
};
|
|
8937
9053
|
export const de_DeleteCarrierGatewayCommand = async (output, context) => {
|
|
8938
9054
|
if (output.statusCode >= 300) {
|
|
8939
9055
|
return de_CommandError(output, context);
|
|
@@ -10232,6 +10348,19 @@ export const de_DescribeCapacityBlockStatusCommand = async (output, context) =>
|
|
|
10232
10348
|
};
|
|
10233
10349
|
return response;
|
|
10234
10350
|
};
|
|
10351
|
+
export const de_DescribeCapacityManagerDataExportsCommand = async (output, context) => {
|
|
10352
|
+
if (output.statusCode >= 300) {
|
|
10353
|
+
return de_CommandError(output, context);
|
|
10354
|
+
}
|
|
10355
|
+
const data = await parseBody(output.body, context);
|
|
10356
|
+
let contents = {};
|
|
10357
|
+
contents = de_DescribeCapacityManagerDataExportsResult(data, context);
|
|
10358
|
+
const response = {
|
|
10359
|
+
$metadata: deserializeMetadata(output),
|
|
10360
|
+
...contents,
|
|
10361
|
+
};
|
|
10362
|
+
return response;
|
|
10363
|
+
};
|
|
10235
10364
|
export const de_DescribeCapacityReservationBillingRequestsCommand = async (output, context) => {
|
|
10236
10365
|
if (output.statusCode >= 300) {
|
|
10237
10366
|
return de_CommandError(output, context);
|
|
@@ -12394,6 +12523,19 @@ export const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (o
|
|
|
12394
12523
|
};
|
|
12395
12524
|
return response;
|
|
12396
12525
|
};
|
|
12526
|
+
export const de_DisableCapacityManagerCommand = async (output, context) => {
|
|
12527
|
+
if (output.statusCode >= 300) {
|
|
12528
|
+
return de_CommandError(output, context);
|
|
12529
|
+
}
|
|
12530
|
+
const data = await parseBody(output.body, context);
|
|
12531
|
+
let contents = {};
|
|
12532
|
+
contents = de_DisableCapacityManagerResult(data, context);
|
|
12533
|
+
const response = {
|
|
12534
|
+
$metadata: deserializeMetadata(output),
|
|
12535
|
+
...contents,
|
|
12536
|
+
};
|
|
12537
|
+
return response;
|
|
12538
|
+
};
|
|
12397
12539
|
export const de_DisableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12398
12540
|
if (output.statusCode >= 300) {
|
|
12399
12541
|
return de_CommandError(output, context);
|
|
@@ -12853,6 +12995,19 @@ export const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (ou
|
|
|
12853
12995
|
};
|
|
12854
12996
|
return response;
|
|
12855
12997
|
};
|
|
12998
|
+
export const de_EnableCapacityManagerCommand = async (output, context) => {
|
|
12999
|
+
if (output.statusCode >= 300) {
|
|
13000
|
+
return de_CommandError(output, context);
|
|
13001
|
+
}
|
|
13002
|
+
const data = await parseBody(output.body, context);
|
|
13003
|
+
let contents = {};
|
|
13004
|
+
contents = de_EnableCapacityManagerResult(data, context);
|
|
13005
|
+
const response = {
|
|
13006
|
+
$metadata: deserializeMetadata(output),
|
|
13007
|
+
...contents,
|
|
13008
|
+
};
|
|
13009
|
+
return response;
|
|
13010
|
+
};
|
|
12856
13011
|
export const de_EnableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12857
13012
|
if (output.statusCode >= 300) {
|
|
12858
13013
|
return de_CommandError(output, context);
|
|
@@ -13198,6 +13353,45 @@ export const de_GetAwsNetworkPerformanceDataCommand = async (output, context) =>
|
|
|
13198
13353
|
};
|
|
13199
13354
|
return response;
|
|
13200
13355
|
};
|
|
13356
|
+
export const de_GetCapacityManagerAttributesCommand = async (output, context) => {
|
|
13357
|
+
if (output.statusCode >= 300) {
|
|
13358
|
+
return de_CommandError(output, context);
|
|
13359
|
+
}
|
|
13360
|
+
const data = await parseBody(output.body, context);
|
|
13361
|
+
let contents = {};
|
|
13362
|
+
contents = de_GetCapacityManagerAttributesResult(data, context);
|
|
13363
|
+
const response = {
|
|
13364
|
+
$metadata: deserializeMetadata(output),
|
|
13365
|
+
...contents,
|
|
13366
|
+
};
|
|
13367
|
+
return response;
|
|
13368
|
+
};
|
|
13369
|
+
export const de_GetCapacityManagerMetricDataCommand = async (output, context) => {
|
|
13370
|
+
if (output.statusCode >= 300) {
|
|
13371
|
+
return de_CommandError(output, context);
|
|
13372
|
+
}
|
|
13373
|
+
const data = await parseBody(output.body, context);
|
|
13374
|
+
let contents = {};
|
|
13375
|
+
contents = de_GetCapacityManagerMetricDataResult(data, context);
|
|
13376
|
+
const response = {
|
|
13377
|
+
$metadata: deserializeMetadata(output),
|
|
13378
|
+
...contents,
|
|
13379
|
+
};
|
|
13380
|
+
return response;
|
|
13381
|
+
};
|
|
13382
|
+
export const de_GetCapacityManagerMetricDimensionsCommand = async (output, context) => {
|
|
13383
|
+
if (output.statusCode >= 300) {
|
|
13384
|
+
return de_CommandError(output, context);
|
|
13385
|
+
}
|
|
13386
|
+
const data = await parseBody(output.body, context);
|
|
13387
|
+
let contents = {};
|
|
13388
|
+
contents = de_GetCapacityManagerMetricDimensionsResult(data, context);
|
|
13389
|
+
const response = {
|
|
13390
|
+
$metadata: deserializeMetadata(output),
|
|
13391
|
+
...contents,
|
|
13392
|
+
};
|
|
13393
|
+
return response;
|
|
13394
|
+
};
|
|
13201
13395
|
export const de_GetCapacityReservationUsageCommand = async (output, context) => {
|
|
13202
13396
|
if (output.statusCode >= 300) {
|
|
13203
13397
|
return de_CommandError(output, context);
|
|
@@ -15790,6 +15984,19 @@ export const de_UnmonitorInstancesCommand = async (output, context) => {
|
|
|
15790
15984
|
};
|
|
15791
15985
|
return response;
|
|
15792
15986
|
};
|
|
15987
|
+
export const de_UpdateCapacityManagerOrganizationsAccessCommand = async (output, context) => {
|
|
15988
|
+
if (output.statusCode >= 300) {
|
|
15989
|
+
return de_CommandError(output, context);
|
|
15990
|
+
}
|
|
15991
|
+
const data = await parseBody(output.body, context);
|
|
15992
|
+
let contents = {};
|
|
15993
|
+
contents = de_UpdateCapacityManagerOrganizationsAccessResult(data, context);
|
|
15994
|
+
const response = {
|
|
15995
|
+
$metadata: deserializeMetadata(output),
|
|
15996
|
+
...contents,
|
|
15997
|
+
};
|
|
15998
|
+
return response;
|
|
15999
|
+
};
|
|
15793
16000
|
export const de_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (output, context) => {
|
|
15794
16001
|
if (output.statusCode >= 300) {
|
|
15795
16002
|
return de_CommandError(output, context);
|
|
@@ -17385,6 +17592,44 @@ const se_CapacityBlockIds = (input, context) => {
|
|
|
17385
17592
|
}
|
|
17386
17593
|
return entries;
|
|
17387
17594
|
};
|
|
17595
|
+
const se_CapacityManagerCondition = (input, context) => {
|
|
17596
|
+
const entries = {};
|
|
17597
|
+
if (input[_DCi] != null) {
|
|
17598
|
+
const memberEntries = se_DimensionCondition(input[_DCi], context);
|
|
17599
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17600
|
+
const loc = `DimensionCondition.${key}`;
|
|
17601
|
+
entries[loc] = value;
|
|
17602
|
+
});
|
|
17603
|
+
}
|
|
17604
|
+
return entries;
|
|
17605
|
+
};
|
|
17606
|
+
const se_CapacityManagerConditionSet = (input, context) => {
|
|
17607
|
+
const entries = {};
|
|
17608
|
+
let counter = 1;
|
|
17609
|
+
for (const entry of input) {
|
|
17610
|
+
if (entry === null) {
|
|
17611
|
+
continue;
|
|
17612
|
+
}
|
|
17613
|
+
const memberEntries = se_CapacityManagerCondition(entry, context);
|
|
17614
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
17615
|
+
entries[`Item.${counter}.${key}`] = value;
|
|
17616
|
+
});
|
|
17617
|
+
counter++;
|
|
17618
|
+
}
|
|
17619
|
+
return entries;
|
|
17620
|
+
};
|
|
17621
|
+
const se_CapacityManagerDataExportIdSet = (input, context) => {
|
|
17622
|
+
const entries = {};
|
|
17623
|
+
let counter = 1;
|
|
17624
|
+
for (const entry of input) {
|
|
17625
|
+
if (entry === null) {
|
|
17626
|
+
continue;
|
|
17627
|
+
}
|
|
17628
|
+
entries[`Item.${counter}`] = entry;
|
|
17629
|
+
counter++;
|
|
17630
|
+
}
|
|
17631
|
+
return entries;
|
|
17632
|
+
};
|
|
17388
17633
|
const se_CapacityReservationFleetIdSet = (input, context) => {
|
|
17389
17634
|
const entries = {};
|
|
17390
17635
|
let counter = 1;
|
|
@@ -17637,6 +17882,18 @@ const se_CoipPoolIdSet = (input, context) => {
|
|
|
17637
17882
|
}
|
|
17638
17883
|
return entries;
|
|
17639
17884
|
};
|
|
17885
|
+
const se_ConditionValueList = (input, context) => {
|
|
17886
|
+
const entries = {};
|
|
17887
|
+
let counter = 1;
|
|
17888
|
+
for (const entry of input) {
|
|
17889
|
+
if (entry === null) {
|
|
17890
|
+
continue;
|
|
17891
|
+
}
|
|
17892
|
+
entries[`Item.${counter}`] = entry;
|
|
17893
|
+
counter++;
|
|
17894
|
+
}
|
|
17895
|
+
return entries;
|
|
17896
|
+
};
|
|
17640
17897
|
const se_ConfirmProductInstanceRequest = (input, context) => {
|
|
17641
17898
|
const entries = {};
|
|
17642
17899
|
if (input[_IIn] != null) {
|
|
@@ -17904,6 +18161,38 @@ const se_CpuPerformanceFactorRequest = (input, context) => {
|
|
|
17904
18161
|
}
|
|
17905
18162
|
return entries;
|
|
17906
18163
|
};
|
|
18164
|
+
const se_CreateCapacityManagerDataExportRequest = (input, context) => {
|
|
18165
|
+
const entries = {};
|
|
18166
|
+
if (input[_SBN] != null) {
|
|
18167
|
+
entries[_SBN] = input[_SBN];
|
|
18168
|
+
}
|
|
18169
|
+
if (input[_SBP] != null) {
|
|
18170
|
+
entries[_SBP] = input[_SBP];
|
|
18171
|
+
}
|
|
18172
|
+
if (input[_Sc] != null) {
|
|
18173
|
+
entries[_Sc] = input[_Sc];
|
|
18174
|
+
}
|
|
18175
|
+
if (input[_OF] != null) {
|
|
18176
|
+
entries[_OF] = input[_OF];
|
|
18177
|
+
}
|
|
18178
|
+
if (input[_CTl] === undefined) {
|
|
18179
|
+
input[_CTl] = generateIdempotencyToken();
|
|
18180
|
+
}
|
|
18181
|
+
if (input[_CTl] != null) {
|
|
18182
|
+
entries[_CTl] = input[_CTl];
|
|
18183
|
+
}
|
|
18184
|
+
if (input[_DRr] != null) {
|
|
18185
|
+
entries[_DRr] = input[_DRr];
|
|
18186
|
+
}
|
|
18187
|
+
if (input[_TS] != null) {
|
|
18188
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18189
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18190
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18191
|
+
entries[loc] = value;
|
|
18192
|
+
});
|
|
18193
|
+
}
|
|
18194
|
+
return entries;
|
|
18195
|
+
};
|
|
17907
18196
|
const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
|
|
17908
18197
|
const entries = {};
|
|
17909
18198
|
if (input[_DRr] != null) {
|
|
@@ -20768,8 +21057,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
20768
21057
|
if (input[_CSl] != null) {
|
|
20769
21058
|
entries[_CSl] = input[_CSl];
|
|
20770
21059
|
}
|
|
20771
|
-
if (input[
|
|
20772
|
-
entries[
|
|
21060
|
+
if (input[_Sco] != null) {
|
|
21061
|
+
entries[_Sco] = input[_Sco];
|
|
20773
21062
|
}
|
|
20774
21063
|
return entries;
|
|
20775
21064
|
};
|
|
@@ -20803,8 +21092,8 @@ const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
20803
21092
|
if (input[_CSl] != null) {
|
|
20804
21093
|
entries[_CSl] = input[_CSl];
|
|
20805
21094
|
}
|
|
20806
|
-
if (input[
|
|
20807
|
-
entries[
|
|
21095
|
+
if (input[_Sco] != null) {
|
|
21096
|
+
entries[_Sco] = input[_Sco];
|
|
20808
21097
|
}
|
|
20809
21098
|
return entries;
|
|
20810
21099
|
};
|
|
@@ -21370,6 +21659,16 @@ const se_DedicatedHostIdList = (input, context) => {
|
|
|
21370
21659
|
}
|
|
21371
21660
|
return entries;
|
|
21372
21661
|
};
|
|
21662
|
+
const se_DeleteCapacityManagerDataExportRequest = (input, context) => {
|
|
21663
|
+
const entries = {};
|
|
21664
|
+
if (input[_CMDEI] != null) {
|
|
21665
|
+
entries[_CMDEI] = input[_CMDEI];
|
|
21666
|
+
}
|
|
21667
|
+
if (input[_DRr] != null) {
|
|
21668
|
+
entries[_DRr] = input[_DRr];
|
|
21669
|
+
}
|
|
21670
|
+
return entries;
|
|
21671
|
+
};
|
|
21373
21672
|
const se_DeleteCarrierGatewayRequest = (input, context) => {
|
|
21374
21673
|
const entries = {};
|
|
21375
21674
|
if (input[_CGI] != null) {
|
|
@@ -22779,6 +23078,33 @@ const se_DescribeCapacityBlockStatusRequest = (input, context) => {
|
|
|
22779
23078
|
}
|
|
22780
23079
|
return entries;
|
|
22781
23080
|
};
|
|
23081
|
+
const se_DescribeCapacityManagerDataExportsRequest = (input, context) => {
|
|
23082
|
+
const entries = {};
|
|
23083
|
+
if (input[_CMDEIa] != null) {
|
|
23084
|
+
const memberEntries = se_CapacityManagerDataExportIdSet(input[_CMDEIa], context);
|
|
23085
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23086
|
+
const loc = `CapacityManagerDataExportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23087
|
+
entries[loc] = value;
|
|
23088
|
+
});
|
|
23089
|
+
}
|
|
23090
|
+
if (input[_MR] != null) {
|
|
23091
|
+
entries[_MR] = input[_MR];
|
|
23092
|
+
}
|
|
23093
|
+
if (input[_NT] != null) {
|
|
23094
|
+
entries[_NT] = input[_NT];
|
|
23095
|
+
}
|
|
23096
|
+
if (input[_DRr] != null) {
|
|
23097
|
+
entries[_DRr] = input[_DRr];
|
|
23098
|
+
}
|
|
23099
|
+
if (input[_Fi] != null) {
|
|
23100
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
23101
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23102
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
23103
|
+
entries[loc] = value;
|
|
23104
|
+
});
|
|
23105
|
+
}
|
|
23106
|
+
return entries;
|
|
23107
|
+
};
|
|
22782
23108
|
const se_DescribeCapacityReservationBillingRequestsRequest = (input, context) => {
|
|
22783
23109
|
const entries = {};
|
|
22784
23110
|
if (input[_CRIa] != null) {
|
|
@@ -26993,6 +27319,23 @@ const se_DhcpOptionsIdStringList = (input, context) => {
|
|
|
26993
27319
|
}
|
|
26994
27320
|
return entries;
|
|
26995
27321
|
};
|
|
27322
|
+
const se_DimensionCondition = (input, context) => {
|
|
27323
|
+
const entries = {};
|
|
27324
|
+
if (input[_Di] != null) {
|
|
27325
|
+
entries[_Di] = input[_Di];
|
|
27326
|
+
}
|
|
27327
|
+
if (input[_Com] != null) {
|
|
27328
|
+
entries[_Com] = input[_Com];
|
|
27329
|
+
}
|
|
27330
|
+
if (input[_Val] != null) {
|
|
27331
|
+
const memberEntries = se_ConditionValueList(input[_Val], context);
|
|
27332
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27333
|
+
const loc = `Value.${key.substring(key.indexOf(".") + 1)}`;
|
|
27334
|
+
entries[loc] = value;
|
|
27335
|
+
});
|
|
27336
|
+
}
|
|
27337
|
+
return entries;
|
|
27338
|
+
};
|
|
26996
27339
|
const se_DirectoryServiceAuthenticationRequest = (input, context) => {
|
|
26997
27340
|
const entries = {};
|
|
26998
27341
|
if (input[_DIir] != null) {
|
|
@@ -27036,6 +27379,19 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context
|
|
|
27036
27379
|
}
|
|
27037
27380
|
return entries;
|
|
27038
27381
|
};
|
|
27382
|
+
const se_DisableCapacityManagerRequest = (input, context) => {
|
|
27383
|
+
const entries = {};
|
|
27384
|
+
if (input[_DRr] != null) {
|
|
27385
|
+
entries[_DRr] = input[_DRr];
|
|
27386
|
+
}
|
|
27387
|
+
if (input[_CTl] === undefined) {
|
|
27388
|
+
input[_CTl] = generateIdempotencyToken();
|
|
27389
|
+
}
|
|
27390
|
+
if (input[_CTl] != null) {
|
|
27391
|
+
entries[_CTl] = input[_CTl];
|
|
27392
|
+
}
|
|
27393
|
+
return entries;
|
|
27394
|
+
};
|
|
27039
27395
|
const se_DisableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
27040
27396
|
const entries = {};
|
|
27041
27397
|
if (input[_DRr] != null) {
|
|
@@ -27691,6 +28047,22 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context)
|
|
|
27691
28047
|
}
|
|
27692
28048
|
return entries;
|
|
27693
28049
|
};
|
|
28050
|
+
const se_EnableCapacityManagerRequest = (input, context) => {
|
|
28051
|
+
const entries = {};
|
|
28052
|
+
if (input[_OAr] != null) {
|
|
28053
|
+
entries[_OAr] = input[_OAr];
|
|
28054
|
+
}
|
|
28055
|
+
if (input[_DRr] != null) {
|
|
28056
|
+
entries[_DRr] = input[_DRr];
|
|
28057
|
+
}
|
|
28058
|
+
if (input[_CTl] === undefined) {
|
|
28059
|
+
input[_CTl] = generateIdempotencyToken();
|
|
28060
|
+
}
|
|
28061
|
+
if (input[_CTl] != null) {
|
|
28062
|
+
entries[_CTl] = input[_CTl];
|
|
28063
|
+
}
|
|
28064
|
+
return entries;
|
|
28065
|
+
};
|
|
27694
28066
|
const se_EnableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
27695
28067
|
const entries = {};
|
|
27696
28068
|
if (input[_DRr] != null) {
|
|
@@ -28505,6 +28877,96 @@ const se_GetAwsNetworkPerformanceDataRequest = (input, context) => {
|
|
|
28505
28877
|
}
|
|
28506
28878
|
return entries;
|
|
28507
28879
|
};
|
|
28880
|
+
const se_GetCapacityManagerAttributesRequest = (input, context) => {
|
|
28881
|
+
const entries = {};
|
|
28882
|
+
if (input[_DRr] != null) {
|
|
28883
|
+
entries[_DRr] = input[_DRr];
|
|
28884
|
+
}
|
|
28885
|
+
return entries;
|
|
28886
|
+
};
|
|
28887
|
+
const se_GetCapacityManagerMetricDataRequest = (input, context) => {
|
|
28888
|
+
const entries = {};
|
|
28889
|
+
if (input[_MN] != null) {
|
|
28890
|
+
const memberEntries = se_MetricSet(input[_MN], context);
|
|
28891
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28892
|
+
const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
|
|
28893
|
+
entries[loc] = value;
|
|
28894
|
+
});
|
|
28895
|
+
}
|
|
28896
|
+
if (input[_STt] != null) {
|
|
28897
|
+
entries[_STt] = __serializeDateTime(input[_STt]);
|
|
28898
|
+
}
|
|
28899
|
+
if (input[_ETn] != null) {
|
|
28900
|
+
entries[_ETn] = __serializeDateTime(input[_ETn]);
|
|
28901
|
+
}
|
|
28902
|
+
if (input[_Per] != null) {
|
|
28903
|
+
entries[_Per] = input[_Per];
|
|
28904
|
+
}
|
|
28905
|
+
if (input[_GB] != null) {
|
|
28906
|
+
const memberEntries = se_GroupBySet(input[_GB], context);
|
|
28907
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28908
|
+
const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
28909
|
+
entries[loc] = value;
|
|
28910
|
+
});
|
|
28911
|
+
}
|
|
28912
|
+
if (input[_FB] != null) {
|
|
28913
|
+
const memberEntries = se_CapacityManagerConditionSet(input[_FB], context);
|
|
28914
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28915
|
+
const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
28916
|
+
entries[loc] = value;
|
|
28917
|
+
});
|
|
28918
|
+
}
|
|
28919
|
+
if (input[_MR] != null) {
|
|
28920
|
+
entries[_MR] = input[_MR];
|
|
28921
|
+
}
|
|
28922
|
+
if (input[_NT] != null) {
|
|
28923
|
+
entries[_NT] = input[_NT];
|
|
28924
|
+
}
|
|
28925
|
+
if (input[_DRr] != null) {
|
|
28926
|
+
entries[_DRr] = input[_DRr];
|
|
28927
|
+
}
|
|
28928
|
+
return entries;
|
|
28929
|
+
};
|
|
28930
|
+
const se_GetCapacityManagerMetricDimensionsRequest = (input, context) => {
|
|
28931
|
+
const entries = {};
|
|
28932
|
+
if (input[_GB] != null) {
|
|
28933
|
+
const memberEntries = se_GroupBySet(input[_GB], context);
|
|
28934
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28935
|
+
const loc = `GroupBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
28936
|
+
entries[loc] = value;
|
|
28937
|
+
});
|
|
28938
|
+
}
|
|
28939
|
+
if (input[_FB] != null) {
|
|
28940
|
+
const memberEntries = se_CapacityManagerConditionSet(input[_FB], context);
|
|
28941
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28942
|
+
const loc = `FilterBy.${key.substring(key.indexOf(".") + 1)}`;
|
|
28943
|
+
entries[loc] = value;
|
|
28944
|
+
});
|
|
28945
|
+
}
|
|
28946
|
+
if (input[_STt] != null) {
|
|
28947
|
+
entries[_STt] = __serializeDateTime(input[_STt]);
|
|
28948
|
+
}
|
|
28949
|
+
if (input[_ETn] != null) {
|
|
28950
|
+
entries[_ETn] = __serializeDateTime(input[_ETn]);
|
|
28951
|
+
}
|
|
28952
|
+
if (input[_MN] != null) {
|
|
28953
|
+
const memberEntries = se_MetricSet(input[_MN], context);
|
|
28954
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28955
|
+
const loc = `MetricName.${key.substring(key.indexOf(".") + 1)}`;
|
|
28956
|
+
entries[loc] = value;
|
|
28957
|
+
});
|
|
28958
|
+
}
|
|
28959
|
+
if (input[_MR] != null) {
|
|
28960
|
+
entries[_MR] = input[_MR];
|
|
28961
|
+
}
|
|
28962
|
+
if (input[_NT] != null) {
|
|
28963
|
+
entries[_NT] = input[_NT];
|
|
28964
|
+
}
|
|
28965
|
+
if (input[_DRr] != null) {
|
|
28966
|
+
entries[_DRr] = input[_DRr];
|
|
28967
|
+
}
|
|
28968
|
+
return entries;
|
|
28969
|
+
};
|
|
28508
28970
|
const se_GetCapacityReservationUsageRequest = (input, context) => {
|
|
28509
28971
|
const entries = {};
|
|
28510
28972
|
if (input[_CRI] != null) {
|
|
@@ -29421,6 +29883,18 @@ const se_GetVpnTunnelReplacementStatusRequest = (input, context) => {
|
|
|
29421
29883
|
}
|
|
29422
29884
|
return entries;
|
|
29423
29885
|
};
|
|
29886
|
+
const se_GroupBySet = (input, context) => {
|
|
29887
|
+
const entries = {};
|
|
29888
|
+
let counter = 1;
|
|
29889
|
+
for (const entry of input) {
|
|
29890
|
+
if (entry === null) {
|
|
29891
|
+
continue;
|
|
29892
|
+
}
|
|
29893
|
+
entries[`Item.${counter}`] = entry;
|
|
29894
|
+
counter++;
|
|
29895
|
+
}
|
|
29896
|
+
return entries;
|
|
29897
|
+
};
|
|
29424
29898
|
const se_GroupIdentifier = (input, context) => {
|
|
29425
29899
|
const entries = {};
|
|
29426
29900
|
if (input[_GIr] != null) {
|
|
@@ -29833,8 +30307,8 @@ const se_ImportImageRequest = (input, context) => {
|
|
|
29833
30307
|
if (input[_De] != null) {
|
|
29834
30308
|
entries[_De] = input[_De];
|
|
29835
30309
|
}
|
|
29836
|
-
if (input[
|
|
29837
|
-
const memberEntries = se_ImageDiskContainerList(input[
|
|
30310
|
+
if (input[_DCis] != null) {
|
|
30311
|
+
const memberEntries = se_ImageDiskContainerList(input[_DCis], context);
|
|
29838
30312
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29839
30313
|
const loc = `DiskContainer.${key.substring(key.indexOf(".") + 1)}`;
|
|
29840
30314
|
entries[loc] = value;
|
|
@@ -29998,8 +30472,8 @@ const se_ImportSnapshotRequest = (input, context) => {
|
|
|
29998
30472
|
if (input[_De] != null) {
|
|
29999
30473
|
entries[_De] = input[_De];
|
|
30000
30474
|
}
|
|
30001
|
-
if (input[
|
|
30002
|
-
const memberEntries = se_SnapshotDiskContainer(input[
|
|
30475
|
+
if (input[_DCisk] != null) {
|
|
30476
|
+
const memberEntries = se_SnapshotDiskContainer(input[_DCisk], context);
|
|
30003
30477
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30004
30478
|
const loc = `DiskContainer.${key}`;
|
|
30005
30479
|
entries[loc] = value;
|
|
@@ -31168,8 +31642,8 @@ const se_KeyPairIdStringList = (input, context) => {
|
|
|
31168
31642
|
};
|
|
31169
31643
|
const se_LaunchPermission = (input, context) => {
|
|
31170
31644
|
const entries = {};
|
|
31171
|
-
if (input[
|
|
31172
|
-
entries[
|
|
31645
|
+
if (input[_OArg] != null) {
|
|
31646
|
+
entries[_OArg] = input[_OArg];
|
|
31173
31647
|
}
|
|
31174
31648
|
if (input[_OUA] != null) {
|
|
31175
31649
|
entries[_OUA] = input[_OUA];
|
|
@@ -32091,6 +32565,18 @@ const se_MemoryMiBRequest = (input, context) => {
|
|
|
32091
32565
|
}
|
|
32092
32566
|
return entries;
|
|
32093
32567
|
};
|
|
32568
|
+
const se_MetricSet = (input, context) => {
|
|
32569
|
+
const entries = {};
|
|
32570
|
+
let counter = 1;
|
|
32571
|
+
for (const entry of input) {
|
|
32572
|
+
if (entry === null) {
|
|
32573
|
+
continue;
|
|
32574
|
+
}
|
|
32575
|
+
entries[`Item.${counter}`] = entry;
|
|
32576
|
+
counter++;
|
|
32577
|
+
}
|
|
32578
|
+
return entries;
|
|
32579
|
+
};
|
|
32094
32580
|
const se_ModifyAddressAttributeRequest = (input, context) => {
|
|
32095
32581
|
const entries = {};
|
|
32096
32582
|
if (input[_AIl] != null) {
|
|
@@ -32441,8 +32927,8 @@ const se_ModifyImageAttributeRequest = (input, context) => {
|
|
|
32441
32927
|
if (input[_Va] != null) {
|
|
32442
32928
|
entries[_Va] = input[_Va];
|
|
32443
32929
|
}
|
|
32444
|
-
if (input[
|
|
32445
|
-
const memberEntries = se_OrganizationArnStringList(input[
|
|
32930
|
+
if (input[_OArga] != null) {
|
|
32931
|
+
const memberEntries = se_OrganizationArnStringList(input[_OArga], context);
|
|
32446
32932
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32447
32933
|
const loc = `OrganizationArn.${key.substring(key.indexOf(".") + 1)}`;
|
|
32448
32934
|
entries[loc] = value;
|
|
@@ -33862,8 +34348,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
33862
34348
|
if (input[_CSl] != null) {
|
|
33863
34349
|
entries[_CSl] = input[_CSl];
|
|
33864
34350
|
}
|
|
33865
|
-
if (input[
|
|
33866
|
-
entries[
|
|
34351
|
+
if (input[_Sco] != null) {
|
|
34352
|
+
entries[_Sco] = input[_Sco];
|
|
33867
34353
|
}
|
|
33868
34354
|
return entries;
|
|
33869
34355
|
};
|
|
@@ -33894,8 +34380,8 @@ const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
33894
34380
|
if (input[_CSl] != null) {
|
|
33895
34381
|
entries[_CSl] = input[_CSl];
|
|
33896
34382
|
}
|
|
33897
|
-
if (input[
|
|
33898
|
-
entries[
|
|
34383
|
+
if (input[_Sco] != null) {
|
|
34384
|
+
entries[_Sco] = input[_Sco];
|
|
33899
34385
|
}
|
|
33900
34386
|
return entries;
|
|
33901
34387
|
};
|
|
@@ -36700,8 +37186,8 @@ const se_ReservedInstancesConfiguration = (input, context) => {
|
|
|
36700
37186
|
if (input[_Pla] != null) {
|
|
36701
37187
|
entries[_Pla] = input[_Pla];
|
|
36702
37188
|
}
|
|
36703
|
-
if (input[
|
|
36704
|
-
entries[
|
|
37189
|
+
if (input[_Sco] != null) {
|
|
37190
|
+
entries[_Sco] = input[_Sco];
|
|
36705
37191
|
}
|
|
36706
37192
|
if (input[_AZI] != null) {
|
|
36707
37193
|
entries[_AZI] = input[_AZI];
|
|
@@ -39205,6 +39691,22 @@ const se_UnmonitorInstancesRequest = (input, context) => {
|
|
|
39205
39691
|
}
|
|
39206
39692
|
return entries;
|
|
39207
39693
|
};
|
|
39694
|
+
const se_UpdateCapacityManagerOrganizationsAccessRequest = (input, context) => {
|
|
39695
|
+
const entries = {};
|
|
39696
|
+
if (input[_OAr] != null) {
|
|
39697
|
+
entries[_OAr] = input[_OAr];
|
|
39698
|
+
}
|
|
39699
|
+
if (input[_DRr] != null) {
|
|
39700
|
+
entries[_DRr] = input[_DRr];
|
|
39701
|
+
}
|
|
39702
|
+
if (input[_CTl] === undefined) {
|
|
39703
|
+
input[_CTl] = generateIdempotencyToken();
|
|
39704
|
+
}
|
|
39705
|
+
if (input[_CTl] != null) {
|
|
39706
|
+
entries[_CTl] = input[_CTl];
|
|
39707
|
+
}
|
|
39708
|
+
return entries;
|
|
39709
|
+
};
|
|
39208
39710
|
const se_UpdateSecurityGroupRuleDescriptionsEgressRequest = (input, context) => {
|
|
39209
39711
|
const entries = {};
|
|
39210
39712
|
if (input[_DRr] != null) {
|
|
@@ -40132,7 +40634,7 @@ const de_AdditionalDetail = (output, context) => {
|
|
|
40132
40634
|
contents[_ADT] = __expectString(output[_aDT]);
|
|
40133
40635
|
}
|
|
40134
40636
|
if (output[_c] != null) {
|
|
40135
|
-
contents[
|
|
40637
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
40136
40638
|
}
|
|
40137
40639
|
if (output[_vES] != null) {
|
|
40138
40640
|
contents[_VESp] = de_AnalysisComponent(output[_vES], context);
|
|
@@ -40546,7 +41048,7 @@ const de_AnalysisSecurityGroupRule = (output, context) => {
|
|
|
40546
41048
|
contents[_C] = __expectString(output[_ci]);
|
|
40547
41049
|
}
|
|
40548
41050
|
if (output[_di] != null) {
|
|
40549
|
-
contents[
|
|
41051
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
40550
41052
|
}
|
|
40551
41053
|
if (output[_sGI] != null) {
|
|
40552
41054
|
contents[_SGIe] = __expectString(output[_sGI]);
|
|
@@ -41735,6 +42237,108 @@ const de_CapacityBlockStatusSet = (output, context) => {
|
|
|
41735
42237
|
return de_CapacityBlockStatus(entry, context);
|
|
41736
42238
|
});
|
|
41737
42239
|
};
|
|
42240
|
+
const de_CapacityManagerDataExportResponse = (output, context) => {
|
|
42241
|
+
const contents = {};
|
|
42242
|
+
if (output[_cMDEI] != null) {
|
|
42243
|
+
contents[_CMDEI] = __expectString(output[_cMDEI]);
|
|
42244
|
+
}
|
|
42245
|
+
if (output[_sBN] != null) {
|
|
42246
|
+
contents[_SBN] = __expectString(output[_sBN]);
|
|
42247
|
+
}
|
|
42248
|
+
if (output[_sBP] != null) {
|
|
42249
|
+
contents[_SBP] = __expectString(output[_sBP]);
|
|
42250
|
+
}
|
|
42251
|
+
if (output[_sc] != null) {
|
|
42252
|
+
contents[_Sc] = __expectString(output[_sc]);
|
|
42253
|
+
}
|
|
42254
|
+
if (output[_oF] != null) {
|
|
42255
|
+
contents[_OF] = __expectString(output[_oF]);
|
|
42256
|
+
}
|
|
42257
|
+
if (output[_cTr] != null) {
|
|
42258
|
+
contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTr]));
|
|
42259
|
+
}
|
|
42260
|
+
if (output[_lDS] != null) {
|
|
42261
|
+
contents[_LDS] = __expectString(output[_lDS]);
|
|
42262
|
+
}
|
|
42263
|
+
if (output[_lDSM] != null) {
|
|
42264
|
+
contents[_LDSM] = __expectString(output[_lDSM]);
|
|
42265
|
+
}
|
|
42266
|
+
if (output[_lDSLU] != null) {
|
|
42267
|
+
contents[_LDSLU] = __expectString(output[_lDSLU]);
|
|
42268
|
+
}
|
|
42269
|
+
if (output[_lDT] != null) {
|
|
42270
|
+
contents[_LDTa] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lDT]));
|
|
42271
|
+
}
|
|
42272
|
+
if (String(output.tagSet).trim() === "") {
|
|
42273
|
+
contents[_Ta] = [];
|
|
42274
|
+
}
|
|
42275
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
42276
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
42277
|
+
}
|
|
42278
|
+
return contents;
|
|
42279
|
+
};
|
|
42280
|
+
const de_CapacityManagerDataExportResponseSet = (output, context) => {
|
|
42281
|
+
return (output || [])
|
|
42282
|
+
.filter((e) => e != null)
|
|
42283
|
+
.map((entry) => {
|
|
42284
|
+
return de_CapacityManagerDataExportResponse(entry, context);
|
|
42285
|
+
});
|
|
42286
|
+
};
|
|
42287
|
+
const de_CapacityManagerDimension = (output, context) => {
|
|
42288
|
+
const contents = {};
|
|
42289
|
+
if (output[_rR] != null) {
|
|
42290
|
+
contents[_RRe] = __expectString(output[_rR]);
|
|
42291
|
+
}
|
|
42292
|
+
if (output[_aZI] != null) {
|
|
42293
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
42294
|
+
}
|
|
42295
|
+
if (output[_aIc] != null) {
|
|
42296
|
+
contents[_AIcc] = __expectString(output[_aIc]);
|
|
42297
|
+
}
|
|
42298
|
+
if (output[_iF] != null) {
|
|
42299
|
+
contents[_IF] = __expectString(output[_iF]);
|
|
42300
|
+
}
|
|
42301
|
+
if (output[_iT] != null) {
|
|
42302
|
+
contents[_IT] = __expectString(output[_iT]);
|
|
42303
|
+
}
|
|
42304
|
+
if (output[_iPn] != null) {
|
|
42305
|
+
contents[_IPn] = __expectString(output[_iPn]);
|
|
42306
|
+
}
|
|
42307
|
+
if (output[_rAe] != null) {
|
|
42308
|
+
contents[_RAes] = __expectString(output[_rAe]);
|
|
42309
|
+
}
|
|
42310
|
+
if (output[_rI] != null) {
|
|
42311
|
+
contents[_RIese] = __expectString(output[_rI]);
|
|
42312
|
+
}
|
|
42313
|
+
if (output[_rT] != null) {
|
|
42314
|
+
contents[_RTes] = __expectString(output[_rT]);
|
|
42315
|
+
}
|
|
42316
|
+
if (output[_rCT] != null) {
|
|
42317
|
+
contents[_RCT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rCT]));
|
|
42318
|
+
}
|
|
42319
|
+
if (output[_rST] != null) {
|
|
42320
|
+
contents[_RSTe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rST]));
|
|
42321
|
+
}
|
|
42322
|
+
if (output[_rET] != null) {
|
|
42323
|
+
contents[_RET] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rET]));
|
|
42324
|
+
}
|
|
42325
|
+
if (output[_rEDT] != null) {
|
|
42326
|
+
contents[_REDT] = __expectString(output[_rEDT]);
|
|
42327
|
+
}
|
|
42328
|
+
if (output[_t] != null) {
|
|
42329
|
+
contents[_Te] = __expectString(output[_t]);
|
|
42330
|
+
}
|
|
42331
|
+
if (output[_rS] != null) {
|
|
42332
|
+
contents[_RSes] = __expectString(output[_rS]);
|
|
42333
|
+
}
|
|
42334
|
+
if (output[_rIMC] != null) {
|
|
42335
|
+
contents[_RIMC] = __expectString(output[_rIMC]);
|
|
42336
|
+
}
|
|
42337
|
+
if (output[_rUFO] != null) {
|
|
42338
|
+
contents[_RUFO] = __expectString(output[_rUFO]);
|
|
42339
|
+
}
|
|
42340
|
+
return contents;
|
|
42341
|
+
};
|
|
41738
42342
|
const de_CapacityReservation = (output, context) => {
|
|
41739
42343
|
const contents = {};
|
|
41740
42344
|
if (output[_cRI] != null) {
|
|
@@ -42763,8 +43367,15 @@ const de_CpuPerformanceFactor = (output, context) => {
|
|
|
42763
43367
|
if (String(output.referenceSet).trim() === "") {
|
|
42764
43368
|
contents[_R] = [];
|
|
42765
43369
|
}
|
|
42766
|
-
else if (output[
|
|
42767
|
-
contents[_R] = de_PerformanceFactorReferenceSet(__getArrayIfSingleItem(output[
|
|
43370
|
+
else if (output[_rSe] != null && output[_rSe][_i] != null) {
|
|
43371
|
+
contents[_R] = de_PerformanceFactorReferenceSet(__getArrayIfSingleItem(output[_rSe][_i]), context);
|
|
43372
|
+
}
|
|
43373
|
+
return contents;
|
|
43374
|
+
};
|
|
43375
|
+
const de_CreateCapacityManagerDataExportResult = (output, context) => {
|
|
43376
|
+
const contents = {};
|
|
43377
|
+
if (output[_cMDEI] != null) {
|
|
43378
|
+
contents[_CMDEI] = __expectString(output[_cMDEI]);
|
|
42768
43379
|
}
|
|
42769
43380
|
return contents;
|
|
42770
43381
|
};
|
|
@@ -43026,8 +43637,8 @@ const de_CreateImageResult = (output, context) => {
|
|
|
43026
43637
|
};
|
|
43027
43638
|
const de_CreateImageUsageReportResult = (output, context) => {
|
|
43028
43639
|
const contents = {};
|
|
43029
|
-
if (output[
|
|
43030
|
-
contents[_RIep] = __expectString(output[
|
|
43640
|
+
if (output[_rIe] != null) {
|
|
43641
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
43031
43642
|
}
|
|
43032
43643
|
return contents;
|
|
43033
43644
|
};
|
|
@@ -43676,8 +44287,8 @@ const de_DataResponses = (output, context) => {
|
|
|
43676
44287
|
};
|
|
43677
44288
|
const de_DeclarativePoliciesReport = (output, context) => {
|
|
43678
44289
|
const contents = {};
|
|
43679
|
-
if (output[
|
|
43680
|
-
contents[_RIep] = __expectString(output[
|
|
44290
|
+
if (output[_rIe] != null) {
|
|
44291
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
43681
44292
|
}
|
|
43682
44293
|
if (output[_sB] != null) {
|
|
43683
44294
|
contents[_SB] = __expectString(output[_sB]);
|
|
@@ -43719,6 +44330,13 @@ const de_DedicatedHostIdList = (output, context) => {
|
|
|
43719
44330
|
return __expectString(entry);
|
|
43720
44331
|
});
|
|
43721
44332
|
};
|
|
44333
|
+
const de_DeleteCapacityManagerDataExportResult = (output, context) => {
|
|
44334
|
+
const contents = {};
|
|
44335
|
+
if (output[_cMDEI] != null) {
|
|
44336
|
+
contents[_CMDEI] = __expectString(output[_cMDEI]);
|
|
44337
|
+
}
|
|
44338
|
+
return contents;
|
|
44339
|
+
};
|
|
43722
44340
|
const de_DeleteCarrierGatewayResult = (output, context) => {
|
|
43723
44341
|
const contents = {};
|
|
43724
44342
|
if (output[_cG] != null) {
|
|
@@ -44581,6 +45199,19 @@ const de_DescribeCapacityBlockStatusResult = (output, context) => {
|
|
|
44581
45199
|
}
|
|
44582
45200
|
return contents;
|
|
44583
45201
|
};
|
|
45202
|
+
const de_DescribeCapacityManagerDataExportsResult = (output, context) => {
|
|
45203
|
+
const contents = {};
|
|
45204
|
+
if (String(output.capacityManagerDataExportSet).trim() === "") {
|
|
45205
|
+
contents[_CMDE] = [];
|
|
45206
|
+
}
|
|
45207
|
+
else if (output[_cMDES] != null && output[_cMDES][_i] != null) {
|
|
45208
|
+
contents[_CMDE] = de_CapacityManagerDataExportResponseSet(__getArrayIfSingleItem(output[_cMDES][_i]), context);
|
|
45209
|
+
}
|
|
45210
|
+
if (output[_nTe] != null) {
|
|
45211
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
45212
|
+
}
|
|
45213
|
+
return contents;
|
|
45214
|
+
};
|
|
44584
45215
|
const de_DescribeCapacityReservationBillingRequestsResult = (output, context) => {
|
|
44585
45216
|
const contents = {};
|
|
44586
45217
|
if (output[_nTe] != null) {
|
|
@@ -44759,8 +45390,8 @@ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
|
|
|
44759
45390
|
if (String(output.reportSet).trim() === "") {
|
|
44760
45391
|
contents[_Rep] = [];
|
|
44761
45392
|
}
|
|
44762
|
-
else if (output[
|
|
44763
|
-
contents[_Rep] = de_DeclarativePoliciesReportList(__getArrayIfSingleItem(output[
|
|
45393
|
+
else if (output[_rSep] != null && output[_rSep][_i] != null) {
|
|
45394
|
+
contents[_Rep] = de_DeclarativePoliciesReportList(__getArrayIfSingleItem(output[_rSep][_i]), context);
|
|
44764
45395
|
}
|
|
44765
45396
|
return contents;
|
|
44766
45397
|
};
|
|
@@ -45839,8 +46470,8 @@ const de_DescribeRegionsResult = (output, context) => {
|
|
|
45839
46470
|
if (String(output.regionInfo).trim() === "") {
|
|
45840
46471
|
contents[_Reg] = [];
|
|
45841
46472
|
}
|
|
45842
|
-
else if (output[
|
|
45843
|
-
contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[
|
|
46473
|
+
else if (output[_rIeg] != null && output[_rIeg][_i] != null) {
|
|
46474
|
+
contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[_rIeg][_i]), context);
|
|
45844
46475
|
}
|
|
45845
46476
|
return contents;
|
|
45846
46477
|
};
|
|
@@ -45896,10 +46527,10 @@ const de_DescribeReservedInstancesOfferingsResult = (output, context) => {
|
|
|
45896
46527
|
const de_DescribeReservedInstancesResult = (output, context) => {
|
|
45897
46528
|
const contents = {};
|
|
45898
46529
|
if (String(output.reservedInstancesSet).trim() === "") {
|
|
45899
|
-
contents[
|
|
46530
|
+
contents[_RIeser] = [];
|
|
45900
46531
|
}
|
|
45901
46532
|
else if (output[_rIS] != null && output[_rIS][_i] != null) {
|
|
45902
|
-
contents[
|
|
46533
|
+
contents[_RIeser] = de_ReservedInstancesList(__getArrayIfSingleItem(output[_rIS][_i]), context);
|
|
45903
46534
|
}
|
|
45904
46535
|
return contents;
|
|
45905
46536
|
};
|
|
@@ -46872,6 +47503,16 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context
|
|
|
46872
47503
|
}
|
|
46873
47504
|
return contents;
|
|
46874
47505
|
};
|
|
47506
|
+
const de_DisableCapacityManagerResult = (output, context) => {
|
|
47507
|
+
const contents = {};
|
|
47508
|
+
if (output[_cMS] != null) {
|
|
47509
|
+
contents[_CMS] = __expectString(output[_cMS]);
|
|
47510
|
+
}
|
|
47511
|
+
if (output[_oAr] != null) {
|
|
47512
|
+
contents[_OAr] = __parseBoolean(output[_oAr]);
|
|
47513
|
+
}
|
|
47514
|
+
return contents;
|
|
47515
|
+
};
|
|
46875
47516
|
const de_DisableEbsEncryptionByDefaultResult = (output, context) => {
|
|
46876
47517
|
const contents = {};
|
|
46877
47518
|
if (output[_eEBD] != null) {
|
|
@@ -47690,6 +48331,16 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context)
|
|
|
47690
48331
|
}
|
|
47691
48332
|
return contents;
|
|
47692
48333
|
};
|
|
48334
|
+
const de_EnableCapacityManagerResult = (output, context) => {
|
|
48335
|
+
const contents = {};
|
|
48336
|
+
if (output[_cMS] != null) {
|
|
48337
|
+
contents[_CMS] = __expectString(output[_cMS]);
|
|
48338
|
+
}
|
|
48339
|
+
if (output[_oAr] != null) {
|
|
48340
|
+
contents[_OAr] = __parseBoolean(output[_oAr]);
|
|
48341
|
+
}
|
|
48342
|
+
return contents;
|
|
48343
|
+
};
|
|
47693
48344
|
const de_EnableEbsEncryptionByDefaultResult = (output, context) => {
|
|
47694
48345
|
const contents = {};
|
|
47695
48346
|
if (output[_eEBD] != null) {
|
|
@@ -48016,7 +48667,7 @@ const de_Explanation = (output, context) => {
|
|
|
48016
48667
|
contents[_Ci] = de_ValueStringList(__getArrayIfSingleItem(output[_cS][_i]), context);
|
|
48017
48668
|
}
|
|
48018
48669
|
if (output[_c] != null) {
|
|
48019
|
-
contents[
|
|
48670
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
48020
48671
|
}
|
|
48021
48672
|
if (output[_cGu] != null) {
|
|
48022
48673
|
contents[_CGu] = de_AnalysisComponent(output[_cGu], context);
|
|
@@ -48028,7 +48679,7 @@ const de_Explanation = (output, context) => {
|
|
|
48028
48679
|
contents[_DVest] = de_AnalysisComponent(output[_dV], context);
|
|
48029
48680
|
}
|
|
48030
48681
|
if (output[_di] != null) {
|
|
48031
|
-
contents[
|
|
48682
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
48032
48683
|
}
|
|
48033
48684
|
if (output[_eCx] != null) {
|
|
48034
48685
|
contents[_ECx] = __expectString(output[_eCx]);
|
|
@@ -48472,7 +49123,7 @@ const de_FirewallStatefulRule = (output, context) => {
|
|
|
48472
49123
|
contents[_RAu] = __expectString(output[_rA]);
|
|
48473
49124
|
}
|
|
48474
49125
|
if (output[_di] != null) {
|
|
48475
|
-
contents[
|
|
49126
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
48476
49127
|
}
|
|
48477
49128
|
return contents;
|
|
48478
49129
|
};
|
|
@@ -48728,8 +49379,8 @@ const de_FleetSet = (output, context) => {
|
|
|
48728
49379
|
};
|
|
48729
49380
|
const de_FleetSpotCapacityRebalance = (output, context) => {
|
|
48730
49381
|
const contents = {};
|
|
48731
|
-
if (output[
|
|
48732
|
-
contents[_RS] = __expectString(output[
|
|
49382
|
+
if (output[_rSepl] != null) {
|
|
49383
|
+
contents[_RS] = __expectString(output[_rSepl]);
|
|
48733
49384
|
}
|
|
48734
49385
|
if (output[_tD] != null) {
|
|
48735
49386
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -48775,8 +49426,8 @@ const de_FlowLog = (output, context) => {
|
|
|
48775
49426
|
if (output[_tT] != null) {
|
|
48776
49427
|
contents[_TT] = __expectString(output[_tT]);
|
|
48777
49428
|
}
|
|
48778
|
-
if (output[
|
|
48779
|
-
contents[_LDT] = __expectString(output[
|
|
49429
|
+
if (output[_lDTo] != null) {
|
|
49430
|
+
contents[_LDT] = __expectString(output[_lDTo]);
|
|
48780
49431
|
}
|
|
48781
49432
|
if (output[_lD] != null) {
|
|
48782
49433
|
contents[_LD] = __expectString(output[_lD]);
|
|
@@ -49010,6 +49661,57 @@ const de_GetAwsNetworkPerformanceDataResult = (output, context) => {
|
|
|
49010
49661
|
}
|
|
49011
49662
|
return contents;
|
|
49012
49663
|
};
|
|
49664
|
+
const de_GetCapacityManagerAttributesResult = (output, context) => {
|
|
49665
|
+
const contents = {};
|
|
49666
|
+
if (output[_cMS] != null) {
|
|
49667
|
+
contents[_CMS] = __expectString(output[_cMS]);
|
|
49668
|
+
}
|
|
49669
|
+
if (output[_oAr] != null) {
|
|
49670
|
+
contents[_OAr] = __parseBoolean(output[_oAr]);
|
|
49671
|
+
}
|
|
49672
|
+
if (output[_dEC] != null) {
|
|
49673
|
+
contents[_DEC] = __strictParseInt32(output[_dEC]);
|
|
49674
|
+
}
|
|
49675
|
+
if (output[_iSng] != null) {
|
|
49676
|
+
contents[_ISng] = __expectString(output[_iSng]);
|
|
49677
|
+
}
|
|
49678
|
+
if (output[_iSM] != null) {
|
|
49679
|
+
contents[_ISM] = __expectString(output[_iSM]);
|
|
49680
|
+
}
|
|
49681
|
+
if (output[_eDTa] != null) {
|
|
49682
|
+
contents[_EDTa] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eDTa]));
|
|
49683
|
+
}
|
|
49684
|
+
if (output[_lDTa] != null) {
|
|
49685
|
+
contents[_LDTat] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lDTa]));
|
|
49686
|
+
}
|
|
49687
|
+
return contents;
|
|
49688
|
+
};
|
|
49689
|
+
const de_GetCapacityManagerMetricDataResult = (output, context) => {
|
|
49690
|
+
const contents = {};
|
|
49691
|
+
if (String(output.metricDataResultSet).trim() === "") {
|
|
49692
|
+
contents[_MDR] = [];
|
|
49693
|
+
}
|
|
49694
|
+
else if (output[_mDRS] != null && output[_mDRS][_i] != null) {
|
|
49695
|
+
contents[_MDR] = de_MetricDataResultSet(__getArrayIfSingleItem(output[_mDRS][_i]), context);
|
|
49696
|
+
}
|
|
49697
|
+
if (output[_nTe] != null) {
|
|
49698
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
49699
|
+
}
|
|
49700
|
+
return contents;
|
|
49701
|
+
};
|
|
49702
|
+
const de_GetCapacityManagerMetricDimensionsResult = (output, context) => {
|
|
49703
|
+
const contents = {};
|
|
49704
|
+
if (String(output.metricDimensionResultSet).trim() === "") {
|
|
49705
|
+
contents[_MDRe] = [];
|
|
49706
|
+
}
|
|
49707
|
+
else if (output[_mDRSe] != null && output[_mDRSe][_i] != null) {
|
|
49708
|
+
contents[_MDRe] = de_MetricDimensionResultSet(__getArrayIfSingleItem(output[_mDRSe][_i]), context);
|
|
49709
|
+
}
|
|
49710
|
+
if (output[_nTe] != null) {
|
|
49711
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
49712
|
+
}
|
|
49713
|
+
return contents;
|
|
49714
|
+
};
|
|
49013
49715
|
const de_GetCapacityReservationUsageResult = (output, context) => {
|
|
49014
49716
|
const contents = {};
|
|
49015
49717
|
if (output[_nTe] != null) {
|
|
@@ -49082,8 +49784,8 @@ const de_GetConsoleScreenshotResult = (output, context) => {
|
|
|
49082
49784
|
};
|
|
49083
49785
|
const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
|
|
49084
49786
|
const contents = {};
|
|
49085
|
-
if (output[
|
|
49086
|
-
contents[_RIep] = __expectString(output[
|
|
49787
|
+
if (output[_rIe] != null) {
|
|
49788
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
49087
49789
|
}
|
|
49088
49790
|
if (output[_sB] != null) {
|
|
49089
49791
|
contents[_SB] = __expectString(output[_sB]);
|
|
@@ -50435,8 +51137,8 @@ const de_ImageUsageReport = (output, context) => {
|
|
|
50435
51137
|
if (output[_iIma] != null) {
|
|
50436
51138
|
contents[_IIma] = __expectString(output[_iIma]);
|
|
50437
51139
|
}
|
|
50438
|
-
if (output[
|
|
50439
|
-
contents[_RIep] = __expectString(output[
|
|
51140
|
+
if (output[_rIe] != null) {
|
|
51141
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
50440
51142
|
}
|
|
50441
51143
|
if (String(output.resourceTypeSet).trim() === "") {
|
|
50442
51144
|
contents[_RTe] = [];
|
|
@@ -50475,8 +51177,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50475
51177
|
if (output[_rTe] != null) {
|
|
50476
51178
|
contents[_RT] = __expectString(output[_rTe]);
|
|
50477
51179
|
}
|
|
50478
|
-
if (output[
|
|
50479
|
-
contents[_RIep] = __expectString(output[
|
|
51180
|
+
if (output[_rIe] != null) {
|
|
51181
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
50480
51182
|
}
|
|
50481
51183
|
if (output[_uCs] != null) {
|
|
50482
51184
|
contents[_UCs] = __strictParseLong(output[_uCs]);
|
|
@@ -50487,8 +51189,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50487
51189
|
if (output[_iIma] != null) {
|
|
50488
51190
|
contents[_IIma] = __expectString(output[_iIma]);
|
|
50489
51191
|
}
|
|
50490
|
-
if (output[
|
|
50491
|
-
contents[
|
|
51192
|
+
if (output[_rCTe] != null) {
|
|
51193
|
+
contents[_RCTe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rCTe]));
|
|
50492
51194
|
}
|
|
50493
51195
|
return contents;
|
|
50494
51196
|
};
|
|
@@ -51880,8 +52582,8 @@ const de_InstanceRequirements = (output, context) => {
|
|
|
51880
52582
|
if (String(output.cpuManufacturerSet).trim() === "") {
|
|
51881
52583
|
contents[_CM] = [];
|
|
51882
52584
|
}
|
|
51883
|
-
else if (output[
|
|
51884
|
-
contents[_CM] = de_CpuManufacturerSet(__getArrayIfSingleItem(output[
|
|
52585
|
+
else if (output[_cMSp] != null && output[_cMSp][_i] != null) {
|
|
52586
|
+
contents[_CM] = de_CpuManufacturerSet(__getArrayIfSingleItem(output[_cMSp][_i]), context);
|
|
51885
52587
|
}
|
|
51886
52588
|
if (output[_mGBPVC] != null) {
|
|
51887
52589
|
contents[_MGBPVC] = de_MemoryGiBPerVCpu(output[_mGBPVC], context);
|
|
@@ -53517,8 +54219,8 @@ const de_LastError = (output, context) => {
|
|
|
53517
54219
|
};
|
|
53518
54220
|
const de_LaunchPermission = (output, context) => {
|
|
53519
54221
|
const contents = {};
|
|
53520
|
-
if (output[
|
|
53521
|
-
contents[
|
|
54222
|
+
if (output[_oArg] != null) {
|
|
54223
|
+
contents[_OArg] = __expectString(output[_oArg]);
|
|
53522
54224
|
}
|
|
53523
54225
|
if (output[_oUA] != null) {
|
|
53524
54226
|
contents[_OUA] = __expectString(output[_oUA]);
|
|
@@ -54785,6 +55487,36 @@ const de_MemoryMiB = (output, context) => {
|
|
|
54785
55487
|
}
|
|
54786
55488
|
return contents;
|
|
54787
55489
|
};
|
|
55490
|
+
const de_MetricDataResult = (output, context) => {
|
|
55491
|
+
const contents = {};
|
|
55492
|
+
if (output[_dim] != null) {
|
|
55493
|
+
contents[_Di] = de_CapacityManagerDimension(output[_dim], context);
|
|
55494
|
+
}
|
|
55495
|
+
if (output[_ti] != null) {
|
|
55496
|
+
contents[_Tim] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ti]));
|
|
55497
|
+
}
|
|
55498
|
+
if (String(output.metricValueSet).trim() === "") {
|
|
55499
|
+
contents[_MVe] = [];
|
|
55500
|
+
}
|
|
55501
|
+
else if (output[_mVS] != null && output[_mVS][_i] != null) {
|
|
55502
|
+
contents[_MVe] = de_MetricValueSet(__getArrayIfSingleItem(output[_mVS][_i]), context);
|
|
55503
|
+
}
|
|
55504
|
+
return contents;
|
|
55505
|
+
};
|
|
55506
|
+
const de_MetricDataResultSet = (output, context) => {
|
|
55507
|
+
return (output || [])
|
|
55508
|
+
.filter((e) => e != null)
|
|
55509
|
+
.map((entry) => {
|
|
55510
|
+
return de_MetricDataResult(entry, context);
|
|
55511
|
+
});
|
|
55512
|
+
};
|
|
55513
|
+
const de_MetricDimensionResultSet = (output, context) => {
|
|
55514
|
+
return (output || [])
|
|
55515
|
+
.filter((e) => e != null)
|
|
55516
|
+
.map((entry) => {
|
|
55517
|
+
return de_CapacityManagerDimension(entry, context);
|
|
55518
|
+
});
|
|
55519
|
+
};
|
|
54788
55520
|
const de_MetricPoint = (output, context) => {
|
|
54789
55521
|
const contents = {};
|
|
54790
55522
|
if (output[_sD] != null) {
|
|
@@ -54808,6 +55540,23 @@ const de_MetricPoints = (output, context) => {
|
|
|
54808
55540
|
return de_MetricPoint(entry, context);
|
|
54809
55541
|
});
|
|
54810
55542
|
};
|
|
55543
|
+
const de_MetricValue = (output, context) => {
|
|
55544
|
+
const contents = {};
|
|
55545
|
+
if (output[_met] != null) {
|
|
55546
|
+
contents[_Met] = __expectString(output[_met]);
|
|
55547
|
+
}
|
|
55548
|
+
if (output[_v] != null) {
|
|
55549
|
+
contents[_Va] = __strictParseFloat(output[_v]);
|
|
55550
|
+
}
|
|
55551
|
+
return contents;
|
|
55552
|
+
};
|
|
55553
|
+
const de_MetricValueSet = (output, context) => {
|
|
55554
|
+
return (output || [])
|
|
55555
|
+
.filter((e) => e != null)
|
|
55556
|
+
.map((entry) => {
|
|
55557
|
+
return de_MetricValue(entry, context);
|
|
55558
|
+
});
|
|
55559
|
+
};
|
|
54811
55560
|
const de_ModifyAddressAttributeResult = (output, context) => {
|
|
54812
55561
|
const contents = {};
|
|
54813
55562
|
if (output[_ad] != null) {
|
|
@@ -55481,8 +56230,8 @@ const de_NativeApplicationOidcOptions = (output, context) => {
|
|
|
55481
56230
|
if (output[_cIli] != null) {
|
|
55482
56231
|
contents[_CIl] = __expectString(output[_cIli]);
|
|
55483
56232
|
}
|
|
55484
|
-
if (output[
|
|
55485
|
-
contents[
|
|
56233
|
+
if (output[_sco] != null) {
|
|
56234
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
55486
56235
|
}
|
|
55487
56236
|
return contents;
|
|
55488
56237
|
};
|
|
@@ -56309,8 +57058,8 @@ const de_OidcOptions = (output, context) => {
|
|
|
56309
57058
|
if (output[_cSl] != null) {
|
|
56310
57059
|
contents[_CSl] = __expectString(output[_cSl]);
|
|
56311
57060
|
}
|
|
56312
|
-
if (output[
|
|
56313
|
-
contents[
|
|
57061
|
+
if (output[_sco] != null) {
|
|
57062
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
56314
57063
|
}
|
|
56315
57064
|
return contents;
|
|
56316
57065
|
};
|
|
@@ -56445,7 +57194,7 @@ const de_PathComponent = (output, context) => {
|
|
|
56445
57194
|
contents[_ATtta] = de_AnalysisComponent(output[_aTtt], context);
|
|
56446
57195
|
}
|
|
56447
57196
|
if (output[_c] != null) {
|
|
56448
|
-
contents[
|
|
57197
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
56449
57198
|
}
|
|
56450
57199
|
if (output[_dV] != null) {
|
|
56451
57200
|
contents[_DVest] = de_AnalysisComponent(output[_dV], context);
|
|
@@ -57621,8 +58370,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
|
|
|
57621
58370
|
};
|
|
57622
58371
|
const de_Reservation = (output, context) => {
|
|
57623
58372
|
const contents = {};
|
|
57624
|
-
if (output[
|
|
57625
|
-
contents[
|
|
58373
|
+
if (output[_rI] != null) {
|
|
58374
|
+
contents[_RIese] = __expectString(output[_rI]);
|
|
57626
58375
|
}
|
|
57627
58376
|
if (output[_oI] != null) {
|
|
57628
58377
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
@@ -57701,8 +58450,8 @@ const de_ReservedInstances = (output, context) => {
|
|
|
57701
58450
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
57702
58451
|
contents[_RCec] = de_RecurringChargesList(__getArrayIfSingleItem(output[_rCec][_i]), context);
|
|
57703
58452
|
}
|
|
57704
|
-
if (output[
|
|
57705
|
-
contents[
|
|
58453
|
+
if (output[_sco] != null) {
|
|
58454
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57706
58455
|
}
|
|
57707
58456
|
if (String(output.tagSet).trim() === "") {
|
|
57708
58457
|
contents[_Ta] = [];
|
|
@@ -57762,8 +58511,8 @@ const de_ReservedInstancesConfiguration = (output, context) => {
|
|
|
57762
58511
|
if (output[_pl] != null) {
|
|
57763
58512
|
contents[_Pla] = __expectString(output[_pl]);
|
|
57764
58513
|
}
|
|
57765
|
-
if (output[
|
|
57766
|
-
contents[
|
|
58514
|
+
if (output[_sco] != null) {
|
|
58515
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57767
58516
|
}
|
|
57768
58517
|
if (output[_aZI] != null) {
|
|
57769
58518
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
@@ -57924,8 +58673,8 @@ const de_ReservedInstancesOffering = (output, context) => {
|
|
|
57924
58673
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
57925
58674
|
contents[_RCec] = de_RecurringChargesList(__getArrayIfSingleItem(output[_rCec][_i]), context);
|
|
57926
58675
|
}
|
|
57927
|
-
if (output[
|
|
57928
|
-
contents[
|
|
58676
|
+
if (output[_sco] != null) {
|
|
58677
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57929
58678
|
}
|
|
57930
58679
|
if (output[_aZI] != null) {
|
|
57931
58680
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
@@ -58221,8 +58970,8 @@ const de_RestoreSnapshotTierResult = (output, context) => {
|
|
|
58221
58970
|
if (output[_sIn] != null) {
|
|
58222
58971
|
contents[_SIn] = __expectString(output[_sIn]);
|
|
58223
58972
|
}
|
|
58224
|
-
if (output[
|
|
58225
|
-
contents[
|
|
58973
|
+
if (output[_rSTe] != null) {
|
|
58974
|
+
contents[_RSTes] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rSTe]));
|
|
58226
58975
|
}
|
|
58227
58976
|
if (output[_rD] != null) {
|
|
58228
58977
|
contents[_RD] = __strictParseInt32(output[_rD]);
|
|
@@ -59480,8 +60229,8 @@ const de_Snapshot = (output, context) => {
|
|
|
59480
60229
|
if (output[_sTt] != null) {
|
|
59481
60230
|
contents[_STto] = __expectString(output[_sTt]);
|
|
59482
60231
|
}
|
|
59483
|
-
if (output[
|
|
59484
|
-
contents[
|
|
60232
|
+
if (output[_rETe] != null) {
|
|
60233
|
+
contents[_RETe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59485
60234
|
}
|
|
59486
60235
|
if (output[_sTs] != null) {
|
|
59487
60236
|
contents[_STs] = __expectString(output[_sTs]);
|
|
@@ -59741,8 +60490,8 @@ const de_SnapshotTierStatus = (output, context) => {
|
|
|
59741
60490
|
if (output[_aCT] != null) {
|
|
59742
60491
|
contents[_ACT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_aCT]));
|
|
59743
60492
|
}
|
|
59744
|
-
if (output[
|
|
59745
|
-
contents[
|
|
60493
|
+
if (output[_rETe] != null) {
|
|
60494
|
+
contents[_RETe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59746
60495
|
}
|
|
59747
60496
|
return contents;
|
|
59748
60497
|
};
|
|
@@ -59755,8 +60504,8 @@ const de_snapshotTierStatusSet = (output, context) => {
|
|
|
59755
60504
|
};
|
|
59756
60505
|
const de_SpotCapacityRebalance = (output, context) => {
|
|
59757
60506
|
const contents = {};
|
|
59758
|
-
if (output[
|
|
59759
|
-
contents[_RS] = __expectString(output[
|
|
60507
|
+
if (output[_rSepl] != null) {
|
|
60508
|
+
contents[_RS] = __expectString(output[_rSepl]);
|
|
59760
60509
|
}
|
|
59761
60510
|
if (output[_tD] != null) {
|
|
59762
60511
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -60158,8 +60907,8 @@ const de_SpotPlacementScore = (output, context) => {
|
|
|
60158
60907
|
if (output[_aZI] != null) {
|
|
60159
60908
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
60160
60909
|
}
|
|
60161
|
-
if (output[
|
|
60162
|
-
contents[
|
|
60910
|
+
if (output[_scor] != null) {
|
|
60911
|
+
contents[_Scor] = __strictParseInt32(output[_scor]);
|
|
60163
60912
|
}
|
|
60164
60913
|
return contents;
|
|
60165
60914
|
};
|
|
@@ -60274,8 +61023,8 @@ const de_StaleSecurityGroupSet = (output, context) => {
|
|
|
60274
61023
|
};
|
|
60275
61024
|
const de_StartDeclarativePoliciesReportResult = (output, context) => {
|
|
60276
61025
|
const contents = {};
|
|
60277
|
-
if (output[
|
|
60278
|
-
contents[_RIep] = __expectString(output[
|
|
61026
|
+
if (output[_rIe] != null) {
|
|
61027
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
60279
61028
|
}
|
|
60280
61029
|
return contents;
|
|
60281
61030
|
};
|
|
@@ -62321,6 +63070,16 @@ const de_UnsuccessfulItemSet = (output, context) => {
|
|
|
62321
63070
|
return de_UnsuccessfulItem(entry, context);
|
|
62322
63071
|
});
|
|
62323
63072
|
};
|
|
63073
|
+
const de_UpdateCapacityManagerOrganizationsAccessResult = (output, context) => {
|
|
63074
|
+
const contents = {};
|
|
63075
|
+
if (output[_cMS] != null) {
|
|
63076
|
+
contents[_CMS] = __expectString(output[_cMS]);
|
|
63077
|
+
}
|
|
63078
|
+
if (output[_oAr] != null) {
|
|
63079
|
+
contents[_OAr] = __parseBoolean(output[_oAr]);
|
|
63080
|
+
}
|
|
63081
|
+
return contents;
|
|
63082
|
+
};
|
|
62324
63083
|
const de_UpdateSecurityGroupRuleDescriptionsEgressResult = (output, context) => {
|
|
62325
63084
|
const contents = {};
|
|
62326
63085
|
if (output[_r] != null) {
|
|
@@ -63464,8 +64223,8 @@ const de_VpcBlockPublicAccessExclusion = (output, context) => {
|
|
|
63464
64223
|
if (output[_iGEM] != null) {
|
|
63465
64224
|
contents[_IGEM] = __expectString(output[_iGEM]);
|
|
63466
64225
|
}
|
|
63467
|
-
if (output[
|
|
63468
|
-
contents[
|
|
64226
|
+
if (output[_rAes] != null) {
|
|
64227
|
+
contents[_RAeso] = __expectString(output[_rAes]);
|
|
63469
64228
|
}
|
|
63470
64229
|
if (output[_st] != null) {
|
|
63471
64230
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -64513,6 +65272,7 @@ const _CCB = "ClientCidrBlock";
|
|
|
64513
65272
|
const _CCC = "CreateCoipCidr";
|
|
64514
65273
|
const _CCG = "CreateCarrierGateway";
|
|
64515
65274
|
const _CCGr = "CreateCustomerGateway";
|
|
65275
|
+
const _CCMDE = "CreateCapacityManagerDataExport";
|
|
64516
65276
|
const _CCO = "ClientConnectOptions";
|
|
64517
65277
|
const _CCP = "CreateCoipPool";
|
|
64518
65278
|
const _CCR = "CancelCapacityReservation";
|
|
@@ -64616,8 +65376,12 @@ const _CLS = "CloudwatchLogStream";
|
|
|
64616
65376
|
const _CLT = "CreateLaunchTemplate";
|
|
64617
65377
|
const _CLTV = "CreateLaunchTemplateVersion";
|
|
64618
65378
|
const _CM = "CpuManufacturers";
|
|
65379
|
+
const _CMDE = "CapacityManagerDataExports";
|
|
65380
|
+
const _CMDEI = "CapacityManagerDataExportId";
|
|
65381
|
+
const _CMDEIa = "CapacityManagerDataExportIds";
|
|
64619
65382
|
const _CMKE = "CustomerManagedKeyEnabled";
|
|
64620
65383
|
const _CMPL = "CreateManagedPrefixList";
|
|
65384
|
+
const _CMS = "CapacityManagerStatus";
|
|
64621
65385
|
const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
|
|
64622
65386
|
const _CN = "CommonName";
|
|
64623
65387
|
const _CNA = "CreateNetworkAcl";
|
|
@@ -64765,7 +65529,8 @@ const _Ch = "Checksum";
|
|
|
64765
65529
|
const _Ci = "Cidrs";
|
|
64766
65530
|
const _Co = "Comment";
|
|
64767
65531
|
const _Cod = "Code";
|
|
64768
|
-
const _Com = "
|
|
65532
|
+
const _Com = "Comparison";
|
|
65533
|
+
const _Comp = "Component";
|
|
64769
65534
|
const _Con = "Context";
|
|
64770
65535
|
const _Conf = "Configured";
|
|
64771
65536
|
const _Confi = "Config";
|
|
@@ -64817,6 +65582,9 @@ const _DCGes = "DescribeCarrierGateways";
|
|
|
64817
65582
|
const _DCGesc = "DescribeCustomerGateways";
|
|
64818
65583
|
const _DCLI = "DescribeClassicLinkInstances";
|
|
64819
65584
|
const _DCLV = "DetachClassicLinkVpc";
|
|
65585
|
+
const _DCM = "DisableCapacityManager";
|
|
65586
|
+
const _DCMDE = "DeleteCapacityManagerDataExport";
|
|
65587
|
+
const _DCMDEe = "DescribeCapacityManagerDataExports";
|
|
64820
65588
|
const _DCP = "DeleteCoipPool";
|
|
64821
65589
|
const _DCPe = "DescribeCoipPools";
|
|
64822
65590
|
const _DCR = "DescribeCapacityReservations";
|
|
@@ -64837,12 +65605,14 @@ const _DCVTNi = "DisassociateClientVpnTargetNetwork";
|
|
|
64837
65605
|
const _DCe = "DestinationCidr";
|
|
64838
65606
|
const _DCef = "DefaultCores";
|
|
64839
65607
|
const _DCh = "DhcpConfigurations";
|
|
64840
|
-
const _DCi = "
|
|
64841
|
-
const _DCis = "
|
|
65608
|
+
const _DCi = "DimensionCondition";
|
|
65609
|
+
const _DCis = "DiskContainers";
|
|
65610
|
+
const _DCisk = "DiskContainer";
|
|
64842
65611
|
const _DDO = "DeleteDhcpOptions";
|
|
64843
65612
|
const _DDOe = "DescribeDhcpOptions";
|
|
64844
65613
|
const _DDPR = "DescribeDeclarativePoliciesReports";
|
|
64845
65614
|
const _DE = "DnsEntries";
|
|
65615
|
+
const _DEC = "DataExportCount";
|
|
64846
65616
|
const _DECIR = "DisassociateEnclaveCertificateIamRole";
|
|
64847
65617
|
const _DEEBD = "DisableEbsEncryptionByDefault";
|
|
64848
65618
|
const _DEG = "DescribeElasticGpus";
|
|
@@ -65196,7 +65966,8 @@ const _Dea = "Deadline";
|
|
|
65196
65966
|
const _Des = "Destinations";
|
|
65197
65967
|
const _Det = "Details";
|
|
65198
65968
|
const _Dev = "Device";
|
|
65199
|
-
const _Di = "
|
|
65969
|
+
const _Di = "Dimension";
|
|
65970
|
+
const _Dir = "Direction";
|
|
65200
65971
|
const _Dis = "Disks";
|
|
65201
65972
|
const _Do = "Domain";
|
|
65202
65973
|
const _Du = "Duration";
|
|
@@ -65211,6 +65982,7 @@ const _EAx = "ExclusionsAllowed";
|
|
|
65211
65982
|
const _EB = "EgressBytes";
|
|
65212
65983
|
const _EBV = "ExcludeBootVolume";
|
|
65213
65984
|
const _EC = "ErrorCode";
|
|
65985
|
+
const _ECM = "EnableCapacityManager";
|
|
65214
65986
|
const _ECTP = "ExcessCapacityTerminationPolicy";
|
|
65215
65987
|
const _ECVCC = "ExportClientVpnClientConfiguration";
|
|
65216
65988
|
const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
@@ -65222,6 +65994,7 @@ const _EDP = "EndpointDomainPrefix";
|
|
|
65222
65994
|
const _EDR = "EndDateRange";
|
|
65223
65995
|
const _EDS = "EnableDnsSupport";
|
|
65224
65996
|
const _EDT = "EndDateType";
|
|
65997
|
+
const _EDTa = "EarliestDatapointTimestamp";
|
|
65225
65998
|
const _EDVI = "ExcludeDataVolumeIds";
|
|
65226
65999
|
const _EDf = "EffectiveDate";
|
|
65227
66000
|
const _EDn = "EnableDns64";
|
|
@@ -65351,6 +66124,7 @@ const _FA = "FederatedAuthentication";
|
|
|
65351
66124
|
const _FAD = "FilterAtDestination";
|
|
65352
66125
|
const _FAS = "FilterAtSource";
|
|
65353
66126
|
const _FAi = "FirstAddress";
|
|
66127
|
+
const _FB = "FilterBy";
|
|
65354
66128
|
const _FC = "FulfilledCapacity";
|
|
65355
66129
|
const _FCR = "FleetCapacityReservations";
|
|
65356
66130
|
const _FCa = "FailureCode";
|
|
@@ -65413,6 +66187,10 @@ const _GAIS = "GetAllowedImagesSettings";
|
|
|
65413
66187
|
const _GANPD = "GetAwsNetworkPerformanceData";
|
|
65414
66188
|
const _GAS = "GatewayAssociationState";
|
|
65415
66189
|
const _GAVTS = "GetActiveVpnTunnelStatus";
|
|
66190
|
+
const _GB = "GroupBy";
|
|
66191
|
+
const _GCMA = "GetCapacityManagerAttributes";
|
|
66192
|
+
const _GCMMD = "GetCapacityManagerMetricData";
|
|
66193
|
+
const _GCMMDe = "GetCapacityManagerMetricDimensions";
|
|
65416
66194
|
const _GCO = "GetConsoleOutput";
|
|
65417
66195
|
const _GCPU = "GetCoipPoolUsage";
|
|
65418
66196
|
const _GCRU = "GetCapacityReservationUsage";
|
|
@@ -65680,6 +66458,7 @@ const _ISI = "IpamScopeId";
|
|
|
65680
66458
|
const _ISIn = "InstanceStorageInfo";
|
|
65681
66459
|
const _ISIp = "IpamScopeIds";
|
|
65682
66460
|
const _ISL = "InputStorageLocation";
|
|
66461
|
+
const _ISM = "IngestionStatusMessage";
|
|
65683
66462
|
const _ISS = "InstanceStorageSupported";
|
|
65684
66463
|
const _IST = "ImportSnapshotTasks";
|
|
65685
66464
|
const _ISTp = "IpamScopeType";
|
|
@@ -65687,6 +66466,7 @@ const _ISg = "Igmpv2Support";
|
|
|
65687
66466
|
const _ISm = "ImdsSupport";
|
|
65688
66467
|
const _ISmp = "ImpairedSince";
|
|
65689
66468
|
const _ISn = "InstanceSpecification";
|
|
66469
|
+
const _ISng = "IngestionStatus";
|
|
65690
66470
|
const _ISns = "InstanceStatuses";
|
|
65691
66471
|
const _ISnst = "InstanceState";
|
|
65692
66472
|
const _ISnsta = "InstanceStatus";
|
|
@@ -65772,8 +66552,13 @@ const _LCA = "LicenseConfigurationArn";
|
|
|
65772
66552
|
const _LCO = "LockCreatedOn";
|
|
65773
66553
|
const _LCo = "LoggingConfiguration";
|
|
65774
66554
|
const _LD = "LogDestination";
|
|
66555
|
+
const _LDS = "LatestDeliveryStatus";
|
|
66556
|
+
const _LDSLU = "LatestDeliveryS3LocationUri";
|
|
66557
|
+
const _LDSM = "LatestDeliveryStatusMessage";
|
|
65775
66558
|
const _LDST = "LockDurationStartTime";
|
|
65776
66559
|
const _LDT = "LogDestinationType";
|
|
66560
|
+
const _LDTa = "LatestDeliveryTime";
|
|
66561
|
+
const _LDTat = "LatestDatapointTimestamp";
|
|
65777
66562
|
const _LDo = "LockDuration";
|
|
65778
66563
|
const _LE = "LogEnabled";
|
|
65779
66564
|
const _LEO = "LockExpiresOn";
|
|
@@ -65894,6 +66679,8 @@ const _MDA = "MulticastDomainAssociations";
|
|
|
65894
66679
|
const _MDCS = "ModifyDefaultCreditSpecification";
|
|
65895
66680
|
const _MDDS = "MaxDrainDurationSeconds";
|
|
65896
66681
|
const _MDK = "MetaDataKey";
|
|
66682
|
+
const _MDR = "MetricDataResults";
|
|
66683
|
+
const _MDRe = "MetricDimensionResults";
|
|
65897
66684
|
const _MDSC = "MaximumDaysSinceCreated";
|
|
65898
66685
|
const _MDSD = "MaximumDaysSinceDeprecated";
|
|
65899
66686
|
const _MDV = "MetaDataValue";
|
|
@@ -65946,6 +66733,7 @@ const _MMT = "MacModificationTask";
|
|
|
65946
66733
|
const _MMTI = "MacModificationTaskIds";
|
|
65947
66734
|
const _MMTIa = "MacModificationTaskId";
|
|
65948
66735
|
const _MMTa = "MacModificationTasks";
|
|
66736
|
+
const _MN = "MetricNames";
|
|
65949
66737
|
const _MNC = "MaximumNetworkCards";
|
|
65950
66738
|
const _MNI = "MaximumNetworkInterfaces";
|
|
65951
66739
|
const _MNIA = "ModifyNetworkInterfaceAttribute";
|
|
@@ -66020,6 +66808,7 @@ const _MVT = "ModifyVpcTenancy";
|
|
|
66020
66808
|
const _MVTC = "ModifyVpnTunnelCertificate";
|
|
66021
66809
|
const _MVTO = "ModifyVpnTunnelOptions";
|
|
66022
66810
|
const _MVa = "MaxVersion";
|
|
66811
|
+
const _MVe = "MetricValues";
|
|
66023
66812
|
const _MVi = "MinVersion";
|
|
66024
66813
|
const _Ma = "Max";
|
|
66025
66814
|
const _Mai = "Main";
|
|
@@ -66117,8 +66906,9 @@ const _NTe = "NetworkType";
|
|
|
66117
66906
|
const _Na = "Nameservers";
|
|
66118
66907
|
const _O = "Operator";
|
|
66119
66908
|
const _OA = "OutpostArn";
|
|
66120
|
-
const _OAr = "
|
|
66121
|
-
const _OArg = "
|
|
66909
|
+
const _OAr = "OrganizationsAccess";
|
|
66910
|
+
const _OArg = "OrganizationArn";
|
|
66911
|
+
const _OArga = "OrganizationArns";
|
|
66122
66912
|
const _OAw = "OwnerAlias";
|
|
66123
66913
|
const _OC = "OfferingClass";
|
|
66124
66914
|
const _OD = "OccurrenceDays";
|
|
@@ -66130,6 +66920,7 @@ const _ODO = "OnDemandOptions";
|
|
|
66130
66920
|
const _ODS = "OccurrenceDaySet";
|
|
66131
66921
|
const _ODTC = "OnDemandTargetCapacity";
|
|
66132
66922
|
const _OEP = "OrganizationsEntityPath";
|
|
66923
|
+
const _OF = "OutputFormat";
|
|
66133
66924
|
const _OH = "OutboundHeader";
|
|
66134
66925
|
const _OI = "OfferingId";
|
|
66135
66926
|
const _OIA = "OutsideIpAddress";
|
|
@@ -66366,7 +67157,8 @@ const _RAP = "RemoveAllowedPrincipals";
|
|
|
66366
67157
|
const _RART = "RemoveAllocationResourceTags";
|
|
66367
67158
|
const _RATC = "RestoreAddressToClassic";
|
|
66368
67159
|
const _RAe = "ResolveAlias";
|
|
66369
|
-
const _RAes = "
|
|
67160
|
+
const _RAes = "ReservationArn";
|
|
67161
|
+
const _RAeso = "ResourceArn";
|
|
66370
67162
|
const _RAo = "RoleArn";
|
|
66371
67163
|
const _RAu = "RuleAction";
|
|
66372
67164
|
const _RB = "RequestedBy";
|
|
@@ -66378,7 +67170,8 @@ const _RCA = "ResourceConfigurationArn";
|
|
|
66378
67170
|
const _RCGA = "ResourceConfigurationGroupArn";
|
|
66379
67171
|
const _RCRBO = "RejectCapacityReservationBillingOwnership";
|
|
66380
67172
|
const _RCS = "ResourceComplianceStatus";
|
|
66381
|
-
const _RCT = "
|
|
67173
|
+
const _RCT = "ReservationCreateTimestamp";
|
|
67174
|
+
const _RCTe = "ReportCreationTime";
|
|
66382
67175
|
const _RCVI = "RevokeClientVpnIngress";
|
|
66383
67176
|
const _RCe = "ReasonCodes";
|
|
66384
67177
|
const _RCec = "RecurringCharges";
|
|
@@ -66395,7 +67188,9 @@ const _RDT = "RootDeviceType";
|
|
|
66395
67188
|
const _RE = "RdsEndpoint";
|
|
66396
67189
|
const _RED = "RemoveEndDate";
|
|
66397
67190
|
const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
66398
|
-
const
|
|
67191
|
+
const _REDT = "ReservationEndDateType";
|
|
67192
|
+
const _RET = "ReservationEndTimestamp";
|
|
67193
|
+
const _RETe = "RestoreExpiryTime";
|
|
66399
67194
|
const _REe = "RemoveEntries";
|
|
66400
67195
|
const _REes = "ResponseError";
|
|
66401
67196
|
const _REeso = "ResourceExclusions";
|
|
@@ -66426,6 +67221,7 @@ const _RIIese = "ReservedInstanceId";
|
|
|
66426
67221
|
const _RIL = "ReservedInstancesListings";
|
|
66427
67222
|
const _RILI = "ReservedInstancesListingId";
|
|
66428
67223
|
const _RIM = "ReservedInstancesModifications";
|
|
67224
|
+
const _RIMC = "ReservationInstanceMatchCriteria";
|
|
66429
67225
|
const _RIMI = "ReservedInstancesModificationIds";
|
|
66430
67226
|
const _RIMIe = "ReservedInstancesModificationId";
|
|
66431
67227
|
const _RINC = "RemoteIpv4NetworkCidr";
|
|
@@ -66445,8 +67241,8 @@ const _RIep = "ReportId";
|
|
|
66445
67241
|
const _RIepo = "ReportIds";
|
|
66446
67242
|
const _RIeq = "RequesterId";
|
|
66447
67243
|
const _RIes = "ResourceIds";
|
|
66448
|
-
const _RIese = "
|
|
66449
|
-
const _RIeser = "
|
|
67244
|
+
const _RIese = "ReservationId";
|
|
67245
|
+
const _RIeser = "ReservedInstances";
|
|
66450
67246
|
const _RIeso = "ResourceId";
|
|
66451
67247
|
const _RIu = "RunInstances";
|
|
66452
67248
|
const _RM = "ReasonMessage";
|
|
@@ -66516,9 +67312,11 @@ const _RSPou = "RouteServerPropagation";
|
|
|
66516
67312
|
const _RSPout = "RouteServerPropagations";
|
|
66517
67313
|
const _RSR = "RemoveSupportedRegions";
|
|
66518
67314
|
const _RST = "RestoreSnapshotTier";
|
|
66519
|
-
const _RSTe = "
|
|
67315
|
+
const _RSTe = "ReservationStartTimestamp";
|
|
67316
|
+
const _RSTes = "RestoreStartTime";
|
|
66520
67317
|
const _RSe = "ResourceStatement";
|
|
66521
67318
|
const _RSeg = "RegionalSummaries";
|
|
67319
|
+
const _RSes = "ReservationState";
|
|
66522
67320
|
const _RSo = "RouteServer";
|
|
66523
67321
|
const _RSou = "RouteServers";
|
|
66524
67322
|
const _RSout = "RouteStatus";
|
|
@@ -66545,6 +67343,7 @@ const _RTeso = "ResourceTag";
|
|
|
66545
67343
|
const _RTesou = "ResourceTags";
|
|
66546
67344
|
const _RTo = "RouteTable";
|
|
66547
67345
|
const _RTou = "RouteTables";
|
|
67346
|
+
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
66548
67347
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
66549
67348
|
const _RUV = "RemainingUpfrontValue";
|
|
66550
67349
|
const _RV = "ReturnValue";
|
|
@@ -66584,6 +67383,8 @@ const _SAub = "SubnetArn";
|
|
|
66584
67383
|
const _SAup = "SupportedArchitectures";
|
|
66585
67384
|
const _SB = "S3Bucket";
|
|
66586
67385
|
const _SBM = "SupportedBootModes";
|
|
67386
|
+
const _SBN = "S3BucketName";
|
|
67387
|
+
const _SBP = "S3BucketPrefix";
|
|
66587
67388
|
const _SC = "SubnetConfigurations";
|
|
66588
67389
|
const _SCA = "ServerCertificateArn";
|
|
66589
67390
|
const _SCAE = "SerialConsoleAccessEnabled";
|
|
@@ -66772,9 +67573,10 @@ const _SVo = "SourceVpc";
|
|
|
66772
67573
|
const _SVu = "SupportedVersions";
|
|
66773
67574
|
const _SWD = "StartWeekDay";
|
|
66774
67575
|
const _S_ = "S3";
|
|
66775
|
-
const _Sc = "
|
|
66776
|
-
const _Sco = "
|
|
67576
|
+
const _Sc = "Schedule";
|
|
67577
|
+
const _Sco = "Scope";
|
|
66777
67578
|
const _Scop = "Scopes";
|
|
67579
|
+
const _Scor = "Score";
|
|
66778
67580
|
const _Se = "Service";
|
|
66779
67581
|
const _Set = "Settings";
|
|
66780
67582
|
const _Si = "Signature";
|
|
@@ -66951,6 +67753,7 @@ const _To = "To";
|
|
|
66951
67753
|
const _U = "Url";
|
|
66952
67754
|
const _UB = "UserBucket";
|
|
66953
67755
|
const _UC = "UltraserverCount";
|
|
67756
|
+
const _UCMOA = "UpdateCapacityManagerOrganizationsAccess";
|
|
66954
67757
|
const _UCs = "UsageCount";
|
|
66955
67758
|
const _UD = "UserData";
|
|
66956
67759
|
const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
@@ -67370,8 +68173,11 @@ const _cLBO = "clientLoginBannerOptions";
|
|
|
67370
68173
|
const _cLDS = "classicLinkDnsSupported";
|
|
67371
68174
|
const _cLE = "classicLinkEnabled";
|
|
67372
68175
|
const _cLO = "connectionLogOptions";
|
|
68176
|
+
const _cMDEI = "capacityManagerDataExportId";
|
|
68177
|
+
const _cMDES = "capacityManagerDataExportSet";
|
|
67373
68178
|
const _cMKE = "customerManagedKeyEnabled";
|
|
67374
|
-
const _cMS = "
|
|
68179
|
+
const _cMS = "capacityManagerStatus";
|
|
68180
|
+
const _cMSp = "cpuManufacturerSet";
|
|
67375
68181
|
const _cN = "commonName";
|
|
67376
68182
|
const _cNA = "coreNetworkArn";
|
|
67377
68183
|
const _cNAA = "coreNetworkAttachmentArn";
|
|
@@ -67471,6 +68277,7 @@ const _dCR = "destinationCapacityReservation";
|
|
|
67471
68277
|
const _dCS = "dhcpConfigurationSet";
|
|
67472
68278
|
const _dCe = "defaultCores";
|
|
67473
68279
|
const _dE = "dnsEntry";
|
|
68280
|
+
const _dEC = "dataExportCount";
|
|
67474
68281
|
const _dEKI = "dataEncryptionKeyId";
|
|
67475
68282
|
const _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
67476
68283
|
const _dES = "dnsEntrySet";
|
|
@@ -67553,6 +68360,7 @@ const _def = "default";
|
|
|
67553
68360
|
const _det = "details";
|
|
67554
68361
|
const _dev = "device";
|
|
67555
68362
|
const _di = "direction";
|
|
68363
|
+
const _dim = "dimension";
|
|
67556
68364
|
const _dis = "disks";
|
|
67557
68365
|
const _do = "domain";
|
|
67558
68366
|
const _du = "duration";
|
|
@@ -67570,6 +68378,7 @@ const _eD = "endDate";
|
|
|
67570
68378
|
const _eDH = "enableDnsHostnames";
|
|
67571
68379
|
const _eDS = "enableDnsSupport";
|
|
67572
68380
|
const _eDT = "endDateType";
|
|
68381
|
+
const _eDTa = "earliestDatapointTimestamp";
|
|
67573
68382
|
const _eDf = "effectiveDate";
|
|
67574
68383
|
const _eDn = "enableDns64";
|
|
67575
68384
|
const _eDnd = "endpointDomain";
|
|
@@ -67897,6 +68706,7 @@ const _iSA = "ipamScopeArn";
|
|
|
67897
68706
|
const _iSD = "initializationStatusDetails";
|
|
67898
68707
|
const _iSI = "instanceStorageInfo";
|
|
67899
68708
|
const _iSIp = "ipamScopeId";
|
|
68709
|
+
const _iSM = "ingestionStatusMessage";
|
|
67900
68710
|
const _iSS = "instanceStatusSet";
|
|
67901
68711
|
const _iSSn = "instanceStorageSupported";
|
|
67902
68712
|
const _iSSp = "ipamScopeSet";
|
|
@@ -67909,6 +68719,7 @@ const _iSmag = "imageSet";
|
|
|
67909
68719
|
const _iSmd = "imdsSupport";
|
|
67910
68720
|
const _iSmp = "impairedSince";
|
|
67911
68721
|
const _iSn = "instancesSet";
|
|
68722
|
+
const _iSng = "ingestionStatus";
|
|
67912
68723
|
const _iSns = "instanceSet";
|
|
67913
68724
|
const _iSnst = "instanceState";
|
|
67914
68725
|
const _iSnsta = "instanceStatus";
|
|
@@ -67987,8 +68798,13 @@ const _lCA = "licenseConfigurationArn";
|
|
|
67987
68798
|
const _lCO = "lockCreatedOn";
|
|
67988
68799
|
const _lCS = "loggingConfigurationSet";
|
|
67989
68800
|
const _lD = "logDestination";
|
|
68801
|
+
const _lDS = "latestDeliveryStatus";
|
|
68802
|
+
const _lDSLU = "latestDeliveryS3LocationUri";
|
|
68803
|
+
const _lDSM = "latestDeliveryStatusMessage";
|
|
67990
68804
|
const _lDST = "lockDurationStartTime";
|
|
67991
|
-
const _lDT = "
|
|
68805
|
+
const _lDT = "latestDeliveryTime";
|
|
68806
|
+
const _lDTa = "latestDatapointTimestamp";
|
|
68807
|
+
const _lDTo = "logDestinationType";
|
|
67992
68808
|
const _lDo = "lockDuration";
|
|
67993
68809
|
const _lE = "logEnabled";
|
|
67994
68810
|
const _lEO = "lockExpiresOn";
|
|
@@ -68078,6 +68894,8 @@ const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
|
|
|
68078
68894
|
const _mD = "maintenanceDetails";
|
|
68079
68895
|
const _mDA = "multicastDomainAssociations";
|
|
68080
68896
|
const _mDK = "metaDataKey";
|
|
68897
|
+
const _mDRS = "metricDataResultSet";
|
|
68898
|
+
const _mDRSe = "metricDimensionResultSet";
|
|
68081
68899
|
const _mDSC = "maximumDaysSinceCreated";
|
|
68082
68900
|
const _mDSD = "maximumDaysSinceDeprecated";
|
|
68083
68901
|
const _mDV = "metaDataValue";
|
|
@@ -68128,6 +68946,7 @@ const _mTIMB = "maximumThroughputInMBps";
|
|
|
68128
68946
|
const _mTP = "maxTotalPrice";
|
|
68129
68947
|
const _mTe = "memberType";
|
|
68130
68948
|
const _mVE = "managesVpcEndpoints";
|
|
68949
|
+
const _mVS = "metricValueSet";
|
|
68131
68950
|
const _ma = "max";
|
|
68132
68951
|
const _mai = "main";
|
|
68133
68952
|
const _man = "manufacturer";
|
|
@@ -68215,7 +69034,8 @@ const _nTS = "nitroTpmSupport";
|
|
|
68215
69034
|
const _nTe = "nextToken";
|
|
68216
69035
|
const _o = "origin";
|
|
68217
69036
|
const _oA = "outpostArn";
|
|
68218
|
-
const _oAr = "
|
|
69037
|
+
const _oAr = "organizationsAccess";
|
|
69038
|
+
const _oArg = "organizationArn";
|
|
68219
69039
|
const _oAw = "ownerAlias";
|
|
68220
69040
|
const _oC = "offeringClass";
|
|
68221
69041
|
const _oDAS = "onDemandAllocationStrategy";
|
|
@@ -68226,6 +69046,7 @@ const _oDO = "onDemandOptions";
|
|
|
68226
69046
|
const _oDS = "occurrenceDaySet";
|
|
68227
69047
|
const _oDTC = "onDemandTargetCapacity";
|
|
68228
69048
|
const _oEP = "organizationsEntityPath";
|
|
69049
|
+
const _oF = "outputFormat";
|
|
68229
69050
|
const _oH = "outboundHeader";
|
|
68230
69051
|
const _oI = "ownerId";
|
|
68231
69052
|
const _oIA = "outsideIpAddress";
|
|
@@ -68414,7 +69235,8 @@ const _pur = "purchase";
|
|
|
68414
69235
|
const _r = "return";
|
|
68415
69236
|
const _rA = "ruleAction";
|
|
68416
69237
|
const _rAE = "remoteAccessEnabled";
|
|
68417
|
-
const _rAe = "
|
|
69238
|
+
const _rAe = "reservationArn";
|
|
69239
|
+
const _rAes = "resourceArn";
|
|
68418
69240
|
const _rB = "requestedBy";
|
|
68419
69241
|
const _rBET = "recycleBinEnterTime";
|
|
68420
69242
|
const _rBETe = "recycleBinExitTime";
|
|
@@ -68422,7 +69244,8 @@ const _rC = "returnCode";
|
|
|
68422
69244
|
const _rCA = "resourceConfigurationArn";
|
|
68423
69245
|
const _rCGA = "resourceConfigurationGroupArn";
|
|
68424
69246
|
const _rCS = "resourceComplianceStatus";
|
|
68425
|
-
const _rCT = "
|
|
69247
|
+
const _rCT = "reservationCreateTimestamp";
|
|
69248
|
+
const _rCTe = "reportCreationTime";
|
|
68426
69249
|
const _rCe = "resourceCidr";
|
|
68427
69250
|
const _rCec = "recurringCharges";
|
|
68428
69251
|
const _rD = "restoreDuration";
|
|
@@ -68435,7 +69258,9 @@ const _rDPA = "rdsDbProxyArn";
|
|
|
68435
69258
|
const _rDS = "resourceDiscoveryStatus";
|
|
68436
69259
|
const _rDT = "rootDeviceType";
|
|
68437
69260
|
const _rE = "responseError";
|
|
68438
|
-
const
|
|
69261
|
+
const _rEDT = "reservationEndDateType";
|
|
69262
|
+
const _rET = "reservationEndTimestamp";
|
|
69263
|
+
const _rETe = "restoreExpiryTime";
|
|
68439
69264
|
const _rEd = "rdsEndpoint";
|
|
68440
69265
|
const _rEe = "regionEndpoint";
|
|
68441
69266
|
const _rEes = "resourceExclusions";
|
|
@@ -68447,12 +69272,13 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
|
|
|
68447
69272
|
const _rGT = "ruleGroupType";
|
|
68448
69273
|
const _rGTPS = "ruleGroupTypePairSet";
|
|
68449
69274
|
const _rHS = "requireHibernateSupport";
|
|
68450
|
-
const _rI = "
|
|
69275
|
+
const _rI = "reservationId";
|
|
68451
69276
|
const _rIDS = "routeInstallationDetailSet";
|
|
68452
69277
|
const _rII = "reservedInstancesId";
|
|
68453
69278
|
const _rIIe = "reservedInstanceId";
|
|
68454
69279
|
const _rILI = "reservedInstancesListingId";
|
|
68455
69280
|
const _rILS = "reservedInstancesListingsSet";
|
|
69281
|
+
const _rIMC = "reservationInstanceMatchCriteria";
|
|
68456
69282
|
const _rIMI = "reservedInstancesModificationId";
|
|
68457
69283
|
const _rIMS = "reservedInstancesModificationsSet";
|
|
68458
69284
|
const _rINC = "remoteIpv4NetworkCidr";
|
|
@@ -68465,10 +69291,10 @@ const _rISo = "routeInstallationStatus";
|
|
|
68465
69291
|
const _rIVR = "reservedInstanceValueRollup";
|
|
68466
69292
|
const _rIVS = "reservedInstanceValueSet";
|
|
68467
69293
|
const _rIa = "ramdiskId";
|
|
68468
|
-
const _rIe = "
|
|
69294
|
+
const _rIe = "reportId";
|
|
69295
|
+
const _rIeg = "regionInfo";
|
|
68469
69296
|
const _rIeq = "requesterId";
|
|
68470
69297
|
const _rIes = "resourceId";
|
|
68471
|
-
const _rIese = "reservationId";
|
|
68472
69298
|
const _rM = "rebootMigration";
|
|
68473
69299
|
const _rMGM = "registeredMulticastGroupMembers";
|
|
68474
69300
|
const _rMGS = "registeredMulticastGroupSources";
|
|
@@ -68492,7 +69318,7 @@ const _rR = "resourceRegion";
|
|
|
68492
69318
|
const _rRVT = "replaceRootVolumeTask";
|
|
68493
69319
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
68494
69320
|
const _rRVTS = "replaceRootVolumeTaskSet";
|
|
68495
|
-
const _rS = "
|
|
69321
|
+
const _rS = "reservationState";
|
|
68496
69322
|
const _rSA = "routeServerAssociation";
|
|
68497
69323
|
const _rSAS = "routeServerAssociationSet";
|
|
68498
69324
|
const _rSE = "routeServerEndpoint";
|
|
@@ -68507,9 +69333,11 @@ const _rSPSo = "routeServerPropagationSet";
|
|
|
68507
69333
|
const _rSPo = "routeServerPropagation";
|
|
68508
69334
|
const _rSS = "regionalSummarySet";
|
|
68509
69335
|
const _rSSo = "routeServerSet";
|
|
68510
|
-
const _rST = "
|
|
68511
|
-
const
|
|
68512
|
-
const
|
|
69336
|
+
const _rST = "reservationStartTimestamp";
|
|
69337
|
+
const _rSTe = "restoreStartTime";
|
|
69338
|
+
const _rSe = "referenceSet";
|
|
69339
|
+
const _rSep = "reportSet";
|
|
69340
|
+
const _rSepl = "replacementStrategy";
|
|
68513
69341
|
const _rSes = "reservationSet";
|
|
68514
69342
|
const _rSeso = "resourceStatement";
|
|
68515
69343
|
const _rSesou = "resourceSet";
|
|
@@ -68531,6 +69359,7 @@ const _rTe = "resourceType";
|
|
|
68531
69359
|
const _rTel = "releaseTime";
|
|
68532
69360
|
const _rTeq = "requestTime";
|
|
68533
69361
|
const _rTo = "routeTable";
|
|
69362
|
+
const _rUFO = "reservationUnusedFinancialOwner";
|
|
68534
69363
|
const _rUI = "replaceUnhealthyInstances";
|
|
68535
69364
|
const _rUV = "remainingUpfrontValue";
|
|
68536
69365
|
const _rV = "returnValue";
|
|
@@ -68558,6 +69387,8 @@ const _sAu = "supportedArchitectures";
|
|
|
68558
69387
|
const _sAub = "subnetArn";
|
|
68559
69388
|
const _sB = "s3Bucket";
|
|
68560
69389
|
const _sBM = "supportedBootModes";
|
|
69390
|
+
const _sBN = "s3BucketName";
|
|
69391
|
+
const _sBP = "s3BucketPrefix";
|
|
68561
69392
|
const _sC = "serviceConfiguration";
|
|
68562
69393
|
const _sCA = "serverCertificateArn";
|
|
68563
69394
|
const _sCAE = "serialConsoleAccessEnabled";
|
|
@@ -68713,9 +69544,10 @@ const _sVh = "shellVersion";
|
|
|
68713
69544
|
const _sVu = "supportedVersions";
|
|
68714
69545
|
const _sWD = "startWeekDay";
|
|
68715
69546
|
const _s_ = "s3";
|
|
68716
|
-
const _sc = "
|
|
68717
|
-
const _sco = "
|
|
69547
|
+
const _sc = "schedule";
|
|
69548
|
+
const _sco = "scope";
|
|
68718
69549
|
const _scop = "scopes";
|
|
69550
|
+
const _scor = "score";
|
|
68719
69551
|
const _se = "service";
|
|
68720
69552
|
const _si = "size";
|
|
68721
69553
|
const _so = "sockets";
|