aws-sdk-core 2.11.382 → 2.11.383

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59931f95586d261d150c84d311de536717254c52
4
- data.tar.gz: d4c08d5cdfe5420901f05975a3abf4abeaae6d86
3
+ metadata.gz: 83d181cdae88afd9317ec64680410de3cbc1ca5d
4
+ data.tar.gz: 47978a9477dbc219a629b0876c7fe166f651ec39
5
5
  SHA512:
6
- metadata.gz: 92b234ad587ae5ba7fb61e4469f4cb3784a30a53769faeadc23a88f97aeea2b2aebe55917f90902b4fef2d8600140f9579b67aa0c6a1299bc9c351bb6cbd9bce
7
- data.tar.gz: ee5a20849614c965255509888df05c0cc8707014178a00bfa6058938dcd58e913dc0419dd55dd43b910feb5457073e3aec716fe69e1302c2340771f973b3644b
6
+ metadata.gz: 0cdce957b6920a9a68030868a5b8597bceab71306960d4d7cb48a8d54f45b34ddbf48beb9f866d7c2dc762df0d3ddac3777ce918eccb4939e6d983b436517582
7
+ data.tar.gz: 52c7844126a8c6b289469a9e2ff2deea9e27eeb03c1c0f3fc481b4aea6bb926afc6ebd2fccbc23491c970bb75eb8d94f81b9e8adc070b8859e9afd11f4214445
@@ -137,6 +137,22 @@
137
137
  {"shape":"RepositoryPolicyNotFoundException"}
138
138
  ]
139
139
  },
140
+ "DescribeImageScanFindings":{
141
+ "name":"DescribeImageScanFindings",
142
+ "http":{
143
+ "method":"POST",
144
+ "requestUri":"/"
145
+ },
146
+ "input":{"shape":"DescribeImageScanFindingsRequest"},
147
+ "output":{"shape":"DescribeImageScanFindingsResponse"},
148
+ "errors":[
149
+ {"shape":"ServerException"},
150
+ {"shape":"InvalidParameterException"},
151
+ {"shape":"RepositoryNotFoundException"},
152
+ {"shape":"ImageNotFoundException"},
153
+ {"shape":"ScanNotFoundException"}
154
+ ]
155
+ },
140
156
  "DescribeImages":{
141
157
  "name":"DescribeImages",
142
158
  "http":{
@@ -300,6 +316,20 @@
300
316
  {"shape":"ImageTagAlreadyExistsException"}
301
317
  ]
302
318
  },
319
+ "PutImageScanningConfiguration":{
320
+ "name":"PutImageScanningConfiguration",
321
+ "http":{
322
+ "method":"POST",
323
+ "requestUri":"/"
324
+ },
325
+ "input":{"shape":"PutImageScanningConfigurationRequest"},
326
+ "output":{"shape":"PutImageScanningConfigurationResponse"},
327
+ "errors":[
328
+ {"shape":"ServerException"},
329
+ {"shape":"InvalidParameterException"},
330
+ {"shape":"RepositoryNotFoundException"}
331
+ ]
332
+ },
303
333
  "PutImageTagMutability":{
304
334
  "name":"PutImageTagMutability",
305
335
  "http":{
@@ -342,6 +372,21 @@
342
372
  {"shape":"RepositoryNotFoundException"}
343
373
  ]
344
374
  },
