cdk-comprehend-s3olap 2.0.55 → 2.0.56
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 +5 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +446 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +28 -25
- 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/licensemanagerusersubscriptions.d.ts +490 -0
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.js +18 -0
- package/node_modules/aws-sdk/clients/personalize.d.ts +15 -2
- 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 +42 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +35 -28
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
- 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/esbuild/bin/esbuild +1 -0
- package/node_modules/esbuild/install.js +5 -4
- package/node_modules/esbuild/lib/main.d.ts +2 -2
- package/node_modules/esbuild/lib/main.js +22 -15
- package/node_modules/esbuild/package.json +22 -21
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +7 -7
@@ -0,0 +1,446 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2018-05-10",
|
5
|
+
"endpointPrefix": "license-manager-user-subscriptions",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"serviceFullName": "AWS License Manager User Subscriptions",
|
9
|
+
"serviceId": "License Manager User Subscriptions",
|
10
|
+
"signatureVersion": "v4",
|
11
|
+
"signingName": "license-manager-user-subscriptions",
|
12
|
+
"uid": "license-manager-user-subscriptions-2018-05-10"
|
13
|
+
},
|
14
|
+
"operations": {
|
15
|
+
"AssociateUser": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/user/AssociateUser",
|
18
|
+
"responseCode": 200
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"IdentityProvider",
|
24
|
+
"InstanceId",
|
25
|
+
"Username"
|
26
|
+
],
|
27
|
+
"members": {
|
28
|
+
"Domain": {},
|
29
|
+
"IdentityProvider": {
|
30
|
+
"shape": "S3"
|
31
|
+
},
|
32
|
+
"InstanceId": {},
|
33
|
+
"Username": {}
|
34
|
+
}
|
35
|
+
},
|
36
|
+
"output": {
|
37
|
+
"type": "structure",
|
38
|
+
"required": [
|
39
|
+
"InstanceUserSummary"
|
40
|
+
],
|
41
|
+
"members": {
|
42
|
+
"InstanceUserSummary": {
|
43
|
+
"shape": "S6"
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"idempotent": true
|
48
|
+
},
|
49
|
+
"DeregisterIdentityProvider": {
|
50
|
+
"http": {
|
51
|
+
"requestUri": "/identity-provider/DeregisterIdentityProvider",
|
52
|
+
"responseCode": 200
|
53
|
+
},
|
54
|
+
"input": {
|
55
|
+
"type": "structure",
|
56
|
+
"required": [
|
57
|
+
"IdentityProvider",
|
58
|
+
"Product"
|
59
|
+
],
|
60
|
+
"members": {
|
61
|
+
"IdentityProvider": {
|
62
|
+
"shape": "S3"
|
63
|
+
},
|
64
|
+
"Product": {}
|
65
|
+
}
|
66
|
+
},
|
67
|
+
"output": {
|
68
|
+
"type": "structure",
|
69
|
+
"required": [
|
70
|
+
"IdentityProviderSummary"
|
71
|
+
],
|
72
|
+
"members": {
|
73
|
+
"IdentityProviderSummary": {
|
74
|
+
"shape": "S9"
|
75
|
+
}
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"idempotent": true
|
79
|
+
},
|
80
|
+
"DisassociateUser": {
|
81
|
+
"http": {
|
82
|
+
"requestUri": "/user/DisassociateUser",
|
83
|
+
"responseCode": 200
|
84
|
+
},
|
85
|
+
"input": {
|
86
|
+
"type": "structure",
|
87
|
+
"required": [
|
88
|
+
"IdentityProvider",
|
89
|
+
"InstanceId",
|
90
|
+
"Username"
|
91
|
+
],
|
92
|
+
"members": {
|
93
|
+
"Domain": {},
|
94
|
+
"IdentityProvider": {
|
95
|
+
"shape": "S3"
|
96
|
+
},
|
97
|
+
"InstanceId": {},
|
98
|
+
"Username": {}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"output": {
|
102
|
+
"type": "structure",
|
103
|
+
"required": [
|
104
|
+
"InstanceUserSummary"
|
105
|
+
],
|
106
|
+
"members": {
|
107
|
+
"InstanceUserSummary": {
|
108
|
+
"shape": "S6"
|
109
|
+
}
|
110
|
+
}
|
111
|
+
},
|
112
|
+
"idempotent": true
|
113
|
+
},
|
114
|
+
"ListIdentityProviders": {
|
115
|
+
"http": {
|
116
|
+
"requestUri": "/identity-provider/ListIdentityProviders",
|
117
|
+
"responseCode": 200
|
118
|
+
},
|
119
|
+
"input": {
|
120
|
+
"type": "structure",
|
121
|
+
"members": {
|
122
|
+
"MaxResults": {
|
123
|
+
"type": "integer"
|
124
|
+
},
|
125
|
+
"NextToken": {}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"output": {
|
129
|
+
"type": "structure",
|
130
|
+
"required": [
|
131
|
+
"IdentityProviderSummaries"
|
132
|
+
],
|
133
|
+
"members": {
|
134
|
+
"IdentityProviderSummaries": {
|
135
|
+
"type": "list",
|
136
|
+
"member": {
|
137
|
+
"shape": "S9"
|
138
|
+
}
|
139
|
+
},
|
140
|
+
"NextToken": {}
|
141
|
+
}
|
142
|
+
}
|
143
|
+
},
|
144
|
+
"ListInstances": {
|
145
|
+
"http": {
|
146
|
+
"requestUri": "/instance/ListInstances",
|
147
|
+
"responseCode": 200
|
148
|
+
},
|
149
|
+
"input": {
|
150
|
+
"type": "structure",
|
151
|
+
"members": {
|
152
|
+
"Filters": {
|
153
|
+
"shape": "Sh"
|
154
|
+
},
|
155
|
+
"MaxResults": {
|
156
|
+
"type": "integer"
|
157
|
+
},
|
158
|
+
"NextToken": {}
|
159
|
+
}
|
160
|
+
},
|
161
|
+
"output": {
|
162
|
+
"type": "structure",
|
163
|
+
"members": {
|
164
|
+
"InstanceSummaries": {
|
165
|
+
"type": "list",
|
166
|
+
"member": {
|
167
|
+
"type": "structure",
|
168
|
+
"required": [
|
169
|
+
"InstanceId",
|
170
|
+
"Products",
|
171
|
+
"Status"
|
172
|
+
],
|
173
|
+
"members": {
|
174
|
+
"InstanceId": {},
|
175
|
+
"LastStatusCheckDate": {},
|
176
|
+
"Products": {
|
177
|
+
"type": "list",
|
178
|
+
"member": {}
|
179
|
+
},
|
180
|
+
"Status": {},
|
181
|
+
"StatusMessage": {}
|
182
|
+
}
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"NextToken": {}
|
186
|
+
}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"ListProductSubscriptions": {
|
190
|
+
"http": {
|
191
|
+
"requestUri": "/user/ListProductSubscriptions",
|
192
|
+
"responseCode": 200
|
193
|
+
},
|
194
|
+
"input": {
|
195
|
+
"type": "structure",
|
196
|
+
"required": [
|
197
|
+
"IdentityProvider",
|
198
|
+
"Product"
|
199
|
+
],
|
200
|
+
"members": {
|
201
|
+
"Filters": {
|
202
|
+
"shape": "Sh"
|
203
|
+
},
|
204
|
+
"IdentityProvider": {
|
205
|
+
"shape": "S3"
|
206
|
+
},
|
207
|
+
"MaxResults": {
|
208
|
+
"type": "integer"
|
209
|
+
},
|
210
|
+
"NextToken": {},
|
211
|
+
"Product": {}
|
212
|
+
}
|
213
|
+
},
|
214
|
+
"output": {
|
215
|
+
"type": "structure",
|
216
|
+
"members": {
|
217
|
+
"NextToken": {},
|
218
|
+
"ProductUserSummaries": {
|
219
|
+
"type": "list",
|
220
|
+
"member": {
|
221
|
+
"shape": "Sq"
|
222
|
+
}
|
223
|
+
}
|
224
|
+
}
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"ListUserAssociations": {
|
228
|
+
"http": {
|
229
|
+
"requestUri": "/user/ListUserAssociations",
|
230
|
+
"responseCode": 200
|
231
|
+
},
|
232
|
+
"input": {
|
233
|
+
"type": "structure",
|
234
|
+
"required": [
|
235
|
+
"IdentityProvider",
|
236
|
+
"InstanceId"
|
237
|
+
],
|
238
|
+
"members": {
|
239
|
+
"Filters": {
|
240
|
+
"shape": "Sh"
|
241
|
+
},
|
242
|
+
"IdentityProvider": {
|
243
|
+
"shape": "S3"
|
244
|
+
},
|
245
|
+
"InstanceId": {},
|
246
|
+
"MaxResults": {
|
247
|
+
"type": "integer"
|
248
|
+
},
|
249
|
+
"NextToken": {}
|
250
|
+
}
|
251
|
+
},
|
252
|
+
"output": {
|
253
|
+
"type": "structure",
|
254
|
+
"members": {
|
255
|
+
"InstanceUserSummaries": {
|
256
|
+
"type": "list",
|
257
|
+
"member": {
|
258
|
+
"shape": "S6"
|
259
|
+
}
|
260
|
+
},
|
261
|
+
"NextToken": {}
|
262
|
+
}
|
263
|
+
}
|
264
|
+
},
|
265
|
+
"RegisterIdentityProvider": {
|
266
|
+
"http": {
|
267
|
+
"requestUri": "/identity-provider/RegisterIdentityProvider",
|
268
|
+
"responseCode": 200
|
269
|
+
},
|
270
|
+
"input": {
|
271
|
+
"type": "structure",
|
272
|
+
"required": [
|
273
|
+
"IdentityProvider",
|
274
|
+
"Product"
|
275
|
+
],
|
276
|
+
"members": {
|
277
|
+
"IdentityProvider": {
|
278
|
+
"shape": "S3"
|
279
|
+
},
|
280
|
+
"Product": {}
|
281
|
+
}
|
282
|
+
},
|
283
|
+
"output": {
|
284
|
+
"type": "structure",
|
285
|
+
"required": [
|
286
|
+
"IdentityProviderSummary"
|
287
|
+
],
|
288
|
+
"members": {
|
289
|
+
"IdentityProviderSummary": {
|
290
|
+
"shape": "S9"
|
291
|
+
}
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"idempotent": true
|
295
|
+
},
|
296
|
+
"StartProductSubscription": {
|
297
|
+
"http": {
|
298
|
+
"requestUri": "/user/StartProductSubscription",
|
299
|
+
"responseCode": 200
|
300
|
+
},
|
301
|
+
"input": {
|
302
|
+
"type": "structure",
|
303
|
+
"required": [
|
304
|
+
"IdentityProvider",
|
305
|
+
"Product",
|
306
|
+
"Username"
|
307
|
+
],
|
308
|
+
"members": {
|
309
|
+
"Domain": {},
|
310
|
+
"IdentityProvider": {
|
311
|
+
"shape": "S3"
|
312
|
+
},
|
313
|
+
"Product": {},
|
314
|
+
"Username": {}
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"output": {
|
318
|
+
"type": "structure",
|
319
|
+
"required": [
|
320
|
+
"ProductUserSummary"
|
321
|
+
],
|
322
|
+
"members": {
|
323
|
+
"ProductUserSummary": {
|
324
|
+
"shape": "Sq"
|
325
|
+
}
|
326
|
+
}
|
327
|
+
}
|
328
|
+
},
|
329
|
+
"StopProductSubscription": {
|
330
|
+
"http": {
|
331
|
+
"requestUri": "/user/StopProductSubscription",
|
332
|
+
"responseCode": 200
|
333
|
+
},
|
334
|
+
"input": {
|
335
|
+
"type": "structure",
|
336
|
+
"required": [
|
337
|
+
"IdentityProvider",
|
338
|
+
"Product",
|
339
|
+
"Username"
|
340
|
+
],
|
341
|
+
"members": {
|
342
|
+
"Domain": {},
|
343
|
+
"IdentityProvider": {
|
344
|
+
"shape": "S3"
|
345
|
+
},
|
346
|
+
"Product": {},
|
347
|
+
"Username": {}
|
348
|
+
}
|
349
|
+
},
|
350
|
+
"output": {
|
351
|
+
"type": "structure",
|
352
|
+
"required": [
|
353
|
+
"ProductUserSummary"
|
354
|
+
],
|
355
|
+
"members": {
|
356
|
+
"ProductUserSummary": {
|
357
|
+
"shape": "Sq"
|
358
|
+
}
|
359
|
+
}
|
360
|
+
}
|
361
|
+
}
|
362
|
+
},
|
363
|
+
"shapes": {
|
364
|
+
"S3": {
|
365
|
+
"type": "structure",
|
366
|
+
"members": {
|
367
|
+
"ActiveDirectoryIdentityProvider": {
|
368
|
+
"type": "structure",
|
369
|
+
"members": {
|
370
|
+
"DirectoryId": {}
|
371
|
+
}
|
372
|
+
}
|
373
|
+
},
|
374
|
+
"union": true
|
375
|
+
},
|
376
|
+
"S6": {
|
377
|
+
"type": "structure",
|
378
|
+
"required": [
|
379
|
+
"IdentityProvider",
|
380
|
+
"InstanceId",
|
381
|
+
"Status",
|
382
|
+
"Username"
|
383
|
+
],
|
384
|
+
"members": {
|
385
|
+
"AssociationDate": {},
|
386
|
+
"DisassociationDate": {},
|
387
|
+
"Domain": {},
|
388
|
+
"IdentityProvider": {
|
389
|
+
"shape": "S3"
|
390
|
+
},
|
391
|
+
"InstanceId": {},
|
392
|
+
"Status": {},
|
393
|
+
"StatusMessage": {},
|
394
|
+
"Username": {}
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"S9": {
|
398
|
+
"type": "structure",
|
399
|
+
"required": [
|
400
|
+
"IdentityProvider",
|
401
|
+
"Product",
|
402
|
+
"Status"
|
403
|
+
],
|
404
|
+
"members": {
|
405
|
+
"FailureMessage": {},
|
406
|
+
"IdentityProvider": {
|
407
|
+
"shape": "S3"
|
408
|
+
},
|
409
|
+
"Product": {},
|
410
|
+
"Status": {}
|
411
|
+
}
|
412
|
+
},
|
413
|
+
"Sh": {
|
414
|
+
"type": "list",
|
415
|
+
"member": {
|
416
|
+
"type": "structure",
|
417
|
+
"members": {
|
418
|
+
"Attribute": {},
|
419
|
+
"Operation": {},
|
420
|
+
"Value": {}
|
421
|
+
}
|
422
|
+
}
|
423
|
+
},
|
424
|
+
"Sq": {
|
425
|
+
"type": "structure",
|
426
|
+
"required": [
|
427
|
+
"IdentityProvider",
|
428
|
+
"Product",
|
429
|
+
"Status",
|
430
|
+
"Username"
|
431
|
+
],
|
432
|
+
"members": {
|
433
|
+
"Domain": {},
|
434
|
+
"IdentityProvider": {
|
435
|
+
"shape": "S3"
|
436
|
+
},
|
437
|
+
"Product": {},
|
438
|
+
"Status": {},
|
439
|
+
"StatusMessage": {},
|
440
|
+
"SubscriptionEndDate": {},
|
441
|
+
"SubscriptionStartDate": {},
|
442
|
+
"Username": {}
|
443
|
+
}
|
444
|
+
}
|
445
|
+
}
|
446
|
+
}
|
package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.paginators.json
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListIdentityProviders": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "IdentityProviderSummaries"
|
8
|
+
},
|
9
|
+
"ListInstances": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "InstanceSummaries"
|
14
|
+
},
|
15
|
+
"ListProductSubscriptions": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "ProductUserSummaries"
|
20
|
+
},
|
21
|
+
"ListUserAssociations": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "InstanceUserSummaries"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -216,7 +216,8 @@
|
|
216
216
|
"roleArn": {},
|
217
217
|
"tags": {
|
218
218
|
"shape": "Sf"
|
219
|
-
}
|
219
|
+
},
|
220
|
+
"importMode": {}
|
220
221
|
}
|
221
222
|
},
|
222
223
|
"output": {
|
@@ -262,7 +263,7 @@
|
|
262
263
|
"name": {},
|
263
264
|
"datasetGroupArn": {},
|
264
265
|
"filterExpression": {
|
265
|
-
"shape": "
|
266
|
+
"shape": "S1a"
|
266
267
|
},
|
267
268
|
"tags": {
|
268
269
|
"shape": "Sf"
|
@@ -289,7 +290,7 @@
|
|
289
290
|
"datasetGroupArn": {},
|
290
291
|
"recipeArn": {},
|
291
292
|
"recommenderConfig": {
|
292
|
-
"shape": "
|
293
|
+
"shape": "S1d"
|
293
294
|
},
|
294
295
|
"tags": {
|
295
296
|
"shape": "Sf"
|
@@ -344,7 +345,7 @@
|
|
344
345
|
"datasetGroupArn": {},
|
345
346
|
"eventType": {},
|
346
347
|
"solutionConfig": {
|
347
|
-
"shape": "
|
348
|
+
"shape": "S1m"
|
348
349
|
},
|
349
350
|
"tags": {
|
350
351
|
"shape": "Sf"
|
@@ -551,7 +552,7 @@
|
|
551
552
|
"members": {
|
552
553
|
"name": {},
|
553
554
|
"values": {
|
554
|
-
"shape": "
|
555
|
+
"shape": "S26"
|
555
556
|
},
|
556
557
|
"isTunable": {
|
557
558
|
"type": "boolean"
|
@@ -867,7 +868,8 @@
|
|
867
868
|
"lastUpdatedDateTime": {
|
868
869
|
"type": "timestamp"
|
869
870
|
},
|
870
|
-
"failureReason": {}
|
871
|
+
"failureReason": {},
|
872
|
+
"importMode": {}
|
871
873
|
}
|
872
874
|
}
|
873
875
|
}
|
@@ -971,7 +973,7 @@
|
|
971
973
|
"datasetGroupArn": {},
|
972
974
|
"failureReason": {},
|
973
975
|
"filterExpression": {
|
974
|
-
"shape": "
|
976
|
+
"shape": "S1a"
|
975
977
|
},
|
976
978
|
"status": {}
|
977
979
|
}
|
@@ -1036,7 +1038,7 @@
|
|
1036
1038
|
"name": {},
|
1037
1039
|
"recipeArn": {},
|
1038
1040
|
"recommenderConfig": {
|
1039
|
-
"shape": "
|
1041
|
+
"shape": "S1d"
|
1040
1042
|
},
|
1041
1043
|
"creationDateTime": {
|
1042
1044
|
"type": "timestamp"
|
@@ -1050,7 +1052,7 @@
|
|
1050
1052
|
"type": "structure",
|
1051
1053
|
"members": {
|
1052
1054
|
"recommenderConfig": {
|
1053
|
-
"shape": "
|
1055
|
+
"shape": "S1d"
|
1054
1056
|
},
|
1055
1057
|
"creationDateTime": {
|
1056
1058
|
"type": "timestamp"
|
@@ -1063,7 +1065,7 @@
|
|
1063
1065
|
}
|
1064
1066
|
},
|
1065
1067
|
"modelMetrics": {
|
1066
|
-
"shape": "
|
1068
|
+
"shape": "S4e"
|
1067
1069
|
}
|
1068
1070
|
}
|
1069
1071
|
}
|
@@ -1131,7 +1133,7 @@
|
|
1131
1133
|
"datasetGroupArn": {},
|
1132
1134
|
"eventType": {},
|
1133
1135
|
"solutionConfig": {
|
1134
|
-
"shape": "
|
1136
|
+
"shape": "S1m"
|
1135
1137
|
},
|
1136
1138
|
"autoMLResult": {
|
1137
1139
|
"type": "structure",
|
@@ -1147,7 +1149,7 @@
|
|
1147
1149
|
"type": "timestamp"
|
1148
1150
|
},
|
1149
1151
|
"latestSolutionVersion": {
|
1150
|
-
"shape": "
|
1152
|
+
"shape": "S4o"
|
1151
1153
|
}
|
1152
1154
|
}
|
1153
1155
|
}
|
@@ -1183,7 +1185,7 @@
|
|
1183
1185
|
"eventType": {},
|
1184
1186
|
"datasetGroupArn": {},
|
1185
1187
|
"solutionConfig": {
|
1186
|
-
"shape": "
|
1188
|
+
"shape": "S1m"
|
1187
1189
|
},
|
1188
1190
|
"trainingHours": {
|
1189
1191
|
"type": "double"
|
@@ -1226,7 +1228,7 @@
|
|
1226
1228
|
"members": {
|
1227
1229
|
"solutionVersionArn": {},
|
1228
1230
|
"metrics": {
|
1229
|
-
"shape": "
|
1231
|
+
"shape": "S4e"
|
1230
1232
|
}
|
1231
1233
|
}
|
1232
1234
|
}
|
@@ -1446,7 +1448,8 @@
|
|
1446
1448
|
"lastUpdatedDateTime": {
|
1447
1449
|
"type": "timestamp"
|
1448
1450
|
},
|
1449
|
-
"failureReason": {}
|
1451
|
+
"failureReason": {},
|
1452
|
+
"importMode": {}
|
1450
1453
|
}
|
1451
1454
|
}
|
1452
1455
|
},
|
@@ -1628,7 +1631,7 @@
|
|
1628
1631
|
"datasetGroupArn": {},
|
1629
1632
|
"recipeArn": {},
|
1630
1633
|
"recommenderConfig": {
|
1631
|
-
"shape": "
|
1634
|
+
"shape": "S1d"
|
1632
1635
|
},
|
1633
1636
|
"status": {},
|
1634
1637
|
"creationDateTime": {
|
@@ -1697,7 +1700,7 @@
|
|
1697
1700
|
"solutionVersions": {
|
1698
1701
|
"type": "list",
|
1699
1702
|
"member": {
|
1700
|
-
"shape": "
|
1703
|
+
"shape": "S4o"
|
1701
1704
|
}
|
1702
1705
|
},
|
1703
1706
|
"nextToken": {}
|
@@ -1882,7 +1885,7 @@
|
|
1882
1885
|
"members": {
|
1883
1886
|
"recommenderArn": {},
|
1884
1887
|
"recommenderConfig": {
|
1885
|
-
"shape": "
|
1888
|
+
"shape": "S1d"
|
1886
1889
|
}
|
1887
1890
|
}
|
1888
1891
|
},
|
@@ -2002,11 +2005,11 @@
|
|
2002
2005
|
"dataLocation": {}
|
2003
2006
|
}
|
2004
2007
|
},
|
2005
|
-
"
|
2008
|
+
"S1a": {
|
2006
2009
|
"type": "string",
|
2007
2010
|
"sensitive": true
|
2008
2011
|
},
|
2009
|
-
"
|
2012
|
+
"S1d": {
|
2010
2013
|
"type": "structure",
|
2011
2014
|
"members": {
|
2012
2015
|
"itemExplorationConfig": {
|
@@ -2017,7 +2020,7 @@
|
|
2017
2020
|
}
|
2018
2021
|
}
|
2019
2022
|
},
|
2020
|
-
"
|
2023
|
+
"S1m": {
|
2021
2024
|
"type": "structure",
|
2022
2025
|
"members": {
|
2023
2026
|
"eventValueThreshold": {},
|
@@ -2079,7 +2082,7 @@
|
|
2079
2082
|
"members": {
|
2080
2083
|
"name": {},
|
2081
2084
|
"values": {
|
2082
|
-
"shape": "
|
2085
|
+
"shape": "S26"
|
2083
2086
|
}
|
2084
2087
|
}
|
2085
2088
|
}
|
@@ -2115,18 +2118,18 @@
|
|
2115
2118
|
}
|
2116
2119
|
}
|
2117
2120
|
},
|
2118
|
-
"
|
2121
|
+
"S26": {
|
2119
2122
|
"type": "list",
|
2120
2123
|
"member": {}
|
2121
2124
|
},
|
2122
|
-
"
|
2125
|
+
"S4e": {
|
2123
2126
|
"type": "map",
|
2124
2127
|
"key": {},
|
2125
2128
|
"value": {
|
2126
2129
|
"type": "double"
|
2127
2130
|
}
|
2128
2131
|
},
|
2129
|
-
"
|
2132
|
+
"S4o": {
|
2130
2133
|
"type": "structure",
|
2131
2134
|
"members": {
|
2132
2135
|
"solutionVersionArn": {},
|
@@ -309,3 +309,4 @@ export import M2 = require('./m2');
|
|
309
309
|
export import ConnectCampaigns = require('./connectcampaigns');
|
310
310
|
export import RedshiftServerless = require('./redshiftserverless');
|
311
311
|
export import RolesAnywhere = require('./rolesanywhere');
|
312
|
+
export import LicenseManagerUserSubscriptions = require('./licensemanagerusersubscriptions');
|