aws-sdk 2.801.0 → 2.805.0
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/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/amplifybackend-2020-08-11.min.json +0 -8
- package/apis/batch-2016-08-10.min.json +81 -21
- package/apis/compute-optimizer-2019-11-01.min.json +110 -0
- package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
- package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
- package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
- package/apis/dms-2016-01-01.min.json +9 -1
- package/apis/ec2-2016-11-15.min.json +4 -0
- package/apis/lambda-2015-03-31.examples.json +6 -6
- package/apis/license-manager-2018-08-01.min.json +957 -51
- package/apis/medialive-2017-10-14.min.json +240 -158
- package/apis/metadata.json +4 -3
- package/apis/rds-2014-10-31.min.json +200 -132
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
- package/apis/ssm-2014-11-06.min.json +348 -203
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplifybackend.d.ts +74 -74
- package/clients/batch.d.ts +200 -133
- package/clients/computeoptimizer.d.ts +179 -22
- package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
- package/clients/customerprofiles.js +18 -0
- package/clients/directoryservice.d.ts +24 -21
- package/clients/dms.d.ts +16 -0
- package/clients/ec2.d.ts +6 -2
- package/clients/kafka.d.ts +4 -4
- package/clients/lambda.d.ts +10 -10
- package/clients/licensemanager.d.ts +1350 -72
- package/clients/medialive.d.ts +80 -1
- package/clients/rds.d.ts +128 -43
- package/clients/servicecatalogappregistry.d.ts +61 -0
- package/clients/ssm.d.ts +197 -10
- package/clients/workspaces.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +31 -27
- package/dist/aws-sdk.js +565 -343
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/lib/services/s3.js +6 -2
- package/package.json +1 -1
- package/clients/profile.js +0 -18
|
@@ -12,6 +12,227 @@
|
|
|
12
12
|
"uid": "license-manager-2018-08-01"
|
|
13
13
|
},
|
|
14
14
|
"operations": {
|
|
15
|
+
"AcceptGrant": {
|
|
16
|
+
"input": {
|
|
17
|
+
"type": "structure",
|
|
18
|
+
"required": [
|
|
19
|
+
"GrantArn"
|
|
20
|
+
],
|
|
21
|
+
"members": {
|
|
22
|
+
"GrantArn": {}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"output": {
|
|
26
|
+
"type": "structure",
|
|
27
|
+
"members": {
|
|
28
|
+
"GrantArn": {},
|
|
29
|
+
"Status": {},
|
|
30
|
+
"Version": {}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"CheckInLicense": {
|
|
35
|
+
"input": {
|
|
36
|
+
"type": "structure",
|
|
37
|
+
"required": [
|
|
38
|
+
"LicenseConsumptionToken"
|
|
39
|
+
],
|
|
40
|
+
"members": {
|
|
41
|
+
"LicenseConsumptionToken": {},
|
|
42
|
+
"Beneficiary": {}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"output": {
|
|
46
|
+
"type": "structure",
|
|
47
|
+
"members": {}
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"CheckoutBorrowLicense": {
|
|
51
|
+
"input": {
|
|
52
|
+
"type": "structure",
|
|
53
|
+
"required": [
|
|
54
|
+
"LicenseArn",
|
|
55
|
+
"Entitlements",
|
|
56
|
+
"DigitalSignatureMethod",
|
|
57
|
+
"ClientToken"
|
|
58
|
+
],
|
|
59
|
+
"members": {
|
|
60
|
+
"LicenseArn": {},
|
|
61
|
+
"Entitlements": {
|
|
62
|
+
"shape": "S9"
|
|
63
|
+
},
|
|
64
|
+
"DigitalSignatureMethod": {},
|
|
65
|
+
"NodeId": {},
|
|
66
|
+
"CheckoutMetadata": {
|
|
67
|
+
"shape": "Sd"
|
|
68
|
+
},
|
|
69
|
+
"ClientToken": {}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"output": {
|
|
73
|
+
"type": "structure",
|
|
74
|
+
"members": {
|
|
75
|
+
"LicenseArn": {},
|
|
76
|
+
"LicenseConsumptionToken": {},
|
|
77
|
+
"EntitlementsAllowed": {
|
|
78
|
+
"shape": "S9"
|
|
79
|
+
},
|
|
80
|
+
"NodeId": {},
|
|
81
|
+
"SignedToken": {},
|
|
82
|
+
"IssuedAt": {},
|
|
83
|
+
"Expiration": {},
|
|
84
|
+
"CheckoutMetadata": {
|
|
85
|
+
"shape": "Sd"
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"CheckoutLicense": {
|
|
91
|
+
"input": {
|
|
92
|
+
"type": "structure",
|
|
93
|
+
"required": [
|
|
94
|
+
"ProductSKU",
|
|
95
|
+
"CheckoutType",
|
|
96
|
+
"KeyFingerprint",
|
|
97
|
+
"Entitlements",
|
|
98
|
+
"ClientToken"
|
|
99
|
+
],
|
|
100
|
+
"members": {
|
|
101
|
+
"ProductSKU": {},
|
|
102
|
+
"CheckoutType": {},
|
|
103
|
+
"KeyFingerprint": {},
|
|
104
|
+
"Entitlements": {
|
|
105
|
+
"shape": "S9"
|
|
106
|
+
},
|
|
107
|
+
"ClientToken": {},
|
|
108
|
+
"Beneficiary": {},
|
|
109
|
+
"NodeId": {}
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"output": {
|
|
113
|
+
"type": "structure",
|
|
114
|
+
"members": {
|
|
115
|
+
"CheckoutType": {},
|
|
116
|
+
"LicenseConsumptionToken": {},
|
|
117
|
+
"EntitlementsAllowed": {
|
|
118
|
+
"shape": "S9"
|
|
119
|
+
},
|
|
120
|
+
"SignedToken": {},
|
|
121
|
+
"NodeId": {},
|
|
122
|
+
"IssuedAt": {},
|
|
123
|
+
"Expiration": {}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"CreateGrant": {
|
|
128
|
+
"input": {
|
|
129
|
+
"type": "structure",
|
|
130
|
+
"required": [
|
|
131
|
+
"ClientToken",
|
|
132
|
+
"GrantName",
|
|
133
|
+
"LicenseArn",
|
|
134
|
+
"Principals",
|
|
135
|
+
"HomeRegion",
|
|
136
|
+
"AllowedOperations"
|
|
137
|
+
],
|
|
138
|
+
"members": {
|
|
139
|
+
"ClientToken": {},
|
|
140
|
+
"GrantName": {},
|
|
141
|
+
"LicenseArn": {},
|
|
142
|
+
"Principals": {
|
|
143
|
+
"type": "list",
|
|
144
|
+
"member": {}
|
|
145
|
+
},
|
|
146
|
+
"HomeRegion": {},
|
|
147
|
+
"AllowedOperations": {
|
|
148
|
+
"shape": "So"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"output": {
|
|
153
|
+
"type": "structure",
|
|
154
|
+
"members": {
|
|
155
|
+
"GrantArn": {},
|
|
156
|
+
"Status": {},
|
|
157
|
+
"Version": {}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
},
|
|
161
|
+
"CreateGrantVersion": {
|
|
162
|
+
"input": {
|
|
163
|
+
"type": "structure",
|
|
164
|
+
"required": [
|
|
165
|
+
"ClientToken",
|
|
166
|
+
"GrantArn"
|
|
167
|
+
],
|
|
168
|
+
"members": {
|
|
169
|
+
"ClientToken": {},
|
|
170
|
+
"GrantArn": {},
|
|
171
|
+
"GrantName": {},
|
|
172
|
+
"AllowedOperations": {
|
|
173
|
+
"shape": "So"
|
|
174
|
+
},
|
|
175
|
+
"Status": {},
|
|
176
|
+
"SourceVersion": {}
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"output": {
|
|
180
|
+
"type": "structure",
|
|
181
|
+
"members": {
|
|
182
|
+
"GrantArn": {},
|
|
183
|
+
"Status": {},
|
|
184
|
+
"Version": {}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"CreateLicense": {
|
|
189
|
+
"input": {
|
|
190
|
+
"type": "structure",
|
|
191
|
+
"required": [
|
|
192
|
+
"LicenseName",
|
|
193
|
+
"ProductName",
|
|
194
|
+
"ProductSKU",
|
|
195
|
+
"Issuer",
|
|
196
|
+
"HomeRegion",
|
|
197
|
+
"Validity",
|
|
198
|
+
"Entitlements",
|
|
199
|
+
"Beneficiary",
|
|
200
|
+
"ConsumptionConfiguration",
|
|
201
|
+
"ClientToken"
|
|
202
|
+
],
|
|
203
|
+
"members": {
|
|
204
|
+
"LicenseName": {},
|
|
205
|
+
"ProductName": {},
|
|
206
|
+
"ProductSKU": {},
|
|
207
|
+
"Issuer": {
|
|
208
|
+
"shape": "Su"
|
|
209
|
+
},
|
|
210
|
+
"HomeRegion": {},
|
|
211
|
+
"Validity": {
|
|
212
|
+
"shape": "Sv"
|
|
213
|
+
},
|
|
214
|
+
"Entitlements": {
|
|
215
|
+
"shape": "Sw"
|
|
216
|
+
},
|
|
217
|
+
"Beneficiary": {},
|
|
218
|
+
"ConsumptionConfiguration": {
|
|
219
|
+
"shape": "S11"
|
|
220
|
+
},
|
|
221
|
+
"LicenseMetadata": {
|
|
222
|
+
"shape": "Sd"
|
|
223
|
+
},
|
|
224
|
+
"ClientToken": {}
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"output": {
|
|
228
|
+
"type": "structure",
|
|
229
|
+
"members": {
|
|
230
|
+
"LicenseArn": {},
|
|
231
|
+
"Status": {},
|
|
232
|
+
"Version": {}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
15
236
|
"CreateLicenseConfiguration": {
|
|
16
237
|
"input": {
|
|
17
238
|
"type": "structure",
|
|
@@ -30,13 +251,16 @@
|
|
|
30
251
|
"type": "boolean"
|
|
31
252
|
},
|
|
32
253
|
"LicenseRules": {
|
|
33
|
-
"shape": "
|
|
254
|
+
"shape": "S1b"
|
|
34
255
|
},
|
|
35
256
|
"Tags": {
|
|
36
|
-
"shape": "
|
|
257
|
+
"shape": "S1c"
|
|
258
|
+
},
|
|
259
|
+
"DisassociateWhenNotFound": {
|
|
260
|
+
"type": "boolean"
|
|
37
261
|
},
|
|
38
262
|
"ProductInformationList": {
|
|
39
|
-
"shape": "
|
|
263
|
+
"shape": "S1e"
|
|
40
264
|
}
|
|
41
265
|
}
|
|
42
266
|
},
|
|
@@ -47,6 +271,126 @@
|
|
|
47
271
|
}
|
|
48
272
|
}
|
|
49
273
|
},
|
|
274
|
+
"CreateLicenseVersion": {
|
|
275
|
+
"input": {
|
|
276
|
+
"type": "structure",
|
|
277
|
+
"required": [
|
|
278
|
+
"LicenseArn",
|
|
279
|
+
"LicenseName",
|
|
280
|
+
"ProductName",
|
|
281
|
+
"Issuer",
|
|
282
|
+
"HomeRegion",
|
|
283
|
+
"Validity",
|
|
284
|
+
"Entitlements",
|
|
285
|
+
"ConsumptionConfiguration",
|
|
286
|
+
"Status",
|
|
287
|
+
"ClientToken"
|
|
288
|
+
],
|
|
289
|
+
"members": {
|
|
290
|
+
"LicenseArn": {},
|
|
291
|
+
"LicenseName": {},
|
|
292
|
+
"ProductName": {},
|
|
293
|
+
"Issuer": {
|
|
294
|
+
"shape": "Su"
|
|
295
|
+
},
|
|
296
|
+
"HomeRegion": {},
|
|
297
|
+
"Validity": {
|
|
298
|
+
"shape": "Sv"
|
|
299
|
+
},
|
|
300
|
+
"LicenseMetadata": {
|
|
301
|
+
"shape": "Sd"
|
|
302
|
+
},
|
|
303
|
+
"Entitlements": {
|
|
304
|
+
"shape": "Sw"
|
|
305
|
+
},
|
|
306
|
+
"ConsumptionConfiguration": {
|
|
307
|
+
"shape": "S11"
|
|
308
|
+
},
|
|
309
|
+
"Status": {},
|
|
310
|
+
"ClientToken": {},
|
|
311
|
+
"SourceVersion": {}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"output": {
|
|
315
|
+
"type": "structure",
|
|
316
|
+
"members": {
|
|
317
|
+
"LicenseArn": {},
|
|
318
|
+
"Version": {},
|
|
319
|
+
"Status": {}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"CreateToken": {
|
|
324
|
+
"input": {
|
|
325
|
+
"type": "structure",
|
|
326
|
+
"required": [
|
|
327
|
+
"LicenseArn",
|
|
328
|
+
"ClientToken"
|
|
329
|
+
],
|
|
330
|
+
"members": {
|
|
331
|
+
"LicenseArn": {},
|
|
332
|
+
"RoleArns": {
|
|
333
|
+
"shape": "S1m"
|
|
334
|
+
},
|
|
335
|
+
"ExpirationInDays": {
|
|
336
|
+
"type": "integer"
|
|
337
|
+
},
|
|
338
|
+
"TokenProperties": {
|
|
339
|
+
"shape": "S1o"
|
|
340
|
+
},
|
|
341
|
+
"ClientToken": {}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"output": {
|
|
345
|
+
"type": "structure",
|
|
346
|
+
"members": {
|
|
347
|
+
"TokenId": {},
|
|
348
|
+
"TokenType": {},
|
|
349
|
+
"Token": {}
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"DeleteGrant": {
|
|
354
|
+
"input": {
|
|
355
|
+
"type": "structure",
|
|
356
|
+
"required": [
|
|
357
|
+
"GrantArn",
|
|
358
|
+
"Version"
|
|
359
|
+
],
|
|
360
|
+
"members": {
|
|
361
|
+
"GrantArn": {},
|
|
362
|
+
"Version": {}
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
"output": {
|
|
366
|
+
"type": "structure",
|
|
367
|
+
"members": {
|
|
368
|
+
"GrantArn": {},
|
|
369
|
+
"Status": {},
|
|
370
|
+
"Version": {}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"DeleteLicense": {
|
|
375
|
+
"input": {
|
|
376
|
+
"type": "structure",
|
|
377
|
+
"required": [
|
|
378
|
+
"LicenseArn",
|
|
379
|
+
"SourceVersion"
|
|
380
|
+
],
|
|
381
|
+
"members": {
|
|
382
|
+
"LicenseArn": {},
|
|
383
|
+
"SourceVersion": {}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"output": {
|
|
387
|
+
"type": "structure",
|
|
388
|
+
"members": {
|
|
389
|
+
"Status": {},
|
|
390
|
+
"DeletionDate": {}
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
50
394
|
"DeleteLicenseConfiguration": {
|
|
51
395
|
"input": {
|
|
52
396
|
"type": "structure",
|
|
@@ -62,6 +406,102 @@
|
|
|
62
406
|
"members": {}
|
|
63
407
|
}
|
|
64
408
|
},
|
|
409
|
+
"DeleteToken": {
|
|
410
|
+
"input": {
|
|
411
|
+
"type": "structure",
|
|
412
|
+
"required": [
|
|
413
|
+
"TokenId"
|
|
414
|
+
],
|
|
415
|
+
"members": {
|
|
416
|
+
"TokenId": {}
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"output": {
|
|
420
|
+
"type": "structure",
|
|
421
|
+
"members": {}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"ExtendLicenseConsumption": {
|
|
425
|
+
"input": {
|
|
426
|
+
"type": "structure",
|
|
427
|
+
"required": [
|
|
428
|
+
"LicenseConsumptionToken"
|
|
429
|
+
],
|
|
430
|
+
"members": {
|
|
431
|
+
"LicenseConsumptionToken": {},
|
|
432
|
+
"DryRun": {
|
|
433
|
+
"type": "boolean"
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
},
|
|
437
|
+
"output": {
|
|
438
|
+
"type": "structure",
|
|
439
|
+
"members": {
|
|
440
|
+
"LicenseConsumptionToken": {},
|
|
441
|
+
"Expiration": {}
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"GetAccessToken": {
|
|
446
|
+
"input": {
|
|
447
|
+
"type": "structure",
|
|
448
|
+
"required": [
|
|
449
|
+
"Token"
|
|
450
|
+
],
|
|
451
|
+
"members": {
|
|
452
|
+
"Token": {},
|
|
453
|
+
"TokenProperties": {
|
|
454
|
+
"shape": "S1o"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"output": {
|
|
459
|
+
"type": "structure",
|
|
460
|
+
"members": {
|
|
461
|
+
"AccessToken": {}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"GetGrant": {
|
|
466
|
+
"input": {
|
|
467
|
+
"type": "structure",
|
|
468
|
+
"required": [
|
|
469
|
+
"GrantArn"
|
|
470
|
+
],
|
|
471
|
+
"members": {
|
|
472
|
+
"GrantArn": {},
|
|
473
|
+
"Version": {}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"output": {
|
|
477
|
+
"type": "structure",
|
|
478
|
+
"members": {
|
|
479
|
+
"Grant": {
|
|
480
|
+
"shape": "S29"
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"GetLicense": {
|
|
486
|
+
"input": {
|
|
487
|
+
"type": "structure",
|
|
488
|
+
"required": [
|
|
489
|
+
"LicenseArn"
|
|
490
|
+
],
|
|
491
|
+
"members": {
|
|
492
|
+
"LicenseArn": {},
|
|
493
|
+
"Version": {}
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"output": {
|
|
497
|
+
"type": "structure",
|
|
498
|
+
"members": {
|
|
499
|
+
"License": {
|
|
500
|
+
"shape": "S2c"
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
65
505
|
"GetLicenseConfiguration": {
|
|
66
506
|
"input": {
|
|
67
507
|
"type": "structure",
|
|
@@ -81,7 +521,7 @@
|
|
|
81
521
|
"Description": {},
|
|
82
522
|
"LicenseCountingType": {},
|
|
83
523
|
"LicenseRules": {
|
|
84
|
-
"shape": "
|
|
524
|
+
"shape": "S1b"
|
|
85
525
|
},
|
|
86
526
|
"LicenseCount": {
|
|
87
527
|
"type": "long"
|
|
@@ -95,19 +535,60 @@
|
|
|
95
535
|
"Status": {},
|
|
96
536
|
"OwnerAccountId": {},
|
|
97
537
|
"ConsumedLicenseSummaryList": {
|
|
98
|
-
"shape": "
|
|
538
|
+
"shape": "S2g"
|
|
99
539
|
},
|
|
100
540
|
"ManagedResourceSummaryList": {
|
|
101
|
-
"shape": "
|
|
541
|
+
"shape": "S2j"
|
|
102
542
|
},
|
|
103
543
|
"Tags": {
|
|
104
|
-
"shape": "
|
|
544
|
+
"shape": "S1c"
|
|
105
545
|
},
|
|
106
546
|
"ProductInformationList": {
|
|
107
|
-
"shape": "
|
|
547
|
+
"shape": "S1e"
|
|
108
548
|
},
|
|
109
549
|
"AutomatedDiscoveryInformation": {
|
|
110
|
-
"shape": "
|
|
550
|
+
"shape": "S2l"
|
|
551
|
+
},
|
|
552
|
+
"DisassociateWhenNotFound": {
|
|
553
|
+
"type": "boolean"
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"GetLicenseUsage": {
|
|
559
|
+
"input": {
|
|
560
|
+
"type": "structure",
|
|
561
|
+
"required": [
|
|
562
|
+
"LicenseArn"
|
|
563
|
+
],
|
|
564
|
+
"members": {
|
|
565
|
+
"LicenseArn": {}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"output": {
|
|
569
|
+
"type": "structure",
|
|
570
|
+
"members": {
|
|
571
|
+
"LicenseUsage": {
|
|
572
|
+
"type": "structure",
|
|
573
|
+
"members": {
|
|
574
|
+
"EntitlementUsages": {
|
|
575
|
+
"type": "list",
|
|
576
|
+
"member": {
|
|
577
|
+
"type": "structure",
|
|
578
|
+
"required": [
|
|
579
|
+
"Name",
|
|
580
|
+
"ConsumedValue",
|
|
581
|
+
"Unit"
|
|
582
|
+
],
|
|
583
|
+
"members": {
|
|
584
|
+
"Name": {},
|
|
585
|
+
"ConsumedValue": {},
|
|
586
|
+
"MaxCount": {},
|
|
587
|
+
"Unit": {}
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
}
|
|
111
592
|
}
|
|
112
593
|
}
|
|
113
594
|
}
|
|
@@ -123,7 +604,7 @@
|
|
|
123
604
|
"S3BucketArn": {},
|
|
124
605
|
"SnsTopicArn": {},
|
|
125
606
|
"OrganizationConfiguration": {
|
|
126
|
-
"shape": "
|
|
607
|
+
"shape": "S2u"
|
|
127
608
|
},
|
|
128
609
|
"EnableCrossAccountsDiscovery": {
|
|
129
610
|
"type": "boolean"
|
|
@@ -168,6 +649,32 @@
|
|
|
168
649
|
}
|
|
169
650
|
}
|
|
170
651
|
},
|
|
652
|
+
"ListDistributedGrants": {
|
|
653
|
+
"input": {
|
|
654
|
+
"type": "structure",
|
|
655
|
+
"members": {
|
|
656
|
+
"GrantArns": {
|
|
657
|
+
"shape": "S1m"
|
|
658
|
+
},
|
|
659
|
+
"Filters": {
|
|
660
|
+
"shape": "S30"
|
|
661
|
+
},
|
|
662
|
+
"NextToken": {},
|
|
663
|
+
"MaxResults": {
|
|
664
|
+
"type": "integer"
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"output": {
|
|
669
|
+
"type": "structure",
|
|
670
|
+
"members": {
|
|
671
|
+
"Grants": {
|
|
672
|
+
"shape": "S37"
|
|
673
|
+
},
|
|
674
|
+
"NextToken": {}
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
171
678
|
"ListFailuresForLicenseConfigurationOperations": {
|
|
172
679
|
"input": {
|
|
173
680
|
"type": "structure",
|
|
@@ -200,14 +707,7 @@
|
|
|
200
707
|
"ResourceOwnerId": {},
|
|
201
708
|
"OperationRequestedBy": {},
|
|
202
709
|
"MetadataList": {
|
|
203
|
-
"
|
|
204
|
-
"member": {
|
|
205
|
-
"type": "structure",
|
|
206
|
-
"members": {
|
|
207
|
-
"Name": {},
|
|
208
|
-
"Value": {}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
710
|
+
"shape": "Sd"
|
|
211
711
|
}
|
|
212
712
|
}
|
|
213
713
|
}
|
|
@@ -221,14 +721,14 @@
|
|
|
221
721
|
"type": "structure",
|
|
222
722
|
"members": {
|
|
223
723
|
"LicenseConfigurationArns": {
|
|
224
|
-
"shape": "
|
|
724
|
+
"shape": "S1b"
|
|
225
725
|
},
|
|
226
726
|
"MaxResults": {
|
|
227
727
|
"type": "integer"
|
|
228
728
|
},
|
|
229
729
|
"NextToken": {},
|
|
230
730
|
"Filters": {
|
|
231
|
-
"shape": "
|
|
731
|
+
"shape": "S3d"
|
|
232
732
|
}
|
|
233
733
|
}
|
|
234
734
|
},
|
|
@@ -246,7 +746,7 @@
|
|
|
246
746
|
"Description": {},
|
|
247
747
|
"LicenseCountingType": {},
|
|
248
748
|
"LicenseRules": {
|
|
249
|
-
"shape": "
|
|
749
|
+
"shape": "S1b"
|
|
250
750
|
},
|
|
251
751
|
"LicenseCount": {
|
|
252
752
|
"type": "long"
|
|
@@ -254,22 +754,25 @@
|
|
|
254
754
|
"LicenseCountHardLimit": {
|
|
255
755
|
"type": "boolean"
|
|
256
756
|
},
|
|
757
|
+
"DisassociateWhenNotFound": {
|
|
758
|
+
"type": "boolean"
|
|
759
|
+
},
|
|
257
760
|
"ConsumedLicenses": {
|
|
258
761
|
"type": "long"
|
|
259
762
|
},
|
|
260
763
|
"Status": {},
|
|
261
764
|
"OwnerAccountId": {},
|
|
262
765
|
"ConsumedLicenseSummaryList": {
|
|
263
|
-
"shape": "
|
|
766
|
+
"shape": "S2g"
|
|
264
767
|
},
|
|
265
768
|
"ManagedResourceSummaryList": {
|
|
266
|
-
"shape": "
|
|
769
|
+
"shape": "S2j"
|
|
267
770
|
},
|
|
268
771
|
"ProductInformationList": {
|
|
269
|
-
"shape": "
|
|
772
|
+
"shape": "S1e"
|
|
270
773
|
},
|
|
271
774
|
"AutomatedDiscoveryInformation": {
|
|
272
|
-
"shape": "
|
|
775
|
+
"shape": "S2l"
|
|
273
776
|
}
|
|
274
777
|
}
|
|
275
778
|
}
|
|
@@ -296,7 +799,147 @@
|
|
|
296
799
|
"type": "structure",
|
|
297
800
|
"members": {
|
|
298
801
|
"LicenseSpecifications": {
|
|
299
|
-
"shape": "
|
|
802
|
+
"shape": "S3j"
|
|
803
|
+
},
|
|
804
|
+
"NextToken": {}
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
"ListLicenseVersions": {
|
|
809
|
+
"input": {
|
|
810
|
+
"type": "structure",
|
|
811
|
+
"required": [
|
|
812
|
+
"LicenseArn"
|
|
813
|
+
],
|
|
814
|
+
"members": {
|
|
815
|
+
"LicenseArn": {},
|
|
816
|
+
"NextToken": {},
|
|
817
|
+
"MaxResults": {
|
|
818
|
+
"type": "integer"
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"output": {
|
|
823
|
+
"type": "structure",
|
|
824
|
+
"members": {
|
|
825
|
+
"Licenses": {
|
|
826
|
+
"shape": "S3n"
|
|
827
|
+
},
|
|
828
|
+
"NextToken": {}
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
},
|
|
832
|
+
"ListLicenses": {
|
|
833
|
+
"input": {
|
|
834
|
+
"type": "structure",
|
|
835
|
+
"members": {
|
|
836
|
+
"LicenseArns": {
|
|
837
|
+
"shape": "S1m"
|
|
838
|
+
},
|
|
839
|
+
"Filters": {
|
|
840
|
+
"shape": "S30"
|
|
841
|
+
},
|
|
842
|
+
"NextToken": {},
|
|
843
|
+
"MaxResults": {
|
|
844
|
+
"type": "integer"
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"output": {
|
|
849
|
+
"type": "structure",
|
|
850
|
+
"members": {
|
|
851
|
+
"Licenses": {
|
|
852
|
+
"shape": "S3n"
|
|
853
|
+
},
|
|
854
|
+
"NextToken": {}
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
"ListReceivedGrants": {
|
|
859
|
+
"input": {
|
|
860
|
+
"type": "structure",
|
|
861
|
+
"members": {
|
|
862
|
+
"GrantArns": {
|
|
863
|
+
"shape": "S1m"
|
|
864
|
+
},
|
|
865
|
+
"Filters": {
|
|
866
|
+
"shape": "S30"
|
|
867
|
+
},
|
|
868
|
+
"NextToken": {},
|
|
869
|
+
"MaxResults": {
|
|
870
|
+
"type": "integer"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"output": {
|
|
875
|
+
"type": "structure",
|
|
876
|
+
"members": {
|
|
877
|
+
"Grants": {
|
|
878
|
+
"shape": "S37"
|
|
879
|
+
},
|
|
880
|
+
"NextToken": {}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"ListReceivedLicenses": {
|
|
885
|
+
"input": {
|
|
886
|
+
"type": "structure",
|
|
887
|
+
"members": {
|
|
888
|
+
"LicenseArns": {
|
|
889
|
+
"shape": "S1m"
|
|
890
|
+
},
|
|
891
|
+
"Filters": {
|
|
892
|
+
"shape": "S30"
|
|
893
|
+
},
|
|
894
|
+
"NextToken": {},
|
|
895
|
+
"MaxResults": {
|
|
896
|
+
"type": "integer"
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"output": {
|
|
901
|
+
"type": "structure",
|
|
902
|
+
"members": {
|
|
903
|
+
"Licenses": {
|
|
904
|
+
"type": "list",
|
|
905
|
+
"member": {
|
|
906
|
+
"type": "structure",
|
|
907
|
+
"members": {
|
|
908
|
+
"LicenseArn": {},
|
|
909
|
+
"LicenseName": {},
|
|
910
|
+
"ProductName": {},
|
|
911
|
+
"ProductSKU": {},
|
|
912
|
+
"Issuer": {
|
|
913
|
+
"shape": "S2d"
|
|
914
|
+
},
|
|
915
|
+
"HomeRegion": {},
|
|
916
|
+
"Status": {},
|
|
917
|
+
"Validity": {
|
|
918
|
+
"shape": "Sv"
|
|
919
|
+
},
|
|
920
|
+
"Beneficiary": {},
|
|
921
|
+
"Entitlements": {
|
|
922
|
+
"shape": "Sw"
|
|
923
|
+
},
|
|
924
|
+
"ConsumptionConfiguration": {
|
|
925
|
+
"shape": "S11"
|
|
926
|
+
},
|
|
927
|
+
"LicenseMetadata": {
|
|
928
|
+
"shape": "Sd"
|
|
929
|
+
},
|
|
930
|
+
"CreateTime": {},
|
|
931
|
+
"Version": {},
|
|
932
|
+
"ReceivedMetadata": {
|
|
933
|
+
"type": "structure",
|
|
934
|
+
"members": {
|
|
935
|
+
"ReceivedStatus": {},
|
|
936
|
+
"AllowedOperations": {
|
|
937
|
+
"shape": "So"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
}
|
|
300
943
|
},
|
|
301
944
|
"NextToken": {}
|
|
302
945
|
}
|
|
@@ -362,9 +1005,51 @@
|
|
|
362
1005
|
"type": "structure",
|
|
363
1006
|
"members": {
|
|
364
1007
|
"Tags": {
|
|
365
|
-
"shape": "
|
|
1008
|
+
"shape": "S1c"
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"ListTokens": {
|
|
1014
|
+
"input": {
|
|
1015
|
+
"type": "structure",
|
|
1016
|
+
"members": {
|
|
1017
|
+
"TokenIds": {
|
|
1018
|
+
"shape": "S1b"
|
|
1019
|
+
},
|
|
1020
|
+
"Filters": {
|
|
1021
|
+
"shape": "S30"
|
|
1022
|
+
},
|
|
1023
|
+
"NextToken": {},
|
|
1024
|
+
"MaxResults": {
|
|
1025
|
+
"type": "integer"
|
|
366
1026
|
}
|
|
367
1027
|
}
|
|
1028
|
+
},
|
|
1029
|
+
"output": {
|
|
1030
|
+
"type": "structure",
|
|
1031
|
+
"members": {
|
|
1032
|
+
"Tokens": {
|
|
1033
|
+
"type": "list",
|
|
1034
|
+
"member": {
|
|
1035
|
+
"type": "structure",
|
|
1036
|
+
"members": {
|
|
1037
|
+
"TokenId": {},
|
|
1038
|
+
"TokenType": {},
|
|
1039
|
+
"LicenseArn": {},
|
|
1040
|
+
"ExpirationTime": {},
|
|
1041
|
+
"TokenProperties": {
|
|
1042
|
+
"shape": "S1o"
|
|
1043
|
+
},
|
|
1044
|
+
"RoleArns": {
|
|
1045
|
+
"shape": "S1m"
|
|
1046
|
+
},
|
|
1047
|
+
"Status": {}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"NextToken": {}
|
|
1052
|
+
}
|
|
368
1053
|
}
|
|
369
1054
|
},
|
|
370
1055
|
"ListUsageForLicenseConfiguration": {
|
|
@@ -380,7 +1065,7 @@
|
|
|
380
1065
|
},
|
|
381
1066
|
"NextToken": {},
|
|
382
1067
|
"Filters": {
|
|
383
|
-
"shape": "
|
|
1068
|
+
"shape": "S3d"
|
|
384
1069
|
}
|
|
385
1070
|
}
|
|
386
1071
|
},
|
|
@@ -409,6 +1094,25 @@
|
|
|
409
1094
|
}
|
|
410
1095
|
}
|
|
411
1096
|
},
|
|
1097
|
+
"RejectGrant": {
|
|
1098
|
+
"input": {
|
|
1099
|
+
"type": "structure",
|
|
1100
|
+
"required": [
|
|
1101
|
+
"GrantArn"
|
|
1102
|
+
],
|
|
1103
|
+
"members": {
|
|
1104
|
+
"GrantArn": {}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
"output": {
|
|
1108
|
+
"type": "structure",
|
|
1109
|
+
"members": {
|
|
1110
|
+
"GrantArn": {},
|
|
1111
|
+
"Status": {},
|
|
1112
|
+
"Version": {}
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
412
1116
|
"TagResource": {
|
|
413
1117
|
"input": {
|
|
414
1118
|
"type": "structure",
|
|
@@ -419,7 +1123,7 @@
|
|
|
419
1123
|
"members": {
|
|
420
1124
|
"ResourceArn": {},
|
|
421
1125
|
"Tags": {
|
|
422
|
-
"shape": "
|
|
1126
|
+
"shape": "S1c"
|
|
423
1127
|
}
|
|
424
1128
|
}
|
|
425
1129
|
},
|
|
@@ -458,7 +1162,7 @@
|
|
|
458
1162
|
"LicenseConfigurationArn": {},
|
|
459
1163
|
"LicenseConfigurationStatus": {},
|
|
460
1164
|
"LicenseRules": {
|
|
461
|
-
"shape": "
|
|
1165
|
+
"shape": "S1b"
|
|
462
1166
|
},
|
|
463
1167
|
"LicenseCount": {
|
|
464
1168
|
"type": "long"
|
|
@@ -469,7 +1173,10 @@
|
|
|
469
1173
|
"Name": {},
|
|
470
1174
|
"Description": {},
|
|
471
1175
|
"ProductInformationList": {
|
|
472
|
-
"shape": "
|
|
1176
|
+
"shape": "S1e"
|
|
1177
|
+
},
|
|
1178
|
+
"DisassociateWhenNotFound": {
|
|
1179
|
+
"type": "boolean"
|
|
473
1180
|
}
|
|
474
1181
|
}
|
|
475
1182
|
},
|
|
@@ -487,10 +1194,10 @@
|
|
|
487
1194
|
"members": {
|
|
488
1195
|
"ResourceArn": {},
|
|
489
1196
|
"AddLicenseSpecifications": {
|
|
490
|
-
"shape": "
|
|
1197
|
+
"shape": "S3j"
|
|
491
1198
|
},
|
|
492
1199
|
"RemoveLicenseSpecifications": {
|
|
493
|
-
"shape": "
|
|
1200
|
+
"shape": "S3j"
|
|
494
1201
|
}
|
|
495
1202
|
}
|
|
496
1203
|
},
|
|
@@ -506,7 +1213,7 @@
|
|
|
506
1213
|
"S3BucketArn": {},
|
|
507
1214
|
"SnsTopicArn": {},
|
|
508
1215
|
"OrganizationConfiguration": {
|
|
509
|
-
"shape": "
|
|
1216
|
+
"shape": "S2u"
|
|
510
1217
|
},
|
|
511
1218
|
"EnableCrossAccountsDiscovery": {
|
|
512
1219
|
"type": "boolean"
|
|
@@ -520,11 +1227,116 @@
|
|
|
520
1227
|
}
|
|
521
1228
|
},
|
|
522
1229
|
"shapes": {
|
|
523
|
-
"
|
|
1230
|
+
"S9": {
|
|
1231
|
+
"type": "list",
|
|
1232
|
+
"member": {
|
|
1233
|
+
"type": "structure",
|
|
1234
|
+
"required": [
|
|
1235
|
+
"Name",
|
|
1236
|
+
"Unit"
|
|
1237
|
+
],
|
|
1238
|
+
"members": {
|
|
1239
|
+
"Name": {},
|
|
1240
|
+
"Value": {},
|
|
1241
|
+
"Unit": {}
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"Sd": {
|
|
1246
|
+
"type": "list",
|
|
1247
|
+
"member": {
|
|
1248
|
+
"type": "structure",
|
|
1249
|
+
"members": {
|
|
1250
|
+
"Name": {},
|
|
1251
|
+
"Value": {}
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"So": {
|
|
1256
|
+
"type": "list",
|
|
1257
|
+
"member": {}
|
|
1258
|
+
},
|
|
1259
|
+
"Su": {
|
|
1260
|
+
"type": "structure",
|
|
1261
|
+
"required": [
|
|
1262
|
+
"Name"
|
|
1263
|
+
],
|
|
1264
|
+
"members": {
|
|
1265
|
+
"Name": {},
|
|
1266
|
+
"SignKey": {}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"Sv": {
|
|
1270
|
+
"type": "structure",
|
|
1271
|
+
"required": [
|
|
1272
|
+
"Begin"
|
|
1273
|
+
],
|
|
1274
|
+
"members": {
|
|
1275
|
+
"Begin": {},
|
|
1276
|
+
"End": {}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"Sw": {
|
|
1280
|
+
"type": "list",
|
|
1281
|
+
"member": {
|
|
1282
|
+
"type": "structure",
|
|
1283
|
+
"required": [
|
|
1284
|
+
"Name",
|
|
1285
|
+
"Unit"
|
|
1286
|
+
],
|
|
1287
|
+
"members": {
|
|
1288
|
+
"Name": {},
|
|
1289
|
+
"Value": {},
|
|
1290
|
+
"MaxCount": {
|
|
1291
|
+
"type": "long"
|
|
1292
|
+
},
|
|
1293
|
+
"Overage": {
|
|
1294
|
+
"type": "boolean"
|
|
1295
|
+
},
|
|
1296
|
+
"Unit": {},
|
|
1297
|
+
"AllowCheckIn": {
|
|
1298
|
+
"type": "boolean"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"S11": {
|
|
1304
|
+
"type": "structure",
|
|
1305
|
+
"members": {
|
|
1306
|
+
"RenewType": {},
|
|
1307
|
+
"ProvisionalConfiguration": {
|
|
1308
|
+
"type": "structure",
|
|
1309
|
+
"required": [
|
|
1310
|
+
"MaxTimeToLiveInMinutes"
|
|
1311
|
+
],
|
|
1312
|
+
"members": {
|
|
1313
|
+
"MaxTimeToLiveInMinutes": {
|
|
1314
|
+
"type": "integer"
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"BorrowConfiguration": {
|
|
1319
|
+
"type": "structure",
|
|
1320
|
+
"required": [
|
|
1321
|
+
"AllowEarlyCheckIn",
|
|
1322
|
+
"MaxTimeToLiveInMinutes"
|
|
1323
|
+
],
|
|
1324
|
+
"members": {
|
|
1325
|
+
"AllowEarlyCheckIn": {
|
|
1326
|
+
"type": "boolean"
|
|
1327
|
+
},
|
|
1328
|
+
"MaxTimeToLiveInMinutes": {
|
|
1329
|
+
"type": "integer"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"S1b": {
|
|
524
1336
|
"type": "list",
|
|
525
1337
|
"member": {}
|
|
526
1338
|
},
|
|
527
|
-
"
|
|
1339
|
+
"S1c": {
|
|
528
1340
|
"type": "list",
|
|
529
1341
|
"member": {
|
|
530
1342
|
"type": "structure",
|
|
@@ -534,7 +1346,7 @@
|
|
|
534
1346
|
}
|
|
535
1347
|
}
|
|
536
1348
|
},
|
|
537
|
-
"
|
|
1349
|
+
"S1e": {
|
|
538
1350
|
"type": "list",
|
|
539
1351
|
"member": {
|
|
540
1352
|
"type": "structure",
|
|
@@ -556,7 +1368,7 @@
|
|
|
556
1368
|
"members": {
|
|
557
1369
|
"ProductInformationFilterName": {},
|
|
558
1370
|
"ProductInformationFilterValue": {
|
|
559
|
-
"shape": "
|
|
1371
|
+
"shape": "S1b"
|
|
560
1372
|
},
|
|
561
1373
|
"ProductInformationFilterComparator": {}
|
|
562
1374
|
}
|
|
@@ -565,7 +1377,80 @@
|
|
|
565
1377
|
}
|
|
566
1378
|
}
|
|
567
1379
|
},
|
|
568
|
-
"
|
|
1380
|
+
"S1m": {
|
|
1381
|
+
"type": "list",
|
|
1382
|
+
"member": {}
|
|
1383
|
+
},
|
|
1384
|
+
"S1o": {
|
|
1385
|
+
"type": "list",
|
|
1386
|
+
"member": {}
|
|
1387
|
+
},
|
|
1388
|
+
"S29": {
|
|
1389
|
+
"type": "structure",
|
|
1390
|
+
"required": [
|
|
1391
|
+
"GrantArn",
|
|
1392
|
+
"GrantName",
|
|
1393
|
+
"ParentArn",
|
|
1394
|
+
"LicenseArn",
|
|
1395
|
+
"GranteePrincipalArn",
|
|
1396
|
+
"HomeRegion",
|
|
1397
|
+
"GrantStatus",
|
|
1398
|
+
"Version",
|
|
1399
|
+
"GrantedOperations"
|
|
1400
|
+
],
|
|
1401
|
+
"members": {
|
|
1402
|
+
"GrantArn": {},
|
|
1403
|
+
"GrantName": {},
|
|
1404
|
+
"ParentArn": {},
|
|
1405
|
+
"LicenseArn": {},
|
|
1406
|
+
"GranteePrincipalArn": {},
|
|
1407
|
+
"HomeRegion": {},
|
|
1408
|
+
"GrantStatus": {},
|
|
1409
|
+
"StatusReason": {},
|
|
1410
|
+
"Version": {},
|
|
1411
|
+
"GrantedOperations": {
|
|
1412
|
+
"shape": "So"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"S2c": {
|
|
1417
|
+
"type": "structure",
|
|
1418
|
+
"members": {
|
|
1419
|
+
"LicenseArn": {},
|
|
1420
|
+
"LicenseName": {},
|
|
1421
|
+
"ProductName": {},
|
|
1422
|
+
"ProductSKU": {},
|
|
1423
|
+
"Issuer": {
|
|
1424
|
+
"shape": "S2d"
|
|
1425
|
+
},
|
|
1426
|
+
"HomeRegion": {},
|
|
1427
|
+
"Status": {},
|
|
1428
|
+
"Validity": {
|
|
1429
|
+
"shape": "Sv"
|
|
1430
|
+
},
|
|
1431
|
+
"Beneficiary": {},
|
|
1432
|
+
"Entitlements": {
|
|
1433
|
+
"shape": "Sw"
|
|
1434
|
+
},
|
|
1435
|
+
"ConsumptionConfiguration": {
|
|
1436
|
+
"shape": "S11"
|
|
1437
|
+
},
|
|
1438
|
+
"LicenseMetadata": {
|
|
1439
|
+
"shape": "Sd"
|
|
1440
|
+
},
|
|
1441
|
+
"CreateTime": {},
|
|
1442
|
+
"Version": {}
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"S2d": {
|
|
1446
|
+
"type": "structure",
|
|
1447
|
+
"members": {
|
|
1448
|
+
"Name": {},
|
|
1449
|
+
"SignKey": {},
|
|
1450
|
+
"KeyFingerprint": {}
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"S2g": {
|
|
569
1454
|
"type": "list",
|
|
570
1455
|
"member": {
|
|
571
1456
|
"type": "structure",
|
|
@@ -577,7 +1462,7 @@
|
|
|
577
1462
|
}
|
|
578
1463
|
}
|
|
579
1464
|
},
|
|
580
|
-
"
|
|
1465
|
+
"S2j": {
|
|
581
1466
|
"type": "list",
|
|
582
1467
|
"member": {
|
|
583
1468
|
"type": "structure",
|
|
@@ -589,7 +1474,7 @@
|
|
|
589
1474
|
}
|
|
590
1475
|
}
|
|
591
1476
|
},
|
|
592
|
-
"
|
|
1477
|
+
"S2l": {
|
|
593
1478
|
"type": "structure",
|
|
594
1479
|
"members": {
|
|
595
1480
|
"LastRunTime": {
|
|
@@ -597,7 +1482,7 @@
|
|
|
597
1482
|
}
|
|
598
1483
|
}
|
|
599
1484
|
},
|
|
600
|
-
"
|
|
1485
|
+
"S2u": {
|
|
601
1486
|
"type": "structure",
|
|
602
1487
|
"required": [
|
|
603
1488
|
"EnableIntegration"
|
|
@@ -608,20 +1493,35 @@
|
|
|
608
1493
|
}
|
|
609
1494
|
}
|
|
610
1495
|
},
|
|
611
|
-
"
|
|
1496
|
+
"S30": {
|
|
612
1497
|
"type": "list",
|
|
613
1498
|
"member": {
|
|
614
|
-
"
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
1499
|
+
"shape": "S31"
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"S31": {
|
|
1503
|
+
"type": "structure",
|
|
1504
|
+
"members": {
|
|
1505
|
+
"Name": {},
|
|
1506
|
+
"Values": {
|
|
1507
|
+
"type": "list",
|
|
1508
|
+
"member": {}
|
|
621
1509
|
}
|
|
622
1510
|
}
|
|
623
1511
|
},
|
|
624
|
-
"
|
|
1512
|
+
"S37": {
|
|
1513
|
+
"type": "list",
|
|
1514
|
+
"member": {
|
|
1515
|
+
"shape": "S29"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"S3d": {
|
|
1519
|
+
"type": "list",
|
|
1520
|
+
"member": {
|
|
1521
|
+
"shape": "S31"
|
|
1522
|
+
}
|
|
1523
|
+
},
|
|
1524
|
+
"S3j": {
|
|
625
1525
|
"type": "list",
|
|
626
1526
|
"member": {
|
|
627
1527
|
"type": "structure",
|
|
@@ -633,6 +1533,12 @@
|
|
|
633
1533
|
"AmiAssociationScope": {}
|
|
634
1534
|
}
|
|
635
1535
|
}
|
|
1536
|
+
},
|
|
1537
|
+
"S3n": {
|
|
1538
|
+
"type": "list",
|
|
1539
|
+
"member": {
|
|
1540
|
+
"shape": "S2c"
|
|
1541
|
+
}
|
|
636
1542
|
}
|
|
637
1543
|
}
|
|
638
1544
|
}
|