aws-sdk-core 2.11.497 → 2.11.498

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0953186f114072b40327da89b0746c5fa2508a3c7728232d8e2457e5a19c9996'
4
- data.tar.gz: b5a6f1bd5318c8c2e37247d201780458e5d017afecc311d20678c2778f757198
3
+ metadata.gz: f47aa84a8d32f172a3e1783521897b9b4105b51bf065309d781082123b4a471b
4
+ data.tar.gz: d0a26f59a34b9b290228ba6f57f89165ed27b0b7f41720988e94fb0f1ff5c655
5
5
  SHA512:
6
- metadata.gz: ddb93a7422d99f3a3d14ab6818578d879477789425e65d6c212fc9273503593c557802eb1c63ac521e11c8b2a5dcaaa515960b5f1d7915d05628af2aed1ba554
7
- data.tar.gz: 94ee9a61f120ba487753d7c285520658f20b3cf7726dd23b379c2244c7ef30b07a69d5ef22f43232efc61f5d1dd14235317ba84efbd89f5cce8d2a18f9ceca17
6
+ metadata.gz: 8e0ae895af8884c32e352da5fc3e77e913edb6464c227fa373bdebbe060b6e8ac26fab1db82b88251652e24ca83625c515386a5e4c4d19092b05fd2696332d65
7
+ data.tar.gz: bda3b6ca6995c0166b4fa879096fb190d9549fcd60cf993a728f2019cbe6987fa68a60f775f689f36b2a9d3f1cec5077e89f5da5a4d46031072f7cf7fc522cc2
@@ -1284,6 +1284,7 @@
1284
1284
  "errors":[
1285
1285
  {"shape":"ResourceNotFoundException"},
1286
1286
  {"shape":"ThrottlingException"},
1287
+ {"shape":"InvalidRequestException"},
1287
1288
  {"shape":"UnauthorizedException"},
1288
1289
  {"shape":"ServiceUnavailableException"},
1289
1290
  {"shape":"InternalFailureException"}
@@ -2649,6 +2650,25 @@
2649
2650
  {"shape":"InternalFailureException"}
2650
2651
  ]
2651
2652
  },
2653
+ "RegisterCertificateWithoutCA":{
2654
+ "name":"RegisterCertificateWithoutCA",
2655
+ "http":{
2656
+ "method":"POST",
2657
+ "requestUri":"/certificate/register-no-ca"
2658
+ },
2659
+ "input":{"shape":"RegisterCertificateWithoutCARequest"},
2660
+ "output":{"shape":"RegisterCertificateWithoutCAResponse"},
2661
+ "errors":[
2662
+ {"shape":"ResourceAlreadyExistsException"},
2663
+ {"shape":"InvalidRequestException"},
2664
+ {"shape":"CertificateStateException"},
2665
+ {"shape":"CertificateValidationException"},
2666
+ {"shape":"ThrottlingException"},
2667
+ {"shape":"UnauthorizedException"},
2668
+ {"shape":"ServiceUnavailableException"},
2669
+ {"shape":"InternalFailureException"}
2670
+ ]
2671
+ },
2652
2672
  "RegisterThing":{
2653
2673
  "name":"RegisterThing",
2654
2674
  "http":{
@@ -2807,8 +2827,7 @@
2807
2827
  {"shape":"InternalException"},
2808
2828
  {"shape":"NotConfiguredException"},
2809
2829
  {"shape":"InvalidRequestException"},
2810
- {"shape":"ServiceUnavailableException"},
2811
- {"shape":"LimitExceededException"}
2830
+ {"shape":"ServiceUnavailableException"}
2812
2831
  ]
2813
2832
  },
2814
2833
  "SetV2LoggingOptions":{
@@ -3925,6 +3944,7 @@
3925
3944
  },
3926
3945
  "AuthInfo":{
3927
3946
  "type":"structure",
3947
+ "required":["resources"],
3928
3948
  "members":{
3929
3949
  "actionType":{"shape":"ActionType"},
3930
3950
  "resources":{"shape":"Resources"}
@@ -4257,6 +4277,7 @@
4257
4277
  "certificateArn":{"shape":"CertificateArn"},
4258
4278
  "certificateId":{"shape":"CertificateId"},
4259
4279
  "status":{"shape":"CertificateStatus"},
4280
+ "certificateMode":{"shape":"CertificateMode"},
4260
4281
  "creationDate":{"shape":"DateType"}
4261
4282
  }
4262
4283
  },
