aws-sdk-core 2.11.542 → 2.11.547

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/connect/2017-08-08/api-2.json +145 -0
  9. data/apis/ebs/2019-11-02/api-2.json +377 -9
  10. data/apis/ec2/2016-11-15/api-2.json +28 -4
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  14. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  15. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  16. data/apis/events/2015-10-07/api-2.json +76 -12
  17. data/apis/forecast/2018-06-26/api-2.json +136 -8
  18. data/apis/glue/2017-03-31/api-2.json +95 -10
  19. data/apis/ivs/2020-07-14/api-2.json +809 -0
  20. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  21. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  22. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  23. data/apis/macie2/2020-01-01/api-2.json +7 -1
  24. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  25. data/apis/organizations/2016-11-28/api-2.json +4 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  27. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  28. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  29. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  30. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  31. data/endpoints.json +122 -0
  32. data/lib/aws-sdk-core.rb +1 -0
  33. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  34. data/lib/aws-sdk-core/ivs.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +7 -2
@@ -566,6 +566,29 @@
566
566
  "id": "to-move-a-staging-label-from-one-version-of-a-secret-to-another-1524004963841",
567
567
  "title": "To move a staging label from one version of a secret to another"
568
568
  }
569
+ ],
570
+ "ValidateResourcePolicy": [
571
+ {
572
+ "input": {
573
+ "ResourcePolicy": "{\n\"Version\":\"2012-10-17\",\n\"Statement\":[{\n\"Effect\":\"Allow\",\n\"Principal\":{\n\"AWS\":\"arn:aws:iam::123456789012:root\"\n},\n\"Action\":\"secretsmanager:GetSecretValue\",\n\"Resource\":\"*\"\n}]\n}",
574
+ "SecretId": "MyTestDatabaseSecret"
575
+ },
576
+ "output": {
577
+ "PolicyValidationPassed": true,
578
+ "ValidationErrors": [
579
+
580
+ ]
581
+ },
582
+ "comments": {
583
+ "input": {
584
+ },
585
+ "output": {
586
+ }
587
+ },
588
+ "description": "The following example shows how to validate a resource-based policy to a secret.",
589
+ "id": "to-validate-the-resource-policy-of-a-secret-1524000138629",
590
+ "title": "To validate a resource-based policy to a secret"
591
+ }
569
592
  ]
570
593
  }
571
594
  }
@@ -1242,6 +1242,13 @@
1242
1242
  "min":51200
1243
1243
  },
1244
1244
  "Boolean":{"type":"boolean"},
1245
+ "CacheAttributes":{
1246
+ "type":"structure",
1247
+ "members":{
1248
+ "CacheStaleTimeoutInSeconds":{"shape":"CacheStaleTimeoutInSeconds"}
1249
+ }
1250
+ },
1251
+ "CacheStaleTimeoutInSeconds":{"type":"integer"},
1245
1252
  "CachediSCSIVolume":{
1246
1253
  "type":"structure",
1247
1254
  "members":{
@@ -1298,6 +1305,13 @@
1298
1305
  "TapeARN":{"shape":"TapeARN"}
1299
1306
  }
1300
1307
  },
1308
+ "CaseSensitivity":{
1309
+ "type":"string",
1310
+ "enum":[
1311
+ "ClientSpecified",
1312
+ "CaseSensitive"
1313
+ ]
1314
+ },
1301
1315
  "ChapCredentials":{
1302
1316
  "type":"list",
1303
1317
  "member":{"shape":"ChapInfo"}
@@ -1378,7 +1392,9 @@
1378
1392
  "ReadOnly":{"shape":"Boolean"},
1379
1393
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
1380
1394
  "RequesterPays":{"shape":"Boolean"},
1381
- "Tags":{"shape":"Tags"}
1395
+ "Tags":{"shape":"Tags"},
1396
+ "FileShareName":{"shape":"FileShareName"},
1397
+ "CacheAttributes":{"shape":"CacheAttributes"}
1382
1398
  }
1383
1399
  },
