cdk-comprehend-s3olap 2.0.89 → 2.0.90
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 +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -2589,6 +2589,10 @@ declare namespace SSM {
|
|
2589
2589
|
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
|
2590
2590
|
*/
|
2591
2591
|
TargetMaps?: TargetMaps;
|
2592
|
+
/**
|
2593
|
+
* Adds or overwrites one or more tags for a State Manager association. Tags are metadata that you can assign to your Amazon Web Services resources. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define.
|
2594
|
+
*/
|
2595
|
+
Tags?: TagList;
|
2592
2596
|
}
|
2593
2597
|
export interface CreateAssociationResult {
|
2594
2598
|
/**
|
@@ -2610,7 +2614,7 @@ declare namespace SSM {
|
|
2610
2614
|
*/
|
2611
2615
|
Attachments?: AttachmentsSourceList;
|
2612
2616
|
/**
|
2613
|
-
* A name for the SSM document. You can't use the following strings as document name prefixes. These are reserved by Amazon Web Services for use as document name prefixes: aws
|
2617
|
+
* A name for the SSM document. You can't use the following strings as document name prefixes. These are reserved by Amazon Web Services for use as document name prefixes: aws amazon amzn
|
2614
2618
|
*/
|
2615
2619
|
Name: DocumentName;
|
2616
2620
|
/**
|
@@ -3419,7 +3423,7 @@ declare namespace SSM {
|
|
3419
3423
|
*/
|
3420
3424
|
InstanceInformationFilterList?: InstanceInformationFilterList;
|
3421
3425
|
/**
|
3422
|
-
* One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to
|
3426
|
+
* One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on tags applied to your managed nodes. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.
|
3423
3427
|
*/
|
3424
3428
|
Filters?: InstanceInformationStringFilterList;
|
3425
3429
|
/**
|
@@ -5537,7 +5541,7 @@ declare namespace SSM {
|
|
5537
5541
|
export type InstanceInformationList = InstanceInformation[];
|
5538
5542
|
export interface InstanceInformationStringFilter {
|
5539
5543
|
/**
|
5540
|
-
* The filter key name to describe your managed nodes. For example: "InstanceIds"|"AgentVersion"|"PingStatus"|"PlatformTypes"|"ActivationIds"|"IamRole"|"ResourceType"|"AssociationStatus"|"
|
5544
|
+
* The filter key name to describe your managed nodes. For example: "InstanceIds" | "AgentVersion" | "PingStatus" | "PlatformTypes" | "ActivationIds" | "IamRole" | "ResourceType" | "AssociationStatus" | "tag-key" | "tag:{keyname} Tag Key isn't a valid filter. You must specify either tag-key or tag:{keyname} and a string. Here are some valid examples: tag-key, tag:123, tag:al!, tag:Windows. Here are some invalid examples: tag-keys, Tag Key, tag:, tagKey, abc:keyname.
|
5541
5545
|
*/
|
5542
5546
|
Key: InstanceInformationStringFilterKey;
|
5543
5547
|
/**
|
@@ -8372,7 +8376,7 @@ declare namespace SSM {
|
|
8372
8376
|
export type ResourceDataSyncType = string;
|
8373
8377
|
export type ResourceId = string;
|
8374
8378
|
export type ResourceType = "ManagedInstance"|"Document"|"EC2Instance"|string;
|
8375
|
-
export type ResourceTypeForTagging = "Document"|"ManagedInstance"|"MaintenanceWindow"|"Parameter"|"PatchBaseline"|"OpsItem"|"OpsMetadata"|"Automation"|string;
|
8379
|
+
export type ResourceTypeForTagging = "Document"|"ManagedInstance"|"MaintenanceWindow"|"Parameter"|"PatchBaseline"|"OpsItem"|"OpsMetadata"|"Automation"|"Association"|string;
|
8376
8380
|
export type ResponseCode = number;
|
8377
8381
|
export interface ResultAttribute {
|
8378
8382
|
/**
|
@@ -8571,7 +8575,7 @@ declare namespace SSM {
|
|
8571
8575
|
*/
|
8572
8576
|
MaxErrors?: MaxErrors;
|
8573
8577
|
/**
|
8574
|
-
* The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.
|
8578
|
+
* The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands. This role must provide the sns:Publish permission for your notification topic. For information about creating and using this service role, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.
|
8575
8579
|
*/
|
8576
8580
|
ServiceRoleArn?: ServiceRole;
|
8577
8581
|
/**
|
@@ -8876,7 +8880,7 @@ declare namespace SSM {
|
|
8876
8880
|
*/
|
8877
8881
|
SessionId?: SessionId;
|
8878
8882
|
/**
|
8879
|
-
* An encrypted token value containing session and caller information.
|
8883
|
+
* An encrypted token value containing session and caller information. This token is used to authenticate the connection to the managed node, and is valid only long enough to ensure the connection is successful. Never share your session's token.
|
8880
8884
|
*/
|
8881
8885
|
TokenValue?: TokenValue;
|
8882
8886
|
/**
|