cdk-comprehend-s3olap 2.0.84 → 2.0.87
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 +4 -4
- 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 +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
- package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
- package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +590 -564
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
- package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
- package/node_modules/aws-sdk/clients/controltower.js +18 -0
- package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
- package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
- package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +72 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +51 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +359 -188
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
- package/node_modules/es-abstract/CHANGELOG.md +8 -0
- package/node_modules/es-abstract/package.json +9 -8
- package/package.json +10 -9
@@ -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,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
|
+
}
|