1384
1400
  "CreateNFSFileShareOutput":{
@@ -1413,7 +1429,10 @@
1413
1429
  "InvalidUserList":{"shape":"FileShareUserList"},
1414
1430
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
1415
1431
  "Authentication":{"shape":"Authentication"},
1416
- "Tags":{"shape":"Tags"}
1432
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
1433
+ "Tags":{"shape":"Tags"},
1434
+ "FileShareName":{"shape":"FileShareName"},
1435
+ "CacheAttributes":{"shape":"CacheAttributes"}
1417
1436
  }
1418
1437
  },
1419
1438
  "CreateSMBFileShareOutput":{
@@ -2194,6 +2213,11 @@
2194
2213
  "type":"list",
2195
2214
  "member":{"shape":"FileShareInfo"}
2196
2215
  },
2216
+ "FileShareName":{
2217
+ "type":"string",
2218
+ "max":255,
2219
+ "min":1
2220
+ },
2197
2221
  "FileShareStatus":{
2198
2222
  "type":"string",
2199
2223
  "max":50,
@@ -2286,6 +2310,8 @@
2286
2310
  },
2287
2311
  "Host":{
2288
2312
  "type":"string",
2313
+ "max":1024,
2314
+ "min":6,
2289
2315
  "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$"
2290
2316
  },
2291
2317
  "HostEnvironment":{
@@ -2370,7 +2396,8 @@
2370
2396
  "KMSKey":{
2371
2397
  "type":"string",
2372
2398
  "max":2048,
2373
- "min":7
2399
+ "min":7,
2400
+ "pattern":"(^arn:(aws|aws-cn|aws-us-gov):kms:([a-zA-Z0-9-]+):([0-9]+):(key|alias)/(\\S+)$)|(^alias/(\\S+)$)"
2374
2401
  },
2375
2402
  "LastSoftwareUpdate":{
2376
2403
  "type":"string",
@@ -2517,7 +2544,7 @@
2517
2544
  },
2518
2545
  "LocationARN":{
2519
2546
  "type":"string",
2520
- "max":310,
2547
+ "max":1400,
2521
2548
  "min":16
2522
2549
  },
2523
2550
  "Marker":{
@@ -2569,7 +2596,9 @@
2569
2596
  "ReadOnly":{"shape":"Boolean"},
2570
2597
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
2571
2598
  "RequesterPays":{"shape":"Boolean"},
2572
- "Tags":{"shape":"Tags"}
2599
+ "Tags":{"shape":"Tags"},
2600
+ "FileShareName":{"shape":"FileShareName"},
2601
+ "CacheAttributes":{"shape":"CacheAttributes"}
2573
2602
  }
2574
2603
  },
2575
2604
  "NFSFileShareInfoList":{
@@ -2753,7 +2782,8 @@
2753
2782
  "Role":{
2754
2783
  "type":"string",
2755
2784
  "max":2048,
2756
- "min":20
2785
+ "min":20,
2786
+ "pattern":"^arn:(aws|aws-cn|aws-us-gov):iam::([0-9]+):role/(\\S+)$"
2757
2787
  },
2758
2788
  "SMBFileShareInfo":{
2759
2789
  "type":"structure",
@@ -2778,7 +2808,10 @@
2778
2808
  "InvalidUserList":{"shape":"FileShareUserList"},
2779
2809
  "AuditDestinationARN":{"shape":"AuditDestinationARN"},
2780
2810
  "Authentication":{"shape":"Authentication"},
2781
- "Tags":{"shape":"Tags"}
2811
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
2812
+ "Tags":{"shape":"Tags"},
2813
+ "FileShareName":{"shape":"FileShareName"},
2814
+ "CacheAttributes":{"shape":"CacheAttributes"}
2782
2815
  }
2783
2816
  },