375
+ "StartImageScan":{
376
+ "name":"StartImageScan",
377
+ "http":{
378
+ "method":"POST",
379
+ "requestUri":"/"
380
+ },
381
+ "input":{"shape":"StartImageScanRequest"},
382
+ "output":{"shape":"StartImageScanResponse"},
383
+ "errors":[
384
+ {"shape":"ServerException"},
385
+ {"shape":"InvalidParameterException"},
386
+ {"shape":"RepositoryNotFoundException"},
387
+ {"shape":"ImageNotFoundException"}
388
+ ]
389
+ },
345
390
  "StartLifecyclePolicyPreview":{
346
391
  "name":"StartLifecyclePolicyPreview",
347
392
  "http":{
@@ -410,6 +455,30 @@
410
455
  },
411
456
  "shapes":{
412
457
  "Arn":{"type":"string"},
458
+ "Attribute":{
459
+ "type":"structure",
460
+ "required":["key"],
461
+ "members":{
462
+ "key":{"shape":"AttributeKey"},
463
+ "value":{"shape":"AttributeValue"}
464
+ }
465
+ },
466
+ "AttributeKey":{
467
+ "type":"string",
468
+ "max":128,
469
+ "min":1
470
+ },
471
+ "AttributeList":{
472
+ "type":"list",
473
+ "member":{"shape":"Attribute"},
474
+ "max":50,
475
+ "min":0
476
+ },
477
+ "AttributeValue":{
478
+ "type":"string",
479
+ "max":256,
480
+ "min":1
481
+ },
413
482
  "AuthorizationData":{
414
483
  "type":"structure",
415
484
  "members":{
@@ -524,7 +593,8 @@
524
593
  "members":{
525
594
  "repositoryName":{"shape":"RepositoryName"},
526
595
  "tags":{"shape":"TagList"},
527
- "imageTagMutability":{"shape":"ImageTagMutability"}
596
+ "imageTagMutability":{"shape":"ImageTagMutability"},
597
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
528
598
  }
529
599
  },
530
600
  "CreateRepositoryResponse":{
@@ -582,6 +652,31 @@
582
652
  "repository":{"shape":"Repository"}
583
653
  }
584
654
  },
655
+ "DescribeImageScanFindingsRequest":{
656
+ "type":"structure",
657
+ "required":[
658
+ "repositoryName",
659
+ "imageId"
660
+ ],
661
+ "members":{
662
+ "registryId":{"shape":"RegistryId"},
663
+ "repositoryName":{"shape":"RepositoryName"},
664
+ "imageId":{"shape":"ImageIdentifier"},
665
+ "nextToken":{"shape":"NextToken"},
666
+ "maxResults":{"shape":"MaxResults"}
667
+ }
668
+ },
669
+ "DescribeImageScanFindingsResponse":{
670
+ "type":"structure",
671
+ "members":{
672
+ "registryId":{"shape":"RegistryId"},
673
+ "repositoryName":{"shape":"RepositoryName"},
674
+ "imageId":{"shape":"ImageIdentifier"},
675
+ "imageScanStatus":{"shape":"ImageScanStatus"},
676
+ "imageScanFindings":{"shape":"ImageScanFindings"},
677
+ "nextToken":{"shape":"NextToken"}
678
+ }
679
+ },
585
680
  "DescribeImagesFilter":{
586
681
  "type":"structure",
587
682
  "members":{
@@ -633,6 +728,24 @@
633
728
  "EvaluationTimestamp":{"type":"timestamp"},
634
729
  "ExceptionMessage":{"type":"string"},
635
730
  "ExpirationTimestamp":{"type":"timestamp"},
731
+ "FindingDescription":{"type":"string"},
732
+ "FindingName":{"type":"string"},
733
+ "FindingSeverity":{
734
+ "type":"string",
735
+ "enum":[
736
+ "INFORMATIONAL",
737
+ "LOW",
738
+ "MEDIUM",
739
+ "HIGH",
740
+ "CRITICAL",
741
+ "UNDEFINED"
742
+ ]
743
+ },
744
+ "FindingSeverityCounts":{
745
+ "type":"map",
746
+ "key":{"shape":"FindingSeverity"},
747
+ "value":{"shape":"SeverityCount"}
748
+ },
636
749
  "ForceFlag":{"type":"boolean"},
637
750
  "GetAuthorizationTokenRegistryIdList":{
638
751
  "type":"list",
@@ -760,7 +873,9 @@
760
873
  "imageDigest":{"shape":"ImageDigest"},
761
874
  "imageTags":{"shape":"ImageTagList"},
762
875
  "imageSizeInBytes":{"shape":"ImageSizeInBytes"},
763
- "imagePushedAt":{"shape":"PushTimestamp"}
876
+ "imagePushedAt":{"shape":"PushTimestamp"},
877
+ "imageScanStatus":{"shape":"ImageScanStatus"},
878
+ "imageScanFindingsSummary":{"shape":"ImageScanFindingsSummary"}
764
879
  }
765
880
  },
766
881
  "ImageDetailList":{
@@ -808,7 +923,11 @@
808
923
  "type":"list",
809
924
  "member":{"shape":"Image"}
810
925
  },
811
- "ImageManifest":{"type":"string"},
926
+ "ImageManifest":{
927
+ "type":"string",
928
+ "max":4194304,
929
+ "min":1
930
+ },
812
931
  "ImageNotFoundException":{
813
932
  "type":"structure",
814
933
  "members":{
@@ -816,6 +935,50 @@
816
935
  },
817
936
  "exception":true
818
937
  },
938
+ "ImageScanFinding":{
939
+ "type":"structure",
940
+ "members":{
941
+ "name":{"shape":"FindingName"},
942
+ "description":{"shape":"FindingDescription"},
943
+ "uri":{"shape":"Url"},
944
+ "severity":{"shape":"FindingSeverity"},
945
+ "attributes":{"shape":"AttributeList"}
946
+ }
947
+ },
948
+ "ImageScanFindingList":{
949
+ "type":"list",
950
+ "member":{"shape":"ImageScanFinding"}
951
+ },
952
+ "ImageScanFindings":{
953
+ "type":"structure",
954
+ "members":{
955
+ "imageScanCompletedAt":{"shape":"ScanTimestamp"},
956
+ "vulnerabilitySourceUpdatedAt":{"shape":"VulnerabilitySourceUpdateTimestamp"},
957
+ "findings":{"shape":"ImageScanFindingList"},
958
+ "findingSeverityCounts":{"shape":"FindingSeverityCounts"}
959
+ }
960
+ },
961
+ "ImageScanFindingsSummary":{
962
+ "type":"structure",
963
+ "members":{
964
+ "imageScanCompletedAt":{"shape":"ScanTimestamp"},
965
+ "vulnerabilitySourceUpdatedAt":{"shape":"VulnerabilitySourceUpdateTimestamp"},
966
+ "findingSeverityCounts":{"shape":"FindingSeverityCounts"}
967
+ }
968
+ },
969
+ "ImageScanStatus":{
970
+ "type":"structure",
971
+ "members":{
972
+ "status":{"shape":"ScanStatus"},
973
+ "description":{"shape":"ScanStatusDescription"}
974
+ }
975
+ },
976
+ "ImageScanningConfiguration":{
977
+ "type":"structure",
978
+ "members":{
979
+ "scanOnPush":{"shape":"ScanOnPushFlag"}
980
+ }
981
+ },
819
982
  "ImageSizeInBytes":{"type":"long"},
820
983
  "ImageTag":{
821
984
  "type":"string",
@@ -951,7 +1114,11 @@
951
1114
  "type":"list",
952
1115
  "member":{"shape":"Layer"}
953
1116
  },
954
- "LayerPartBlob":{"type":"blob"},
1117
+ "LayerPartBlob":{
1118
+ "type":"blob",
1119
+ "max":20971520,
1120
+ "min":0
1121
+ },
955
1122
  "LayerPartTooSmallException":{
956
1123
  "type":"structure",
957
1124
  "members":{
@@ -1125,6 +1292,26 @@
1125
1292
  "image":{"shape":"Image"}
1126
1293
  }
1127
1294
  },
1295
+ "PutImageScanningConfigurationRequest":{
1296
+ "type":"structure",
1297
+ "required":[
1298
+ "repositoryName",
1299
+ "imageScanningConfiguration"
1300
+ ],
1301
+ "members":{
1302
+ "registryId":{"shape":"RegistryId"},
1303
+ "repositoryName":{"shape":"RepositoryName"},
1304
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
1305
+ }
1306
+ },
1307
+ "PutImageScanningConfigurationResponse":{
1308
+ "type":"structure",
1309
+ "members":{
1310
+ "registryId":{"shape":"RegistryId"},
1311
+ "repositoryName":{"shape":"RepositoryName"},
1312
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
1313
+ }
1314
+ },
1128
1315
  "PutImageTagMutabilityRequest":{
1129
1316
  "type":"structure",
1130
1317
  "required":[
@@ -1177,7 +1364,8 @@
1177
1364
  "repositoryName":{"shape":"RepositoryName"},
1178
1365
  "repositoryUri":{"shape":"Url"},
1179
1366
  "createdAt":{"shape":"CreationTimestamp"},
1180
- "imageTagMutability":{"shape":"ImageTagMutability"}
1367
+ "imageTagMutability":{"shape":"ImageTagMutability"},
1368
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
1181
1369
  }
1182
1370
  },
1183
1371
  "RepositoryAlreadyExistsException":{
@@ -1229,6 +1417,24 @@
1229
1417
  "max":10240,
1230
1418
  "min":0
1231
1419
  },
1420
+ "ScanNotFoundException":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ "message":{"shape":"ExceptionMessage"}
1424
+ },
1425
+ "exception":true
1426
+ },
1427
+ "ScanOnPushFlag":{"type":"boolean"},
1428
+ "ScanStatus":{
1429
+ "type":"string",
1430
+ "enum":[
1431
+ "IN_PROGRESS",
1432
+ "COMPLETE",
1433
+ "FAILED"
1434
+ ]
1435
+ },
1436
+ "ScanStatusDescription":{"type":"string"},
1437
+ "ScanTimestamp":{"type":"timestamp"},
1232
1438
  "ServerException":{
1233
1439
  "type":"structure",
1234
1440
  "members":{
@@ -1258,6 +1464,31 @@
1258
1464
  "policyText":{"shape":"RepositoryPolicyText"}
1259
1465
  }
1260
1466
  },
1467
+ "SeverityCount":{
1468
+ "type":"integer",
1469
+ "min":0
1470
+ },
1471
+ "StartImageScanRequest":{
1472
+ "type":"structure",
1473
+ "required":[
1474
+ "repositoryName",
1475
+ "imageId"
1476
+ ],
1477
+ "members":{
1478
+ "registryId":{"shape":"RegistryId"},
1479
+ "repositoryName":{"shape":"RepositoryName"},
1480
+ "imageId":{"shape":"ImageIdentifier"}
1481
+ }
1482
+ },
1483
+ "StartImageScanResponse":{
1484
+ "type":"structure",
1485
+ "members":{
1486
+ "registryId":{"shape":"RegistryId"},
1487
+ "repositoryName":{"shape":"RepositoryName"},
1488
+ "imageId":{"shape":"ImageIdentifier"},
1489
+ "imageScanStatus":{"shape":"ImageScanStatus"}
1490
+ }
1491
+ },
1261
1492
  "StartLifecyclePolicyPreviewRequest":{
1262
1493
  "type":"structure",
1263
1494
  "required":["repositoryName"],
@@ -1378,6 +1609,7 @@
1378
1609
  },
1379
1610
  "exception":true
1380
1611
  },
