aws-sdk-core 2.11.513 → 2.11.518
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/athena/2017-05-18/api-2.json +416 -2
- data/apis/athena/2017-05-18/paginators-1.json +31 -7
- data/apis/dlm/2018-01-12/api-2.json +8 -5
- data/apis/ec2/2016-11-15/api-2.json +55 -0
- data/apis/elasticache/2015-02-02/api-2.json +14 -7
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +26 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +3 -0
- data/apis/fsx/2018-03-01/api-2.json +48 -2
- data/apis/iotsitewise/2019-12-02/api-2.json +28 -11
- data/apis/kafka/2018-11-14/api-2.json +184 -1
- data/apis/kms/2014-11-01/api-2.json +5 -2
- data/apis/macie/2017-12-19/examples-1.json +2 -2
- data/apis/macie/2017-12-19/paginators-1.json +9 -9
- data/apis/marketplace-catalog/2018-09-17/api-2.json +1 -0
- data/apis/quicksight/2018-04-01/api-2.json +9 -0
- data/apis/sagemaker/2017-07-24/api-2.json +5 -3
- data/apis/ssm/2014-11-06/api-2.json +0 -1
- data/apis/worklink/2018-09-25/api-2.json +131 -4
- data/apis/workmail/2017-10-01/api-2.json +150 -0
- data/endpoints.json +105 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -302,6 +302,7 @@
|
|
302
302
|
{"shape":"UnauthorizedException"},
|
303
303
|
{"shape":"InternalServerErrorException"},
|
304
304
|
{"shape":"InvalidRequestException"},
|
305
|
+
{"shape":"ResourceNotFoundException"},
|
305
306
|
{"shape":"TooManyRequestsException"}
|
306
307
|
]
|
307
308
|
},
|
@@ -320,6 +321,18 @@
|
|
320
321
|
{"shape":"TooManyRequestsException"}
|
321
322
|
]
|
322
323
|
},
|
324
|
+
"ListTagsForResource":{
|
325
|
+
"name":"ListTagsForResource",
|
326
|
+
"http":{
|
327
|
+
"method":"GET",
|
328
|
+
"requestUri":"/tags/{ResourceArn}"
|
329
|
+
},
|
330
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
331
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
332
|
+
"errors":[
|
333
|
+
{"shape":"InvalidRequestException"}
|
334
|
+
]
|
335
|
+
},
|
323
336
|
"ListWebsiteAuthorizationProviders":{
|
324
337
|
"name":"ListWebsiteAuthorizationProviders",
|
325
338
|
"http":{
|
@@ -399,6 +412,30 @@
|
|
399
412
|
{"shape":"TooManyRequestsException"}
|
400
413
|
]
|
401
414
|
},
|
415
|
+
"TagResource":{
|
416
|
+
"name":"TagResource",
|
417
|
+
"http":{
|
418
|
+
"method":"POST",
|
419
|
+
"requestUri":"/tags/{ResourceArn}"
|
420
|
+
},
|
421
|
+
"input":{"shape":"TagResourceRequest"},
|
422
|
+
"output":{"shape":"TagResourceResponse"},
|
423
|
+
"errors":[
|
424
|
+
{"shape":"InvalidRequestException"}
|
425
|
+
]
|
426
|
+
},
|
427
|
+
"UntagResource":{
|
428
|
+
"name":"UntagResource",
|
429
|
+
"http":{
|
430
|
+
"method":"DELETE",
|
431
|
+
"requestUri":"/tags/{ResourceArn}"
|
432
|
+
},
|
433
|
+
"input":{"shape":"UntagResourceRequest"},
|
434
|
+
"output":{"shape":"UntagResourceResponse"},
|
435
|
+
"errors":[
|
436
|
+
{"shape":"InvalidRequestException"}
|
437
|
+
]
|
438
|
+
},
|
402
439
|
"UpdateAuditStreamConfiguration":{
|
403
440
|
"name":"UpdateAuditStreamConfiguration",
|
404
441
|
"http":{
|
@@ -556,7 +593,10 @@
|
|
556
593
|
"WebsiteCaId":{"shape":"Id"}
|
557
594
|
}
|
558
595
|
},
|
559
|
-
"AuditStreamArn":{
|
596
|
+
"AuditStreamArn":{
|
597
|
+
"type":"string",
|
598
|
+
"pattern":"^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$"
|
599
|
+
},
|
560
600
|
"AuthorizationProviderType":{
|
561
601
|
"type":"string",
|
562
602
|
"enum":["SAML"]
|
@@ -585,7 +625,8 @@
|
|
585
625
|
"members":{
|
586
626
|
"FleetName":{"shape":"FleetName"},
|
587
627
|
"DisplayName":{"shape":"DisplayName"},
|
588
|
-
"OptimizeForEndUserLocation":{"shape":"Boolean"}
|
628
|
+
"OptimizeForEndUserLocation":{"shape":"Boolean"},
|
629
|
+
"Tags":{"shape":"TagMap"}
|
589
630
|
}
|
590
631
|
},
|
591
632
|
"CreateFleetResponse":{
|
@@ -710,7 +751,8 @@
|
|
710
751
|
"DisplayName":{"shape":"DisplayName"},
|
711
752
|
"OptimizeForEndUserLocation":{"shape":"Boolean"},
|
712
753
|
"CompanyCode":{"shape":"CompanyCode"},
|
713
|
-
"FleetStatus":{"shape":"FleetStatus"}
|
754
|
+
"FleetStatus":{"shape":"FleetStatus"},
|
755
|
+
"Tags":{"shape":"TagMap"}
|
714
756
|
}
|
715
757
|
},
|
716
758
|
"DescribeIdentityProviderConfigurationRequest":{
|
@@ -911,7 +953,8 @@
|
|
911
953
|
"FleetName":{"shape":"FleetName"},
|
912
954
|
"DisplayName":{"shape":"DisplayName"},
|
913
955
|
"CompanyCode":{"shape":"CompanyCode"},
|
914
|
-
"FleetStatus":{"shape":"FleetStatus"}
|
956
|
+
"FleetStatus":{"shape":"FleetStatus"},
|
957
|
+
"Tags":{"shape":"TagMap"}
|
915
958
|
}
|
916
959
|
},
|
917
960
|
"FleetSummaryList":{
|
@@ -989,6 +1032,23 @@
|
|
989
1032
|
"NextToken":{"shape":"NextToken"}
|
990
1033
|
}
|
991
1034
|
},
|
1035
|
+
"ListTagsForResourceRequest":{
|
1036
|
+
"type":"structure",
|
1037
|
+
"required":["ResourceArn"],
|
1038
|
+
"members":{
|
1039
|
+
"ResourceArn":{
|
1040
|
+
"shape":"FleetArn",
|
1041
|
+
"location":"uri",
|
1042
|
+
"locationName":"ResourceArn"
|
1043
|
+
}
|
1044
|
+
}
|
1045
|
+
},
|
1046
|
+
"ListTagsForResourceResponse":{
|
1047
|
+
"type":"structure",
|
1048
|
+
"members":{
|
1049
|
+
"Tags":{"shape":"TagMap"}
|
1050
|
+
}
|
1051
|
+
},
|
992
1052
|
"ListWebsiteAuthorizationProvidersRequest":{
|
993
1053
|
"type":"structure",
|
994
1054
|
"required":["FleetArn"],
|
@@ -1117,6 +1177,49 @@
|
|
1117
1177
|
"type":"list",
|
1118
1178
|
"member":{"shape":"SubnetId"}
|
1119
1179
|
},
|
1180
|
+
"TagKey":{
|
1181
|
+
"type":"string",
|
1182
|
+
"max":128,
|
1183
|
+
"min":1,
|
1184
|
+
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
|
1185
|
+
},
|
1186
|
+
"TagKeyList":{
|
1187
|
+
"type":"list",
|
1188
|
+
"member":{"shape":"TagKey"},
|
1189
|
+
"max":50,
|
1190
|
+
"min":1
|
1191
|
+
},
|
1192
|
+
"TagMap":{
|
1193
|
+
"type":"map",
|
1194
|
+
"key":{"shape":"TagKey"},
|
1195
|
+
"value":{"shape":"TagValue"},
|
1196
|
+
"max":50,
|
1197
|
+
"min":1
|
1198
|
+
},
|
1199
|
+
"TagResourceRequest":{
|
1200
|
+
"type":"structure",
|
1201
|
+
"required":[
|
1202
|
+
"ResourceArn",
|
1203
|
+
"Tags"
|
1204
|
+
],
|
1205
|
+
"members":{
|
1206
|
+
"ResourceArn":{
|
1207
|
+
"shape":"FleetArn",
|
1208
|
+
"location":"uri",
|
1209
|
+
"locationName":"ResourceArn"
|
1210
|
+
},
|
1211
|
+
"Tags":{"shape":"TagMap"}
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
"TagResourceResponse":{
|
1215
|
+
"type":"structure",
|
1216
|
+
"members":{
|
1217
|
+
}
|
1218
|
+
},
|
1219
|
+
"TagValue":{
|
1220
|
+
"type":"string",
|
1221
|
+
"max":256
|
1222
|
+
},
|
1120
1223
|
"TooManyRequestsException":{
|
1121
1224
|
"type":"structure",
|
1122
1225
|
"members":{
|
@@ -1133,6 +1236,30 @@
|
|
1133
1236
|
"error":{"httpStatusCode":403},
|
1134
1237
|
"exception":true
|
1135
1238
|
},
|
1239
|
+
"UntagResourceRequest":{
|
1240
|
+
"type":"structure",
|
1241
|
+
"required":[
|
1242
|
+
"ResourceArn",
|
1243
|
+
"TagKeys"
|
1244
|
+
],
|
1245
|
+
"members":{
|
1246
|
+
"ResourceArn":{
|
1247
|
+
"shape":"FleetArn",
|
1248
|
+
"location":"uri",
|
1249
|
+
"locationName":"ResourceArn"
|
1250
|
+
},
|
1251
|
+
"TagKeys":{
|
1252
|
+
"shape":"TagKeyList",
|
1253
|
+
"location":"querystring",
|
1254
|
+
"locationName":"tagKeys"
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"UntagResourceResponse":{
|
1259
|
+
"type":"structure",
|
1260
|
+
"members":{
|
1261
|
+
}
|
1262
|
+
},
|
1136
1263
|
"UpdateAuditStreamConfigurationRequest":{
|
1137
1264
|
"type":"structure",
|
1138
1265
|
"required":["FleetArn"],
|
@@ -212,6 +212,21 @@
|
|
212
212
|
],
|
213
213
|
"idempotent":true
|
214
214
|
},
|
215
|
+
"DeleteRetentionPolicy":{
|
216
|
+
"name":"DeleteRetentionPolicy",
|
217
|
+
"http":{
|
218
|
+
"method":"POST",
|
219
|
+
"requestUri":"/"
|
220
|
+
},
|
221
|
+
"input":{"shape":"DeleteRetentionPolicyRequest"},
|
222
|
+
"output":{"shape":"DeleteRetentionPolicyResponse"},
|
223
|
+
"errors":[
|
224
|
+
{"shape":"InvalidParameterException"},
|
225
|
+
{"shape":"OrganizationNotFoundException"},
|
226
|
+
{"shape":"OrganizationStateException"}
|
227
|
+
],
|
228
|
+
"idempotent":true
|
229
|
+
},
|
215
230
|
"DeleteUser":{
|
216
231
|
"name":"DeleteUser",
|
217
232
|
"http":{
|
@@ -362,6 +377,22 @@
|
|
362
377
|
{"shape":"OrganizationStateException"}
|
363
378
|
]
|
364
379
|
},
|
380
|
+
"GetDefaultRetentionPolicy":{
|
381
|
+
"name":"GetDefaultRetentionPolicy",
|
382
|
+
"http":{
|
383
|
+
"method":"POST",
|
384
|
+
"requestUri":"/"
|
385
|
+
},
|
386
|
+
"input":{"shape":"GetDefaultRetentionPolicyRequest"},
|
387
|
+
"output":{"shape":"GetDefaultRetentionPolicyResponse"},
|
388
|
+
"errors":[
|
389
|
+
{"shape":"InvalidParameterException"},
|
390
|
+
{"shape":"OrganizationNotFoundException"},
|
391
|
+
{"shape":"OrganizationStateException"},
|
392
|
+
{"shape":"EntityNotFoundException"}
|
393
|
+
],
|
394
|
+
"idempotent":true
|
395
|
+
},
|
365
396
|
"GetMailboxDetails":{
|
366
397
|
"name":"GetMailboxDetails",
|
367
398
|
"http":{
|
@@ -561,6 +592,22 @@
|
|
561
592
|
],
|
562
593
|
"idempotent":true
|
563
594
|
},
|
595
|
+
"PutRetentionPolicy":{
|
596
|
+
"name":"PutRetentionPolicy",
|
597
|
+
"http":{
|
598
|
+
"method":"POST",
|
599
|
+
"requestUri":"/"
|
600
|
+
},
|
601
|
+
"input":{"shape":"PutRetentionPolicyRequest"},
|
602
|
+
"output":{"shape":"PutRetentionPolicyResponse"},
|
603
|
+
"errors":[
|
604
|
+
{"shape":"InvalidParameterException"},
|
605
|
+
{"shape":"OrganizationNotFoundException"},
|
606
|
+
{"shape":"OrganizationStateException"},
|
607
|
+
{"shape":"LimitExceededException"}
|
608
|
+
],
|
609
|
+
"idempotent":true
|
610
|
+
},
|
564
611
|
"RegisterToWorkMail":{
|
565
612
|
"name":"RegisterToWorkMail",
|
566
613
|
"http":{
|
@@ -979,6 +1026,22 @@
|
|
979
1026
|
"members":{
|
980
1027
|
}
|
981
1028
|
},
|
1029
|
+
"DeleteRetentionPolicyRequest":{
|
1030
|
+
"type":"structure",
|
1031
|
+
"required":[
|
1032
|
+
"OrganizationId",
|
1033
|
+
"Id"
|
1034
|
+
],
|
1035
|
+
"members":{
|
1036
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1037
|
+
"Id":{"shape":"ShortString"}
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
"DeleteRetentionPolicyResponse":{
|
1041
|
+
"type":"structure",
|
1042
|
+
"members":{
|
1043
|
+
}
|
1044
|
+
},
|
982
1045
|
"DeleteUserRequest":{
|
983
1046
|
"type":"structure",
|
984
1047
|
"required":[
|
@@ -1194,6 +1257,32 @@
|
|
1194
1257
|
},
|
1195
1258
|
"exception":true
|
1196
1259
|
},
|
1260
|
+
"FolderConfiguration":{
|
1261
|
+
"type":"structure",
|
1262
|
+
"required":[
|
1263
|
+
"Name",
|
1264
|
+
"Action"
|
1265
|
+
],
|
1266
|
+
"members":{
|
1267
|
+
"Name":{"shape":"FolderName"},
|
1268
|
+
"Action":{"shape":"RetentionAction"},
|
1269
|
+
"Period":{"shape":"RetentionPeriod"}
|
1270
|
+
}
|
1271
|
+
},
|
1272
|
+
"FolderConfigurations":{
|
1273
|
+
"type":"list",
|
1274
|
+
"member":{"shape":"FolderConfiguration"}
|
1275
|
+
},
|
1276
|
+
"FolderName":{
|
1277
|
+
"type":"string",
|
1278
|
+
"enum":[
|
1279
|
+
"INBOX",
|
1280
|
+
"DELETED_ITEMS",
|
1281
|
+
"SENT_ITEMS",
|
1282
|
+
"DRAFTS",
|
1283
|
+
"JUNK_EMAIL"
|
1284
|
+
]
|
1285
|
+
},
|
1197
1286
|
"GetAccessControlEffectRequest":{
|
1198
1287
|
"type":"structure",
|
1199
1288
|
"required":[
|
@@ -1216,6 +1305,22 @@
|
|
1216
1305
|
"MatchedRules":{"shape":"AccessControlRuleNameList"}
|
1217
1306
|
}
|
1218
1307
|
},
|
1308
|
+
"GetDefaultRetentionPolicyRequest":{
|
1309
|
+
"type":"structure",
|
1310
|
+
"required":["OrganizationId"],
|
1311
|
+
"members":{
|
1312
|
+
"OrganizationId":{"shape":"OrganizationId"}
|
1313
|
+
}
|
1314
|
+
},
|
1315
|
+
"GetDefaultRetentionPolicyResponse":{
|
1316
|
+
"type":"structure",
|
1317
|
+
"members":{
|
1318
|
+
"Id":{"shape":"ShortString"},
|
1319
|
+
"Name":{"shape":"ShortString"},
|
1320
|
+
"Description":{"shape":"String"},
|
1321
|
+
"FolderConfigurations":{"shape":"FolderConfigurations"}
|
1322
|
+
}
|
1323
|
+
},
|
1219
1324
|
"GetMailboxDetailsRequest":{
|
1220
1325
|
"type":"structure",
|
1221
1326
|
"required":[
|
@@ -1604,6 +1709,11 @@
|
|
1604
1709
|
"type":"list",
|
1605
1710
|
"member":{"shape":"Permission"}
|
1606
1711
|
},
|
1712
|
+
"PolicyDescription":{
|
1713
|
+
"type":"string",
|
1714
|
+
"max":256,
|
1715
|
+
"pattern":"[\\w\\d\\s\\S\\-!?=,.;:'_]+"
|
1716
|
+
},
|
1607
1717
|
"PutAccessControlRuleRequest":{
|
1608
1718
|
"type":"structure",
|
1609
1719
|
"required":[
|
@@ -1650,6 +1760,26 @@
|
|
1650
1760
|
"members":{
|
1651
1761
|
}
|
1652
1762
|
},
|
1763
|
+
"PutRetentionPolicyRequest":{
|
1764
|
+
"type":"structure",
|
1765
|
+
"required":[
|
1766
|
+
"OrganizationId",
|
1767
|
+
"Name",
|
1768
|
+
"FolderConfigurations"
|
1769
|
+
],
|
1770
|
+
"members":{
|
1771
|
+
"OrganizationId":{"shape":"OrganizationId"},
|
1772
|
+
"Id":{"shape":"ShortString"},
|
1773
|
+
"Name":{"shape":"ShortString"},
|
1774
|
+
"Description":{"shape":"PolicyDescription"},
|
1775
|
+
"FolderConfigurations":{"shape":"FolderConfigurations"}
|
1776
|
+
}
|
1777
|
+
},
|
1778
|
+
"PutRetentionPolicyResponse":{
|
1779
|
+
"type":"structure",
|
1780
|
+
"members":{
|
1781
|
+
}
|
1782
|
+
},
|
1653
1783
|
"RegisterToWorkMailRequest":{
|
1654
1784
|
"type":"structure",
|
1655
1785
|
"required":[
|
@@ -1737,6 +1867,26 @@
|
|
1737
1867
|
"type":"list",
|
1738
1868
|
"member":{"shape":"Resource"}
|
1739
1869
|
},
|
1870
|
+
"RetentionAction":{
|
1871
|
+
"type":"string",
|
1872
|
+
"enum":[
|
1873
|
+
"NONE",
|
1874
|
+
"DELETE",
|
1875
|
+
"PERMANENTLY_DELETE"
|
1876
|
+
]
|
1877
|
+
},
|
1878
|
+
"RetentionPeriod":{
|
1879
|
+
"type":"integer",
|
1880
|
+
"box":true,
|
1881
|
+
"max":730,
|
1882
|
+
"min":1
|
1883
|
+
},
|
1884
|
+
"ShortString":{
|
1885
|
+
"type":"string",
|
1886
|
+
"max":64,
|
1887
|
+
"min":1,
|
1888
|
+
"pattern":"[a-zA-Z0-9_-]+"
|
1889
|
+
},
|
1740
1890
|
"String":{
|
1741
1891
|
"type":"string",
|
1742
1892
|
"max":256
|
data/endpoints.json
CHANGED
@@ -210,6 +210,29 @@
|
|
210
210
|
"us-west-2" : { }
|
211
211
|
}
|
212
212
|
},
|
213
|
+
"api.detective" : {
|
214
|
+
"defaults" : {
|
215
|
+
"protocols" : [ "https" ]
|
216
|
+
},
|
217
|
+
"endpoints" : {
|
218
|
+
"ap-northeast-1" : { },
|
219
|
+
"ap-northeast-2" : { },
|
220
|
+
"ap-south-1" : { },
|
221
|
+
"ap-southeast-1" : { },
|
222
|
+
"ap-southeast-2" : { },
|
223
|
+
"ca-central-1" : { },
|
224
|
+
"eu-central-1" : { },
|
225
|
+
"eu-north-1" : { },
|
226
|
+
"eu-west-1" : { },
|
227
|
+
"eu-west-2" : { },
|
228
|
+
"eu-west-3" : { },
|
229
|
+
"sa-east-1" : { },
|
230
|
+
"us-east-1" : { },
|
231
|
+
"us-east-2" : { },
|
232
|
+
"us-west-1" : { },
|
233
|
+
"us-west-2" : { }
|
234
|
+
}
|
235
|
+
},
|
213
236
|
"api.ecr" : {
|
214
237
|
"endpoints" : {
|
215
238
|
"af-south-1" : {
|
@@ -3343,9 +3366,40 @@
|
|
3343
3366
|
"ap-southeast-2" : { },
|
3344
3367
|
"ca-central-1" : { },
|
3345
3368
|
"eu-central-1" : { },
|
3369
|
+
"eu-north-1" : { },
|
3346
3370
|
"eu-west-1" : { },
|
3347
3371
|
"eu-west-2" : { },
|
3348
3372
|
"eu-west-3" : { },
|
3373
|
+
"fips-ca-central-1" : {
|
3374
|
+
"credentialScope" : {
|
3375
|
+
"region" : "ca-central-1"
|
3376
|
+
},
|
3377
|
+
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
|
3378
|
+
},
|
3379
|
+
"fips-us-east-1" : {
|
3380
|
+
"credentialScope" : {
|
3381
|
+
"region" : "us-east-1"
|
3382
|
+
},
|
3383
|
+
"hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
|
3384
|
+
},
|
3385
|
+
"fips-us-east-2" : {
|
3386
|
+
"credentialScope" : {
|
3387
|
+
"region" : "us-east-2"
|
3388
|
+
},
|
3389
|
+
"hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
|
3390
|
+
},
|
3391
|
+
"fips-us-west-1" : {
|
3392
|
+
"credentialScope" : {
|
3393
|
+
"region" : "us-west-1"
|
3394
|
+
},
|
3395
|
+
"hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
|
3396
|
+
},
|
3397
|
+
"fips-us-west-2" : {
|
3398
|
+
"credentialScope" : {
|
3399
|
+
"region" : "us-west-2"
|
3400
|
+
},
|
3401
|
+
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
|
3402
|
+
},
|
3349
3403
|
"sa-east-1" : { },
|
3350
3404
|
"us-east-1" : { },
|
3351
3405
|
"us-east-2" : { },
|
@@ -7138,6 +7192,12 @@
|
|
7138
7192
|
"region" : "us-gov-west-1"
|
7139
7193
|
},
|
7140
7194
|
"hostname" : "iam.us-gov.amazonaws.com"
|
7195
|
+
},
|
7196
|
+
"iam-govcloud-fips" : {
|
7197
|
+
"credentialScope" : {
|
7198
|
+
"region" : "us-gov-west-1"
|
7199
|
+
},
|
7200
|
+
"hostname" : "iam.us-gov.amazonaws.com"
|
7141
7201
|
}
|
7142
7202
|
},
|
7143
7203
|
"isRegionalized" : false,
|
@@ -7184,6 +7244,18 @@
|
|
7184
7244
|
},
|
7185
7245
|
"kinesis" : {
|
7186
7246
|
"endpoints" : {
|
7247
|
+
"fips-us-gov-east-1" : {
|
7248
|
+
"credentialScope" : {
|
7249
|
+
"region" : "us-gov-east-1"
|
7250
|
+
},
|
7251
|
+
"hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
|
7252
|
+
},
|
7253
|
+
"fips-us-gov-west-1" : {
|
7254
|
+
"credentialScope" : {
|
7255
|
+
"region" : "us-gov-west-1"
|
7256
|
+
},
|
7257
|
+
"hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
|
7258
|
+
},
|
7187
7259
|
"us-gov-east-1" : { },
|
7188
7260
|
"us-gov-west-1" : { }
|
7189
7261
|
}
|
@@ -7244,7 +7316,12 @@
|
|
7244
7316
|
},
|
7245
7317
|
"mediaconvert" : {
|
7246
7318
|
"endpoints" : {
|
7247
|
-
"us-gov-west-1" : {
|
7319
|
+
"us-gov-west-1" : {
|
7320
|
+
"credentialScope" : {
|
7321
|
+
"region" : "us-gov-west-1"
|
7322
|
+
},
|
7323
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
7324
|
+
}
|
7248
7325
|
}
|
7249
7326
|
},
|
7250
7327
|
"metering.marketplace" : {
|
@@ -7520,9 +7597,17 @@
|
|
7520
7597
|
},
|
7521
7598
|
"endpoints" : {
|
7522
7599
|
"us-gov-east-1" : {
|
7600
|
+
"credentialScope" : {
|
7601
|
+
"region" : "us-gov-east-1"
|
7602
|
+
},
|
7603
|
+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
|
7523
7604
|
"protocols" : [ "https" ]
|
7524
7605
|
},
|
7525
7606
|
"us-gov-west-1" : {
|
7607
|
+
"credentialScope" : {
|
7608
|
+
"region" : "us-gov-west-1"
|
7609
|
+
},
|
7610
|
+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
|
7526
7611
|
"protocols" : [ "https" ]
|
7527
7612
|
}
|
7528
7613
|
}
|
@@ -7696,7 +7781,19 @@
|
|
7696
7781
|
"sts" : {
|
7697
7782
|
"endpoints" : {
|
7698
7783
|
"us-gov-east-1" : { },
|
7699
|
-
"us-gov-
|
7784
|
+
"us-gov-east-1-fips" : {
|
7785
|
+
"credentialScope" : {
|
7786
|
+
"region" : "us-gov-east-1"
|
7787
|
+
},
|
7788
|
+
"hostname" : "sts.us-gov-east-1.amazonaws.com"
|
7789
|
+
},
|
7790
|
+
"us-gov-west-1" : { },
|
7791
|
+
"us-gov-west-1-fips" : {
|
7792
|
+
"credentialScope" : {
|
7793
|
+
"region" : "us-gov-west-1"
|
7794
|
+
},
|
7795
|
+
"hostname" : "sts.us-gov-west-1.amazonaws.com"
|
7796
|
+
}
|
7700
7797
|
}
|
7701
7798
|
},
|
7702
7799
|
"support" : {
|
@@ -7706,6 +7803,12 @@
|
|
7706
7803
|
"region" : "us-gov-west-1"
|
7707
7804
|
},
|
7708
7805
|
"hostname" : "support.us-gov-west-1.amazonaws.com"
|
7806
|
+
},
|
7807
|
+
"fips-us-gov-west-1" : {
|
7808
|
+
"credentialScope" : {
|
7809
|
+
"region" : "us-gov-west-1"
|
7810
|
+
},
|
7811
|
+
"hostname" : "support.us-gov-west-1.amazonaws.com"
|
7709
7812
|
}
|
7710
7813
|
},
|
7711
7814
|
"partitionEndpoint" : "aws-us-gov-global"
|