aws-sdk-core 2.11.28 → 2.11.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -950,9 +950,20 @@
950
950
  "type":"string",
951
951
  "enum":[
952
952
  "ml.t2.medium",
953
+ "ml.t2.large",
954
+ "ml.t2.xlarge",
955
+ "ml.t2.2xlarge",
953
956
  "ml.m4.xlarge",
957
+ "ml.m4.2xlarge",
958
+ "ml.m4.4xlarge",
959
+ "ml.m4.10xlarge",
960
+ "ml.m4.16xlarge",
954
961
  "ml.p2.xlarge",
955
- "ml.p3.2xlarge"
962
+ "ml.p2.8xlarge",
963
+ "ml.p2.16xlarge",
964
+ "ml.p3.2xlarge",
965
+ "ml.p3.8xlarge",
966
+ "ml.p3.16xlarge"
956
967
  ]
957
968
  },
958
969
  "KmsKeyId":{
@@ -1345,16 +1356,38 @@
1345
1356
  "ProductionVariantInstanceType":{
1346
1357
  "type":"string",
1347
1358
  "enum":[
1359
+ "ml.t2.medium",
1360
+ "ml.t2.large",
1361
+ "ml.t2.xlarge",
1362
+ "ml.t2.2xlarge",
1363
+ "ml.m4.xlarge",
1364
+ "ml.m4.2xlarge",
1365
+ "ml.m4.4xlarge",
1366
+ "ml.m4.10xlarge",
1367
+ "ml.m4.16xlarge",
1368
+ "ml.m5.large",
1369
+ "ml.m5.xlarge",
1370
+ "ml.m5.2xlarge",
1371
+ "ml.m5.4xlarge",
1372
+ "ml.m5.12xlarge",
1373
+ "ml.m5.24xlarge",
1374
+ "ml.c4.large",
1375
+ "ml.c4.xlarge",
1348
1376
  "ml.c4.2xlarge",
1377
+ "ml.c4.4xlarge",
1349
1378
  "ml.c4.8xlarge",
1350
- "ml.c4.xlarge",
1351
- "ml.c5.2xlarge",
1352
- "ml.c5.9xlarge",
1353
- "ml.c5.xlarge",
1354
- "ml.m4.xlarge",
1355
1379
  "ml.p2.xlarge",
1380
+ "ml.p2.8xlarge",
1381
+ "ml.p2.16xlarge",
1356
1382
  "ml.p3.2xlarge",
1357
- "ml.t2.medium"
1383
+ "ml.p3.8xlarge",
1384
+ "ml.p3.16xlarge",
1385
+ "ml.c5.large",
1386
+ "ml.c5.xlarge",
1387
+ "ml.c5.2xlarge",
1388
+ "ml.c5.4xlarge",
1389
+ "ml.c5.9xlarge",
1390
+ "ml.c5.18xlarge"
1358
1391
  ]
1359
1392
  },
1360
1393
  "ProductionVariantList":{
@@ -1590,10 +1623,19 @@
1590
1623
  "type":"string",
1591
1624
  "enum":[
1592
1625
  "ml.m4.xlarge",
1626
+ "ml.m4.2xlarge",
1593
1627
  "ml.m4.4xlarge",
1594
1628
  "ml.m4.10xlarge",
1629
+ "ml.m4.16xlarge",
1630
+ "ml.m5.large",
1631
+ "ml.m5.xlarge",
1632
+ "ml.m5.2xlarge",
1633
+ "ml.m5.4xlarge",
1634
+ "ml.m5.12xlarge",
1635
+ "ml.m5.24xlarge",
1595
1636
  "ml.c4.xlarge",
1596
1637
  "ml.c4.2xlarge",
1638
+ "ml.c4.4xlarge",
1597
1639
  "ml.c4.8xlarge",
1598
1640
  "ml.p2.xlarge",
1599
1641
  "ml.p2.8xlarge",
@@ -1611,7 +1653,7 @@
1611
1653
  "TrainingJobArn":{
1612
1654
  "type":"string",
1613
1655
  "max":256,
1614
- "pattern":"arn:aws:sagemaker:[\\p{Alnum}\\-]*:[0-9]{12}:training-job/.*"
1656
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[\\p{Alnum}\\-]*:[0-9]{12}:training-job/.*"
1615
1657
  },
1616
1658
  "TrainingJobName":{
1617
1659
  "type":"string",
@@ -0,0 +1,863 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-10-17",
5
+ "endpointPrefix":"secretsmanager",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Secrets Manager",
9
+ "serviceId":"Secrets Manager",
10
+ "signatureVersion":"v4",
11
+ "signingName":"secretsmanager",
12
+ "targetPrefix":"secretsmanager",
13
+ "uid":"secretsmanager-2017-10-17"
14
+ },
15
+ "operations":{
16
+ "CancelRotateSecret":{
17
+ "name":"CancelRotateSecret",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"CancelRotateSecretRequest"},
23
+ "output":{"shape":"CancelRotateSecretResponse"},
24
+ "errors":[
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"InvalidParameterException"},
27
+ {"shape":"InternalServiceError"},
28
+ {"shape":"InvalidRequestException"}
29
+ ]
30
+ },
31
+ "CreateSecret":{
32
+ "name":"CreateSecret",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/"
36
+ },
37
+ "input":{"shape":"CreateSecretRequest"},
38
+ "output":{"shape":"CreateSecretResponse"},
39
+ "errors":[
40
+ {"shape":"InvalidParameterException"},
41
+ {"shape":"InvalidRequestException"},
42
+ {"shape":"LimitExceededException"},
43
+ {"shape":"EncryptionFailure"},
44
+ {"shape":"ResourceExistsException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"MalformedPolicyDocumentException"},
47
+ {"shape":"InternalServiceError"}
48
+ ]
49
+ },
50
+ "DeleteSecret":{
51
+ "name":"DeleteSecret",
52
+ "http":{
53
+ "method":"POST",
54
+ "requestUri":"/"
55
+ },
56
+ "input":{"shape":"DeleteSecretRequest"},
57
+ "output":{"shape":"DeleteSecretResponse"},
58
+ "errors":[
59
+ {"shape":"ResourceNotFoundException"},
60
+ {"shape":"InvalidParameterException"},
61
+ {"shape":"InvalidRequestException"},
62
+ {"shape":"InternalServiceError"}
63
+ ]
64
+ },
65
+ "DescribeSecret":{
66
+ "name":"DescribeSecret",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/"
70
+ },
71
+ "input":{"shape":"DescribeSecretRequest"},
72
+ "output":{"shape":"DescribeSecretResponse"},
73
+ "errors":[
74
+ {"shape":"ResourceNotFoundException"},
75
+ {"shape":"InternalServiceError"}
76
+ ]
77
+ },
78
+ "GetRandomPassword":{
79
+ "name":"GetRandomPassword",
80
+ "http":{
81
+ "method":"POST",
82
+ "requestUri":"/"
83
+ },
84
+ "input":{"shape":"GetRandomPasswordRequest"},
85
+ "output":{"shape":"GetRandomPasswordResponse"},
86
+ "errors":[
87
+ {"shape":"InvalidParameterException"},
88
+ {"shape":"InvalidRequestException"},
89
+ {"shape":"InternalServiceError"}
90
+ ]
91
+ },
92
+ "GetSecretValue":{
93
+ "name":"GetSecretValue",
94
+ "http":{
95
+ "method":"POST",
96
+ "requestUri":"/"
97
+ },
98
+ "input":{"shape":"GetSecretValueRequest"},
99
+ "output":{"shape":"GetSecretValueResponse"},
100
+ "errors":[
101
+ {"shape":"ResourceNotFoundException"},
102
+ {"shape":"InvalidParameterException"},
103
+ {"shape":"InvalidRequestException"},
104
+ {"shape":"DecryptionFailure"},
105
+ {"shape":"InternalServiceError"}
106
+ ]
107
+ },
108
+ "ListSecretVersionIds":{
109
+ "name":"ListSecretVersionIds",
110
+ "http":{
111
+ "method":"POST",
112
+ "requestUri":"/"
113
+ },
114
+ "input":{"shape":"ListSecretVersionIdsRequest"},
115
+ "output":{"shape":"ListSecretVersionIdsResponse"},
116
+ "errors":[
117
+ {"shape":"InvalidNextTokenException"},
118
+ {"shape":"ResourceNotFoundException"},
119
+ {"shape":"InternalServiceError"}
120
+ ]
121
+ },
122
+ "ListSecrets":{
123
+ "name":"ListSecrets",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/"
127
+ },
128
+ "input":{"shape":"ListSecretsRequest"},
129
+ "output":{"shape":"ListSecretsResponse"},
130
+ "errors":[
131
+ {"shape":"InvalidParameterException"},
132
+ {"shape":"InvalidNextTokenException"},
133
+ {"shape":"InternalServiceError"}
134
+ ]
135
+ },
136
+ "PutSecretValue":{
137
+ "name":"PutSecretValue",
138
+ "http":{
139
+ "method":"POST",
140
+ "requestUri":"/"
141
+ },
142
+ "input":{"shape":"PutSecretValueRequest"},
143
+ "output":{"shape":"PutSecretValueResponse"},
144
+ "errors":[
145
+ {"shape":"InvalidParameterException"},
146
+ {"shape":"InvalidRequestException"},
147
+ {"shape":"LimitExceededException"},
148
+ {"shape":"EncryptionFailure"},
149
+ {"shape":"ResourceExistsException"},
150
+ {"shape":"ResourceNotFoundException"},
151
+ {"shape":"InternalServiceError"}
152
+ ]
153
+ },
154
+ "RestoreSecret":{
155
+ "name":"RestoreSecret",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/"
159
+ },
160
+ "input":{"shape":"RestoreSecretRequest"},
161
+ "output":{"shape":"RestoreSecretResponse"},
162
+ "errors":[
163
+ {"shape":"ResourceNotFoundException"},
164
+ {"shape":"InvalidParameterException"},
165
+ {"shape":"InvalidRequestException"},
166
+ {"shape":"InternalServiceError"}
167
+ ]
168
+ },
169
+ "RotateSecret":{
170
+ "name":"RotateSecret",
171
+ "http":{
172
+ "method":"POST",
173
+ "requestUri":"/"
174
+ },
175
+ "input":{"shape":"RotateSecretRequest"},
176
+ "output":{"shape":"RotateSecretResponse"},
177
+ "errors":[
178
+ {"shape":"ResourceNotFoundException"},
179
+ {"shape":"InvalidParameterException"},
180
+ {"shape":"InternalServiceError"},
181
+ {"shape":"InvalidRequestException"}
182
+ ]
183
+ },
184
+ "TagResource":{
185
+ "name":"TagResource",
186
+ "http":{
187
+ "method":"POST",
188
+ "requestUri":"/"
189
+ },
190
+ "input":{"shape":"TagResourceRequest"},
191
+ "errors":[
192
+ {"shape":"ResourceNotFoundException"},
193
+ {"shape":"InvalidParameterException"},
194
+ {"shape":"InternalServiceError"}
195
+ ]
196
+ },
197
+ "UntagResource":{
198
+ "name":"UntagResource",
199
+ "http":{
200
+ "method":"POST",
201
+ "requestUri":"/"
202
+ },
203
+ "input":{"shape":"UntagResourceRequest"},
204
+ "errors":[
205
+ {"shape":"ResourceNotFoundException"},
206
+ {"shape":"InvalidParameterException"},
207
+ {"shape":"InternalServiceError"}
208
+ ]
209
+ },
210
+ "UpdateSecret":{
211
+ "name":"UpdateSecret",
212
+ "http":{
213
+ "method":"POST",
214
+ "requestUri":"/"
215
+ },
216
+ "input":{"shape":"UpdateSecretRequest"},
217
+ "output":{"shape":"UpdateSecretResponse"},
218
+ "errors":[
219
+ {"shape":"InvalidParameterException"},
220
+ {"shape":"InvalidRequestException"},
221
+ {"shape":"LimitExceededException"},
222
+ {"shape":"EncryptionFailure"},
223
+ {"shape":"ResourceExistsException"},
224
+ {"shape":"ResourceNotFoundException"},
225
+ {"shape":"MalformedPolicyDocumentException"},
226
+ {"shape":"InternalServiceError"}
227
+ ]
228
+ },
229
+ "UpdateSecretVersionStage":{
230
+ "name":"UpdateSecretVersionStage",
231
+ "http":{
232
+ "method":"POST",
233
+ "requestUri":"/"
234
+ },
235
+ "input":{"shape":"UpdateSecretVersionStageRequest"},
236
+ "output":{"shape":"UpdateSecretVersionStageResponse"},
237
+ "errors":[
238
+ {"shape":"ResourceNotFoundException"},
239
+ {"shape":"InvalidParameterException"},
240
+ {"shape":"InvalidRequestException"},
241
+ {"shape":"LimitExceededException"},
242
+ {"shape":"InternalServiceError"}
243
+ ]
244
+ }
245
+ },
246
+ "shapes":{
247
+ "AutomaticallyRotateAfterDaysType":{
248
+ "type":"long",
249
+ "max":1000,
250
+ "min":1
251
+ },
252
+ "BooleanType":{"type":"boolean"},
253
+ "CancelRotateSecretRequest":{
254
+ "type":"structure",
255
+ "required":["SecretId"],
256
+ "members":{
257
+ "SecretId":{"shape":"SecretIdType"}
258
+ }
259
+ },
260
+ "CancelRotateSecretResponse":{
261
+ "type":"structure",
262
+ "members":{
263
+ "ARN":{"shape":"SecretARNType"},
264
+ "Name":{"shape":"SecretNameType"},
265
+ "VersionId":{"shape":"SecretVersionIdType"}
266
+ }
267
+ },
268
+ "ClientRequestTokenType":{
269
+ "type":"string",
270
+ "max":64,
271
+ "min":32
272
+ },
273
+ "CreateSecretRequest":{
274
+ "type":"structure",
275
+ "required":["Name"],
276
+ "members":{
277
+ "Name":{"shape":"NameType"},
278
+ "ClientRequestToken":{
279
+ "shape":"ClientRequestTokenType",
280
+ "idempotencyToken":true
281
+ },
282
+ "Description":{"shape":"DescriptionType"},
283
+ "KmsKeyId":{"shape":"KmsKeyIdType"},
284
+ "SecretBinary":{"shape":"SecretBinaryType"},
285
+ "SecretString":{"shape":"SecretStringType"},
286
+ "Tags":{"shape":"TagListType"}
287
+ }
288
+ },
289
+ "CreateSecretResponse":{
290
+ "type":"structure",
291
+ "members":{
292
+ "ARN":{"shape":"SecretARNType"},
293
+ "Name":{"shape":"SecretNameType"},
294
+ "VersionId":{"shape":"SecretVersionIdType"}
295
+ }
296
+ },
297
+ "CreatedDateType":{"type":"timestamp"},
298
+ "DecryptionFailure":{
299
+ "type":"structure",
300
+ "members":{
301
+ "Message":{"shape":"ErrorMessage"}
302
+ },
303
+ "exception":true
304
+ },
305
+ "DeleteSecretRequest":{
306
+ "type":"structure",
307
+ "required":["SecretId"],
308
+ "members":{
309
+ "SecretId":{"shape":"SecretIdType"},
310
+ "RecoveryWindowInDays":{
311
+ "shape":"RecoveryWindowInDaysType",
312
+ "box":true
313
+ }
314
+ }
315
+ },
316
+ "DeleteSecretResponse":{
317
+ "type":"structure",
318
+ "members":{
319
+ "ARN":{"shape":"SecretARNType"},
320
+ "Name":{"shape":"SecretNameType"},
321
+ "DeletionDate":{
322
+ "shape":"DeletionDateType",
323
+ "box":true
324
+ }
325
+ }
326
+ },
327
+ "DeletedDateType":{"type":"timestamp"},
328
+ "DeletionDateType":{"type":"timestamp"},
329
+ "DescribeSecretRequest":{
330
+ "type":"structure",
331
+ "required":["SecretId"],
332
+ "members":{
333
+ "SecretId":{"shape":"SecretIdType"}
334
+ }
335
+ },
336
+ "DescribeSecretResponse":{
337
+ "type":"structure",
338
+ "members":{
339
+ "ARN":{"shape":"SecretARNType"},
340
+ "Name":{"shape":"SecretNameType"},
341
+ "Description":{"shape":"DescriptionType"},
342
+ "KmsKeyId":{"shape":"KmsKeyIdType"},
343
+ "RotationEnabled":{
344
+ "shape":"RotationEnabledType",
345
+ "box":true
346
+ },
347
+ "RotationLambdaARN":{"shape":"RotationLambdaARNType"},
348
+ "RotationRules":{"shape":"RotationRulesType"},
349
+ "LastRotatedDate":{
350
+ "shape":"LastRotatedDateType",
351
+ "box":true
352
+ },
353
+ "LastChangedDate":{
354
+ "shape":"LastChangedDateType",
355
+ "box":true
356
+ },
357
+ "LastAccessedDate":{
358
+ "shape":"LastAccessedDateType",
359
+ "box":true
360
+ },
361
+ "DeletedDate":{
362
+ "shape":"DeletedDateType",
363
+ "box":true
364
+ },
365
+ "Tags":{"shape":"TagListType"},
366
+ "VersionIdsToStages":{"shape":"SecretVersionsToStagesMapType"}
367
+ }
368
+ },
369
+ "DescriptionType":{
370
+ "type":"string",
371
+ "max":2048
372
+ },
373
+ "EncryptionFailure":{
374
+ "type":"structure",
375
+ "members":{
376
+ "Message":{"shape":"ErrorMessage"}
377
+ },
378
+ "exception":true
379
+ },
380
+ "ErrorMessage":{"type":"string"},
381
+ "ExcludeCharactersType":{
382
+ "type":"string",
383
+ "max":4096,
384
+ "min":0
385
+ },
386
+ "ExcludeLowercaseType":{"type":"boolean"},
387
+ "ExcludeNumbersType":{"type":"boolean"},
388
+ "ExcludePunctuationType":{"type":"boolean"},
389
+ "ExcludeUppercaseType":{"type":"boolean"},
390
+ "GetRandomPasswordRequest":{
391
+ "type":"structure",
392
+ "members":{
393
+ "PasswordLength":{
394
+ "shape":"PasswordLengthType",
395
+ "box":true
396
+ },
397
+ "ExcludeCharacters":{"shape":"ExcludeCharactersType"},
398
+ "ExcludeNumbers":{
399
+ "shape":"ExcludeNumbersType",
400
+ "box":true
401
+ },
402
+ "ExcludePunctuation":{
403
+ "shape":"ExcludePunctuationType",
404
+ "box":true
405
+ },
406
+ "ExcludeUppercase":{
407
+ "shape":"ExcludeUppercaseType",
408
+ "box":true
409
+ },
410
+ "ExcludeLowercase":{
411
+ "shape":"ExcludeLowercaseType",
412
+ "box":true
413
+ },
414
+ "IncludeSpace":{
415
+ "shape":"IncludeSpaceType",
416
+ "box":true
417
+ },
418
+ "RequireEachIncludedType":{
419
+ "shape":"RequireEachIncludedTypeType",
420
+ "box":true
421
+ }
422
+ }
423
+ },
424
+ "GetRandomPasswordResponse":{
425
+ "type":"structure",
426
+ "members":{
427
+ "RandomPassword":{"shape":"RandomPasswordType"}
428
+ }
429
+ },
430
+ "GetSecretValueRequest":{
431
+ "type":"structure",
432
+ "required":["SecretId"],
433
+ "members":{
434
+ "SecretId":{"shape":"SecretIdType"},
435
+ "VersionId":{"shape":"SecretVersionIdType"},
436
+ "VersionStage":{"shape":"SecretVersionStageType"}
437
+ }
438
+ },
439
+ "GetSecretValueResponse":{
440
+ "type":"structure",
441
+ "members":{
442
+ "ARN":{"shape":"SecretARNType"},
443
+ "Name":{"shape":"SecretNameType"},
444
+ "VersionId":{"shape":"SecretVersionIdType"},
445
+ "SecretBinary":{"shape":"SecretBinaryType"},
446
+ "SecretString":{"shape":"SecretStringType"},
447
+ "VersionStages":{"shape":"SecretVersionStagesType"},
448
+ "CreatedDate":{
449
+ "shape":"CreatedDateType",
450
+ "box":true
451
+ }
452
+ }
453
+ },
454
+ "IncludeSpaceType":{"type":"boolean"},
455
+ "InternalServiceError":{
456
+ "type":"structure",
457
+ "members":{
458
+ "Message":{"shape":"ErrorMessage"}
459
+ },
460
+ "exception":true,
461
+ "fault":true
462
+ },
463
+ "InvalidNextTokenException":{
464
+ "type":"structure",
465
+ "members":{
466
+ "Message":{"shape":"ErrorMessage"}
467
+ },
468
+ "exception":true
469
+ },
470
+ "InvalidParameterException":{
471
+ "type":"structure",
472
+ "members":{
473
+ "Message":{"shape":"ErrorMessage"}
474
+ },
475
+ "exception":true
476
+ },
477
+ "InvalidRequestException":{
478
+ "type":"structure",
479
+ "members":{
480
+ "Message":{"shape":"ErrorMessage"}
481
+ },
482
+ "exception":true
483
+ },
484
+ "KmsKeyIdType":{
485
+ "type":"string",
486
+ "max":2048,
487
+ "min":0
488
+ },
489
+ "LastAccessedDateType":{"type":"timestamp"},
490
+ "LastChangedDateType":{"type":"timestamp"},
491
+ "LastRotatedDateType":{"type":"timestamp"},
492
+ "LimitExceededException":{
493
+ "type":"structure",
494
+ "members":{
495
+ "Message":{"shape":"ErrorMessage"}
496
+ },
497
+ "exception":true
498
+ },
499
+ "ListSecretVersionIdsRequest":{
500
+ "type":"structure",
501
+ "required":["SecretId"],
502
+ "members":{
503
+ "SecretId":{"shape":"SecretIdType"},
504
+ "MaxResults":{
505
+ "shape":"MaxResultsType",
506
+ "box":true
507
+ },
508
+ "NextToken":{"shape":"NextTokenType"},
509
+ "IncludeDeprecated":{
510
+ "shape":"BooleanType",
511
+ "box":true
512
+ }
513
+ }
514
+ },
515
+ "ListSecretVersionIdsResponse":{
516
+ "type":"structure",
517
+ "members":{
518
+ "Versions":{"shape":"SecretVersionsListType"},
519
+ "NextToken":{"shape":"NextTokenType"},
520
+ "ARN":{"shape":"SecretARNType"},
521
+ "Name":{"shape":"SecretNameType"}
522
+ }
523
+ },
524
+ "ListSecretsRequest":{
525
+ "type":"structure",
526
+ "members":{
527
+ "MaxResults":{
528
+ "shape":"MaxResultsType",
529
+ "box":true
530
+ },
531
+ "NextToken":{"shape":"NextTokenType"}
532
+ }
533
+ },
534
+ "ListSecretsResponse":{
535
+ "type":"structure",
536
+ "members":{
537
+ "SecretList":{"shape":"SecretListType"},
538
+ "NextToken":{"shape":"NextTokenType"}
539
+ }
540
+ },
541
+ "MalformedPolicyDocumentException":{
542
+ "type":"structure",
543
+ "members":{
544
+ "Message":{"shape":"ErrorMessage"}
545
+ },
546
+ "exception":true
547
+ },
548
+ "MaxResultsType":{
549
+ "type":"integer",
550
+ "max":100,
551
+ "min":1
552
+ },
553
+ "NameType":{
554
+ "type":"string",
555
+ "max":512,
556
+ "min":1
557
+ },
558
+ "NextTokenType":{
559
+ "type":"string",
560
+ "max":4096,
561
+ "min":1
562
+ },
563
+ "PasswordLengthType":{
564
+ "type":"long",
565
+ "max":4096,
566
+ "min":1
567
+ },
568
+ "PutSecretValueRequest":{
569
+ "type":"structure",
570
+ "required":["SecretId"],
571
+ "members":{
572
+ "SecretId":{"shape":"SecretIdType"},
573
+ "ClientRequestToken":{
574
+ "shape":"ClientRequestTokenType",
575
+ "idempotencyToken":true
576
+ },
577
+ "SecretBinary":{"shape":"SecretBinaryType"},
578
+ "SecretString":{"shape":"SecretStringType"},
579
+ "VersionStages":{"shape":"SecretVersionStagesType"}
580
+ }
581
+ },
582
+ "PutSecretValueResponse":{
583
+ "type":"structure",
584
+ "members":{
585
+ "ARN":{"shape":"SecretARNType"},
586
+ "Name":{"shape":"SecretNameType"},
587
+ "VersionId":{"shape":"SecretVersionIdType"},
588
+ "VersionStages":{"shape":"SecretVersionStagesType"}
589
+ }
590
+ },
591
+ "RandomPasswordType":{
592
+ "type":"string",
593
+ "max":4096,
594
+ "min":0
595
+ },
596
+ "RecoveryWindowInDaysType":{"type":"long"},
597
+ "RequireEachIncludedTypeType":{"type":"boolean"},
598
+ "ResourceExistsException":{
599
+ "type":"structure",
600
+ "members":{
601
+ "Message":{"shape":"ErrorMessage"}
602
+ },
603
+ "exception":true
604
+ },
605
+ "ResourceNotFoundException":{
606
+ "type":"structure",
607
+ "members":{
608
+ "Message":{"shape":"ErrorMessage"}
609
+ },
610
+ "exception":true
611
+ },
612
+ "RestoreSecretRequest":{
613
+ "type":"structure",
614
+ "required":["SecretId"],
615
+ "members":{
616
+ "SecretId":{"shape":"SecretIdType"}
617
+ }
618
+ },
619
+ "RestoreSecretResponse":{
620
+ "type":"structure",
621
+ "members":{
622
+ "ARN":{"shape":"SecretARNType"},
623
+ "Name":{"shape":"SecretNameType"}
624
+ }
625
+ },
626
+ "RotateSecretRequest":{
627
+ "type":"structure",
628
+ "required":["SecretId"],
629
+ "members":{
630
+ "SecretId":{"shape":"SecretIdType"},
631
+ "ClientRequestToken":{
632
+ "shape":"ClientRequestTokenType",
633
+ "idempotencyToken":true
634
+ },
635
+ "RotationLambdaARN":{"shape":"RotationLambdaARNType"},
636
+ "RotationRules":{"shape":"RotationRulesType"}
637
+ }
638
+ },
639
+ "RotateSecretResponse":{
640
+ "type":"structure",
641
+ "members":{
642
+ "ARN":{"shape":"SecretARNType"},
643
+ "Name":{"shape":"SecretNameType"},
644
+ "VersionId":{
645
+ "shape":"SecretVersionIdType",
646
+ "box":true
647
+ }
648
+ }
649
+ },
650
+ "RotationEnabledType":{"type":"boolean"},
651
+ "RotationLambdaARNType":{
652
+ "type":"string",
653
+ "max":2048,
654
+ "min":0
655
+ },
656
+ "RotationRulesType":{
657
+ "type":"structure",
658
+ "members":{
659
+ "AutomaticallyAfterDays":{
660
+ "shape":"AutomaticallyRotateAfterDaysType",
661
+ "box":true
662
+ }
663
+ }
664
+ },
665
+ "SecretARNType":{
666
+ "type":"string",
667
+ "max":2048,
668
+ "min":20
669
+ },
670
+ "SecretBinaryType":{
671
+ "type":"blob",
672
+ "max":4096,
673
+ "min":0,
674
+ "sensitive":true
675
+ },
676
+ "SecretIdType":{
677
+ "type":"string",
678
+ "max":2048,
679
+ "min":1
680
+ },
681
+ "SecretListEntry":{
682
+ "type":"structure",
683
+ "members":{
684
+ "ARN":{"shape":"SecretARNType"},
685
+ "Name":{"shape":"SecretNameType"},
686
+ "Description":{"shape":"DescriptionType"},
687
+ "KmsKeyId":{"shape":"KmsKeyIdType"},
688
+ "RotationEnabled":{
689
+ "shape":"RotationEnabledType",
690
+ "box":true
691
+ },
692
+ "RotationLambdaARN":{"shape":"RotationLambdaARNType"},
693
+ "RotationRules":{"shape":"RotationRulesType"},
694
+ "LastRotatedDate":{
695
+ "shape":"LastRotatedDateType",
696
+ "box":true
697
+ },
698
+ "LastChangedDate":{
699
+ "shape":"LastChangedDateType",
700
+ "box":true
701
+ },
702
+ "LastAccessedDate":{
703
+ "shape":"LastAccessedDateType",
704
+ "box":true
705
+ },
706
+ "DeletedDate":{"shape":"DeletedDateType"},
707
+ "Tags":{"shape":"TagListType"},
708
+ "SecretVersionsToStages":{"shape":"SecretVersionsToStagesMapType"}
709
+ }
710
+ },
711
+ "SecretListType":{
712
+ "type":"list",
713
+ "member":{"shape":"SecretListEntry"}
714
+ },
715
+ "SecretNameType":{
716
+ "type":"string",
717
+ "max":256,
718
+ "min":1
719
+ },
720
+ "SecretStringType":{
721
+ "type":"string",
722
+ "max":4096,
723
+ "min":0,
724
+ "sensitive":true
725
+ },
726
+ "SecretVersionIdType":{
727
+ "type":"string",
728
+ "max":64,
729
+ "min":32
730
+ },
731
+ "SecretVersionStageType":{
732
+ "type":"string",
733
+ "max":256,
734
+ "min":1
735
+ },
736
+ "SecretVersionStagesType":{
737
+ "type":"list",
738
+ "member":{"shape":"SecretVersionStageType"},
739
+ "max":20,
740
+ "min":1
741
+ },
742
+ "SecretVersionsListEntry":{
743
+ "type":"structure",
744
+ "members":{
745
+ "VersionId":{"shape":"SecretVersionIdType"},
746
+ "VersionStages":{"shape":"SecretVersionStagesType"},
747
+ "LastAccessedDate":{
748
+ "shape":"LastAccessedDateType",
749
+ "box":true
750
+ },
751
+ "CreatedDate":{
752
+ "shape":"CreatedDateType",
753
+ "box":true
754
+ }
755
+ }
756
+ },
757
+ "SecretVersionsListType":{
758
+ "type":"list",
759
+ "member":{"shape":"SecretVersionsListEntry"}
760
+ },
761
+ "SecretVersionsToStagesMapType":{
762
+ "type":"map",
763
+ "key":{"shape":"SecretVersionIdType"},
764
+ "value":{"shape":"SecretVersionStagesType"}
765
+ },
766
+ "Tag":{
767
+ "type":"structure",
768
+ "members":{
769
+ "Key":{"shape":"TagKeyType"},
770
+ "Value":{"shape":"TagValueType"}
771
+ }
772
+ },
773
+ "TagKeyListType":{
774
+ "type":"list",
775
+ "member":{"shape":"TagKeyType"}
776
+ },
777
+ "TagKeyType":{
778
+ "type":"string",
779
+ "max":128,
780
+ "min":1
781
+ },
782
+ "TagListType":{
783
+ "type":"list",
784
+ "member":{"shape":"Tag"}
785
+ },
786
+ "TagResourceRequest":{
787
+ "type":"structure",
788
+ "required":[
789
+ "SecretId",
790
+ "Tags"
791
+ ],
792
+ "members":{
793
+ "SecretId":{"shape":"SecretIdType"},
794
+ "Tags":{"shape":"TagListType"}
795
+ }
796
+ },
797
+ "TagValueType":{
798
+ "type":"string",
799
+ "max":256,
800
+ "min":0
801
+ },
802
+ "UntagResourceRequest":{
803
+ "type":"structure",
804
+ "required":[
805
+ "SecretId",
806
+ "TagKeys"
807
+ ],
808
+ "members":{
809
+ "SecretId":{"shape":"SecretIdType"},
810
+ "TagKeys":{"shape":"TagKeyListType"}
811
+ }
812
+ },
813
+ "UpdateSecretRequest":{
814
+ "type":"structure",
815
+ "required":["SecretId"],
816
+ "members":{
817
+ "SecretId":{"shape":"SecretIdType"},
818
+ "ClientRequestToken":{
819
+ "shape":"ClientRequestTokenType",
820
+ "idempotencyToken":true
821
+ },
822
+ "Description":{"shape":"DescriptionType"},
823
+ "KmsKeyId":{"shape":"KmsKeyIdType"},
824
+ "SecretBinary":{"shape":"SecretBinaryType"},
825
+ "SecretString":{"shape":"SecretStringType"}
826
+ }
827
+ },
828
+ "UpdateSecretResponse":{
829
+ "type":"structure",
830
+ "members":{
831
+ "ARN":{"shape":"SecretARNType"},
832
+ "Name":{"shape":"SecretNameType"},
833
+ "VersionId":{"shape":"SecretVersionIdType"}
834
+ }
835
+ },
836
+ "UpdateSecretVersionStageRequest":{
837
+ "type":"structure",
838
+ "required":[
839
+ "SecretId",
840
+ "VersionStage"
841
+ ],
842
+ "members":{
843
+ "SecretId":{"shape":"SecretIdType"},
844
+ "VersionStage":{"shape":"SecretVersionStageType"},
845
+ "RemoveFromVersionId":{
846
+ "shape":"SecretVersionIdType",
847
+ "box":true
848
+ },
849
+ "MoveToVersionId":{
850
+ "shape":"SecretVersionIdType",
851
+ "box":true
852
+ }
853
+ }
854
+ },
855
+ "UpdateSecretVersionStageResponse":{
856
+ "type":"structure",
857
+ "members":{
858
+ "ARN":{"shape":"SecretARNType"},
859
+ "Name":{"shape":"SecretNameType"}
860
+ }
861
+ }
862
+ }
863
+ }