cdk-comprehend-s3olap 2.0.42 → 2.0.45
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
- package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
- package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
- package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
- package/node_modules/aws-sdk/clients/account.d.ts +104 -6
- package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
- package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
- package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
- package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
- package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
- package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
- package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +137 -87
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
- package/node_modules/aws-sdk/dist/aws-sdk.js +378 -204
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -12,32 +12,49 @@ declare class Account extends Service {
|
|
12
12
|
constructor(options?: Account.Types.ClientConfiguration)
|
13
13
|
config: Config & Account.Types.ClientConfiguration;
|
14
14
|
/**
|
15
|
-
* Deletes the specified alternate contact from an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
|
15
|
+
* Deletes the specified alternate contact from an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
16
16
|
*/
|
17
17
|
deleteAlternateContact(params: Account.Types.DeleteAlternateContactRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
18
18
|
/**
|
19
|
-
* Deletes the specified alternate contact from an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
|
19
|
+
* Deletes the specified alternate contact from an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
20
20
|
*/
|
21
21
|
deleteAlternateContact(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
22
22
|
/**
|
23
|
-
* Retrieves the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
|
23
|
+
* Retrieves the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
24
24
|
*/
|
25
25
|
getAlternateContact(params: Account.Types.GetAlternateContactRequest, callback?: (err: AWSError, data: Account.Types.GetAlternateContactResponse) => void): Request<Account.Types.GetAlternateContactResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Retrieves the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
|
27
|
+
* Retrieves the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
28
28
|
*/
|
29
29
|
getAlternateContact(callback?: (err: AWSError, data: Account.Types.GetAlternateContactResponse) => void): Request<Account.Types.GetAlternateContactResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
*
|
31
|
+
* Retrieves the primary contact information of an Amazon Web Services account. For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.
|
32
|
+
*/
|
33
|
+
getContactInformation(params: Account.Types.GetContactInformationRequest, callback?: (err: AWSError, data: Account.Types.GetContactInformationResponse) => void): Request<Account.Types.GetContactInformationResponse, AWSError>;
|
34
|
+
/**
|
35
|
+
* Retrieves the primary contact information of an Amazon Web Services account. For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.
|
36
|
+
*/
|
37
|
+
getContactInformation(callback?: (err: AWSError, data: Account.Types.GetContactInformationResponse) => void): Request<Account.Types.GetContactInformationResponse, AWSError>;
|
38
|
+
/**
|
39
|
+
* Modifies the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
32
40
|
*/
|
33
41
|
putAlternateContact(params: Account.Types.PutAlternateContactRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
34
42
|
/**
|
35
|
-
* Modifies the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts.
|
43
|
+
* Modifies the specified alternate contact attached to an Amazon Web Services account. For complete details about how to use the alternate contact operations, see Access or updating the alternate contacts. Before you can update the alternate contact information for an Amazon Web Services account that is managed by Organizations, you must first enable integration between Amazon Web Services Account Management and Organizations. For more information, see Enabling trusted access for Amazon Web Services Account Management.
|
36
44
|
*/
|
37
45
|
putAlternateContact(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
46
|
+
/**
|
47
|
+
* Updates the primary contact information of an Amazon Web Services account. For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.
|
48
|
+
*/
|
49
|
+
putContactInformation(params: Account.Types.PutContactInformationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
50
|
+
/**
|
51
|
+
* Updates the primary contact information of an Amazon Web Services account. For complete details about how to use the primary contact operations, see Update the primary and alternate contact information.
|
52
|
+
*/
|
53
|
+
putContactInformation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
38
54
|
}
|
39
55
|
declare namespace Account {
|
40
56
|
export type AccountId = string;
|
57
|
+
export type AddressLine = string;
|
41
58
|
export interface AlternateContact {
|
42
59
|
/**
|
43
60
|
* The type of alternate contact.
|
@@ -61,6 +78,60 @@ declare namespace Account {
|
|
61
78
|
Title?: Title;
|
62
79
|
}
|
63
80
|
export type AlternateContactType = "BILLING"|"OPERATIONS"|"SECURITY"|string;
|
81
|
+
export type City = string;
|
82
|
+
export type CompanyName = string;
|
83
|
+
export interface ContactInformation {
|
84
|
+
/**
|
85
|
+
* The first line of the primary contact address.
|
86
|
+
*/
|
87
|
+
AddressLine1: AddressLine;
|
88
|
+
/**
|
89
|
+
* The second line of the primary contact address, if any.
|
90
|
+
*/
|
91
|
+
AddressLine2?: AddressLine;
|
92
|
+
/**
|
93
|
+
* The third line of the primary contact address, if any.
|
94
|
+
*/
|
95
|
+
AddressLine3?: AddressLine;
|
96
|
+
/**
|
97
|
+
* The city of the primary contact address.
|
98
|
+
*/
|
99
|
+
City: City;
|
100
|
+
/**
|
101
|
+
* The name of the company associated with the primary contact information, if any.
|
102
|
+
*/
|
103
|
+
CompanyName?: CompanyName;
|
104
|
+
/**
|
105
|
+
* The ISO-3166 two-letter country code for the primary contact address.
|
106
|
+
*/
|
107
|
+
CountryCode: CountryCode;
|
108
|
+
/**
|
109
|
+
* The district or county of the primary contact address, if any.
|
110
|
+
*/
|
111
|
+
DistrictOrCounty?: DistrictOrCounty;
|
112
|
+
/**
|
113
|
+
* The full name of the primary contact address.
|
114
|
+
*/
|
115
|
+
FullName: FullName;
|
116
|
+
/**
|
117
|
+
* The phone number of the primary contact information. The number will be validated and, in some countries, checked for activation.
|
118
|
+
*/
|
119
|
+
PhoneNumber: ContactInformationPhoneNumber;
|
120
|
+
/**
|
121
|
+
* The postal code of the primary contact address.
|
122
|
+
*/
|
123
|
+
PostalCode: PostalCode;
|
124
|
+
/**
|
125
|
+
* The state or region of the primary contact address. This field is required in selected countries.
|
126
|
+
*/
|
127
|
+
StateOrRegion?: StateOrRegion;
|
128
|
+
/**
|
129
|
+
* The URL of the website associated with the primary contact information, if any.
|
130
|
+
*/
|
131
|
+
WebsiteUrl?: WebsiteUrl;
|
132
|
+
}
|
133
|
+
export type ContactInformationPhoneNumber = string;
|
134
|
+
export type CountryCode = string;
|
64
135
|
export interface DeleteAlternateContactRequest {
|
65
136
|
/**
|
66
137
|
* Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned. The management account can't specify its own AccountId; it must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
|
@@ -71,7 +142,9 @@ declare namespace Account {
|
|
71
142
|
*/
|
72
143
|
AlternateContactType: AlternateContactType;
|
73
144
|
}
|
145
|
+
export type DistrictOrCounty = string;
|
74
146
|
export type EmailAddress = string;
|
147
|
+
export type FullName = string;
|
75
148
|
export interface GetAlternateContactRequest {
|
76
149
|
/**
|
77
150
|
* Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned. The management account can't specify its own AccountId; it must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
|
@@ -88,8 +161,21 @@ declare namespace Account {
|
|
88
161
|
*/
|
89
162
|
AlternateContact?: AlternateContact;
|
90
163
|
}
|
164
|
+
export interface GetContactInformationRequest {
|
165
|
+
/**
|
166
|
+
* Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned. The management account can't specify its own AccountId. It must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
|
167
|
+
*/
|
168
|
+
AccountId?: AccountId;
|
169
|
+
}
|
170
|
+
export interface GetContactInformationResponse {
|
171
|
+
/**
|
172
|
+
* Contains the details of the primary contact information associated with an Amazon Web Services account.
|
173
|
+
*/
|
174
|
+
ContactInformation?: ContactInformation;
|
175
|
+
}
|
91
176
|
export type Name = string;
|
92
177
|
export type PhoneNumber = string;
|
178
|
+
export type PostalCode = string;
|
93
179
|
export interface PutAlternateContactRequest {
|
94
180
|
/**
|
95
181
|
* Specifies the 12 digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you do not specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account, and the specified account ID must be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned. The management account can't specify its own AccountId; it must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, then don't specify this parameter, and call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
|
@@ -116,7 +202,19 @@ declare namespace Account {
|
|
116
202
|
*/
|
117
203
|
Title: Title;
|
118
204
|
}
|
205
|
+
export interface PutContactInformationRequest {
|
206
|
+
/**
|
207
|
+
* Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the organization's management account or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have all features enabled, and the organization must have trusted access enabled for the Account Management service, and optionally a delegated admin account assigned. The management account can't specify its own AccountId. It must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
|
208
|
+
*/
|
209
|
+
AccountId?: AccountId;
|
210
|
+
/**
|
211
|
+
* Contains the details of the primary contact information associated with an Amazon Web Services account.
|
212
|
+
*/
|
213
|
+
ContactInformation: ContactInformation;
|
214
|
+
}
|
215
|
+
export type StateOrRegion = string;
|
119
216
|
export type Title = string;
|
217
|
+
export type WebsiteUrl = string;
|
120
218
|
/**
|
121
219
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
122
220
|
*/
|
@@ -451,7 +451,7 @@ declare namespace ACMPCA {
|
|
451
451
|
*/
|
452
452
|
IdempotencyToken?: IdempotencyToken;
|
453
453
|
/**
|
454
|
-
* Specifies a cryptographic key management compliance standard used for handling CA keys. Default: FIPS_140_2_LEVEL_3_OR_HIGHER
|
454
|
+
* Specifies a cryptographic key management compliance standard used for handling CA keys. Default: FIPS_140_2_LEVEL_3_OR_HIGHER Note: FIPS_140_2_LEVEL_3_OR_HIGHER is not supported in the following Regions: ap-northeast-3 ap-southeast-3 When creating a CA in these Regions, you must provide FIPS_140_2_LEVEL_2_OR_HIGHER as the argument for KeyStorageSecurityStandard. Failure to do this results in an InvalidArgsException with the message, "A certificate authority cannot be created in this region with the specified security standard."
|
455
455
|
*/
|
456
456
|
KeyStorageSecurityStandard?: KeyStorageSecurityStandard;
|
457
457
|
/**
|
@@ -651,7 +651,7 @@ declare namespace ACMPCA {
|
|
651
651
|
*/
|
652
652
|
SubjectAlternativeNames?: GeneralNameList;
|
653
653
|
/**
|
654
|
-
* Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
|
654
|
+
* Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.
|
655
655
|
*/
|
656
656
|
CustomExtensions?: CustomExtensionList;
|
657
657
|
}
|
@@ -147,6 +147,14 @@ declare class Athena extends Service {
|
|
147
147
|
* Streams the results of a single query execution specified by QueryExecutionId from the Athena query results location in Amazon S3. For more information, see Query Results in the Amazon Athena User Guide. This request does not execute the query but returns results. Use StartQueryExecution to run a query. To stream query results successfully, the IAM principal with permission to call GetQueryResults also must have permissions to the Amazon S3 GetObject action for the Athena query results location. IAM principals with permission to the Amazon S3 GetObject action for the query results location are able to retrieve query results from Amazon S3 even if permission to the GetQueryResults action is denied. To restrict user or role access, ensure that Amazon S3 permissions to the Athena query location are denied.
|
148
148
|
*/
|
149
149
|
getQueryResults(callback?: (err: AWSError, data: Athena.Types.GetQueryResultsOutput) => void): Request<Athena.Types.GetQueryResultsOutput, AWSError>;
|
150
|
+
/**
|
151
|
+
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. The query execution runtime statistics is returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state.
|
152
|
+
*/
|
153
|
+
getQueryRuntimeStatistics(params: Athena.Types.GetQueryRuntimeStatisticsInput, callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
|
154
|
+
/**
|
155
|
+
* Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. The query execution runtime statistics is returned only when QueryExecutionStatus$State is in a SUCCEEDED or FAILED state.
|
156
|
+
*/
|
157
|
+
getQueryRuntimeStatistics(callback?: (err: AWSError, data: Athena.Types.GetQueryRuntimeStatisticsOutput) => void): Request<Athena.Types.GetQueryRuntimeStatisticsOutput, AWSError>;
|
150
158
|
/**
|
151
159
|
* Returns table metadata for the specified catalog, database, and table.
|
152
160
|
*/
|
@@ -758,6 +766,18 @@ declare namespace Athena {
|
|
758
766
|
*/
|
759
767
|
NextToken?: Token;
|
760
768
|
}
|
769
|
+
export interface GetQueryRuntimeStatisticsInput {
|
770
|
+
/**
|
771
|
+
* The unique ID of the query execution.
|
772
|
+
*/
|
773
|
+
QueryExecutionId: QueryExecutionId;
|
774
|
+
}
|
775
|
+
export interface GetQueryRuntimeStatisticsOutput {
|
776
|
+
/**
|
777
|
+
* Runtime statistics about the query execution.
|
778
|
+
*/
|
779
|
+
QueryRuntimeStatistics?: QueryRuntimeStatistics;
|
780
|
+
}
|
761
781
|
export interface GetTableMetadataInput {
|
762
782
|
/**
|
763
783
|
* The name of the data catalog that contains the database and table metadata to return.
|
@@ -1192,6 +1212,112 @@ declare namespace Athena {
|
|
1192
1212
|
*/
|
1193
1213
|
AthenaError?: AthenaError;
|
1194
1214
|
}
|
1215
|
+
export interface QueryRuntimeStatistics {
|
1216
|
+
Timeline?: QueryRuntimeStatisticsTimeline;
|
1217
|
+
Rows?: QueryRuntimeStatisticsRows;
|
1218
|
+
/**
|
1219
|
+
* Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
|
1220
|
+
*/
|
1221
|
+
OutputStage?: QueryStage;
|
1222
|
+
}
|
1223
|
+
export interface QueryRuntimeStatisticsRows {
|
1224
|
+
/**
|
1225
|
+
* The number of rows read to execute the query.
|
1226
|
+
*/
|
1227
|
+
InputRows?: Long;
|
1228
|
+
/**
|
1229
|
+
* The number of bytes read to execute the query.
|
1230
|
+
*/
|
1231
|
+
InputBytes?: Long;
|
1232
|
+
/**
|
1233
|
+
* The number of bytes returned by the query.
|
1234
|
+
*/
|
1235
|
+
OutputBytes?: Long;
|
1236
|
+
/**
|
1237
|
+
* The number of rows returned by the query.
|
1238
|
+
*/
|
1239
|
+
OutputRows?: Long;
|
1240
|
+
}
|
1241
|
+
export interface QueryRuntimeStatisticsTimeline {
|
1242
|
+
/**
|
1243
|
+
* The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.
|
1244
|
+
*/
|
1245
|
+
QueryQueueTimeInMillis?: Long;
|
1246
|
+
/**
|
1247
|
+
* The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
|
1248
|
+
*/
|
1249
|
+
QueryPlanningTimeInMillis?: Long;
|
1250
|
+
/**
|
1251
|
+
* The number of milliseconds that the query took to execute.
|
1252
|
+
*/
|
1253
|
+
EngineExecutionTimeInMillis?: Long;
|
1254
|
+
/**
|
1255
|
+
* The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
|
1256
|
+
*/
|
1257
|
+
ServiceProcessingTimeInMillis?: Long;
|
1258
|
+
/**
|
1259
|
+
* The number of milliseconds that Athena took to run the query.
|
1260
|
+
*/
|
1261
|
+
TotalExecutionTimeInMillis?: Long;
|
1262
|
+
}
|
1263
|
+
export interface QueryStage {
|
1264
|
+
/**
|
1265
|
+
* The identifier for a stage.
|
1266
|
+
*/
|
1267
|
+
StageId?: Long;
|
1268
|
+
/**
|
1269
|
+
* State of the stage after query execution.
|
1270
|
+
*/
|
1271
|
+
State?: String;
|
1272
|
+
/**
|
1273
|
+
* The number of bytes output from the stage after execution.
|
1274
|
+
*/
|
1275
|
+
OutputBytes?: Long;
|
1276
|
+
/**
|
1277
|
+
* The number of rows output from the stage after execution.
|
1278
|
+
*/
|
1279
|
+
OutputRows?: Long;
|
1280
|
+
/**
|
1281
|
+
* The number of bytes input into the stage for execution.
|
1282
|
+
*/
|
1283
|
+
InputBytes?: Long;
|
1284
|
+
/**
|
1285
|
+
* The number of rows input into the stage for execution.
|
1286
|
+
*/
|
1287
|
+
InputRows?: Long;
|
1288
|
+
/**
|
1289
|
+
* Time taken to execute this stage.
|
1290
|
+
*/
|
1291
|
+
ExecutionTime?: Long;
|
1292
|
+
/**
|
1293
|
+
* Stage plan information such as name, identifier, sub plans, and source stages.
|
1294
|
+
*/
|
1295
|
+
QueryStagePlan?: QueryStagePlanNode;
|
1296
|
+
/**
|
1297
|
+
* List of sub query stages that form this stage execution plan.
|
1298
|
+
*/
|
1299
|
+
SubStages?: QueryStages;
|
1300
|
+
}
|
1301
|
+
export interface QueryStagePlanNode {
|
1302
|
+
/**
|
1303
|
+
* Name of the query stage plan that describes the operation this stage is performing as part of query execution.
|
1304
|
+
*/
|
1305
|
+
Name?: String;
|
1306
|
+
/**
|
1307
|
+
* Information about the operation this query stage plan node is performing.
|
1308
|
+
*/
|
1309
|
+
Identifier?: String;
|
1310
|
+
/**
|
1311
|
+
* Stage plan information such as name, identifier, sub plans, and remote sources of child plan nodes/
|
1312
|
+
*/
|
1313
|
+
Children?: QueryStagePlanNodes;
|
1314
|
+
/**
|
1315
|
+
* Source plan node IDs.
|
1316
|
+
*/
|
1317
|
+
RemoteSources?: StringList;
|
1318
|
+
}
|
1319
|
+
export type QueryStagePlanNodes = QueryStagePlanNode[];
|
1320
|
+
export type QueryStages = QueryStage[];
|
1195
1321
|
export type QueryString = string;
|
1196
1322
|
export interface ResultConfiguration {
|
1197
1323
|
/**
|
@@ -1313,6 +1439,7 @@ declare namespace Athena {
|
|
1313
1439
|
export interface StopQueryExecutionOutput {
|
1314
1440
|
}
|
1315
1441
|
export type String = string;
|
1442
|
+
export type StringList = String[];
|
1316
1443
|
export interface TableMetadata {
|
1317
1444
|
/**
|
1318
1445
|
* The name of the table.
|
@@ -321,6 +321,8 @@ declare namespace CloudWatch {
|
|
321
321
|
export type AccountId = string;
|
322
322
|
export type ActionPrefix = string;
|
323
323
|
export type ActionsEnabled = boolean;
|
324
|
+
export type ActionsSuppressedBy = "WaitPeriod"|"ExtensionPeriod"|"Alarm"|string;
|
325
|
+
export type ActionsSuppressedReason = string;
|
324
326
|
export type AlarmArn = string;
|
325
327
|
export type AlarmDescription = string;
|
326
328
|
export interface AlarmHistoryItem {
|
@@ -456,13 +458,37 @@ declare namespace CloudWatch {
|
|
456
458
|
*/
|
457
459
|
StateReasonData?: StateReasonData;
|
458
460
|
/**
|
459
|
-
*
|
461
|
+
* Tracks the timestamp of any state update, even if StateValue doesn't change.
|
460
462
|
*/
|
461
463
|
StateUpdatedTimestamp?: Timestamp;
|
462
464
|
/**
|
463
465
|
* The state value for the alarm.
|
464
466
|
*/
|
465
467
|
StateValue?: StateValue;
|
468
|
+
/**
|
469
|
+
* The timestamp of the last change to the alarm's StateValue.
|
470
|
+
*/
|
471
|
+
StateTransitionedTimestamp?: Timestamp;
|
472
|
+
/**
|
473
|
+
* When the value is ALARM, it means that the actions are suppressed because the suppressor alarm is in ALARM When the value is WaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into the ALARM state. The maximum waiting time is as specified in ActionsSuppressorWaitPeriod. After this time, the composite alarm performs its actions. When the value is ExtensionPeriod, it means that the actions are suppressed because the composite alarm is waiting after the suppressor alarm went out of the ALARM state. The maximum waiting time is as specified in ActionsSuppressorExtensionPeriod. After this time, the composite alarm performs its actions.
|
474
|
+
*/
|
475
|
+
ActionsSuppressedBy?: ActionsSuppressedBy;
|
476
|
+
/**
|
477
|
+
* Captures the reason for action suppression.
|
478
|
+
*/
|
479
|
+
ActionsSuppressedReason?: ActionsSuppressedReason;
|
480
|
+
/**
|
481
|
+
* Actions will be suppressed if the suppressor alarm is in the ALARM state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.
|
482
|
+
*/
|
483
|
+
ActionsSuppressor?: AlarmArn;
|
484
|
+
/**
|
485
|
+
* The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the ALARM state. After this time, the composite alarm performs its actions. WaitPeriod is required only when ActionsSuppressor is specified.
|
486
|
+
*/
|
487
|
+
ActionsSuppressorWaitPeriod?: SuppressorPeriod;
|
488
|
+
/**
|
489
|
+
* The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the ALARM state. After this time, the composite alarm performs its actions. ExtensionPeriod is required only when ActionsSuppressor is specified.
|
490
|
+
*/
|
491
|
+
ActionsSuppressorExtensionPeriod?: SuppressorPeriod;
|
466
492
|
}
|
467
493
|
export type CompositeAlarms = CompositeAlarm[];
|
468
494
|
export type Counts = DatapointValue[];
|
@@ -1711,6 +1737,18 @@ declare namespace CloudWatch {
|
|
1711
1737
|
* A list of key-value pairs to associate with the composite alarm. You can associate as many as 50 tags with an alarm. Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with certain tag values.
|
1712
1738
|
*/
|
1713
1739
|
Tags?: TagList;
|
1740
|
+
/**
|
1741
|
+
* Actions will be suppressed if the suppressor alarm is in the ALARM state. ActionsSuppressor can be an AlarmName or an Amazon Resource Name (ARN) from an existing alarm.
|
1742
|
+
*/
|
1743
|
+
ActionsSuppressor?: AlarmArn;
|
1744
|
+
/**
|
1745
|
+
* The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into the ALARM state. After this time, the composite alarm performs its actions. WaitPeriod is required only when ActionsSuppressor is specified.
|
1746
|
+
*/
|
1747
|
+
ActionsSuppressorWaitPeriod?: SuppressorPeriod;
|
1748
|
+
/**
|
1749
|
+
* The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of the ALARM state. After this time, the composite alarm performs its actions. ExtensionPeriod is required only when ActionsSuppressor is specified.
|
1750
|
+
*/
|
1751
|
+
ActionsSuppressorExtensionPeriod?: SuppressorPeriod;
|
1714
1752
|
}
|
1715
1753
|
export interface PutDashboardInput {
|
1716
1754
|
/**
|
@@ -1983,6 +2021,7 @@ declare namespace CloudWatch {
|
|
1983
2021
|
export interface StopMetricStreamsOutput {
|
1984
2022
|
}
|
1985
2023
|
export type StorageResolution = number;
|
2024
|
+
export type SuppressorPeriod = number;
|
1986
2025
|
export interface Tag {
|
1987
2026
|
/**
|
1988
2027
|
* A string that you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources.
|
@@ -828,7 +828,7 @@ declare namespace DMS {
|
|
828
828
|
*/
|
829
829
|
EndpointType: ReplicationEndpointTypeValue;
|
830
830
|
/**
|
831
|
-
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver",
|
831
|
+
* The type of engine for the endpoint. Valid values, depending on the EndpointType value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "opensearch", "redshift", "s3", "db2", db2-zos, "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "docdb", "sqlserver", "neptune", and babelfish.
|
832
832
|
*/
|
833
833
|
EngineName: String;
|
834
834
|
/**
|
@@ -4666,7 +4666,7 @@ declare namespace DMS {
|
|
4666
4666
|
*/
|
4667
4667
|
LastUpdateTime?: TStamp;
|
4668
4668
|
/**
|
4669
|
-
* The state of the tables described. Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table
|
4669
|
+
* The state of the tables described. Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table is being reloaded
|
4670
4670
|
*/
|
4671
4671
|
TableState?: String;
|
4672
4672
|
/**
|
@@ -759,6 +759,10 @@ declare namespace DocDB {
|
|
759
759
|
* The identifier of the cluster that the instance will belong to.
|
760
760
|
*/
|
761
761
|
DBClusterIdentifier: String;
|
762
|
+
/**
|
763
|
+
* A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
764
|
+
*/
|
765
|
+
CopyTagsToSnapshot?: BooleanOptional;
|
762
766
|
/**
|
763
767
|
* A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance. Default: 1 Valid values: 0-15
|
764
768
|
*/
|
@@ -975,6 +979,10 @@ declare namespace DocDB {
|
|
975
979
|
* Provides a list of the Identity and Access Management (IAM) roles that are associated with the cluster. (IAM) roles that are associated with a cluster grant permission for the cluster to access other Amazon Web Services services on your behalf.
|
976
980
|
*/
|
977
981
|
AssociatedRoles?: DBClusterRoles;
|
982
|
+
/**
|
983
|
+
* Identifies the clone group to which the DB cluster is associated.
|
984
|
+
*/
|
985
|
+
CloneGroupId?: String;
|
978
986
|
/**
|
979
987
|
* Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
|
980
988
|
*/
|
@@ -1314,6 +1322,10 @@ declare namespace DocDB {
|
|
1314
1322
|
* The identifier of the CA certificate for this DB instance.
|
1315
1323
|
*/
|
1316
1324
|
CACertificateIdentifier?: String;
|
1325
|
+
/**
|
1326
|
+
* A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
1327
|
+
*/
|
1328
|
+
CopyTagsToSnapshot?: BooleanOptional;
|
1317
1329
|
/**
|
1318
1330
|
* A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.
|
1319
1331
|
*/
|
@@ -2170,6 +2182,10 @@ declare namespace DocDB {
|
|
2170
2182
|
* Indicates the certificate that needs to be associated with the instance.
|
2171
2183
|
*/
|
2172
2184
|
CACertificateIdentifier?: String;
|
2185
|
+
/**
|
2186
|
+
* A value that indicates whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
2187
|
+
*/
|
2188
|
+
CopyTagsToSnapshot?: BooleanOptional;
|
2173
2189
|
/**
|
2174
2190
|
* A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance. Default: 1 Valid values: 0-15
|
2175
2191
|
*/
|
@@ -2564,6 +2580,10 @@ declare namespace DocDB {
|
|
2564
2580
|
* The name of the new cluster to be created. Constraints: Must contain from 1 to 63 letters, numbers, or hyphens. The first character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens.
|
2565
2581
|
*/
|
2566
2582
|
DBClusterIdentifier: String;
|
2583
|
+
/**
|
2584
|
+
* The type of restore to be performed. You can specify one of the following values: full-copy - The new DB cluster is restored as a full copy of the source DB cluster. copy-on-write - The new DB cluster is restored as a clone of the source DB cluster. Constraints: You can't specify copy-on-write if the engine version of the source DB cluster is earlier than 1.11. If you don't specify a RestoreType value, then the new DB cluster is restored as a full copy of the source DB cluster.
|
2585
|
+
*/
|
2586
|
+
RestoreType?: String;
|
2567
2587
|
/**
|
2568
2588
|
* The identifier of the source cluster from which to restore. Constraints: Must match the identifier of an existing DBCluster.
|
2569
2589
|
*/
|
@@ -21639,7 +21639,7 @@ declare namespace EC2 {
|
|
21639
21639
|
*/
|
21640
21640
|
IncludeAllTagsOfInstance?: Boolean;
|
21641
21641
|
}
|
21642
|
-
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|string;
|
21642
|
+
export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|string;
|
21643
21643
|
export type InstanceTypeHypervisor = "nitro"|"xen"|string;
|
21644
21644
|
export interface InstanceTypeInfo {
|
21645
21645
|
/**
|