cdk-comprehend-s3olap 2.0.88 → 2.0.91

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.
Files changed (50) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +26 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -8
  8. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  11. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  12. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  15. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  16. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
  20. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +705 -695
  22. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  23. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  24. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
  25. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  26. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
  28. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  29. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  30. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
  34. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  35. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  36. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  37. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  38. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  39. package/node_modules/aws-sdk/clients/sagemaker.d.ts +23 -3
  40. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  41. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +759 -752
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +202 -61
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -99,6 +99,14 @@ declare class SNS extends Service {
99
99
  * Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
100
100
  */
101
101
  deleteTopic(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
102
+ /**
103
+ * Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
104
+ */
105
+ getDataProtectionPolicy(params: SNS.Types.GetDataProtectionPolicyInput, callback?: (err: AWSError, data: SNS.Types.GetDataProtectionPolicyResponse) => void): Request<SNS.Types.GetDataProtectionPolicyResponse, AWSError>;
106
+ /**
107
+ * Retrieves the specified inline DataProtectionPolicy document that is stored in the specified Amazon SNS topic.
108
+ */
109
+ getDataProtectionPolicy(callback?: (err: AWSError, data: SNS.Types.GetDataProtectionPolicyResponse) => void): Request<SNS.Types.GetDataProtectionPolicyResponse, AWSError>;
102
110
  /**
103
111
  * Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
104
112
  */
@@ -243,6 +251,14 @@ declare class SNS extends Service {
243
251
  * Publishes up to ten messages to the specified topic. This is a batch version of Publish. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes. The result of publishing each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200. The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KB (262,144 bytes). Some actions take lists of parameters. These lists are specified using the param.n notation. Values of n are integers starting from 1. For example, a parameter list with two elements looks like this: &amp;AttributeName.1=first &amp;AttributeName.2=second If you send a batch message to a topic, Amazon SNS publishes the batch message to each endpoint that is subscribed to the topic. The format of the batch message depends on the notification protocol for each subscribed endpoint. When a messageId is returned, the batch message is saved and Amazon SNS immediately delivers the message to subscribers.
244
252
  */
245
253
  publishBatch(callback?: (err: AWSError, data: SNS.Types.PublishBatchResponse) => void): Request<SNS.Types.PublishBatchResponse, AWSError>;
254
+ /**
255
+ * Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
256
+ */
257
+ putDataProtectionPolicy(params: SNS.Types.PutDataProtectionPolicyInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
258
+ /**
259
+ * Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.
260
+ */
261
+ putDataProtectionPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
246
262
  /**
247
263
  * Removes a statement from a topic's access control policy.
248
264
  */
@@ -474,6 +490,10 @@ declare namespace SNS {
474
490
  * The list of tags to add to a new topic. To be able to tag a topic on creation, you must have the sns:CreateTopic and sns:TagResource permissions.
475
491
  */
476
492
  Tags?: TagList;
493
+ /**
494
+ * The body of the policy document you want to use for this topic. You can only add one policy per topic. The policy must be in JSON string format. Length Constraints: Maximum length of 30,720.
495
+ */
496
+ DataProtectionPolicy?: attributeValue;
477
497
  }
478
498
  export interface CreateTopicResponse {
479
499
  /**
@@ -518,6 +538,18 @@ declare namespace SNS {
518
538
  */
519
539
  Attributes?: MapStringToString;
520
540
  }
541
+ export interface GetDataProtectionPolicyInput {
542
+ /**
543
+ * The ARN of the topic whose DataProtectionPolicy you want to get. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
544
+ */
545
+ ResourceArn: topicARN;
546
+ }
547
+ export interface GetDataProtectionPolicyResponse {
548
+ /**
549
+ * Retrieves the DataProtectionPolicy in JSON string format.
550
+ */
551
+ DataProtectionPolicy?: attributeValue;
552
+ }
521
553
  export interface GetEndpointAttributesInput {
522
554
  /**
523
555
  * EndpointArn for GetEndpointAttributes input.
@@ -930,6 +962,16 @@ declare namespace SNS {
930
962
  */
931
963
  SequenceNumber?: String;
932
964
  }
965
+ export interface PutDataProtectionPolicyInput {
966
+ /**
967
+ * The ARN of the topic whose DataProtectionPolicy you want to add or update. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
968
+ */
969
+ ResourceArn: topicARN;
970
+ /**
971
+ * The JSON serialization of the topic's DataProtectionPolicy. The DataProtectionPolicy must be in JSON string format. Length Constraints: Maximum length of 30,720.
972
+ */
973
+ DataProtectionPolicy: attributeValue;
974
+ }
933
975
  export interface RemovePermissionInput {
934
976
  /**
935
977
  * The ARN of the topic whose access control policy you wish to modify.
@@ -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.1210.0',
86
+ VERSION: '2.1213.0',
87
87
 
88
88
  /**
89
89
  * @api private