2784
2817
  "SMBFileShareInfoList":{
@@ -3193,7 +3226,9 @@
3193
3226
  "Squash":{"shape":"Squash"},
3194
3227
  "ReadOnly":{"shape":"Boolean"},
3195
3228
  "GuessMIMETypeEnabled":{"shape":"Boolean"},
3196
- "RequesterPays":{"shape":"Boolean"}
3229
+ "RequesterPays":{"shape":"Boolean"},
3230
+ "FileShareName":{"shape":"FileShareName"},
3231
+ "CacheAttributes":{"shape":"CacheAttributes"}
3197
3232
  }
3198
3233
  },
3199
3234
  "UpdateNFSFileShareOutput":{
@@ -3218,7 +3253,10 @@
3218
3253
  "AdminUserList":{"shape":"FileShareUserList"},
3219
3254
  "ValidUserList":{"shape":"FileShareUserList"},
3220
3255
  "InvalidUserList":{"shape":"FileShareUserList"},
3221
- "AuditDestinationARN":{"shape":"AuditDestinationARN"}
3256
+ "AuditDestinationARN":{"shape":"AuditDestinationARN"},
3257
+ "CaseSensitivity":{"shape":"CaseSensitivity"},
3258
+ "FileShareName":{"shape":"FileShareName"},
3259
+ "CacheAttributes":{"shape":"CacheAttributes"}
3222
3260
  }
3223
3261
  },
3224
3262
  "UpdateSMBFileShareOutput":{
@@ -547,7 +547,8 @@
547
547
  {"shape":"WAFOptimisticLockException"},
548
548
  {"shape":"WAFServiceLinkedRoleErrorException"},
549
549
  {"shape":"WAFInvalidParameterException"},
550
- {"shape":"WAFInvalidOperationException"}
550
+ {"shape":"WAFInvalidOperationException"},
551
+ {"shape":"WAFLimitsExceededException"}
551
552
  ]
552
553
  },
553
554
  "PutPermissionPolicy":{
@@ -1323,6 +1324,13 @@
1323
1324
  "type":"list",
1324
1325
  "member":{"shape":"ExcludedRule"}
1325
1326
  },
1327
+ "FallbackBehavior":{
1328
+ "type":"string",
1329
+ "enum":[
1330
+ "MATCH",
1331
+ "NO_MATCH"
1332
+ ]
1333
+ },
1326
1334
  "FieldToMatch":{
1327
1335
  "type":"structure",
1328
1336
  "members":{
@@ -1369,10 +1377,36 @@
1369
1377
  "RuleGroupReferenceStatement":{"shape":"RuleGroupReferenceStatement"}
1370
1378
  }
1371
1379
  },
1380
+ "ForwardedIPConfig":{
1381
+ "type":"structure",
1382
+ "required":[
1383
+ "HeaderName",
1384
+ "FallbackBehavior"
1385
+ ],
1386
+ "members":{
1387
+ "HeaderName":{"shape":"ForwardedIPHeaderName"},
1388
+ "FallbackBehavior":{"shape":"FallbackBehavior"}
1389
+ }
1390
+ },
1391
+ "ForwardedIPHeaderName":{
1392
+ "type":"string",
1393
+ "max":255,
1394
+ "min":1,
1395
+ "pattern":"^[a-zA-Z0-9-]+$"
1396
+ },
1397
+ "ForwardedIPPosition":{
1398
+ "type":"string",
1399
+ "enum":[
1400
+ "FIRST",
1401
+ "LAST",
1402
+ "ANY"
1403
+ ]
1404
+ },
1372
1405
  "GeoMatchStatement":{
1373
1406
  "type":"structure",
1374
1407
  "members":{
1375
- "CountryCodes":{"shape":"CountryCodes"}
1408
+ "CountryCodes":{"shape":"CountryCodes"},
1409
+ "ForwardedIPConfig":{"shape":"ForwardedIPConfig"}
1376
1410
  }
1377
1411
  },
1378
1412
  "GetIPSetRequest":{
@@ -1602,11 +1636,25 @@
1602
1636
  "Addresses":{"shape":"IPAddresses"}
1603
1637
  }
1604
1638
  },