1381
- "Url":{"type":"string"}
1612
+ "Url":{"type":"string"},
1613
+ "VulnerabilitySourceUpdateTimestamp":{"type":"timestamp"}
1382
1614
  }
1383
1615
  }
@@ -1,5 +1,18 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeImageScanFindings": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "non_aggregate_keys": [
7
+ "registryId",
8
+ "repositoryName",
9
+ "imageId",
10
+ "imageScanStatus",
11
+ "imageScanFindings"
12
+ ],
13
+ "output_token": "nextToken",
14
+ "result_key": "imageScanFindings.findings"
15
+ },
3
16
  "DescribeImages": {
4
17
  "input_token": "nextToken",
5
18
  "limit_key": "maxResults",
@@ -12,6 +25,19 @@
12
25
  "output_token": "nextToken",
13
26
  "result_key": "repositories"
14
27
  },
28
+ "GetLifecyclePolicyPreview": {
29
+ "input_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "non_aggregate_keys": [
32
+ "registryId",
33
+ "repositoryName",
34
+ "lifecyclePolicyText",
35
+ "status",
36
+ "summary"
37
+ ],
38
+ "output_token": "nextToken",
39
+ "result_key": "previewResults"
40
+ },
15
41
  "ListImages": {
16
42
  "input_token": "nextToken",
17
43
  "limit_key": "maxResults",
@@ -80,6 +80,23 @@
80
80
  {"shape":"InvalidParameterValueException"}
81
81
  ]
