@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
|
@@ -8,17 +8,18 @@ import {
|
|
|
8
8
|
ApplianceModeSupportValue,
|
|
9
9
|
AutoPlacement,
|
|
10
10
|
ByoipCidr,
|
|
11
|
-
CurrencyCodeValues,
|
|
12
11
|
DnsSupportValue,
|
|
13
12
|
EnaSrdSpecification,
|
|
14
13
|
HostMaintenance,
|
|
15
14
|
HostRecovery,
|
|
16
15
|
InstanceEventWindow,
|
|
17
16
|
Ipv6SupportValue,
|
|
17
|
+
RouteServerAssociation,
|
|
18
18
|
SecurityGroupReferencingSupportValue,
|
|
19
19
|
SubnetAssociation,
|
|
20
20
|
Tag,
|
|
21
21
|
TagSpecification,
|
|
22
|
+
TargetConfigurationRequest,
|
|
22
23
|
TransitGatewayAssociationState,
|
|
23
24
|
TransitGatewayAttachmentResourceType,
|
|
24
25
|
TransitGatewayPolicyTableAssociation,
|
|
@@ -31,9 +32,7 @@ import {
|
|
|
31
32
|
import {
|
|
32
33
|
_InstanceType,
|
|
33
34
|
AttributeValue,
|
|
34
|
-
BlockDeviceMapping,
|
|
35
35
|
CapacityReservation,
|
|
36
|
-
CapacityReservationInstancePlatform,
|
|
37
36
|
CapacityReservationPreference,
|
|
38
37
|
CapacityReservationTarget,
|
|
39
38
|
ClientConnectOptions,
|
|
@@ -97,12 +96,8 @@ import {
|
|
|
97
96
|
} from "./models_2";
|
|
98
97
|
import {
|
|
99
98
|
Byoasn,
|
|
100
|
-
CapacityBlock,
|
|
101
|
-
CapacityBlockExtension,
|
|
102
99
|
Filter,
|
|
103
100
|
IKEVersionsRequestListValue,
|
|
104
|
-
InstanceTagNotificationAttribute,
|
|
105
|
-
IpamPoolCidr,
|
|
106
101
|
PayerResponsibility,
|
|
107
102
|
Phase1DHGroupNumbersRequestListValue,
|
|
108
103
|
Phase1EncryptionAlgorithmsRequestListValue,
|
|
@@ -114,7 +109,6 @@ import {
|
|
|
114
109
|
VpnTunnelLogOptionsSpecification,
|
|
115
110
|
} from "./models_3";
|
|
116
111
|
import {
|
|
117
|
-
ArchitectureType,
|
|
118
112
|
ArchitectureValues,
|
|
119
113
|
AttributeBooleanValue,
|
|
120
114
|
BootModeValues,
|
|
@@ -122,7 +116,6 @@ import {
|
|
|
122
116
|
FpgaImageAttribute,
|
|
123
117
|
FpgaImageAttributeName,
|
|
124
118
|
HttpTokensState,
|
|
125
|
-
ImdsSupportValues,
|
|
126
119
|
ImportImageLicenseConfigurationResponse,
|
|
127
120
|
InstanceAttributeName,
|
|
128
121
|
InstanceAutoRecoveryState,
|
|
@@ -137,32 +130,152 @@ import {
|
|
|
137
130
|
PermissionGroup,
|
|
138
131
|
SnapshotDetail,
|
|
139
132
|
SnapshotTaskDetail,
|
|
140
|
-
TpmSupportValues,
|
|
141
133
|
VirtualizationType,
|
|
142
134
|
} from "./models_4";
|
|
143
135
|
import {
|
|
136
|
+
ArchitectureType,
|
|
144
137
|
CreateVolumePermission,
|
|
145
138
|
ExcessCapacityTerminationPolicy,
|
|
146
|
-
InternetGatewayBlockMode,
|
|
147
139
|
LaunchTemplateConfig,
|
|
148
140
|
LockState,
|
|
149
|
-
ManagedBy,
|
|
150
|
-
PublicIpv4PoolRange,
|
|
151
141
|
ReservedInstancesConfiguration,
|
|
152
|
-
ScheduledInstance,
|
|
153
142
|
SnapshotAttributeName,
|
|
154
143
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
155
144
|
VolumeModification,
|
|
156
|
-
VpcBlockPublicAccessOptions,
|
|
157
145
|
} from "./models_5";
|
|
158
146
|
import {
|
|
159
147
|
InstanceFamilyCreditSpecification,
|
|
148
|
+
InternetGatewayBlockMode,
|
|
160
149
|
IpamResourceCidr,
|
|
161
|
-
|
|
150
|
+
ManagedBy,
|
|
151
|
+
RouteServerPropagation,
|
|
162
152
|
SnapshotBlockPublicAccessState,
|
|
163
153
|
TransitGatewayPropagationState,
|
|
164
154
|
UnlimitedSupportedInstanceFamily,
|
|
155
|
+
VpcBlockPublicAccessOptions,
|
|
165
156
|
} from "./models_6";
|
|
157
|
+
export interface GetPasswordDataRequest {
|
|
158
|
+
InstanceId: string | undefined;
|
|
159
|
+
DryRun?: boolean | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface GetPasswordDataResult {
|
|
162
|
+
InstanceId?: string | undefined;
|
|
163
|
+
Timestamp?: Date | undefined;
|
|
164
|
+
PasswordData?: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
167
|
+
DryRun?: boolean | undefined;
|
|
168
|
+
ReservedInstanceIds: string[] | undefined;
|
|
169
|
+
TargetConfigurations?: TargetConfigurationRequest[] | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface ReservationValue {
|
|
172
|
+
HourlyPrice?: string | undefined;
|
|
173
|
+
RemainingTotalValue?: string | undefined;
|
|
174
|
+
RemainingUpfrontValue?: string | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface ReservedInstanceReservationValue {
|
|
177
|
+
ReservationValue?: ReservationValue | undefined;
|
|
178
|
+
ReservedInstanceId?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface TargetConfiguration {
|
|
181
|
+
InstanceCount?: number | undefined;
|
|
182
|
+
OfferingId?: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export interface TargetReservationValue {
|
|
185
|
+
ReservationValue?: ReservationValue | undefined;
|
|
186
|
+
TargetConfiguration?: TargetConfiguration | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface GetReservedInstancesExchangeQuoteResult {
|
|
189
|
+
CurrencyCode?: string | undefined;
|
|
190
|
+
IsValidExchange?: boolean | undefined;
|
|
191
|
+
OutputReservedInstancesWillExpireAt?: Date | undefined;
|
|
192
|
+
PaymentDue?: string | undefined;
|
|
193
|
+
ReservedInstanceValueRollup?: ReservationValue | undefined;
|
|
194
|
+
ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
|
|
195
|
+
TargetConfigurationValueRollup?: ReservationValue | undefined;
|
|
196
|
+
TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
|
|
197
|
+
ValidationFailureReason?: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface GetRouteServerAssociationsRequest {
|
|
200
|
+
RouteServerId: string | undefined;
|
|
201
|
+
DryRun?: boolean | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface GetRouteServerAssociationsResult {
|
|
204
|
+
RouteServerAssociations?: RouteServerAssociation[] | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface GetRouteServerPropagationsRequest {
|
|
207
|
+
RouteServerId: string | undefined;
|
|
208
|
+
RouteTableId?: string | undefined;
|
|
209
|
+
DryRun?: boolean | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface GetRouteServerPropagationsResult {
|
|
212
|
+
RouteServerPropagations?: RouteServerPropagation[] | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface GetRouteServerRoutingDatabaseRequest {
|
|
215
|
+
RouteServerId: string | undefined;
|
|
216
|
+
NextToken?: string | undefined;
|
|
217
|
+
MaxResults?: number | undefined;
|
|
218
|
+
DryRun?: boolean | undefined;
|
|
219
|
+
Filters?: Filter[] | undefined;
|
|
220
|
+
}
|
|
221
|
+
export declare const RouteServerRouteInstallationStatus: {
|
|
222
|
+
readonly INSTALLED: "installed";
|
|
223
|
+
readonly REJECTED: "rejected";
|
|
224
|
+
};
|
|
225
|
+
export type RouteServerRouteInstallationStatus =
|
|
226
|
+
(typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
|
|
227
|
+
export interface RouteServerRouteInstallationDetail {
|
|
228
|
+
RouteTableId?: string | undefined;
|
|
229
|
+
RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
|
|
230
|
+
RouteInstallationStatusReason?: string | undefined;
|
|
231
|
+
}
|
|
232
|
+
export declare const RouteServerRouteStatus: {
|
|
233
|
+
readonly IN_FIB: "in-fib";
|
|
234
|
+
readonly IN_RIB: "in-rib";
|
|
235
|
+
};
|
|
236
|
+
export type RouteServerRouteStatus =
|
|
237
|
+
(typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
|
|
238
|
+
export interface RouteServerRoute {
|
|
239
|
+
RouteServerEndpointId?: string | undefined;
|
|
240
|
+
RouteServerPeerId?: string | undefined;
|
|
241
|
+
RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
|
|
242
|
+
RouteStatus?: RouteServerRouteStatus | undefined;
|
|
243
|
+
Prefix?: string | undefined;
|
|
244
|
+
AsPaths?: string[] | undefined;
|
|
245
|
+
Med?: number | undefined;
|
|
246
|
+
NextHopIp?: string | undefined;
|
|
247
|
+
}
|
|
248
|
+
export interface GetRouteServerRoutingDatabaseResult {
|
|
249
|
+
AreRoutesPersisted?: boolean | undefined;
|
|
250
|
+
Routes?: RouteServerRoute[] | undefined;
|
|
251
|
+
NextToken?: string | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface GetSecurityGroupsForVpcRequest {
|
|
254
|
+
VpcId: string | undefined;
|
|
255
|
+
NextToken?: string | undefined;
|
|
256
|
+
MaxResults?: number | undefined;
|
|
257
|
+
Filters?: Filter[] | undefined;
|
|
258
|
+
DryRun?: boolean | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface SecurityGroupForVpc {
|
|
261
|
+
Description?: string | undefined;
|
|
262
|
+
GroupName?: string | undefined;
|
|
263
|
+
OwnerId?: string | undefined;
|
|
264
|
+
GroupId?: string | undefined;
|
|
265
|
+
Tags?: Tag[] | undefined;
|
|
266
|
+
PrimaryVpcId?: string | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface GetSecurityGroupsForVpcResult {
|
|
269
|
+
NextToken?: string | undefined;
|
|
270
|
+
SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
|
|
271
|
+
}
|
|
272
|
+
export interface GetSerialConsoleAccessStatusRequest {
|
|
273
|
+
DryRun?: boolean | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface GetSerialConsoleAccessStatusResult {
|
|
276
|
+
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
277
|
+
ManagedBy?: ManagedBy | undefined;
|
|
278
|
+
}
|
|
166
279
|
export interface GetSnapshotBlockPublicAccessStateRequest {
|
|
167
280
|
DryRun?: boolean | undefined;
|
|
168
281
|
}
|
|
@@ -1804,128 +1917,9 @@ export interface ProvisionIpamPoolCidrRequest {
|
|
|
1804
1917
|
VerificationMethod?: VerificationMethod | undefined;
|
|
1805
1918
|
IpamExternalResourceVerificationTokenId?: string | undefined;
|
|
1806
1919
|
}
|
|
1807
|
-
export
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
1811
|
-
DryRun?: boolean | undefined;
|
|
1812
|
-
IpamPoolId: string | undefined;
|
|
1813
|
-
PoolId: string | undefined;
|
|
1814
|
-
NetmaskLength: number | undefined;
|
|
1815
|
-
NetworkBorderGroup?: string | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
1818
|
-
PoolId?: string | undefined;
|
|
1819
|
-
PoolAddressRange?: PublicIpv4PoolRange | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export interface PurchaseCapacityBlockRequest {
|
|
1822
|
-
DryRun?: boolean | undefined;
|
|
1823
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1824
|
-
CapacityBlockOfferingId: string | undefined;
|
|
1825
|
-
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
1826
|
-
}
|
|
1827
|
-
export interface PurchaseCapacityBlockResult {
|
|
1828
|
-
CapacityReservation?: CapacityReservation | undefined;
|
|
1829
|
-
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
1830
|
-
}
|
|
1831
|
-
export interface PurchaseCapacityBlockExtensionRequest {
|
|
1832
|
-
CapacityBlockExtensionOfferingId: string | undefined;
|
|
1833
|
-
CapacityReservationId: string | undefined;
|
|
1834
|
-
DryRun?: boolean | undefined;
|
|
1835
|
-
}
|
|
1836
|
-
export interface PurchaseCapacityBlockExtensionResult {
|
|
1837
|
-
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface PurchaseHostReservationRequest {
|
|
1840
|
-
ClientToken?: string | undefined;
|
|
1841
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1842
|
-
HostIdSet: string[] | undefined;
|
|
1843
|
-
LimitPrice?: string | undefined;
|
|
1844
|
-
OfferingId: string | undefined;
|
|
1845
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1846
|
-
}
|
|
1847
|
-
export interface PurchaseHostReservationResult {
|
|
1848
|
-
ClientToken?: string | undefined;
|
|
1849
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1850
|
-
Purchase?: Purchase[] | undefined;
|
|
1851
|
-
TotalHourlyPrice?: string | undefined;
|
|
1852
|
-
TotalUpfrontPrice?: string | undefined;
|
|
1853
|
-
}
|
|
1854
|
-
export interface ReservedInstanceLimitPrice {
|
|
1855
|
-
Amount?: number | undefined;
|
|
1856
|
-
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
1857
|
-
}
|
|
1858
|
-
export interface PurchaseReservedInstancesOfferingRequest {
|
|
1859
|
-
InstanceCount: number | undefined;
|
|
1860
|
-
ReservedInstancesOfferingId: string | undefined;
|
|
1861
|
-
PurchaseTime?: Date | undefined;
|
|
1862
|
-
DryRun?: boolean | undefined;
|
|
1863
|
-
LimitPrice?: ReservedInstanceLimitPrice | undefined;
|
|
1864
|
-
}
|
|
1865
|
-
export interface PurchaseReservedInstancesOfferingResult {
|
|
1866
|
-
ReservedInstancesId?: string | undefined;
|
|
1867
|
-
}
|
|
1868
|
-
export interface PurchaseRequest {
|
|
1869
|
-
InstanceCount: number | undefined;
|
|
1870
|
-
PurchaseToken: string | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface PurchaseScheduledInstancesRequest {
|
|
1873
|
-
ClientToken?: string | undefined;
|
|
1874
|
-
DryRun?: boolean | undefined;
|
|
1875
|
-
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
1876
|
-
}
|
|
1877
|
-
export interface PurchaseScheduledInstancesResult {
|
|
1878
|
-
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
1879
|
-
}
|
|
1880
|
-
export interface RebootInstancesRequest {
|
|
1881
|
-
InstanceIds: string[] | undefined;
|
|
1882
|
-
DryRun?: boolean | undefined;
|
|
1883
|
-
}
|
|
1884
|
-
export interface RegisterImageRequest {
|
|
1885
|
-
ImageLocation?: string | undefined;
|
|
1886
|
-
BillingProducts?: string[] | undefined;
|
|
1887
|
-
BootMode?: BootModeValues | undefined;
|
|
1888
|
-
TpmSupport?: TpmSupportValues | undefined;
|
|
1889
|
-
UefiData?: string | undefined;
|
|
1890
|
-
ImdsSupport?: ImdsSupportValues | undefined;
|
|
1891
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1892
|
-
DryRun?: boolean | undefined;
|
|
1893
|
-
Name: string | undefined;
|
|
1894
|
-
Description?: string | undefined;
|
|
1895
|
-
Architecture?: ArchitectureValues | undefined;
|
|
1896
|
-
KernelId?: string | undefined;
|
|
1897
|
-
RamdiskId?: string | undefined;
|
|
1898
|
-
RootDeviceName?: string | undefined;
|
|
1899
|
-
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
1900
|
-
VirtualizationType?: string | undefined;
|
|
1901
|
-
SriovNetSupport?: string | undefined;
|
|
1902
|
-
EnaSupport?: boolean | undefined;
|
|
1903
|
-
}
|
|
1904
|
-
export interface RegisterImageResult {
|
|
1905
|
-
ImageId?: string | undefined;
|
|
1906
|
-
}
|
|
1907
|
-
export interface RegisterInstanceTagAttributeRequest {
|
|
1908
|
-
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
1909
|
-
InstanceTagKeys?: string[] | undefined;
|
|
1910
|
-
}
|
|
1911
|
-
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
1912
|
-
DryRun?: boolean | undefined;
|
|
1913
|
-
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
1916
|
-
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
1917
|
-
}
|
|
1918
|
-
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
1919
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1920
|
-
GroupIpAddress?: string | undefined;
|
|
1921
|
-
NetworkInterfaceIds: string[] | undefined;
|
|
1922
|
-
DryRun?: boolean | undefined;
|
|
1923
|
-
}
|
|
1924
|
-
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
1925
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
1926
|
-
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
1927
|
-
GroupIpAddress?: string | undefined;
|
|
1928
|
-
}
|
|
1920
|
+
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1921
|
+
obj: GetPasswordDataResult
|
|
1922
|
+
) => any;
|
|
1929
1923
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1930
1924
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1931
1925
|
) => any;
|
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
AddressAttributeName,
|
|
4
4
|
ByoipCidr,
|
|
5
5
|
ClientVpnAuthorizationRuleStatus,
|
|
6
|
+
CurrencyCodeValues,
|
|
6
7
|
IamInstanceProfileAssociation,
|
|
7
8
|
IamInstanceProfileSpecification,
|
|
8
9
|
IpPermission,
|
|
@@ -20,6 +21,8 @@ import {
|
|
|
20
21
|
_InstanceType,
|
|
21
22
|
AmdSevSnpSpecification,
|
|
22
23
|
BlockDeviceMapping,
|
|
24
|
+
CapacityReservation,
|
|
25
|
+
CapacityReservationInstancePlatform,
|
|
23
26
|
CreditSpecificationRequest,
|
|
24
27
|
ElasticGpuSpecification,
|
|
25
28
|
HostnameType,
|
|
@@ -41,33 +44,167 @@ import {
|
|
|
41
44
|
SSEType,
|
|
42
45
|
TransitGatewayRoute,
|
|
43
46
|
} from "./models_2";
|
|
44
|
-
import { Filter } from "./models_3";
|
|
45
47
|
import {
|
|
48
|
+
CapacityBlock,
|
|
49
|
+
CapacityBlockExtension,
|
|
50
|
+
Filter,
|
|
51
|
+
InstanceTagNotificationAttribute,
|
|
52
|
+
IpamPoolCidr,
|
|
53
|
+
} from "./models_3";
|
|
54
|
+
import {
|
|
55
|
+
ArchitectureValues,
|
|
56
|
+
BootModeValues,
|
|
46
57
|
ClientVpnConnectionStatus,
|
|
47
58
|
HttpTokensState,
|
|
59
|
+
ImdsSupportValues,
|
|
48
60
|
InstanceAttributeName,
|
|
49
61
|
InstanceAutoRecoveryState,
|
|
50
62
|
InstanceMetadataEndpointState,
|
|
51
63
|
InstanceMetadataProtocolState,
|
|
52
64
|
InstanceMetadataTagsState,
|
|
53
65
|
InstanceState,
|
|
66
|
+
TpmSupportValues,
|
|
54
67
|
} from "./models_4";
|
|
55
68
|
import {
|
|
56
69
|
InstanceNetworkInterfaceSpecification,
|
|
57
70
|
NetworkInsightsAccessScopeAnalysis,
|
|
58
71
|
NetworkInsightsAnalysis,
|
|
72
|
+
PublicIpv4PoolRange,
|
|
59
73
|
RunInstancesMonitoringEnabled,
|
|
74
|
+
ScheduledInstance,
|
|
60
75
|
SnapshotAttributeName,
|
|
61
76
|
SpotFleetRequestConfigData,
|
|
62
77
|
SpotInstanceRequest,
|
|
63
78
|
SpotPlacement,
|
|
64
79
|
} from "./models_5";
|
|
80
|
+
import { Purchase } from "./models_6";
|
|
65
81
|
import {
|
|
66
82
|
CapacityReservationSpecification,
|
|
67
83
|
InstanceMonitoring,
|
|
68
84
|
Status,
|
|
69
|
-
TransitGatewayMulticastRegisteredGroupMembers,
|
|
70
85
|
} from "./models_7";
|
|
86
|
+
export interface ProvisionIpamPoolCidrResult {
|
|
87
|
+
IpamPoolCidr?: IpamPoolCidr | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface ProvisionPublicIpv4PoolCidrRequest {
|
|
90
|
+
DryRun?: boolean | undefined;
|
|
91
|
+
IpamPoolId: string | undefined;
|
|
92
|
+
PoolId: string | undefined;
|
|
93
|
+
NetmaskLength: number | undefined;
|
|
94
|
+
NetworkBorderGroup?: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface ProvisionPublicIpv4PoolCidrResult {
|
|
97
|
+
PoolId?: string | undefined;
|
|
98
|
+
PoolAddressRange?: PublicIpv4PoolRange | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface PurchaseCapacityBlockRequest {
|
|
101
|
+
DryRun?: boolean | undefined;
|
|
102
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
103
|
+
CapacityBlockOfferingId: string | undefined;
|
|
104
|
+
InstancePlatform: CapacityReservationInstancePlatform | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface PurchaseCapacityBlockResult {
|
|
107
|
+
CapacityReservation?: CapacityReservation | undefined;
|
|
108
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface PurchaseCapacityBlockExtensionRequest {
|
|
111
|
+
CapacityBlockExtensionOfferingId: string | undefined;
|
|
112
|
+
CapacityReservationId: string | undefined;
|
|
113
|
+
DryRun?: boolean | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface PurchaseCapacityBlockExtensionResult {
|
|
116
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface PurchaseHostReservationRequest {
|
|
119
|
+
ClientToken?: string | undefined;
|
|
120
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
121
|
+
HostIdSet: string[] | undefined;
|
|
122
|
+
LimitPrice?: string | undefined;
|
|
123
|
+
OfferingId: string | undefined;
|
|
124
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface PurchaseHostReservationResult {
|
|
127
|
+
ClientToken?: string | undefined;
|
|
128
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
129
|
+
Purchase?: Purchase[] | undefined;
|
|
130
|
+
TotalHourlyPrice?: string | undefined;
|
|
131
|
+
TotalUpfrontPrice?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ReservedInstanceLimitPrice {
|
|
134
|
+
Amount?: number | undefined;
|
|
135
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface PurchaseReservedInstancesOfferingRequest {
|
|
138
|
+
InstanceCount: number | undefined;
|
|
139
|
+
ReservedInstancesOfferingId: string | undefined;
|
|
140
|
+
PurchaseTime?: Date | undefined;
|
|
141
|
+
DryRun?: boolean | undefined;
|
|
142
|
+
LimitPrice?: ReservedInstanceLimitPrice | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface PurchaseReservedInstancesOfferingResult {
|
|
145
|
+
ReservedInstancesId?: string | undefined;
|
|
146
|
+
}
|
|
147
|
+
export interface PurchaseRequest {
|
|
148
|
+
InstanceCount: number | undefined;
|
|
149
|
+
PurchaseToken: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface PurchaseScheduledInstancesRequest {
|
|
152
|
+
ClientToken?: string | undefined;
|
|
153
|
+
DryRun?: boolean | undefined;
|
|
154
|
+
PurchaseRequests: PurchaseRequest[] | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface PurchaseScheduledInstancesResult {
|
|
157
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface RebootInstancesRequest {
|
|
160
|
+
InstanceIds: string[] | undefined;
|
|
161
|
+
DryRun?: boolean | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface RegisterImageRequest {
|
|
164
|
+
ImageLocation?: string | undefined;
|
|
165
|
+
BillingProducts?: string[] | undefined;
|
|
166
|
+
BootMode?: BootModeValues | undefined;
|
|
167
|
+
TpmSupport?: TpmSupportValues | undefined;
|
|
168
|
+
UefiData?: string | undefined;
|
|
169
|
+
ImdsSupport?: ImdsSupportValues | undefined;
|
|
170
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
171
|
+
DryRun?: boolean | undefined;
|
|
172
|
+
Name: string | undefined;
|
|
173
|
+
Description?: string | undefined;
|
|
174
|
+
Architecture?: ArchitectureValues | undefined;
|
|
175
|
+
KernelId?: string | undefined;
|
|
176
|
+
RamdiskId?: string | undefined;
|
|
177
|
+
RootDeviceName?: string | undefined;
|
|
178
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
179
|
+
VirtualizationType?: string | undefined;
|
|
180
|
+
SriovNetSupport?: string | undefined;
|
|
181
|
+
EnaSupport?: boolean | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface RegisterImageResult {
|
|
184
|
+
ImageId?: string | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface RegisterInstanceTagAttributeRequest {
|
|
187
|
+
IncludeAllTagsOfInstance?: boolean | undefined;
|
|
188
|
+
InstanceTagKeys?: string[] | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
191
|
+
DryRun?: boolean | undefined;
|
|
192
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
195
|
+
InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface RegisterTransitGatewayMulticastGroupMembersRequest {
|
|
198
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
199
|
+
GroupIpAddress?: string | undefined;
|
|
200
|
+
NetworkInterfaceIds: string[] | undefined;
|
|
201
|
+
DryRun?: boolean | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface TransitGatewayMulticastRegisteredGroupMembers {
|
|
204
|
+
TransitGatewayMulticastDomainId?: string | undefined;
|
|
205
|
+
RegisteredNetworkInterfaceIds?: string[] | undefined;
|
|
206
|
+
GroupIpAddress?: string | undefined;
|
|
207
|
+
}
|
|
71
208
|
export interface RegisterTransitGatewayMulticastGroupMembersResult {
|
|
72
209
|
RegisteredMulticastGroupMembers?:
|
|
73
210
|
| TransitGatewayMulticastRegisteredGroupMembers
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeImageReferencesCommandInput,
|
|
4
|
+
DescribeImageReferencesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeImageReferencesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeImageReferences: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeImageReferencesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeImageReferencesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeImageUsageReportEntriesCommandInput,
|
|
4
|
+
DescribeImageUsageReportEntriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeImageUsageReportEntriesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeImageUsageReportEntries: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeImageUsageReportEntriesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeImageUsageReportEntriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeImageUsageReportsCommandInput,
|
|
4
|
+
DescribeImageUsageReportsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeImageUsageReportsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeImageUsageReports: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeImageUsageReportsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeImageUsageReportsCommandOutput>;
|
|
@@ -31,6 +31,9 @@ export * from "./DescribeHostReservationOfferingsPaginator";
|
|
|
31
31
|
export * from "./DescribeHostReservationsPaginator";
|
|
32
32
|
export * from "./DescribeHostsPaginator";
|
|
33
33
|
export * from "./DescribeIamInstanceProfileAssociationsPaginator";
|
|
34
|
+
export * from "./DescribeImageReferencesPaginator";
|
|
35
|
+
export * from "./DescribeImageUsageReportEntriesPaginator";
|
|
36
|
+
export * from "./DescribeImageUsageReportsPaginator";
|
|
34
37
|
export * from "./DescribeImagesPaginator";
|
|
35
38
|
export * from "./DescribeImportImageTasksPaginator";
|
|
36
39
|
export * from "./DescribeImportSnapshotTasksPaginator";
|