1639
+ "IPSetForwardedIPConfig":{
1640
+ "type":"structure",
1641
+ "required":[
1642
+ "HeaderName",
1643
+ "FallbackBehavior",
1644
+ "Position"
1645
+ ],
1646
+ "members":{
1647
+ "HeaderName":{"shape":"ForwardedIPHeaderName"},
1648
+ "FallbackBehavior":{"shape":"FallbackBehavior"},
1649
+ "Position":{"shape":"ForwardedIPPosition"}
1650
+ }
1651
+ },
1605
1652
  "IPSetReferenceStatement":{
1606
1653
  "type":"structure",
1607
1654
  "required":["ARN"],
1608
1655
  "members":{
1609
- "ARN":{"shape":"ResourceArn"}
1656
+ "ARN":{"shape":"ResourceArn"},
1657
+ "IPSetForwardedIPConfig":{"shape":"IPSetForwardedIPConfig"}
1610
1658
  }
1611
1659
  },
1612
1660
  "IPSetSummaries":{
@@ -1894,7 +1942,12 @@
1894
1942
  "TAGS",
1895
1943
  "TAG_KEYS",
1896
1944
  "METRIC_NAME",
1897
- "FIREWALL_MANAGER_STATEMENT"
1945
+ "FIREWALL_MANAGER_STATEMENT",
1946
+ "FALLBACK_BEHAVIOR",
1947
+ "POSITION",
1948
+ "FORWARDED_IP_CONFIG",
1949
+ "IP_SET_FORWARDED_IP_CONFIG",
1950
+ "HEADER_NAME"
1898
1951
  ]
1899
1952
  },
1900
1953
  "ParameterExceptionParameter":{
@@ -1959,12 +2012,16 @@
1959
2012
  "members":{
1960
2013
  "Limit":{"shape":"RateLimit"},
1961
2014
  "AggregateKeyType":{"shape":"RateBasedStatementAggregateKeyType"},
1962
- "ScopeDownStatement":{"shape":"Statement"}
2015
+ "ScopeDownStatement":{"shape":"Statement"},
2016
+ "ForwardedIPConfig":{"shape":"ForwardedIPConfig"}
1963
2017
  }
1964
2018
  },
1965
2019
  "RateBasedStatementAggregateKeyType":{
1966
2020
  "type":"string",
1967
- "enum":["IP"]
2021
+ "enum":[
2022
+ "IP",
2023
+ "FORWARDED_IP"
2024
+ ]
1968
2025
  },
1969
2026
  "RateBasedStatementManagedKeysIPSet":{
1970
2027
  "type":"structure",
@@ -554,6 +554,7 @@
554
554
  "endpoints" : {
555
555
  "ap-northeast-1" : { },
556
556
  "ap-northeast-2" : { },
557
+ "ap-south-1" : { },
557
558
  "ap-southeast-1" : { },
558
559
  "ap-southeast-2" : { },
559
560
  "eu-central-1" : { },
@@ -2449,6 +2450,7 @@
2449
2450
  "protocols" : [ "https" ]
2450
2451
  },
2451
2452
  "endpoints" : {
2453
+ "ap-east-1" : { },
2452
2454
  "ap-northeast-1" : { },
2453
2455
  "ap-northeast-2" : { },
2454
2456
  "ap-south-1" : { },
@@ -2550,6 +2552,7 @@
2550
2552
  },
2551
2553
  "hostname" : "fms-fips.us-west-2.amazonaws.com"
2552
2554
  },
2555
+ "me-south-1" : { },
2553
2556
  "sa-east-1" : { },
2554
2557
  "us-east-1" : { },
2555
2558
  "us-east-2" : { },
@@ -2916,6 +2919,7 @@
2916
2919
  "iotanalytics" : {
2917
2920
  "endpoints" : {
2918
2921
  "ap-northeast-1" : { },
2922
+ "ap-southeast-2" : { },
2919
2923
  "eu-central-1" : { },
2920
2924
  "eu-west-1" : { },
2921
2925
  "us-east-1" : { },
@@ -3377,6 +3381,51 @@
3377
3381
  "us-west-2" : { }
3378
3382
  }
3379
3383
  },
