@aws-sdk/client-ec2 3.694.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 +672 -54
- 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/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +511 -32
- 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/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- 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/CreateVolumeCommand.d.ts +7 -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/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- 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/DescribeIdentityIdFormatCommand.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/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -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 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- 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/RunInstancesCommand.d.ts +12 -0
- 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 +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- 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 +1 -1
- 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/DeleteKeyPairCommand.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/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.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 +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -7,7 +7,6 @@ import {
|
|
|
7
7
|
AsnAssociation,
|
|
8
8
|
AssociationStatus,
|
|
9
9
|
BatchState,
|
|
10
|
-
CapacityReservationState,
|
|
11
10
|
IamInstanceProfileAssociation,
|
|
12
11
|
IamInstanceProfileSpecification,
|
|
13
12
|
InstanceEventWindow,
|
|
@@ -65,9 +64,12 @@ import {
|
|
|
65
64
|
ServiceConfiguration,
|
|
66
65
|
ServiceConnectivityType,
|
|
67
66
|
ServiceTypeDetail,
|
|
67
|
+
Snapshot,
|
|
68
|
+
SnapshotState,
|
|
68
69
|
SpotDatafeedSubscription,
|
|
69
70
|
SpotInstanceStateFault,
|
|
70
71
|
State,
|
|
72
|
+
StorageTier,
|
|
71
73
|
TrafficMirrorFilter,
|
|
72
74
|
TrafficMirrorFilterRule,
|
|
73
75
|
TrafficMirrorSession,
|
|
@@ -82,6 +84,7 @@ import {
|
|
|
82
84
|
VerifiedAccessEndpoint,
|
|
83
85
|
VerifiedAccessGroup,
|
|
84
86
|
Volume,
|
|
87
|
+
VpcBlockPublicAccessExclusion,
|
|
85
88
|
VpcEndpoint,
|
|
86
89
|
VpnConnection,
|
|
87
90
|
VpnGateway,
|
|
@@ -96,11 +99,84 @@ import {
|
|
|
96
99
|
FastSnapshotRestoreStateCode,
|
|
97
100
|
Filter,
|
|
98
101
|
MetricType,
|
|
99
|
-
|
|
102
|
+
PermissionGroup,
|
|
100
103
|
ProductCode,
|
|
101
104
|
StatisticType,
|
|
102
105
|
} from "./models_3";
|
|
103
106
|
import { AttributeBooleanValue, RIProductDescription } from "./models_4";
|
|
107
|
+
export declare const SnapshotAttributeName: {
|
|
108
|
+
readonly createVolumePermission: "createVolumePermission";
|
|
109
|
+
readonly productCodes: "productCodes";
|
|
110
|
+
};
|
|
111
|
+
export type SnapshotAttributeName =
|
|
112
|
+
(typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
113
|
+
export interface DescribeSnapshotAttributeRequest {
|
|
114
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
115
|
+
SnapshotId: string | undefined;
|
|
116
|
+
DryRun?: boolean | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface CreateVolumePermission {
|
|
119
|
+
UserId?: string | undefined;
|
|
120
|
+
Group?: PermissionGroup | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface DescribeSnapshotAttributeResult {
|
|
123
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
124
|
+
SnapshotId?: string | undefined;
|
|
125
|
+
CreateVolumePermissions?: CreateVolumePermission[] | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface DescribeSnapshotsRequest {
|
|
128
|
+
MaxResults?: number | undefined;
|
|
129
|
+
NextToken?: string | undefined;
|
|
130
|
+
OwnerIds?: string[] | undefined;
|
|
131
|
+
RestorableByUserIds?: string[] | undefined;
|
|
132
|
+
SnapshotIds?: string[] | undefined;
|
|
133
|
+
DryRun?: boolean | undefined;
|
|
134
|
+
Filters?: Filter[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeSnapshotsResult {
|
|
137
|
+
NextToken?: string | undefined;
|
|
138
|
+
Snapshots?: Snapshot[] | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface DescribeSnapshotTierStatusRequest {
|
|
141
|
+
Filters?: Filter[] | undefined;
|
|
142
|
+
DryRun?: boolean | undefined;
|
|
143
|
+
NextToken?: string | undefined;
|
|
144
|
+
MaxResults?: number | undefined;
|
|
145
|
+
}
|
|
146
|
+
export declare const TieringOperationStatus: {
|
|
147
|
+
readonly archival_completed: "archival-completed";
|
|
148
|
+
readonly archival_failed: "archival-failed";
|
|
149
|
+
readonly archival_in_progress: "archival-in-progress";
|
|
150
|
+
readonly permanent_restore_completed: "permanent-restore-completed";
|
|
151
|
+
readonly permanent_restore_failed: "permanent-restore-failed";
|
|
152
|
+
readonly permanent_restore_in_progress: "permanent-restore-in-progress";
|
|
153
|
+
readonly temporary_restore_completed: "temporary-restore-completed";
|
|
154
|
+
readonly temporary_restore_failed: "temporary-restore-failed";
|
|
155
|
+
readonly temporary_restore_in_progress: "temporary-restore-in-progress";
|
|
156
|
+
};
|
|
157
|
+
export type TieringOperationStatus =
|
|
158
|
+
(typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
|
|
159
|
+
export interface SnapshotTierStatus {
|
|
160
|
+
SnapshotId?: string | undefined;
|
|
161
|
+
VolumeId?: string | undefined;
|
|
162
|
+
Status?: SnapshotState | undefined;
|
|
163
|
+
OwnerId?: string | undefined;
|
|
164
|
+
Tags?: Tag[] | undefined;
|
|
165
|
+
StorageTier?: StorageTier | undefined;
|
|
166
|
+
LastTieringStartTime?: Date | undefined;
|
|
167
|
+
LastTieringProgress?: number | undefined;
|
|
168
|
+
LastTieringOperationStatus?: TieringOperationStatus | undefined;
|
|
169
|
+
LastTieringOperationStatusDetail?: string | undefined;
|
|
170
|
+
ArchivalCompleteTime?: Date | undefined;
|
|
171
|
+
RestoreExpiryTime?: Date | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface DescribeSnapshotTierStatusResult {
|
|
174
|
+
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
175
|
+
NextToken?: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
178
|
+
DryRun?: boolean | undefined;
|
|
179
|
+
}
|
|
104
180
|
export interface DescribeSpotDatafeedSubscriptionResult {
|
|
105
181
|
SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
|
|
106
182
|
}
|
|
@@ -890,6 +966,45 @@ export interface DescribeVpcAttributeResult {
|
|
|
890
966
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
891
967
|
VpcId?: string | undefined;
|
|
892
968
|
}
|
|
969
|
+
export interface DescribeVpcBlockPublicAccessExclusionsRequest {
|
|
970
|
+
DryRun?: boolean | undefined;
|
|
971
|
+
Filters?: Filter[] | undefined;
|
|
972
|
+
ExclusionIds?: string[] | undefined;
|
|
973
|
+
NextToken?: string | undefined;
|
|
974
|
+
MaxResults?: number | undefined;
|
|
975
|
+
}
|
|
976
|
+
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
977
|
+
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
978
|
+
NextToken?: string | undefined;
|
|
979
|
+
}
|
|
980
|
+
export interface DescribeVpcBlockPublicAccessOptionsRequest {
|
|
981
|
+
DryRun?: boolean | undefined;
|
|
982
|
+
}
|
|
983
|
+
export declare const InternetGatewayBlockMode: {
|
|
984
|
+
readonly block_bidirectional: "block-bidirectional";
|
|
985
|
+
readonly block_ingress: "block-ingress";
|
|
986
|
+
readonly off: "off";
|
|
987
|
+
};
|
|
988
|
+
export type InternetGatewayBlockMode =
|
|
989
|
+
(typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
|
|
990
|
+
export declare const VpcBlockPublicAccessState: {
|
|
991
|
+
readonly default_state: "default-state";
|
|
992
|
+
readonly update_complete: "update-complete";
|
|
993
|
+
readonly update_in_progress: "update-in-progress";
|
|
994
|
+
};
|
|
995
|
+
export type VpcBlockPublicAccessState =
|
|
996
|
+
(typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
|
|
997
|
+
export interface VpcBlockPublicAccessOptions {
|
|
998
|
+
AwsAccountId?: string | undefined;
|
|
999
|
+
AwsRegion?: string | undefined;
|
|
1000
|
+
State?: VpcBlockPublicAccessState | undefined;
|
|
1001
|
+
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
1002
|
+
Reason?: string | undefined;
|
|
1003
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
1004
|
+
}
|
|
1005
|
+
export interface DescribeVpcBlockPublicAccessOptionsResult {
|
|
1006
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
1007
|
+
}
|
|
893
1008
|
export interface DescribeVpcClassicLinkRequest {
|
|
894
1009
|
DryRun?: boolean | undefined;
|
|
895
1010
|
VpcIds?: string[] | undefined;
|
|
@@ -1645,111 +1760,6 @@ export interface ExportTransitGatewayRoutesRequest {
|
|
|
1645
1760
|
export interface ExportTransitGatewayRoutesResult {
|
|
1646
1761
|
S3Location?: string | undefined;
|
|
1647
1762
|
}
|
|
1648
|
-
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
1649
|
-
CertificateArn: string | undefined;
|
|
1650
|
-
DryRun?: boolean | undefined;
|
|
1651
|
-
}
|
|
1652
|
-
export interface AssociatedRole {
|
|
1653
|
-
AssociatedRoleArn?: string | undefined;
|
|
1654
|
-
CertificateS3BucketName?: string | undefined;
|
|
1655
|
-
CertificateS3ObjectKey?: string | undefined;
|
|
1656
|
-
EncryptionKmsKeyId?: string | undefined;
|
|
1657
|
-
}
|
|
1658
|
-
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
1659
|
-
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
1662
|
-
PoolId: string | undefined;
|
|
1663
|
-
NextToken?: string | undefined;
|
|
1664
|
-
MaxResults?: number | undefined;
|
|
1665
|
-
DryRun?: boolean | undefined;
|
|
1666
|
-
}
|
|
1667
|
-
export interface Ipv6CidrAssociation {
|
|
1668
|
-
Ipv6Cidr?: string | undefined;
|
|
1669
|
-
AssociatedResource?: string | undefined;
|
|
1670
|
-
}
|
|
1671
|
-
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
1672
|
-
Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
|
|
1673
|
-
NextToken?: string | undefined;
|
|
1674
|
-
}
|
|
1675
|
-
export interface DataQuery {
|
|
1676
|
-
Id?: string | undefined;
|
|
1677
|
-
Source?: string | undefined;
|
|
1678
|
-
Destination?: string | undefined;
|
|
1679
|
-
Metric?: MetricType | undefined;
|
|
1680
|
-
Statistic?: StatisticType | undefined;
|
|
1681
|
-
Period?: PeriodType | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export interface GetAwsNetworkPerformanceDataRequest {
|
|
1684
|
-
DataQueries?: DataQuery[] | undefined;
|
|
1685
|
-
StartTime?: Date | undefined;
|
|
1686
|
-
EndTime?: Date | undefined;
|
|
1687
|
-
MaxResults?: number | undefined;
|
|
1688
|
-
NextToken?: string | undefined;
|
|
1689
|
-
DryRun?: boolean | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export interface MetricPoint {
|
|
1692
|
-
StartDate?: Date | undefined;
|
|
1693
|
-
EndDate?: Date | undefined;
|
|
1694
|
-
Value?: number | undefined;
|
|
1695
|
-
Status?: string | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export interface DataResponse {
|
|
1698
|
-
Id?: string | undefined;
|
|
1699
|
-
Source?: string | undefined;
|
|
1700
|
-
Destination?: string | undefined;
|
|
1701
|
-
Metric?: MetricType | undefined;
|
|
1702
|
-
Statistic?: StatisticType | undefined;
|
|
1703
|
-
Period?: PeriodType | undefined;
|
|
1704
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
1705
|
-
}
|
|
1706
|
-
export interface GetAwsNetworkPerformanceDataResult {
|
|
1707
|
-
DataResponses?: DataResponse[] | undefined;
|
|
1708
|
-
NextToken?: string | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
export interface GetCapacityReservationUsageRequest {
|
|
1711
|
-
CapacityReservationId: string | undefined;
|
|
1712
|
-
NextToken?: string | undefined;
|
|
1713
|
-
MaxResults?: number | undefined;
|
|
1714
|
-
DryRun?: boolean | undefined;
|
|
1715
|
-
}
|
|
1716
|
-
export interface InstanceUsage {
|
|
1717
|
-
AccountId?: string | undefined;
|
|
1718
|
-
UsedInstanceCount?: number | undefined;
|
|
1719
|
-
}
|
|
1720
|
-
export interface GetCapacityReservationUsageResult {
|
|
1721
|
-
NextToken?: string | undefined;
|
|
1722
|
-
CapacityReservationId?: string | undefined;
|
|
1723
|
-
InstanceType?: string | undefined;
|
|
1724
|
-
TotalInstanceCount?: number | undefined;
|
|
1725
|
-
AvailableInstanceCount?: number | undefined;
|
|
1726
|
-
State?: CapacityReservationState | undefined;
|
|
1727
|
-
InstanceUsages?: InstanceUsage[] | undefined;
|
|
1728
|
-
}
|
|
1729
|
-
export interface GetCoipPoolUsageRequest {
|
|
1730
|
-
PoolId: string | undefined;
|
|
1731
|
-
Filters?: Filter[] | undefined;
|
|
1732
|
-
MaxResults?: number | undefined;
|
|
1733
|
-
NextToken?: string | undefined;
|
|
1734
|
-
DryRun?: boolean | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface CoipAddressUsage {
|
|
1737
|
-
AllocationId?: string | undefined;
|
|
1738
|
-
AwsAccountId?: string | undefined;
|
|
1739
|
-
AwsService?: string | undefined;
|
|
1740
|
-
CoIp?: string | undefined;
|
|
1741
|
-
}
|
|
1742
|
-
export interface GetCoipPoolUsageResult {
|
|
1743
|
-
CoipPoolId?: string | undefined;
|
|
1744
|
-
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
1745
|
-
LocalGatewayRouteTableId?: string | undefined;
|
|
1746
|
-
NextToken?: string | undefined;
|
|
1747
|
-
}
|
|
1748
|
-
export interface GetConsoleOutputRequest {
|
|
1749
|
-
InstanceId: string | undefined;
|
|
1750
|
-
Latest?: boolean | undefined;
|
|
1751
|
-
DryRun?: boolean | undefined;
|
|
1752
|
-
}
|
|
1753
1763
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1754
1764
|
obj: SpotFleetLaunchSpecification
|
|
1755
1765
|
) => any;
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
Affinity,
|
|
7
7
|
ApplianceModeSupportValue,
|
|
8
8
|
AutoPlacement,
|
|
9
|
+
CapacityReservationState,
|
|
9
10
|
CurrencyCodeValues,
|
|
10
11
|
DnsSupportValue,
|
|
11
12
|
EnaSrdSpecification,
|
|
@@ -26,8 +27,6 @@ import {
|
|
|
26
27
|
TransitGatewayPolicyTableAssociation,
|
|
27
28
|
TransitGatewayVpcAttachment,
|
|
28
29
|
UnsuccessfulItem,
|
|
29
|
-
VerifiedAccessInstance,
|
|
30
|
-
VerifiedAccessSseSpecificationResponse,
|
|
31
30
|
} from "./models_0";
|
|
32
31
|
import {
|
|
33
32
|
_InstanceType,
|
|
@@ -53,7 +52,6 @@ import {
|
|
|
53
52
|
LaunchTemplate,
|
|
54
53
|
LocalGatewayRoute,
|
|
55
54
|
ManagedPrefixList,
|
|
56
|
-
NetworkInsightsAccessScopeContent,
|
|
57
55
|
Placement,
|
|
58
56
|
PlatformValues,
|
|
59
57
|
RequestIpamResourceTag,
|
|
@@ -67,6 +65,7 @@ import {
|
|
|
67
65
|
AutoAcceptSharedAttachmentsValue,
|
|
68
66
|
DefaultRouteTableAssociationValue,
|
|
69
67
|
DefaultRouteTablePropagationValue,
|
|
68
|
+
NetworkInsightsAccessScopeContent,
|
|
70
69
|
SSEType,
|
|
71
70
|
SubnetCidrReservation,
|
|
72
71
|
TrafficDirection,
|
|
@@ -78,10 +77,7 @@ import {
|
|
|
78
77
|
TrafficMirrorSession,
|
|
79
78
|
TransitGateway,
|
|
80
79
|
TransitGatewayPrefixListReference,
|
|
81
|
-
VerifiedAccessEndpoint,
|
|
82
80
|
VerifiedAccessEndpointProtocol,
|
|
83
|
-
VerifiedAccessGroup,
|
|
84
|
-
VerifiedAccessSseSpecificationRequest,
|
|
85
81
|
VpnEcmpSupportValue,
|
|
86
82
|
} from "./models_2";
|
|
87
83
|
import {
|
|
@@ -90,8 +86,11 @@ import {
|
|
|
90
86
|
FpgaImageAttribute,
|
|
91
87
|
FpgaImageAttributeName,
|
|
92
88
|
IpamPoolCidr,
|
|
89
|
+
MetricType,
|
|
93
90
|
PaymentOption,
|
|
91
|
+
PeriodType,
|
|
94
92
|
PermissionGroup,
|
|
93
|
+
StatisticType,
|
|
95
94
|
} from "./models_3";
|
|
96
95
|
import {
|
|
97
96
|
AnalysisStatus,
|
|
@@ -99,7 +98,6 @@ import {
|
|
|
99
98
|
ArchitectureValues,
|
|
100
99
|
AttributeBooleanValue,
|
|
101
100
|
BootModeValues,
|
|
102
|
-
CreateVolumePermission,
|
|
103
101
|
HttpTokensState,
|
|
104
102
|
ImportImageLicenseConfigurationResponse,
|
|
105
103
|
InstanceAttributeName,
|
|
@@ -112,18 +110,123 @@ import {
|
|
|
112
110
|
LaunchPermission,
|
|
113
111
|
LockState,
|
|
114
112
|
ReservedInstancesConfiguration,
|
|
115
|
-
SnapshotAttributeName,
|
|
116
113
|
SnapshotDetail,
|
|
117
114
|
SnapshotTaskDetail,
|
|
118
115
|
VirtualizationType,
|
|
119
116
|
} from "./models_4";
|
|
120
117
|
import {
|
|
118
|
+
CreateVolumePermission,
|
|
121
119
|
ExcessCapacityTerminationPolicy,
|
|
122
120
|
LaunchTemplateConfig,
|
|
121
|
+
SnapshotAttributeName,
|
|
123
122
|
SnapshotBlockPublicAccessState,
|
|
124
123
|
TransitGatewayPropagationState,
|
|
125
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
126
124
|
} from "./models_5";
|
|
125
|
+
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
126
|
+
CertificateArn: string | undefined;
|
|
127
|
+
DryRun?: boolean | undefined;
|
|
128
|
+
}
|
|
129
|
+
export interface AssociatedRole {
|
|
130
|
+
AssociatedRoleArn?: string | undefined;
|
|
131
|
+
CertificateS3BucketName?: string | undefined;
|
|
132
|
+
CertificateS3ObjectKey?: string | undefined;
|
|
133
|
+
EncryptionKmsKeyId?: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
136
|
+
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
139
|
+
PoolId: string | undefined;
|
|
140
|
+
NextToken?: string | undefined;
|
|
141
|
+
MaxResults?: number | undefined;
|
|
142
|
+
DryRun?: boolean | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface Ipv6CidrAssociation {
|
|
145
|
+
Ipv6Cidr?: string | undefined;
|
|
146
|
+
AssociatedResource?: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
149
|
+
Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
|
|
150
|
+
NextToken?: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DataQuery {
|
|
153
|
+
Id?: string | undefined;
|
|
154
|
+
Source?: string | undefined;
|
|
155
|
+
Destination?: string | undefined;
|
|
156
|
+
Metric?: MetricType | undefined;
|
|
157
|
+
Statistic?: StatisticType | undefined;
|
|
158
|
+
Period?: PeriodType | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface GetAwsNetworkPerformanceDataRequest {
|
|
161
|
+
DataQueries?: DataQuery[] | undefined;
|
|
162
|
+
StartTime?: Date | undefined;
|
|
163
|
+
EndTime?: Date | undefined;
|
|
164
|
+
MaxResults?: number | undefined;
|
|
165
|
+
NextToken?: string | undefined;
|
|
166
|
+
DryRun?: boolean | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface MetricPoint {
|
|
169
|
+
StartDate?: Date | undefined;
|
|
170
|
+
EndDate?: Date | undefined;
|
|
171
|
+
Value?: number | undefined;
|
|
172
|
+
Status?: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface DataResponse {
|
|
175
|
+
Id?: string | undefined;
|
|
176
|
+
Source?: string | undefined;
|
|
177
|
+
Destination?: string | undefined;
|
|
178
|
+
Metric?: MetricType | undefined;
|
|
179
|
+
Statistic?: StatisticType | undefined;
|
|
180
|
+
Period?: PeriodType | undefined;
|
|
181
|
+
MetricPoints?: MetricPoint[] | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface GetAwsNetworkPerformanceDataResult {
|
|
184
|
+
DataResponses?: DataResponse[] | undefined;
|
|
185
|
+
NextToken?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface GetCapacityReservationUsageRequest {
|
|
188
|
+
CapacityReservationId: string | undefined;
|
|
189
|
+
NextToken?: string | undefined;
|
|
190
|
+
MaxResults?: number | undefined;
|
|
191
|
+
DryRun?: boolean | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface InstanceUsage {
|
|
194
|
+
AccountId?: string | undefined;
|
|
195
|
+
UsedInstanceCount?: number | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface GetCapacityReservationUsageResult {
|
|
198
|
+
NextToken?: string | undefined;
|
|
199
|
+
CapacityReservationId?: string | undefined;
|
|
200
|
+
InstanceType?: string | undefined;
|
|
201
|
+
TotalInstanceCount?: number | undefined;
|
|
202
|
+
AvailableInstanceCount?: number | undefined;
|
|
203
|
+
State?: CapacityReservationState | undefined;
|
|
204
|
+
InstanceUsages?: InstanceUsage[] | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface GetCoipPoolUsageRequest {
|
|
207
|
+
PoolId: string | undefined;
|
|
208
|
+
Filters?: Filter[] | undefined;
|
|
209
|
+
MaxResults?: number | undefined;
|
|
210
|
+
NextToken?: string | undefined;
|
|
211
|
+
DryRun?: boolean | undefined;
|
|
212
|
+
}
|
|
213
|
+
export interface CoipAddressUsage {
|
|
214
|
+
AllocationId?: string | undefined;
|
|
215
|
+
AwsAccountId?: string | undefined;
|
|
216
|
+
AwsService?: string | undefined;
|
|
217
|
+
CoIp?: string | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface GetCoipPoolUsageResult {
|
|
220
|
+
CoipPoolId?: string | undefined;
|
|
221
|
+
CoipAddressUsages?: CoipAddressUsage[] | undefined;
|
|
222
|
+
LocalGatewayRouteTableId?: string | undefined;
|
|
223
|
+
NextToken?: string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface GetConsoleOutputRequest {
|
|
226
|
+
InstanceId: string | undefined;
|
|
227
|
+
Latest?: boolean | undefined;
|
|
228
|
+
DryRun?: boolean | undefined;
|
|
229
|
+
}
|
|
127
230
|
export interface GetConsoleOutputResult {
|
|
128
231
|
InstanceId?: string | undefined;
|
|
129
232
|
Timestamp?: Date | undefined;
|
|
@@ -1803,111 +1906,6 @@ export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
|
1803
1906
|
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1804
1907
|
Port?: number | undefined;
|
|
1805
1908
|
}
|
|
1806
|
-
export interface ModifyVerifiedAccessEndpointRequest {
|
|
1807
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1808
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
1809
|
-
LoadBalancerOptions?:
|
|
1810
|
-
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
1811
|
-
| undefined;
|
|
1812
|
-
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
1813
|
-
Description?: string | undefined;
|
|
1814
|
-
ClientToken?: string | undefined;
|
|
1815
|
-
DryRun?: boolean | undefined;
|
|
1816
|
-
}
|
|
1817
|
-
export interface ModifyVerifiedAccessEndpointResult {
|
|
1818
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
1821
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1822
|
-
PolicyEnabled?: boolean | undefined;
|
|
1823
|
-
PolicyDocument?: string | undefined;
|
|
1824
|
-
ClientToken?: string | undefined;
|
|
1825
|
-
DryRun?: boolean | undefined;
|
|
1826
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1827
|
-
}
|
|
1828
|
-
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
1829
|
-
PolicyEnabled?: boolean | undefined;
|
|
1830
|
-
PolicyDocument?: string | undefined;
|
|
1831
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export interface ModifyVerifiedAccessGroupRequest {
|
|
1834
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1835
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1836
|
-
Description?: string | undefined;
|
|
1837
|
-
ClientToken?: string | undefined;
|
|
1838
|
-
DryRun?: boolean | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export interface ModifyVerifiedAccessGroupResult {
|
|
1841
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
1844
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1845
|
-
PolicyEnabled?: boolean | undefined;
|
|
1846
|
-
PolicyDocument?: string | undefined;
|
|
1847
|
-
ClientToken?: string | undefined;
|
|
1848
|
-
DryRun?: boolean | undefined;
|
|
1849
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1850
|
-
}
|
|
1851
|
-
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
1852
|
-
PolicyEnabled?: boolean | undefined;
|
|
1853
|
-
PolicyDocument?: string | undefined;
|
|
1854
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1855
|
-
}
|
|
1856
|
-
export interface ModifyVerifiedAccessInstanceRequest {
|
|
1857
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1858
|
-
Description?: string | undefined;
|
|
1859
|
-
DryRun?: boolean | undefined;
|
|
1860
|
-
ClientToken?: string | undefined;
|
|
1861
|
-
}
|
|
1862
|
-
export interface ModifyVerifiedAccessInstanceResult {
|
|
1863
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
1864
|
-
}
|
|
1865
|
-
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
1866
|
-
Enabled: boolean | undefined;
|
|
1867
|
-
LogGroup?: string | undefined;
|
|
1868
|
-
}
|
|
1869
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
1870
|
-
Enabled: boolean | undefined;
|
|
1871
|
-
DeliveryStream?: string | undefined;
|
|
1872
|
-
}
|
|
1873
|
-
export interface VerifiedAccessLogS3DestinationOptions {
|
|
1874
|
-
Enabled: boolean | undefined;
|
|
1875
|
-
BucketName?: string | undefined;
|
|
1876
|
-
Prefix?: string | undefined;
|
|
1877
|
-
BucketOwner?: string | undefined;
|
|
1878
|
-
}
|
|
1879
|
-
export interface VerifiedAccessLogOptions {
|
|
1880
|
-
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
1881
|
-
CloudWatchLogs?:
|
|
1882
|
-
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
1883
|
-
| undefined;
|
|
1884
|
-
KinesisDataFirehose?:
|
|
1885
|
-
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
1886
|
-
| undefined;
|
|
1887
|
-
LogVersion?: string | undefined;
|
|
1888
|
-
IncludeTrustContext?: boolean | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
1891
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1892
|
-
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
1893
|
-
DryRun?: boolean | undefined;
|
|
1894
|
-
ClientToken?: string | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
1897
|
-
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
1898
|
-
}
|
|
1899
|
-
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
1900
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
1901
|
-
}
|
|
1902
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
1903
|
-
Issuer?: string | undefined;
|
|
1904
|
-
AuthorizationEndpoint?: string | undefined;
|
|
1905
|
-
TokenEndpoint?: string | undefined;
|
|
1906
|
-
UserInfoEndpoint?: string | undefined;
|
|
1907
|
-
ClientId?: string | undefined;
|
|
1908
|
-
ClientSecret?: string | undefined;
|
|
1909
|
-
Scope?: string | undefined;
|
|
1910
|
-
}
|
|
1911
1909
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1912
1910
|
obj: GetInstanceTpmEkPubResult
|
|
1913
1911
|
) => any;
|
|
@@ -1958,6 +1956,3 @@ export declare const ImportVolumeRequestFilterSensitiveLog: (
|
|
|
1958
1956
|
export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
1959
1957
|
obj: ImportVolumeResult
|
|
1960
1958
|
) => any;
|
|
1961
|
-
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1962
|
-
obj: ModifyVerifiedAccessTrustProviderOidcOptions
|
|
1963
|
-
) => any;
|