cdk-comprehend-s3olap 2.0.85 → 2.0.88

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 (54) hide show
  1. package/.jsii +5 -5
  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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  10. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  12. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  13. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  14. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  15. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  17. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  19. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +635 -564
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  24. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  25. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
  26. package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
  27. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  28. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  29. package/node_modules/aws-sdk/clients/identitystore.d.ts +802 -18
  30. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  32. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
  33. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  34. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  35. package/node_modules/aws-sdk/clients/sagemaker.d.ts +122 -18
  36. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
  38. package/node_modules/aws-sdk/dist/aws-sdk.js +359 -188
  39. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  40. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  44. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  45. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  46. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  47. package/node_modules/es-abstract/package.json +9 -8
  48. package/node_modules/esbuild/bin/esbuild +1 -1
  49. package/node_modules/esbuild/install.js +5 -5
  50. package/node_modules/esbuild/lib/main.js +14 -13
  51. package/node_modules/esbuild/package.json +22 -22
  52. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  53. package/node_modules/esbuild-linux-64/package.json +1 -1
  54. package/package.json +10 -8
@@ -194,6 +194,24 @@
194
194
  "output_token": "NextToken",
195
195
  "result_key": "AvailableNumbersList"
196
196
  },
197
+ "SearchQueues": {
198
+ "input_token": "NextToken",
199
+ "limit_key": "MaxResults",
200
+ "non_aggregate_keys": [
201
+ "ApproximateTotalCount"
202
+ ],
203
+ "output_token": "NextToken",
204
+ "result_key": "Queues"
205
+ },
206
+ "SearchRoutingProfiles": {
207
+ "input_token": "NextToken",
208
+ "limit_key": "MaxResults",
209
+ "non_aggregate_keys": [
210
+ "ApproximateTotalCount"
211
+ ],
212
+ "output_token": "NextToken",
213
+ "result_key": "RoutingProfiles"
214
+ },
197
215
  "SearchSecurityProfiles": {
198
216
  "input_token": "NextToken",
199
217
  "limit_key": "MaxResults",
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,148 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "controltower",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Control Tower",
9
+ "serviceId": "ControlTower",
10
+ "signatureVersion": "v4",
11
+ "signingName": "controltower",
12
+ "uid": "controltower-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "DisableControl": {
16
+ "http": {
17
+ "requestUri": "/disable-control",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "controlIdentifier",
24
+ "targetIdentifier"
25
+ ],
26
+ "members": {
27
+ "controlIdentifier": {},
28
+ "targetIdentifier": {}
29
+ }
30
+ },
31
+ "output": {
32
+ "type": "structure",
33
+ "required": [
34
+ "operationIdentifier"
35
+ ],
36
+ "members": {
37
+ "operationIdentifier": {}
38
+ }
39
+ }
40
+ },
41
+ "EnableControl": {
42
+ "http": {
43
+ "requestUri": "/enable-control",
44
+ "responseCode": 200
45
+ },
46
+ "input": {
47
+ "type": "structure",
48
+ "required": [
49
+ "controlIdentifier",
50
+ "targetIdentifier"
51
+ ],
52
+ "members": {
53
+ "controlIdentifier": {},
54
+ "targetIdentifier": {}
55
+ }
56
+ },
57
+ "output": {
58
+ "type": "structure",
59
+ "required": [
60
+ "operationIdentifier"
61
+ ],
62
+ "members": {
63
+ "operationIdentifier": {}
64
+ }
65
+ }
66
+ },
67
+ "GetControlOperation": {
68
+ "http": {
69
+ "requestUri": "/get-control-operation",
70
+ "responseCode": 200
71
+ },
72
+ "input": {
73
+ "type": "structure",
74
+ "required": [
75
+ "operationIdentifier"
76
+ ],
77
+ "members": {
78
+ "operationIdentifier": {}
79
+ }
80
+ },
81
+ "output": {
82
+ "type": "structure",
83
+ "required": [
84
+ "controlOperation"
85
+ ],
86
+ "members": {
87
+ "controlOperation": {
88
+ "type": "structure",
89
+ "members": {
90
+ "endTime": {
91
+ "shape": "Sb"
92
+ },
93
+ "operationType": {},
94
+ "startTime": {
95
+ "shape": "Sb"
96
+ },
97
+ "status": {},
98
+ "statusMessage": {}
99
+ }
100
+ }
101
+ }
102
+ }
103
+ },
104
+ "ListEnabledControls": {
105
+ "http": {
106
+ "requestUri": "/list-enabled-controls",
107
+ "responseCode": 200
108
+ },
109
+ "input": {
110
+ "type": "structure",
111
+ "required": [
112
+ "targetIdentifier"
113
+ ],
114
+ "members": {
115
+ "maxResults": {
116
+ "type": "integer"
117
+ },
118
+ "nextToken": {},
119
+ "targetIdentifier": {}
120
+ }
121
+ },
122
+ "output": {
123
+ "type": "structure",
124
+ "required": [
125
+ "enabledControls"
126
+ ],
127
+ "members": {
128
+ "enabledControls": {
129
+ "type": "list",
130
+ "member": {
131
+ "type": "structure",
132
+ "members": {
133
+ "controlIdentifier": {}
134
+ }
135
+ }
136
+ },
137
+ "nextToken": {}
138
+ }
139
+ }
140
+ }
141
+ },
142
+ "shapes": {
143
+ "Sb": {
144
+ "type": "timestamp",
145
+ "timestampFormat": "iso8601"
146
+ }
147
+ }
148
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "pagination": {
3
+ "ListEnabledControls": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "enabledControls"
8
+ }
9
+ }
10
+ }