82
82
  },
83
+ "CompleteMigration":{
84
+ "name":"CompleteMigration",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/"
88
+ },
89
+ "input":{"shape":"CompleteMigrationMessage"},
90
+ "output":{
91
+ "shape":"CompleteMigrationResponse",
92
+ "resultWrapper":"CompleteMigrationResult"
93
+ },
94
+ "errors":[
95
+ {"shape":"ReplicationGroupNotFoundFault"},
96
+ {"shape":"InvalidReplicationGroupStateFault"},
97
+ {"shape":"ReplicationGroupNotUnderMigrationFault"}
98
+ ]
99
+ },
83
100
  "CopySnapshot":{
84
101
  "name":"CopySnapshot",
85
102
  "http":{
@@ -854,6 +871,24 @@
854
871
  {"shape":"InvalidParameterCombinationException"}
855
872
  ]
856
873
  },
874
+ "StartMigration":{
875
+ "name":"StartMigration",
876
+ "http":{
877
+ "method":"POST",
878
+ "requestUri":"/"
879
+ },
880
+ "input":{"shape":"StartMigrationMessage"},
881
+ "output":{
882
+ "shape":"StartMigrationResponse",
883
+ "resultWrapper":"StartMigrationResult"
884
+ },
885
+ "errors":[
886
+ {"shape":"ReplicationGroupNotFoundFault"},
887
+ {"shape":"InvalidReplicationGroupStateFault"},
888
+ {"shape":"ReplicationGroupAlreadyUnderMigrationFault"},
889
+ {"shape":"InvalidParameterValueException"}
890
+ ]
891
+ },
857
892
  "TestFailover":{
858
893
  "name":"TestFailover",
859
894
  "http":{
@@ -1443,6 +1478,20 @@
1443
1478
  },
1444
1479
  "exception":true
1445
1480
  },
