cdk-comprehend-s3olap 2.0.21 → 2.0.24
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 +4 -4
- 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 +28 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +39 -24
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +110 -59
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +75 -69
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +144 -69
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +711 -707
- package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +135 -130
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +58 -3
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +106 -61
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +269 -234
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +24 -21
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +253 -103
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +33 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +27 -5
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +228 -61
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +22 -3
- package/node_modules/aws-sdk/clients/athena.d.ts +57 -2
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +12 -3
- package/node_modules/aws-sdk/clients/datasync.d.ts +133 -38
- package/node_modules/aws-sdk/clients/ec2.d.ts +33 -21
- package/node_modules/aws-sdk/clients/elbv2.d.ts +10 -10
- package/node_modules/aws-sdk/clients/emr.d.ts +16 -3
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +64 -3
- package/node_modules/aws-sdk/clients/glue.d.ts +16 -3
- package/node_modules/aws-sdk/clients/kendra.d.ts +109 -41
- package/node_modules/aws-sdk/clients/medialive.d.ts +41 -3
- package/node_modules/aws-sdk/clients/mwaa.d.ts +9 -12
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +245 -4
- package/node_modules/aws-sdk/clients/translate.d.ts +70 -18
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +27 -1
- package/node_modules/aws-sdk/clients/workmail.d.ts +203 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +13 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +70 -22
- package/node_modules/aws-sdk/dist/aws-sdk.js +1013 -900
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +10 -0
- package/node_modules/aws-sdk/lib/model/api.js +1 -0
- package/node_modules/aws-sdk/lib/s3/managed_upload.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.js +12 -12
- package/node_modules/esbuild/package.json +21 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +5 -5
@@ -116,7 +116,7 @@ declare namespace MWAA {
|
|
116
116
|
/**
|
117
117
|
* An Airflow CLI login token.
|
118
118
|
*/
|
119
|
-
CliToken?:
|
119
|
+
CliToken?: Token;
|
120
120
|
/**
|
121
121
|
* The Airflow web server hostname for the environment.
|
122
122
|
*/
|
@@ -126,9 +126,9 @@ declare namespace MWAA {
|
|
126
126
|
/**
|
127
127
|
* A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
|
128
128
|
*/
|
129
|
-
AirflowConfigurationOptions?:
|
129
|
+
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
130
130
|
/**
|
131
|
-
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2. To learn more, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
|
131
|
+
* The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: 1.10.12, 2.0.2, and 2.2.2. To learn more, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
|
132
132
|
*/
|
133
133
|
AirflowVersion?: AirflowVersion;
|
134
134
|
/**
|
@@ -184,7 +184,7 @@ declare namespace MWAA {
|
|
184
184
|
*/
|
185
185
|
RequirementsS3Path?: RelativePath;
|
186
186
|
/**
|
187
|
-
* The number of Apache Airflow schedulers to run in your environment. Valid values: v2
|
187
|
+
* The number of Apache Airflow schedulers to run in your environment. Valid values: v2 - Accepts between 2 to 5. Defaults to 2. v1 - Accepts 1.
|
188
188
|
*/
|
189
189
|
Schedulers?: Schedulers;
|
190
190
|
/**
|
@@ -224,7 +224,7 @@ declare namespace MWAA {
|
|
224
224
|
/**
|
225
225
|
* An Airflow web server login token.
|
226
226
|
*/
|
227
|
-
WebToken?:
|
227
|
+
WebToken?: Token;
|
228
228
|
}
|
229
229
|
export type CreatedAt = Date;
|
230
230
|
export interface DeleteEnvironmentInput {
|
@@ -253,7 +253,7 @@ declare namespace MWAA {
|
|
253
253
|
*/
|
254
254
|
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
255
255
|
/**
|
256
|
-
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2.
|
256
|
+
* The Apache Airflow version on your environment. Valid values: 1.10.12, 2.0.2, and 2.2.2.
|
257
257
|
*/
|
258
258
|
AirflowVersion?: AirflowVersion;
|
259
259
|
/**
|
@@ -576,10 +576,6 @@ declare namespace MWAA {
|
|
576
576
|
export type String = string;
|
577
577
|
export type SubnetId = string;
|
578
578
|
export type SubnetList = SubnetId[];
|
579
|
-
export type SyntheticCreateCliTokenResponseToken = string;
|
580
|
-
export type SyntheticCreateEnvironmentInputAirflowConfigurationOptions = {[key: string]: ConfigValue};
|
581
|
-
export type SyntheticCreateWebLoginTokenResponseToken = string;
|
582
|
-
export type SyntheticUpdateEnvironmentInputAirflowConfigurationOptions = {[key: string]: ConfigValue};
|
583
579
|
export type TagKey = string;
|
584
580
|
export type TagKeyList = TagKey[];
|
585
581
|
export type TagMap = {[key: string]: TagValue};
|
@@ -597,6 +593,7 @@ declare namespace MWAA {
|
|
597
593
|
}
|
598
594
|
export type TagValue = string;
|
599
595
|
export type Timestamp = Date;
|
596
|
+
export type Token = string;
|
600
597
|
export type Unit = "Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Count"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"|"None"|string;
|
601
598
|
export interface UntagResourceInput {
|
602
599
|
/**
|
@@ -615,9 +612,9 @@ declare namespace MWAA {
|
|
615
612
|
/**
|
616
613
|
* A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
|
617
614
|
*/
|
618
|
-
AirflowConfigurationOptions?:
|
615
|
+
AirflowConfigurationOptions?: AirflowConfigurationOptions;
|
619
616
|
/**
|
620
|
-
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2.
|
617
|
+
* The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid values: 1.10.12, 2.0.2, and 2.2.2.
|
621
618
|
*/
|
622
619
|
AirflowVersion?: AirflowVersion;
|
623
620
|
/**
|
@@ -488,7 +488,7 @@ declare namespace Polly {
|
|
488
488
|
*/
|
489
489
|
SupportedEngines?: EngineList;
|
490
490
|
}
|
491
|
-
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|string;
|
491
|
+
export type VoiceId = "Aditi"|"Amy"|"Astrid"|"Bianca"|"Brian"|"Camila"|"Carla"|"Carmen"|"Celine"|"Chantal"|"Conchita"|"Cristiano"|"Dora"|"Emma"|"Enrique"|"Ewa"|"Filiz"|"Gabrielle"|"Geraint"|"Giorgio"|"Gwyneth"|"Hans"|"Ines"|"Ivy"|"Jacek"|"Jan"|"Joanna"|"Joey"|"Justin"|"Karl"|"Kendra"|"Kevin"|"Kimberly"|"Lea"|"Liv"|"Lotte"|"Lucia"|"Lupe"|"Mads"|"Maja"|"Marlene"|"Mathieu"|"Matthew"|"Maxim"|"Mia"|"Miguel"|"Mizuki"|"Naja"|"Nicole"|"Olivia"|"Penelope"|"Raveena"|"Ricardo"|"Ruben"|"Russell"|"Salli"|"Seoyeon"|"Takumi"|"Tatyana"|"Vicki"|"Vitoria"|"Zeina"|"Zhiyu"|"Aria"|"Ayanda"|"Arlet"|"Hannah"|"Arthur"|"Daniel"|"Liam"|"Pedro"|string;
|
492
492
|
export type VoiceList = Voice[];
|
493
493
|
export type VoiceName = string;
|
494
494
|
/**
|
@@ -152,14 +152,14 @@ declare namespace Pricing {
|
|
152
152
|
/**
|
153
153
|
* The list of products that match your filters. The list contains both the product metadata and the price information.
|
154
154
|
*/
|
155
|
-
PriceList?:
|
155
|
+
PriceList?: PriceListJsonItems;
|
156
156
|
/**
|
157
157
|
* The pagination token that indicates the next set of results to retrieve.
|
158
158
|
*/
|
159
159
|
NextToken?: String;
|
160
160
|
}
|
161
|
-
export type
|
162
|
-
export type
|
161
|
+
export type PriceListJsonItem = string;
|
162
|
+
export type PriceListJsonItems = PriceListJsonItem[];
|
163
163
|
export interface Service {
|
164
164
|
/**
|
165
165
|
* The code for the Amazon Web Services service.
|