3384
+ "macie2" : {
3385
+ "endpoints" : {
3386
+ "ap-east-1" : { },
3387
+ "ap-northeast-1" : { },
3388
+ "ap-northeast-2" : { },
3389
+ "ap-south-1" : { },
3390
+ "ap-southeast-1" : { },
3391
+ "ap-southeast-2" : { },
3392
+ "ca-central-1" : { },
3393
+ "eu-central-1" : { },
3394
+ "eu-north-1" : { },
3395
+ "eu-west-1" : { },
3396
+ "eu-west-2" : { },
3397
+ "eu-west-3" : { },
3398
+ "fips-us-east-1" : {
3399
+ "credentialScope" : {
3400
+ "region" : "us-east-1"
3401
+ },
3402
+ "hostname" : "macie2-fips.us-east-1.amazonaws.com"
3403
+ },
3404
+ "fips-us-east-2" : {
3405
+ "credentialScope" : {
3406
+ "region" : "us-east-2"
3407
+ },
3408
+ "hostname" : "macie2-fips.us-east-2.amazonaws.com"
3409
+ },
3410
+ "fips-us-west-1" : {
3411
+ "credentialScope" : {
3412
+ "region" : "us-west-1"
3413
+ },
3414
+ "hostname" : "macie2-fips.us-west-1.amazonaws.com"
3415
+ },
3416
+ "fips-us-west-2" : {
3417
+ "credentialScope" : {
3418
+ "region" : "us-west-2"
3419
+ },
3420
+ "hostname" : "macie2-fips.us-west-2.amazonaws.com"
3421
+ },
3422
+ "sa-east-1" : { },
3423
+ "us-east-1" : { },
3424
+ "us-east-2" : { },
3425
+ "us-west-1" : { },
3426
+ "us-west-2" : { }
3427
+ }
3428
+ },
3380
3429
  "managedblockchain" : {
3381
3430
  "endpoints" : {
3382
3431
  "ap-northeast-1" : { },
@@ -3762,6 +3811,12 @@
3762
3811
  },
3763
3812
  "hostname" : "rds.us-east-2.amazonaws.com"
3764
3813
  },