1481
+ "CompleteMigrationMessage":{
1482
+ "type":"structure",
1483
+ "required":["ReplicationGroupId"],
1484
+ "members":{
1485
+ "ReplicationGroupId":{"shape":"String"},
1486
+ "Force":{"shape":"Boolean"}
1487
+ }
1488
+ },
1489
+ "CompleteMigrationResponse":{
1490
+ "type":"structure",
1491
+ "members":{
1492
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
1493
+ }
1494
+ },
1446
1495
  "ConfigureShard":{
1447
1496
  "type":"structure",
1448
1497
  "required":[
@@ -1624,6 +1673,17 @@
1624
1673
  "Snapshot":{"shape":"Snapshot"}
1625
1674
  }
1626
1675
  },
1676
+ "CustomerNodeEndpoint":{
1677
+ "type":"structure",
1678
+ "members":{
1679
+ "Address":{"shape":"String"},
1680
+ "Port":{"shape":"IntegerOptional"}
1681
+ }
1682
+ },
1683
+ "CustomerNodeEndpointList":{
1684
+ "type":"list",
1685
+ "member":{"shape":"CustomerNodeEndpoint"}
1686
+ },
1627
1687
  "DecreaseReplicaCountMessage":{
1628
1688
  "type":"structure",
1629
1689
  "required":[
@@ -2588,6 +2648,17 @@
2588
2648
  },
2589
2649
  "exception":true
2590
2650
  },
2651
+ "ReplicationGroupAlreadyUnderMigrationFault":{
2652
+ "type":"structure",
2653
+ "members":{
2654
+ },
2655
+ "error":{
2656
+ "code":"ReplicationGroupAlreadyUnderMigrationFault",
2657
+ "httpStatusCode":400,
2658
+ "senderFault":true
2659
+ },
2660
+ "exception":true
2661
+ },
2591
2662
  "ReplicationGroupIdList":{
2592
2663
  "type":"list",
2593
2664
  "member":{"shape":"String"},
@@ -2618,6 +2689,17 @@
2618
2689
  },
2619
2690
  "exception":true
2620
2691
  },
2692
+ "ReplicationGroupNotUnderMigrationFault":{
2693
+ "type":"structure",
2694
+ "members":{
2695
+ },
2696
+ "error":{
2697
+ "code":"ReplicationGroupNotUnderMigrationFault",
2698
+ "httpStatusCode":400,
2699
+ "senderFault":true
2700
+ },
2701
+ "exception":true
2702
+ },
2621
2703
  "ReplicationGroupPendingModifiedValues":{
2622
2704
  "type":"structure",
2623
2705
  "members":{
@@ -2989,6 +3071,23 @@
2989
3071
  "replication-group"
2990
3072
  ]
2991
3073
  },
3074
+ "StartMigrationMessage":{
3075
+ "type":"structure",
3076
+ "required":[
3077
+ "ReplicationGroupId",
3078
+ "CustomerNodeEndpointList"
3079
+ ],
3080
+ "members":{
3081
+ "ReplicationGroupId":{"shape":"String"},
3082
+ "CustomerNodeEndpointList":{"shape":"CustomerNodeEndpointList"}
3083
+ }
3084
+ },
3085
+ "StartMigrationResponse":{
3086
+ "type":"structure",
3087
+ "members":{
3088
+ "ReplicationGroup":{"shape":"ReplicationGroup"}
3089
+ }
3090
+ },
2992
3091
  "String":{"type":"string"},