@@ -4284,7 +4305,8 @@
4284
4305
  "customerVersion":{"shape":"CustomerVersion"},
4285
4306
  "transferData":{"shape":"TransferData"},
4286
4307
  "generationId":{"shape":"GenerationId"},
4287
- "validity":{"shape":"CertificateValidity"}
4308
+ "validity":{"shape":"CertificateValidity"},
4309
+ "certificateMode":{"shape":"CertificateMode"}
4288
4310
  }
4289
4311
  },
4290
4312
  "CertificateId":{
@@ -4293,6 +4315,13 @@
4293
4315
  "min":64,
4294
4316
  "pattern":"(0x)?[a-fA-F0-9]+"
4295
4317
  },
4318
+ "CertificateMode":{
4319
+ "type":"string",
4320
+ "enum":[
4321
+ "DEFAULT",
4322
+ "SNI_ONLY"
4323
+ ]
4324
+ },
4296
4325
  "CertificateName":{"type":"string"},
4297
4326
  "CertificatePathOnDevice":{"type":"string"},
4298
4327
  "CertificatePem":{
@@ -4520,6 +4549,7 @@
4520
4549
  "tokenKeyName":{"shape":"TokenKeyName"},
4521
4550
  "tokenSigningPublicKeys":{"shape":"PublicKeyMap"},
4522
4551
  "status":{"shape":"AuthorizerStatus"},
4552
+ "tags":{"shape":"TagList"},
4523
4553
  "signingDisabled":{"shape":"BooleanKey"}
4524
4554
  }
4525
4555
  },
@@ -4614,7 +4644,8 @@
4614
4644
  "serverCertificateArns":{"shape":"ServerCertificateArns"},
4615
4645
  "validationCertificateArn":{"shape":"AcmCertificateArn"},
4616
4646
  "authorizerConfig":{"shape":"AuthorizerConfig"},
4617
- "serviceType":{"shape":"ServiceType"}
4647
+ "serviceType":{"shape":"ServiceType"},
4648
+ "tags":{"shape":"TagList"}
4618
4649
  }
4619
4650
  },
4620
4651
  "CreateDomainConfigurationResponse":{
@@ -4778,7 +4809,8 @@
4778
4809
  "location":"uri",
4779
4810
  "locationName":"policyName"
4780
4811
  },
4781
- "policyDocument":{"shape":"PolicyDocument"}
4812
+ "policyDocument":{"shape":"PolicyDocument"},
4813
+ "tags":{"shape":"TagList"}
4782
4814
  }
4783
4815
  },
4784
4816
  "CreatePolicyResponse":{
@@ -4852,6 +4884,7 @@
4852
4884
  "templateBody":{"shape":"TemplateBody"},
4853
4885
  "enabled":{"shape":"Enabled"},
4854
4886
  "provisioningRoleArn":{"shape":"RoleArn"},
4887
+ "preProvisioningHook":{"shape":"ProvisioningHook"},
4855
4888
  "tags":{"shape":"TagList"}
4856
4889
  }
4857
4890
  },
@@ -4905,7 +4938,8 @@
4905
4938
  "locationName":"roleAlias"
4906
4939
  },
4907
4940
  "roleArn":{"shape":"RoleArn"},
4908
- "credentialDurationSeconds":{"shape":"CredentialDurationSeconds"}
4941
+ "credentialDurationSeconds":{"shape":"CredentialDurationSeconds"},
4942
+ "tags":{"shape":"TagList"}
4909
4943
  }
4910
4944
  },
4911
4945
  "CreateRoleAliasResponse":{
@@ -5998,7 +6032,8 @@
5998
6032
  "defaultVersionId":{"shape":"TemplateVersionId"},
5999
6033
  "templateBody":{"shape":"TemplateBody"},
6000
6034
  "enabled":{"shape":"Enabled"},
6001
- "provisioningRoleArn":{"shape":"RoleArn"}
6035
+ "provisioningRoleArn":{"shape":"RoleArn"},
6036
+ "preProvisioningHook":{"shape":"ProvisioningHook"}
6002
6037
  }
6003
6038
  },
6004
6039
  "DescribeProvisioningTemplateVersionRequest":{
@@ -8847,6 +8882,7 @@
8847
8882
  },
8848
8883
  "MaxJobExecutionsPerMin":{
8849
8884
  "type":"integer",
8885
+ "max":1000,
8850
8886
  "min":1
8851
8887
  },
8852
8888
  "MaxResults":{
@@ -9117,6 +9153,12 @@
9117
9153
  },