3814
+ "us-west-1" : {
3815
+ "credentialScope" : {
3816
+ "region" : "us-west-1"
3817
+ },
3818
+ "hostname" : "rds.us-west-1.amazonaws.com"
3819
+ },
3765
3820
  "us-west-2" : {
3766
3821
  "credentialScope" : {
3767
3822
  "region" : "us-west-2"
@@ -4240,6 +4295,30 @@
4240
4295
  "eu-central-1" : { },
4241
4296
  "eu-west-1" : { },
4242
4297
  "eu-west-2" : { },
4298
+ "rekognition-fips.us-east-1" : {
4299
+ "credentialScope" : {
4300
+ "region" : "us-east-1"
4301
+ },
4302
+ "hostname" : "rekognition-fips.us-east-1.amazonaws.com"
4303
+ },
4304
+ "rekognition-fips.us-east-2" : {
4305
+ "credentialScope" : {
4306
+ "region" : "us-east-2"
4307
+ },
4308
+ "hostname" : "rekognition-fips.us-east-2.amazonaws.com"
4309
+ },
4310
+ "rekognition-fips.us-west-1" : {
4311
+ "credentialScope" : {
4312
+ "region" : "us-west-1"
4313
+ },
4314
+ "hostname" : "rekognition-fips.us-west-1.amazonaws.com"
4315
+ },
4316
+ "rekognition-fips.us-west-2" : {
4317
+ "credentialScope" : {
4318
+ "region" : "us-west-2"
4319
+ },
4320
+ "hostname" : "rekognition-fips.us-west-2.amazonaws.com"
4321
+ },
4243
4322
  "us-east-1" : { },
4244
4323
  "us-east-2" : { },
4245
4324
  "us-west-1" : { },
@@ -4327,6 +4406,7 @@
4327
4406
  "protocols" : [ "https" ]
4328
4407
  },
4329
4408
  "endpoints" : {
4409
+ "af-south-1" : { },
4330
4410
  "ap-east-1" : { },
4331
4411
  "ap-northeast-1" : { },
4332
4412
  "ap-northeast-2" : { },
@@ -4336,6 +4416,7 @@
4336
4416
  "ca-central-1" : { },
4337
4417
  "eu-central-1" : { },
4338
4418
  "eu-north-1" : { },
4419
+ "eu-south-1" : { },
4339
4420
  "eu-west-1" : { },
4340
4421
  "eu-west-2" : { },
4341
4422
  "eu-west-3" : { },
@@ -6091,6 +6172,18 @@
6091
6172
  "isRegionalized" : false,
6092
6173
  "partitionEndpoint" : "aws-cn-global"
6093
6174
  },
6175
+ "ce" : {
6176
+ "endpoints" : {
6177
+ "aws-cn-global" : {
6178
+ "credentialScope" : {
6179
+ "region" : "cn-northwest-1"
6180
+ },
6181
+ "hostname" : "ce.cn-northwest-1.amazonaws.com.cn"
6182
+ }
6183
+ },
6184
+ "isRegionalized" : false,
6185
+ "partitionEndpoint" : "aws-cn-global"
6186
+ },
6094
6187
  "cloudformation" : {
6095
6188
  "endpoints" : {
6096
6189
  "cn-north-1" : { },
@@ -6145,6 +6238,11 @@
6145
6238
  "cn-northwest-1" : { }
6146
6239
  }
6147
6240
  },
6241
+ "cur" : {
6242
+ "endpoints" : {
6243
+ "cn-northwest-1" : { }
6244
+ }
6245
+ },
6148
6246
  "data.iot" : {
6149
6247
  "defaults" : {
6150
6248
  "credentialScope" : {
@@ -6527,11 +6625,18 @@
6527
6625
  "snowball" : {
6528
6626
  "endpoints" : {
6529
6627
  "cn-north-1" : { },
6628
+ "cn-northwest-1" : { },
6530
6629
  "fips-cn-north-1" : {
6531
6630
  "credentialScope" : {
6532
6631
  "region" : "cn-north-1"
6533
6632
  },
6534
6633
  "hostname" : "snowball-fips.cn-north-1.amazonaws.com.cn"
6634
+ },
6635
+ "fips-cn-northwest-1" : {
6636
+ "credentialScope" : {
6637
+ "region" : "cn-northwest-1"
6638
+ },
6639
+ "hostname" : "snowball-fips.cn-northwest-1.amazonaws.com.cn"
6535
6640
  }
6536
6641
  }
6537
6642
  },
@@ -6978,6 +7083,12 @@
6978
7083
  },
6979
7084
  "comprehendmedical" : {
6980
7085
  "endpoints" : {
7086
+ "fips-us-gov-west-1" : {
7087
+ "credentialScope" : {
7088
+ "region" : "us-gov-west-1"
7089
+ },
7090
+ "hostname" : "comprehendmedical-fips.us-gov-west-1.amazonaws.com"
7091
+ },
6981
7092
  "us-gov-west-1" : { }
6982
7093
  }
6983
7094
  },
@@ -7642,6 +7753,12 @@
7642
7753
  },
7643
7754
  "rekognition" : {
7644
7755
  "endpoints" : {
7756
+ "rekognition-fips.us-gov-west-1" : {
7757
+ "credentialScope" : {
7758
+ "region" : "us-gov-west-1"
7759
+ },
7760
+ "hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
7761
+ },
7645
7762
  "us-gov-west-1" : { }
7646
7763
  }
7647
7764
  },
@@ -8394,6 +8511,11 @@
8394
8511
  "us-iso-east-1" : { }
8395
8512
  }
8396
8513
  },
8514
+ "transcribestreaming" : {
8515
+ "endpoints" : {
8516
+ "us-iso-east-1" : { }
8517
+ }
8518
+ },
8397
8519
  "workspaces" : {
8398
8520
  "endpoints" : {
8399
8521
  "us-iso-east-1" : { }