2993
3092
  "Subnet":{
2994
3093
  "type":"structure",
@@ -70,7 +70,8 @@
70
70
  {"shape":"ServiceUnavailableException"},
71
71
  {"shape":"InternalServiceError"},
72
72
  {"shape":"InvalidRequestException"},
73
- {"shape":"ResourceNotFoundException"}
73
+ {"shape":"ResourceNotFoundException"},
74
+ {"shape":"ThrottlingException"}
74
75
  ]
75
76
  },
76
77
  "DeleteUser":{
@@ -130,7 +131,8 @@
130
131
  {"shape":"InternalServiceError"},
131
132
  {"shape":"InvalidRequestException"},
132
133
  {"shape":"ResourceExistsException"},
133
- {"shape":"ResourceNotFoundException"}
134
+ {"shape":"ResourceNotFoundException"},
135
+ {"shape":"ThrottlingException"}
134
136
  ]
135
137
  },
136
138
  "ListServers":{
@@ -190,7 +192,8 @@
190
192
  {"shape":"ServiceUnavailableException"},
191
193
  {"shape":"InternalServiceError"},
192
194
  {"shape":"InvalidRequestException"},
193
- {"shape":"ResourceNotFoundException"}
195
+ {"shape":"ResourceNotFoundException"},
196
+ {"shape":"ThrottlingException"}
194
197
  ]
195
198
  },
196
199
  "StopServer":{
@@ -204,7 +207,8 @@
204
207
  {"shape":"ServiceUnavailableException"},
205
208
  {"shape":"InternalServiceError"},
206
209
  {"shape":"InvalidRequestException"},
207
- {"shape":"ResourceNotFoundException"}
210
+ {"shape":"ResourceNotFoundException"},
211
+ {"shape":"ThrottlingException"}
208
212
  ]
209
213
  },
210
214
  "TagResource":{
@@ -217,7 +221,8 @@
217
221
  "errors":[
218
222
  {"shape":"ServiceUnavailableException"},
219
223
  {"shape":"InternalServiceError"},
220
- {"shape":"InvalidRequestException"}
224
+ {"shape":"InvalidRequestException"},
225
+ {"shape":"ResourceNotFoundException"}
221
226
  ]
222
227
  },
223
228
  "TestIdentityProvider":{
@@ -245,7 +250,8 @@
245
250
  "errors":[
246
251
  {"shape":"ServiceUnavailableException"},
247
252
  {"shape":"InternalServiceError"},
248
- {"shape":"InvalidRequestException"}
253
+ {"shape":"InvalidRequestException"},
254
+ {"shape":"ResourceNotFoundException"}
249
255
  ]
250
256
  },
251
257
  "UpdateServer":{
@@ -260,7 +266,9 @@
260
266
  {"shape":"ServiceUnavailableException"},
261
267
  {"shape":"InternalServiceError"},
262
268
  {"shape":"InvalidRequestException"},
263
- {"shape":"ResourceNotFoundException"}
269
+ {"shape":"ResourceExistsException"},
270
+ {"shape":"ResourceNotFoundException"},
271
+ {"shape":"ThrottlingException"}
264
272
  ]
265
273
  },
266
274
  "UpdateUser":{
@@ -275,7 +283,8 @@
275
283
  {"shape":"ServiceUnavailableException"},
276
284
  {"shape":"InternalServiceError"},
277
285
  {"shape":"InvalidRequestException"},
278
- {"shape":"ResourceNotFoundException"}
286
+ {"shape":"ResourceNotFoundException"},
287
+ {"shape":"ThrottlingException"}
279
288
  ]
280
289
  }
281
290
  },
@@ -283,7 +292,8 @@
283
292
  "Arn":{
284
293
  "type":"string",
285
294
  "max":1600,
286
- "min":20
295
+ "min":20,
296
+ "pattern":"arn:.*"
287
297
  },
288
298
  "CreateServerRequest":{
289
299
  "type":"structure",
@@ -313,6 +323,8 @@
313
323
  ],