9118
9154
  "PartitionKey":{"type":"string"},
9119
9155
  "PayloadField":{"type":"string"},
9156
+ "PayloadVersion":{
9157
+ "type":"string",
9158
+ "max":32,
9159
+ "min":10,
9160
+ "pattern":"^[0-9-]+$"
9161
+ },
9120
9162
  "Percent":{
9121
9163
  "type":"double",
9122
9164
  "max":100,
@@ -9255,6 +9297,14 @@
9255
9297
  "max":2,
9256
9298
  "min":1
9257
9299
  },
9300
+ "ProvisioningHook":{
9301
+ "type":"structure",
9302
+ "required":["targetArn"],
9303
+ "members":{
9304
+ "payloadVersion":{"shape":"PayloadVersion"},
9305
+ "targetArn":{"shape":"TargetArn"}
9306
+ }
9307
+ },
9258
9308
  "ProvisioningTemplateListing":{
9259
9309
  "type":"list",
9260
9310
  "member":{"shape":"ProvisioningTemplateSummary"}
@@ -9381,7 +9431,8 @@
9381
9431
  "location":"querystring",
9382
9432
  "locationName":"allowAutoRegistration"
9383
9433
  },
9384
- "registrationConfig":{"shape":"RegistrationConfig"}
9434
+ "registrationConfig":{"shape":"RegistrationConfig"},
9435
+ "tags":{"shape":"TagList"}
9385
9436
  }
9386
9437
  },
9387
9438
  "RegisterCACertificateResponse":{
@@ -9413,6 +9464,21 @@
9413
9464
  "certificateId":{"shape":"CertificateId"}
9414
9465
  }
9415
9466
  },
9467
+ "RegisterCertificateWithoutCARequest":{
9468
+ "type":"structure",
9469
+ "required":["certificatePem"],
9470
+ "members":{
9471
+ "certificatePem":{"shape":"CertificatePem"},
9472
+ "status":{"shape":"CertificateStatus"}
9473
+ }
9474
+ },
9475
+ "RegisterCertificateWithoutCAResponse":{
9476
+ "type":"structure",
9477
+ "members":{
9478
+ "certificateArn":{"shape":"CertificateArn"},
9479
+ "certificateId":{"shape":"CertificateId"}
9480
+ }
9481
+ },
9416
9482
  "RegisterThingRequest":{
9417
9483
  "type":"structure",
9418
9484
  "required":["templateBody"],
@@ -9493,6 +9559,7 @@
9493
9559
  },
9494
9560
  "RemoveAuthorizerConfig":{"type":"boolean"},
9495
9561
  "RemoveAutoRegistration":{"type":"boolean"},
9562
+ "RemoveHook":{"type":"boolean"},
9496
9563
  "RemoveThingFromBillingGroupRequest":{
9497
9564
  "type":"structure",
9498
9565
  "members":{
@@ -10250,12 +10317,18 @@
10250
10317
  "TableName":{"type":"string"},
10251
10318
  "Tag":{
10252
10319
  "type":"structure",
10320
+ "required":["Key"],
10253
10321
  "members":{
10254
10322
  "Key":{"shape":"TagKey"},
10255
10323
  "Value":{"shape":"TagValue"}
10256
10324
  }
10257
10325
  },
10258
- "TagKey":{"type":"string"},
10326
+ "TagKey":{
10327
+ "type":"string",
10328
+ "max":128,
10329
+ "min":1,
10330
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
10331
+ },
10259
10332
  "TagKeyList":{
10260
10333
  "type":"list",
10261
10334
  "member":{"shape":"TagKey"}
@@ -10280,9 +10353,16 @@
10280
10353
  "members":{
10281
10354
  }
10282
10355
  },
10283
- "TagValue":{"type":"string"},
10356
+ "TagValue":{
10357
+ "type":"string",
10358
+ "max":256,
10359
+ "min":1
10360
+ },
10284
10361
  "Target":{"type":"string"},
10285
- "TargetArn":{"type":"string"},
10362
+ "TargetArn":{
10363
+ "type":"string",
10364
+ "max":2048
10365
+ },
10286
10366
  "TargetAuditCheckNames":{
10287
10367
  "type":"list",
10288
10368
  "member":{"shape":"AuditCheckName"}
@@ -11066,7 +11146,9 @@
11066
11146
  "description":{"shape":"TemplateDescription"},
11067
11147
  "enabled":{"shape":"Enabled"},
11068
11148
  "defaultVersionId":{"shape":"TemplateVersionId"},
11069
- "provisioningRoleArn":{"shape":"RoleArn"}
11149
+ "provisioningRoleArn":{"shape":"RoleArn"},
11150
+ "preProvisioningHook":{"shape":"ProvisioningHook"},
11151
+ "removePreProvisioningHook":{"shape":"RemoveHook"}
11070
11152
  }
11071
11153
  },
11072
11154
  "UpdateProvisioningTemplateResponse":{
@@ -274,24 +274,6 @@
274
274
  {"shape":"ServiceUnavailableException"},
275
275
  {"shape":"ResourceInUseException"}
276
276
  ]
277
- },
278
- "VerifyResourcesExistForTagris":{
279
- "name":"VerifyResourcesExistForTagris",
280
- "http":{
281
- "method":"GET",
282
- "requestUri":"/internal/tags/resource-status"
283
- },
284
- "input":{"shape":"TagrisVerifyResourcesExistInput"},
285
- "output":{"shape":"TagrisVerifyResourcesExistOutput"},
286
- "errors":[
287
- {"shape":"TagrisAccessDeniedException"},
288
- {"shape":"TagrisInternalServiceException"},
289
- {"shape":"TagrisInvalidArnException"},
290
- {"shape":"TagrisInvalidParameterException"},
291
- {"shape":"TagrisPartialResourcesExistResultsException"},
292
- {"shape":"TagrisThrottledException"}
293
- ],
294
- "internalonly":true
295
277
  }
296
278
  },
297
279
  "shapes":{
@@ -1145,111 +1127,6 @@
1145
1127
  "max":256,
1146
1128
  "min":0
1147
1129
  },
1148
- "TagrisAccessDeniedException":{
1149
- "type":"structure",
1150
- "members":{
1151
- "message":{"shape":"TagrisExceptionMessage"}
1152
- },
1153
- "exception":true
1154
- },
1155
- "TagrisAccountId":{
1156
- "type":"string",
1157
- "max":12,
1158
- "min":12
1159
- },
1160
- "TagrisAmazonResourceName":{
1161
- "type":"string",
1162
- "max":1011,
1163
- "min":1
1164
- },
1165
- "TagrisExceptionMessage":{
1166
- "type":"string",
1167
- "max":2048,
1168
- "min":0
1169
- },
1170
- "TagrisInternalId":{
1171
- "type":"string",
1172
- "max":64,
1173
- "min":0
1174
- },
1175
- "TagrisInternalServiceException":{
1176
- "type":"structure",
1177
- "members":{
1178
- "message":{"shape":"TagrisExceptionMessage"}
1179
- },
1180
- "exception":true,
1181
- "fault":true
1182
- },
1183
- "TagrisInvalidArnException":{
1184
- "type":"structure",
1185
- "members":{
1186
- "message":{"shape":"TagrisExceptionMessage"},
1187
- "sweepListItem":{"shape":"TagrisSweepListItem"}
1188
- },
1189
- "exception":true
1190
- },
1191
- "TagrisInvalidParameterException":{
1192
- "type":"structure",
1193
- "members":{
1194
- "message":{"shape":"TagrisExceptionMessage"}
1195
- },
1196
- "exception":true
1197
- },
1198
- "TagrisPartialResourcesExistResultsException":{
1199
- "type":"structure",
1200
- "members":{
1201
- "message":{"shape":"TagrisExceptionMessage"},
1202
- "resourceExistenceInformation":{"shape":"TagrisSweepListResult"}
1203
- },
1204
- "exception":true
1205
- },
1206
- "TagrisStatus":{
1207
- "type":"string",
1208
- "enum":[
1209
- "ACTIVE",
1210
- "NOT_ACTIVE"
1211
- ]
1212
- },
1213
- "TagrisSweepList":{
1214
- "type":"list",
1215
- "member":{"shape":"TagrisSweepListItem"}
1216
- },
1217
- "TagrisSweepListItem":{
1218
- "type":"structure",
1219
- "members":{
1220
- "TagrisAccountId":{"shape":"TagrisAccountId"},
1221
- "TagrisAmazonResourceName":{"shape":"TagrisAmazonResourceName"},
1222
- "TagrisInternalId":{"shape":"TagrisInternalId"},
1223
- "TagrisVersion":{"shape":"TagrisVersion"}
1224
- }
1225
- },
1226
- "TagrisSweepListResult":{
1227
- "type":"map",
1228
- "key":{"shape":"TagrisAmazonResourceName"},
1229
- "value":{"shape":"TagrisStatus"}
1230
- },
1231
- "TagrisThrottledException":{
1232
- "type":"structure",
1233
- "members":{
1234
- "message":{"shape":"TagrisExceptionMessage"}
1235
- },
1236
- "exception":true
1237
- },
1238
- "TagrisVerifyResourcesExistInput":{
1239
- "type":"structure",
1240
- "required":["TagrisSweepList"],
1241
- "members":{
1242
- "TagrisSweepList":{"shape":"TagrisSweepList"}
1243
- }
1244
- },
1245
- "TagrisVerifyResourcesExistOutput":{
1246
- "type":"structure",
1247
- "required":["TagrisSweepListResult"],
1248
- "members":{
1249
- "TagrisSweepListResult":{"shape":"TagrisSweepListResult"}
1250
- }
1251
- },
1252
- "TagrisVersion":{"type":"long"},
1253
1130
  "Tags":{
1254
1131
  "type":"list",
1255
1132
  "member":{"shape":"Tag"}
@@ -185,8 +185,8 @@
185
185
  }
186
186
  },
187
187
  "description": "The following example creates a function with a deployment package in Amazon S3 and enables X-Ray tracing and environment variable encryption.",
188
- "id": "to-update-an-asynchronous-invocation-configuration-1586492061186",
189
- "title": "To update an asynchronous invocation configuration"
188
+ "id": "to-create-a-function-1586492061186",
189
+ "title": "To create a function"
190
190
  }
191
191
  ],
192
192
  "DeleteAlias": [
@@ -2222,6 +2222,10 @@
2222
2222
  "MpdSettings": {
2223
2223
  "shape": "MpdSettings",
2224
2224
  "locationName": "mpdSettings"
2225
+ },
2226
+ "MxfSettings": {
2227
+ "shape": "MxfSettings",
2228
+ "locationName": "mxfSettings"
2225
2229
  }
2226
2230
  }
2227
2231
  },
@@ -6690,6 +6694,22 @@
6690
6694
  "UTF16"
6691
6695
  ]
6692
6696
  },
6697
+ "MxfAfdSignaling": {
6698
+ "type": "string",
6699
+ "enum": [
6700
+ "NO_COPY",
6701
+ "COPY_FROM_VIDEO"
6702
+ ]
6703
+ },
6704
+ "MxfSettings": {
6705
+ "type": "structure",
6706
+ "members": {
6707
+ "AfdSignaling": {
6708
+ "shape": "MxfAfdSignaling",
6709
+ "locationName": "afdSignaling"
6710
+ }
6711
+ }
6712
+ },
6693
6713
  "NielsenConfiguration": {
6694
6714
  "type": "structure",
6695
6715
  "members": {
@@ -8898,4 +8918,4 @@
8898
8918
  "timestampFormat": "unixTimestamp"
8899
8919
  }
8900
8920
  }
8901
- }
8921
+ }
@@ -169,6 +169,37 @@
169
169
  }
170
170
  ]
171
171
  },
172
+ "DeleteResourcePolicy": {
173
+ "name": "DeleteResourcePolicy",
174
+ "http": {
175
+ "method": "DELETE",
176
+ "requestUri": "/v1/policy",
177
+ "responseCode": 204
178
+ },
179
+ "input": {
180
+ "shape": "DeleteResourcePolicyRequest"
181
+ },
182
+ "errors": [
183
+ {
184
+ "shape": "BadRequestException"
185
+ },
186
+ {
187
+ "shape": "UnauthorizedException"
188
+ },
189
+ {
190
+ "shape": "InternalServerErrorException"
191
+ },
192
+ {
193
+ "shape": "ForbiddenException"
194
+ },
195
+ {
196
+ "shape": "NotFoundException"
197
+ },
198
+ {
199
+ "shape": "ServiceUnavailableException"
200
+ }
201
+ ]
202
+ },
172
203
  "DeleteSchema": {
173
204
  "name": "DeleteSchema",
174
205
  "http": {
@@ -432,6 +463,40 @@
432
463
  }
433
464
  ]
434
465
  },
466
+ "GetResourcePolicy": {
467
+ "name": "GetResourcePolicy",
468
+ "http": {
469
+ "method": "GET",
470
+ "requestUri": "/v1/policy",
471
+ "responseCode": 200
472
+ },
473
+ "input": {
474
+ "shape": "GetResourcePolicyRequest"
475
+ },
476
+ "output": {
477
+ "shape": "GetResourcePolicyResponse"
478
+ },
479
+ "errors": [
480
+ {
481
+ "shape": "BadRequestException"
482
+ },
483
+ {
484
+ "shape": "UnauthorizedException"
485
+ },
486
+ {
487
+ "shape": "InternalServerErrorException"
488
+ },
489
+ {
490
+ "shape": "ForbiddenException"
491
+ },
492
+ {
493
+ "shape": "NotFoundException"
494
+ },
495
+ {
496
+ "shape": "ServiceUnavailableException"
497
+ }
498
+ ]
499
+ },
435
500
  "ListDiscoverers": {
436
501
  "name": "ListDiscoverers",
437
502
  "http": {
@@ -587,22 +652,22 @@
587
652
  }
588
653
  ]
589
654
  },
590
- "LockServiceLinkedRole": {
591
- "name": "LockServiceLinkedRole",
655
+ "PutCodeBinding": {
656
+ "name": "PutCodeBinding",
592
657
  "http": {
593
658
  "method": "POST",
594
- "requestUri": "/slr-deletion/lock",
595
- "responseCode": 200
659
+ "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
660
+ "responseCode": 202
596
661
  },
597
662
  "input": {
598
- "shape": "LockServiceLinkedRoleRequest"
663
+ "shape": "PutCodeBindingRequest"
599
664
  },
600
665
  "output": {
601
- "shape": "LockServiceLinkedRoleResponse"
666
+ "shape": "PutCodeBindingResponse"
602
667
  },
603
668
  "errors": [
604
669
  {
605
- "shape": "ServiceUnavailableException"
670
+ "shape": "GoneException"
606
671
  },
607
672
  {
608
673
  "shape": "BadRequestException"
@@ -615,33 +680,38 @@
615
680
  },
616
681
  {
617
682
  "shape": "ForbiddenException"
683
+ },
684
+ {
685
+ "shape": "NotFoundException"
686
+ },
687
+ {
688
+ "shape": "TooManyRequestsException"
618
689
  }
619
- ],
620
- "internal": true
690
+ ]
621
691
  },
622
- "PutCodeBinding": {
623
- "name": "PutCodeBinding",
692
+ "PutResourcePolicy": {
693
+ "name": "PutResourcePolicy",
624
694
  "http": {
625
- "method": "POST",
626
- "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
627
- "responseCode": 202
695
+ "method": "PUT",
696
+ "requestUri": "/v1/policy",
697
+ "responseCode": 200
628
698
  },
629
699
  "input": {
630
- "shape": "PutCodeBindingRequest"
700
+ "shape": "PutResourcePolicyRequest"
631
701
  },
632
702
  "output": {
633
- "shape": "PutCodeBindingResponse"
703
+ "shape": "PutResourcePolicyResponse"
634
704
  },
635
705
  "errors": [
636
- {
637
- "shape": "GoneException"
638
- },
639
706
  {
640
707
  "shape": "BadRequestException"
641
708
  },
642
709
  {
643
710
  "shape": "UnauthorizedException"
644
711
  },
712
+ {
713
+ "shape": "PreconditionFailedException"
714
+ },
645
715
  {
646
716
  "shape": "InternalServerErrorException"
647
717
  },
@@ -652,7 +722,7 @@
652
722
  "shape": "NotFoundException"
653
723
  },
654
724
  {
655
- "shape": "TooManyRequestsException"
725
+ "shape": "ServiceUnavailableException"
656
726
  }
657
727
  ]
658
728
  },
@@ -780,38 +850,6 @@
780
850
  }
781
851
  ]
782
852
  },
783
- "UnlockServiceLinkedRole": {
784
- "name": "UnlockServiceLinkedRole",
785
- "http": {
786
- "method": "POST",
787
- "requestUri": "/slr-deletion/unlock",
788
- "responseCode": 200
789
- },
790
- "input": {
791
- "shape": "UnlockServiceLinkedRoleRequest"
792
- },
793
- "output": {
794
- "shape": "UnlockServiceLinkedRoleResponse"
795
- },
796
- "errors": [
797
- {
798
- "shape": "ServiceUnavailableException"
799
- },
800
- {
801
- "shape": "BadRequestException"
802
- },
803
- {
804
- "shape": "UnauthorizedException"
805
- },
806
- {
807
- "shape": "InternalServerErrorException"
808
- },
809
- {
810
- "shape": "ForbiddenException"
811
- }
812
- ],
813
- "internal": true
814
- },
815
853
  "UntagResource": {
816
854
  "name": "UntagResource",
817
855
  "http": {
@@ -1223,6 +1261,16 @@
1223
1261
  "RegistryName"
1224
1262
  ]
1225
1263
  },
