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.
@@ -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- amazon amzn
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 EC2 instances. Use this Filters data type instead of InstanceInformationFilterList, which is deprecated.
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"|"Tag Key" 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.
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. Used to authenticate the connection to the managed node.
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
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1211.0',
86
+ VERSION: '2.1212.0',
87
87
 
88
88
  /**
89
89
  * @api private