314
324
  "members":{
315
325
  "HomeDirectory":{"shape":"HomeDirectory"},
326
+ "HomeDirectoryType":{"shape":"HomeDirectoryType"},
327
+ "HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
316
328
  "Policy":{"shape":"Policy"},
317
329
  "Role":{"shape":"Role"},
318
330
  "ServerId":{"shape":"ServerId"},
@@ -423,6 +435,8 @@
423
435
  "members":{
424
436
  "Arn":{"shape":"Arn"},
425
437
  "HomeDirectory":{"shape":"HomeDirectory"},
438
+ "HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
439
+ "HomeDirectoryType":{"shape":"HomeDirectoryType"},
426
440
  "Policy":{"shape":"Policy"},
427
441
  "Role":{"shape":"Role"},
428
442
  "SshPublicKeys":{"shape":"SshPublicKeys"},
@@ -448,6 +462,30 @@
448
462
  "max":1024,
449
463
  "pattern":"^$|/.*"
450
464
  },
465
+ "HomeDirectoryMapEntry":{
466
+ "type":"structure",
467
+ "required":[
468
+ "Entry",
469
+ "Target"
470
+ ],
471
+ "members":{
472
+ "Entry":{"shape":"MapEntry"},
473
+ "Target":{"shape":"MapTarget"}
474
+ }
475
+ },
476
+ "HomeDirectoryMappings":{
477
+ "type":"list",
478
+ "member":{"shape":"HomeDirectoryMapEntry"},
479
+ "max":50,
480
+ "min":1
481
+ },
482
+ "HomeDirectoryType":{
483
+ "type":"string",
484
+ "enum":[
485
+ "PATH",
486
+ "LOGICAL"
487
+ ]
488
+ },
451
489
  "HostKey":{
452
490
  "type":"string",
453
491
  "max":4096,
@@ -595,6 +633,7 @@
595
633
  "members":{
596
634
  "Arn":{"shape":"Arn"},
597
635
  "HomeDirectory":{"shape":"HomeDirectory"},
636
+ "HomeDirectoryType":{"shape":"HomeDirectoryType"},
598
637
  "Role":{"shape":"Role"},
599
638
  "SshPublicKeyCount":{"shape":"SshPublicKeyCount"},
600
639
  "UserName":{"shape":"UserName"}
@@ -604,6 +643,16 @@
604
643
  "type":"list",
605
644
  "member":{"shape":"ListedUser"}
606
645
  },
646
+ "MapEntry":{
647
+ "type":"string",
648
+ "max":1024,
649
+ "pattern":"^/.*"
650
+ },
651
+ "MapTarget":{
652
+ "type":"string",
653
+ "max":1024,
654
+ "pattern":"^/.*"
655
+ },
607
656
  "MaxResults":{
608
657
  "type":"integer",
609
658
  "max":1000,
@@ -617,9 +666,13 @@
617
666
  },
618
667
  "NullableRole":{
619
668
  "type":"string",
669
+ "max":2048,
620
670
  "pattern":"^$|arn:.*role/.*"
621
671
  },
622
- "Policy":{"type":"string"},
672
+ "Policy":{
673
+ "type":"string",
674
+ "max":2048
675
+ },
623
676
  "Resource":{"type":"string"},
624
677
  "ResourceExistsException":{
625
678
  "type":"structure",
@@ -651,12 +704,17 @@
651
704
  },
652
705
  "ResourceType":{"type":"string"},
653
706
  "Response":{"type":"string"},
707
+ "RetryAfterSeconds":{"type":"string"},
654
708
  "Role":{
655
709
  "type":"string",
710
+ "max":2048,
711
+ "min":20,
656
712
  "pattern":"arn:.*role/.*"
657
713
  },
658
714
  "ServerId":{
659
715
  "type":"string",
716
+ "max":19,
717
+ "min":19,
660
718
  "pattern":"^s-([0-9a-f]{17})$"
661
719
  },
662
720
  "ServiceErrorMessage":{"type":"string"},
@@ -690,6 +748,8 @@
690
748
  "SshPublicKeyCount":{"type":"integer"},
691
749
  "SshPublicKeyId":{
692
750
  "type":"string",
751
+ "max":21,
752
+ "min":21,
693
753
  "pattern":"^key-[0-9a-f]{17}$"
694
754
  },
695
755
  "SshPublicKeys":{
@@ -734,7 +794,10 @@
734
794
  "Value":{"shape":"TagValue"}
735
795
  }
736
796
  },
737
- "TagKey":{"type":"string"},
797
+ "TagKey":{
798
+ "type":"string",
799
+ "max":128
800
+ },
738
801
  "TagKeys":{
739
802
  "type":"list",
740
803
  "member":{"shape":"TagKey"},
@@ -752,7 +815,10 @@
752
815
  "Tags":{"shape":"Tags"}
753
816
  }
754
817
  },
755
- "TagValue":{"type":"string"},
818
+ "TagValue":{
819
+ "type":"string",
820
+ "max":256
821
+ },
756
822
  "Tags":{
757
823
  "type":"list",
758
824
  "member":{"shape":"Tag"},
@@ -784,6 +850,13 @@
784
850
  "Url":{"shape":"Url"}
785
851
  }
