cdk-comprehend-s3olap 2.0.487 → 2.0.489

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 (32) 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/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +7 -1
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +33 -33
  8. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +442 -94
  9. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
  11. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +4 -1
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +7 -1
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +374 -346
  15. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +16 -1
  16. package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +90 -23
  17. package/node_modules/aws-sdk/clients/appstream.d.ts +8 -8
  18. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
  19. package/node_modules/aws-sdk/clients/codepipeline.d.ts +481 -1
  20. package/node_modules/aws-sdk/clients/elasticache.d.ts +196 -196
  21. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +45 -5
  22. package/node_modules/aws-sdk/clients/memorydb.d.ts +7 -7
  23. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +12 -0
  24. package/node_modules/aws-sdk/clients/tnb.d.ts +95 -18
  25. package/node_modules/aws-sdk/clients/workspaces.d.ts +7 -7
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +498 -132
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +3 -3
@@ -23,6 +23,12 @@
23
23
  "limit_key": "maxResults",
24
24
  "result_key": "pipelines"
25
25
  },
26
+ "ListRuleExecutions": {
27
+ "input_token": "nextToken",
28
+ "output_token": "nextToken",
29
+ "limit_key": "maxResults",
30
+ "result_key": "ruleExecutionDetails"
31
+ },
26
32
  "ListTagsForResource": {
27
33
  "input_token": "nextToken",
28
34
  "output_token": "nextToken",
@@ -4,11 +4,17 @@
4
4
  "apiVersion": "2012-06-01",
5
5
  "endpointPrefix": "elasticloadbalancing",
6
6
  "protocol": "query",
7
+ "protocols": [
8
+ "query"
9
+ ],
7
10
  "serviceFullName": "Elastic Load Balancing",
8
11
  "serviceId": "Elastic Load Balancing",
9
12
  "signatureVersion": "v4",
10
13
  "uid": "elasticloadbalancing-2012-06-01",
11
- "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
14
+ "xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/",
15
+ "auth": [
16
+ "aws.auth#sigv4"
17
+ ]
12
18
  },
13
19
  "operations": {
14
20
  "AddTags": {
@@ -12,7 +12,10 @@
12
12
  "serviceId": "EventBridge",
13
13
  "signatureVersion": "v4",
14
14
  "targetPrefix": "AWSEvents",
15
- "uid": "eventbridge-2015-10-07"
15
+ "uid": "eventbridge-2015-10-07",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
16
19
  },
17
20
  "operations": {
18
21
  "ActivateEventSource": {
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "logs",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon CloudWatch Logs",
9
12
  "serviceId": "CloudWatch Logs",
10
13
  "signatureVersion": "v4",
11
14
  "targetPrefix": "Logs_20140328",
12
- "uid": "logs-2014-03-28"
15
+ "uid": "logs-2014-03-28",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "AssociateKmsKey": {
@@ -5,13 +5,19 @@
5
5
  "endpointPrefix": "memory-db",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "Amazon MemoryDB",
9
12
  "serviceFullName": "Amazon MemoryDB",
10
13
  "serviceId": "MemoryDB",
11
14
  "signatureVersion": "v4",
12
15
  "signingName": "memorydb",
13
16
  "targetPrefix": "AmazonMemoryDB",
14
- "uid": "memorydb-2021-01-01"
17
+ "uid": "memorydb-2021-01-01",
18
+ "auth": [
19
+ "aws.auth#sigv4"
20
+ ]
15
21
  },
16
22
  "operations": {
17
23
  "BatchUpdateCluster": {