@aws-sdk/client-ec2 3.697.0 → 3.698.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 +24 -0
- package/dist-cjs/index.js +562 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +17 -0
- package/dist-es/models/models_3.js +5 -11
- package/dist-es/models/models_4.js +11 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +446 -38
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -3
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +236 -302
- package/dist-types/models/models_2.d.ts +187 -66
- package/dist-types/models/models_3.d.ts +1425 -1385
- package/dist-types/models/models_4.d.ts +4190 -4186
- package/dist-types/models/models_5.d.ts +388 -172
- package/dist-types/models/models_6.d.ts +319 -425
- package/dist-types/models/models_7.d.ts +408 -24
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +32 -32
- package/dist-types/ts3.4/models/models_2.d.ts +33 -17
- package/dist-types/ts3.4/models/models_3.d.ts +77 -76
- package/dist-types/ts3.4/models/models_4.d.ts +79 -82
- package/dist-types/ts3.4/models/models_5.d.ts +85 -46
- package/dist-types/ts3.4/models/models_6.d.ts +58 -103
- package/dist-types/ts3.4/models/models_7.d.ts +108 -1
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DeleteInstanceEventWindowRequest } from "../models/
|
|
5
|
-
import { DeleteInstanceEventWindowResult } from "../models/models_3";
|
|
4
|
+
import { DeleteInstanceEventWindowRequest, DeleteInstanceEventWindowResult } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -60,6 +60,11 @@ declare const DeleteIpamResourceDiscoveryCommand_base: {
|
|
|
60
60
|
* // Value: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
62
62
|
* // ],
|
|
63
|
+
* // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
|
|
64
|
+
* // { // IpamOrganizationalUnitExclusion
|
|
65
|
+
* // OrganizationsEntityPath: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
63
68
|
* // },
|
|
64
69
|
* // };
|
|
65
70
|
*
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { DescribeCapacityBlockExtensionHistoryRequest, DescribeCapacityBlockExtensionHistoryResult } from "../models/models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeCapacityBlockExtensionHistoryCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandInput extends DescribeCapacityBlockExtensionHistoryRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeCapacityBlockExtensionHistoryCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeCapacityBlockExtensionHistoryCommandOutput extends DescribeCapacityBlockExtensionHistoryResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeCapacityBlockExtensionHistoryCommand_base: {
|
|
25
|
+
new (input: DescribeCapacityBlockExtensionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeCapacityBlockExtensionHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionHistoryCommandInput, DescribeCapacityBlockExtensionHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Describes the events for the specified Capacity Block extension during the specified
|
|
31
|
+
* time.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { EC2Client, DescribeCapacityBlockExtensionHistoryCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
36
|
+
* // const { EC2Client, DescribeCapacityBlockExtensionHistoryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
37
|
+
* const client = new EC2Client(config);
|
|
38
|
+
* const input = { // DescribeCapacityBlockExtensionHistoryRequest
|
|
39
|
+
* CapacityReservationIds: [ // CapacityReservationIdSet
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* MaxResults: Number("int"),
|
|
44
|
+
* Filters: [ // FilterList
|
|
45
|
+
* { // Filter
|
|
46
|
+
* Name: "STRING_VALUE",
|
|
47
|
+
* Values: [ // ValueStringList
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* ],
|
|
52
|
+
* DryRun: true || false,
|
|
53
|
+
* };
|
|
54
|
+
* const command = new DescribeCapacityBlockExtensionHistoryCommand(input);
|
|
55
|
+
* const response = await client.send(command);
|
|
56
|
+
* // { // DescribeCapacityBlockExtensionHistoryResult
|
|
57
|
+
* // CapacityBlockExtensions: [ // CapacityBlockExtensionSet
|
|
58
|
+
* // { // CapacityBlockExtension
|
|
59
|
+
* // CapacityReservationId: "STRING_VALUE",
|
|
60
|
+
* // InstanceType: "STRING_VALUE",
|
|
61
|
+
* // InstanceCount: Number("int"),
|
|
62
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
63
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
64
|
+
* // CapacityBlockExtensionOfferingId: "STRING_VALUE",
|
|
65
|
+
* // CapacityBlockExtensionDurationHours: Number("int"),
|
|
66
|
+
* // CapacityBlockExtensionStatus: "payment-pending" || "payment-failed" || "payment-succeeded",
|
|
67
|
+
* // CapacityBlockExtensionPurchaseDate: new Date("TIMESTAMP"),
|
|
68
|
+
* // CapacityBlockExtensionStartDate: new Date("TIMESTAMP"),
|
|
69
|
+
* // CapacityBlockExtensionEndDate: new Date("TIMESTAMP"),
|
|
70
|
+
* // UpfrontFee: "STRING_VALUE",
|
|
71
|
+
* // CurrencyCode: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // NextToken: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param DescribeCapacityBlockExtensionHistoryCommandInput - {@link DescribeCapacityBlockExtensionHistoryCommandInput}
|
|
80
|
+
* @returns {@link DescribeCapacityBlockExtensionHistoryCommandOutput}
|
|
81
|
+
* @see {@link DescribeCapacityBlockExtensionHistoryCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link DescribeCapacityBlockExtensionHistoryCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link EC2ServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
87
|
+
*
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export declare class DescribeCapacityBlockExtensionHistoryCommand extends DescribeCapacityBlockExtensionHistoryCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeCapacityBlockExtensionHistoryRequest;
|
|
95
|
+
output: DescribeCapacityBlockExtensionHistoryResult;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput;
|
|
99
|
+
output: DescribeCapacityBlockExtensionHistoryCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
+
import { DescribeCapacityBlockExtensionOfferingsRequest, DescribeCapacityBlockExtensionOfferingsResult } from "../models/models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DescribeCapacityBlockExtensionOfferingsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandInput extends DescribeCapacityBlockExtensionOfferingsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DescribeCapacityBlockExtensionOfferingsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DescribeCapacityBlockExtensionOfferingsCommandOutput extends DescribeCapacityBlockExtensionOfferingsResult, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DescribeCapacityBlockExtensionOfferingsCommand_base: {
|
|
25
|
+
new (input: DescribeCapacityBlockExtensionOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DescribeCapacityBlockExtensionOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCapacityBlockExtensionOfferingsCommandInput, DescribeCapacityBlockExtensionOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Describes Capacity Block extension offerings available for purchase in the Amazon Web Services Region
|
|
31
|
+
* that you're currently using.</p>
|
|
32
|
+
* @example
|
|
33
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
+
* ```javascript
|
|
35
|
+
* import { EC2Client, DescribeCapacityBlockExtensionOfferingsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
36
|
+
* // const { EC2Client, DescribeCapacityBlockExtensionOfferingsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
37
|
+
* const client = new EC2Client(config);
|
|
38
|
+
* const input = { // DescribeCapacityBlockExtensionOfferingsRequest
|
|
39
|
+
* DryRun: true || false,
|
|
40
|
+
* CapacityBlockExtensionDurationHours: Number("int"), // required
|
|
41
|
+
* CapacityReservationId: "STRING_VALUE", // required
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* MaxResults: Number("int"),
|
|
44
|
+
* };
|
|
45
|
+
* const command = new DescribeCapacityBlockExtensionOfferingsCommand(input);
|
|
46
|
+
* const response = await client.send(command);
|
|
47
|
+
* // { // DescribeCapacityBlockExtensionOfferingsResult
|
|
48
|
+
* // CapacityBlockExtensionOfferings: [ // CapacityBlockExtensionOfferingSet
|
|
49
|
+
* // { // CapacityBlockExtensionOffering
|
|
50
|
+
* // CapacityBlockExtensionOfferingId: "STRING_VALUE",
|
|
51
|
+
* // InstanceType: "STRING_VALUE",
|
|
52
|
+
* // InstanceCount: Number("int"),
|
|
53
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
54
|
+
* // AvailabilityZoneId: "STRING_VALUE",
|
|
55
|
+
* // StartDate: new Date("TIMESTAMP"),
|
|
56
|
+
* // CapacityBlockExtensionStartDate: new Date("TIMESTAMP"),
|
|
57
|
+
* // CapacityBlockExtensionEndDate: new Date("TIMESTAMP"),
|
|
58
|
+
* // CapacityBlockExtensionDurationHours: Number("int"),
|
|
59
|
+
* // UpfrontFee: "STRING_VALUE",
|
|
60
|
+
* // CurrencyCode: "STRING_VALUE",
|
|
61
|
+
* // Tenancy: "default" || "dedicated",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // NextToken: "STRING_VALUE",
|
|
65
|
+
* // };
|
|
66
|
+
*
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @param DescribeCapacityBlockExtensionOfferingsCommandInput - {@link DescribeCapacityBlockExtensionOfferingsCommandInput}
|
|
70
|
+
* @returns {@link DescribeCapacityBlockExtensionOfferingsCommandOutput}
|
|
71
|
+
* @see {@link DescribeCapacityBlockExtensionOfferingsCommandInput} for command's `input` shape.
|
|
72
|
+
* @see {@link DescribeCapacityBlockExtensionOfferingsCommandOutput} for command's `response` shape.
|
|
73
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link EC2ServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
77
|
+
*
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export declare class DescribeCapacityBlockExtensionOfferingsCommand extends DescribeCapacityBlockExtensionOfferingsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DescribeCapacityBlockExtensionOfferingsRequest;
|
|
85
|
+
output: DescribeCapacityBlockExtensionOfferingsResult;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput;
|
|
89
|
+
output: DescribeCapacityBlockExtensionOfferingsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
}
|
|
@@ -27,7 +27,8 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a
|
|
30
|
+
* <p>Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a
|
|
31
|
+
* specific instance type for a period of time.</p>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
34
|
* ```javascript
|
|
@@ -59,6 +60,7 @@ declare const DescribeCapacityBlockOfferingsCommand_base: {
|
|
|
59
60
|
* // UpfrontFee: "STRING_VALUE",
|
|
60
61
|
* // CurrencyCode: "STRING_VALUE",
|
|
61
62
|
* // Tenancy: "default" || "dedicated",
|
|
63
|
+
* // CapacityBlockDurationMinutes: Number("int"),
|
|
62
64
|
* // },
|
|
63
65
|
* // ],
|
|
64
66
|
* // NextToken: "STRING_VALUE",
|
|
@@ -27,9 +27,9 @@ declare const DescribeCapacityReservationBillingRequestsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes a request to assign the billing of the unused capacity of a Capacity
|
|
31
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/transfer-billing.html">
|
|
32
|
-
*
|
|
30
|
+
* <p>Describes a request to assign the billing of the unused capacity of a Capacity
|
|
31
|
+
* Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/transfer-billing.html"> Billing assignment for shared
|
|
32
|
+
* Amazon EC2 Capacity Reservations</a>.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -27,8 +27,9 @@ declare const DescribeCapacityReservationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describes one or more of your Capacity Reservations. The results describe only the
|
|
31
|
-
*
|
|
30
|
+
* <p>Describes one or more of your Capacity Reservations. The results describe only the
|
|
31
|
+
* Capacity Reservations in the Amazon Web Services Region that you're currently
|
|
32
|
+
* using.</p>
|
|
32
33
|
* @example
|
|
33
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
35
|
* ```javascript
|
|
@@ -69,7 +70,7 @@ declare const DescribeCapacityReservationsCommand_base: {
|
|
|
69
70
|
* // AvailableInstanceCount: Number("int"),
|
|
70
71
|
* // EbsOptimized: true || false,
|
|
71
72
|
* // EphemeralStorage: true || false,
|
|
72
|
-
* // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed",
|
|
73
|
+
* // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed" || "assessing" || "delayed" || "unsupported",
|
|
73
74
|
* // StartDate: new Date("TIMESTAMP"),
|
|
74
75
|
* // EndDate: new Date("TIMESTAMP"),
|
|
75
76
|
* // EndDateType: "unlimited" || "limited",
|
|
@@ -92,6 +93,11 @@ declare const DescribeCapacityReservationsCommand_base: {
|
|
|
92
93
|
* // ],
|
|
93
94
|
* // ReservationType: "default" || "capacity-block",
|
|
94
95
|
* // UnusedReservationBillingOwnerId: "STRING_VALUE",
|
|
96
|
+
* // CommitmentInfo: { // CapacityReservationCommitmentInfo
|
|
97
|
+
* // CommittedInstanceCount: Number("int"),
|
|
98
|
+
* // CommitmentEndDate: new Date("TIMESTAMP"),
|
|
99
|
+
* // },
|
|
100
|
+
* // DeliveryPreference: "fixed" || "incremental",
|
|
95
101
|
* // },
|
|
96
102
|
* // ],
|
|
97
103
|
* // };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeFpgaImageAttributeRequest
|
|
4
|
+
import { DescribeFpgaImageAttributeRequest } from "../models/models_3";
|
|
5
|
+
import { DescribeFpgaImageAttributeResult } from "../models/models_4";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/
|
|
4
|
+
import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_4";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeHostReservationOfferingsRequest } from "../models/
|
|
5
|
-
import { DescribeHostReservationOfferingsResult } from "../models/models_4";
|
|
4
|
+
import { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_4";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -73,6 +73,11 @@ declare const DescribeIpamResourceDiscoveriesCommand_base: {
|
|
|
73
73
|
* // Value: "STRING_VALUE",
|
|
74
74
|
* // },
|
|
75
75
|
* // ],
|
|
76
|
+
* // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
|
|
77
|
+
* // { // IpamOrganizationalUnitExclusion
|
|
78
|
+
* // OrganizationsEntityPath: "STRING_VALUE",
|
|
79
|
+
* // },
|
|
80
|
+
* // ],
|
|
76
81
|
* // },
|
|
77
82
|
* // ],
|
|
78
83
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeScheduledInstanceAvailabilityRequest
|
|
4
|
+
import { DescribeScheduledInstanceAvailabilityRequest } from "../models/models_4";
|
|
5
|
+
import { DescribeScheduledInstanceAvailabilityResult } from "../models/models_5";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } from "../models/
|
|
4
|
+
import { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeSecurityGroupReferencesRequest, DescribeSecurityGroupReferencesResult } from "../models/
|
|
4
|
+
import { DescribeSecurityGroupReferencesRequest, DescribeSecurityGroupReferencesResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/
|
|
4
|
+
import { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -27,7 +27,7 @@ declare const DescribeVpcBlockPublicAccessOptionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Describe VPC Block Public Access (BPA) options. VPC Block
|
|
30
|
+
* <p>Describe VPC Block Public Access (BPA) options. VPC Block Public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,10 +27,10 @@ declare const DisassociateCapacityReservationBillingOwnerCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Cancels a pending request to assign billing of the unused capacity of a Capacity
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
30
|
+
* <p>Cancels a pending request to assign billing of the unused capacity of a Capacity
|
|
31
|
+
* Reservation to a consumer account, or revokes a request that has already been accepted.
|
|
32
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html">Billing assignment for shared
|
|
33
|
+
* Amazon EC2 Capacity Reservations</a>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { EnableVgwRoutePropagationRequest } from "../models/
|
|
4
|
+
import { EnableVgwRoutePropagationRequest } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { EnableVolumeIORequest } from "../models/
|
|
4
|
+
import { EnableVolumeIORequest } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/
|
|
4
|
+
import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { EnableVpcClassicLinkDnsSupportRequest, EnableVpcClassicLinkDnsSupportResult } from "../models/
|
|
4
|
+
import { EnableVpcClassicLinkDnsSupportRequest, EnableVpcClassicLinkDnsSupportResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ExportClientVpnClientCertificateRevocationListRequest, ExportClientVpnClientCertificateRevocationListResult } from "../models/
|
|
4
|
+
import { ExportClientVpnClientCertificateRevocationListRequest, ExportClientVpnClientCertificateRevocationListResult } from "../models/models_6";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ExportClientVpnClientConfigurationRequest } from "../models/
|
|
5
|
-
import { ExportClientVpnClientConfigurationResult } from "../models/models_6";
|
|
4
|
+
import { ExportClientVpnClientConfigurationRequest, ExportClientVpnClientConfigurationResult } from "../models/models_6";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -27,9 +27,9 @@ declare const GetCapacityReservationUsageCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets usage information about a Capacity Reservation. If the Capacity Reservation is
|
|
31
|
-
* and each Amazon Web Services account that is currently using the shared capacity. If the Capacity
|
|
32
|
-
* the Capacity Reservation owner's usage.</p>
|
|
30
|
+
* <p>Gets usage information about a Capacity Reservation. If the Capacity Reservation is
|
|
31
|
+
* shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity
|
|
32
|
+
* Reservation is not shared, it shows only the Capacity Reservation owner's usage.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -50,7 +50,7 @@ declare const GetCapacityReservationUsageCommand_base: {
|
|
|
50
50
|
* // InstanceType: "STRING_VALUE",
|
|
51
51
|
* // TotalInstanceCount: Number("int"),
|
|
52
52
|
* // AvailableInstanceCount: Number("int"),
|
|
53
|
-
* // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed",
|
|
53
|
+
* // State: "active" || "expired" || "cancelled" || "pending" || "failed" || "scheduled" || "payment-pending" || "payment-failed" || "assessing" || "delayed" || "unsupported",
|
|
54
54
|
* // InstanceUsages: [ // InstanceUsageSet
|
|
55
55
|
* // { // InstanceUsage
|
|
56
56
|
* // AccountId: "STRING_VALUE",
|
|
@@ -62,6 +62,7 @@ declare const GetIpamDiscoveredAccountsCommand_base: {
|
|
|
62
62
|
* // },
|
|
63
63
|
* // LastAttemptedDiscoveryTime: new Date("TIMESTAMP"),
|
|
64
64
|
* // LastSuccessfulDiscoveryTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // OrganizationalUnitId: "STRING_VALUE",
|
|
65
66
|
* // },
|
|
66
67
|
* // ],
|
|
67
68
|
* // NextToken: "STRING_VALUE",
|
|
@@ -27,10 +27,39 @@ declare const ModifyCapacityReservationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
30
|
+
* <p>Modifies a Capacity Reservation's capacity, instance eligibility, and the conditions under
|
|
31
|
+
* which it is to be released. You can't modify a Capacity Reservation's instance type, EBS
|
|
32
|
+
* optimization, platform, instance store settings, Availability Zone, or tenancy. If you need
|
|
33
|
+
* to modify any of these attributes, we recommend that you cancel the Capacity Reservation,
|
|
34
|
+
* and then create a new one with the required attributes. For more information, see
|
|
35
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-modify.html">
|
|
36
|
+
* Modify an active Capacity Reservation</a>.</p>
|
|
37
|
+
* <p>The allowed modifications depend on the state of the Capacity Reservation:</p>
|
|
38
|
+
* <ul>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>assessing</code> or <code>scheduled</code> state - You can modify the tags only.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>pending</code> state - You can't modify the Capacity Reservation in any way.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>active</code> state but still within the commitment duration - You can't decrease the instance
|
|
50
|
+
* count or set an end date that is within the commitment duration. All other modifications are allowed.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>active</code> state with no commitment duration or elapsed commitment duration - All modifications
|
|
55
|
+
* are allowed.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>expired</code>, <code>cancelled</code>, <code>unsupported</code>, or <code>failed</code> state -
|
|
60
|
+
* You can't modify the Capacity Reservation in any way.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* </ul>
|
|
34
63
|
* @example
|
|
35
64
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
65
|
* ```javascript
|
|
@@ -28,10 +28,11 @@ declare const ModifyCapacityReservationFleetCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies a Capacity Reservation Fleet.</p>
|
|
31
|
-
* <p>When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet
|
|
32
|
-
* creates new Capacity Reservations, or modifies or cancels existing
|
|
33
|
-
* to meet the new total target capacity. When you
|
|
34
|
-
*
|
|
31
|
+
* <p>When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet
|
|
32
|
+
* automatically creates new Capacity Reservations, or modifies or cancels existing
|
|
33
|
+
* Capacity Reservations in the Fleet to meet the new total target capacity. When you
|
|
34
|
+
* modify the end date for the Fleet, the end dates for all of the individual Capacity
|
|
35
|
+
* Reservations in the Fleet are updated accordingly.</p>
|
|
35
36
|
* @example
|
|
36
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
38
|
* ```javascript
|
|
@@ -27,9 +27,10 @@ declare const ModifyInstanceCapacityReservationAttributesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to
|
|
31
|
-
* instance to target a specific Capacity Reservation, run in any
|
|
32
|
-
*
|
|
30
|
+
* <p>Modifies the Capacity Reservation settings for a stopped instance. Use this action to
|
|
31
|
+
* configure an instance to target a specific Capacity Reservation, run in any
|
|
32
|
+
* <code>open</code> Capacity Reservation with matching attributes, run in On-Demand
|
|
33
|
+
* Instance capacity, or only run in a Capacity Reservation.</p>
|
|
33
34
|
* @example
|
|
34
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
36
|
* ```javascript
|
|
@@ -48,6 +48,16 @@ declare const ModifyIpamResourceDiscoveryCommand_base: {
|
|
|
48
48
|
* RegionName: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
50
|
* ],
|
|
51
|
+
* AddOrganizationalUnitExclusions: [ // AddIpamOrganizationalUnitExclusionSet
|
|
52
|
+
* { // AddIpamOrganizationalUnitExclusion
|
|
53
|
+
* OrganizationsEntityPath: "STRING_VALUE",
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* RemoveOrganizationalUnitExclusions: [ // RemoveIpamOrganizationalUnitExclusionSet
|
|
57
|
+
* { // RemoveIpamOrganizationalUnitExclusion
|
|
58
|
+
* OrganizationsEntityPath: "STRING_VALUE",
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
51
61
|
* };
|
|
52
62
|
* const command = new ModifyIpamResourceDiscoveryCommand(input);
|
|
53
63
|
* const response = await client.send(command);
|
|
@@ -71,6 +81,11 @@ declare const ModifyIpamResourceDiscoveryCommand_base: {
|
|
|
71
81
|
* // Value: "STRING_VALUE",
|
|
72
82
|
* // },
|
|
73
83
|
* // ],
|
|
84
|
+
* // OrganizationalUnitExclusions: [ // IpamOrganizationalUnitExclusionSet
|
|
85
|
+
* // { // IpamOrganizationalUnitExclusion
|
|
86
|
+
* // OrganizationsEntityPath: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // ],
|
|
74
89
|
* // },
|
|
75
90
|
* // };
|
|
76
91
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/
|
|
4
|
+
import { ModifyTrafficMirrorFilterNetworkServicesRequest, ModifyTrafficMirrorFilterNetworkServicesResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/
|
|
4
|
+
import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_7";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|