786
852
  },
853
+ "ThrottlingException":{
854
+ "type":"structure",
855
+ "members":{
856
+ "RetryAfterSeconds":{"shape":"RetryAfterSeconds"}
857
+ },
858
+ "exception":true
859
+ },
787
860
  "UntagResourceRequest":{
788
861
  "type":"structure",
789
862
  "required":[
@@ -822,6 +895,8 @@
822
895
  ],
823
896
  "members":{
824
897
  "HomeDirectory":{"shape":"HomeDirectory"},
898
+ "HomeDirectoryType":{"shape":"HomeDirectoryType"},
899
+ "HomeDirectoryMappings":{"shape":"HomeDirectoryMappings"},
825
900
  "Policy":{"shape":"Policy"},
826
901
  "Role":{"shape":"Role"},
827
902
  "ServerId":{"shape":"ServerId"},
@@ -839,18 +914,26 @@
839
914
  "UserName":{"shape":"UserName"}
840
915
  }
841
916
  },
842
- "Url":{"type":"string"},
917
+ "Url":{
918
+ "type":"string",
919
+ "max":255
920
+ },
843
921
  "UserCount":{"type":"integer"},
844
922
  "UserName":{
845
923
  "type":"string",
924
+ "max":32,
925
+ "min":3,
846
926
  "pattern":"^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$"
847
927
  },
848
928
  "UserPassword":{
849
929
  "type":"string",
930
+ "max":2048,
850
931
  "sensitive":true
851
932
  },
852
933
  "VpcEndpointId":{
853
934
  "type":"string",
935
+ "max":22,
936
+ "min":22,
854
937
  "pattern":"^vpce-[0-9a-f]{17}$"
855
938
  }
856
939
  }
@@ -359,6 +359,7 @@
359
359
  "eu-central-1" : { },
360
360
  "eu-west-1" : { },
361
361
  "eu-west-2" : { },
362
+ "eu-west-3" : { },
362
363
  "us-east-1" : { },
363
364
  "us-east-2" : { },
364
365
  "us-west-1" : { },
@@ -1552,6 +1553,26 @@
1552
1553
  "us-west-2" : { }
1553
1554
  }
1554
1555
  },
1556
+ "forecast" : {
1557
+ "endpoints" : {
1558
+ "ap-northeast-1" : { },
1559
+ "ap-southeast-1" : { },
1560
+ "eu-west-1" : { },
1561
+ "us-east-1" : { },
1562
+ "us-east-2" : { },
1563
+ "us-west-2" : { }
1564
+ }
1565
+ },
1566
+ "forecastquery" : {
1567
+ "endpoints" : {
1568
+ "ap-northeast-1" : { },
1569
+ "ap-southeast-1" : { },
1570
+ "eu-west-1" : { },
1571
+ "us-east-1" : { },
1572
+ "us-east-2" : { },
1573
+ "us-west-2" : { }
1574
+ }
1575
+ },
1555
1576
  "fsx" : {
1556
1577
  "endpoints" : {
1557
1578
  "ap-northeast-1" : { },
@@ -3510,6 +3531,16 @@
3510
3531
  "us-west-2" : { }
3511
3532
  }
3512
3533
  },
3534
+ "transcribestreaming" : {
3535
+ "endpoints" : {
3536
+ "ap-southeast-2" : { },
3537
+ "ca-central-1" : { },
3538
+ "eu-west-1" : { },
3539
+ "us-east-1" : { },
3540
+ "us-east-2" : { },
3541
+ "us-west-2" : { }
3542
+ }
3543
+ },
3513
3544
  "transfer" : {
3514
3545
  "endpoints" : {
3515
3546
  "ap-northeast-1" : { },
@@ -3888,6 +3919,11 @@
3888
3919
  "cn-northwest-1" : { }
3889
3920
  }
3890
3921
  },
3922
+ "glue" : {
3923
+ "endpoints" : {
3924
+ "cn-northwest-1" : { }
3925
+ }
3926
+ },
3891
3927
  "greengrass" : {
3892
3928
  "defaults" : {
3893
3929
  "protocols" : [ "https" ]
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.382'
2
+ VERSION = '2.11.383'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.382
4
+ version: 2.11.383
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-25 00:00:00.000000000 Z
11
+ date: 2019-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath