@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
|
@@ -315,6 +315,10 @@ import {
|
|
|
315
315
|
CreateImageCommandInput,
|
|
316
316
|
CreateImageCommandOutput,
|
|
317
317
|
} from "../commands/CreateImageCommand";
|
|
318
|
+
import {
|
|
319
|
+
CreateImageUsageReportCommandInput,
|
|
320
|
+
CreateImageUsageReportCommandOutput,
|
|
321
|
+
} from "../commands/CreateImageUsageReportCommand";
|
|
318
322
|
import {
|
|
319
323
|
CreateInstanceConnectEndpointCommandInput,
|
|
320
324
|
CreateInstanceConnectEndpointCommandOutput,
|
|
@@ -655,6 +659,10 @@ import {
|
|
|
655
659
|
DeleteFpgaImageCommandInput,
|
|
656
660
|
DeleteFpgaImageCommandOutput,
|
|
657
661
|
} from "../commands/DeleteFpgaImageCommand";
|
|
662
|
+
import {
|
|
663
|
+
DeleteImageUsageReportCommandInput,
|
|
664
|
+
DeleteImageUsageReportCommandOutput,
|
|
665
|
+
} from "../commands/DeleteImageUsageReportCommand";
|
|
658
666
|
import {
|
|
659
667
|
DeleteInstanceConnectEndpointCommandInput,
|
|
660
668
|
DeleteInstanceConnectEndpointCommandOutput,
|
|
@@ -1159,10 +1167,22 @@ import {
|
|
|
1159
1167
|
DescribeImageAttributeCommandInput,
|
|
1160
1168
|
DescribeImageAttributeCommandOutput,
|
|
1161
1169
|
} from "../commands/DescribeImageAttributeCommand";
|
|
1170
|
+
import {
|
|
1171
|
+
DescribeImageReferencesCommandInput,
|
|
1172
|
+
DescribeImageReferencesCommandOutput,
|
|
1173
|
+
} from "../commands/DescribeImageReferencesCommand";
|
|
1162
1174
|
import {
|
|
1163
1175
|
DescribeImagesCommandInput,
|
|
1164
1176
|
DescribeImagesCommandOutput,
|
|
1165
1177
|
} from "../commands/DescribeImagesCommand";
|
|
1178
|
+
import {
|
|
1179
|
+
DescribeImageUsageReportEntriesCommandInput,
|
|
1180
|
+
DescribeImageUsageReportEntriesCommandOutput,
|
|
1181
|
+
} from "../commands/DescribeImageUsageReportEntriesCommand";
|
|
1182
|
+
import {
|
|
1183
|
+
DescribeImageUsageReportsCommandInput,
|
|
1184
|
+
DescribeImageUsageReportsCommandOutput,
|
|
1185
|
+
} from "../commands/DescribeImageUsageReportsCommand";
|
|
1166
1186
|
import {
|
|
1167
1187
|
DescribeImportImageTasksCommandInput,
|
|
1168
1188
|
DescribeImportImageTasksCommandOutput,
|
|
@@ -3071,6 +3091,10 @@ export declare const se_CreateImageCommand: (
|
|
|
3071
3091
|
input: CreateImageCommandInput,
|
|
3072
3092
|
context: __SerdeContext
|
|
3073
3093
|
) => Promise<__HttpRequest>;
|
|
3094
|
+
export declare const se_CreateImageUsageReportCommand: (
|
|
3095
|
+
input: CreateImageUsageReportCommandInput,
|
|
3096
|
+
context: __SerdeContext
|
|
3097
|
+
) => Promise<__HttpRequest>;
|
|
3074
3098
|
export declare const se_CreateInstanceConnectEndpointCommand: (
|
|
3075
3099
|
input: CreateInstanceConnectEndpointCommandInput,
|
|
3076
3100
|
context: __SerdeContext
|
|
@@ -3411,6 +3435,10 @@ export declare const se_DeleteFpgaImageCommand: (
|
|
|
3411
3435
|
input: DeleteFpgaImageCommandInput,
|
|
3412
3436
|
context: __SerdeContext
|
|
3413
3437
|
) => Promise<__HttpRequest>;
|
|
3438
|
+
export declare const se_DeleteImageUsageReportCommand: (
|
|
3439
|
+
input: DeleteImageUsageReportCommandInput,
|
|
3440
|
+
context: __SerdeContext
|
|
3441
|
+
) => Promise<__HttpRequest>;
|
|
3414
3442
|
export declare const se_DeleteInstanceConnectEndpointCommand: (
|
|
3415
3443
|
input: DeleteInstanceConnectEndpointCommandInput,
|
|
3416
3444
|
context: __SerdeContext
|
|
@@ -3915,10 +3943,22 @@ export declare const se_DescribeImageAttributeCommand: (
|
|
|
3915
3943
|
input: DescribeImageAttributeCommandInput,
|
|
3916
3944
|
context: __SerdeContext
|
|
3917
3945
|
) => Promise<__HttpRequest>;
|
|
3946
|
+
export declare const se_DescribeImageReferencesCommand: (
|
|
3947
|
+
input: DescribeImageReferencesCommandInput,
|
|
3948
|
+
context: __SerdeContext
|
|
3949
|
+
) => Promise<__HttpRequest>;
|
|
3918
3950
|
export declare const se_DescribeImagesCommand: (
|
|
3919
3951
|
input: DescribeImagesCommandInput,
|
|
3920
3952
|
context: __SerdeContext
|
|
3921
3953
|
) => Promise<__HttpRequest>;
|
|
3954
|
+
export declare const se_DescribeImageUsageReportEntriesCommand: (
|
|
3955
|
+
input: DescribeImageUsageReportEntriesCommandInput,
|
|
3956
|
+
context: __SerdeContext
|
|
3957
|
+
) => Promise<__HttpRequest>;
|
|
3958
|
+
export declare const se_DescribeImageUsageReportsCommand: (
|
|
3959
|
+
input: DescribeImageUsageReportsCommandInput,
|
|
3960
|
+
context: __SerdeContext
|
|
3961
|
+
) => Promise<__HttpRequest>;
|
|
3922
3962
|
export declare const se_DescribeImportImageTasksCommand: (
|
|
3923
3963
|
input: DescribeImportImageTasksCommandInput,
|
|
3924
3964
|
context: __SerdeContext
|
|
@@ -5827,6 +5867,10 @@ export declare const de_CreateImageCommand: (
|
|
|
5827
5867
|
output: __HttpResponse,
|
|
5828
5868
|
context: __SerdeContext
|
|
5829
5869
|
) => Promise<CreateImageCommandOutput>;
|
|
5870
|
+
export declare const de_CreateImageUsageReportCommand: (
|
|
5871
|
+
output: __HttpResponse,
|
|
5872
|
+
context: __SerdeContext
|
|
5873
|
+
) => Promise<CreateImageUsageReportCommandOutput>;
|
|
5830
5874
|
export declare const de_CreateInstanceConnectEndpointCommand: (
|
|
5831
5875
|
output: __HttpResponse,
|
|
5832
5876
|
context: __SerdeContext
|
|
@@ -6167,6 +6211,10 @@ export declare const de_DeleteFpgaImageCommand: (
|
|
|
6167
6211
|
output: __HttpResponse,
|
|
6168
6212
|
context: __SerdeContext
|
|
6169
6213
|
) => Promise<DeleteFpgaImageCommandOutput>;
|
|
6214
|
+
export declare const de_DeleteImageUsageReportCommand: (
|
|
6215
|
+
output: __HttpResponse,
|
|
6216
|
+
context: __SerdeContext
|
|
6217
|
+
) => Promise<DeleteImageUsageReportCommandOutput>;
|
|
6170
6218
|
export declare const de_DeleteInstanceConnectEndpointCommand: (
|
|
6171
6219
|
output: __HttpResponse,
|
|
6172
6220
|
context: __SerdeContext
|
|
@@ -6671,10 +6719,22 @@ export declare const de_DescribeImageAttributeCommand: (
|
|
|
6671
6719
|
output: __HttpResponse,
|
|
6672
6720
|
context: __SerdeContext
|
|
6673
6721
|
) => Promise<DescribeImageAttributeCommandOutput>;
|
|
6722
|
+
export declare const de_DescribeImageReferencesCommand: (
|
|
6723
|
+
output: __HttpResponse,
|
|
6724
|
+
context: __SerdeContext
|
|
6725
|
+
) => Promise<DescribeImageReferencesCommandOutput>;
|
|
6674
6726
|
export declare const de_DescribeImagesCommand: (
|
|
6675
6727
|
output: __HttpResponse,
|
|
6676
6728
|
context: __SerdeContext
|
|
6677
6729
|
) => Promise<DescribeImagesCommandOutput>;
|
|
6730
|
+
export declare const de_DescribeImageUsageReportEntriesCommand: (
|
|
6731
|
+
output: __HttpResponse,
|
|
6732
|
+
context: __SerdeContext
|
|
6733
|
+
) => Promise<DescribeImageUsageReportEntriesCommandOutput>;
|
|
6734
|
+
export declare const de_DescribeImageUsageReportsCommand: (
|
|
6735
|
+
output: __HttpResponse,
|
|
6736
|
+
context: __SerdeContext
|
|
6737
|
+
) => Promise<DescribeImageUsageReportsCommandOutput>;
|
|
6678
6738
|
export declare const de_DescribeImportImageTasksCommand: (
|
|
6679
6739
|
output: __HttpResponse,
|
|
6680
6740
|
context: __SerdeContext
|
|
@@ -7,6 +7,7 @@ export * from "./waitForExportTaskCancelled";
|
|
|
7
7
|
export * from "./waitForExportTaskCompleted";
|
|
8
8
|
export * from "./waitForImageAvailable";
|
|
9
9
|
export * from "./waitForImageExists";
|
|
10
|
+
export * from "./waitForImageUsageReportAvailable";
|
|
10
11
|
export * from "./waitForInstanceExists";
|
|
11
12
|
export * from "./waitForInstanceRunning";
|
|
12
13
|
export * from "./waitForInstanceStatusOk";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeImageUsageReportsCommandInput } from "../commands/DescribeImageUsageReportsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
export declare const waitForImageUsageReportAvailable: (
|
|
5
|
+
params: WaiterConfiguration<EC2Client>,
|
|
6
|
+
input: DescribeImageUsageReportsCommandInput
|
|
7
|
+
) => Promise<WaiterResult>;
|
|
8
|
+
export declare const waitUntilImageUsageReportAvailable: (
|
|
9
|
+
params: WaiterConfiguration<EC2Client>,
|
|
10
|
+
input: DescribeImageUsageReportsCommandInput
|
|
11
|
+
) => Promise<WaiterResult>;
|
|
@@ -7,6 +7,7 @@ export * from "./waitForExportTaskCancelled";
|
|
|
7
7
|
export * from "./waitForExportTaskCompleted";
|
|
8
8
|
export * from "./waitForImageAvailable";
|
|
9
9
|
export * from "./waitForImageExists";
|
|
10
|
+
export * from "./waitForImageUsageReportAvailable";
|
|
10
11
|
export * from "./waitForInstanceExists";
|
|
11
12
|
export * from "./waitForInstanceRunning";
|
|
12
13
|
export * from "./waitForInstanceStatusOk";
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { DescribeImageUsageReportsCommandInput } from "../commands/DescribeImageUsageReportsCommand";
|
|
3
|
+
import { EC2Client } from "../EC2Client";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
* @deprecated Use waitUntilImageUsageReportAvailable instead. waitForImageUsageReportAvailable does not throw error in non-success cases.
|
|
7
|
+
*/
|
|
8
|
+
export declare const waitForImageUsageReportAvailable: (params: WaiterConfiguration<EC2Client>, input: DescribeImageUsageReportsCommandInput) => Promise<WaiterResult>;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* @param params - Waiter configuration options.
|
|
12
|
+
* @param input - The input to DescribeImageUsageReportsCommand for polling.
|
|
13
|
+
*/
|
|
14
|
+
export declare const waitUntilImageUsageReportAvailable: (params: WaiterConfiguration<EC2Client>, input: DescribeImageUsageReportsCommandInput) => Promise<WaiterResult>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.876.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.876.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.876.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.873.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.876.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.873.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.876.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
36
|
"@smithy/core": "^3.8.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.1",
|