@aws-sdk/client-ec2 3.667.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
@@ -49,6 +49,10 @@ import {
49
49
  AcceptAddressTransferCommandInput,
50
50
  AcceptAddressTransferCommandOutput,
51
51
  } from "./commands/AcceptAddressTransferCommand";
52
+ import {
53
+ AcceptCapacityReservationBillingOwnershipCommandInput,
54
+ AcceptCapacityReservationBillingOwnershipCommandOutput,
55
+ } from "./commands/AcceptCapacityReservationBillingOwnershipCommand";
52
56
  import {
53
57
  AcceptReservedInstancesExchangeQuoteCommandInput,
54
58
  AcceptReservedInstancesExchangeQuoteCommandOutput,
@@ -109,6 +113,10 @@ import {
109
113
  AssociateAddressCommandInput,
110
114
  AssociateAddressCommandOutput,
111
115
  } from "./commands/AssociateAddressCommand";
116
+ import {
117
+ AssociateCapacityReservationBillingOwnerCommandInput,
118
+ AssociateCapacityReservationBillingOwnerCommandOutput,
119
+ } from "./commands/AssociateCapacityReservationBillingOwnerCommand";
112
120
  import {
113
121
  AssociateClientVpnTargetNetworkCommandInput,
114
122
  AssociateClientVpnTargetNetworkCommandOutput,
@@ -973,6 +981,10 @@ import {
973
981
  DescribeCapacityBlockOfferingsCommandInput,
974
982
  DescribeCapacityBlockOfferingsCommandOutput,
975
983
  } from "./commands/DescribeCapacityBlockOfferingsCommand";
984
+ import {
985
+ DescribeCapacityReservationBillingRequestsCommandInput,
986
+ DescribeCapacityReservationBillingRequestsCommandOutput,
987
+ } from "./commands/DescribeCapacityReservationBillingRequestsCommand";
976
988
  import {
977
989
  DescribeCapacityReservationFleetsCommandInput,
978
990
  DescribeCapacityReservationFleetsCommandOutput,
@@ -1633,6 +1645,10 @@ import {
1633
1645
  DisassociateAddressCommandInput,
1634
1646
  DisassociateAddressCommandOutput,
1635
1647
  } from "./commands/DisassociateAddressCommand";
1648
+ import {
1649
+ DisassociateCapacityReservationBillingOwnerCommandInput,
1650
+ DisassociateCapacityReservationBillingOwnerCommandOutput,
1651
+ } from "./commands/DisassociateCapacityReservationBillingOwnerCommand";
1636
1652
  import {
1637
1653
  DisassociateClientVpnTargetNetworkCommandInput,
1638
1654
  DisassociateClientVpnTargetNetworkCommandOutput,
@@ -2341,6 +2357,10 @@ import {
2341
2357
  RegisterTransitGatewayMulticastGroupSourcesCommandInput,
2342
2358
  RegisterTransitGatewayMulticastGroupSourcesCommandOutput,
2343
2359
  } from "./commands/RegisterTransitGatewayMulticastGroupSourcesCommand";
2360
+ import {
2361
+ RejectCapacityReservationBillingOwnershipCommandInput,
2362
+ RejectCapacityReservationBillingOwnershipCommandOutput,
2363
+ } from "./commands/RejectCapacityReservationBillingOwnershipCommand";
2344
2364
  import {
2345
2365
  RejectTransitGatewayMulticastDomainAssociationsCommandInput,
2346
2366
  RejectTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -2566,6 +2586,7 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
2566
2586
  export { __Client };
2567
2587
  export type ServiceInputTypes =
2568
2588
  | AcceptAddressTransferCommandInput
2589
+ | AcceptCapacityReservationBillingOwnershipCommandInput
2569
2590
  | AcceptReservedInstancesExchangeQuoteCommandInput
2570
2591
  | AcceptTransitGatewayMulticastDomainAssociationsCommandInput
2571
2592
  | AcceptTransitGatewayPeeringAttachmentCommandInput
@@ -2581,6 +2602,7 @@ export type ServiceInputTypes =
2581
2602
  | AssignPrivateIpAddressesCommandInput
2582
2603
  | AssignPrivateNatGatewayAddressCommandInput
2583
2604
  | AssociateAddressCommandInput
2605
+ | AssociateCapacityReservationBillingOwnerCommandInput
2584
2606
  | AssociateClientVpnTargetNetworkCommandInput
2585
2607
  | AssociateDhcpOptionsCommandInput
2586
2608
  | AssociateEnclaveCertificateIamRoleCommandInput
@@ -2797,6 +2819,7 @@ export type ServiceInputTypes =
2797
2819
  | DescribeBundleTasksCommandInput
2798
2820
  | DescribeByoipCidrsCommandInput
2799
2821
  | DescribeCapacityBlockOfferingsCommandInput
2822
+ | DescribeCapacityReservationBillingRequestsCommandInput
2800
2823
  | DescribeCapacityReservationFleetsCommandInput
2801
2824
  | DescribeCapacityReservationsCommandInput
2802
2825
  | DescribeCarrierGatewaysCommandInput
@@ -2962,6 +2985,7 @@ export type ServiceInputTypes =
2962
2985
  | DisableVpcClassicLinkCommandInput
2963
2986
  | DisableVpcClassicLinkDnsSupportCommandInput
2964
2987
  | DisassociateAddressCommandInput
2988
+ | DisassociateCapacityReservationBillingOwnerCommandInput
2965
2989
  | DisassociateClientVpnTargetNetworkCommandInput
2966
2990
  | DisassociateEnclaveCertificateIamRoleCommandInput
2967
2991
  | DisassociateIamInstanceProfileCommandInput
@@ -3139,6 +3163,7 @@ export type ServiceInputTypes =
3139
3163
  | RegisterInstanceEventNotificationAttributesCommandInput
3140
3164
  | RegisterTransitGatewayMulticastGroupMembersCommandInput
3141
3165
  | RegisterTransitGatewayMulticastGroupSourcesCommandInput
3166
+ | RejectCapacityReservationBillingOwnershipCommandInput
3142
3167
  | RejectTransitGatewayMulticastDomainAssociationsCommandInput
3143
3168
  | RejectTransitGatewayPeeringAttachmentCommandInput
3144
3169
  | RejectTransitGatewayVpcAttachmentCommandInput
@@ -3195,6 +3220,7 @@ export type ServiceInputTypes =
3195
3220
  | WithdrawByoipCidrCommandInput;
3196
3221
  export type ServiceOutputTypes =
3197
3222
  | AcceptAddressTransferCommandOutput
3223
+ | AcceptCapacityReservationBillingOwnershipCommandOutput
3198
3224
  | AcceptReservedInstancesExchangeQuoteCommandOutput
3199
3225
  | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
3200
3226
  | AcceptTransitGatewayPeeringAttachmentCommandOutput
@@ -3210,6 +3236,7 @@ export type ServiceOutputTypes =
3210
3236
  | AssignPrivateIpAddressesCommandOutput
3211
3237
  | AssignPrivateNatGatewayAddressCommandOutput
3212
3238
  | AssociateAddressCommandOutput
3239
+ | AssociateCapacityReservationBillingOwnerCommandOutput
3213
3240
  | AssociateClientVpnTargetNetworkCommandOutput
3214
3241
  | AssociateDhcpOptionsCommandOutput
3215
3242
  | AssociateEnclaveCertificateIamRoleCommandOutput
@@ -3426,6 +3453,7 @@ export type ServiceOutputTypes =
3426
3453
  | DescribeBundleTasksCommandOutput
3427
3454
  | DescribeByoipCidrsCommandOutput
3428
3455
  | DescribeCapacityBlockOfferingsCommandOutput
3456
+ | DescribeCapacityReservationBillingRequestsCommandOutput
3429
3457
  | DescribeCapacityReservationFleetsCommandOutput
3430
3458
  | DescribeCapacityReservationsCommandOutput
3431
3459
  | DescribeCarrierGatewaysCommandOutput
@@ -3591,6 +3619,7 @@ export type ServiceOutputTypes =
3591
3619
  | DisableVpcClassicLinkCommandOutput
3592
3620
  | DisableVpcClassicLinkDnsSupportCommandOutput
3593
3621
  | DisassociateAddressCommandOutput
3622
+ | DisassociateCapacityReservationBillingOwnerCommandOutput
3594
3623
  | DisassociateClientVpnTargetNetworkCommandOutput
3595
3624
  | DisassociateEnclaveCertificateIamRoleCommandOutput
3596
3625
  | DisassociateIamInstanceProfileCommandOutput
@@ -3768,6 +3797,7 @@ export type ServiceOutputTypes =
3768
3797
  | RegisterInstanceEventNotificationAttributesCommandOutput
3769
3798
  | RegisterTransitGatewayMulticastGroupMembersCommandOutput
3770
3799
  | RegisterTransitGatewayMulticastGroupSourcesCommandOutput
3800
+ | RejectCapacityReservationBillingOwnershipCommandOutput
3771
3801
  | RejectTransitGatewayMulticastDomainAssociationsCommandOutput
3772
3802
  | RejectTransitGatewayPeeringAttachmentCommandOutput
3773
3803
  | RejectTransitGatewayVpcAttachmentCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ AcceptCapacityReservationBillingOwnershipRequest,
10
+ AcceptCapacityReservationBillingOwnershipResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AcceptCapacityReservationBillingOwnershipCommandInput
15
+ extends AcceptCapacityReservationBillingOwnershipRequest {}
16
+ export interface AcceptCapacityReservationBillingOwnershipCommandOutput
17
+ extends AcceptCapacityReservationBillingOwnershipResult,
18
+ __MetadataBearer {}
19
+ declare const AcceptCapacityReservationBillingOwnershipCommand_base: {
20
+ new (
21
+ input: AcceptCapacityReservationBillingOwnershipCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AcceptCapacityReservationBillingOwnershipCommandInput,
24
+ AcceptCapacityReservationBillingOwnershipCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: AcceptCapacityReservationBillingOwnershipCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AcceptCapacityReservationBillingOwnershipCommandInput,
33
+ AcceptCapacityReservationBillingOwnershipCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AcceptCapacityReservationBillingOwnershipCommand extends AcceptCapacityReservationBillingOwnershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AcceptCapacityReservationBillingOwnershipRequest;
44
+ output: AcceptCapacityReservationBillingOwnershipResult;
45
+ };
46
+ sdk: {
47
+ input: AcceptCapacityReservationBillingOwnershipCommandInput;
48
+ output: AcceptCapacityReservationBillingOwnershipCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ AssociateCapacityReservationBillingOwnerRequest,
10
+ AssociateCapacityReservationBillingOwnerResult,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface AssociateCapacityReservationBillingOwnerCommandInput
15
+ extends AssociateCapacityReservationBillingOwnerRequest {}
16
+ export interface AssociateCapacityReservationBillingOwnerCommandOutput
17
+ extends AssociateCapacityReservationBillingOwnerResult,
18
+ __MetadataBearer {}
19
+ declare const AssociateCapacityReservationBillingOwnerCommand_base: {
20
+ new (
21
+ input: AssociateCapacityReservationBillingOwnerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AssociateCapacityReservationBillingOwnerCommandInput,
24
+ AssociateCapacityReservationBillingOwnerCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: AssociateCapacityReservationBillingOwnerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AssociateCapacityReservationBillingOwnerCommandInput,
33
+ AssociateCapacityReservationBillingOwnerCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AssociateCapacityReservationBillingOwnerCommand extends AssociateCapacityReservationBillingOwnerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateCapacityReservationBillingOwnerRequest;
44
+ output: AssociateCapacityReservationBillingOwnerResult;
45
+ };
46
+ sdk: {
47
+ input: AssociateCapacityReservationBillingOwnerCommandInput;
48
+ output: AssociateCapacityReservationBillingOwnerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateCapacityReservationBySplittingRequest,
10
- CreateCapacityReservationBySplittingResult,
11
- } from "../models/models_0";
8
+ import { CreateCapacityReservationBySplittingRequest } from "../models/models_0";
9
+ import { CreateCapacityReservationBySplittingResult } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateCapacityReservationBySplittingCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateNetworkInsightsPathRequest,
10
- CreateNetworkInsightsPathResult,
11
- } from "../models/models_1";
8
+ import { CreateNetworkInsightsPathRequest } from "../models/models_1";
9
+ import { CreateNetworkInsightsPathResult } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateNetworkInsightsPathCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeCapacityReservationBillingRequestsRequest,
10
+ DescribeCapacityReservationBillingRequestsResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeCapacityReservationBillingRequestsCommandInput
15
+ extends DescribeCapacityReservationBillingRequestsRequest {}
16
+ export interface DescribeCapacityReservationBillingRequestsCommandOutput
17
+ extends DescribeCapacityReservationBillingRequestsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeCapacityReservationBillingRequestsCommand_base: {
20
+ new (
21
+ input: DescribeCapacityReservationBillingRequestsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeCapacityReservationBillingRequestsCommandInput,
24
+ DescribeCapacityReservationBillingRequestsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DescribeCapacityReservationBillingRequestsCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeCapacityReservationBillingRequestsCommandInput,
33
+ DescribeCapacityReservationBillingRequestsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeCapacityReservationBillingRequestsCommand extends DescribeCapacityReservationBillingRequestsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCapacityReservationBillingRequestsRequest;
44
+ output: DescribeCapacityReservationBillingRequestsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeCapacityReservationBillingRequestsCommandInput;
48
+ output: DescribeCapacityReservationBillingRequestsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeImageAttributeRequest,
10
10
  ImageAttribute,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeImageAttributeCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeImagesRequest } from "../models/models_3";
9
- import { DescribeImagesResult } from "../models/models_4";
8
+ import {
9
+ DescribeImagesRequest,
10
+ DescribeImagesResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DisassociateCapacityReservationBillingOwnerRequest,
10
+ DisassociateCapacityReservationBillingOwnerResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DisassociateCapacityReservationBillingOwnerCommandInput
15
+ extends DisassociateCapacityReservationBillingOwnerRequest {}
16
+ export interface DisassociateCapacityReservationBillingOwnerCommandOutput
17
+ extends DisassociateCapacityReservationBillingOwnerResult,
18
+ __MetadataBearer {}
19
+ declare const DisassociateCapacityReservationBillingOwnerCommand_base: {
20
+ new (
21
+ input: DisassociateCapacityReservationBillingOwnerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DisassociateCapacityReservationBillingOwnerCommandInput,
24
+ DisassociateCapacityReservationBillingOwnerCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DisassociateCapacityReservationBillingOwnerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DisassociateCapacityReservationBillingOwnerCommandInput,
33
+ DisassociateCapacityReservationBillingOwnerCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DisassociateCapacityReservationBillingOwnerCommand extends DisassociateCapacityReservationBillingOwnerCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateCapacityReservationBillingOwnerRequest;
44
+ output: DisassociateCapacityReservationBillingOwnerResult;
45
+ };
46
+ sdk: {
47
+ input: DisassociateCapacityReservationBillingOwnerCommandInput;
48
+ output: DisassociateCapacityReservationBillingOwnerCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetFlowLogsIntegrationTemplateRequest,
10
10
  GetFlowLogsIntegrationTemplateResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetFlowLogsIntegrationTemplateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetGroupsForCapacityReservationRequest,
10
10
  GetGroupsForCapacityReservationResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetGroupsForCapacityReservationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetHostReservationPurchasePreviewRequest,
10
10
  GetHostReservationPurchasePreviewResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetHostReservationPurchasePreviewCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetImageBlockPublicAccessStateRequest,
10
10
  GetImageBlockPublicAccessStateResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetImageBlockPublicAccessStateCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVpcEndpointServicePayerResponsibilityRequest,
10
10
  ModifyVpcEndpointServicePayerResponsibilityResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVpcEndpointServicePayerResponsibilityCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVpcEndpointServicePermissionsRequest,
10
10
  ModifyVpcEndpointServicePermissionsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVpcEndpointServicePermissionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVpcPeeringConnectionOptionsRequest,
10
10
  ModifyVpcPeeringConnectionOptionsResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVpcPeeringConnectionOptionsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifyVpcTenancyRequest,
10
10
  ModifyVpcTenancyResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifyVpcTenancyCommandInput extends ModifyVpcTenancyRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyVpnConnectionRequest } from "../models/models_6";
9
- import { ModifyVpnConnectionResult } from "../models/models_7";
8
+ import {
9
+ ModifyVpnConnectionRequest,
10
+ ModifyVpnConnectionResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ModifyVpnConnectionCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ RejectCapacityReservationBillingOwnershipRequest,
10
+ RejectCapacityReservationBillingOwnershipResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface RejectCapacityReservationBillingOwnershipCommandInput
15
+ extends RejectCapacityReservationBillingOwnershipRequest {}
16
+ export interface RejectCapacityReservationBillingOwnershipCommandOutput
17
+ extends RejectCapacityReservationBillingOwnershipResult,
18
+ __MetadataBearer {}
19
+ declare const RejectCapacityReservationBillingOwnershipCommand_base: {
20
+ new (
21
+ input: RejectCapacityReservationBillingOwnershipCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ RejectCapacityReservationBillingOwnershipCommandInput,
24
+ RejectCapacityReservationBillingOwnershipCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: RejectCapacityReservationBillingOwnershipCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ RejectCapacityReservationBillingOwnershipCommandInput,
33
+ RejectCapacityReservationBillingOwnershipCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class RejectCapacityReservationBillingOwnershipCommand extends RejectCapacityReservationBillingOwnershipCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RejectCapacityReservationBillingOwnershipRequest;
44
+ output: RejectCapacityReservationBillingOwnershipResult;
45
+ };
46
+ sdk: {
47
+ input: RejectCapacityReservationBillingOwnershipCommandInput;
48
+ output: RejectCapacityReservationBillingOwnershipCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -1,4 +1,5 @@
1
1
  export * from "./AcceptAddressTransferCommand";
2
+ export * from "./AcceptCapacityReservationBillingOwnershipCommand";
2
3
  export * from "./AcceptReservedInstancesExchangeQuoteCommand";
3
4
  export * from "./AcceptTransitGatewayMulticastDomainAssociationsCommand";
4
5
  export * from "./AcceptTransitGatewayPeeringAttachmentCommand";
@@ -14,6 +15,7 @@ export * from "./AssignIpv6AddressesCommand";
14
15
  export * from "./AssignPrivateIpAddressesCommand";
15
16
  export * from "./AssignPrivateNatGatewayAddressCommand";
16
17
  export * from "./AssociateAddressCommand";
18
+ export * from "./AssociateCapacityReservationBillingOwnerCommand";
17
19
  export * from "./AssociateClientVpnTargetNetworkCommand";
18
20
  export * from "./AssociateDhcpOptionsCommand";
19
21
  export * from "./AssociateEnclaveCertificateIamRoleCommand";
@@ -230,6 +232,7 @@ export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
230
232
  export * from "./DescribeBundleTasksCommand";
231
233
  export * from "./DescribeByoipCidrsCommand";
232
234
  export * from "./DescribeCapacityBlockOfferingsCommand";
235
+ export * from "./DescribeCapacityReservationBillingRequestsCommand";
233
236
  export * from "./DescribeCapacityReservationFleetsCommand";
234
237
  export * from "./DescribeCapacityReservationsCommand";
235
238
  export * from "./DescribeCarrierGatewaysCommand";
@@ -395,6 +398,7 @@ export * from "./DisableVgwRoutePropagationCommand";
395
398
  export * from "./DisableVpcClassicLinkCommand";
396
399
  export * from "./DisableVpcClassicLinkDnsSupportCommand";
397
400
  export * from "./DisassociateAddressCommand";
401
+ export * from "./DisassociateCapacityReservationBillingOwnerCommand";
398
402
  export * from "./DisassociateClientVpnTargetNetworkCommand";
399
403
  export * from "./DisassociateEnclaveCertificateIamRoleCommand";
400
404
  export * from "./DisassociateIamInstanceProfileCommand";
@@ -572,6 +576,7 @@ export * from "./RegisterImageCommand";
572
576
  export * from "./RegisterInstanceEventNotificationAttributesCommand";
573
577
  export * from "./RegisterTransitGatewayMulticastGroupMembersCommand";
574
578
  export * from "./RegisterTransitGatewayMulticastGroupSourcesCommand";
579
+ export * from "./RejectCapacityReservationBillingOwnershipCommand";
575
580
  export * from "./RejectTransitGatewayMulticastDomainAssociationsCommand";
576
581
  export * from "./RejectTransitGatewayPeeringAttachmentCommand";
577
582
  export * from "./RejectTransitGatewayVpcAttachmentCommand";