@aws-sdk/client-ec2 3.668.0 → 3.669.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.
Files changed (102) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1375 -975
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/AcceptCapacityReservationBillingOwnershipCommand.js +22 -0
  5. package/dist-es/commands/AssociateCapacityReservationBillingOwnerCommand.js +22 -0
  6. package/dist-es/commands/DescribeCapacityReservationBillingRequestsCommand.js +22 -0
  7. package/dist-es/commands/DisassociateCapacityReservationBillingOwnerCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  9. package/dist-es/commands/RejectCapacityReservationBillingOwnershipCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +0 -833
  12. package/dist-es/models/models_1.js +833 -0
  13. package/dist-es/models/models_2.js +0 -8
  14. package/dist-es/models/models_3.js +20 -28
  15. package/dist-es/models/models_4.js +28 -4
  16. package/dist-es/models/models_5.js +4 -1
  17. package/dist-es/models/models_6.js +0 -3
  18. package/dist-es/models/models_7.js +3 -0
  19. package/dist-es/pagination/DescribeCapacityReservationBillingRequestsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -1
  21. package/dist-es/protocols/Aws_ec2.js +324 -28
  22. package/dist-types/EC2.d.ts +35 -0
  23. package/dist-types/EC2Client.d.ts +7 -2
  24. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  25. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  27. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -6
  28. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +4 -1
  29. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
  30. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -7
  33. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
  34. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  35. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -7
  37. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +102 -0
  38. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -2
  40. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -2
  42. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +76 -0
  43. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  44. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  46. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  47. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  48. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  50. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  52. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  53. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -2
  54. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +2 -0
  55. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -0
  56. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +74 -0
  57. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -3
  58. package/dist-types/commands/index.d.ts +5 -0
  59. package/dist-types/models/models_0.d.ts +61 -930
  60. package/dist-types/models/models_1.d.ts +955 -184
  61. package/dist-types/models/models_2.d.ts +131 -82
  62. package/dist-types/models/models_3.d.ts +259 -468
  63. package/dist-types/models/models_4.d.ts +1303 -1319
  64. package/dist-types/models/models_5.d.ts +516 -262
  65. package/dist-types/models/models_6.d.ts +269 -253
  66. package/dist-types/models/models_7.d.ts +280 -10
  67. package/dist-types/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +7 -0
  68. package/dist-types/pagination/index.d.ts +2 -1
  69. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  70. package/dist-types/ts3.4/EC2.d.ts +115 -0
  71. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  72. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  73. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +4 -2
  89. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +16 -850
  92. package/dist-types/ts3.4/models/models_1.d.ts +851 -32
  93. package/dist-types/ts3.4/models/models_2.d.ts +30 -25
  94. package/dist-types/ts3.4/models/models_3.d.ts +68 -83
  95. package/dist-types/ts3.4/models/models_4.d.ts +80 -99
  96. package/dist-types/ts3.4/models/models_5.d.ts +101 -67
  97. package/dist-types/ts3.4/models/models_6.d.ts +66 -64
  98. package/dist-types/ts3.4/models/models_7.d.ts +73 -8
  99. package/dist-types/ts3.4/pagination/DescribeCapacityReservationBillingRequestsPaginator.d.ts +11 -0
  100. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  101. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  102. package/package.json +6 -6
@@ -1,10 +1,253 @@
1
- import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservation, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
- import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
- import { IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus, Filter, ImdsSupportValues, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
- import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, SpotPlacement, TpmSupportValues } from "./models_4";
6
- import { Purchase, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest } from "./models_5";
7
- import { CapacityReservationSpecification } from "./models_6";
1
+ import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservation, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
+ import { IKEVersionsRequestListValue, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
4
+ import { Byoasn, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
+ import { ArchitectureValues, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, TpmSupportValues } from "./models_4";
6
+ import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
+ import { CapacityReservationSpecification, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ * @public
17
+ */
18
+ DryRun?: boolean;
19
+ /**
20
+ * <p>The ID of the service.</p>
21
+ * @public
22
+ */
23
+ ServiceId: string | undefined;
24
+ /**
25
+ * <p>The entity that is responsible for the endpoint costs. The default is the endpoint owner.
26
+ * If you set the payer responsibility to the service owner, you cannot set it back to the
27
+ * endpoint owner.</p>
28
+ * @public
29
+ */
30
+ PayerResponsibility: PayerResponsibility | undefined;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface ModifyVpcEndpointServicePayerResponsibilityResult {
36
+ /**
37
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
38
+ * @public
39
+ */
40
+ ReturnValue?: boolean;
41
+ }
42
+ /**
43
+ * @public
44
+ */
45
+ export interface ModifyVpcEndpointServicePermissionsRequest {
46
+ /**
47
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
48
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
49
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
50
+ * @public
51
+ */
52
+ DryRun?: boolean;
53
+ /**
54
+ * <p>The ID of the service.</p>
55
+ * @public
56
+ */
57
+ ServiceId: string | undefined;
58
+ /**
59
+ * <p>The Amazon Resource Names (ARN) of the principals.
60
+ * Permissions are granted to the principals in this list.
61
+ * To grant permissions to all principals, specify an asterisk (*).</p>
62
+ * @public
63
+ */
64
+ AddAllowedPrincipals?: string[];
65
+ /**
66
+ * <p>The Amazon Resource Names (ARN) of the principals.
67
+ * Permissions are revoked for principals in this list.</p>
68
+ * @public
69
+ */
70
+ RemoveAllowedPrincipals?: string[];
71
+ }
72
+ /**
73
+ * @public
74
+ */
75
+ export interface ModifyVpcEndpointServicePermissionsResult {
76
+ /**
77
+ * <p>Information about the added principals.</p>
78
+ * @public
79
+ */
80
+ AddedPrincipals?: AddedPrincipal[];
81
+ /**
82
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
83
+ * @public
84
+ */
85
+ ReturnValue?: boolean;
86
+ }
87
+ /**
88
+ * <p>The VPC peering connection options.</p>
89
+ * @public
90
+ */
91
+ export interface PeeringConnectionOptionsRequest {
92
+ /**
93
+ * <p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses
94
+ * when queried from instances in the peer VPC.</p>
95
+ * @public
96
+ */
97
+ AllowDnsResolutionFromRemoteVpc?: boolean;
98
+ /**
99
+ * <p>Deprecated.</p>
100
+ * @public
101
+ */
102
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
103
+ /**
104
+ * <p>Deprecated.</p>
105
+ * @public
106
+ */
107
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
108
+ }
109
+ /**
110
+ * @public
111
+ */
112
+ export interface ModifyVpcPeeringConnectionOptionsRequest {
113
+ /**
114
+ * <p>The VPC peering connection options for the accepter VPC.</p>
115
+ * @public
116
+ */
117
+ AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
118
+ /**
119
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
120
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
121
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
122
+ * @public
123
+ */
124
+ DryRun?: boolean;
125
+ /**
126
+ * <p>The VPC peering connection options for the requester VPC.</p>
127
+ * @public
128
+ */
129
+ RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest;
130
+ /**
131
+ * <p>The ID of the VPC peering connection.</p>
132
+ * @public
133
+ */
134
+ VpcPeeringConnectionId: string | undefined;
135
+ }
136
+ /**
137
+ * <p>Describes the VPC peering connection options.</p>
138
+ * @public
139
+ */
140
+ export interface PeeringConnectionOptions {
141
+ /**
142
+ * <p>If true, the public DNS hostnames of instances in the specified VPC resolve to private
143
+ * IP addresses when queried from instances in the peer VPC.</p>
144
+ * @public
145
+ */
146
+ AllowDnsResolutionFromRemoteVpc?: boolean;
147
+ /**
148
+ * <p>Deprecated.</p>
149
+ * @public
150
+ */
151
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean;
152
+ /**
153
+ * <p>Deprecated.</p>
154
+ * @public
155
+ */
156
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
157
+ }
158
+ /**
159
+ * @public
160
+ */
161
+ export interface ModifyVpcPeeringConnectionOptionsResult {
162
+ /**
163
+ * <p>Information about the VPC peering connection options for the accepter VPC.</p>
164
+ * @public
165
+ */
166
+ AccepterPeeringConnectionOptions?: PeeringConnectionOptions;
167
+ /**
168
+ * <p>Information about the VPC peering connection options for the requester VPC.</p>
169
+ * @public
170
+ */
171
+ RequesterPeeringConnectionOptions?: PeeringConnectionOptions;
172
+ }
173
+ /**
174
+ * @public
175
+ * @enum
176
+ */
177
+ export declare const VpcTenancy: {
178
+ readonly default: "default";
179
+ };
180
+ /**
181
+ * @public
182
+ */
183
+ export type VpcTenancy = (typeof VpcTenancy)[keyof typeof VpcTenancy];
184
+ /**
185
+ * @public
186
+ */
187
+ export interface ModifyVpcTenancyRequest {
188
+ /**
189
+ * <p>The ID of the VPC.</p>
190
+ * @public
191
+ */
192
+ VpcId: string | undefined;
193
+ /**
194
+ * <p>The instance tenancy attribute for the VPC. </p>
195
+ * @public
196
+ */
197
+ InstanceTenancy: VpcTenancy | undefined;
198
+ /**
199
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
200
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
201
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
202
+ * @public
203
+ */
204
+ DryRun?: boolean;
205
+ }
206
+ /**
207
+ * @public
208
+ */
209
+ export interface ModifyVpcTenancyResult {
210
+ /**
211
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
212
+ * error.</p>
213
+ * @public
214
+ */
215
+ ReturnValue?: boolean;
216
+ }
217
+ /**
218
+ * @public
219
+ */
220
+ export interface ModifyVpnConnectionRequest {
221
+ /**
222
+ * <p>The ID of the VPN connection.</p>
223
+ * @public
224
+ */
225
+ VpnConnectionId: string | undefined;
226
+ /**
227
+ * <p>The ID of the transit gateway.</p>
228
+ * @public
229
+ */
230
+ TransitGatewayId?: string;
231
+ /**
232
+ * <p>The ID of the customer gateway at your end of the VPN connection.</p>
233
+ * @public
234
+ */
235
+ CustomerGatewayId?: string;
236
+ /**
237
+ * <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
238
+ * connection.</p>
239
+ * @public
240
+ */
241
+ VpnGatewayId?: string;
242
+ /**
243
+ * <p>Checks whether you have the required permissions for the action, without actually
244
+ * making the request, and provides an error response. If you have the required
245
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
246
+ * <code>UnauthorizedOperation</code>.</p>
247
+ * @public
248
+ */
249
+ DryRun?: boolean;
250
+ }
8
251
  /**
9
252
  * @public
10
253
  */
@@ -1381,6 +1624,31 @@ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
1381
1624
  */
1382
1625
  RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
1383
1626
  }
1627
+ /**
1628
+ * @public
1629
+ */
1630
+ export interface RejectCapacityReservationBillingOwnershipRequest {
1631
+ /**
1632
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1633
+ * @public
1634
+ */
1635
+ DryRun?: boolean;
1636
+ /**
1637
+ * <p>The ID of the Capacity Reservation for which to reject the request.</p>
1638
+ * @public
1639
+ */
1640
+ CapacityReservationId: string | undefined;
1641
+ }
1642
+ /**
1643
+ * @public
1644
+ */
1645
+ export interface RejectCapacityReservationBillingOwnershipResult {
1646
+ /**
1647
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
1648
+ * @public
1649
+ */
1650
+ Return?: boolean;
1651
+ }
1384
1652
  /**
1385
1653
  * @public
1386
1654
  */
@@ -2998,7 +3266,10 @@ export interface CpuOptionsRequest {
2998
3266
  AmdSevSnp?: AmdSevSnpSpecification;
2999
3267
  }
3000
3268
  /**
3001
- * <p>
3269
+ * <note>
3270
+ * <p>Amazon Elastic Inference is no longer available.</p>
3271
+ * </note>
3272
+ * <p>
3002
3273
  * Describes an elastic inference accelerator.
3003
3274
  * </p>
3004
3275
  * @public
@@ -3443,8 +3714,7 @@ export interface RunInstancesRequest {
3443
3714
  /**
3444
3715
  * <p>An elastic inference accelerator to associate with the instance.</p>
3445
3716
  * <note>
3446
- * <p>Amazon Elastic Inference (EI) is no longer available to new customers. For more
3447
- * information, see <a href="http://aws.amazon.com/machine-learning/elastic-inference/faqs/">Amazon Elastic Inference FAQs</a>.</p>
3717
+ * <p>Amazon Elastic Inference is no longer available.</p>
3448
3718
  * </note>
3449
3719
  * @public
3450
3720
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityReservationBillingRequests: (config: EC2PaginationConfiguration, input: DescribeCapacityReservationBillingRequestsCommandInput, ...rest: any[]) => Paginator<DescribeCapacityReservationBillingRequestsCommandOutput>;
@@ -3,12 +3,13 @@ export * from "./DescribeAddressesAttributePaginator";
3
3
  export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
4
4
  export * from "./DescribeByoipCidrsPaginator";
5
5
  export * from "./DescribeCapacityBlockOfferingsPaginator";
6
+ export * from "./DescribeCapacityReservationBillingRequestsPaginator";
6
7
  export * from "./DescribeCapacityReservationFleetsPaginator";
7
8
  export * from "./DescribeCapacityReservationsPaginator";
8
9
  export * from "./DescribeCarrierGatewaysPaginator";
9
10
  export * from "./DescribeClassicLinkInstancesPaginator";
10
- export * from "./DescribeClientVpnAuthorizationRulesPaginator";
11
11
  export * from "./Interfaces";
12
+ export * from "./DescribeClientVpnAuthorizationRulesPaginator";
12
13
  export * from "./DescribeClientVpnConnectionsPaginator";
13
14
  export * from "./DescribeClientVpnEndpointsPaginator";
14
15
  export * from "./DescribeClientVpnRoutesPaginator";
@@ -1,6 +1,7 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AcceptAddressTransferCommandInput, AcceptAddressTransferCommandOutput } from "../commands/AcceptAddressTransferCommand";
4
+ import { AcceptCapacityReservationBillingOwnershipCommandInput, AcceptCapacityReservationBillingOwnershipCommandOutput } from "../commands/AcceptCapacityReservationBillingOwnershipCommand";
4
5
  import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "../commands/AcceptReservedInstancesExchangeQuoteCommand";
5
6
  import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
6
7
  import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "../commands/AcceptTransitGatewayPeeringAttachmentCommand";
@@ -16,6 +17,7 @@ import { AssignIpv6AddressesCommandInput, AssignIpv6AddressesCommandOutput } fro
16
17
  import { AssignPrivateIpAddressesCommandInput, AssignPrivateIpAddressesCommandOutput } from "../commands/AssignPrivateIpAddressesCommand";
17
18
  import { AssignPrivateNatGatewayAddressCommandInput, AssignPrivateNatGatewayAddressCommandOutput } from "../commands/AssignPrivateNatGatewayAddressCommand";
18
19
  import { AssociateAddressCommandInput, AssociateAddressCommandOutput } from "../commands/AssociateAddressCommand";
20
+ import { AssociateCapacityReservationBillingOwnerCommandInput, AssociateCapacityReservationBillingOwnerCommandOutput } from "../commands/AssociateCapacityReservationBillingOwnerCommand";
19
21
  import { AssociateClientVpnTargetNetworkCommandInput, AssociateClientVpnTargetNetworkCommandOutput } from "../commands/AssociateClientVpnTargetNetworkCommand";
20
22
  import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } from "../commands/AssociateDhcpOptionsCommand";
21
23
  import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertificateIamRoleCommandOutput } from "../commands/AssociateEnclaveCertificateIamRoleCommand";
@@ -232,6 +234,7 @@ import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput, DescribeA
232
234
  import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
233
235
  import { DescribeByoipCidrsCommandInput, DescribeByoipCidrsCommandOutput } from "../commands/DescribeByoipCidrsCommand";
234
236
  import { DescribeCapacityBlockOfferingsCommandInput, DescribeCapacityBlockOfferingsCommandOutput } from "../commands/DescribeCapacityBlockOfferingsCommand";
237
+ import { DescribeCapacityReservationBillingRequestsCommandInput, DescribeCapacityReservationBillingRequestsCommandOutput } from "../commands/DescribeCapacityReservationBillingRequestsCommand";
235
238
  import { DescribeCapacityReservationFleetsCommandInput, DescribeCapacityReservationFleetsCommandOutput } from "../commands/DescribeCapacityReservationFleetsCommand";
236
239
  import { DescribeCapacityReservationsCommandInput, DescribeCapacityReservationsCommandOutput } from "../commands/DescribeCapacityReservationsCommand";
237
240
  import { DescribeCarrierGatewaysCommandInput, DescribeCarrierGatewaysCommandOutput } from "../commands/DescribeCarrierGatewaysCommand";
@@ -397,6 +400,7 @@ import { DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationComma
397
400
  import { DisableVpcClassicLinkCommandInput, DisableVpcClassicLinkCommandOutput } from "../commands/DisableVpcClassicLinkCommand";
398
401
  import { DisableVpcClassicLinkDnsSupportCommandInput, DisableVpcClassicLinkDnsSupportCommandOutput } from "../commands/DisableVpcClassicLinkDnsSupportCommand";
399
402
  import { DisassociateAddressCommandInput, DisassociateAddressCommandOutput } from "../commands/DisassociateAddressCommand";
403
+ import { DisassociateCapacityReservationBillingOwnerCommandInput, DisassociateCapacityReservationBillingOwnerCommandOutput } from "../commands/DisassociateCapacityReservationBillingOwnerCommand";
400
404
  import { DisassociateClientVpnTargetNetworkCommandInput, DisassociateClientVpnTargetNetworkCommandOutput } from "../commands/DisassociateClientVpnTargetNetworkCommand";
401
405
  import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveCertificateIamRoleCommandOutput } from "../commands/DisassociateEnclaveCertificateIamRoleCommand";
402
406
  import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "../commands/DisassociateIamInstanceProfileCommand";
@@ -574,6 +578,7 @@ import { RegisterImageCommandInput, RegisterImageCommandOutput } from "../comman
574
578
  import { RegisterInstanceEventNotificationAttributesCommandInput, RegisterInstanceEventNotificationAttributesCommandOutput } from "../commands/RegisterInstanceEventNotificationAttributesCommand";
575
579
  import { RegisterTransitGatewayMulticastGroupMembersCommandInput, RegisterTransitGatewayMulticastGroupMembersCommandOutput } from "../commands/RegisterTransitGatewayMulticastGroupMembersCommand";
576
580
  import { RegisterTransitGatewayMulticastGroupSourcesCommandInput, RegisterTransitGatewayMulticastGroupSourcesCommandOutput } from "../commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
581
+ import { RejectCapacityReservationBillingOwnershipCommandInput, RejectCapacityReservationBillingOwnershipCommandOutput } from "../commands/RejectCapacityReservationBillingOwnershipCommand";
577
582
  import { RejectTransitGatewayMulticastDomainAssociationsCommandInput, RejectTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/RejectTransitGatewayMulticastDomainAssociationsCommand";
578
583
  import { RejectTransitGatewayPeeringAttachmentCommandInput, RejectTransitGatewayPeeringAttachmentCommandOutput } from "../commands/RejectTransitGatewayPeeringAttachmentCommand";
579
584
  import { RejectTransitGatewayVpcAttachmentCommandInput, RejectTransitGatewayVpcAttachmentCommandOutput } from "../commands/RejectTransitGatewayVpcAttachmentCommand";
@@ -632,6 +637,10 @@ import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from ".
632
637
  * serializeAws_ec2AcceptAddressTransferCommand
633
638
  */
634
639
  export declare const se_AcceptAddressTransferCommand: (input: AcceptAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
640
+ /**
641
+ * serializeAws_ec2AcceptCapacityReservationBillingOwnershipCommand
642
+ */
643
+ export declare const se_AcceptCapacityReservationBillingOwnershipCommand: (input: AcceptCapacityReservationBillingOwnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
635
644
  /**
636
645
  * serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand
637
646
  */
@@ -692,6 +701,10 @@ export declare const se_AssignPrivateNatGatewayAddressCommand: (input: AssignPri
692
701
  * serializeAws_ec2AssociateAddressCommand
693
702
  */
694
703
  export declare const se_AssociateAddressCommand: (input: AssociateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
704
+ /**
705
+ * serializeAws_ec2AssociateCapacityReservationBillingOwnerCommand
706
+ */
707
+ export declare const se_AssociateCapacityReservationBillingOwnerCommand: (input: AssociateCapacityReservationBillingOwnerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
695
708
  /**
696
709
  * serializeAws_ec2AssociateClientVpnTargetNetworkCommand
697
710
  */
@@ -1556,6 +1569,10 @@ export declare const se_DescribeByoipCidrsCommand: (input: DescribeByoipCidrsCom
1556
1569
  * serializeAws_ec2DescribeCapacityBlockOfferingsCommand
1557
1570
  */
1558
1571
  export declare const se_DescribeCapacityBlockOfferingsCommand: (input: DescribeCapacityBlockOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1572
+ /**
1573
+ * serializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
1574
+ */
1575
+ export declare const se_DescribeCapacityReservationBillingRequestsCommand: (input: DescribeCapacityReservationBillingRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1559
1576
  /**
1560
1577
  * serializeAws_ec2DescribeCapacityReservationFleetsCommand
1561
1578
  */
@@ -2216,6 +2233,10 @@ export declare const se_DisableVpcClassicLinkDnsSupportCommand: (input: DisableV
2216
2233
  * serializeAws_ec2DisassociateAddressCommand
2217
2234
  */
2218
2235
  export declare const se_DisassociateAddressCommand: (input: DisassociateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2236
+ /**
2237
+ * serializeAws_ec2DisassociateCapacityReservationBillingOwnerCommand
2238
+ */
2239
+ export declare const se_DisassociateCapacityReservationBillingOwnerCommand: (input: DisassociateCapacityReservationBillingOwnerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2219
2240
  /**
2220
2241
  * serializeAws_ec2DisassociateClientVpnTargetNetworkCommand
2221
2242
  */
@@ -2924,6 +2945,10 @@ export declare const se_RegisterTransitGatewayMulticastGroupMembersCommand: (inp
2924
2945
  * serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand
2925
2946
  */
2926
2947
  export declare const se_RegisterTransitGatewayMulticastGroupSourcesCommand: (input: RegisterTransitGatewayMulticastGroupSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2948
+ /**
2949
+ * serializeAws_ec2RejectCapacityReservationBillingOwnershipCommand
2950
+ */
2951
+ export declare const se_RejectCapacityReservationBillingOwnershipCommand: (input: RejectCapacityReservationBillingOwnershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
2927
2952
  /**
2928
2953
  * serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand
2929
2954
  */
@@ -3144,6 +3169,10 @@ export declare const se_WithdrawByoipCidrCommand: (input: WithdrawByoipCidrComma
3144
3169
  * deserializeAws_ec2AcceptAddressTransferCommand
3145
3170
  */
3146
3171
  export declare const de_AcceptAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAddressTransferCommandOutput>;
3172
+ /**
3173
+ * deserializeAws_ec2AcceptCapacityReservationBillingOwnershipCommand
3174
+ */
3175
+ export declare const de_AcceptCapacityReservationBillingOwnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptCapacityReservationBillingOwnershipCommandOutput>;
3147
3176
  /**
3148
3177
  * deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand
3149
3178
  */
@@ -3204,6 +3233,10 @@ export declare const de_AssignPrivateNatGatewayAddressCommand: (output: __HttpRe
3204
3233
  * deserializeAws_ec2AssociateAddressCommand
3205
3234
  */
3206
3235
  export declare const de_AssociateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAddressCommandOutput>;
3236
+ /**
3237
+ * deserializeAws_ec2AssociateCapacityReservationBillingOwnerCommand
3238
+ */
3239
+ export declare const de_AssociateCapacityReservationBillingOwnerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCapacityReservationBillingOwnerCommandOutput>;
3207
3240
  /**
3208
3241
  * deserializeAws_ec2AssociateClientVpnTargetNetworkCommand
3209
3242
  */
@@ -4068,6 +4101,10 @@ export declare const de_DescribeByoipCidrsCommand: (output: __HttpResponse, cont
4068
4101
  * deserializeAws_ec2DescribeCapacityBlockOfferingsCommand
4069
4102
  */
4070
4103
  export declare const de_DescribeCapacityBlockOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityBlockOfferingsCommandOutput>;
4104
+ /**
4105
+ * deserializeAws_ec2DescribeCapacityReservationBillingRequestsCommand
4106
+ */
4107
+ export declare const de_DescribeCapacityReservationBillingRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCapacityReservationBillingRequestsCommandOutput>;
4071
4108
  /**
4072
4109
  * deserializeAws_ec2DescribeCapacityReservationFleetsCommand
4073
4110
  */
@@ -4728,6 +4765,10 @@ export declare const de_DisableVpcClassicLinkDnsSupportCommand: (output: __HttpR
4728
4765
  * deserializeAws_ec2DisassociateAddressCommand
4729
4766
  */
4730
4767
  export declare const de_DisassociateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAddressCommandOutput>;
4768
+ /**
4769
+ * deserializeAws_ec2DisassociateCapacityReservationBillingOwnerCommand
4770
+ */
4771
+ export declare const de_DisassociateCapacityReservationBillingOwnerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCapacityReservationBillingOwnerCommandOutput>;
4731
4772
  /**
4732
4773
  * deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand
4733
4774
  */
@@ -5436,6 +5477,10 @@ export declare const de_RegisterTransitGatewayMulticastGroupMembersCommand: (out
5436
5477
  * deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand
5437
5478
  */
5438
5479
  export declare const de_RegisterTransitGatewayMulticastGroupSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTransitGatewayMulticastGroupSourcesCommandOutput>;
5480
+ /**
5481
+ * deserializeAws_ec2RejectCapacityReservationBillingOwnershipCommand
5482
+ */
5483
+ export declare const de_RejectCapacityReservationBillingOwnershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectCapacityReservationBillingOwnershipCommandOutput>;
5439
5484
  /**
5440
5485
  * deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand
5441
5486
  */
@@ -3,6 +3,10 @@ import {
3
3
  AcceptAddressTransferCommandInput,
4
4
  AcceptAddressTransferCommandOutput,
5
5
  } from "./commands/AcceptAddressTransferCommand";
6
+ import {
7
+ AcceptCapacityReservationBillingOwnershipCommandInput,
8
+ AcceptCapacityReservationBillingOwnershipCommandOutput,
9
+ } from "./commands/AcceptCapacityReservationBillingOwnershipCommand";
6
10
  import {
7
11
  AcceptReservedInstancesExchangeQuoteCommandInput,
8
12
  AcceptReservedInstancesExchangeQuoteCommandOutput,
@@ -63,6 +67,10 @@ import {
63
67
  AssociateAddressCommandInput,
64
68
  AssociateAddressCommandOutput,
65
69
  } from "./commands/AssociateAddressCommand";
70
+ import {
71
+ AssociateCapacityReservationBillingOwnerCommandInput,
72
+ AssociateCapacityReservationBillingOwnerCommandOutput,
73
+ } from "./commands/AssociateCapacityReservationBillingOwnerCommand";
66
74
  import {
67
75
  AssociateClientVpnTargetNetworkCommandInput,
68
76
  AssociateClientVpnTargetNetworkCommandOutput,
@@ -927,6 +935,10 @@ import {
927
935
  DescribeCapacityBlockOfferingsCommandInput,
928
936
  DescribeCapacityBlockOfferingsCommandOutput,
929
937
  } from "./commands/DescribeCapacityBlockOfferingsCommand";
938
+ import {
939
+ DescribeCapacityReservationBillingRequestsCommandInput,
940
+ DescribeCapacityReservationBillingRequestsCommandOutput,
941
+ } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
930
942
  import {
931
943
  DescribeCapacityReservationFleetsCommandInput,
932
944
  DescribeCapacityReservationFleetsCommandOutput,
@@ -1587,6 +1599,10 @@ import {
1587
1599
  DisassociateAddressCommandInput,
1588
1600
  DisassociateAddressCommandOutput,
1589
1601
  } from "./commands/DisassociateAddressCommand";
1602
+ import {
1603
+ DisassociateCapacityReservationBillingOwnerCommandInput,
1604
+ DisassociateCapacityReservationBillingOwnerCommandOutput,
1605
+ } from "./commands/DisassociateCapacityReservationBillingOwnerCommand";
1590
1606
  import {
1591
1607
  DisassociateClientVpnTargetNetworkCommandInput,
1592
1608
  DisassociateClientVpnTargetNetworkCommandOutput,
@@ -2295,6 +2311,10 @@ import {
2295
2311
  RegisterTransitGatewayMulticastGroupSourcesCommandInput,
2296
2312
  RegisterTransitGatewayMulticastGroupSourcesCommandOutput,
2297
2313
  } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
2314
+ import {
2315
+ RejectCapacityReservationBillingOwnershipCommandInput,
2316
+ RejectCapacityReservationBillingOwnershipCommandOutput,
2317
+ } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
2298
2318
  import {
2299
2319
  RejectTransitGatewayMulticastDomainAssociationsCommandInput,
2300
2320
  RejectTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -2526,6 +2546,25 @@ export interface EC2 {
2526
2546
  options: __HttpHandlerOptions,
2527
2547
  cb: (err: any, data?: AcceptAddressTransferCommandOutput) => void
2528
2548
  ): void;
2549
+ acceptCapacityReservationBillingOwnership(
2550
+ args: AcceptCapacityReservationBillingOwnershipCommandInput,
2551
+ options?: __HttpHandlerOptions
2552
+ ): Promise<AcceptCapacityReservationBillingOwnershipCommandOutput>;
2553
+ acceptCapacityReservationBillingOwnership(
2554
+ args: AcceptCapacityReservationBillingOwnershipCommandInput,
2555
+ cb: (
2556
+ err: any,
2557
+ data?: AcceptCapacityReservationBillingOwnershipCommandOutput
2558
+ ) => void
2559
+ ): void;
2560
+ acceptCapacityReservationBillingOwnership(
2561
+ args: AcceptCapacityReservationBillingOwnershipCommandInput,
2562
+ options: __HttpHandlerOptions,
2563
+ cb: (
2564
+ err: any,
2565
+ data?: AcceptCapacityReservationBillingOwnershipCommandOutput
2566
+ ) => void
2567
+ ): void;
2529
2568
  acceptReservedInstancesExchangeQuote(
2530
2569
  args: AcceptReservedInstancesExchangeQuoteCommandInput,
2531
2570
  options?: __HttpHandlerOptions
@@ -2754,6 +2793,25 @@ export interface EC2 {
2754
2793
  options: __HttpHandlerOptions,
2755
2794
  cb: (err: any, data?: AssociateAddressCommandOutput) => void
2756
2795
  ): void;
2796
+ associateCapacityReservationBillingOwner(
2797
+ args: AssociateCapacityReservationBillingOwnerCommandInput,
2798
+ options?: __HttpHandlerOptions
2799
+ ): Promise<AssociateCapacityReservationBillingOwnerCommandOutput>;
2800
+ associateCapacityReservationBillingOwner(
2801
+ args: AssociateCapacityReservationBillingOwnerCommandInput,
2802
+ cb: (
2803
+ err: any,
2804
+ data?: AssociateCapacityReservationBillingOwnerCommandOutput
2805
+ ) => void
2806
+ ): void;
2807
+ associateCapacityReservationBillingOwner(
2808
+ args: AssociateCapacityReservationBillingOwnerCommandInput,
2809
+ options: __HttpHandlerOptions,
2810
+ cb: (
2811
+ err: any,
2812
+ data?: AssociateCapacityReservationBillingOwnerCommandOutput
2813
+ ) => void
2814
+ ): void;
2757
2815
  associateClientVpnTargetNetwork(
2758
2816
  args: AssociateClientVpnTargetNetworkCommandInput,
2759
2817
  options?: __HttpHandlerOptions
@@ -5789,6 +5847,25 @@ export interface EC2 {
5789
5847
  options: __HttpHandlerOptions,
5790
5848
  cb: (err: any, data?: DescribeCapacityBlockOfferingsCommandOutput) => void
5791
5849
  ): void;
5850
+ describeCapacityReservationBillingRequests(
5851
+ args: DescribeCapacityReservationBillingRequestsCommandInput,
5852
+ options?: __HttpHandlerOptions
5853
+ ): Promise<DescribeCapacityReservationBillingRequestsCommandOutput>;
5854
+ describeCapacityReservationBillingRequests(
5855
+ args: DescribeCapacityReservationBillingRequestsCommandInput,
5856
+ cb: (
5857
+ err: any,
5858
+ data?: DescribeCapacityReservationBillingRequestsCommandOutput
5859
+ ) => void
5860
+ ): void;
5861
+ describeCapacityReservationBillingRequests(
5862
+ args: DescribeCapacityReservationBillingRequestsCommandInput,
5863
+ options: __HttpHandlerOptions,
5864
+ cb: (
5865
+ err: any,
5866
+ data?: DescribeCapacityReservationBillingRequestsCommandOutput
5867
+ ) => void
5868
+ ): void;
5792
5869
  describeCapacityReservationFleets(): Promise<DescribeCapacityReservationFleetsCommandOutput>;
5793
5870
  describeCapacityReservationFleets(
5794
5871
  args: DescribeCapacityReservationFleetsCommandInput,
@@ -8297,6 +8374,25 @@ export interface EC2 {
8297
8374
  options: __HttpHandlerOptions,
8298
8375
  cb: (err: any, data?: DisassociateAddressCommandOutput) => void
8299
8376
  ): void;
8377
+ disassociateCapacityReservationBillingOwner(
8378
+ args: DisassociateCapacityReservationBillingOwnerCommandInput,
8379
+ options?: __HttpHandlerOptions
8380
+ ): Promise<DisassociateCapacityReservationBillingOwnerCommandOutput>;
8381
+ disassociateCapacityReservationBillingOwner(
8382
+ args: DisassociateCapacityReservationBillingOwnerCommandInput,
8383
+ cb: (
8384
+ err: any,
8385
+ data?: DisassociateCapacityReservationBillingOwnerCommandOutput
8386
+ ) => void
8387
+ ): void;
8388
+ disassociateCapacityReservationBillingOwner(
8389
+ args: DisassociateCapacityReservationBillingOwnerCommandInput,
8390
+ options: __HttpHandlerOptions,
8391
+ cb: (
8392
+ err: any,
8393
+ data?: DisassociateCapacityReservationBillingOwnerCommandOutput
8394
+ ) => void
8395
+ ): void;
8300
8396
  disassociateClientVpnTargetNetwork(
8301
8397
  args: DisassociateClientVpnTargetNetworkCommandInput,
8302
8398
  options?: __HttpHandlerOptions
@@ -10893,6 +10989,25 @@ export interface EC2 {
10893
10989
  data?: RegisterTransitGatewayMulticastGroupSourcesCommandOutput
10894
10990
  ) => void
10895
10991
  ): void;
10992
+ rejectCapacityReservationBillingOwnership(
10993
+ args: RejectCapacityReservationBillingOwnershipCommandInput,
10994
+ options?: __HttpHandlerOptions
10995
+ ): Promise<RejectCapacityReservationBillingOwnershipCommandOutput>;
10996
+ rejectCapacityReservationBillingOwnership(
10997
+ args: RejectCapacityReservationBillingOwnershipCommandInput,
10998
+ cb: (
10999
+ err: any,
11000
+ data?: RejectCapacityReservationBillingOwnershipCommandOutput
11001
+ ) => void
11002
+ ): void;
11003
+ rejectCapacityReservationBillingOwnership(
11004
+ args: RejectCapacityReservationBillingOwnershipCommandInput,
11005
+ options: __HttpHandlerOptions,
11006
+ cb: (
11007
+ err: any,
11008
+ data?: RejectCapacityReservationBillingOwnershipCommandOutput
11009
+ ) => void
11010
+ ): void;
10896
11011
  rejectTransitGatewayMulticastDomainAssociations(): Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
10897
11012
  rejectTransitGatewayMulticastDomainAssociations(
10898
11013
  args: RejectTransitGatewayMulticastDomainAssociationsCommandInput,