@aws-sdk/client-ec2 3.695.0 → 3.696.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 +48 -0
- package/dist-cjs/index.js +551 -19
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +395 -2
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +66 -80
- package/dist-types/models/models_2.d.ts +220 -106
- package/dist-types/models/models_3.d.ts +155 -371
- package/dist-types/models/models_4.d.ts +423 -401
- package/dist-types/models/models_5.d.ts +567 -506
- package/dist-types/models/models_6.d.ts +3268 -3187
- package/dist-types/models/models_7.d.ts +502 -28
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -15
- package/dist-types/ts3.4/models/models_2.d.ts +56 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -69
- package/dist-types/ts3.4/models/models_4.d.ts +70 -70
- package/dist-types/ts3.4/models/models_5.d.ts +111 -101
- package/dist-types/ts3.4/models/models_6.d.ts +100 -102
- package/dist-types/ts3.4/models/models_7.d.ts +124 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -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
|
+
DescribeVpcBlockPublicAccessExclusionsRequest,
|
|
10
|
+
DescribeVpcBlockPublicAccessExclusionsResult,
|
|
11
|
+
} from "../models/models_5";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeVpcBlockPublicAccessExclusionsCommandInput
|
|
15
|
+
extends DescribeVpcBlockPublicAccessExclusionsRequest {}
|
|
16
|
+
export interface DescribeVpcBlockPublicAccessExclusionsCommandOutput
|
|
17
|
+
extends DescribeVpcBlockPublicAccessExclusionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeVpcBlockPublicAccessExclusionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeVpcBlockPublicAccessExclusionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeVpcBlockPublicAccessExclusionsCommandInput,
|
|
24
|
+
DescribeVpcBlockPublicAccessExclusionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeVpcBlockPublicAccessExclusionsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeVpcBlockPublicAccessExclusionsCommandInput,
|
|
33
|
+
DescribeVpcBlockPublicAccessExclusionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeVpcBlockPublicAccessExclusionsCommand extends DescribeVpcBlockPublicAccessExclusionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeVpcBlockPublicAccessExclusionsRequest;
|
|
44
|
+
output: DescribeVpcBlockPublicAccessExclusionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeVpcBlockPublicAccessExclusionsCommandInput;
|
|
48
|
+
output: DescribeVpcBlockPublicAccessExclusionsCommandOutput;
|
|
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
|
+
DescribeVpcBlockPublicAccessOptionsRequest,
|
|
10
|
+
DescribeVpcBlockPublicAccessOptionsResult,
|
|
11
|
+
} from "../models/models_5";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeVpcBlockPublicAccessOptionsCommandInput
|
|
15
|
+
extends DescribeVpcBlockPublicAccessOptionsRequest {}
|
|
16
|
+
export interface DescribeVpcBlockPublicAccessOptionsCommandOutput
|
|
17
|
+
extends DescribeVpcBlockPublicAccessOptionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeVpcBlockPublicAccessOptionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeVpcBlockPublicAccessOptionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeVpcBlockPublicAccessOptionsCommandInput,
|
|
24
|
+
DescribeVpcBlockPublicAccessOptionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeVpcBlockPublicAccessOptionsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeVpcBlockPublicAccessOptionsCommandInput,
|
|
33
|
+
DescribeVpcBlockPublicAccessOptionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeVpcBlockPublicAccessOptionsCommand extends DescribeVpcBlockPublicAccessOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeVpcBlockPublicAccessOptionsRequest;
|
|
44
|
+
output: DescribeVpcBlockPublicAccessOptionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeVpcBlockPublicAccessOptionsCommandInput;
|
|
48
|
+
output: DescribeVpcBlockPublicAccessOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetAssociatedEnclaveCertificateIamRolesRequest,
|
|
10
10
|
GetAssociatedEnclaveCertificateIamRolesResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetAssociatedEnclaveCertificateIamRolesCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetAssociatedIpv6PoolCidrsRequest,
|
|
10
10
|
GetAssociatedIpv6PoolCidrsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetAssociatedIpv6PoolCidrsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetAwsNetworkPerformanceDataRequest,
|
|
10
10
|
GetAwsNetworkPerformanceDataResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetAwsNetworkPerformanceDataCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetCapacityReservationUsageRequest,
|
|
10
10
|
GetCapacityReservationUsageResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_6";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetCapacityReservationUsageCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetCoipPoolUsageRequest,
|
|
10
|
+
GetCoipPoolUsageResult,
|
|
11
|
+
} from "../models/models_6";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetCoipPoolUsageCommandInput extends GetCoipPoolUsageRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessEndpointRequest,
|
|
10
10
|
ModifyVerifiedAccessEndpointResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessEndpointCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessEndpointPolicyRequest,
|
|
10
10
|
ModifyVerifiedAccessEndpointPolicyResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessEndpointPolicyCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessGroupRequest,
|
|
10
10
|
ModifyVerifiedAccessGroupResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessGroupCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessGroupPolicyRequest,
|
|
10
10
|
ModifyVerifiedAccessGroupPolicyResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessGroupPolicyCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessInstanceRequest,
|
|
10
10
|
ModifyVerifiedAccessInstanceResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessInstanceCommandInput
|
package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest,
|
|
10
10
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_7";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ModifyVerifiedAccessInstanceLoggingConfigurationCommandInput
|
|
@@ -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
|
+
ModifyVpcBlockPublicAccessExclusionRequest,
|
|
10
|
+
ModifyVpcBlockPublicAccessExclusionResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ModifyVpcBlockPublicAccessExclusionCommandInput
|
|
15
|
+
extends ModifyVpcBlockPublicAccessExclusionRequest {}
|
|
16
|
+
export interface ModifyVpcBlockPublicAccessExclusionCommandOutput
|
|
17
|
+
extends ModifyVpcBlockPublicAccessExclusionResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ModifyVpcBlockPublicAccessExclusionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ModifyVpcBlockPublicAccessExclusionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ModifyVpcBlockPublicAccessExclusionCommandInput,
|
|
24
|
+
ModifyVpcBlockPublicAccessExclusionCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ModifyVpcBlockPublicAccessExclusionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ModifyVpcBlockPublicAccessExclusionCommandInput,
|
|
33
|
+
ModifyVpcBlockPublicAccessExclusionCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ModifyVpcBlockPublicAccessExclusionCommand extends ModifyVpcBlockPublicAccessExclusionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyVpcBlockPublicAccessExclusionRequest;
|
|
44
|
+
output: ModifyVpcBlockPublicAccessExclusionResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyVpcBlockPublicAccessExclusionCommandInput;
|
|
48
|
+
output: ModifyVpcBlockPublicAccessExclusionCommandOutput;
|
|
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
|
+
ModifyVpcBlockPublicAccessOptionsRequest,
|
|
10
|
+
ModifyVpcBlockPublicAccessOptionsResult,
|
|
11
|
+
} from "../models/models_7";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ModifyVpcBlockPublicAccessOptionsCommandInput
|
|
15
|
+
extends ModifyVpcBlockPublicAccessOptionsRequest {}
|
|
16
|
+
export interface ModifyVpcBlockPublicAccessOptionsCommandOutput
|
|
17
|
+
extends ModifyVpcBlockPublicAccessOptionsResult,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ModifyVpcBlockPublicAccessOptionsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ModifyVpcBlockPublicAccessOptionsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ModifyVpcBlockPublicAccessOptionsCommandInput,
|
|
24
|
+
ModifyVpcBlockPublicAccessOptionsCommandOutput,
|
|
25
|
+
EC2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ModifyVpcBlockPublicAccessOptionsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ModifyVpcBlockPublicAccessOptionsCommandInput,
|
|
33
|
+
ModifyVpcBlockPublicAccessOptionsCommandOutput,
|
|
34
|
+
EC2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ModifyVpcBlockPublicAccessOptionsCommand extends ModifyVpcBlockPublicAccessOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ModifyVpcBlockPublicAccessOptionsRequest;
|
|
44
|
+
output: ModifyVpcBlockPublicAccessOptionsResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ModifyVpcBlockPublicAccessOptionsCommandInput;
|
|
48
|
+
output: ModifyVpcBlockPublicAccessOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -132,6 +132,7 @@ export * from "./CreateVerifiedAccessGroupCommand";
|
|
|
132
132
|
export * from "./CreateVerifiedAccessInstanceCommand";
|
|
133
133
|
export * from "./CreateVerifiedAccessTrustProviderCommand";
|
|
134
134
|
export * from "./CreateVolumeCommand";
|
|
135
|
+
export * from "./CreateVpcBlockPublicAccessExclusionCommand";
|
|
135
136
|
export * from "./CreateVpcCommand";
|
|
136
137
|
export * from "./CreateVpcEndpointCommand";
|
|
137
138
|
export * from "./CreateVpcEndpointConnectionNotificationCommand";
|
|
@@ -207,6 +208,7 @@ export * from "./DeleteVerifiedAccessGroupCommand";
|
|
|
207
208
|
export * from "./DeleteVerifiedAccessInstanceCommand";
|
|
208
209
|
export * from "./DeleteVerifiedAccessTrustProviderCommand";
|
|
209
210
|
export * from "./DeleteVolumeCommand";
|
|
211
|
+
export * from "./DeleteVpcBlockPublicAccessExclusionCommand";
|
|
210
212
|
export * from "./DeleteVpcCommand";
|
|
211
213
|
export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
|
|
212
214
|
export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
|
|
@@ -366,6 +368,8 @@ export * from "./DescribeVolumeStatusCommand";
|
|
|
366
368
|
export * from "./DescribeVolumesCommand";
|
|
367
369
|
export * from "./DescribeVolumesModificationsCommand";
|
|
368
370
|
export * from "./DescribeVpcAttributeCommand";
|
|
371
|
+
export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
|
|
372
|
+
export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
|
|
369
373
|
export * from "./DescribeVpcClassicLinkCommand";
|
|
370
374
|
export * from "./DescribeVpcClassicLinkDnsSupportCommand";
|
|
371
375
|
export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
|
|
@@ -552,6 +556,8 @@ export * from "./ModifyVerifiedAccessTrustProviderCommand";
|
|
|
552
556
|
export * from "./ModifyVolumeAttributeCommand";
|
|
553
557
|
export * from "./ModifyVolumeCommand";
|
|
554
558
|
export * from "./ModifyVpcAttributeCommand";
|
|
559
|
+
export * from "./ModifyVpcBlockPublicAccessExclusionCommand";
|
|
560
|
+
export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
|
|
555
561
|
export * from "./ModifyVpcEndpointCommand";
|
|
556
562
|
export * from "./ModifyVpcEndpointConnectionNotificationCommand";
|
|
557
563
|
export * from "./ModifyVpcEndpointServiceConfigurationCommand";
|
|
@@ -6,7 +6,6 @@ import {
|
|
|
6
6
|
AcceleratorTotalMemoryMiB,
|
|
7
7
|
AcceleratorTotalMemoryMiBRequest,
|
|
8
8
|
AcceleratorType,
|
|
9
|
-
AccessScopePathRequest,
|
|
10
9
|
AddIpamOperatingRegion,
|
|
11
10
|
AddPrefixListEntry,
|
|
12
11
|
AddressFamily,
|
|
@@ -1192,6 +1191,16 @@ export interface CreateDefaultSubnetRequest {
|
|
|
1192
1191
|
DryRun?: boolean | undefined;
|
|
1193
1192
|
Ipv6Native?: boolean | undefined;
|
|
1194
1193
|
}
|
|
1194
|
+
export declare const BlockPublicAccessMode: {
|
|
1195
|
+
readonly block_bidirectional: "block-bidirectional";
|
|
1196
|
+
readonly block_ingress: "block-ingress";
|
|
1197
|
+
readonly off: "off";
|
|
1198
|
+
};
|
|
1199
|
+
export type BlockPublicAccessMode =
|
|
1200
|
+
(typeof BlockPublicAccessMode)[keyof typeof BlockPublicAccessMode];
|
|
1201
|
+
export interface BlockPublicAccessStates {
|
|
1202
|
+
InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
|
|
1203
|
+
}
|
|
1195
1204
|
export declare const HostnameType: {
|
|
1196
1205
|
readonly ip_name: "ip-name";
|
|
1197
1206
|
readonly resource_name: "resource-name";
|
|
@@ -1222,6 +1231,7 @@ export interface Subnet {
|
|
|
1222
1231
|
EnableDns64?: boolean | undefined;
|
|
1223
1232
|
Ipv6Native?: boolean | undefined;
|
|
1224
1233
|
PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch | undefined;
|
|
1234
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1225
1235
|
SubnetId?: string | undefined;
|
|
1226
1236
|
State?: SubnetState | undefined;
|
|
1227
1237
|
VpcId?: string | undefined;
|
|
@@ -1255,6 +1265,7 @@ export interface Vpc {
|
|
|
1255
1265
|
CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
|
|
1256
1266
|
IsDefault?: boolean | undefined;
|
|
1257
1267
|
Tags?: Tag[] | undefined;
|
|
1268
|
+
BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
|
|
1258
1269
|
VpcId?: string | undefined;
|
|
1259
1270
|
State?: VpcState | undefined;
|
|
1260
1271
|
CidrBlock?: string | undefined;
|
|
@@ -2961,20 +2972,6 @@ export interface CreateNetworkAclEntryRequest {
|
|
|
2961
2972
|
IcmpTypeCode?: IcmpTypeCode | undefined;
|
|
2962
2973
|
PortRange?: PortRange | undefined;
|
|
2963
2974
|
}
|
|
2964
|
-
export interface CreateNetworkInsightsAccessScopeRequest {
|
|
2965
|
-
MatchPaths?: AccessScopePathRequest[] | undefined;
|
|
2966
|
-
ExcludePaths?: AccessScopePathRequest[] | undefined;
|
|
2967
|
-
ClientToken?: string | undefined;
|
|
2968
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2969
|
-
DryRun?: boolean | undefined;
|
|
2970
|
-
}
|
|
2971
|
-
export interface NetworkInsightsAccessScope {
|
|
2972
|
-
NetworkInsightsAccessScopeId?: string | undefined;
|
|
2973
|
-
NetworkInsightsAccessScopeArn?: string | undefined;
|
|
2974
|
-
CreatedDate?: Date | undefined;
|
|
2975
|
-
UpdatedDate?: Date | undefined;
|
|
2976
|
-
Tags?: Tag[] | undefined;
|
|
2977
|
-
}
|
|
2978
2975
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2979
2976
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2980
2977
|
obj: RequestLaunchTemplateData
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopePath,
|
|
3
|
+
AccessScopePathRequest,
|
|
3
4
|
ApplianceModeSupportValue,
|
|
4
5
|
AttachmentStatus,
|
|
5
6
|
CurrencyCodeValues,
|
|
@@ -40,13 +41,8 @@ import {
|
|
|
40
41
|
GatewayType,
|
|
41
42
|
InstanceIpv6Address,
|
|
42
43
|
Ipam,
|
|
43
|
-
IpamExternalResourceVerificationToken,
|
|
44
|
-
IpamPool,
|
|
45
|
-
IpamResourceDiscovery,
|
|
46
|
-
IpamScope,
|
|
47
44
|
Ipv4PrefixSpecificationRequest,
|
|
48
45
|
Ipv6PrefixSpecificationRequest,
|
|
49
|
-
NetworkInsightsAccessScope,
|
|
50
46
|
OperatorRequest,
|
|
51
47
|
OperatorResponse,
|
|
52
48
|
PrivateIpAddressSpecification,
|
|
@@ -55,6 +51,20 @@ import {
|
|
|
55
51
|
VolumeType,
|
|
56
52
|
Vpc,
|
|
57
53
|
} from "./models_1";
|
|
54
|
+
export interface CreateNetworkInsightsAccessScopeRequest {
|
|
55
|
+
MatchPaths?: AccessScopePathRequest[] | undefined;
|
|
56
|
+
ExcludePaths?: AccessScopePathRequest[] | undefined;
|
|
57
|
+
ClientToken?: string | undefined;
|
|
58
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
59
|
+
DryRun?: boolean | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface NetworkInsightsAccessScope {
|
|
62
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
63
|
+
NetworkInsightsAccessScopeArn?: string | undefined;
|
|
64
|
+
CreatedDate?: Date | undefined;
|
|
65
|
+
UpdatedDate?: Date | undefined;
|
|
66
|
+
Tags?: Tag[] | undefined;
|
|
67
|
+
}
|
|
58
68
|
export interface NetworkInsightsAccessScopeContent {
|
|
59
69
|
NetworkInsightsAccessScopeId?: string | undefined;
|
|
60
70
|
MatchPaths?: AccessScopePath[] | undefined;
|
|
@@ -1437,6 +1447,47 @@ export interface CreateVpcRequest {
|
|
|
1437
1447
|
export interface CreateVpcResult {
|
|
1438
1448
|
Vpc?: Vpc | undefined;
|
|
1439
1449
|
}
|
|
1450
|
+
export declare const InternetGatewayExclusionMode: {
|
|
1451
|
+
readonly allow_bidirectional: "allow-bidirectional";
|
|
1452
|
+
readonly allow_egress: "allow-egress";
|
|
1453
|
+
};
|
|
1454
|
+
export type InternetGatewayExclusionMode =
|
|
1455
|
+
(typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
|
|
1456
|
+
export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
1457
|
+
DryRun?: boolean | undefined;
|
|
1458
|
+
SubnetId?: string | undefined;
|
|
1459
|
+
VpcId?: string | undefined;
|
|
1460
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
1461
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export declare const VpcBlockPublicAccessExclusionState: {
|
|
1464
|
+
readonly create_complete: "create-complete";
|
|
1465
|
+
readonly create_failed: "create-failed";
|
|
1466
|
+
readonly create_in_progress: "create-in-progress";
|
|
1467
|
+
readonly delete_complete: "delete-complete";
|
|
1468
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
1469
|
+
readonly disable_complete: "disable-complete";
|
|
1470
|
+
readonly disable_in_progress: "disable-in-progress";
|
|
1471
|
+
readonly update_complete: "update-complete";
|
|
1472
|
+
readonly update_failed: "update-failed";
|
|
1473
|
+
readonly update_in_progress: "update-in-progress";
|
|
1474
|
+
};
|
|
1475
|
+
export type VpcBlockPublicAccessExclusionState =
|
|
1476
|
+
(typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
1477
|
+
export interface VpcBlockPublicAccessExclusion {
|
|
1478
|
+
ExclusionId?: string | undefined;
|
|
1479
|
+
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
1480
|
+
ResourceArn?: string | undefined;
|
|
1481
|
+
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
1482
|
+
Reason?: string | undefined;
|
|
1483
|
+
CreationTimestamp?: Date | undefined;
|
|
1484
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
1485
|
+
DeletionTimestamp?: Date | undefined;
|
|
1486
|
+
Tags?: Tag[] | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
1489
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1490
|
+
}
|
|
1440
1491
|
export declare const DnsRecordIpType: {
|
|
1441
1492
|
readonly dualstack: "dualstack";
|
|
1442
1493
|
readonly ipv4: "ipv4";
|
|
@@ -2028,33 +2079,6 @@ export interface DeleteIpamExternalResourceVerificationTokenRequest {
|
|
|
2028
2079
|
DryRun?: boolean | undefined;
|
|
2029
2080
|
IpamExternalResourceVerificationTokenId: string | undefined;
|
|
2030
2081
|
}
|
|
2031
|
-
export interface DeleteIpamExternalResourceVerificationTokenResult {
|
|
2032
|
-
IpamExternalResourceVerificationToken?:
|
|
2033
|
-
| IpamExternalResourceVerificationToken
|
|
2034
|
-
| undefined;
|
|
2035
|
-
}
|
|
2036
|
-
export interface DeleteIpamPoolRequest {
|
|
2037
|
-
DryRun?: boolean | undefined;
|
|
2038
|
-
IpamPoolId: string | undefined;
|
|
2039
|
-
Cascade?: boolean | undefined;
|
|
2040
|
-
}
|
|
2041
|
-
export interface DeleteIpamPoolResult {
|
|
2042
|
-
IpamPool?: IpamPool | undefined;
|
|
2043
|
-
}
|
|
2044
|
-
export interface DeleteIpamResourceDiscoveryRequest {
|
|
2045
|
-
DryRun?: boolean | undefined;
|
|
2046
|
-
IpamResourceDiscoveryId: string | undefined;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DeleteIpamResourceDiscoveryResult {
|
|
2049
|
-
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
2050
|
-
}
|
|
2051
|
-
export interface DeleteIpamScopeRequest {
|
|
2052
|
-
DryRun?: boolean | undefined;
|
|
2053
|
-
IpamScopeId: string | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DeleteIpamScopeResult {
|
|
2056
|
-
IpamScope?: IpamScope | undefined;
|
|
2057
|
-
}
|
|
2058
2082
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2059
2083
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2060
2084
|
) => any;
|