1264
+ "DeleteResourcePolicyRequest": {
1265
+ "type": "structure",
1266
+ "members": {
1267
+ "RegistryName": {
1268
+ "shape": "__string",
1269
+ "location": "querystring",
1270
+ "locationName": "registryName"
1271
+ }
1272
+ }
1273
+ },
1226
1274
  "DeleteSchemaRequest": {
1227
1275
  "type": "structure",
1228
1276
  "members": {
@@ -1662,6 +1710,40 @@
1662
1710
  "min": 1,
1663
1711
  "max": 100000
1664
1712
  },
1713
+ "GetResourcePolicyOutput": {
1714
+ "type": "structure",
1715
+ "members": {
1716
+ "Policy": {
1717
+ "shape": "__string",
1718
+ "jsonvalue": true
1719
+ },
1720
+ "RevisionId": {
1721
+ "shape": "__string"
1722
+ }
1723
+ }
1724
+ },
1725
+ "GetResourcePolicyRequest": {
1726
+ "type": "structure",
1727
+ "members": {
1728
+ "RegistryName": {
1729
+ "shape": "__string",
1730
+ "location": "querystring",
1731
+ "locationName": "registryName"
1732
+ }
1733
+ }
1734
+ },
1735
+ "GetResourcePolicyResponse": {
1736
+ "type": "structure",
1737
+ "members": {
1738
+ "Policy": {
1739
+ "shape": "__string",
1740
+ "jsonvalue": true
1741
+ },
1742
+ "RevisionId": {
1743
+ "shape": "__string"
1744
+ }
1745
+ }
1746
+ },
1665
1747
  "GoneException": {
1666
1748
  "type": "structure",
1667
1749
  "members": {
@@ -1900,6 +1982,15 @@
1900
1982
  }
1901
1983
  }
1902
1984
  },
1985
+ "ListTagsForResourceOutput": {
1986
+ "type": "structure",
1987
+ "members": {
1988
+ "Tags": {
1989
+ "shape": "Tags",
1990
+ "locationName": "tags"
1991
+ }
1992
+ }
1993
+ },
1903
1994
  "ListTagsForResourceRequest": {
1904
1995
  "type": "structure",
1905
1996
  "members": {
@@ -1917,12 +2008,10 @@
1917
2008
  "type": "structure",
1918
2009
  "members": {
1919
2010
  "Tags": {
1920
- "shape": "Tags"
2011
+ "shape": "Tags",
2012
+ "locationName": "tags"
1921
2013
  }
1922
- },
1923
- "required": [
1924
- "Tags"
1925
- ]
2014
+ }
1926
2015
  },
1927
2016
  "LockServiceLinkedRoleInput": {
1928
2017
  "type": "structure",
@@ -2001,6 +2090,25 @@
2001
2090
  "httpStatusCode": 404
2002
2091
  }
2003
2092
  },
2093
+ "PreconditionFailedException": {
2094
+ "type": "structure",
2095
+ "members": {
2096
+ "Code": {
2097
+ "shape": "__string"
2098
+ },
2099
+ "Message": {
2100
+ "shape": "__string"
2101
+ }
2102
+ },
2103
+ "required": [
2104
+ "Message",
2105
+ "Code"
2106
+ ],
2107
+ "exception": true,
2108
+ "error": {
2109
+ "httpStatusCode": 412
2110
+ }
2111
+ },
2004
2112
  "PutCodeBindingRequest": {
2005
2113
  "type": "structure",
2006
2114
  "members": {
@@ -2048,6 +2156,65 @@
2048
2156
  }
2049
2157
  }
2050
2158
  },
