@aws-sdk/client-ec2 3.873.0 → 3.876.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 +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- 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/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 +4 -2
- 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 +105 -0
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- 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/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- 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/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/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/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- 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/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
|
@@ -783,6 +783,16 @@ export const se_CreateImageCommand = async (input, context) => {
|
|
|
783
783
|
});
|
|
784
784
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
785
785
|
};
|
|
786
|
+
export const se_CreateImageUsageReportCommand = async (input, context) => {
|
|
787
|
+
const headers = SHARED_HEADERS;
|
|
788
|
+
let body;
|
|
789
|
+
body = buildFormUrlencodedString({
|
|
790
|
+
...se_CreateImageUsageReportRequest(input, context),
|
|
791
|
+
[_A]: _CIUR,
|
|
792
|
+
[_V]: _,
|
|
793
|
+
});
|
|
794
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
795
|
+
};
|
|
786
796
|
export const se_CreateInstanceConnectEndpointCommand = async (input, context) => {
|
|
787
797
|
const headers = SHARED_HEADERS;
|
|
788
798
|
let body;
|
|
@@ -1633,6 +1643,16 @@ export const se_DeleteFpgaImageCommand = async (input, context) => {
|
|
|
1633
1643
|
});
|
|
1634
1644
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1635
1645
|
};
|
|
1646
|
+
export const se_DeleteImageUsageReportCommand = async (input, context) => {
|
|
1647
|
+
const headers = SHARED_HEADERS;
|
|
1648
|
+
let body;
|
|
1649
|
+
body = buildFormUrlencodedString({
|
|
1650
|
+
...se_DeleteImageUsageReportRequest(input, context),
|
|
1651
|
+
[_A]: _DIUR,
|
|
1652
|
+
[_V]: _,
|
|
1653
|
+
});
|
|
1654
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1655
|
+
};
|
|
1636
1656
|
export const se_DeleteInstanceConnectEndpointCommand = async (input, context) => {
|
|
1637
1657
|
const headers = SHARED_HEADERS;
|
|
1638
1658
|
let body;
|
|
@@ -2893,6 +2913,16 @@ export const se_DescribeImageAttributeCommand = async (input, context) => {
|
|
|
2893
2913
|
});
|
|
2894
2914
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2895
2915
|
};
|
|
2916
|
+
export const se_DescribeImageReferencesCommand = async (input, context) => {
|
|
2917
|
+
const headers = SHARED_HEADERS;
|
|
2918
|
+
let body;
|
|
2919
|
+
body = buildFormUrlencodedString({
|
|
2920
|
+
...se_DescribeImageReferencesRequest(input, context),
|
|
2921
|
+
[_A]: _DIR,
|
|
2922
|
+
[_V]: _,
|
|
2923
|
+
});
|
|
2924
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2925
|
+
};
|
|
2896
2926
|
export const se_DescribeImagesCommand = async (input, context) => {
|
|
2897
2927
|
const headers = SHARED_HEADERS;
|
|
2898
2928
|
let body;
|
|
@@ -2903,6 +2933,26 @@ export const se_DescribeImagesCommand = async (input, context) => {
|
|
|
2903
2933
|
});
|
|
2904
2934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2905
2935
|
};
|
|
2936
|
+
export const se_DescribeImageUsageReportEntriesCommand = async (input, context) => {
|
|
2937
|
+
const headers = SHARED_HEADERS;
|
|
2938
|
+
let body;
|
|
2939
|
+
body = buildFormUrlencodedString({
|
|
2940
|
+
...se_DescribeImageUsageReportEntriesRequest(input, context),
|
|
2941
|
+
[_A]: _DIURE,
|
|
2942
|
+
[_V]: _,
|
|
2943
|
+
});
|
|
2944
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2945
|
+
};
|
|
2946
|
+
export const se_DescribeImageUsageReportsCommand = async (input, context) => {
|
|
2947
|
+
const headers = SHARED_HEADERS;
|
|
2948
|
+
let body;
|
|
2949
|
+
body = buildFormUrlencodedString({
|
|
2950
|
+
...se_DescribeImageUsageReportsRequest(input, context),
|
|
2951
|
+
[_A]: _DIURe,
|
|
2952
|
+
[_V]: _,
|
|
2953
|
+
});
|
|
2954
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2955
|
+
};
|
|
2906
2956
|
export const se_DescribeImportImageTasksCommand = async (input, context) => {
|
|
2907
2957
|
const headers = SHARED_HEADERS;
|
|
2908
2958
|
let body;
|
|
@@ -7895,6 +7945,19 @@ export const de_CreateImageCommand = async (output, context) => {
|
|
|
7895
7945
|
};
|
|
7896
7946
|
return response;
|
|
7897
7947
|
};
|
|
7948
|
+
export const de_CreateImageUsageReportCommand = async (output, context) => {
|
|
7949
|
+
if (output.statusCode >= 300) {
|
|
7950
|
+
return de_CommandError(output, context);
|
|
7951
|
+
}
|
|
7952
|
+
const data = await parseBody(output.body, context);
|
|
7953
|
+
let contents = {};
|
|
7954
|
+
contents = de_CreateImageUsageReportResult(data, context);
|
|
7955
|
+
const response = {
|
|
7956
|
+
$metadata: deserializeMetadata(output),
|
|
7957
|
+
...contents,
|
|
7958
|
+
};
|
|
7959
|
+
return response;
|
|
7960
|
+
};
|
|
7898
7961
|
export const de_CreateInstanceConnectEndpointCommand = async (output, context) => {
|
|
7899
7962
|
if (output.statusCode >= 300) {
|
|
7900
7963
|
return de_CommandError(output, context);
|
|
@@ -8985,6 +9048,19 @@ export const de_DeleteFpgaImageCommand = async (output, context) => {
|
|
|
8985
9048
|
};
|
|
8986
9049
|
return response;
|
|
8987
9050
|
};
|
|
9051
|
+
export const de_DeleteImageUsageReportCommand = async (output, context) => {
|
|
9052
|
+
if (output.statusCode >= 300) {
|
|
9053
|
+
return de_CommandError(output, context);
|
|
9054
|
+
}
|
|
9055
|
+
const data = await parseBody(output.body, context);
|
|
9056
|
+
let contents = {};
|
|
9057
|
+
contents = de_DeleteImageUsageReportResult(data, context);
|
|
9058
|
+
const response = {
|
|
9059
|
+
$metadata: deserializeMetadata(output),
|
|
9060
|
+
...contents,
|
|
9061
|
+
};
|
|
9062
|
+
return response;
|
|
9063
|
+
};
|
|
8988
9064
|
export const de_DeleteInstanceConnectEndpointCommand = async (output, context) => {
|
|
8989
9065
|
if (output.statusCode >= 300) {
|
|
8990
9066
|
return de_CommandError(output, context);
|
|
@@ -10575,6 +10651,19 @@ export const de_DescribeImageAttributeCommand = async (output, context) => {
|
|
|
10575
10651
|
};
|
|
10576
10652
|
return response;
|
|
10577
10653
|
};
|
|
10654
|
+
export const de_DescribeImageReferencesCommand = async (output, context) => {
|
|
10655
|
+
if (output.statusCode >= 300) {
|
|
10656
|
+
return de_CommandError(output, context);
|
|
10657
|
+
}
|
|
10658
|
+
const data = await parseBody(output.body, context);
|
|
10659
|
+
let contents = {};
|
|
10660
|
+
contents = de_DescribeImageReferencesResult(data, context);
|
|
10661
|
+
const response = {
|
|
10662
|
+
$metadata: deserializeMetadata(output),
|
|
10663
|
+
...contents,
|
|
10664
|
+
};
|
|
10665
|
+
return response;
|
|
10666
|
+
};
|
|
10578
10667
|
export const de_DescribeImagesCommand = async (output, context) => {
|
|
10579
10668
|
if (output.statusCode >= 300) {
|
|
10580
10669
|
return de_CommandError(output, context);
|
|
@@ -10588,6 +10677,32 @@ export const de_DescribeImagesCommand = async (output, context) => {
|
|
|
10588
10677
|
};
|
|
10589
10678
|
return response;
|
|
10590
10679
|
};
|
|
10680
|
+
export const de_DescribeImageUsageReportEntriesCommand = async (output, context) => {
|
|
10681
|
+
if (output.statusCode >= 300) {
|
|
10682
|
+
return de_CommandError(output, context);
|
|
10683
|
+
}
|
|
10684
|
+
const data = await parseBody(output.body, context);
|
|
10685
|
+
let contents = {};
|
|
10686
|
+
contents = de_DescribeImageUsageReportEntriesResult(data, context);
|
|
10687
|
+
const response = {
|
|
10688
|
+
$metadata: deserializeMetadata(output),
|
|
10689
|
+
...contents,
|
|
10690
|
+
};
|
|
10691
|
+
return response;
|
|
10692
|
+
};
|
|
10693
|
+
export const de_DescribeImageUsageReportsCommand = async (output, context) => {
|
|
10694
|
+
if (output.statusCode >= 300) {
|
|
10695
|
+
return de_CommandError(output, context);
|
|
10696
|
+
}
|
|
10697
|
+
const data = await parseBody(output.body, context);
|
|
10698
|
+
let contents = {};
|
|
10699
|
+
contents = de_DescribeImageUsageReportsResult(data, context);
|
|
10700
|
+
const response = {
|
|
10701
|
+
$metadata: deserializeMetadata(output),
|
|
10702
|
+
...contents,
|
|
10703
|
+
};
|
|
10704
|
+
return response;
|
|
10705
|
+
};
|
|
10591
10706
|
export const de_DescribeImportImageTasksCommand = async (output, context) => {
|
|
10592
10707
|
if (output.statusCode >= 300) {
|
|
10593
10708
|
return de_CommandError(output, context);
|
|
@@ -17972,6 +18087,12 @@ const se_CreateClientVpnEndpointRequest = (input, context) => {
|
|
|
17972
18087
|
if (input[_DOST] != null) {
|
|
17973
18088
|
entries[_DOST] = input[_DOST];
|
|
17974
18089
|
}
|
|
18090
|
+
if (input[_EIAT] != null) {
|
|
18091
|
+
entries[_EIAT] = input[_EIAT];
|
|
18092
|
+
}
|
|
18093
|
+
if (input[_TIAT] != null) {
|
|
18094
|
+
entries[_TIAT] = input[_TIAT];
|
|
18095
|
+
}
|
|
17975
18096
|
return entries;
|
|
17976
18097
|
};
|
|
17977
18098
|
const se_CreateClientVpnRouteRequest = (input, context) => {
|
|
@@ -18354,6 +18475,43 @@ const se_CreateImageRequest = (input, context) => {
|
|
|
18354
18475
|
}
|
|
18355
18476
|
return entries;
|
|
18356
18477
|
};
|
|
18478
|
+
const se_CreateImageUsageReportRequest = (input, context) => {
|
|
18479
|
+
const entries = {};
|
|
18480
|
+
if (input[_IIma] != null) {
|
|
18481
|
+
entries[_IIma] = input[_IIma];
|
|
18482
|
+
}
|
|
18483
|
+
if (input[_DRr] != null) {
|
|
18484
|
+
entries[_DRr] = input[_DRr];
|
|
18485
|
+
}
|
|
18486
|
+
if (input[_RTe] != null) {
|
|
18487
|
+
const memberEntries = se_ImageUsageResourceTypeRequestList(input[_RTe], context);
|
|
18488
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18489
|
+
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
18490
|
+
entries[loc] = value;
|
|
18491
|
+
});
|
|
18492
|
+
}
|
|
18493
|
+
if (input[_AIc] != null) {
|
|
18494
|
+
const memberEntries = se_ImageUsageReportUserIdStringList(input[_AIc], context);
|
|
18495
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18496
|
+
const loc = `AccountId.${key.substring(key.indexOf(".") + 1)}`;
|
|
18497
|
+
entries[loc] = value;
|
|
18498
|
+
});
|
|
18499
|
+
}
|
|
18500
|
+
if (input[_CTl] === undefined) {
|
|
18501
|
+
input[_CTl] = generateIdempotencyToken();
|
|
18502
|
+
}
|
|
18503
|
+
if (input[_CTl] != null) {
|
|
18504
|
+
entries[_CTl] = input[_CTl];
|
|
18505
|
+
}
|
|
18506
|
+
if (input[_TS] != null) {
|
|
18507
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18508
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18509
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18510
|
+
entries[loc] = value;
|
|
18511
|
+
});
|
|
18512
|
+
}
|
|
18513
|
+
return entries;
|
|
18514
|
+
};
|
|
18357
18515
|
const se_CreateInstanceConnectEndpointRequest = (input, context) => {
|
|
18358
18516
|
const entries = {};
|
|
18359
18517
|
if (input[_DRr] != null) {
|
|
@@ -19678,8 +19836,8 @@ const se_CreateSubnetCidrReservationRequest = (input, context) => {
|
|
|
19678
19836
|
if (input[_C] != null) {
|
|
19679
19837
|
entries[_C] = input[_C];
|
|
19680
19838
|
}
|
|
19681
|
-
if (input[
|
|
19682
|
-
entries[
|
|
19839
|
+
if (input[_RTes] != null) {
|
|
19840
|
+
entries[_RTes] = input[_RTes];
|
|
19683
19841
|
}
|
|
19684
19842
|
if (input[_De] != null) {
|
|
19685
19843
|
entries[_De] = input[_De];
|
|
@@ -21265,6 +21423,16 @@ const se_DeleteFpgaImageRequest = (input, context) => {
|
|
|
21265
21423
|
}
|
|
21266
21424
|
return entries;
|
|
21267
21425
|
};
|
|
21426
|
+
const se_DeleteImageUsageReportRequest = (input, context) => {
|
|
21427
|
+
const entries = {};
|
|
21428
|
+
if (input[_RIep] != null) {
|
|
21429
|
+
entries[_RIep] = input[_RIep];
|
|
21430
|
+
}
|
|
21431
|
+
if (input[_DRr] != null) {
|
|
21432
|
+
entries[_DRr] = input[_DRr];
|
|
21433
|
+
}
|
|
21434
|
+
return entries;
|
|
21435
|
+
};
|
|
21268
21436
|
const se_DeleteInstanceConnectEndpointRequest = (input, context) => {
|
|
21269
21437
|
const entries = {};
|
|
21270
21438
|
if (input[_DRr] != null) {
|
|
@@ -23320,6 +23488,48 @@ const se_DescribeImageAttributeRequest = (input, context) => {
|
|
|
23320
23488
|
}
|
|
23321
23489
|
return entries;
|
|
23322
23490
|
};
|
|
23491
|
+
const se_DescribeImageReferencesImageIdStringList = (input, context) => {
|
|
23492
|
+
const entries = {};
|
|
23493
|
+
let counter = 1;
|
|
23494
|
+
for (const entry of input) {
|
|
23495
|
+
if (entry === null) {
|
|
23496
|
+
continue;
|
|
23497
|
+
}
|
|
23498
|
+
entries[`Member.${counter}`] = entry;
|
|
23499
|
+
counter++;
|
|
23500
|
+
}
|
|
23501
|
+
return entries;
|
|
23502
|
+
};
|
|
23503
|
+
const se_DescribeImageReferencesRequest = (input, context) => {
|
|
23504
|
+
const entries = {};
|
|
23505
|
+
if (input[_IImag] != null) {
|
|
23506
|
+
const memberEntries = se_DescribeImageReferencesImageIdStringList(input[_IImag], context);
|
|
23507
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23508
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23509
|
+
entries[loc] = value;
|
|
23510
|
+
});
|
|
23511
|
+
}
|
|
23512
|
+
if (input[_IART] != null) {
|
|
23513
|
+
entries[_IART] = input[_IART];
|
|
23514
|
+
}
|
|
23515
|
+
if (input[_RTe] != null) {
|
|
23516
|
+
const memberEntries = se_ResourceTypeRequestList(input[_RTe], context);
|
|
23517
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23518
|
+
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
23519
|
+
entries[loc] = value;
|
|
23520
|
+
});
|
|
23521
|
+
}
|
|
23522
|
+
if (input[_NT] != null) {
|
|
23523
|
+
entries[_NT] = input[_NT];
|
|
23524
|
+
}
|
|
23525
|
+
if (input[_DRr] != null) {
|
|
23526
|
+
entries[_DRr] = input[_DRr];
|
|
23527
|
+
}
|
|
23528
|
+
if (input[_MR] != null) {
|
|
23529
|
+
entries[_MR] = input[_MR];
|
|
23530
|
+
}
|
|
23531
|
+
return entries;
|
|
23532
|
+
};
|
|
23323
23533
|
const se_DescribeImagesRequest = (input, context) => {
|
|
23324
23534
|
const entries = {};
|
|
23325
23535
|
if (input[_EU] != null) {
|
|
@@ -23367,6 +23577,86 @@ const se_DescribeImagesRequest = (input, context) => {
|
|
|
23367
23577
|
}
|
|
23368
23578
|
return entries;
|
|
23369
23579
|
};
|
|
23580
|
+
const se_DescribeImageUsageReportEntriesRequest = (input, context) => {
|
|
23581
|
+
const entries = {};
|
|
23582
|
+
if (input[_IImag] != null) {
|
|
23583
|
+
const memberEntries = se_DescribeImageUsageReportsImageIdStringList(input[_IImag], context);
|
|
23584
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23585
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23586
|
+
entries[loc] = value;
|
|
23587
|
+
});
|
|
23588
|
+
}
|
|
23589
|
+
if (input[_RIepo] != null) {
|
|
23590
|
+
const memberEntries = se_ImageUsageReportIdStringList(input[_RIepo], context);
|
|
23591
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23592
|
+
const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23593
|
+
entries[loc] = value;
|
|
23594
|
+
});
|
|
23595
|
+
}
|
|
23596
|
+
if (input[_NT] != null) {
|
|
23597
|
+
entries[_NT] = input[_NT];
|
|
23598
|
+
}
|
|
23599
|
+
if (input[_Fi] != null) {
|
|
23600
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
23601
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23602
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
23603
|
+
entries[loc] = value;
|
|
23604
|
+
});
|
|
23605
|
+
}
|
|
23606
|
+
if (input[_DRr] != null) {
|
|
23607
|
+
entries[_DRr] = input[_DRr];
|
|
23608
|
+
}
|
|
23609
|
+
if (input[_MR] != null) {
|
|
23610
|
+
entries[_MR] = input[_MR];
|
|
23611
|
+
}
|
|
23612
|
+
return entries;
|
|
23613
|
+
};
|
|
23614
|
+
const se_DescribeImageUsageReportsImageIdStringList = (input, context) => {
|
|
23615
|
+
const entries = {};
|
|
23616
|
+
let counter = 1;
|
|
23617
|
+
for (const entry of input) {
|
|
23618
|
+
if (entry === null) {
|
|
23619
|
+
continue;
|
|
23620
|
+
}
|
|
23621
|
+
entries[`Member.${counter}`] = entry;
|
|
23622
|
+
counter++;
|
|
23623
|
+
}
|
|
23624
|
+
return entries;
|
|
23625
|
+
};
|
|
23626
|
+
const se_DescribeImageUsageReportsRequest = (input, context) => {
|
|
23627
|
+
const entries = {};
|
|
23628
|
+
if (input[_IImag] != null) {
|
|
23629
|
+
const memberEntries = se_DescribeImageUsageReportsImageIdStringList(input[_IImag], context);
|
|
23630
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23631
|
+
const loc = `ImageId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23632
|
+
entries[loc] = value;
|
|
23633
|
+
});
|
|
23634
|
+
}
|
|
23635
|
+
if (input[_RIepo] != null) {
|
|
23636
|
+
const memberEntries = se_ImageUsageReportIdStringList(input[_RIepo], context);
|
|
23637
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23638
|
+
const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23639
|
+
entries[loc] = value;
|
|
23640
|
+
});
|
|
23641
|
+
}
|
|
23642
|
+
if (input[_NT] != null) {
|
|
23643
|
+
entries[_NT] = input[_NT];
|
|
23644
|
+
}
|
|
23645
|
+
if (input[_Fi] != null) {
|
|
23646
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
23647
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23648
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
23649
|
+
entries[loc] = value;
|
|
23650
|
+
});
|
|
23651
|
+
}
|
|
23652
|
+
if (input[_DRr] != null) {
|
|
23653
|
+
entries[_DRr] = input[_DRr];
|
|
23654
|
+
}
|
|
23655
|
+
if (input[_MR] != null) {
|
|
23656
|
+
entries[_MR] = input[_MR];
|
|
23657
|
+
}
|
|
23658
|
+
return entries;
|
|
23659
|
+
};
|
|
23370
23660
|
const se_DescribeImportImageTasksRequest = (input, context) => {
|
|
23371
23661
|
const entries = {};
|
|
23372
23662
|
if (input[_DRr] != null) {
|
|
@@ -28542,8 +28832,8 @@ const se_GetIpamResourceCidrsRequest = (input, context) => {
|
|
|
28542
28832
|
if (input[_RT] != null) {
|
|
28543
28833
|
entries[_RT] = input[_RT];
|
|
28544
28834
|
}
|
|
28545
|
-
if (input[
|
|
28546
|
-
const memberEntries = se_RequestIpamResourceTag(input[
|
|
28835
|
+
if (input[_RTeso] != null) {
|
|
28836
|
+
const memberEntries = se_RequestIpamResourceTag(input[_RTeso], context);
|
|
28547
28837
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28548
28838
|
const loc = `ResourceTag.${key}`;
|
|
28549
28839
|
entries[loc] = value;
|
|
@@ -29272,6 +29562,100 @@ const se_ImageProviderRequestList = (input, context) => {
|
|
|
29272
29562
|
}
|
|
29273
29563
|
return entries;
|
|
29274
29564
|
};
|
|
29565
|
+
const se_ImageUsageReportIdStringList = (input, context) => {
|
|
29566
|
+
const entries = {};
|
|
29567
|
+
let counter = 1;
|
|
29568
|
+
for (const entry of input) {
|
|
29569
|
+
if (entry === null) {
|
|
29570
|
+
continue;
|
|
29571
|
+
}
|
|
29572
|
+
entries[`Member.${counter}`] = entry;
|
|
29573
|
+
counter++;
|
|
29574
|
+
}
|
|
29575
|
+
return entries;
|
|
29576
|
+
};
|
|
29577
|
+
const se_ImageUsageReportUserIdStringList = (input, context) => {
|
|
29578
|
+
const entries = {};
|
|
29579
|
+
let counter = 1;
|
|
29580
|
+
for (const entry of input) {
|
|
29581
|
+
if (entry === null) {
|
|
29582
|
+
continue;
|
|
29583
|
+
}
|
|
29584
|
+
entries[`UserId.${counter}`] = entry;
|
|
29585
|
+
counter++;
|
|
29586
|
+
}
|
|
29587
|
+
return entries;
|
|
29588
|
+
};
|
|
29589
|
+
const se_ImageUsageResourceTypeOptionRequest = (input, context) => {
|
|
29590
|
+
const entries = {};
|
|
29591
|
+
if (input[_ON] != null) {
|
|
29592
|
+
entries[_ON] = input[_ON];
|
|
29593
|
+
}
|
|
29594
|
+
if (input[_OV] != null) {
|
|
29595
|
+
const memberEntries = se_ImageUsageResourceTypeOptionValuesList(input[_OV], context);
|
|
29596
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29597
|
+
const loc = `OptionValue.${key.substring(key.indexOf(".") + 1)}`;
|
|
29598
|
+
entries[loc] = value;
|
|
29599
|
+
});
|
|
29600
|
+
}
|
|
29601
|
+
return entries;
|
|
29602
|
+
};
|
|
29603
|
+
const se_ImageUsageResourceTypeOptionRequestList = (input, context) => {
|
|
29604
|
+
const entries = {};
|
|
29605
|
+
let counter = 1;
|
|
29606
|
+
for (const entry of input) {
|
|
29607
|
+
if (entry === null) {
|
|
29608
|
+
continue;
|
|
29609
|
+
}
|
|
29610
|
+
const memberEntries = se_ImageUsageResourceTypeOptionRequest(entry, context);
|
|
29611
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29612
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
29613
|
+
});
|
|
29614
|
+
counter++;
|
|
29615
|
+
}
|
|
29616
|
+
return entries;
|
|
29617
|
+
};
|
|
29618
|
+
const se_ImageUsageResourceTypeOptionValuesList = (input, context) => {
|
|
29619
|
+
const entries = {};
|
|
29620
|
+
let counter = 1;
|
|
29621
|
+
for (const entry of input) {
|
|
29622
|
+
if (entry === null) {
|
|
29623
|
+
continue;
|
|
29624
|
+
}
|
|
29625
|
+
entries[`Item.${counter}`] = entry;
|
|
29626
|
+
counter++;
|
|
29627
|
+
}
|
|
29628
|
+
return entries;
|
|
29629
|
+
};
|
|
29630
|
+
const se_ImageUsageResourceTypeRequest = (input, context) => {
|
|
29631
|
+
const entries = {};
|
|
29632
|
+
if (input[_RT] != null) {
|
|
29633
|
+
entries[_RT] = input[_RT];
|
|
29634
|
+
}
|
|
29635
|
+
if (input[_RTO] != null) {
|
|
29636
|
+
const memberEntries = se_ImageUsageResourceTypeOptionRequestList(input[_RTO], context);
|
|
29637
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29638
|
+
const loc = `ResourceTypeOption.${key.substring(key.indexOf(".") + 1)}`;
|
|
29639
|
+
entries[loc] = value;
|
|
29640
|
+
});
|
|
29641
|
+
}
|
|
29642
|
+
return entries;
|
|
29643
|
+
};
|
|
29644
|
+
const se_ImageUsageResourceTypeRequestList = (input, context) => {
|
|
29645
|
+
const entries = {};
|
|
29646
|
+
let counter = 1;
|
|
29647
|
+
for (const entry of input) {
|
|
29648
|
+
if (entry === null) {
|
|
29649
|
+
continue;
|
|
29650
|
+
}
|
|
29651
|
+
const memberEntries = se_ImageUsageResourceTypeRequest(entry, context);
|
|
29652
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29653
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
29654
|
+
});
|
|
29655
|
+
counter++;
|
|
29656
|
+
}
|
|
29657
|
+
return entries;
|
|
29658
|
+
};
|
|
29275
29659
|
const se_ImportClientVpnClientCertificateRevocationListRequest = (input, context) => {
|
|
29276
29660
|
const entries = {};
|
|
29277
29661
|
if (input[_CVEI] != null) {
|
|
@@ -36357,8 +36741,8 @@ const se_ResourceStatementRequest = (input, context) => {
|
|
|
36357
36741
|
entries[loc] = value;
|
|
36358
36742
|
});
|
|
36359
36743
|
}
|
|
36360
|
-
if (input[
|
|
36361
|
-
const memberEntries = se_ValueStringList(input[
|
|
36744
|
+
if (input[_RTe] != null) {
|
|
36745
|
+
const memberEntries = se_ValueStringList(input[_RTe], context);
|
|
36362
36746
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36363
36747
|
const loc = `ResourceType.${key.substring(key.indexOf(".") + 1)}`;
|
|
36364
36748
|
entries[loc] = value;
|
|
@@ -36366,6 +36750,76 @@ const se_ResourceStatementRequest = (input, context) => {
|
|
|
36366
36750
|
}
|
|
36367
36751
|
return entries;
|
|
36368
36752
|
};
|
|
36753
|
+
const se_ResourceTypeOption = (input, context) => {
|
|
36754
|
+
const entries = {};
|
|
36755
|
+
if (input[_ON] != null) {
|
|
36756
|
+
entries[_ON] = input[_ON];
|
|
36757
|
+
}
|
|
36758
|
+
if (input[_OV] != null) {
|
|
36759
|
+
const memberEntries = se_ResourceTypeOptionValuesList(input[_OV], context);
|
|
36760
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36761
|
+
const loc = `OptionValue.${key.substring(key.indexOf(".") + 1)}`;
|
|
36762
|
+
entries[loc] = value;
|
|
36763
|
+
});
|
|
36764
|
+
}
|
|
36765
|
+
return entries;
|
|
36766
|
+
};
|
|
36767
|
+
const se_ResourceTypeOptionList = (input, context) => {
|
|
36768
|
+
const entries = {};
|
|
36769
|
+
let counter = 1;
|
|
36770
|
+
for (const entry of input) {
|
|
36771
|
+
if (entry === null) {
|
|
36772
|
+
continue;
|
|
36773
|
+
}
|
|
36774
|
+
const memberEntries = se_ResourceTypeOption(entry, context);
|
|
36775
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36776
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
36777
|
+
});
|
|
36778
|
+
counter++;
|
|
36779
|
+
}
|
|
36780
|
+
return entries;
|
|
36781
|
+
};
|
|
36782
|
+
const se_ResourceTypeOptionValuesList = (input, context) => {
|
|
36783
|
+
const entries = {};
|
|
36784
|
+
let counter = 1;
|
|
36785
|
+
for (const entry of input) {
|
|
36786
|
+
if (entry === null) {
|
|
36787
|
+
continue;
|
|
36788
|
+
}
|
|
36789
|
+
entries[`Member.${counter}`] = entry;
|
|
36790
|
+
counter++;
|
|
36791
|
+
}
|
|
36792
|
+
return entries;
|
|
36793
|
+
};
|
|
36794
|
+
const se_ResourceTypeRequest = (input, context) => {
|
|
36795
|
+
const entries = {};
|
|
36796
|
+
if (input[_RT] != null) {
|
|
36797
|
+
entries[_RT] = input[_RT];
|
|
36798
|
+
}
|
|
36799
|
+
if (input[_RTO] != null) {
|
|
36800
|
+
const memberEntries = se_ResourceTypeOptionList(input[_RTO], context);
|
|
36801
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36802
|
+
const loc = `ResourceTypeOption.${key.substring(key.indexOf(".") + 1)}`;
|
|
36803
|
+
entries[loc] = value;
|
|
36804
|
+
});
|
|
36805
|
+
}
|
|
36806
|
+
return entries;
|
|
36807
|
+
};
|
|
36808
|
+
const se_ResourceTypeRequestList = (input, context) => {
|
|
36809
|
+
const entries = {};
|
|
36810
|
+
let counter = 1;
|
|
36811
|
+
for (const entry of input) {
|
|
36812
|
+
if (entry === null) {
|
|
36813
|
+
continue;
|
|
36814
|
+
}
|
|
36815
|
+
const memberEntries = se_ResourceTypeRequest(entry, context);
|
|
36816
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
36817
|
+
entries[`Member.${counter}.${key}`] = value;
|
|
36818
|
+
});
|
|
36819
|
+
counter++;
|
|
36820
|
+
}
|
|
36821
|
+
return entries;
|
|
36822
|
+
};
|
|
36369
36823
|
const se_RestorableByStringList = (input, context) => {
|
|
36370
36824
|
const entries = {};
|
|
36371
36825
|
let counter = 1;
|
|
@@ -41223,7 +41677,7 @@ const de_CapacityReservation = (output, context) => {
|
|
|
41223
41677
|
contents[_CAa] = de_CapacityAllocations(__getArrayIfSingleItem(output[_cAS][_i]), context);
|
|
41224
41678
|
}
|
|
41225
41679
|
if (output[_rT] != null) {
|
|
41226
|
-
contents[
|
|
41680
|
+
contents[_RTes] = __expectString(output[_rT]);
|
|
41227
41681
|
}
|
|
41228
41682
|
if (output[_uRBOI] != null) {
|
|
41229
41683
|
contents[_URBOI] = __expectString(output[_uRBOI]);
|
|
@@ -41676,6 +42130,9 @@ const de_ClientVpnConnection = (output, context) => {
|
|
|
41676
42130
|
if (output[_cIl] != null) {
|
|
41677
42131
|
contents[_CIli] = __expectString(output[_cIl]);
|
|
41678
42132
|
}
|
|
42133
|
+
if (output[_cIA] != null) {
|
|
42134
|
+
contents[_CIA] = __expectString(output[_cIA]);
|
|
42135
|
+
}
|
|
41679
42136
|
if (output[_cN] != null) {
|
|
41680
42137
|
contents[_CN] = __expectString(output[_cN]);
|
|
41681
42138
|
}
|
|
@@ -41802,6 +42259,12 @@ const de_ClientVpnEndpoint = (output, context) => {
|
|
|
41802
42259
|
if (output[_dOST] != null) {
|
|
41803
42260
|
contents[_DOST] = __parseBoolean(output[_dOST]);
|
|
41804
42261
|
}
|
|
42262
|
+
if (output[_eIAT] != null) {
|
|
42263
|
+
contents[_EIAT] = __expectString(output[_eIAT]);
|
|
42264
|
+
}
|
|
42265
|
+
if (output[_tIAT] != null) {
|
|
42266
|
+
contents[_TIAT] = __expectString(output[_tIAT]);
|
|
42267
|
+
}
|
|
41805
42268
|
return contents;
|
|
41806
42269
|
};
|
|
41807
42270
|
const de_ClientVpnEndpointAttributeStatus = (output, context) => {
|
|
@@ -42415,6 +42878,13 @@ const de_CreateImageResult = (output, context) => {
|
|
|
42415
42878
|
}
|
|
42416
42879
|
return contents;
|
|
42417
42880
|
};
|
|
42881
|
+
const de_CreateImageUsageReportResult = (output, context) => {
|
|
42882
|
+
const contents = {};
|
|
42883
|
+
if (output[_rI] != null) {
|
|
42884
|
+
contents[_RIep] = __expectString(output[_rI]);
|
|
42885
|
+
}
|
|
42886
|
+
return contents;
|
|
42887
|
+
};
|
|
42418
42888
|
const de_CreateInstanceConnectEndpointResult = (output, context) => {
|
|
42419
42889
|
const contents = {};
|
|
42420
42890
|
if (output[_iCE] != null) {
|
|
@@ -43218,6 +43688,13 @@ const de_DeleteFpgaImageResult = (output, context) => {
|
|
|
43218
43688
|
}
|
|
43219
43689
|
return contents;
|
|
43220
43690
|
};
|
|
43691
|
+
const de_DeleteImageUsageReportResult = (output, context) => {
|
|
43692
|
+
const contents = {};
|
|
43693
|
+
if (output[_r] != null) {
|
|
43694
|
+
contents[_Ret] = __parseBoolean(output[_r]);
|
|
43695
|
+
}
|
|
43696
|
+
return contents;
|
|
43697
|
+
};
|
|
43221
43698
|
const de_DeleteInstanceConnectEndpointResult = (output, context) => {
|
|
43222
43699
|
const contents = {};
|
|
43223
43700
|
if (output[_iCE] != null) {
|
|
@@ -44341,10 +44818,10 @@ const de_DescribeFleetHistoryResult = (output, context) => {
|
|
|
44341
44818
|
const de_DescribeFleetInstancesResult = (output, context) => {
|
|
44342
44819
|
const contents = {};
|
|
44343
44820
|
if (output.activeInstanceSet === "") {
|
|
44344
|
-
contents[
|
|
44821
|
+
contents[_AIct] = [];
|
|
44345
44822
|
}
|
|
44346
44823
|
else if (output[_aIS] != null && output[_aIS][_i] != null) {
|
|
44347
|
-
contents[
|
|
44824
|
+
contents[_AIct] = de_ActiveInstanceSet(__getArrayIfSingleItem(output[_aIS][_i]), context);
|
|
44348
44825
|
}
|
|
44349
44826
|
if (output[_nTe] != null) {
|
|
44350
44827
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -44508,6 +44985,19 @@ const de_DescribeIdFormatResult = (output, context) => {
|
|
|
44508
44985
|
}
|
|
44509
44986
|
return contents;
|
|
44510
44987
|
};
|
|
44988
|
+
const de_DescribeImageReferencesResult = (output, context) => {
|
|
44989
|
+
const contents = {};
|
|
44990
|
+
if (output[_nTe] != null) {
|
|
44991
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44992
|
+
}
|
|
44993
|
+
if (output.imageReferenceSet === "") {
|
|
44994
|
+
contents[_IRm] = [];
|
|
44995
|
+
}
|
|
44996
|
+
else if (output[_iRS] != null && output[_iRS][_i] != null) {
|
|
44997
|
+
contents[_IRm] = de_ImageReferenceList(__getArrayIfSingleItem(output[_iRS][_i]), context);
|
|
44998
|
+
}
|
|
44999
|
+
return contents;
|
|
45000
|
+
};
|
|
44511
45001
|
const de_DescribeImagesResult = (output, context) => {
|
|
44512
45002
|
const contents = {};
|
|
44513
45003
|
if (output[_nTe] != null) {
|
|
@@ -44521,6 +45011,32 @@ const de_DescribeImagesResult = (output, context) => {
|
|
|
44521
45011
|
}
|
|
44522
45012
|
return contents;
|
|
44523
45013
|
};
|
|
45014
|
+
const de_DescribeImageUsageReportEntriesResult = (output, context) => {
|
|
45015
|
+
const contents = {};
|
|
45016
|
+
if (output[_nTe] != null) {
|
|
45017
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
45018
|
+
}
|
|
45019
|
+
if (output.imageUsageReportEntrySet === "") {
|
|
45020
|
+
contents[_IURE] = [];
|
|
45021
|
+
}
|
|
45022
|
+
else if (output[_iURES] != null && output[_iURES][_i] != null) {
|
|
45023
|
+
contents[_IURE] = de_ImageUsageReportEntryList(__getArrayIfSingleItem(output[_iURES][_i]), context);
|
|
45024
|
+
}
|
|
45025
|
+
return contents;
|
|
45026
|
+
};
|
|
45027
|
+
const de_DescribeImageUsageReportsResult = (output, context) => {
|
|
45028
|
+
const contents = {};
|
|
45029
|
+
if (output[_nTe] != null) {
|
|
45030
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
45031
|
+
}
|
|
45032
|
+
if (output.imageUsageReportSet === "") {
|
|
45033
|
+
contents[_IUR] = [];
|
|
45034
|
+
}
|
|
45035
|
+
else if (output[_iURS] != null && output[_iURS][_i] != null) {
|
|
45036
|
+
contents[_IUR] = de_ImageUsageReportList(__getArrayIfSingleItem(output[_iURS][_i]), context);
|
|
45037
|
+
}
|
|
45038
|
+
return contents;
|
|
45039
|
+
};
|
|
44524
45040
|
const de_DescribeImportImageTasksResult = (output, context) => {
|
|
44525
45041
|
const contents = {};
|
|
44526
45042
|
if (output.importImageTaskSet === "") {
|
|
@@ -45422,10 +45938,10 @@ const de_DescribeSpotDatafeedSubscriptionResult = (output, context) => {
|
|
|
45422
45938
|
const de_DescribeSpotFleetInstancesResponse = (output, context) => {
|
|
45423
45939
|
const contents = {};
|
|
45424
45940
|
if (output.activeInstanceSet === "") {
|
|
45425
|
-
contents[
|
|
45941
|
+
contents[_AIct] = [];
|
|
45426
45942
|
}
|
|
45427
45943
|
else if (output[_aIS] != null && output[_aIS][_i] != null) {
|
|
45428
|
-
contents[
|
|
45944
|
+
contents[_AIct] = de_ActiveInstanceSet(__getArrayIfSingleItem(output[_aIS][_i]), context);
|
|
45429
45945
|
}
|
|
45430
45946
|
if (output[_nTe] != null) {
|
|
45431
45947
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -49703,6 +50219,149 @@ const de_ImageRecycleBinInfoList = (output, context) => {
|
|
|
49703
50219
|
return de_ImageRecycleBinInfo(entry, context);
|
|
49704
50220
|
});
|
|
49705
50221
|
};
|
|
50222
|
+
const de_ImageReference = (output, context) => {
|
|
50223
|
+
const contents = {};
|
|
50224
|
+
if (output[_iIma] != null) {
|
|
50225
|
+
contents[_IIma] = __expectString(output[_iIma]);
|
|
50226
|
+
}
|
|
50227
|
+
if (output[_rTe] != null) {
|
|
50228
|
+
contents[_RT] = __expectString(output[_rTe]);
|
|
50229
|
+
}
|
|
50230
|
+
if (output[_ar] != null) {
|
|
50231
|
+
contents[_Ar] = __expectString(output[_ar]);
|
|
50232
|
+
}
|
|
50233
|
+
return contents;
|
|
50234
|
+
};
|
|
50235
|
+
const de_ImageReferenceList = (output, context) => {
|
|
50236
|
+
return (output || [])
|
|
50237
|
+
.filter((e) => e != null)
|
|
50238
|
+
.map((entry) => {
|
|
50239
|
+
return de_ImageReference(entry, context);
|
|
50240
|
+
});
|
|
50241
|
+
};
|
|
50242
|
+
const de_ImageUsageReport = (output, context) => {
|
|
50243
|
+
const contents = {};
|
|
50244
|
+
if (output[_iIma] != null) {
|
|
50245
|
+
contents[_IIma] = __expectString(output[_iIma]);
|
|
50246
|
+
}
|
|
50247
|
+
if (output[_rI] != null) {
|
|
50248
|
+
contents[_RIep] = __expectString(output[_rI]);
|
|
50249
|
+
}
|
|
50250
|
+
if (output.resourceTypeSet === "") {
|
|
50251
|
+
contents[_RTe] = [];
|
|
50252
|
+
}
|
|
50253
|
+
else if (output[_rTSe] != null && output[_rTSe][_i] != null) {
|
|
50254
|
+
contents[_RTe] = de_ImageUsageResourceTypeList(__getArrayIfSingleItem(output[_rTSe][_i]), context);
|
|
50255
|
+
}
|
|
50256
|
+
if (output.accountIdSet === "") {
|
|
50257
|
+
contents[_AIc] = [];
|
|
50258
|
+
}
|
|
50259
|
+
else if (output[_aISc] != null && output[_aISc][_i] != null) {
|
|
50260
|
+
contents[_AIc] = de_UserIdList(__getArrayIfSingleItem(output[_aISc][_i]), context);
|
|
50261
|
+
}
|
|
50262
|
+
if (output[_st] != null) {
|
|
50263
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
50264
|
+
}
|
|
50265
|
+
if (output[_sRt] != null) {
|
|
50266
|
+
contents[_SRt] = __expectString(output[_sRt]);
|
|
50267
|
+
}
|
|
50268
|
+
if (output[_cTre] != null) {
|
|
50269
|
+
contents[_CTre] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_cTre]));
|
|
50270
|
+
}
|
|
50271
|
+
if (output[_eT] != null) {
|
|
50272
|
+
contents[_ETx] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eT]));
|
|
50273
|
+
}
|
|
50274
|
+
if (output.tagSet === "") {
|
|
50275
|
+
contents[_Ta] = [];
|
|
50276
|
+
}
|
|
50277
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
50278
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
50279
|
+
}
|
|
50280
|
+
return contents;
|
|
50281
|
+
};
|
|
50282
|
+
const de_ImageUsageReportEntry = (output, context) => {
|
|
50283
|
+
const contents = {};
|
|
50284
|
+
if (output[_rTe] != null) {
|
|
50285
|
+
contents[_RT] = __expectString(output[_rTe]);
|
|
50286
|
+
}
|
|
50287
|
+
if (output[_rI] != null) {
|
|
50288
|
+
contents[_RIep] = __expectString(output[_rI]);
|
|
50289
|
+
}
|
|
50290
|
+
if (output[_uCs] != null) {
|
|
50291
|
+
contents[_UCs] = __strictParseLong(output[_uCs]);
|
|
50292
|
+
}
|
|
50293
|
+
if (output[_aIc] != null) {
|
|
50294
|
+
contents[_AIcc] = __expectString(output[_aIc]);
|
|
50295
|
+
}
|
|
50296
|
+
if (output[_iIma] != null) {
|
|
50297
|
+
contents[_IIma] = __expectString(output[_iIma]);
|
|
50298
|
+
}
|
|
50299
|
+
if (output[_rCT] != null) {
|
|
50300
|
+
contents[_RCT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_rCT]));
|
|
50301
|
+
}
|
|
50302
|
+
return contents;
|
|
50303
|
+
};
|
|
50304
|
+
const de_ImageUsageReportEntryList = (output, context) => {
|
|
50305
|
+
return (output || [])
|
|
50306
|
+
.filter((e) => e != null)
|
|
50307
|
+
.map((entry) => {
|
|
50308
|
+
return de_ImageUsageReportEntry(entry, context);
|
|
50309
|
+
});
|
|
50310
|
+
};
|
|
50311
|
+
const de_ImageUsageReportList = (output, context) => {
|
|
50312
|
+
return (output || [])
|
|
50313
|
+
.filter((e) => e != null)
|
|
50314
|
+
.map((entry) => {
|
|
50315
|
+
return de_ImageUsageReport(entry, context);
|
|
50316
|
+
});
|
|
50317
|
+
};
|
|
50318
|
+
const de_ImageUsageResourceType = (output, context) => {
|
|
50319
|
+
const contents = {};
|
|
50320
|
+
if (output[_rTe] != null) {
|
|
50321
|
+
contents[_RT] = __expectString(output[_rTe]);
|
|
50322
|
+
}
|
|
50323
|
+
if (output.resourceTypeOptionSet === "") {
|
|
50324
|
+
contents[_RTO] = [];
|
|
50325
|
+
}
|
|
50326
|
+
else if (output[_rTOS] != null && output[_rTOS][_i] != null) {
|
|
50327
|
+
contents[_RTO] = de_ImageUsageResourceTypeOptionList(__getArrayIfSingleItem(output[_rTOS][_i]), context);
|
|
50328
|
+
}
|
|
50329
|
+
return contents;
|
|
50330
|
+
};
|
|
50331
|
+
const de_ImageUsageResourceTypeList = (output, context) => {
|
|
50332
|
+
return (output || [])
|
|
50333
|
+
.filter((e) => e != null)
|
|
50334
|
+
.map((entry) => {
|
|
50335
|
+
return de_ImageUsageResourceType(entry, context);
|
|
50336
|
+
});
|
|
50337
|
+
};
|
|
50338
|
+
const de_ImageUsageResourceTypeOption = (output, context) => {
|
|
50339
|
+
const contents = {};
|
|
50340
|
+
if (output[_oN] != null) {
|
|
50341
|
+
contents[_ON] = __expectString(output[_oN]);
|
|
50342
|
+
}
|
|
50343
|
+
if (output.optionValueSet === "") {
|
|
50344
|
+
contents[_OV] = [];
|
|
50345
|
+
}
|
|
50346
|
+
else if (output[_oVS] != null && output[_oVS][_i] != null) {
|
|
50347
|
+
contents[_OV] = de_ImageUsageResourceTypeOptionValuesList(__getArrayIfSingleItem(output[_oVS][_i]), context);
|
|
50348
|
+
}
|
|
50349
|
+
return contents;
|
|
50350
|
+
};
|
|
50351
|
+
const de_ImageUsageResourceTypeOptionList = (output, context) => {
|
|
50352
|
+
return (output || [])
|
|
50353
|
+
.filter((e) => e != null)
|
|
50354
|
+
.map((entry) => {
|
|
50355
|
+
return de_ImageUsageResourceTypeOption(entry, context);
|
|
50356
|
+
});
|
|
50357
|
+
};
|
|
50358
|
+
const de_ImageUsageResourceTypeOptionValuesList = (output, context) => {
|
|
50359
|
+
return (output || [])
|
|
50360
|
+
.filter((e) => e != null)
|
|
50361
|
+
.map((entry) => {
|
|
50362
|
+
return __expectString(entry);
|
|
50363
|
+
});
|
|
50364
|
+
};
|
|
49706
50365
|
const de_ImportClientVpnClientCertificateRevocationListResult = (output, context) => {
|
|
49707
50366
|
const contents = {};
|
|
49708
50367
|
if (output[_r] != null) {
|
|
@@ -51793,8 +52452,8 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
|
|
|
51793
52452
|
if (output.resourceTagSet === "") {
|
|
51794
52453
|
contents[_RTesou] = [];
|
|
51795
52454
|
}
|
|
51796
|
-
else if (output[
|
|
51797
|
-
contents[_RTesou] = de_IpamResourceTagList(__getArrayIfSingleItem(output[
|
|
52455
|
+
else if (output[_rTSes] != null && output[_rTSes][_i] != null) {
|
|
52456
|
+
contents[_RTesou] = de_IpamResourceTagList(__getArrayIfSingleItem(output[_rTSes][_i]), context);
|
|
51798
52457
|
}
|
|
51799
52458
|
if (output[_iU] != null) {
|
|
51800
52459
|
contents[_IUp] = __strictParseFloat(output[_iU]);
|
|
@@ -52157,8 +52816,8 @@ const de_IpamResourceCidr = (output, context) => {
|
|
|
52157
52816
|
if (output.resourceTagSet === "") {
|
|
52158
52817
|
contents[_RTesou] = [];
|
|
52159
52818
|
}
|
|
52160
|
-
else if (output[
|
|
52161
|
-
contents[_RTesou] = de_IpamResourceTagList(__getArrayIfSingleItem(output[
|
|
52819
|
+
else if (output[_rTSes] != null && output[_rTSes][_i] != null) {
|
|
52820
|
+
contents[_RTesou] = de_IpamResourceTagList(__getArrayIfSingleItem(output[_rTSes][_i]), context);
|
|
52162
52821
|
}
|
|
52163
52822
|
if (output[_iU] != null) {
|
|
52164
52823
|
contents[_IUp] = __strictParseFloat(output[_iU]);
|
|
@@ -57140,10 +57799,10 @@ const de_ResourceStatement = (output, context) => {
|
|
|
57140
57799
|
contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSesou][_i]), context);
|
|
57141
57800
|
}
|
|
57142
57801
|
if (output.resourceTypeSet === "") {
|
|
57143
|
-
contents[
|
|
57802
|
+
contents[_RTe] = [];
|
|
57144
57803
|
}
|
|
57145
|
-
else if (output[
|
|
57146
|
-
contents[
|
|
57804
|
+
else if (output[_rTSe] != null && output[_rTSe][_i] != null) {
|
|
57805
|
+
contents[_RTe] = de_ValueStringList(__getArrayIfSingleItem(output[_rTSe][_i]), context);
|
|
57147
57806
|
}
|
|
57148
57807
|
return contents;
|
|
57149
57808
|
};
|
|
@@ -59637,7 +60296,7 @@ const de_SubnetCidrReservation = (output, context) => {
|
|
|
59637
60296
|
contents[_C] = __expectString(output[_ci]);
|
|
59638
60297
|
}
|
|
59639
60298
|
if (output[_rT] != null) {
|
|
59640
|
-
contents[
|
|
60299
|
+
contents[_RTes] = __expectString(output[_rT]);
|
|
59641
60300
|
}
|
|
59642
60301
|
if (output[_oI] != null) {
|
|
59643
60302
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
@@ -61534,6 +62193,13 @@ const de_UserIdGroupPairSet = (output, context) => {
|
|
|
61534
62193
|
return de_UserIdGroupPair(entry, context);
|
|
61535
62194
|
});
|
|
61536
62195
|
};
|
|
62196
|
+
const de_UserIdList = (output, context) => {
|
|
62197
|
+
return (output || [])
|
|
62198
|
+
.filter((e) => e != null)
|
|
62199
|
+
.map((entry) => {
|
|
62200
|
+
return __expectString(entry);
|
|
62201
|
+
});
|
|
62202
|
+
};
|
|
61537
62203
|
const de_ValidationError = (output, context) => {
|
|
61538
62204
|
const contents = {};
|
|
61539
62205
|
if (output[_co] != null) {
|
|
@@ -63414,8 +64080,9 @@ const _AIPs = "AssignedIpv4Prefixes";
|
|
|
63414
64080
|
const _AIRD = "AssociateIpamResourceDiscovery";
|
|
63415
64081
|
const _AISS = "AllowedImagesSettingsState";
|
|
63416
64082
|
const _AIT = "AllowedInstanceTypes";
|
|
63417
|
-
const _AIc = "
|
|
64083
|
+
const _AIc = "AccountIds";
|
|
63418
64084
|
const _AIcc = "AccountId";
|
|
64085
|
+
const _AIct = "ActiveInstances";
|
|
63419
64086
|
const _AId = "AdditionalInfo";
|
|
63420
64087
|
const _AIl = "AllocationId";
|
|
63421
64088
|
const _AIll = "AllocationIds";
|
|
@@ -63698,6 +64365,7 @@ const _CGu = "CustomerGateway";
|
|
|
63698
64365
|
const _CGur = "CurrentGeneration";
|
|
63699
64366
|
const _CGus = "CustomerGateways";
|
|
63700
64367
|
const _CI = "CopyImage";
|
|
64368
|
+
const _CIA = "ClientIpv6Address";
|
|
63701
64369
|
const _CIBM = "CurrentInstanceBootMode";
|
|
63702
64370
|
const _CIC = "CommittedInstanceCount";
|
|
63703
64371
|
const _CICE = "CreateInstanceConnectEndpoint";
|
|
@@ -63712,6 +64380,7 @@ const _CIS = "CreateIpamScope";
|
|
|
63712
64380
|
const _CISI = "CurrentIpamScopeId";
|
|
63713
64381
|
const _CIT = "CancelImportTask";
|
|
63714
64382
|
const _CITo = "CopyImageTags";
|
|
64383
|
+
const _CIUR = "CreateImageUsageReport";
|
|
63715
64384
|
const _CIa = "CarrierIp";
|
|
63716
64385
|
const _CIi = "CidrIp";
|
|
63717
64386
|
const _CIid = "CidrIpv6";
|
|
@@ -64034,6 +64703,7 @@ const _DIP = "DeleteIpamPool";
|
|
|
64034
64703
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
64035
64704
|
const _DIPe = "DescribeIpamPools";
|
|
64036
64705
|
const _DIPes = "DescribeIpv6Pools";
|
|
64706
|
+
const _DIR = "DescribeImageReferences";
|
|
64037
64707
|
const _DIRD = "DeleteIpamResourceDiscovery";
|
|
64038
64708
|
const _DIRDA = "DescribeIpamResourceDiscoveryAssociations";
|
|
64039
64709
|
const _DIRDe = "DescribeIpamResourceDiscoveries";
|
|
@@ -64047,6 +64717,9 @@ const _DISi = "DiskImageSize";
|
|
|
64047
64717
|
const _DIT = "DescribeInstanceTopology";
|
|
64048
64718
|
const _DITO = "DescribeInstanceTypeOfferings";
|
|
64049
64719
|
const _DITe = "DescribeInstanceTypes";
|
|
64720
|
+
const _DIUR = "DeleteImageUsageReport";
|
|
64721
|
+
const _DIURE = "DescribeImageUsageReportEntries";
|
|
64722
|
+
const _DIURe = "DescribeImageUsageReports";
|
|
64050
64723
|
const _DIe = "DeregisterImage";
|
|
64051
64724
|
const _DIes = "DescribeImages";
|
|
64052
64725
|
const _DIesc = "DescribeInstances";
|
|
@@ -64375,6 +65048,7 @@ const _EIAAI = "ElasticInferenceAcceleratorAssociationId";
|
|
|
64375
65048
|
const _EIAAS = "ElasticInferenceAcceleratorAssociationState";
|
|
64376
65049
|
const _EIAAT = "ElasticInferenceAcceleratorAssociationTime";
|
|
64377
65050
|
const _EIAAl = "ElasticInferenceAcceleratorAssociations";
|
|
65051
|
+
const _EIAT = "EndpointIpAddressType";
|
|
64378
65052
|
const _EIBPA = "EnableImageBlockPublicAccess";
|
|
64379
65053
|
const _EID = "EnableImageDeprecation";
|
|
64380
65054
|
const _EIDP = "EnableImageDeregistrationProtection";
|
|
@@ -64632,6 +65306,7 @@ const _IAI = "IncludeAllInstances";
|
|
|
64632
65306
|
const _IAIn = "InferenceAcceleratorInfo";
|
|
64633
65307
|
const _IAPI = "Ipv4AddressesPerInterface";
|
|
64634
65308
|
const _IAPIp = "Ipv6AddressesPerInterface";
|
|
65309
|
+
const _IART = "IncludeAllResourceTypes";
|
|
64635
65310
|
const _IAT = "IpAddressType";
|
|
64636
65311
|
const _IATOI = "IncludeAllTagsOfInstance";
|
|
64637
65312
|
const _IAm = "ImageAllowed";
|
|
@@ -64786,6 +65461,7 @@ const _IRDp = "IpamResourceDiscoveries";
|
|
|
64786
65461
|
const _IRSDA = "IntegrationResultS3DestinationArn";
|
|
64787
65462
|
const _IRT = "IngressRouteTable";
|
|
64788
65463
|
const _IRWM = "InstanceRequirementsWithMetadata";
|
|
65464
|
+
const _IRm = "ImageReferences";
|
|
64789
65465
|
const _IRp = "IpRanges";
|
|
64790
65466
|
const _IRpa = "IpamRegion";
|
|
64791
65467
|
const _IRpv = "Ipv6Ranges";
|
|
@@ -64829,6 +65505,8 @@ const _ITns = "InstanceTenancy";
|
|
|
64829
65505
|
const _ITnst = "InstanceTypes";
|
|
64830
65506
|
const _ITnsta = "InstanceTags";
|
|
64831
65507
|
const _IU = "InstanceUsages";
|
|
65508
|
+
const _IUR = "ImageUsageReports";
|
|
65509
|
+
const _IURE = "ImageUsageReportEntries";
|
|
64832
65510
|
const _IUp = "IpUsage";
|
|
64833
65511
|
const _IV = "ImportVolume";
|
|
64834
65512
|
const _IVE = "IsValidExchange";
|
|
@@ -65254,6 +65932,7 @@ const _OL = "OutpostLags";
|
|
|
65254
65932
|
const _OLI = "OutpostLagId";
|
|
65255
65933
|
const _OLIu = "OutpostLagIds";
|
|
65256
65934
|
const _OMAE = "OriginalMultiAttachEnabled";
|
|
65935
|
+
const _ON = "OptionName";
|
|
65257
65936
|
const _ONA = "OdbNetworkArn";
|
|
65258
65937
|
const _OO = "OidcOptions";
|
|
65259
65938
|
const _OR = "OperatingRegions";
|
|
@@ -65272,6 +65951,7 @@ const _OUA = "OrganizationalUnitArn";
|
|
|
65272
65951
|
const _OUAr = "OrganizationalUnitArns";
|
|
65273
65952
|
const _OUE = "OrganizationalUnitExclusions";
|
|
65274
65953
|
const _OUI = "OrganizationalUnitId";
|
|
65954
|
+
const _OV = "OptionValues";
|
|
65275
65955
|
const _OVC = "OpenVpnConfigurations";
|
|
65276
65956
|
const _OVT = "OriginalVolumeType";
|
|
65277
65957
|
const _Op = "Options";
|
|
@@ -65486,6 +66166,7 @@ const _RCA = "ResourceConfigurationArn";
|
|
|
65486
66166
|
const _RCGA = "ResourceConfigurationGroupArn";
|
|
65487
66167
|
const _RCRBO = "RejectCapacityReservationBillingOwnership";
|
|
65488
66168
|
const _RCS = "ResourceComplianceStatus";
|
|
66169
|
+
const _RCT = "ReportCreationTime";
|
|
65489
66170
|
const _RCVI = "RevokeClientVpnIngress";
|
|
65490
66171
|
const _RCe = "ReasonCodes";
|
|
65491
66172
|
const _RCec = "RecurringCharges";
|
|
@@ -65641,13 +66322,14 @@ const _RTGVA = "RejectTransitGatewayVpcAttachment";
|
|
|
65641
66322
|
const _RTI = "RouteTableId";
|
|
65642
66323
|
const _RTIe = "RequesterTgwInfo";
|
|
65643
66324
|
const _RTIo = "RouteTableIds";
|
|
66325
|
+
const _RTO = "ResourceTypeOptions";
|
|
65644
66326
|
const _RTR = "RouteTableRoute";
|
|
65645
66327
|
const _RTV = "RemainingTotalValue";
|
|
65646
|
-
const _RTe = "
|
|
66328
|
+
const _RTe = "ResourceTypes";
|
|
65647
66329
|
const _RTel = "ReleaseTime";
|
|
65648
66330
|
const _RTeq = "RequestTime";
|
|
65649
|
-
const _RTes = "
|
|
65650
|
-
const _RTeso = "
|
|
66331
|
+
const _RTes = "ReservationType";
|
|
66332
|
+
const _RTeso = "ResourceTag";
|
|
65651
66333
|
const _RTesou = "ResourceTags";
|
|
65652
66334
|
const _RTo = "RouteTable";
|
|
65653
66335
|
const _RTou = "RouteTables";
|
|
@@ -65973,6 +66655,7 @@ const _TGr = "TransitGateway";
|
|
|
65973
66655
|
const _TGra = "TransitGateways";
|
|
65974
66656
|
const _THP = "TotalHourlyPrice";
|
|
65975
66657
|
const _TI = "TerminateInstances";
|
|
66658
|
+
const _TIAT = "TrafficIpAddressType";
|
|
65976
66659
|
const _TIC = "TunnelInsideCidr";
|
|
65977
66660
|
const _TICo = "TotalInstanceCount";
|
|
65978
66661
|
const _TII = "TrunkInterfaceId";
|
|
@@ -66055,6 +66738,7 @@ const _To = "To";
|
|
|
66055
66738
|
const _U = "Url";
|
|
66056
66739
|
const _UB = "UserBucket";
|
|
66057
66740
|
const _UC = "UltraserverCount";
|
|
66741
|
+
const _UCs = "UsageCount";
|
|
66058
66742
|
const _UD = "UserData";
|
|
66059
66743
|
const _UDLTV = "UnsuccessfullyDeletedLaunchTemplateVersions";
|
|
66060
66744
|
const _UDe = "UefiData";
|
|
@@ -66256,6 +66940,7 @@ const _aIPS = "assignedIpv6PrefixSet";
|
|
|
66256
66940
|
const _aIPSs = "assignedIpv4PrefixSet";
|
|
66257
66941
|
const _aIS = "activeInstanceSet";
|
|
66258
66942
|
const _aISS = "allowedImagesSettingsState";
|
|
66943
|
+
const _aISc = "accountIdSet";
|
|
66259
66944
|
const _aITS = "allowedInstanceTypeSet";
|
|
66260
66945
|
const _aIc = "accountId";
|
|
66261
66946
|
const _aIm = "amiId";
|
|
@@ -66450,6 +67135,7 @@ const _cGSu = "customerGatewaySet";
|
|
|
66450
67135
|
const _cGu = "customerGateway";
|
|
66451
67136
|
const _cGur = "currentGeneration";
|
|
66452
67137
|
const _cI = "carrierIp";
|
|
67138
|
+
const _cIA = "clientIpv6Address";
|
|
66453
67139
|
const _cIBM = "currentInstanceBootMode";
|
|
66454
67140
|
const _cIC = "committedInstanceCount";
|
|
66455
67141
|
const _cIi = "cidrIp";
|
|
@@ -66694,6 +67380,7 @@ const _eIAAS = "elasticInferenceAcceleratorAssociationState";
|
|
|
66694
67380
|
const _eIAASl = "elasticInferenceAcceleratorAssociationSet";
|
|
66695
67381
|
const _eIAAT = "elasticInferenceAcceleratorAssociationTime";
|
|
66696
67382
|
const _eIAS = "elasticInferenceAcceleratorSet";
|
|
67383
|
+
const _eIAT = "endpointIpAddressType";
|
|
66697
67384
|
const _eITI = "exportImageTaskId";
|
|
66698
67385
|
const _eITS = "exportImageTaskSet";
|
|
66699
67386
|
const _eITSn = "encryptionInTransitSupported";
|
|
@@ -66983,6 +67670,7 @@ const _iRDAp = "ipamResourceDiscoveryArn";
|
|
|
66983
67670
|
const _iRDI = "ipamResourceDiscoveryId";
|
|
66984
67671
|
const _iRDR = "ipamResourceDiscoveryRegion";
|
|
66985
67672
|
const _iRDS = "ipamResourceDiscoverySet";
|
|
67673
|
+
const _iRS = "imageReferenceSet";
|
|
66986
67674
|
const _iRT = "ingressRouteTable";
|
|
66987
67675
|
const _iRp = "ipamRegion";
|
|
66988
67676
|
const _iRpa = "ipRanges";
|
|
@@ -67027,6 +67715,8 @@ const _iTni = "initializationType";
|
|
|
67027
67715
|
const _iTns = "instanceTenancy";
|
|
67028
67716
|
const _iTnt = "interfaceType";
|
|
67029
67717
|
const _iU = "ipUsage";
|
|
67718
|
+
const _iURES = "imageUsageReportEntrySet";
|
|
67719
|
+
const _iURS = "imageUsageReportSet";
|
|
67030
67720
|
const _iUS = "instanceUsageSet";
|
|
67031
67721
|
const _iV = "ikeVersion";
|
|
67032
67722
|
const _iVE = "isValidExchange";
|
|
@@ -67327,6 +68017,7 @@ const _oK = "objectKey";
|
|
|
67327
68017
|
const _oLI = "outpostLagId";
|
|
67328
68018
|
const _oLS = "outpostLagSet";
|
|
67329
68019
|
const _oMAE = "originalMultiAttachEnabled";
|
|
68020
|
+
const _oN = "optionName";
|
|
67330
68021
|
const _oNA = "odbNetworkArn";
|
|
67331
68022
|
const _oO = "oidcOptions";
|
|
67332
68023
|
const _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
@@ -67344,6 +68035,7 @@ const _oUA = "organizationalUnitArn";
|
|
|
67344
68035
|
const _oUES = "organizationalUnitExclusionSet";
|
|
67345
68036
|
const _oUI = "organizationalUnitId";
|
|
67346
68037
|
const _oVCS = "openVpnConfigurationSet";
|
|
68038
|
+
const _oVS = "optionValueSet";
|
|
67347
68039
|
const _oVT = "originalVolumeType";
|
|
67348
68040
|
const _op = "operator";
|
|
67349
68041
|
const _opt = "options";
|
|
@@ -67509,6 +68201,7 @@ const _rC = "returnCode";
|
|
|
67509
68201
|
const _rCA = "resourceConfigurationArn";
|
|
67510
68202
|
const _rCGA = "resourceConfigurationGroupArn";
|
|
67511
68203
|
const _rCS = "resourceComplianceStatus";
|
|
68204
|
+
const _rCT = "reportCreationTime";
|
|
67512
68205
|
const _rCe = "resourceCidr";
|
|
67513
68206
|
const _rCec = "recurringCharges";
|
|
67514
68207
|
const _rD = "restoreDuration";
|
|
@@ -67607,10 +68300,11 @@ const _rTAI = "routeTableAssociationId";
|
|
|
67607
68300
|
const _rTI = "routeTableId";
|
|
67608
68301
|
const _rTIS = "routeTableIdSet";
|
|
67609
68302
|
const _rTIe = "requesterTgwInfo";
|
|
68303
|
+
const _rTOS = "resourceTypeOptionSet";
|
|
67610
68304
|
const _rTR = "routeTableRoute";
|
|
67611
68305
|
const _rTS = "routeTableSet";
|
|
67612
|
-
const _rTSe = "
|
|
67613
|
-
const _rTSes = "
|
|
68306
|
+
const _rTSe = "resourceTypeSet";
|
|
68307
|
+
const _rTSes = "resourceTagSet";
|
|
67614
68308
|
const _rTV = "remainingTotalValue";
|
|
67615
68309
|
const _rTe = "resourceType";
|
|
67616
68310
|
const _rTel = "releaseTime";
|
|
@@ -67878,6 +68572,7 @@ const _tGVAr = "transitGatewayVpcAttachments";
|
|
|
67878
68572
|
const _tGa = "targetGroups";
|
|
67879
68573
|
const _tHP = "totalHourlyPrice";
|
|
67880
68574
|
const _tI = "targetId";
|
|
68575
|
+
const _tIAT = "trafficIpAddressType";
|
|
67881
68576
|
const _tIC = "totalInstanceCount";
|
|
67882
68577
|
const _tICu = "tunnelInsideCidr";
|
|
67883
68578
|
const _tII = "trunkInterfaceId";
|
|
@@ -67949,6 +68644,7 @@ const _ty = "type";
|
|
|
67949
68644
|
const _u = "unsuccessful";
|
|
67950
68645
|
const _uB = "userBucket";
|
|
67951
68646
|
const _uC = "ultraserverCount";
|
|
68647
|
+
const _uCs = "usageCount";
|
|
67952
68648
|
const _uD = "uefiData";
|
|
67953
68649
|
const _uDLTVS = "unsuccessfullyDeletedLaunchTemplateVersionSet";
|
|
67954
68650
|
const _uDp = "updatedDate";
|