@aws-sdk/client-ec2 3.909.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 +80 -0
- package/dist-cjs/index.js +1715 -465
- package/dist-es/EC2.js +20 -0
- package/dist-es/commands/CopyVolumesCommand.js +22 -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 +10 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +29 -9
- package/dist-es/models/models_2.js +0 -26
- package/dist-es/models/models_3.js +13 -9
- package/dist-es/models/models_4.js +22 -18
- package/dist-es/models/models_5.js +18 -20
- package/dist-es/models/models_6.js +129 -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 +1052 -143
- package/dist-types/EC2.d.ts +74 -0
- package/dist-types/EC2Client.d.ts +12 -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 +137 -0
- 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 +4 -2
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
- 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/DescribeVolumeStatusCommand.d.ts +3 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- 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 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- 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 +10 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +415 -210
- package/dist-types/models/models_2.d.ts +187 -333
- package/dist-types/models/models_3.d.ts +184 -241
- package/dist-types/models/models_4.d.ts +414 -281
- package/dist-types/models/models_5.d.ts +275 -293
- package/dist-types/models/models_6.d.ts +1596 -1580
- package/dist-types/models/models_7.d.ts +4799 -4756
- package/dist-types/models/models_8.d.ts +1010 -10
- 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 +90 -0
- package/dist-types/ts3.4/EC2.d.ts +192 -0
- package/dist-types/ts3.4/EC2Client.d.ts +60 -0
- package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
- 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/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.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/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +88 -47
- package/dist-types/ts3.4/models/models_2.d.ts +36 -86
- package/dist-types/ts3.4/models/models_3.d.ts +49 -54
- package/dist-types/ts3.4/models/models_4.d.ts +92 -76
- package/dist-types/ts3.4/models/models_5.d.ts +76 -79
- package/dist-types/ts3.4/models/models_6.d.ts +296 -269
- package/dist-types/ts3.4/models/models_7.d.ts +268 -237
- package/dist-types/ts3.4/models/models_8.d.ts +243 -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 +120 -0
- package/package.json +35 -35
|
@@ -603,6 +603,26 @@ export const se_CopySnapshotCommand = async (input, context) => {
|
|
|
603
603
|
});
|
|
604
604
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
605
605
|
};
|
|
606
|
+
export const se_CopyVolumesCommand = async (input, context) => {
|
|
607
|
+
const headers = SHARED_HEADERS;
|
|
608
|
+
let body;
|
|
609
|
+
body = buildFormUrlencodedString({
|
|
610
|
+
...se_CopyVolumesRequest(input, context),
|
|
611
|
+
[_A]: _CV,
|
|
612
|
+
[_V]: _,
|
|
613
|
+
});
|
|
614
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
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
|
+
};
|
|
606
626
|
export const se_CreateCapacityReservationCommand = async (input, context) => {
|
|
607
627
|
const headers = SHARED_HEADERS;
|
|
608
628
|
let body;
|
|
@@ -1438,7 +1458,7 @@ export const se_CreateVolumeCommand = async (input, context) => {
|
|
|
1438
1458
|
let body;
|
|
1439
1459
|
body = buildFormUrlencodedString({
|
|
1440
1460
|
...se_CreateVolumeRequest(input, context),
|
|
1441
|
-
[_A]:
|
|
1461
|
+
[_A]: _CVr,
|
|
1442
1462
|
[_V]: _,
|
|
1443
1463
|
});
|
|
1444
1464
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1448,7 +1468,7 @@ export const se_CreateVpcCommand = async (input, context) => {
|
|
|
1448
1468
|
let body;
|
|
1449
1469
|
body = buildFormUrlencodedString({
|
|
1450
1470
|
...se_CreateVpcRequest(input, context),
|
|
1451
|
-
[_A]:
|
|
1471
|
+
[_A]: _CVre,
|
|
1452
1472
|
[_V]: _,
|
|
1453
1473
|
});
|
|
1454
1474
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -1533,6 +1553,16 @@ export const se_CreateVpnGatewayCommand = async (input, context) => {
|
|
|
1533
1553
|
});
|
|
1534
1554
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1535
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
|
+
};
|
|
1536
1566
|
export const se_DeleteCarrierGatewayCommand = async (input, context) => {
|
|
1537
1567
|
const headers = SHARED_HEADERS;
|
|
1538
1568
|
let body;
|
|
@@ -2573,6 +2603,16 @@ export const se_DescribeCapacityBlockStatusCommand = async (input, context) => {
|
|
|
2573
2603
|
});
|
|
2574
2604
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2575
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
|
+
};
|
|
2576
2616
|
export const se_DescribeCapacityReservationBillingRequestsCommand = async (input, context) => {
|
|
2577
2617
|
const headers = SHARED_HEADERS;
|
|
2578
2618
|
let body;
|
|
@@ -4243,6 +4283,16 @@ export const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (i
|
|
|
4243
4283
|
});
|
|
4244
4284
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4245
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
|
+
};
|
|
4246
4296
|
export const se_DisableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4247
4297
|
const headers = SHARED_HEADERS;
|
|
4248
4298
|
let body;
|
|
@@ -4603,6 +4653,16 @@ export const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (in
|
|
|
4603
4653
|
});
|
|
4604
4654
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4605
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
|
+
};
|
|
4606
4666
|
export const se_EnableEbsEncryptionByDefaultCommand = async (input, context) => {
|
|
4607
4667
|
const headers = SHARED_HEADERS;
|
|
4608
4668
|
let body;
|
|
@@ -4873,6 +4933,36 @@ export const se_GetAwsNetworkPerformanceDataCommand = async (input, context) =>
|
|
|
4873
4933
|
});
|
|
4874
4934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4875
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
|
+
};
|
|
4876
4966
|
export const se_GetCapacityReservationUsageCommand = async (input, context) => {
|
|
4877
4967
|
const headers = SHARED_HEADERS;
|
|
4878
4968
|
let body;
|
|
@@ -6913,6 +7003,16 @@ export const se_UnmonitorInstancesCommand = async (input, context) => {
|
|
|
6913
7003
|
});
|
|
6914
7004
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6915
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
|
+
};
|
|
6916
7016
|
export const se_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (input, context) => {
|
|
6917
7017
|
const headers = SHARED_HEADERS;
|
|
6918
7018
|
let body;
|
|
@@ -7711,6 +7811,32 @@ export const de_CopySnapshotCommand = async (output, context) => {
|
|
|
7711
7811
|
};
|
|
7712
7812
|
return response;
|
|
7713
7813
|
};
|
|
7814
|
+
export const de_CopyVolumesCommand = async (output, context) => {
|
|
7815
|
+
if (output.statusCode >= 300) {
|
|
7816
|
+
return de_CommandError(output, context);
|
|
7817
|
+
}
|
|
7818
|
+
const data = await parseBody(output.body, context);
|
|
7819
|
+
let contents = {};
|
|
7820
|
+
contents = de_CopyVolumesResult(data, context);
|
|
7821
|
+
const response = {
|
|
7822
|
+
$metadata: deserializeMetadata(output),
|
|
7823
|
+
...contents,
|
|
7824
|
+
};
|
|
7825
|
+
return response;
|
|
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
|
+
};
|
|
7714
7840
|
export const de_CreateCapacityReservationCommand = async (output, context) => {
|
|
7715
7841
|
if (output.statusCode >= 300) {
|
|
7716
7842
|
return de_CommandError(output, context);
|
|
@@ -8911,6 +9037,19 @@ export const de_CreateVpnGatewayCommand = async (output, context) => {
|
|
|
8911
9037
|
};
|
|
8912
9038
|
return response;
|
|
8913
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
|
+
};
|
|
8914
9053
|
export const de_DeleteCarrierGatewayCommand = async (output, context) => {
|
|
8915
9054
|
if (output.statusCode >= 300) {
|
|
8916
9055
|
return de_CommandError(output, context);
|
|
@@ -10209,6 +10348,19 @@ export const de_DescribeCapacityBlockStatusCommand = async (output, context) =>
|
|
|
10209
10348
|
};
|
|
10210
10349
|
return response;
|
|
10211
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
|
+
};
|
|
10212
10364
|
export const de_DescribeCapacityReservationBillingRequestsCommand = async (output, context) => {
|
|
10213
10365
|
if (output.statusCode >= 300) {
|
|
10214
10366
|
return de_CommandError(output, context);
|
|
@@ -12371,6 +12523,19 @@ export const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (o
|
|
|
12371
12523
|
};
|
|
12372
12524
|
return response;
|
|
12373
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
|
+
};
|
|
12374
12539
|
export const de_DisableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12375
12540
|
if (output.statusCode >= 300) {
|
|
12376
12541
|
return de_CommandError(output, context);
|
|
@@ -12830,6 +12995,19 @@ export const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (ou
|
|
|
12830
12995
|
};
|
|
12831
12996
|
return response;
|
|
12832
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
|
+
};
|
|
12833
13011
|
export const de_EnableEbsEncryptionByDefaultCommand = async (output, context) => {
|
|
12834
13012
|
if (output.statusCode >= 300) {
|
|
12835
13013
|
return de_CommandError(output, context);
|
|
@@ -13175,6 +13353,45 @@ export const de_GetAwsNetworkPerformanceDataCommand = async (output, context) =>
|
|
|
13175
13353
|
};
|
|
13176
13354
|
return response;
|
|
13177
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
|
+
};
|
|
13178
13395
|
export const de_GetCapacityReservationUsageCommand = async (output, context) => {
|
|
13179
13396
|
if (output.statusCode >= 300) {
|
|
13180
13397
|
return de_CommandError(output, context);
|
|
@@ -15767,6 +15984,19 @@ export const de_UnmonitorInstancesCommand = async (output, context) => {
|
|
|
15767
15984
|
};
|
|
15768
15985
|
return response;
|
|
15769
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
|
+
};
|
|
15770
16000
|
export const de_UpdateSecurityGroupRuleDescriptionsEgressCommand = async (output, context) => {
|
|
15771
16001
|
if (output.statusCode >= 300) {
|
|
15772
16002
|
return de_CommandError(output, context);
|
|
@@ -17362,6 +17592,44 @@ const se_CapacityBlockIds = (input, context) => {
|
|
|
17362
17592
|
}
|
|
17363
17593
|
return entries;
|
|
17364
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
|
+
};
|
|
17365
17633
|
const se_CapacityReservationFleetIdSet = (input, context) => {
|
|
17366
17634
|
const entries = {};
|
|
17367
17635
|
let counter = 1;
|
|
@@ -17614,6 +17882,18 @@ const se_CoipPoolIdSet = (input, context) => {
|
|
|
17614
17882
|
}
|
|
17615
17883
|
return entries;
|
|
17616
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
|
+
};
|
|
17617
17897
|
const se_ConfirmProductInstanceRequest = (input, context) => {
|
|
17618
17898
|
const entries = {};
|
|
17619
17899
|
if (input[_IIn] != null) {
|
|
@@ -17796,6 +18076,44 @@ const se_CopySnapshotRequest = (input, context) => {
|
|
|
17796
18076
|
}
|
|
17797
18077
|
return entries;
|
|
17798
18078
|
};
|
|
18079
|
+
const se_CopyVolumesRequest = (input, context) => {
|
|
18080
|
+
const entries = {};
|
|
18081
|
+
if (input[_SVI] != null) {
|
|
18082
|
+
entries[_SVI] = input[_SVI];
|
|
18083
|
+
}
|
|
18084
|
+
if (input[_I] != null) {
|
|
18085
|
+
entries[_I] = input[_I];
|
|
18086
|
+
}
|
|
18087
|
+
if (input[_Siz] != null) {
|
|
18088
|
+
entries[_Siz] = input[_Siz];
|
|
18089
|
+
}
|
|
18090
|
+
if (input[_VT] != null) {
|
|
18091
|
+
entries[_VT] = input[_VT];
|
|
18092
|
+
}
|
|
18093
|
+
if (input[_DRr] != null) {
|
|
18094
|
+
entries[_DRr] = input[_DRr];
|
|
18095
|
+
}
|
|
18096
|
+
if (input[_TS] != null) {
|
|
18097
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18098
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18099
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18100
|
+
entries[loc] = value;
|
|
18101
|
+
});
|
|
18102
|
+
}
|
|
18103
|
+
if (input[_MAE] != null) {
|
|
18104
|
+
entries[_MAE] = input[_MAE];
|
|
18105
|
+
}
|
|
18106
|
+
if (input[_Th] != null) {
|
|
18107
|
+
entries[_Th] = input[_Th];
|
|
18108
|
+
}
|
|
18109
|
+
if (input[_CTl] === undefined) {
|
|
18110
|
+
input[_CTl] = generateIdempotencyToken();
|
|
18111
|
+
}
|
|
18112
|
+
if (input[_CTl] != null) {
|
|
18113
|
+
entries[_CTl] = input[_CTl];
|
|
18114
|
+
}
|
|
18115
|
+
return entries;
|
|
18116
|
+
};
|
|
17799
18117
|
const se_CpuManufacturerSet = (input, context) => {
|
|
17800
18118
|
const entries = {};
|
|
17801
18119
|
let counter = 1;
|
|
@@ -17843,6 +18161,38 @@ const se_CpuPerformanceFactorRequest = (input, context) => {
|
|
|
17843
18161
|
}
|
|
17844
18162
|
return entries;
|
|
17845
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
|
+
};
|
|
17846
18196
|
const se_CreateCapacityReservationBySplittingRequest = (input, context) => {
|
|
17847
18197
|
const entries = {};
|
|
17848
18198
|
if (input[_DRr] != null) {
|
|
@@ -20689,8 +21039,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
20689
21039
|
if (input[_PSKE] != null) {
|
|
20690
21040
|
entries[_PSKE] = input[_PSKE];
|
|
20691
21041
|
}
|
|
20692
|
-
if (input[
|
|
20693
|
-
entries[
|
|
21042
|
+
if (input[_Is] != null) {
|
|
21043
|
+
entries[_Is] = input[_Is];
|
|
20694
21044
|
}
|
|
20695
21045
|
if (input[_AE] != null) {
|
|
20696
21046
|
entries[_AE] = input[_AE];
|
|
@@ -20707,8 +21057,8 @@ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
20707
21057
|
if (input[_CSl] != null) {
|
|
20708
21058
|
entries[_CSl] = input[_CSl];
|
|
20709
21059
|
}
|
|
20710
|
-
if (input[
|
|
20711
|
-
entries[
|
|
21060
|
+
if (input[_Sco] != null) {
|
|
21061
|
+
entries[_Sco] = input[_Sco];
|
|
20712
21062
|
}
|
|
20713
21063
|
return entries;
|
|
20714
21064
|
};
|
|
@@ -20724,8 +21074,8 @@ const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
|
20724
21074
|
};
|
|
20725
21075
|
const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
20726
21076
|
const entries = {};
|
|
20727
|
-
if (input[
|
|
20728
|
-
entries[
|
|
21077
|
+
if (input[_Is] != null) {
|
|
21078
|
+
entries[_Is] = input[_Is];
|
|
20729
21079
|
}
|
|
20730
21080
|
if (input[_AE] != null) {
|
|
20731
21081
|
entries[_AE] = input[_AE];
|
|
@@ -20742,8 +21092,8 @@ const se_CreateVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
20742
21092
|
if (input[_CSl] != null) {
|
|
20743
21093
|
entries[_CSl] = input[_CSl];
|
|
20744
21094
|
}
|
|
20745
|
-
if (input[
|
|
20746
|
-
entries[
|
|
21095
|
+
if (input[_Sco] != null) {
|
|
21096
|
+
entries[_Sco] = input[_Sco];
|
|
20747
21097
|
}
|
|
20748
21098
|
return entries;
|
|
20749
21099
|
};
|
|
@@ -20864,8 +21214,8 @@ const se_CreateVolumeRequest = (input, context) => {
|
|
|
20864
21214
|
if (input[_Enc] != null) {
|
|
20865
21215
|
entries[_Enc] = input[_Enc];
|
|
20866
21216
|
}
|
|
20867
|
-
if (input[
|
|
20868
|
-
entries[
|
|
21217
|
+
if (input[_I] != null) {
|
|
21218
|
+
entries[_I] = input[_I];
|
|
20869
21219
|
}
|
|
20870
21220
|
if (input[_KKI] != null) {
|
|
20871
21221
|
entries[_KKI] = input[_KKI];
|
|
@@ -21309,6 +21659,16 @@ const se_DedicatedHostIdList = (input, context) => {
|
|
|
21309
21659
|
}
|
|
21310
21660
|
return entries;
|
|
21311
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
|
+
};
|
|
21312
21672
|
const se_DeleteCarrierGatewayRequest = (input, context) => {
|
|
21313
21673
|
const entries = {};
|
|
21314
21674
|
if (input[_CGI] != null) {
|
|
@@ -22718,6 +23078,33 @@ const se_DescribeCapacityBlockStatusRequest = (input, context) => {
|
|
|
22718
23078
|
}
|
|
22719
23079
|
return entries;
|
|
22720
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
|
+
};
|
|
22721
23108
|
const se_DescribeCapacityReservationBillingRequestsRequest = (input, context) => {
|
|
22722
23109
|
const entries = {};
|
|
22723
23110
|
if (input[_CRIa] != null) {
|
|
@@ -26932,6 +27319,23 @@ const se_DhcpOptionsIdStringList = (input, context) => {
|
|
|
26932
27319
|
}
|
|
26933
27320
|
return entries;
|
|
26934
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
|
+
};
|
|
26935
27339
|
const se_DirectoryServiceAuthenticationRequest = (input, context) => {
|
|
26936
27340
|
const entries = {};
|
|
26937
27341
|
if (input[_DIir] != null) {
|
|
@@ -26975,6 +27379,19 @@ const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context
|
|
|
26975
27379
|
}
|
|
26976
27380
|
return entries;
|
|
26977
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
|
+
};
|
|
26978
27395
|
const se_DisableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
26979
27396
|
const entries = {};
|
|
26980
27397
|
if (input[_DRr] != null) {
|
|
@@ -27445,8 +27862,8 @@ const se_EbsBlockDevice = (input, context) => {
|
|
|
27445
27862
|
if (input[_DOT] != null) {
|
|
27446
27863
|
entries[_DOT] = input[_DOT];
|
|
27447
27864
|
}
|
|
27448
|
-
if (input[
|
|
27449
|
-
entries[
|
|
27865
|
+
if (input[_I] != null) {
|
|
27866
|
+
entries[_I] = input[_I];
|
|
27450
27867
|
}
|
|
27451
27868
|
if (input[_SIn] != null) {
|
|
27452
27869
|
entries[_SIn] = input[_SIn];
|
|
@@ -27630,6 +28047,22 @@ const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context)
|
|
|
27630
28047
|
}
|
|
27631
28048
|
return entries;
|
|
27632
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
|
+
};
|
|
27633
28066
|
const se_EnableEbsEncryptionByDefaultRequest = (input, context) => {
|
|
27634
28067
|
const entries = {};
|
|
27635
28068
|
if (input[_DRr] != null) {
|
|
@@ -28163,8 +28596,8 @@ const se_FleetEbsBlockDeviceRequest = (input, context) => {
|
|
|
28163
28596
|
if (input[_DOT] != null) {
|
|
28164
28597
|
entries[_DOT] = input[_DOT];
|
|
28165
28598
|
}
|
|
28166
|
-
if (input[
|
|
28167
|
-
entries[
|
|
28599
|
+
if (input[_I] != null) {
|
|
28600
|
+
entries[_I] = input[_I];
|
|
28168
28601
|
}
|
|
28169
28602
|
if (input[_Th] != null) {
|
|
28170
28603
|
entries[_Th] = input[_Th];
|
|
@@ -28444,6 +28877,96 @@ const se_GetAwsNetworkPerformanceDataRequest = (input, context) => {
|
|
|
28444
28877
|
}
|
|
28445
28878
|
return entries;
|
|
28446
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
|
+
};
|
|
28447
28970
|
const se_GetCapacityReservationUsageRequest = (input, context) => {
|
|
28448
28971
|
const entries = {};
|
|
28449
28972
|
if (input[_CRI] != null) {
|
|
@@ -29360,6 +29883,18 @@ const se_GetVpnTunnelReplacementStatusRequest = (input, context) => {
|
|
|
29360
29883
|
}
|
|
29361
29884
|
return entries;
|
|
29362
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
|
+
};
|
|
29363
29898
|
const se_GroupIdentifier = (input, context) => {
|
|
29364
29899
|
const entries = {};
|
|
29365
29900
|
if (input[_GIr] != null) {
|
|
@@ -29772,8 +30307,8 @@ const se_ImportImageRequest = (input, context) => {
|
|
|
29772
30307
|
if (input[_De] != null) {
|
|
29773
30308
|
entries[_De] = input[_De];
|
|
29774
30309
|
}
|
|
29775
|
-
if (input[
|
|
29776
|
-
const memberEntries = se_ImageDiskContainerList(input[
|
|
30310
|
+
if (input[_DCis] != null) {
|
|
30311
|
+
const memberEntries = se_ImageDiskContainerList(input[_DCis], context);
|
|
29777
30312
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29778
30313
|
const loc = `DiskContainer.${key.substring(key.indexOf(".") + 1)}`;
|
|
29779
30314
|
entries[loc] = value;
|
|
@@ -29937,8 +30472,8 @@ const se_ImportSnapshotRequest = (input, context) => {
|
|
|
29937
30472
|
if (input[_De] != null) {
|
|
29938
30473
|
entries[_De] = input[_De];
|
|
29939
30474
|
}
|
|
29940
|
-
if (input[
|
|
29941
|
-
const memberEntries = se_SnapshotDiskContainer(input[
|
|
30475
|
+
if (input[_DCisk] != null) {
|
|
30476
|
+
const memberEntries = se_SnapshotDiskContainer(input[_DCisk], context);
|
|
29942
30477
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29943
30478
|
const loc = `DiskContainer.${key}`;
|
|
29944
30479
|
entries[loc] = value;
|
|
@@ -31107,8 +31642,8 @@ const se_KeyPairIdStringList = (input, context) => {
|
|
|
31107
31642
|
};
|
|
31108
31643
|
const se_LaunchPermission = (input, context) => {
|
|
31109
31644
|
const entries = {};
|
|
31110
|
-
if (input[
|
|
31111
|
-
entries[
|
|
31645
|
+
if (input[_OArg] != null) {
|
|
31646
|
+
entries[_OArg] = input[_OArg];
|
|
31112
31647
|
}
|
|
31113
31648
|
if (input[_OUA] != null) {
|
|
31114
31649
|
entries[_OUA] = input[_OUA];
|
|
@@ -31272,8 +31807,8 @@ const se_LaunchTemplateEbsBlockDeviceRequest = (input, context) => {
|
|
|
31272
31807
|
if (input[_DOT] != null) {
|
|
31273
31808
|
entries[_DOT] = input[_DOT];
|
|
31274
31809
|
}
|
|
31275
|
-
if (input[
|
|
31276
|
-
entries[
|
|
31810
|
+
if (input[_I] != null) {
|
|
31811
|
+
entries[_I] = input[_I];
|
|
31277
31812
|
}
|
|
31278
31813
|
if (input[_KKI] != null) {
|
|
31279
31814
|
entries[_KKI] = input[_KKI];
|
|
@@ -32030,6 +32565,18 @@ const se_MemoryMiBRequest = (input, context) => {
|
|
|
32030
32565
|
}
|
|
32031
32566
|
return entries;
|
|
32032
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
|
+
};
|
|
32033
32580
|
const se_ModifyAddressAttributeRequest = (input, context) => {
|
|
32034
32581
|
const entries = {};
|
|
32035
32582
|
if (input[_AIl] != null) {
|
|
@@ -32380,8 +32927,8 @@ const se_ModifyImageAttributeRequest = (input, context) => {
|
|
|
32380
32927
|
if (input[_Va] != null) {
|
|
32381
32928
|
entries[_Va] = input[_Va];
|
|
32382
32929
|
}
|
|
32383
|
-
if (input[
|
|
32384
|
-
const memberEntries = se_OrganizationArnStringList(input[
|
|
32930
|
+
if (input[_OArga] != null) {
|
|
32931
|
+
const memberEntries = se_OrganizationArnStringList(input[_OArga], context);
|
|
32385
32932
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32386
32933
|
const loc = `OrganizationArn.${key.substring(key.indexOf(".") + 1)}`;
|
|
32387
32934
|
entries[loc] = value;
|
|
@@ -33783,8 +34330,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
33783
34330
|
if (input[_PSKE] != null) {
|
|
33784
34331
|
entries[_PSKE] = input[_PSKE];
|
|
33785
34332
|
}
|
|
33786
|
-
if (input[
|
|
33787
|
-
entries[
|
|
34333
|
+
if (input[_Is] != null) {
|
|
34334
|
+
entries[_Is] = input[_Is];
|
|
33788
34335
|
}
|
|
33789
34336
|
if (input[_AE] != null) {
|
|
33790
34337
|
entries[_AE] = input[_AE];
|
|
@@ -33801,8 +34348,8 @@ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) =>
|
|
|
33801
34348
|
if (input[_CSl] != null) {
|
|
33802
34349
|
entries[_CSl] = input[_CSl];
|
|
33803
34350
|
}
|
|
33804
|
-
if (input[
|
|
33805
|
-
entries[
|
|
34351
|
+
if (input[_Sco] != null) {
|
|
34352
|
+
entries[_Sco] = input[_Sco];
|
|
33806
34353
|
}
|
|
33807
34354
|
return entries;
|
|
33808
34355
|
};
|
|
@@ -33815,8 +34362,8 @@ const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
|
|
|
33815
34362
|
};
|
|
33816
34363
|
const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
33817
34364
|
const entries = {};
|
|
33818
|
-
if (input[
|
|
33819
|
-
entries[
|
|
34365
|
+
if (input[_Is] != null) {
|
|
34366
|
+
entries[_Is] = input[_Is];
|
|
33820
34367
|
}
|
|
33821
34368
|
if (input[_AE] != null) {
|
|
33822
34369
|
entries[_AE] = input[_AE];
|
|
@@ -33833,8 +34380,8 @@ const se_ModifyVerifiedAccessTrustProviderOidcOptions = (input, context) => {
|
|
|
33833
34380
|
if (input[_CSl] != null) {
|
|
33834
34381
|
entries[_CSl] = input[_CSl];
|
|
33835
34382
|
}
|
|
33836
|
-
if (input[
|
|
33837
|
-
entries[
|
|
34383
|
+
if (input[_Sco] != null) {
|
|
34384
|
+
entries[_Sco] = input[_Sco];
|
|
33838
34385
|
}
|
|
33839
34386
|
return entries;
|
|
33840
34387
|
};
|
|
@@ -33916,8 +34463,8 @@ const se_ModifyVolumeRequest = (input, context) => {
|
|
|
33916
34463
|
if (input[_VT] != null) {
|
|
33917
34464
|
entries[_VT] = input[_VT];
|
|
33918
34465
|
}
|
|
33919
|
-
if (input[
|
|
33920
|
-
entries[
|
|
34466
|
+
if (input[_I] != null) {
|
|
34467
|
+
entries[_I] = input[_I];
|
|
33921
34468
|
}
|
|
33922
34469
|
if (input[_Th] != null) {
|
|
33923
34470
|
entries[_Th] = input[_Th];
|
|
@@ -36639,8 +37186,8 @@ const se_ReservedInstancesConfiguration = (input, context) => {
|
|
|
36639
37186
|
if (input[_Pla] != null) {
|
|
36640
37187
|
entries[_Pla] = input[_Pla];
|
|
36641
37188
|
}
|
|
36642
|
-
if (input[
|
|
36643
|
-
entries[
|
|
37189
|
+
if (input[_Sco] != null) {
|
|
37190
|
+
entries[_Sco] = input[_Sco];
|
|
36644
37191
|
}
|
|
36645
37192
|
if (input[_AZI] != null) {
|
|
36646
37193
|
entries[_AZI] = input[_AZI];
|
|
@@ -37520,8 +38067,8 @@ const se_ScheduledInstancesEbs = (input, context) => {
|
|
|
37520
38067
|
if (input[_Enc] != null) {
|
|
37521
38068
|
entries[_Enc] = input[_Enc];
|
|
37522
38069
|
}
|
|
37523
|
-
if (input[
|
|
37524
|
-
entries[
|
|
38070
|
+
if (input[_I] != null) {
|
|
38071
|
+
entries[_I] = input[_I];
|
|
37525
38072
|
}
|
|
37526
38073
|
if (input[_SIn] != null) {
|
|
37527
38074
|
entries[_SIn] = input[_SIn];
|
|
@@ -39144,6 +39691,22 @@ const se_UnmonitorInstancesRequest = (input, context) => {
|
|
|
39144
39691
|
}
|
|
39145
39692
|
return entries;
|
|
39146
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
|
+
};
|
|
39147
39710
|
const se_UpdateSecurityGroupRuleDescriptionsEgressRequest = (input, context) => {
|
|
39148
39711
|
const entries = {};
|
|
39149
39712
|
if (input[_DRr] != null) {
|
|
@@ -40071,7 +40634,7 @@ const de_AdditionalDetail = (output, context) => {
|
|
|
40071
40634
|
contents[_ADT] = __expectString(output[_aDT]);
|
|
40072
40635
|
}
|
|
40073
40636
|
if (output[_c] != null) {
|
|
40074
|
-
contents[
|
|
40637
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
40075
40638
|
}
|
|
40076
40639
|
if (output[_vES] != null) {
|
|
40077
40640
|
contents[_VESp] = de_AnalysisComponent(output[_vES], context);
|
|
@@ -40485,7 +41048,7 @@ const de_AnalysisSecurityGroupRule = (output, context) => {
|
|
|
40485
41048
|
contents[_C] = __expectString(output[_ci]);
|
|
40486
41049
|
}
|
|
40487
41050
|
if (output[_di] != null) {
|
|
40488
|
-
contents[
|
|
41051
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
40489
41052
|
}
|
|
40490
41053
|
if (output[_sGI] != null) {
|
|
40491
41054
|
contents[_SGIe] = __expectString(output[_sGI]);
|
|
@@ -41674,6 +42237,108 @@ const de_CapacityBlockStatusSet = (output, context) => {
|
|
|
41674
42237
|
return de_CapacityBlockStatus(entry, context);
|
|
41675
42238
|
});
|
|
41676
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
|
+
};
|
|
41677
42342
|
const de_CapacityReservation = (output, context) => {
|
|
41678
42343
|
const contents = {};
|
|
41679
42344
|
if (output[_cRI] != null) {
|
|
@@ -42660,6 +43325,16 @@ const de_CopySnapshotResult = (output, context) => {
|
|
|
42660
43325
|
}
|
|
42661
43326
|
return contents;
|
|
42662
43327
|
};
|
|
43328
|
+
const de_CopyVolumesResult = (output, context) => {
|
|
43329
|
+
const contents = {};
|
|
43330
|
+
if (String(output.volumeSet).trim() === "") {
|
|
43331
|
+
contents[_Vol] = [];
|
|
43332
|
+
}
|
|
43333
|
+
else if (output[_vS] != null && output[_vS][_i] != null) {
|
|
43334
|
+
contents[_Vol] = de_VolumeList(__getArrayIfSingleItem(output[_vS][_i]), context);
|
|
43335
|
+
}
|
|
43336
|
+
return contents;
|
|
43337
|
+
};
|
|
42663
43338
|
const de_CoreCountList = (output, context) => {
|
|
42664
43339
|
return (output || [])
|
|
42665
43340
|
.filter((e) => e != null)
|
|
@@ -42692,8 +43367,15 @@ const de_CpuPerformanceFactor = (output, context) => {
|
|
|
42692
43367
|
if (String(output.referenceSet).trim() === "") {
|
|
42693
43368
|
contents[_R] = [];
|
|
42694
43369
|
}
|
|
42695
|
-
else if (output[
|
|
42696
|
-
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]);
|
|
42697
43379
|
}
|
|
42698
43380
|
return contents;
|
|
42699
43381
|
};
|
|
@@ -42955,8 +43637,8 @@ const de_CreateImageResult = (output, context) => {
|
|
|
42955
43637
|
};
|
|
42956
43638
|
const de_CreateImageUsageReportResult = (output, context) => {
|
|
42957
43639
|
const contents = {};
|
|
42958
|
-
if (output[
|
|
42959
|
-
contents[_RIep] = __expectString(output[
|
|
43640
|
+
if (output[_rIe] != null) {
|
|
43641
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
42960
43642
|
}
|
|
42961
43643
|
return contents;
|
|
42962
43644
|
};
|
|
@@ -43605,8 +44287,8 @@ const de_DataResponses = (output, context) => {
|
|
|
43605
44287
|
};
|
|
43606
44288
|
const de_DeclarativePoliciesReport = (output, context) => {
|
|
43607
44289
|
const contents = {};
|
|
43608
|
-
if (output[
|
|
43609
|
-
contents[_RIep] = __expectString(output[
|
|
44290
|
+
if (output[_rIe] != null) {
|
|
44291
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
43610
44292
|
}
|
|
43611
44293
|
if (output[_sB] != null) {
|
|
43612
44294
|
contents[_SB] = __expectString(output[_sB]);
|
|
@@ -43648,6 +44330,13 @@ const de_DedicatedHostIdList = (output, context) => {
|
|
|
43648
44330
|
return __expectString(entry);
|
|
43649
44331
|
});
|
|
43650
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
|
+
};
|
|
43651
44340
|
const de_DeleteCarrierGatewayResult = (output, context) => {
|
|
43652
44341
|
const contents = {};
|
|
43653
44342
|
if (output[_cG] != null) {
|
|
@@ -44510,6 +45199,19 @@ const de_DescribeCapacityBlockStatusResult = (output, context) => {
|
|
|
44510
45199
|
}
|
|
44511
45200
|
return contents;
|
|
44512
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
|
+
};
|
|
44513
45215
|
const de_DescribeCapacityReservationBillingRequestsResult = (output, context) => {
|
|
44514
45216
|
const contents = {};
|
|
44515
45217
|
if (output[_nTe] != null) {
|
|
@@ -44688,8 +45390,8 @@ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
|
|
|
44688
45390
|
if (String(output.reportSet).trim() === "") {
|
|
44689
45391
|
contents[_Rep] = [];
|
|
44690
45392
|
}
|
|
44691
|
-
else if (output[
|
|
44692
|
-
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);
|
|
44693
45395
|
}
|
|
44694
45396
|
return contents;
|
|
44695
45397
|
};
|
|
@@ -45768,8 +46470,8 @@ const de_DescribeRegionsResult = (output, context) => {
|
|
|
45768
46470
|
if (String(output.regionInfo).trim() === "") {
|
|
45769
46471
|
contents[_Reg] = [];
|
|
45770
46472
|
}
|
|
45771
|
-
else if (output[
|
|
45772
|
-
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);
|
|
45773
46475
|
}
|
|
45774
46476
|
return contents;
|
|
45775
46477
|
};
|
|
@@ -45825,10 +46527,10 @@ const de_DescribeReservedInstancesOfferingsResult = (output, context) => {
|
|
|
45825
46527
|
const de_DescribeReservedInstancesResult = (output, context) => {
|
|
45826
46528
|
const contents = {};
|
|
45827
46529
|
if (String(output.reservedInstancesSet).trim() === "") {
|
|
45828
|
-
contents[
|
|
46530
|
+
contents[_RIeser] = [];
|
|
45829
46531
|
}
|
|
45830
46532
|
else if (output[_rIS] != null && output[_rIS][_i] != null) {
|
|
45831
|
-
contents[
|
|
46533
|
+
contents[_RIeser] = de_ReservedInstancesList(__getArrayIfSingleItem(output[_rIS][_i]), context);
|
|
45832
46534
|
}
|
|
45833
46535
|
return contents;
|
|
45834
46536
|
};
|
|
@@ -46801,6 +47503,16 @@ const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context
|
|
|
46801
47503
|
}
|
|
46802
47504
|
return contents;
|
|
46803
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
|
+
};
|
|
46804
47516
|
const de_DisableEbsEncryptionByDefaultResult = (output, context) => {
|
|
46805
47517
|
const contents = {};
|
|
46806
47518
|
if (output[_eEBD] != null) {
|
|
@@ -47235,7 +47947,7 @@ const de_EbsBlockDevice = (output, context) => {
|
|
|
47235
47947
|
contents[_DOT] = __parseBoolean(output[_dOT]);
|
|
47236
47948
|
}
|
|
47237
47949
|
if (output[_io] != null) {
|
|
47238
|
-
contents[
|
|
47950
|
+
contents[_I] = __strictParseInt32(output[_io]);
|
|
47239
47951
|
}
|
|
47240
47952
|
if (output[_sIn] != null) {
|
|
47241
47953
|
contents[_SIn] = __expectString(output[_sIn]);
|
|
@@ -47278,7 +47990,7 @@ const de_EbsBlockDeviceResponse = (output, context) => {
|
|
|
47278
47990
|
contents[_DOT] = __parseBoolean(output[_dOT]);
|
|
47279
47991
|
}
|
|
47280
47992
|
if (output[_io] != null) {
|
|
47281
|
-
contents[
|
|
47993
|
+
contents[_I] = __strictParseInt32(output[_io]);
|
|
47282
47994
|
}
|
|
47283
47995
|
if (output[_th] != null) {
|
|
47284
47996
|
contents[_Th] = __strictParseInt32(output[_th]);
|
|
@@ -47619,6 +48331,16 @@ const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context)
|
|
|
47619
48331
|
}
|
|
47620
48332
|
return contents;
|
|
47621
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
|
+
};
|
|
47622
48344
|
const de_EnableEbsEncryptionByDefaultResult = (output, context) => {
|
|
47623
48345
|
const contents = {};
|
|
47624
48346
|
if (output[_eEBD] != null) {
|
|
@@ -47945,7 +48667,7 @@ const de_Explanation = (output, context) => {
|
|
|
47945
48667
|
contents[_Ci] = de_ValueStringList(__getArrayIfSingleItem(output[_cS][_i]), context);
|
|
47946
48668
|
}
|
|
47947
48669
|
if (output[_c] != null) {
|
|
47948
|
-
contents[
|
|
48670
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
47949
48671
|
}
|
|
47950
48672
|
if (output[_cGu] != null) {
|
|
47951
48673
|
contents[_CGu] = de_AnalysisComponent(output[_cGu], context);
|
|
@@ -47957,7 +48679,7 @@ const de_Explanation = (output, context) => {
|
|
|
47957
48679
|
contents[_DVest] = de_AnalysisComponent(output[_dV], context);
|
|
47958
48680
|
}
|
|
47959
48681
|
if (output[_di] != null) {
|
|
47960
|
-
contents[
|
|
48682
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
47961
48683
|
}
|
|
47962
48684
|
if (output[_eCx] != null) {
|
|
47963
48685
|
contents[_ECx] = __expectString(output[_eCx]);
|
|
@@ -48401,7 +49123,7 @@ const de_FirewallStatefulRule = (output, context) => {
|
|
|
48401
49123
|
contents[_RAu] = __expectString(output[_rA]);
|
|
48402
49124
|
}
|
|
48403
49125
|
if (output[_di] != null) {
|
|
48404
|
-
contents[
|
|
49126
|
+
contents[_Dir] = __expectString(output[_di]);
|
|
48405
49127
|
}
|
|
48406
49128
|
return contents;
|
|
48407
49129
|
};
|
|
@@ -48657,8 +49379,8 @@ const de_FleetSet = (output, context) => {
|
|
|
48657
49379
|
};
|
|
48658
49380
|
const de_FleetSpotCapacityRebalance = (output, context) => {
|
|
48659
49381
|
const contents = {};
|
|
48660
|
-
if (output[
|
|
48661
|
-
contents[_RS] = __expectString(output[
|
|
49382
|
+
if (output[_rSepl] != null) {
|
|
49383
|
+
contents[_RS] = __expectString(output[_rSepl]);
|
|
48662
49384
|
}
|
|
48663
49385
|
if (output[_tD] != null) {
|
|
48664
49386
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -48704,8 +49426,8 @@ const de_FlowLog = (output, context) => {
|
|
|
48704
49426
|
if (output[_tT] != null) {
|
|
48705
49427
|
contents[_TT] = __expectString(output[_tT]);
|
|
48706
49428
|
}
|
|
48707
|
-
if (output[
|
|
48708
|
-
contents[_LDT] = __expectString(output[
|
|
49429
|
+
if (output[_lDTo] != null) {
|
|
49430
|
+
contents[_LDT] = __expectString(output[_lDTo]);
|
|
48709
49431
|
}
|
|
48710
49432
|
if (output[_lD] != null) {
|
|
48711
49433
|
contents[_LD] = __expectString(output[_lD]);
|
|
@@ -48939,6 +49661,57 @@ const de_GetAwsNetworkPerformanceDataResult = (output, context) => {
|
|
|
48939
49661
|
}
|
|
48940
49662
|
return contents;
|
|
48941
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
|
+
};
|
|
48942
49715
|
const de_GetCapacityReservationUsageResult = (output, context) => {
|
|
48943
49716
|
const contents = {};
|
|
48944
49717
|
if (output[_nTe] != null) {
|
|
@@ -49011,8 +49784,8 @@ const de_GetConsoleScreenshotResult = (output, context) => {
|
|
|
49011
49784
|
};
|
|
49012
49785
|
const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
|
|
49013
49786
|
const contents = {};
|
|
49014
|
-
if (output[
|
|
49015
|
-
contents[_RIep] = __expectString(output[
|
|
49787
|
+
if (output[_rIe] != null) {
|
|
49788
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
49016
49789
|
}
|
|
49017
49790
|
if (output[_sB] != null) {
|
|
49018
49791
|
contents[_SB] = __expectString(output[_sB]);
|
|
@@ -50364,8 +51137,8 @@ const de_ImageUsageReport = (output, context) => {
|
|
|
50364
51137
|
if (output[_iIma] != null) {
|
|
50365
51138
|
contents[_IIma] = __expectString(output[_iIma]);
|
|
50366
51139
|
}
|
|
50367
|
-
if (output[
|
|
50368
|
-
contents[_RIep] = __expectString(output[
|
|
51140
|
+
if (output[_rIe] != null) {
|
|
51141
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
50369
51142
|
}
|
|
50370
51143
|
if (String(output.resourceTypeSet).trim() === "") {
|
|
50371
51144
|
contents[_RTe] = [];
|
|
@@ -50404,8 +51177,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50404
51177
|
if (output[_rTe] != null) {
|
|
50405
51178
|
contents[_RT] = __expectString(output[_rTe]);
|
|
50406
51179
|
}
|
|
50407
|
-
if (output[
|
|
50408
|
-
contents[_RIep] = __expectString(output[
|
|
51180
|
+
if (output[_rIe] != null) {
|
|
51181
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
50409
51182
|
}
|
|
50410
51183
|
if (output[_uCs] != null) {
|
|
50411
51184
|
contents[_UCs] = __strictParseLong(output[_uCs]);
|
|
@@ -50416,8 +51189,8 @@ const de_ImageUsageReportEntry = (output, context) => {
|
|
|
50416
51189
|
if (output[_iIma] != null) {
|
|
50417
51190
|
contents[_IIma] = __expectString(output[_iIma]);
|
|
50418
51191
|
}
|
|
50419
|
-
if (output[
|
|
50420
|
-
contents[
|
|
51192
|
+
if (output[_rCTe] != null) {
|
|
51193
|
+
contents[_RCTe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rCTe]));
|
|
50421
51194
|
}
|
|
50422
51195
|
return contents;
|
|
50423
51196
|
};
|
|
@@ -51809,8 +52582,8 @@ const de_InstanceRequirements = (output, context) => {
|
|
|
51809
52582
|
if (String(output.cpuManufacturerSet).trim() === "") {
|
|
51810
52583
|
contents[_CM] = [];
|
|
51811
52584
|
}
|
|
51812
|
-
else if (output[
|
|
51813
|
-
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);
|
|
51814
52587
|
}
|
|
51815
52588
|
if (output[_mGBPVC] != null) {
|
|
51816
52589
|
contents[_MGBPVC] = de_MemoryGiBPerVCpu(output[_mGBPVC], context);
|
|
@@ -53446,8 +54219,8 @@ const de_LastError = (output, context) => {
|
|
|
53446
54219
|
};
|
|
53447
54220
|
const de_LaunchPermission = (output, context) => {
|
|
53448
54221
|
const contents = {};
|
|
53449
|
-
if (output[
|
|
53450
|
-
contents[
|
|
54222
|
+
if (output[_oArg] != null) {
|
|
54223
|
+
contents[_OArg] = __expectString(output[_oArg]);
|
|
53451
54224
|
}
|
|
53452
54225
|
if (output[_oUA] != null) {
|
|
53453
54226
|
contents[_OUA] = __expectString(output[_oUA]);
|
|
@@ -53648,7 +54421,7 @@ const de_LaunchTemplateEbsBlockDevice = (output, context) => {
|
|
|
53648
54421
|
contents[_DOT] = __parseBoolean(output[_dOT]);
|
|
53649
54422
|
}
|
|
53650
54423
|
if (output[_io] != null) {
|
|
53651
|
-
contents[
|
|
54424
|
+
contents[_I] = __strictParseInt32(output[_io]);
|
|
53652
54425
|
}
|
|
53653
54426
|
if (output[_kKI] != null) {
|
|
53654
54427
|
contents[_KKI] = __expectString(output[_kKI]);
|
|
@@ -54714,6 +55487,36 @@ const de_MemoryMiB = (output, context) => {
|
|
|
54714
55487
|
}
|
|
54715
55488
|
return contents;
|
|
54716
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
|
+
};
|
|
54717
55520
|
const de_MetricPoint = (output, context) => {
|
|
54718
55521
|
const contents = {};
|
|
54719
55522
|
if (output[_sD] != null) {
|
|
@@ -54737,6 +55540,23 @@ const de_MetricPoints = (output, context) => {
|
|
|
54737
55540
|
return de_MetricPoint(entry, context);
|
|
54738
55541
|
});
|
|
54739
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
|
+
};
|
|
54740
55560
|
const de_ModifyAddressAttributeResult = (output, context) => {
|
|
54741
55561
|
const contents = {};
|
|
54742
55562
|
if (output[_ad] != null) {
|
|
@@ -55396,7 +56216,7 @@ const de_NativeApplicationOidcOptions = (output, context) => {
|
|
|
55396
56216
|
contents[_PSKE] = __expectString(output[_pSKE]);
|
|
55397
56217
|
}
|
|
55398
56218
|
if (output[_is] != null) {
|
|
55399
|
-
contents[
|
|
56219
|
+
contents[_Is] = __expectString(output[_is]);
|
|
55400
56220
|
}
|
|
55401
56221
|
if (output[_aE] != null) {
|
|
55402
56222
|
contents[_AE] = __expectString(output[_aE]);
|
|
@@ -55410,8 +56230,8 @@ const de_NativeApplicationOidcOptions = (output, context) => {
|
|
|
55410
56230
|
if (output[_cIli] != null) {
|
|
55411
56231
|
contents[_CIl] = __expectString(output[_cIli]);
|
|
55412
56232
|
}
|
|
55413
|
-
if (output[
|
|
55414
|
-
contents[
|
|
56233
|
+
if (output[_sco] != null) {
|
|
56234
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
55415
56235
|
}
|
|
55416
56236
|
return contents;
|
|
55417
56237
|
};
|
|
@@ -56221,7 +57041,7 @@ const de_OccurrenceDaySet = (output, context) => {
|
|
|
56221
57041
|
const de_OidcOptions = (output, context) => {
|
|
56222
57042
|
const contents = {};
|
|
56223
57043
|
if (output[_is] != null) {
|
|
56224
|
-
contents[
|
|
57044
|
+
contents[_Is] = __expectString(output[_is]);
|
|
56225
57045
|
}
|
|
56226
57046
|
if (output[_aE] != null) {
|
|
56227
57047
|
contents[_AE] = __expectString(output[_aE]);
|
|
@@ -56238,8 +57058,8 @@ const de_OidcOptions = (output, context) => {
|
|
|
56238
57058
|
if (output[_cSl] != null) {
|
|
56239
57059
|
contents[_CSl] = __expectString(output[_cSl]);
|
|
56240
57060
|
}
|
|
56241
|
-
if (output[
|
|
56242
|
-
contents[
|
|
57061
|
+
if (output[_sco] != null) {
|
|
57062
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
56243
57063
|
}
|
|
56244
57064
|
return contents;
|
|
56245
57065
|
};
|
|
@@ -56374,7 +57194,7 @@ const de_PathComponent = (output, context) => {
|
|
|
56374
57194
|
contents[_ATtta] = de_AnalysisComponent(output[_aTtt], context);
|
|
56375
57195
|
}
|
|
56376
57196
|
if (output[_c] != null) {
|
|
56377
|
-
contents[
|
|
57197
|
+
contents[_Comp] = de_AnalysisComponent(output[_c], context);
|
|
56378
57198
|
}
|
|
56379
57199
|
if (output[_dV] != null) {
|
|
56380
57200
|
contents[_DVest] = de_AnalysisComponent(output[_dV], context);
|
|
@@ -56476,8 +57296,8 @@ const de_PciId = (output, context) => {
|
|
|
56476
57296
|
if (output[_SIubs] != null) {
|
|
56477
57297
|
contents[_SIubs] = __expectString(output[_SIubs]);
|
|
56478
57298
|
}
|
|
56479
|
-
if (output[
|
|
56480
|
-
contents[
|
|
57299
|
+
if (output[_SVIu] != null) {
|
|
57300
|
+
contents[_SVIu] = __expectString(output[_SVIu]);
|
|
56481
57301
|
}
|
|
56482
57302
|
return contents;
|
|
56483
57303
|
};
|
|
@@ -57550,8 +58370,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
|
|
|
57550
58370
|
};
|
|
57551
58371
|
const de_Reservation = (output, context) => {
|
|
57552
58372
|
const contents = {};
|
|
57553
|
-
if (output[
|
|
57554
|
-
contents[
|
|
58373
|
+
if (output[_rI] != null) {
|
|
58374
|
+
contents[_RIese] = __expectString(output[_rI]);
|
|
57555
58375
|
}
|
|
57556
58376
|
if (output[_oI] != null) {
|
|
57557
58377
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
@@ -57630,8 +58450,8 @@ const de_ReservedInstances = (output, context) => {
|
|
|
57630
58450
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
57631
58451
|
contents[_RCec] = de_RecurringChargesList(__getArrayIfSingleItem(output[_rCec][_i]), context);
|
|
57632
58452
|
}
|
|
57633
|
-
if (output[
|
|
57634
|
-
contents[
|
|
58453
|
+
if (output[_sco] != null) {
|
|
58454
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57635
58455
|
}
|
|
57636
58456
|
if (String(output.tagSet).trim() === "") {
|
|
57637
58457
|
contents[_Ta] = [];
|
|
@@ -57691,8 +58511,8 @@ const de_ReservedInstancesConfiguration = (output, context) => {
|
|
|
57691
58511
|
if (output[_pl] != null) {
|
|
57692
58512
|
contents[_Pla] = __expectString(output[_pl]);
|
|
57693
58513
|
}
|
|
57694
|
-
if (output[
|
|
57695
|
-
contents[
|
|
58514
|
+
if (output[_sco] != null) {
|
|
58515
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57696
58516
|
}
|
|
57697
58517
|
if (output[_aZI] != null) {
|
|
57698
58518
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
@@ -57853,8 +58673,8 @@ const de_ReservedInstancesOffering = (output, context) => {
|
|
|
57853
58673
|
else if (output[_rCec] != null && output[_rCec][_i] != null) {
|
|
57854
58674
|
contents[_RCec] = de_RecurringChargesList(__getArrayIfSingleItem(output[_rCec][_i]), context);
|
|
57855
58675
|
}
|
|
57856
|
-
if (output[
|
|
57857
|
-
contents[
|
|
58676
|
+
if (output[_sco] != null) {
|
|
58677
|
+
contents[_Sco] = __expectString(output[_sco]);
|
|
57858
58678
|
}
|
|
57859
58679
|
if (output[_aZI] != null) {
|
|
57860
58680
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
@@ -58150,8 +58970,8 @@ const de_RestoreSnapshotTierResult = (output, context) => {
|
|
|
58150
58970
|
if (output[_sIn] != null) {
|
|
58151
58971
|
contents[_SIn] = __expectString(output[_sIn]);
|
|
58152
58972
|
}
|
|
58153
|
-
if (output[
|
|
58154
|
-
contents[
|
|
58973
|
+
if (output[_rSTe] != null) {
|
|
58974
|
+
contents[_RSTes] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rSTe]));
|
|
58155
58975
|
}
|
|
58156
58976
|
if (output[_rD] != null) {
|
|
58157
58977
|
contents[_RD] = __strictParseInt32(output[_rD]);
|
|
@@ -59409,8 +60229,8 @@ const de_Snapshot = (output, context) => {
|
|
|
59409
60229
|
if (output[_sTt] != null) {
|
|
59410
60230
|
contents[_STto] = __expectString(output[_sTt]);
|
|
59411
60231
|
}
|
|
59412
|
-
if (output[
|
|
59413
|
-
contents[
|
|
60232
|
+
if (output[_rETe] != null) {
|
|
60233
|
+
contents[_RETe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59414
60234
|
}
|
|
59415
60235
|
if (output[_sTs] != null) {
|
|
59416
60236
|
contents[_STs] = __expectString(output[_sTs]);
|
|
@@ -59670,8 +60490,8 @@ const de_SnapshotTierStatus = (output, context) => {
|
|
|
59670
60490
|
if (output[_aCT] != null) {
|
|
59671
60491
|
contents[_ACT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_aCT]));
|
|
59672
60492
|
}
|
|
59673
|
-
if (output[
|
|
59674
|
-
contents[
|
|
60493
|
+
if (output[_rETe] != null) {
|
|
60494
|
+
contents[_RETe] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rETe]));
|
|
59675
60495
|
}
|
|
59676
60496
|
return contents;
|
|
59677
60497
|
};
|
|
@@ -59684,8 +60504,8 @@ const de_snapshotTierStatusSet = (output, context) => {
|
|
|
59684
60504
|
};
|
|
59685
60505
|
const de_SpotCapacityRebalance = (output, context) => {
|
|
59686
60506
|
const contents = {};
|
|
59687
|
-
if (output[
|
|
59688
|
-
contents[_RS] = __expectString(output[
|
|
60507
|
+
if (output[_rSepl] != null) {
|
|
60508
|
+
contents[_RS] = __expectString(output[_rSepl]);
|
|
59689
60509
|
}
|
|
59690
60510
|
if (output[_tD] != null) {
|
|
59691
60511
|
contents[_TDe] = __strictParseInt32(output[_tD]);
|
|
@@ -60087,8 +60907,8 @@ const de_SpotPlacementScore = (output, context) => {
|
|
|
60087
60907
|
if (output[_aZI] != null) {
|
|
60088
60908
|
contents[_AZI] = __expectString(output[_aZI]);
|
|
60089
60909
|
}
|
|
60090
|
-
if (output[
|
|
60091
|
-
contents[
|
|
60910
|
+
if (output[_scor] != null) {
|
|
60911
|
+
contents[_Scor] = __strictParseInt32(output[_scor]);
|
|
60092
60912
|
}
|
|
60093
60913
|
return contents;
|
|
60094
60914
|
};
|
|
@@ -60203,8 +61023,8 @@ const de_StaleSecurityGroupSet = (output, context) => {
|
|
|
60203
61023
|
};
|
|
60204
61024
|
const de_StartDeclarativePoliciesReportResult = (output, context) => {
|
|
60205
61025
|
const contents = {};
|
|
60206
|
-
if (output[
|
|
60207
|
-
contents[_RIep] = __expectString(output[
|
|
61026
|
+
if (output[_rIe] != null) {
|
|
61027
|
+
contents[_RIep] = __expectString(output[_rIe]);
|
|
60208
61028
|
}
|
|
60209
61029
|
return contents;
|
|
60210
61030
|
};
|
|
@@ -62250,6 +63070,16 @@ const de_UnsuccessfulItemSet = (output, context) => {
|
|
|
62250
63070
|
return de_UnsuccessfulItem(entry, context);
|
|
62251
63071
|
});
|
|
62252
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
|
+
};
|
|
62253
63083
|
const de_UpdateSecurityGroupRuleDescriptionsEgressResult = (output, context) => {
|
|
62254
63084
|
const contents = {};
|
|
62255
63085
|
if (output[_r] != null) {
|
|
@@ -62775,7 +63605,7 @@ const de_VerifiedAccessInstanceUserTrustProviderClientConfiguration = (output, c
|
|
|
62775
63605
|
contents[_Scop] = __expectString(output[_scop]);
|
|
62776
63606
|
}
|
|
62777
63607
|
if (output[_is] != null) {
|
|
62778
|
-
contents[
|
|
63608
|
+
contents[_Is] = __expectString(output[_is]);
|
|
62779
63609
|
}
|
|
62780
63610
|
if (output[_aE] != null) {
|
|
62781
63611
|
contents[_AE] = __expectString(output[_aE]);
|
|
@@ -63007,8 +63837,11 @@ const de_Volume = (output, context) => {
|
|
|
63007
63837
|
if (output[_oA] != null) {
|
|
63008
63838
|
contents[_OA] = __expectString(output[_oA]);
|
|
63009
63839
|
}
|
|
63840
|
+
if (output[_sVI] != null) {
|
|
63841
|
+
contents[_SVI] = __expectString(output[_sVI]);
|
|
63842
|
+
}
|
|
63010
63843
|
if (output[_io] != null) {
|
|
63011
|
-
contents[
|
|
63844
|
+
contents[_I] = __strictParseInt32(output[_io]);
|
|
63012
63845
|
}
|
|
63013
63846
|
if (String(output.tagSet).trim() === "") {
|
|
63014
63847
|
contents[_Ta] = [];
|
|
@@ -63390,8 +64223,8 @@ const de_VpcBlockPublicAccessExclusion = (output, context) => {
|
|
|
63390
64223
|
if (output[_iGEM] != null) {
|
|
63391
64224
|
contents[_IGEM] = __expectString(output[_iGEM]);
|
|
63392
64225
|
}
|
|
63393
|
-
if (output[
|
|
63394
|
-
contents[
|
|
64226
|
+
if (output[_rAes] != null) {
|
|
64227
|
+
contents[_RAeso] = __expectString(output[_rAes]);
|
|
63395
64228
|
}
|
|
63396
64229
|
if (output[_st] != null) {
|
|
63397
64230
|
contents[_Stat] = __expectString(output[_st]);
|
|
@@ -64439,6 +65272,7 @@ const _CCB = "ClientCidrBlock";
|
|
|
64439
65272
|
const _CCC = "CreateCoipCidr";
|
|
64440
65273
|
const _CCG = "CreateCarrierGateway";
|
|
64441
65274
|
const _CCGr = "CreateCustomerGateway";
|
|
65275
|
+
const _CCMDE = "CreateCapacityManagerDataExport";
|
|
64442
65276
|
const _CCO = "ClientConnectOptions";
|
|
64443
65277
|
const _CCP = "CreateCoipPool";
|
|
64444
65278
|
const _CCR = "CancelCapacityReservation";
|
|
@@ -64542,8 +65376,12 @@ const _CLS = "CloudwatchLogStream";
|
|
|
64542
65376
|
const _CLT = "CreateLaunchTemplate";
|
|
64543
65377
|
const _CLTV = "CreateLaunchTemplateVersion";
|
|
64544
65378
|
const _CM = "CpuManufacturers";
|
|
65379
|
+
const _CMDE = "CapacityManagerDataExports";
|
|
65380
|
+
const _CMDEI = "CapacityManagerDataExportId";
|
|
65381
|
+
const _CMDEIa = "CapacityManagerDataExportIds";
|
|
64545
65382
|
const _CMKE = "CustomerManagedKeyEnabled";
|
|
64546
65383
|
const _CMPL = "CreateManagedPrefixList";
|
|
65384
|
+
const _CMS = "CapacityManagerStatus";
|
|
64547
65385
|
const _CMSIPMT = "CreateMacSystemIntegrityProtectionModificationTask";
|
|
64548
65386
|
const _CN = "CommonName";
|
|
64549
65387
|
const _CNA = "CreateNetworkAcl";
|
|
@@ -64661,7 +65499,7 @@ const _CTonv = "ConversionTask";
|
|
|
64661
65499
|
const _CTr = "CreateTime";
|
|
64662
65500
|
const _CTre = "CreationTime";
|
|
64663
65501
|
const _CTrea = "CreationTimestamp";
|
|
64664
|
-
const _CV = "
|
|
65502
|
+
const _CV = "CopyVolumes";
|
|
64665
65503
|
const _CVAE = "CreateVerifiedAccessEndpoint";
|
|
64666
65504
|
const _CVAG = "CreateVerifiedAccessGroup";
|
|
64667
65505
|
const _CVAI = "CreateVerifiedAccessInstance";
|
|
@@ -64680,7 +65518,8 @@ const _CVP = "CreateVolumePermission";
|
|
|
64680
65518
|
const _CVPC = "CreateVpcPeeringConnection";
|
|
64681
65519
|
const _CVPr = "CreateVolumePermissions";
|
|
64682
65520
|
const _CVTN = "ClientVpnTargetNetworks";
|
|
64683
|
-
const _CVr = "
|
|
65521
|
+
const _CVr = "CreateVolume";
|
|
65522
|
+
const _CVre = "CreateVpc";
|
|
64684
65523
|
const _CVu = "CurrentVersion";
|
|
64685
65524
|
const _CWL = "CloudWatchLogs";
|
|
64686
65525
|
const _CWLO = "CloudWatchLogOptions";
|
|
@@ -64690,7 +65529,8 @@ const _Ch = "Checksum";
|
|
|
64690
65529
|
const _Ci = "Cidrs";
|
|
64691
65530
|
const _Co = "Comment";
|
|
64692
65531
|
const _Cod = "Code";
|
|
64693
|
-
const _Com = "
|
|
65532
|
+
const _Com = "Comparison";
|
|
65533
|
+
const _Comp = "Component";
|
|
64694
65534
|
const _Con = "Context";
|
|
64695
65535
|
const _Conf = "Configured";
|
|
64696
65536
|
const _Confi = "Config";
|
|
@@ -64742,6 +65582,9 @@ const _DCGes = "DescribeCarrierGateways";
|
|
|
64742
65582
|
const _DCGesc = "DescribeCustomerGateways";
|
|
64743
65583
|
const _DCLI = "DescribeClassicLinkInstances";
|
|
64744
65584
|
const _DCLV = "DetachClassicLinkVpc";
|
|
65585
|
+
const _DCM = "DisableCapacityManager";
|
|
65586
|
+
const _DCMDE = "DeleteCapacityManagerDataExport";
|
|
65587
|
+
const _DCMDEe = "DescribeCapacityManagerDataExports";
|
|
64745
65588
|
const _DCP = "DeleteCoipPool";
|
|
64746
65589
|
const _DCPe = "DescribeCoipPools";
|
|
64747
65590
|
const _DCR = "DescribeCapacityReservations";
|
|
@@ -64762,12 +65605,14 @@ const _DCVTNi = "DisassociateClientVpnTargetNetwork";
|
|
|
64762
65605
|
const _DCe = "DestinationCidr";
|
|
64763
65606
|
const _DCef = "DefaultCores";
|
|
64764
65607
|
const _DCh = "DhcpConfigurations";
|
|
64765
|
-
const _DCi = "
|
|
64766
|
-
const _DCis = "
|
|
65608
|
+
const _DCi = "DimensionCondition";
|
|
65609
|
+
const _DCis = "DiskContainers";
|
|
65610
|
+
const _DCisk = "DiskContainer";
|
|
64767
65611
|
const _DDO = "DeleteDhcpOptions";
|
|
64768
65612
|
const _DDOe = "DescribeDhcpOptions";
|
|
64769
65613
|
const _DDPR = "DescribeDeclarativePoliciesReports";
|
|
64770
65614
|
const _DE = "DnsEntries";
|
|
65615
|
+
const _DEC = "DataExportCount";
|
|
64771
65616
|
const _DECIR = "DisassociateEnclaveCertificateIamRole";
|
|
64772
65617
|
const _DEEBD = "DisableEbsEncryptionByDefault";
|
|
64773
65618
|
const _DEG = "DescribeElasticGpus";
|
|
@@ -65121,7 +65966,8 @@ const _Dea = "Deadline";
|
|
|
65121
65966
|
const _Des = "Destinations";
|
|
65122
65967
|
const _Det = "Details";
|
|
65123
65968
|
const _Dev = "Device";
|
|
65124
|
-
const _Di = "
|
|
65969
|
+
const _Di = "Dimension";
|
|
65970
|
+
const _Dir = "Direction";
|
|
65125
65971
|
const _Dis = "Disks";
|
|
65126
65972
|
const _Do = "Domain";
|
|
65127
65973
|
const _Du = "Duration";
|
|
@@ -65136,6 +65982,7 @@ const _EAx = "ExclusionsAllowed";
|
|
|
65136
65982
|
const _EB = "EgressBytes";
|
|
65137
65983
|
const _EBV = "ExcludeBootVolume";
|
|
65138
65984
|
const _EC = "ErrorCode";
|
|
65985
|
+
const _ECM = "EnableCapacityManager";
|
|
65139
65986
|
const _ECTP = "ExcessCapacityTerminationPolicy";
|
|
65140
65987
|
const _ECVCC = "ExportClientVpnClientConfiguration";
|
|
65141
65988
|
const _ECVCCRL = "ExportClientVpnClientCertificateRevocationList";
|
|
@@ -65147,6 +65994,7 @@ const _EDP = "EndpointDomainPrefix";
|
|
|
65147
65994
|
const _EDR = "EndDateRange";
|
|
65148
65995
|
const _EDS = "EnableDnsSupport";
|
|
65149
65996
|
const _EDT = "EndDateType";
|
|
65997
|
+
const _EDTa = "EarliestDatapointTimestamp";
|
|
65150
65998
|
const _EDVI = "ExcludeDataVolumeIds";
|
|
65151
65999
|
const _EDf = "EffectiveDate";
|
|
65152
66000
|
const _EDn = "EnableDns64";
|
|
@@ -65276,6 +66124,7 @@ const _FA = "FederatedAuthentication";
|
|
|
65276
66124
|
const _FAD = "FilterAtDestination";
|
|
65277
66125
|
const _FAS = "FilterAtSource";
|
|
65278
66126
|
const _FAi = "FirstAddress";
|
|
66127
|
+
const _FB = "FilterBy";
|
|
65279
66128
|
const _FC = "FulfilledCapacity";
|
|
65280
66129
|
const _FCR = "FleetCapacityReservations";
|
|
65281
66130
|
const _FCa = "FailureCode";
|
|
@@ -65338,6 +66187,10 @@ const _GAIS = "GetAllowedImagesSettings";
|
|
|
65338
66187
|
const _GANPD = "GetAwsNetworkPerformanceData";
|
|
65339
66188
|
const _GAS = "GatewayAssociationState";
|
|
65340
66189
|
const _GAVTS = "GetActiveVpnTunnelStatus";
|
|
66190
|
+
const _GB = "GroupBy";
|
|
66191
|
+
const _GCMA = "GetCapacityManagerAttributes";
|
|
66192
|
+
const _GCMMD = "GetCapacityManagerMetricData";
|
|
66193
|
+
const _GCMMDe = "GetCapacityManagerMetricDimensions";
|
|
65341
66194
|
const _GCO = "GetConsoleOutput";
|
|
65342
66195
|
const _GCPU = "GetCoipPoolUsage";
|
|
65343
66196
|
const _GCRU = "GetCapacityReservationUsage";
|
|
@@ -65430,7 +66283,7 @@ const _HTo = "HostnameType";
|
|
|
65430
66283
|
const _HZI = "HostedZoneId";
|
|
65431
66284
|
const _Hi = "Hibernate";
|
|
65432
66285
|
const _Ho = "Hosts";
|
|
65433
|
-
const _I = "
|
|
66286
|
+
const _I = "Iops";
|
|
65434
66287
|
const _IA = "Ipv6Addresses";
|
|
65435
66288
|
const _IAA = "Ipv6AddressAttribute";
|
|
65436
66289
|
const _IAC = "Ipv6AddressCount";
|
|
@@ -65605,6 +66458,7 @@ const _ISI = "IpamScopeId";
|
|
|
65605
66458
|
const _ISIn = "InstanceStorageInfo";
|
|
65606
66459
|
const _ISIp = "IpamScopeIds";
|
|
65607
66460
|
const _ISL = "InputStorageLocation";
|
|
66461
|
+
const _ISM = "IngestionStatusMessage";
|
|
65608
66462
|
const _ISS = "InstanceStorageSupported";
|
|
65609
66463
|
const _IST = "ImportSnapshotTasks";
|
|
65610
66464
|
const _ISTp = "IpamScopeType";
|
|
@@ -65612,6 +66466,7 @@ const _ISg = "Igmpv2Support";
|
|
|
65612
66466
|
const _ISm = "ImdsSupport";
|
|
65613
66467
|
const _ISmp = "ImpairedSince";
|
|
65614
66468
|
const _ISn = "InstanceSpecification";
|
|
66469
|
+
const _ISng = "IngestionStatus";
|
|
65615
66470
|
const _ISns = "InstanceStatuses";
|
|
65616
66471
|
const _ISnst = "InstanceState";
|
|
65617
66472
|
const _ISnsta = "InstanceStatus";
|
|
@@ -65651,11 +66506,11 @@ const _Ima = "Images";
|
|
|
65651
66506
|
const _In = "Instances";
|
|
65652
66507
|
const _Ins = "Instance";
|
|
65653
66508
|
const _Int = "Interval";
|
|
65654
|
-
const _Io = "Iops";
|
|
65655
66509
|
const _Ip = "Ipv4";
|
|
65656
66510
|
const _Ipa = "Ipam";
|
|
65657
66511
|
const _Ipam = "Ipams";
|
|
65658
66512
|
const _Ipv = "Ipv6";
|
|
66513
|
+
const _Is = "Issuer";
|
|
65659
66514
|
const _K = "Kernel";
|
|
65660
66515
|
const _KDF = "KinesisDataFirehose";
|
|
65661
66516
|
const _KF = "KeyFormat";
|
|
@@ -65697,8 +66552,13 @@ const _LCA = "LicenseConfigurationArn";
|
|
|
65697
66552
|
const _LCO = "LockCreatedOn";
|
|
65698
66553
|
const _LCo = "LoggingConfiguration";
|
|
65699
66554
|
const _LD = "LogDestination";
|
|
66555
|
+
const _LDS = "LatestDeliveryStatus";
|
|
66556
|
+
const _LDSLU = "LatestDeliveryS3LocationUri";
|
|
66557
|
+
const _LDSM = "LatestDeliveryStatusMessage";
|
|
65700
66558
|
const _LDST = "LockDurationStartTime";
|
|
65701
66559
|
const _LDT = "LogDestinationType";
|
|
66560
|
+
const _LDTa = "LatestDeliveryTime";
|
|
66561
|
+
const _LDTat = "LatestDatapointTimestamp";
|
|
65702
66562
|
const _LDo = "LockDuration";
|
|
65703
66563
|
const _LE = "LogEnabled";
|
|
65704
66564
|
const _LEO = "LockExpiresOn";
|
|
@@ -65819,6 +66679,8 @@ const _MDA = "MulticastDomainAssociations";
|
|
|
65819
66679
|
const _MDCS = "ModifyDefaultCreditSpecification";
|
|
65820
66680
|
const _MDDS = "MaxDrainDurationSeconds";
|
|
65821
66681
|
const _MDK = "MetaDataKey";
|
|
66682
|
+
const _MDR = "MetricDataResults";
|
|
66683
|
+
const _MDRe = "MetricDimensionResults";
|
|
65822
66684
|
const _MDSC = "MaximumDaysSinceCreated";
|
|
65823
66685
|
const _MDSD = "MaximumDaysSinceDeprecated";
|
|
65824
66686
|
const _MDV = "MetaDataValue";
|
|
@@ -65871,6 +66733,7 @@ const _MMT = "MacModificationTask";
|
|
|
65871
66733
|
const _MMTI = "MacModificationTaskIds";
|
|
65872
66734
|
const _MMTIa = "MacModificationTaskId";
|
|
65873
66735
|
const _MMTa = "MacModificationTasks";
|
|
66736
|
+
const _MN = "MetricNames";
|
|
65874
66737
|
const _MNC = "MaximumNetworkCards";
|
|
65875
66738
|
const _MNI = "MaximumNetworkInterfaces";
|
|
65876
66739
|
const _MNIA = "ModifyNetworkInterfaceAttribute";
|
|
@@ -65945,6 +66808,7 @@ const _MVT = "ModifyVpcTenancy";
|
|
|
65945
66808
|
const _MVTC = "ModifyVpnTunnelCertificate";
|
|
65946
66809
|
const _MVTO = "ModifyVpnTunnelOptions";
|
|
65947
66810
|
const _MVa = "MaxVersion";
|
|
66811
|
+
const _MVe = "MetricValues";
|
|
65948
66812
|
const _MVi = "MinVersion";
|
|
65949
66813
|
const _Ma = "Max";
|
|
65950
66814
|
const _Mai = "Main";
|
|
@@ -66042,8 +66906,9 @@ const _NTe = "NetworkType";
|
|
|
66042
66906
|
const _Na = "Nameservers";
|
|
66043
66907
|
const _O = "Operator";
|
|
66044
66908
|
const _OA = "OutpostArn";
|
|
66045
|
-
const _OAr = "
|
|
66046
|
-
const _OArg = "
|
|
66909
|
+
const _OAr = "OrganizationsAccess";
|
|
66910
|
+
const _OArg = "OrganizationArn";
|
|
66911
|
+
const _OArga = "OrganizationArns";
|
|
66047
66912
|
const _OAw = "OwnerAlias";
|
|
66048
66913
|
const _OC = "OfferingClass";
|
|
66049
66914
|
const _OD = "OccurrenceDays";
|
|
@@ -66055,6 +66920,7 @@ const _ODO = "OnDemandOptions";
|
|
|
66055
66920
|
const _ODS = "OccurrenceDaySet";
|
|
66056
66921
|
const _ODTC = "OnDemandTargetCapacity";
|
|
66057
66922
|
const _OEP = "OrganizationsEntityPath";
|
|
66923
|
+
const _OF = "OutputFormat";
|
|
66058
66924
|
const _OH = "OutboundHeader";
|
|
66059
66925
|
const _OI = "OfferingId";
|
|
66060
66926
|
const _OIA = "OutsideIpAddress";
|
|
@@ -66291,7 +67157,8 @@ const _RAP = "RemoveAllowedPrincipals";
|
|
|
66291
67157
|
const _RART = "RemoveAllocationResourceTags";
|
|
66292
67158
|
const _RATC = "RestoreAddressToClassic";
|
|
66293
67159
|
const _RAe = "ResolveAlias";
|
|
66294
|
-
const _RAes = "
|
|
67160
|
+
const _RAes = "ReservationArn";
|
|
67161
|
+
const _RAeso = "ResourceArn";
|
|
66295
67162
|
const _RAo = "RoleArn";
|
|
66296
67163
|
const _RAu = "RuleAction";
|
|
66297
67164
|
const _RB = "RequestedBy";
|
|
@@ -66303,7 +67170,8 @@ const _RCA = "ResourceConfigurationArn";
|
|
|
66303
67170
|
const _RCGA = "ResourceConfigurationGroupArn";
|
|
66304
67171
|
const _RCRBO = "RejectCapacityReservationBillingOwnership";
|
|
66305
67172
|
const _RCS = "ResourceComplianceStatus";
|
|
66306
|
-
const _RCT = "
|
|
67173
|
+
const _RCT = "ReservationCreateTimestamp";
|
|
67174
|
+
const _RCTe = "ReportCreationTime";
|
|
66307
67175
|
const _RCVI = "RevokeClientVpnIngress";
|
|
66308
67176
|
const _RCe = "ReasonCodes";
|
|
66309
67177
|
const _RCec = "RecurringCharges";
|
|
@@ -66320,7 +67188,9 @@ const _RDT = "RootDeviceType";
|
|
|
66320
67188
|
const _RE = "RdsEndpoint";
|
|
66321
67189
|
const _RED = "RemoveEndDate";
|
|
66322
67190
|
const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
66323
|
-
const
|
|
67191
|
+
const _REDT = "ReservationEndDateType";
|
|
67192
|
+
const _RET = "ReservationEndTimestamp";
|
|
67193
|
+
const _RETe = "RestoreExpiryTime";
|
|
66324
67194
|
const _REe = "RemoveEntries";
|
|
66325
67195
|
const _REes = "ResponseError";
|
|
66326
67196
|
const _REeso = "ResourceExclusions";
|
|
@@ -66351,6 +67221,7 @@ const _RIIese = "ReservedInstanceId";
|
|
|
66351
67221
|
const _RIL = "ReservedInstancesListings";
|
|
66352
67222
|
const _RILI = "ReservedInstancesListingId";
|
|
66353
67223
|
const _RIM = "ReservedInstancesModifications";
|
|
67224
|
+
const _RIMC = "ReservationInstanceMatchCriteria";
|
|
66354
67225
|
const _RIMI = "ReservedInstancesModificationIds";
|
|
66355
67226
|
const _RIMIe = "ReservedInstancesModificationId";
|
|
66356
67227
|
const _RINC = "RemoteIpv4NetworkCidr";
|
|
@@ -66370,8 +67241,8 @@ const _RIep = "ReportId";
|
|
|
66370
67241
|
const _RIepo = "ReportIds";
|
|
66371
67242
|
const _RIeq = "RequesterId";
|
|
66372
67243
|
const _RIes = "ResourceIds";
|
|
66373
|
-
const _RIese = "
|
|
66374
|
-
const _RIeser = "
|
|
67244
|
+
const _RIese = "ReservationId";
|
|
67245
|
+
const _RIeser = "ReservedInstances";
|
|
66375
67246
|
const _RIeso = "ResourceId";
|
|
66376
67247
|
const _RIu = "RunInstances";
|
|
66377
67248
|
const _RM = "ReasonMessage";
|
|
@@ -66441,9 +67312,11 @@ const _RSPou = "RouteServerPropagation";
|
|
|
66441
67312
|
const _RSPout = "RouteServerPropagations";
|
|
66442
67313
|
const _RSR = "RemoveSupportedRegions";
|
|
66443
67314
|
const _RST = "RestoreSnapshotTier";
|
|
66444
|
-
const _RSTe = "
|
|
67315
|
+
const _RSTe = "ReservationStartTimestamp";
|
|
67316
|
+
const _RSTes = "RestoreStartTime";
|
|
66445
67317
|
const _RSe = "ResourceStatement";
|
|
66446
67318
|
const _RSeg = "RegionalSummaries";
|
|
67319
|
+
const _RSes = "ReservationState";
|
|
66447
67320
|
const _RSo = "RouteServer";
|
|
66448
67321
|
const _RSou = "RouteServers";
|
|
66449
67322
|
const _RSout = "RouteStatus";
|
|
@@ -66470,6 +67343,7 @@ const _RTeso = "ResourceTag";
|
|
|
66470
67343
|
const _RTesou = "ResourceTags";
|
|
66471
67344
|
const _RTo = "RouteTable";
|
|
66472
67345
|
const _RTou = "RouteTables";
|
|
67346
|
+
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
66473
67347
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
66474
67348
|
const _RUV = "RemainingUpfrontValue";
|
|
66475
67349
|
const _RV = "ReturnValue";
|
|
@@ -66509,6 +67383,8 @@ const _SAub = "SubnetArn";
|
|
|
66509
67383
|
const _SAup = "SupportedArchitectures";
|
|
66510
67384
|
const _SB = "S3Bucket";
|
|
66511
67385
|
const _SBM = "SupportedBootModes";
|
|
67386
|
+
const _SBN = "S3BucketName";
|
|
67387
|
+
const _SBP = "S3BucketPrefix";
|
|
66512
67388
|
const _SC = "SubnetConfigurations";
|
|
66513
67389
|
const _SCA = "ServerCertificateArn";
|
|
66514
67390
|
const _SCAE = "SerialConsoleAccessEnabled";
|
|
@@ -66689,16 +67565,18 @@ const _STto = "StorageTier";
|
|
|
66689
67565
|
const _SUC = "SupportedUsageClasses";
|
|
66690
67566
|
const _SV = "SourceVersion";
|
|
66691
67567
|
const _SVESPDV = "StartVpcEndpointServicePrivateDnsVerification";
|
|
66692
|
-
const _SVI = "
|
|
67568
|
+
const _SVI = "SourceVolumeId";
|
|
67569
|
+
const _SVIu = "SubsystemVendorId";
|
|
66693
67570
|
const _SVT = "SupportedVirtualizationTypes";
|
|
66694
67571
|
const _SVh = "ShellVersion";
|
|
66695
67572
|
const _SVo = "SourceVpc";
|
|
66696
67573
|
const _SVu = "SupportedVersions";
|
|
66697
67574
|
const _SWD = "StartWeekDay";
|
|
66698
67575
|
const _S_ = "S3";
|
|
66699
|
-
const _Sc = "
|
|
66700
|
-
const _Sco = "
|
|
67576
|
+
const _Sc = "Schedule";
|
|
67577
|
+
const _Sco = "Scope";
|
|
66701
67578
|
const _Scop = "Scopes";
|
|
67579
|
+
const _Scor = "Score";
|
|
66702
67580
|
const _Se = "Service";
|
|
66703
67581
|
const _Set = "Settings";
|
|
66704
67582
|
const _Si = "Signature";
|
|
@@ -66875,6 +67753,7 @@ const _To = "To";
|
|
|
66875
67753
|
const _U = "Url";
|
|
66876
67754
|
const _UB = "UserBucket";
|
|
66877
67755
|
const _UC = "UltraserverCount";
|
|
67756
|
+
const _UCMOA = "UpdateCapacityManagerOrganizationsAccess";
|
|
66878
67757
|
const _UCs = "UsageCount";
|
|
66879
67758
|
const _UD = "UserData";
|
|
66880
67759
|
const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
@@ -67294,8 +68173,11 @@ const _cLBO = "clientLoginBannerOptions";
|
|
|
67294
68173
|
const _cLDS = "classicLinkDnsSupported";
|
|
67295
68174
|
const _cLE = "classicLinkEnabled";
|
|
67296
68175
|
const _cLO = "connectionLogOptions";
|
|
68176
|
+
const _cMDEI = "capacityManagerDataExportId";
|
|
68177
|
+
const _cMDES = "capacityManagerDataExportSet";
|
|
67297
68178
|
const _cMKE = "customerManagedKeyEnabled";
|
|
67298
|
-
const _cMS = "
|
|
68179
|
+
const _cMS = "capacityManagerStatus";
|
|
68180
|
+
const _cMSp = "cpuManufacturerSet";
|
|
67299
68181
|
const _cN = "commonName";
|
|
67300
68182
|
const _cNA = "coreNetworkArn";
|
|
67301
68183
|
const _cNAA = "coreNetworkAttachmentArn";
|
|
@@ -67395,6 +68277,7 @@ const _dCR = "destinationCapacityReservation";
|
|
|
67395
68277
|
const _dCS = "dhcpConfigurationSet";
|
|
67396
68278
|
const _dCe = "defaultCores";
|
|
67397
68279
|
const _dE = "dnsEntry";
|
|
68280
|
+
const _dEC = "dataExportCount";
|
|
67398
68281
|
const _dEKI = "dataEncryptionKeyId";
|
|
67399
68282
|
const _dEQCPI = "defaultEnaQueueCountPerInterface";
|
|
67400
68283
|
const _dES = "dnsEntrySet";
|
|
@@ -67477,6 +68360,7 @@ const _def = "default";
|
|
|
67477
68360
|
const _det = "details";
|
|
67478
68361
|
const _dev = "device";
|
|
67479
68362
|
const _di = "direction";
|
|
68363
|
+
const _dim = "dimension";
|
|
67480
68364
|
const _dis = "disks";
|
|
67481
68365
|
const _do = "domain";
|
|
67482
68366
|
const _du = "duration";
|
|
@@ -67494,6 +68378,7 @@ const _eD = "endDate";
|
|
|
67494
68378
|
const _eDH = "enableDnsHostnames";
|
|
67495
68379
|
const _eDS = "enableDnsSupport";
|
|
67496
68380
|
const _eDT = "endDateType";
|
|
68381
|
+
const _eDTa = "earliestDatapointTimestamp";
|
|
67497
68382
|
const _eDf = "effectiveDate";
|
|
67498
68383
|
const _eDn = "enableDns64";
|
|
67499
68384
|
const _eDnd = "endpointDomain";
|
|
@@ -67821,6 +68706,7 @@ const _iSA = "ipamScopeArn";
|
|
|
67821
68706
|
const _iSD = "initializationStatusDetails";
|
|
67822
68707
|
const _iSI = "instanceStorageInfo";
|
|
67823
68708
|
const _iSIp = "ipamScopeId";
|
|
68709
|
+
const _iSM = "ingestionStatusMessage";
|
|
67824
68710
|
const _iSS = "instanceStatusSet";
|
|
67825
68711
|
const _iSSn = "instanceStorageSupported";
|
|
67826
68712
|
const _iSSp = "ipamScopeSet";
|
|
@@ -67833,6 +68719,7 @@ const _iSmag = "imageSet";
|
|
|
67833
68719
|
const _iSmd = "imdsSupport";
|
|
67834
68720
|
const _iSmp = "impairedSince";
|
|
67835
68721
|
const _iSn = "instancesSet";
|
|
68722
|
+
const _iSng = "ingestionStatus";
|
|
67836
68723
|
const _iSns = "instanceSet";
|
|
67837
68724
|
const _iSnst = "instanceState";
|
|
67838
68725
|
const _iSnsta = "instanceStatus";
|
|
@@ -67911,8 +68798,13 @@ const _lCA = "licenseConfigurationArn";
|
|
|
67911
68798
|
const _lCO = "lockCreatedOn";
|
|
67912
68799
|
const _lCS = "loggingConfigurationSet";
|
|
67913
68800
|
const _lD = "logDestination";
|
|
68801
|
+
const _lDS = "latestDeliveryStatus";
|
|
68802
|
+
const _lDSLU = "latestDeliveryS3LocationUri";
|
|
68803
|
+
const _lDSM = "latestDeliveryStatusMessage";
|
|
67914
68804
|
const _lDST = "lockDurationStartTime";
|
|
67915
|
-
const _lDT = "
|
|
68805
|
+
const _lDT = "latestDeliveryTime";
|
|
68806
|
+
const _lDTa = "latestDatapointTimestamp";
|
|
68807
|
+
const _lDTo = "logDestinationType";
|
|
67916
68808
|
const _lDo = "lockDuration";
|
|
67917
68809
|
const _lE = "logEnabled";
|
|
67918
68810
|
const _lEO = "lockExpiresOn";
|
|
@@ -68002,6 +68894,8 @@ const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
|
|
|
68002
68894
|
const _mD = "maintenanceDetails";
|
|
68003
68895
|
const _mDA = "multicastDomainAssociations";
|
|
68004
68896
|
const _mDK = "metaDataKey";
|
|
68897
|
+
const _mDRS = "metricDataResultSet";
|
|
68898
|
+
const _mDRSe = "metricDimensionResultSet";
|
|
68005
68899
|
const _mDSC = "maximumDaysSinceCreated";
|
|
68006
68900
|
const _mDSD = "maximumDaysSinceDeprecated";
|
|
68007
68901
|
const _mDV = "metaDataValue";
|
|
@@ -68052,6 +68946,7 @@ const _mTIMB = "maximumThroughputInMBps";
|
|
|
68052
68946
|
const _mTP = "maxTotalPrice";
|
|
68053
68947
|
const _mTe = "memberType";
|
|
68054
68948
|
const _mVE = "managesVpcEndpoints";
|
|
68949
|
+
const _mVS = "metricValueSet";
|
|
68055
68950
|
const _ma = "max";
|
|
68056
68951
|
const _mai = "main";
|
|
68057
68952
|
const _man = "manufacturer";
|
|
@@ -68139,7 +69034,8 @@ const _nTS = "nitroTpmSupport";
|
|
|
68139
69034
|
const _nTe = "nextToken";
|
|
68140
69035
|
const _o = "origin";
|
|
68141
69036
|
const _oA = "outpostArn";
|
|
68142
|
-
const _oAr = "
|
|
69037
|
+
const _oAr = "organizationsAccess";
|
|
69038
|
+
const _oArg = "organizationArn";
|
|
68143
69039
|
const _oAw = "ownerAlias";
|
|
68144
69040
|
const _oC = "offeringClass";
|
|
68145
69041
|
const _oDAS = "onDemandAllocationStrategy";
|
|
@@ -68150,6 +69046,7 @@ const _oDO = "onDemandOptions";
|
|
|
68150
69046
|
const _oDS = "occurrenceDaySet";
|
|
68151
69047
|
const _oDTC = "onDemandTargetCapacity";
|
|
68152
69048
|
const _oEP = "organizationsEntityPath";
|
|
69049
|
+
const _oF = "outputFormat";
|
|
68153
69050
|
const _oH = "outboundHeader";
|
|
68154
69051
|
const _oI = "ownerId";
|
|
68155
69052
|
const _oIA = "outsideIpAddress";
|
|
@@ -68338,7 +69235,8 @@ const _pur = "purchase";
|
|
|
68338
69235
|
const _r = "return";
|
|
68339
69236
|
const _rA = "ruleAction";
|
|
68340
69237
|
const _rAE = "remoteAccessEnabled";
|
|
68341
|
-
const _rAe = "
|
|
69238
|
+
const _rAe = "reservationArn";
|
|
69239
|
+
const _rAes = "resourceArn";
|
|
68342
69240
|
const _rB = "requestedBy";
|
|
68343
69241
|
const _rBET = "recycleBinEnterTime";
|
|
68344
69242
|
const _rBETe = "recycleBinExitTime";
|
|
@@ -68346,7 +69244,8 @@ const _rC = "returnCode";
|
|
|
68346
69244
|
const _rCA = "resourceConfigurationArn";
|
|
68347
69245
|
const _rCGA = "resourceConfigurationGroupArn";
|
|
68348
69246
|
const _rCS = "resourceComplianceStatus";
|
|
68349
|
-
const _rCT = "
|
|
69247
|
+
const _rCT = "reservationCreateTimestamp";
|
|
69248
|
+
const _rCTe = "reportCreationTime";
|
|
68350
69249
|
const _rCe = "resourceCidr";
|
|
68351
69250
|
const _rCec = "recurringCharges";
|
|
68352
69251
|
const _rD = "restoreDuration";
|
|
@@ -68359,7 +69258,9 @@ const _rDPA = "rdsDbProxyArn";
|
|
|
68359
69258
|
const _rDS = "resourceDiscoveryStatus";
|
|
68360
69259
|
const _rDT = "rootDeviceType";
|
|
68361
69260
|
const _rE = "responseError";
|
|
68362
|
-
const
|
|
69261
|
+
const _rEDT = "reservationEndDateType";
|
|
69262
|
+
const _rET = "reservationEndTimestamp";
|
|
69263
|
+
const _rETe = "restoreExpiryTime";
|
|
68363
69264
|
const _rEd = "rdsEndpoint";
|
|
68364
69265
|
const _rEe = "regionEndpoint";
|
|
68365
69266
|
const _rEes = "resourceExclusions";
|
|
@@ -68371,12 +69272,13 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
|
|
|
68371
69272
|
const _rGT = "ruleGroupType";
|
|
68372
69273
|
const _rGTPS = "ruleGroupTypePairSet";
|
|
68373
69274
|
const _rHS = "requireHibernateSupport";
|
|
68374
|
-
const _rI = "
|
|
69275
|
+
const _rI = "reservationId";
|
|
68375
69276
|
const _rIDS = "routeInstallationDetailSet";
|
|
68376
69277
|
const _rII = "reservedInstancesId";
|
|
68377
69278
|
const _rIIe = "reservedInstanceId";
|
|
68378
69279
|
const _rILI = "reservedInstancesListingId";
|
|
68379
69280
|
const _rILS = "reservedInstancesListingsSet";
|
|
69281
|
+
const _rIMC = "reservationInstanceMatchCriteria";
|
|
68380
69282
|
const _rIMI = "reservedInstancesModificationId";
|
|
68381
69283
|
const _rIMS = "reservedInstancesModificationsSet";
|
|
68382
69284
|
const _rINC = "remoteIpv4NetworkCidr";
|
|
@@ -68389,10 +69291,10 @@ const _rISo = "routeInstallationStatus";
|
|
|
68389
69291
|
const _rIVR = "reservedInstanceValueRollup";
|
|
68390
69292
|
const _rIVS = "reservedInstanceValueSet";
|
|
68391
69293
|
const _rIa = "ramdiskId";
|
|
68392
|
-
const _rIe = "
|
|
69294
|
+
const _rIe = "reportId";
|
|
69295
|
+
const _rIeg = "regionInfo";
|
|
68393
69296
|
const _rIeq = "requesterId";
|
|
68394
69297
|
const _rIes = "resourceId";
|
|
68395
|
-
const _rIese = "reservationId";
|
|
68396
69298
|
const _rM = "rebootMigration";
|
|
68397
69299
|
const _rMGM = "registeredMulticastGroupMembers";
|
|
68398
69300
|
const _rMGS = "registeredMulticastGroupSources";
|
|
@@ -68416,7 +69318,7 @@ const _rR = "resourceRegion";
|
|
|
68416
69318
|
const _rRVT = "replaceRootVolumeTask";
|
|
68417
69319
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
68418
69320
|
const _rRVTS = "replaceRootVolumeTaskSet";
|
|
68419
|
-
const _rS = "
|
|
69321
|
+
const _rS = "reservationState";
|
|
68420
69322
|
const _rSA = "routeServerAssociation";
|
|
68421
69323
|
const _rSAS = "routeServerAssociationSet";
|
|
68422
69324
|
const _rSE = "routeServerEndpoint";
|
|
@@ -68431,9 +69333,11 @@ const _rSPSo = "routeServerPropagationSet";
|
|
|
68431
69333
|
const _rSPo = "routeServerPropagation";
|
|
68432
69334
|
const _rSS = "regionalSummarySet";
|
|
68433
69335
|
const _rSSo = "routeServerSet";
|
|
68434
|
-
const _rST = "
|
|
68435
|
-
const
|
|
68436
|
-
const
|
|
69336
|
+
const _rST = "reservationStartTimestamp";
|
|
69337
|
+
const _rSTe = "restoreStartTime";
|
|
69338
|
+
const _rSe = "referenceSet";
|
|
69339
|
+
const _rSep = "reportSet";
|
|
69340
|
+
const _rSepl = "replacementStrategy";
|
|
68437
69341
|
const _rSes = "reservationSet";
|
|
68438
69342
|
const _rSeso = "resourceStatement";
|
|
68439
69343
|
const _rSesou = "resourceSet";
|
|
@@ -68455,6 +69359,7 @@ const _rTe = "resourceType";
|
|
|
68455
69359
|
const _rTel = "releaseTime";
|
|
68456
69360
|
const _rTeq = "requestTime";
|
|
68457
69361
|
const _rTo = "routeTable";
|
|
69362
|
+
const _rUFO = "reservationUnusedFinancialOwner";
|
|
68458
69363
|
const _rUI = "replaceUnhealthyInstances";
|
|
68459
69364
|
const _rUV = "remainingUpfrontValue";
|
|
68460
69365
|
const _rV = "returnValue";
|
|
@@ -68482,6 +69387,8 @@ const _sAu = "supportedArchitectures";
|
|
|
68482
69387
|
const _sAub = "subnetArn";
|
|
68483
69388
|
const _sB = "s3Bucket";
|
|
68484
69389
|
const _sBM = "supportedBootModes";
|
|
69390
|
+
const _sBN = "s3BucketName";
|
|
69391
|
+
const _sBP = "s3BucketPrefix";
|
|
68485
69392
|
const _sC = "serviceConfiguration";
|
|
68486
69393
|
const _sCA = "serverCertificateArn";
|
|
68487
69394
|
const _sCAE = "serialConsoleAccessEnabled";
|
|
@@ -68631,14 +69538,16 @@ const _sTs = "sseType";
|
|
|
68631
69538
|
const _sTt = "storageTier";
|
|
68632
69539
|
const _sUC = "supportedUsageClasses";
|
|
68633
69540
|
const _sV = "sourceVpc";
|
|
69541
|
+
const _sVI = "sourceVolumeId";
|
|
68634
69542
|
const _sVT = "supportedVirtualizationTypes";
|
|
68635
69543
|
const _sVh = "shellVersion";
|
|
68636
69544
|
const _sVu = "supportedVersions";
|
|
68637
69545
|
const _sWD = "startWeekDay";
|
|
68638
69546
|
const _s_ = "s3";
|
|
68639
|
-
const _sc = "
|
|
68640
|
-
const _sco = "
|
|
69547
|
+
const _sc = "schedule";
|
|
69548
|
+
const _sco = "scope";
|
|
68641
69549
|
const _scop = "scopes";
|
|
69550
|
+
const _scor = "score";
|
|
68642
69551
|
const _se = "service";
|
|
68643
69552
|
const _si = "size";
|
|
68644
69553
|
const _so = "sockets";
|