2159
+ "PutResourcePolicyInput": {
2160
+ "type": "structure",
2161
+ "members": {
2162
+ "Policy": {
2163
+ "shape": "__string",
2164
+ "jsonvalue": true
2165
+ },
2166
+ "RevisionId": {
2167
+ "shape": "__string"
2168
+ }
2169
+ },
2170
+ "required": [
2171
+ "Policy"
2172
+ ]
2173
+ },
2174
+ "PutResourcePolicyOutput": {
2175
+ "type": "structure",
2176
+ "members": {
2177
+ "Policy": {
2178
+ "shape": "__string",
2179
+ "jsonvalue": true
2180
+ },
2181
+ "RevisionId": {
2182
+ "shape": "__string"
2183
+ }
2184
+ }
2185
+ },
2186
+ "PutResourcePolicyRequest": {
2187
+ "type": "structure",
2188
+ "members": {
2189
+ "Policy": {
2190
+ "shape": "__string",
2191
+ "jsonvalue": true
2192
+ },
2193
+ "RegistryName": {
2194
+ "shape": "__string",
2195
+ "location": "querystring",
2196
+ "locationName": "registryName"
2197
+ },
2198
+ "RevisionId": {
2199
+ "shape": "__string"
2200
+ }
2201
+ },
2202
+ "required": [
2203
+ "Policy"
2204
+ ]
2205
+ },
2206
+ "PutResourcePolicyResponse": {
2207
+ "type": "structure",
2208
+ "members": {
2209
+ "Policy": {
2210
+ "shape": "__string",
2211
+ "jsonvalue": true
2212
+ },
2213
+ "RevisionId": {
2214
+ "shape": "__string"
2215
+ }
2216
+ }
2217
+ },
2051
2218
  "RegistryOutput": {
2052
2219
  "type": "structure",
2053
2220
  "members": {
@@ -2891,7 +2891,7 @@
2891
2891
  },
2892
2892
  "StorageClass":{
2893
2893
  "type":"string",
2894
- "max":20,
2894
+ "max":50,
2895
2895
  "min":5
2896
2896
  },
2897
2897
  "StorageGatewayError":{
@@ -1267,6 +1267,24 @@
1267
1267
  "ca-central-1" : { },
1268
1268
  "eu-west-1" : { },
1269
1269
  "eu-west-2" : { },
1270
+ "fips-us-east-1" : {
1271
+ "credentialScope" : {
1272
+ "region" : "us-east-1"
1273
+ },
1274
+ "hostname" : "comprehendmedical-fips.us-east-1.amazonaws.com"
1275
+ },
1276
+ "fips-us-east-2" : {
1277
+ "credentialScope" : {
1278
+ "region" : "us-east-2"
1279
+ },
1280
+ "hostname" : "comprehendmedical-fips.us-east-2.amazonaws.com"
1281
+ },
1282
+ "fips-us-west-2" : {
1283
+ "credentialScope" : {
1284
+ "region" : "us-west-2"
1285
+ },
1286
+ "hostname" : "comprehendmedical-fips.us-west-2.amazonaws.com"
1287
+ },
1270
1288
  "us-east-1" : { },
1271
1289
  "us-east-2" : { },
1272
1290
  "us-west-2" : { }
@@ -3884,6 +3902,36 @@
3884
3902
  "eu-west-2" : { },
3885
3903
  "eu-west-3" : { },
3886
3904
  "me-south-1" : { },
3905
+ "rds-fips.ca-central-1" : {
3906
+ "credentialScope" : {
3907
+ "region" : "ca-central-1"
3908
+ },
3909
+ "hostname" : "rds-fips.ca-central-1.amazonaws.com"
3910
+ },
3911
+ "rds-fips.us-east-1" : {
3912
+ "credentialScope" : {
3913
+ "region" : "us-east-1"
3914
+ },
3915
+ "hostname" : "rds-fips.us-east-1.amazonaws.com"
3916
+ },
3917
+ "rds-fips.us-east-2" : {
3918
+ "credentialScope" : {
3919
+ "region" : "us-east-2"
3920
+ },
3921
+ "hostname" : "rds-fips.us-east-2.amazonaws.com"
3922
+ },
3923
+ "rds-fips.us-west-1" : {
3924
+ "credentialScope" : {
3925
+ "region" : "us-west-1"
3926
+ },
3927
+ "hostname" : "rds-fips.us-west-1.amazonaws.com"
3928
+ },
3929
+ "rds-fips.us-west-2" : {
3930
+ "credentialScope" : {
3931
+ "region" : "us-west-2"
3932
+ },
3933
+ "hostname" : "rds-fips.us-west-2.amazonaws.com"
3934
+ },
3887
3935
  "sa-east-1" : { },
3888
3936
  "us-east-1" : {
3889
3937
  "sslCommonName" : "{service}.{dnsSuffix}"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.497'
2
+ VERSION = '2.11.498'
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.497
4
+ version: 2.11.498
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: 2020-04-29 00:00:00.000000000 Z
11
+ date: 2020-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath