@aws-sdk/client-ec2 3.1076.0 → 3.1077.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 +7 -0
- package/dist-cjs/index.js +72 -7
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/ModifyVpcEndpointPayerResponsibilityCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/models/models_8.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +41 -4
- package/dist-types/EC2.d.ts +7 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +86 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +23 -0
- package/dist-types/models/models_2.d.ts +22 -25
- package/dist-types/models/models_3.d.ts +24 -17
- package/dist-types/models/models_4.d.ts +20 -132
- package/dist-types/models/models_5.d.ts +137 -44
- package/dist-types/models/models_6.d.ts +44 -13
- package/dist-types/models/models_7.d.ts +62 -15
- package/dist-types/models/models_8.d.ts +11 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/EC2.d.ts +23 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +11 -0
- package/dist-types/ts3.4/models/models_2.d.ts +7 -5
- package/dist-types/ts3.4/models/models_3.d.ts +5 -4
- package/dist-types/ts3.4/models/models_4.d.ts +5 -25
- package/dist-types/ts3.4/models/models_5.d.ts +30 -10
- package/dist-types/ts3.4/models/models_6.d.ts +13 -5
- package/dist-types/ts3.4/models/models_7.d.ts +19 -4
- package/dist-types/ts3.4/models/models_8.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +8 -10
|
@@ -4,7 +4,6 @@ import type { EC2ClientConfig } from "./EC2Client";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsEc2QueryProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -1849,6 +1849,8 @@ export declare var ModifyVpcEncryptionControlRequest$: StaticStructureSchema;
|
|
|
1849
1849
|
export declare var ModifyVpcEncryptionControlResult$: StaticStructureSchema;
|
|
1850
1850
|
export declare var ModifyVpcEndpointConnectionNotificationRequest$: StaticStructureSchema;
|
|
1851
1851
|
export declare var ModifyVpcEndpointConnectionNotificationResult$: StaticStructureSchema;
|
|
1852
|
+
export declare var ModifyVpcEndpointPayerResponsibilityRequest$: StaticStructureSchema;
|
|
1853
|
+
export declare var ModifyVpcEndpointPayerResponsibilityResult$: StaticStructureSchema;
|
|
1852
1854
|
export declare var ModifyVpcEndpointRequest$: StaticStructureSchema;
|
|
1853
1855
|
export declare var ModifyVpcEndpointResult$: StaticStructureSchema;
|
|
1854
1856
|
export declare var ModifyVpcEndpointServiceConfigurationRequest$: StaticStructureSchema;
|
|
@@ -1925,6 +1927,7 @@ export declare var PathFilter$: StaticStructureSchema;
|
|
|
1925
1927
|
export declare var PathRequestFilter$: StaticStructureSchema;
|
|
1926
1928
|
export declare var PathStatement$: StaticStructureSchema;
|
|
1927
1929
|
export declare var PathStatementRequest$: StaticStructureSchema;
|
|
1930
|
+
export declare var PayerResponsibilityEntry$: StaticStructureSchema;
|
|
1928
1931
|
export declare var PciId$: StaticStructureSchema;
|
|
1929
1932
|
export declare var PeeringAttachmentStatus$: StaticStructureSchema;
|
|
1930
1933
|
export declare var PeeringConnectionOptions$: StaticStructureSchema;
|
|
@@ -3085,6 +3088,7 @@ export declare var ModifyVpcBlockPublicAccessOptions$: StaticOperationSchema;
|
|
|
3085
3088
|
export declare var ModifyVpcEncryptionControl$: StaticOperationSchema;
|
|
3086
3089
|
export declare var ModifyVpcEndpoint$: StaticOperationSchema;
|
|
3087
3090
|
export declare var ModifyVpcEndpointConnectionNotification$: StaticOperationSchema;
|
|
3091
|
+
export declare var ModifyVpcEndpointPayerResponsibility$: StaticOperationSchema;
|
|
3088
3092
|
export declare var ModifyVpcEndpointServiceConfiguration$: StaticOperationSchema;
|
|
3089
3093
|
export declare var ModifyVpcEndpointServicePayerResponsibility$: StaticOperationSchema;
|
|
3090
3094
|
export declare var ModifyVpcEndpointServicePermissions$: StaticOperationSchema;
|
|
@@ -2725,6 +2725,10 @@ import {
|
|
|
2725
2725
|
ModifyVpcEndpointConnectionNotificationCommandInput,
|
|
2726
2726
|
ModifyVpcEndpointConnectionNotificationCommandOutput,
|
|
2727
2727
|
} from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
|
|
2728
|
+
import {
|
|
2729
|
+
ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
2730
|
+
ModifyVpcEndpointPayerResponsibilityCommandOutput,
|
|
2731
|
+
} from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
|
|
2728
2732
|
import {
|
|
2729
2733
|
ModifyVpcEndpointServiceConfigurationCommandInput,
|
|
2730
2734
|
ModifyVpcEndpointServiceConfigurationCommandOutput,
|
|
@@ -13139,6 +13143,25 @@ export interface EC2 {
|
|
|
13139
13143
|
data?: ModifyVpcEndpointConnectionNotificationCommandOutput
|
|
13140
13144
|
) => void
|
|
13141
13145
|
): void;
|
|
13146
|
+
modifyVpcEndpointPayerResponsibility(
|
|
13147
|
+
args: ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
13148
|
+
options?: __HttpHandlerOptions
|
|
13149
|
+
): Promise<ModifyVpcEndpointPayerResponsibilityCommandOutput>;
|
|
13150
|
+
modifyVpcEndpointPayerResponsibility(
|
|
13151
|
+
args: ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
13152
|
+
cb: (
|
|
13153
|
+
err: any,
|
|
13154
|
+
data?: ModifyVpcEndpointPayerResponsibilityCommandOutput
|
|
13155
|
+
) => void
|
|
13156
|
+
): void;
|
|
13157
|
+
modifyVpcEndpointPayerResponsibility(
|
|
13158
|
+
args: ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
13159
|
+
options: __HttpHandlerOptions,
|
|
13160
|
+
cb: (
|
|
13161
|
+
err: any,
|
|
13162
|
+
data?: ModifyVpcEndpointPayerResponsibilityCommandOutput
|
|
13163
|
+
) => void
|
|
13164
|
+
): void;
|
|
13142
13165
|
modifyVpcEndpointServiceConfiguration(
|
|
13143
13166
|
args: ModifyVpcEndpointServiceConfigurationCommandInput,
|
|
13144
13167
|
options?: __HttpHandlerOptions
|
|
@@ -2756,6 +2756,10 @@ import {
|
|
|
2756
2756
|
ModifyVpcEndpointConnectionNotificationCommandInput,
|
|
2757
2757
|
ModifyVpcEndpointConnectionNotificationCommandOutput,
|
|
2758
2758
|
} from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
|
|
2759
|
+
import {
|
|
2760
|
+
ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
2761
|
+
ModifyVpcEndpointPayerResponsibilityCommandOutput,
|
|
2762
|
+
} from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
|
|
2759
2763
|
import {
|
|
2760
2764
|
ModifyVpcEndpointServiceConfigurationCommandInput,
|
|
2761
2765
|
ModifyVpcEndpointServiceConfigurationCommandOutput,
|
|
@@ -3800,6 +3804,7 @@ export type ServiceInputTypes =
|
|
|
3800
3804
|
| ModifyVpcEncryptionControlCommandInput
|
|
3801
3805
|
| ModifyVpcEndpointCommandInput
|
|
3802
3806
|
| ModifyVpcEndpointConnectionNotificationCommandInput
|
|
3807
|
+
| ModifyVpcEndpointPayerResponsibilityCommandInput
|
|
3803
3808
|
| ModifyVpcEndpointServiceConfigurationCommandInput
|
|
3804
3809
|
| ModifyVpcEndpointServicePayerResponsibilityCommandInput
|
|
3805
3810
|
| ModifyVpcEndpointServicePermissionsCommandInput
|
|
@@ -4570,6 +4575,7 @@ export type ServiceOutputTypes =
|
|
|
4570
4575
|
| ModifyVpcEncryptionControlCommandOutput
|
|
4571
4576
|
| ModifyVpcEndpointCommandOutput
|
|
4572
4577
|
| ModifyVpcEndpointConnectionNotificationCommandOutput
|
|
4578
|
+
| ModifyVpcEndpointPayerResponsibilityCommandOutput
|
|
4573
4579
|
| ModifyVpcEndpointServiceConfigurationCommandOutput
|
|
4574
4580
|
| ModifyVpcEndpointServicePayerResponsibilityCommandOutput
|
|
4575
4581
|
| ModifyVpcEndpointServicePermissionsCommandOutput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DeleteSecurityGroupRequest,
|
|
10
|
+
DeleteSecurityGroupResult,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface DeleteSecurityGroupCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
DescribeImportImageTasksResult,
|
|
11
|
-
} from "../models/models_3";
|
|
8
|
+
import { DescribeImportImageTasksRequest } from "../models/models_3";
|
|
9
|
+
import { DescribeImportImageTasksResult } from "../models/models_4";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface DescribeImportImageTasksCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
ModifyIpamResourceDiscoveryResult,
|
|
11
|
-
} from "../models/models_6";
|
|
8
|
+
import { ModifyIpamResourceDiscoveryRequest } from "../models/models_6";
|
|
9
|
+
import { ModifyIpamResourceDiscoveryResult } from "../models/models_7";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface ModifyIpamResourceDiscoveryCommandInput
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EC2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../EC2Client";
|
|
8
|
+
import {
|
|
9
|
+
ModifyVpcEndpointPayerResponsibilityRequest,
|
|
10
|
+
ModifyVpcEndpointPayerResponsibilityResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ModifyVpcEndpointPayerResponsibilityCommandInput
|
|
15
|
+
extends ModifyVpcEndpointPayerResponsibilityRequest {}
|
|
16
|
+
export interface ModifyVpcEndpointPayerResponsibilityCommandOutput
|
|
17
|
+
extends ModifyVpcEndpointPayerResponsibilityResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ModifyVpcEndpointPayerResponsibilityCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ModifyVpcEndpointPayerResponsibilityCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
24
|
+
ModifyVpcEndpointPayerResponsibilityCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ModifyVpcEndpointPayerResponsibilityCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ModifyVpcEndpointPayerResponsibilityCommandInput,
|
|
33
|
+
ModifyVpcEndpointPayerResponsibilityCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ModifyVpcEndpointPayerResponsibilityCommand extends ModifyVpcEndpointPayerResponsibilityCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ModifyVpcEndpointPayerResponsibilityRequest;
|
|
46
|
+
output: ModifyVpcEndpointPayerResponsibilityResult;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ModifyVpcEndpointPayerResponsibilityCommandInput;
|
|
50
|
+
output: ModifyVpcEndpointPayerResponsibilityCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
WithdrawByoipCidrResult,
|
|
11
|
-
} from "../models/models_7";
|
|
8
|
+
import { WithdrawByoipCidrRequest } from "../models/models_7";
|
|
9
|
+
import { WithdrawByoipCidrResult } from "../models/models_8";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface WithdrawByoipCidrCommandInput
|
|
@@ -678,6 +678,7 @@ export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
|
|
|
678
678
|
export * from "./ModifyVpcEncryptionControlCommand";
|
|
679
679
|
export * from "./ModifyVpcEndpointCommand";
|
|
680
680
|
export * from "./ModifyVpcEndpointConnectionNotificationCommand";
|
|
681
|
+
export * from "./ModifyVpcEndpointPayerResponsibilityCommand";
|
|
681
682
|
export * from "./ModifyVpcEndpointServiceConfigurationCommand";
|
|
682
683
|
export * from "./ModifyVpcEndpointServicePayerResponsibilityCommand";
|
|
683
684
|
export * from "./ModifyVpcEndpointServicePermissionsCommand";
|
|
@@ -3281,6 +3281,17 @@ export declare const VpcEndpointType: {
|
|
|
3281
3281
|
};
|
|
3282
3282
|
export type VpcEndpointType =
|
|
3283
3283
|
(typeof VpcEndpointType)[keyof typeof VpcEndpointType];
|
|
3284
|
+
export declare const PayerResponsibilityType: {
|
|
3285
|
+
readonly VpcEndpointAccount: "vpc-endpoint-account";
|
|
3286
|
+
readonly VpcEndpointServiceAccount: "vpc-endpoint-service-account";
|
|
3287
|
+
};
|
|
3288
|
+
export type PayerResponsibilityType =
|
|
3289
|
+
(typeof PayerResponsibilityType)[keyof typeof PayerResponsibilityType];
|
|
3290
|
+
export declare const PayerResponsibilityScope: {
|
|
3291
|
+
readonly VpcEndpointCharges: "vpc-endpoint-charges";
|
|
3292
|
+
};
|
|
3293
|
+
export type PayerResponsibilityScope =
|
|
3294
|
+
(typeof PayerResponsibilityScope)[keyof typeof PayerResponsibilityScope];
|
|
3284
3295
|
export declare const State: {
|
|
3285
3296
|
readonly Available: "Available";
|
|
3286
3297
|
readonly Deleted: "Deleted";
|
|
@@ -28,6 +28,8 @@ import {
|
|
|
28
28
|
LaunchTemplateErrorCode,
|
|
29
29
|
MulticastSupportValue,
|
|
30
30
|
PayerResponsibility,
|
|
31
|
+
PayerResponsibilityScope,
|
|
32
|
+
PayerResponsibilityType,
|
|
31
33
|
ProtocolValue,
|
|
32
34
|
RouteOrigin,
|
|
33
35
|
RouteServerPeerState,
|
|
@@ -1207,6 +1209,10 @@ export interface LastError {
|
|
|
1207
1209
|
Message?: string | undefined;
|
|
1208
1210
|
Code?: string | undefined;
|
|
1209
1211
|
}
|
|
1212
|
+
export interface PayerResponsibilityEntry {
|
|
1213
|
+
Scope?: PayerResponsibilityScope | undefined;
|
|
1214
|
+
PayerResponsibilityType?: PayerResponsibilityType | undefined;
|
|
1215
|
+
}
|
|
1210
1216
|
export interface VpcEndpoint {
|
|
1211
1217
|
VpcEndpointId?: string | undefined;
|
|
1212
1218
|
VpcEndpointType?: VpcEndpointType | undefined;
|
|
@@ -1233,6 +1239,7 @@ export interface VpcEndpoint {
|
|
|
1233
1239
|
ServiceNetworkArn?: string | undefined;
|
|
1234
1240
|
ResourceConfigurationArn?: string | undefined;
|
|
1235
1241
|
ServiceRegion?: string | undefined;
|
|
1242
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
1236
1243
|
}
|
|
1237
1244
|
export interface CreateVpcEndpointResult {
|
|
1238
1245
|
VpcEndpoint?: VpcEndpoint | undefined;
|
|
@@ -1981,8 +1988,3 @@ export interface DeleteSecondarySubnetResult {
|
|
|
1981
1988
|
SecondarySubnet?: SecondarySubnet | undefined;
|
|
1982
1989
|
ClientToken?: string | undefined;
|
|
1983
1990
|
}
|
|
1984
|
-
export interface DeleteSecurityGroupRequest {
|
|
1985
|
-
GroupId?: string | undefined;
|
|
1986
|
-
GroupName?: string | undefined;
|
|
1987
|
-
DryRun?: boolean | undefined;
|
|
1988
|
-
}
|
|
@@ -140,6 +140,11 @@ import {
|
|
|
140
140
|
VerifiedAccessGroup,
|
|
141
141
|
VpcBlockPublicAccessExclusion,
|
|
142
142
|
} from "./models_2";
|
|
143
|
+
export interface DeleteSecurityGroupRequest {
|
|
144
|
+
GroupId?: string | undefined;
|
|
145
|
+
GroupName?: string | undefined;
|
|
146
|
+
DryRun?: boolean | undefined;
|
|
147
|
+
}
|
|
143
148
|
export interface DeleteSecurityGroupResult {
|
|
144
149
|
Return?: boolean | undefined;
|
|
145
150
|
GroupId?: string | undefined;
|
|
@@ -1894,7 +1899,3 @@ export interface ImportImageTask {
|
|
|
1894
1899
|
UsageOperation?: string | undefined;
|
|
1895
1900
|
BootMode?: BootModeValues | undefined;
|
|
1896
1901
|
}
|
|
1897
|
-
export interface DescribeImportImageTasksResult {
|
|
1898
|
-
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
1899
|
-
NextToken?: string | undefined;
|
|
1900
|
-
}
|
|
@@ -78,8 +78,6 @@ import {
|
|
|
78
78
|
ServiceLinkVirtualInterfaceConfigurationState,
|
|
79
79
|
SnapshotAttributeName,
|
|
80
80
|
SnapshotState,
|
|
81
|
-
SpotInstanceState,
|
|
82
|
-
SpotInstanceType,
|
|
83
81
|
SqlServerLicenseUsage,
|
|
84
82
|
StatusName,
|
|
85
83
|
StatusType,
|
|
@@ -162,7 +160,6 @@ import {
|
|
|
162
160
|
SecondarySubnet,
|
|
163
161
|
Snapshot,
|
|
164
162
|
SpotDatafeedSubscription,
|
|
165
|
-
SpotInstanceStateFault,
|
|
166
163
|
} from "./models_2";
|
|
167
164
|
import {
|
|
168
165
|
Byoasn,
|
|
@@ -170,10 +167,15 @@ import {
|
|
|
170
167
|
Filter,
|
|
171
168
|
IdFormat,
|
|
172
169
|
ImageWatermark,
|
|
170
|
+
ImportImageTask,
|
|
173
171
|
InstanceTagNotificationAttribute,
|
|
174
172
|
ProductCode,
|
|
175
173
|
UserBucketDetails,
|
|
176
174
|
} from "./models_3";
|
|
175
|
+
export interface DescribeImportImageTasksResult {
|
|
176
|
+
ImportImageTasks?: ImportImageTask[] | undefined;
|
|
177
|
+
NextToken?: string | undefined;
|
|
178
|
+
}
|
|
177
179
|
export interface DescribeImportSnapshotTasksRequest {
|
|
178
180
|
DryRun?: boolean | undefined;
|
|
179
181
|
Filters?: Filter[] | undefined;
|
|
@@ -2175,25 +2177,3 @@ export interface SpotInstanceStatus {
|
|
|
2175
2177
|
Message?: string | undefined;
|
|
2176
2178
|
UpdateTime?: Date | undefined;
|
|
2177
2179
|
}
|
|
2178
|
-
export interface SpotInstanceRequest {
|
|
2179
|
-
ActualBlockHourlyPrice?: string | undefined;
|
|
2180
|
-
AvailabilityZoneGroup?: string | undefined;
|
|
2181
|
-
BlockDurationMinutes?: number | undefined;
|
|
2182
|
-
CreateTime?: Date | undefined;
|
|
2183
|
-
Fault?: SpotInstanceStateFault | undefined;
|
|
2184
|
-
InstanceId?: string | undefined;
|
|
2185
|
-
LaunchGroup?: string | undefined;
|
|
2186
|
-
LaunchSpecification?: LaunchSpecification | undefined;
|
|
2187
|
-
LaunchedAvailabilityZone?: string | undefined;
|
|
2188
|
-
LaunchedAvailabilityZoneId?: string | undefined;
|
|
2189
|
-
ProductDescription?: RIProductDescription | undefined;
|
|
2190
|
-
SpotInstanceRequestId?: string | undefined;
|
|
2191
|
-
SpotPrice?: string | undefined;
|
|
2192
|
-
State?: SpotInstanceState | undefined;
|
|
2193
|
-
Status?: SpotInstanceStatus | undefined;
|
|
2194
|
-
Tags?: Tag[] | undefined;
|
|
2195
|
-
Type?: SpotInstanceType | undefined;
|
|
2196
|
-
ValidFrom?: Date | undefined;
|
|
2197
|
-
ValidUntil?: Date | undefined;
|
|
2198
|
-
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
2199
|
-
}
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
ImageBlockPublicAccessDisabledState,
|
|
14
14
|
ImageBlockPublicAccessEnabledState,
|
|
15
15
|
InitializationType,
|
|
16
|
+
InstanceInterruptionBehavior,
|
|
16
17
|
InternetGatewayBlockMode,
|
|
17
18
|
IpAddressType,
|
|
18
19
|
ManagedBy,
|
|
@@ -25,6 +26,8 @@ import {
|
|
|
25
26
|
SecurityGroupVpcAssociationState,
|
|
26
27
|
ServiceConnectivityType,
|
|
27
28
|
SnapshotBlockPublicAccessState,
|
|
29
|
+
SpotInstanceState,
|
|
30
|
+
SpotInstanceType,
|
|
28
31
|
State,
|
|
29
32
|
StatisticType,
|
|
30
33
|
TransitGatewayAssociationState,
|
|
@@ -76,8 +79,10 @@ import { Vpc, VpcEncryptionControl } from "./models_1";
|
|
|
76
79
|
import {
|
|
77
80
|
ConnectionNotification,
|
|
78
81
|
DnsEntry,
|
|
82
|
+
PayerResponsibilityEntry,
|
|
79
83
|
ServiceConfiguration,
|
|
80
84
|
ServiceTypeDetail,
|
|
85
|
+
SpotInstanceStateFault,
|
|
81
86
|
TrafficMirrorFilter,
|
|
82
87
|
TrafficMirrorFilterRule,
|
|
83
88
|
TrafficMirrorSession,
|
|
@@ -107,9 +112,32 @@ import {
|
|
|
107
112
|
} from "./models_3";
|
|
108
113
|
import {
|
|
109
114
|
AttributeBooleanValue,
|
|
115
|
+
LaunchSpecification,
|
|
110
116
|
RegisteredInstance,
|
|
111
|
-
|
|
117
|
+
SpotInstanceStatus,
|
|
112
118
|
} from "./models_4";
|
|
119
|
+
export interface SpotInstanceRequest {
|
|
120
|
+
ActualBlockHourlyPrice?: string | undefined;
|
|
121
|
+
AvailabilityZoneGroup?: string | undefined;
|
|
122
|
+
BlockDurationMinutes?: number | undefined;
|
|
123
|
+
CreateTime?: Date | undefined;
|
|
124
|
+
Fault?: SpotInstanceStateFault | undefined;
|
|
125
|
+
InstanceId?: string | undefined;
|
|
126
|
+
LaunchGroup?: string | undefined;
|
|
127
|
+
LaunchSpecification?: LaunchSpecification | undefined;
|
|
128
|
+
LaunchedAvailabilityZone?: string | undefined;
|
|
129
|
+
LaunchedAvailabilityZoneId?: string | undefined;
|
|
130
|
+
ProductDescription?: RIProductDescription | undefined;
|
|
131
|
+
SpotInstanceRequestId?: string | undefined;
|
|
132
|
+
SpotPrice?: string | undefined;
|
|
133
|
+
State?: SpotInstanceState | undefined;
|
|
134
|
+
Status?: SpotInstanceStatus | undefined;
|
|
135
|
+
Tags?: Tag[] | undefined;
|
|
136
|
+
Type?: SpotInstanceType | undefined;
|
|
137
|
+
ValidFrom?: Date | undefined;
|
|
138
|
+
ValidUntil?: Date | undefined;
|
|
139
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
140
|
+
}
|
|
113
141
|
export interface DescribeSpotInstanceRequestsResult {
|
|
114
142
|
SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
|
|
115
143
|
NextToken?: string | undefined;
|
|
@@ -739,6 +767,7 @@ export interface VpcEndpointConnection {
|
|
|
739
767
|
VpcEndpointConnectionId?: string | undefined;
|
|
740
768
|
Tags?: Tag[] | undefined;
|
|
741
769
|
VpcEndpointRegion?: string | undefined;
|
|
770
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
742
771
|
}
|
|
743
772
|
export interface DescribeVpcEndpointConnectionsResult {
|
|
744
773
|
VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
|
|
@@ -1646,12 +1675,3 @@ export interface MetricPoint {
|
|
|
1646
1675
|
Value?: number | undefined;
|
|
1647
1676
|
Status?: string | undefined;
|
|
1648
1677
|
}
|
|
1649
|
-
export interface DataResponse {
|
|
1650
|
-
Id?: string | undefined;
|
|
1651
|
-
Source?: string | undefined;
|
|
1652
|
-
Destination?: string | undefined;
|
|
1653
|
-
Metric?: MetricType | undefined;
|
|
1654
|
-
Statistic?: StatisticType | undefined;
|
|
1655
|
-
Period?: PeriodType | undefined;
|
|
1656
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
1657
|
-
}
|
|
@@ -62,11 +62,13 @@ import {
|
|
|
62
62
|
ManagedResourceDefaultVisibility,
|
|
63
63
|
MetadataDefaultHttpTokensState,
|
|
64
64
|
Metric,
|
|
65
|
+
MetricType,
|
|
65
66
|
ModifyAvailabilityZoneOptInStatus,
|
|
66
67
|
NestedVirtualizationSpecification,
|
|
67
68
|
OperationType,
|
|
68
69
|
PartitionLoadFrequency,
|
|
69
70
|
PaymentOption,
|
|
71
|
+
PeriodType,
|
|
70
72
|
PermissionGroup,
|
|
71
73
|
PlatformValues,
|
|
72
74
|
ReservationEndDateType,
|
|
@@ -78,6 +80,7 @@ import {
|
|
|
78
80
|
ShutdownBehavior,
|
|
79
81
|
SnapshotBlockPublicAccessState,
|
|
80
82
|
SSEType,
|
|
83
|
+
StatisticType,
|
|
81
84
|
TargetCapacityUnitType,
|
|
82
85
|
TransitGatewayAssociationState,
|
|
83
86
|
TransitGatewayAttachmentResourceType,
|
|
@@ -122,7 +125,6 @@ import {
|
|
|
122
125
|
IpamPrefixListResolver,
|
|
123
126
|
IpamPrefixListResolverRuleRequest,
|
|
124
127
|
IpamPrefixListResolverTarget,
|
|
125
|
-
IpamResourceDiscovery,
|
|
126
128
|
IpamResourceTag,
|
|
127
129
|
NetworkInsightsAccessScopeContent,
|
|
128
130
|
Placement,
|
|
@@ -150,7 +152,16 @@ import {
|
|
|
150
152
|
InstanceStatusEvent,
|
|
151
153
|
SnapshotTaskDetail,
|
|
152
154
|
} from "./models_4";
|
|
153
|
-
import {
|
|
155
|
+
import { MetricPoint, RouteServerPropagation } from "./models_5";
|
|
156
|
+
export interface DataResponse {
|
|
157
|
+
Id?: string | undefined;
|
|
158
|
+
Source?: string | undefined;
|
|
159
|
+
Destination?: string | undefined;
|
|
160
|
+
Metric?: MetricType | undefined;
|
|
161
|
+
Statistic?: StatisticType | undefined;
|
|
162
|
+
Period?: PeriodType | undefined;
|
|
163
|
+
MetricPoints?: MetricPoint[] | undefined;
|
|
164
|
+
}
|
|
154
165
|
export interface GetAwsNetworkPerformanceDataResult {
|
|
155
166
|
DataResponses?: DataResponse[] | undefined;
|
|
156
167
|
NextToken?: string | undefined;
|
|
@@ -1893,6 +1904,3 @@ export interface ModifyIpamResourceDiscoveryRequest {
|
|
|
1893
1904
|
| RemoveIpamOrganizationalUnitExclusion[]
|
|
1894
1905
|
| undefined;
|
|
1895
1906
|
}
|
|
1896
|
-
export interface ModifyIpamResourceDiscoveryResult {
|
|
1897
|
-
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
1898
|
-
}
|
|
@@ -36,6 +36,8 @@ import {
|
|
|
36
36
|
NestedVirtualizationSpecification,
|
|
37
37
|
OperationType,
|
|
38
38
|
PayerResponsibility,
|
|
39
|
+
PayerResponsibilityScope,
|
|
40
|
+
PayerResponsibilityType,
|
|
39
41
|
PublicIpDnsOption,
|
|
40
42
|
ReportInstanceReasonCodes,
|
|
41
43
|
ReportStatusType,
|
|
@@ -101,6 +103,7 @@ import {
|
|
|
101
103
|
ExternalAuthorityConfiguration,
|
|
102
104
|
IcmpTypeCode,
|
|
103
105
|
InstanceIpv6Address,
|
|
106
|
+
IpamResourceDiscovery,
|
|
104
107
|
IpamScope,
|
|
105
108
|
LaunchTemplate,
|
|
106
109
|
LocalGatewayRoute,
|
|
@@ -113,6 +116,7 @@ import {
|
|
|
113
116
|
import {
|
|
114
117
|
DnsOptionsSpecification,
|
|
115
118
|
IKEVersionsRequestListValue,
|
|
119
|
+
PayerResponsibilityEntry,
|
|
116
120
|
Phase1DHGroupNumbersRequestListValue,
|
|
117
121
|
Phase1EncryptionAlgorithmsRequestListValue,
|
|
118
122
|
Phase1IntegrityAlgorithmsRequestListValue,
|
|
@@ -158,10 +162,10 @@ import {
|
|
|
158
162
|
RunInstancesMonitoringEnabled,
|
|
159
163
|
ScheduledInstance,
|
|
160
164
|
SpotFleetRequestConfigData,
|
|
161
|
-
SpotInstanceRequest,
|
|
162
165
|
SpotPlacement,
|
|
163
166
|
} from "./models_4";
|
|
164
167
|
import {
|
|
168
|
+
SpotInstanceRequest,
|
|
165
169
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
166
170
|
VolumeModification,
|
|
167
171
|
VpcBlockPublicAccessOptions,
|
|
@@ -173,6 +177,9 @@ import {
|
|
|
173
177
|
ManagedResourceVisibilitySettings,
|
|
174
178
|
Purchase,
|
|
175
179
|
} from "./models_6";
|
|
180
|
+
export interface ModifyIpamResourceDiscoveryResult {
|
|
181
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
182
|
+
}
|
|
176
183
|
export interface ModifyIpamScopeRequest {
|
|
177
184
|
DryRun?: boolean | undefined;
|
|
178
185
|
IpamScopeId: string | undefined;
|
|
@@ -702,6 +709,17 @@ export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
|
702
709
|
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
703
710
|
ReturnValue?: boolean | undefined;
|
|
704
711
|
}
|
|
712
|
+
export interface ModifyVpcEndpointPayerResponsibilityRequest {
|
|
713
|
+
DryRun?: boolean | undefined;
|
|
714
|
+
ServiceId?: string | undefined;
|
|
715
|
+
VpcEndpointId: string | undefined;
|
|
716
|
+
PayerResponsibility: PayerResponsibilityType | undefined;
|
|
717
|
+
Scope: PayerResponsibilityScope | undefined;
|
|
718
|
+
}
|
|
719
|
+
export interface ModifyVpcEndpointPayerResponsibilityResult {
|
|
720
|
+
VpcEndpointId?: string | undefined;
|
|
721
|
+
PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
|
|
722
|
+
}
|
|
705
723
|
export interface ModifyVpcEndpointServiceConfigurationRequest {
|
|
706
724
|
DryRun?: boolean | undefined;
|
|
707
725
|
ServiceId: string | undefined;
|
|
@@ -1885,6 +1903,3 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1885
1903
|
Cidr: string | undefined;
|
|
1886
1904
|
DryRun?: boolean | undefined;
|
|
1887
1905
|
}
|
|
1888
|
-
export interface WithdrawByoipCidrResult {
|
|
1889
|
-
ByoipCidr?: ByoipCidr | undefined;
|
|
1890
|
-
}
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EC2ClientConfig } from "./EC2Client";
|
|
2
2
|
export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|