aws-sdk-core 2.11.584 → 2.11.589
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +20 -2
- data/apis/apigatewayv2/2018-11-29/api-2.json +103 -0
- data/apis/budgets/2016-10-20/api-2.json +2 -2
- data/apis/budgets/2016-10-20/paginators-1.json +25 -1
- data/apis/codestar-connections/2019-12-01/api-2.json +1 -0
- data/apis/comprehend/2017-11-27/api-2.json +274 -0
- data/apis/connect/2017-08-08/api-2.json +754 -4
- data/apis/connect/2017-08-08/paginators-1.json +12 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/docdb/2014-10-31/api-2.json +1 -0
- data/apis/docdb/2014-10-31/paginators-1.json +30 -0
- data/apis/ec2/2016-11-15/api-2.json +9 -1
- data/apis/es/2015-01-01/api-2.json +2 -1
- data/apis/greengrass/2017-06-07/api-2.json +120 -0
- data/apis/kafka/2018-11-14/api-2.json +232 -6
- data/apis/kafka/2018-11-14/paginators-1.json +7 -1
- data/apis/kendra/2019-02-03/api-2.json +17 -4
- data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +411 -40
- data/apis/organizations/2016-11-28/api-2.json +14 -7
- data/apis/sagemaker/2017-07-24/api-2.json +16 -2
- data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
- data/apis/states/2016-11-23/api-2.json +34 -6
- data/apis/transcribe-streaming/2017-10-26/api-2.json +28 -1
- data/apis/transcribe/2017-10-26/api-2.json +16 -4
- data/endpoints.json +44 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -528,6 +528,7 @@
|
|
528
528
|
{"shape":"ConcurrentModificationException"},
|
529
529
|
{"shape":"HandshakeConstraintViolationException"},
|
530
530
|
{"shape":"DuplicateHandshakeException"},
|
531
|
+
{"shape":"ConstraintViolationException"},
|
531
532
|
{"shape":"InvalidInputException"},
|
532
533
|
{"shape":"FinalizingOrganizationException"},
|
533
534
|
{"shape":"ServiceException"},
|
@@ -1223,7 +1224,8 @@
|
|
1223
1224
|
"Email":{"shape":"Email"},
|
1224
1225
|
"AccountName":{"shape":"AccountName"},
|
1225
1226
|
"RoleName":{"shape":"RoleName"},
|
1226
|
-
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
|
1227
|
+
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
|
1228
|
+
"Tags":{"shape":"Tags"}
|
1227
1229
|
}
|
1228
1230
|
},
|
1229
1231
|
"CreateAccountRequestId":{
|
@@ -1283,7 +1285,8 @@
|
|
1283
1285
|
"Email":{"shape":"Email"},
|
1284
1286
|
"AccountName":{"shape":"AccountName"},
|
1285
1287
|
"RoleName":{"shape":"RoleName"},
|
1286
|
-
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
|
1288
|
+
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
|
1289
|
+
"Tags":{"shape":"Tags"}
|
1287
1290
|
}
|
1288
1291
|
},
|
1289
1292
|
"CreateGovCloudAccountResponse":{
|
@@ -1312,7 +1315,8 @@
|
|
1312
1315
|
],
|
1313
1316
|
"members":{
|
1314
1317
|
"ParentId":{"shape":"ParentId"},
|
1315
|
-
"Name":{"shape":"OrganizationalUnitName"}
|
1318
|
+
"Name":{"shape":"OrganizationalUnitName"},
|
1319
|
+
"Tags":{"shape":"Tags"}
|
1316
1320
|
}
|
1317
1321
|
},
|
1318
1322
|
"CreateOrganizationalUnitResponse":{
|
@@ -1333,7 +1337,8 @@
|
|
1333
1337
|
"Content":{"shape":"PolicyContent"},
|
1334
1338
|
"Description":{"shape":"PolicyDescription"},
|
1335
1339
|
"Name":{"shape":"PolicyName"},
|
1336
|
-
"Type":{"shape":"PolicyType"}
|
1340
|
+
"Type":{"shape":"PolicyType"},
|
1341
|
+
"Tags":{"shape":"Tags"}
|
1337
1342
|
}
|
1338
1343
|
},
|
1339
1344
|
"CreatePolicyResponse":{
|
@@ -1850,6 +1855,7 @@
|
|
1850
1855
|
"UNRECOGNIZED_SERVICE_PRINCIPAL",
|
1851
1856
|
"INVALID_ROLE_NAME",
|
1852
1857
|
"INVALID_SYSTEM_TAGS_PARAMETER",
|
1858
|
+
"DUPLICATE_TAG_KEY",
|
1853
1859
|
"TARGET_NOT_SUPPORTED"
|
1854
1860
|
]
|
1855
1861
|
},
|
@@ -1858,7 +1864,8 @@
|
|
1858
1864
|
"required":["Target"],
|
1859
1865
|
"members":{
|
1860
1866
|
"Target":{"shape":"HandshakeParty"},
|
1861
|
-
"Notes":{"shape":"HandshakeNotes"}
|
1867
|
+
"Notes":{"shape":"HandshakeNotes"},
|
1868
|
+
"Tags":{"shape":"Tags"}
|
1862
1869
|
}
|
1863
1870
|
},
|
1864
1871
|
"InviteAccountToOrganizationResponse":{
|
@@ -2523,8 +2530,8 @@
|
|
2523
2530
|
},
|
2524
2531
|
"TaggableResourceId":{
|
2525
2532
|
"type":"string",
|
2526
|
-
"max":
|
2527
|
-
"pattern":"
|
2533
|
+
"max":130,
|
2534
|
+
"pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})$"
|
2528
2535
|
},
|
2529
2536
|
"Tags":{
|
2530
2537
|
"type":"list",
|
@@ -5497,7 +5497,8 @@
|
|
5497
5497
|
"LabelingJobDataSource":{
|
5498
5498
|
"type":"structure",
|
5499
5499
|
"members":{
|
5500
|
-
"S3DataSource":{"shape":"LabelingJobS3DataSource"}
|
5500
|
+
"S3DataSource":{"shape":"LabelingJobS3DataSource"},
|
5501
|
+
"SnsDataSource":{"shape":"LabelingJobSnsDataSource"}
|
5501
5502
|
}
|
5502
5503
|
},
|
5503
5504
|
"LabelingJobForWorkteamSummary":{
|
@@ -5547,7 +5548,8 @@
|
|
5547
5548
|
"required":["S3OutputPath"],
|
5548
5549
|
"members":{
|
5549
5550
|
"S3OutputPath":{"shape":"S3Uri"},
|
5550
|
-
"KmsKeyId":{"shape":"KmsKeyId"}
|
5551
|
+
"KmsKeyId":{"shape":"KmsKeyId"},
|
5552
|
+
"SnsTopicArn":{"shape":"SnsTopicArn"}
|
5551
5553
|
}
|
5552
5554
|
},
|
5553
5555
|
"LabelingJobResourceConfig":{
|
@@ -5563,6 +5565,13 @@
|
|
5563
5565
|
"ManifestS3Uri":{"shape":"S3Uri"}
|
5564
5566
|
}
|
5565
5567
|
},
|
5568
|
+
"LabelingJobSnsDataSource":{
|
5569
|
+
"type":"structure",
|
5570
|
+
"required":["SnsTopicArn"],
|
5571
|
+
"members":{
|
5572
|
+
"SnsTopicArn":{"shape":"SnsTopicArn"}
|
5573
|
+
}
|
5574
|
+
},
|
5566
5575
|
"LabelingJobStatus":{
|
5567
5576
|
"type":"string",
|
5568
5577
|
"enum":[
|
@@ -8098,6 +8107,11 @@
|
|
8098
8107
|
"type":"string",
|
8099
8108
|
"pattern":"UserName"
|
8100
8109
|
},
|
8110
|
+
"SnsTopicArn":{
|
8111
|
+
"type":"string",
|
8112
|
+
"max":2048,
|
8113
|
+
"pattern":"arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*"
|
8114
|
+
},
|
8101
8115
|
"SortBy":{
|
8102
8116
|
"type":"string",
|
8103
8117
|
"enum":[
|
@@ -461,7 +461,8 @@
|
|
461
461
|
"input":{"shape":"DescribeProvisionedProductInput"},
|
462
462
|
"output":{"shape":"DescribeProvisionedProductOutput"},
|
463
463
|
"errors":[
|
464
|
-
{"shape":"ResourceNotFoundException"}
|
464
|
+
{"shape":"ResourceNotFoundException"},
|
465
|
+
{"shape":"InvalidParametersException"}
|
465
466
|
]
|
466
467
|
},
|
467
468
|
"DescribeProvisionedProductPlan":{
|
@@ -1852,10 +1853,10 @@
|
|
1852
1853
|
},
|
1853
1854
|
"DescribeProvisionedProductInput":{
|
1854
1855
|
"type":"structure",
|
1855
|
-
"required":["Id"],
|
1856
1856
|
"members":{
|
1857
1857
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1858
|
-
"Id":{"shape":"Id"}
|
1858
|
+
"Id":{"shape":"Id"},
|
1859
|
+
"Name":{"shape":"ProvisionedProductName"}
|
1859
1860
|
}
|
1860
1861
|
},
|
1861
1862
|
"DescribeProvisionedProductOutput":{
|
@@ -41,6 +41,7 @@
|
|
41
41
|
{"shape":"InvalidDefinition"},
|
42
42
|
{"shape":"InvalidName"},
|
43
43
|
{"shape":"InvalidLoggingConfiguration"},
|
44
|
+
{"shape":"InvalidTracingConfiguration"},
|
44
45
|
{"shape":"StateMachineAlreadyExists"},
|
45
46
|
{"shape":"StateMachineDeleting"},
|
46
47
|
{"shape":"StateMachineLimitExceeded"},
|
@@ -319,6 +320,7 @@
|
|
319
320
|
{"shape":"InvalidArn"},
|
320
321
|
{"shape":"InvalidDefinition"},
|
321
322
|
{"shape":"InvalidLoggingConfiguration"},
|
323
|
+
{"shape":"InvalidTracingConfiguration"},
|
322
324
|
{"shape":"MissingRequiredParameter"},
|
323
325
|
{"shape":"StateMachineDeleting"},
|
324
326
|
{"shape":"StateMachineDoesNotExist"}
|
@@ -471,7 +473,8 @@
|
|
471
473
|
"roleArn":{"shape":"Arn"},
|
472
474
|
"type":{"shape":"StateMachineType"},
|
473
475
|
"loggingConfiguration":{"shape":"LoggingConfiguration"},
|
474
|
-
"tags":{"shape":"TagList"}
|
476
|
+
"tags":{"shape":"TagList"},
|
477
|
+
"tracingConfiguration":{"shape":"TracingConfiguration"}
|
475
478
|
}
|
476
479
|
},
|
477
480
|
"CreateStateMachineOutput":{
|
@@ -560,7 +563,8 @@
|
|
560
563
|
"input":{"shape":"SensitiveData"},
|
561
564
|
"inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
|
562
565
|
"output":{"shape":"SensitiveData"},
|
563
|
-
"outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
|
566
|
+
"outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
|
567
|
+
"traceHeader":{"shape":"TraceHeader"}
|
564
568
|
}
|
565
569
|
},
|
566
570
|
"DescribeStateMachineForExecutionInput":{
|
@@ -585,7 +589,8 @@
|
|
585
589
|
"definition":{"shape":"Definition"},
|
586
590
|
"roleArn":{"shape":"Arn"},
|
587
591
|
"updateDate":{"shape":"Timestamp"},
|
588
|
-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
|
592
|
+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
|
593
|
+
"tracingConfiguration":{"shape":"TracingConfiguration"}
|
589
594
|
}
|
590
595
|
},
|
591
596
|
"DescribeStateMachineInput":{
|
@@ -613,9 +618,11 @@
|
|
613
618
|
"roleArn":{"shape":"Arn"},
|
614
619
|
"type":{"shape":"StateMachineType"},
|
615
620
|
"creationDate":{"shape":"Timestamp"},
|
616
|
-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
|
621
|
+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
|
622
|
+
"tracingConfiguration":{"shape":"TracingConfiguration"}
|
617
623
|
}
|
618
624
|
},
|
625
|
+
"Enabled":{"type":"boolean"},
|
619
626
|
"ErrorMessage":{"type":"string"},
|
620
627
|
"EventId":{"type":"long"},
|
621
628
|
"ExecutionAbortedEventDetails":{
|
@@ -915,6 +922,13 @@
|
|
915
922
|
},
|
916
923
|
"exception":true
|
917
924
|
},
|
925
|
+
"InvalidTracingConfiguration":{
|
926
|
+
"type":"structure",
|
927
|
+
"members":{
|
928
|
+
"message":{"shape":"ErrorMessage"}
|
929
|
+
},
|
930
|
+
"exception":true
|
931
|
+
},
|
918
932
|
"LambdaFunctionFailedEventDetails":{
|
919
933
|
"type":"structure",
|
920
934
|
"members":{
|
@@ -1170,7 +1184,8 @@
|
|
1170
1184
|
"members":{
|
1171
1185
|
"stateMachineArn":{"shape":"Arn"},
|
1172
1186
|
"name":{"shape":"Name"},
|
1173
|
-
"input":{"shape":"SensitiveData"}
|
1187
|
+
"input":{"shape":"SensitiveData"},
|
1188
|
+
"traceHeader":{"shape":"TraceHeader"}
|
1174
1189
|
}
|
1175
1190
|
},
|
1176
1191
|
"StartExecutionOutput":{
|
@@ -1468,6 +1483,18 @@
|
|
1468
1483
|
},
|
1469
1484
|
"exception":true
|
1470
1485
|
},
|
1486
|
+
"TraceHeader":{
|
1487
|
+
"type":"string",
|
1488
|
+
"max":256,
|
1489
|
+
"min":0,
|
1490
|
+
"pattern":"\\p{ASCII}*"
|
1491
|
+
},
|
1492
|
+
"TracingConfiguration":{
|
1493
|
+
"type":"structure",
|
1494
|
+
"members":{
|
1495
|
+
"enabled":{"shape":"Enabled"}
|
1496
|
+
}
|
1497
|
+
},
|
1471
1498
|
"UnsignedInteger":{
|
1472
1499
|
"type":"integer",
|
1473
1500
|
"min":0
|
@@ -1495,7 +1522,8 @@
|
|
1495
1522
|
"stateMachineArn":{"shape":"Arn"},
|
1496
1523
|
"definition":{"shape":"Definition"},
|
1497
1524
|
"roleArn":{"shape":"Arn"},
|
1498
|
-
"loggingConfiguration":{"shape":"LoggingConfiguration"}
|
1525
|
+
"loggingConfiguration":{"shape":"LoggingConfiguration"},
|
1526
|
+
"tracingConfiguration":{"shape":"TracingConfiguration"}
|
1499
1527
|
}
|
1500
1528
|
},
|
1501
1529
|
"UpdateStateMachineOutput":{
|
@@ -136,6 +136,10 @@
|
|
136
136
|
"max":48000,
|
137
137
|
"min":8000
|
138
138
|
},
|
139
|
+
"NumberOfChannels":{
|
140
|
+
"type":"integer",
|
141
|
+
"min":2
|
142
|
+
},
|
139
143
|
"RequestId":{"type":"string"},
|
140
144
|
"Result":{
|
141
145
|
"type":"structure",
|
@@ -144,7 +148,8 @@
|
|
144
148
|
"StartTime":{"shape":"Double"},
|
145
149
|
"EndTime":{"shape":"Double"},
|
146
150
|
"IsPartial":{"shape":"Boolean"},
|
147
|
-
"Alternatives":{"shape":"AlternativeList"}
|
151
|
+
"Alternatives":{"shape":"AlternativeList"},
|
152
|
+
"ChannelId":{"shape":"String"}
|
148
153
|
}
|
149
154
|
},
|
150
155
|
"ResultList":{
|
@@ -161,6 +166,8 @@
|
|
161
166
|
},
|
162
167
|
"SessionId":{
|
163
168
|
"type":"string",
|
169
|
+
"max":36,
|
170
|
+
"min":36,
|
164
171
|
"pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
|
165
172
|
},
|
166
173
|
"StartStreamTranscriptionRequest":{
|
@@ -212,6 +219,16 @@
|
|
212
219
|
"shape":"Boolean",
|
213
220
|
"location":"header",
|
214
221
|
"locationName":"x-amzn-transcribe-show-speaker-label"
|
222
|
+
},
|
223
|
+
"EnableChannelIdentification":{
|
224
|
+
"shape":"Boolean",
|
225
|
+
"location":"header",
|
226
|
+
"locationName":"x-amzn-transcribe-enable-channel-identification"
|
227
|
+
},
|
228
|
+
"NumberOfChannels":{
|
229
|
+
"shape":"NumberOfChannels",
|
230
|
+
"location":"header",
|
231
|
+
"locationName":"x-amzn-transcribe-number-of-channels"
|
215
232
|
}
|
216
233
|
},
|
217
234
|
"payload":"AudioStream"
|
@@ -264,6 +281,16 @@
|
|
264
281
|
"shape":"Boolean",
|
265
282
|
"location":"header",
|
266
283
|
"locationName":"x-amzn-transcribe-show-speaker-label"
|
284
|
+
},
|
285
|
+
"EnableChannelIdentification":{
|
286
|
+
"shape":"Boolean",
|
287
|
+
"location":"header",
|
288
|
+
"locationName":"x-amzn-transcribe-enable-channel-identification"
|
289
|
+
},
|
290
|
+
"NumberOfChannels":{
|
291
|
+
"shape":"NumberOfChannels",
|
292
|
+
"location":"header",
|
293
|
+
"locationName":"x-amzn-transcribe-number-of-channels"
|
267
294
|
}
|
268
295
|
},
|
269
296
|
"payload":"TranscriptResultStream"
|
@@ -677,6 +677,7 @@
|
|
677
677
|
"DownloadUri":{"shape":"Uri"}
|
678
678
|
}
|
679
679
|
},
|
680
|
+
"IdentifiedLanguageScore":{"type":"float"},
|
680
681
|
"InputDataConfig":{
|
681
682
|
"type":"structure",
|
682
683
|
"required":[
|
@@ -765,6 +766,11 @@
|
|
765
766
|
"InputDataConfig":{"shape":"InputDataConfig"}
|
766
767
|
}
|
767
768
|
},
|
769
|
+
"LanguageOptions":{
|
770
|
+
"type":"list",
|
771
|
+
"member":{"shape":"LanguageCode"},
|
772
|
+
"min":2
|
773
|
+
},
|
768
774
|
"LimitExceededException":{
|
769
775
|
"type":"structure",
|
770
776
|
"members":{
|
@@ -1080,7 +1086,6 @@
|
|
1080
1086
|
"type":"structure",
|
1081
1087
|
"required":[
|
1082
1088
|
"TranscriptionJobName",
|
1083
|
-
"LanguageCode",
|
1084
1089
|
"Media"
|
1085
1090
|
],
|
1086
1091
|
"members":{
|
@@ -1094,7 +1099,9 @@
|
|
1094
1099
|
"Settings":{"shape":"Settings"},
|
1095
1100
|
"ModelSettings":{"shape":"ModelSettings"},
|
1096
1101
|
"JobExecutionSettings":{"shape":"JobExecutionSettings"},
|
1097
|
-
"ContentRedaction":{"shape":"ContentRedaction"}
|
1102
|
+
"ContentRedaction":{"shape":"ContentRedaction"},
|
1103
|
+
"IdentifyLanguage":{"shape":"Boolean"},
|
1104
|
+
"LanguageOptions":{"shape":"LanguageOptions"}
|
1098
1105
|
}
|
1099
1106
|
},
|
1100
1107
|
"StartTranscriptionJobResponse":{
|
@@ -1128,7 +1135,10 @@
|
|
1128
1135
|
"Settings":{"shape":"Settings"},
|
1129
1136
|
"ModelSettings":{"shape":"ModelSettings"},
|
1130
1137
|
"JobExecutionSettings":{"shape":"JobExecutionSettings"},
|
1131
|
-
"ContentRedaction":{"shape":"ContentRedaction"}
|
1138
|
+
"ContentRedaction":{"shape":"ContentRedaction"},
|
1139
|
+
"IdentifyLanguage":{"shape":"Boolean"},
|
1140
|
+
"LanguageOptions":{"shape":"LanguageOptions"},
|
1141
|
+
"IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
|
1132
1142
|
}
|
1133
1143
|
},
|
1134
1144
|
"TranscriptionJobName":{
|
@@ -1162,7 +1172,9 @@
|
|
1162
1172
|
"FailureReason":{"shape":"FailureReason"},
|
1163
1173
|
"OutputLocationType":{"shape":"OutputLocationType"},
|
1164
1174
|
"ContentRedaction":{"shape":"ContentRedaction"},
|
1165
|
-
"ModelSettings":{"shape":"ModelSettings"}
|
1175
|
+
"ModelSettings":{"shape":"ModelSettings"},
|
1176
|
+
"IdentifyLanguage":{"shape":"Boolean"},
|
1177
|
+
"IdentifiedLanguageScore":{"shape":"IdentifiedLanguageScore"}
|
1166
1178
|
}
|
1167
1179
|
},
|
1168
1180
|
"Type":{
|
data/endpoints.json
CHANGED
@@ -247,6 +247,7 @@
|
|
247
247
|
"protocols" : [ "https" ]
|
248
248
|
},
|
249
249
|
"endpoints" : {
|
250
|
+
"af-south-1" : { },
|
250
251
|
"ap-east-1" : { },
|
251
252
|
"ap-northeast-1" : { },
|
252
253
|
"ap-northeast-2" : { },
|
@@ -256,6 +257,7 @@
|
|
256
257
|
"ca-central-1" : { },
|
257
258
|
"eu-central-1" : { },
|
258
259
|
"eu-north-1" : { },
|
260
|
+
"eu-south-1" : { },
|
259
261
|
"eu-west-1" : { },
|
260
262
|
"eu-west-2" : { },
|
261
263
|
"eu-west-3" : { },
|
@@ -1125,6 +1127,7 @@
|
|
1125
1127
|
"ca-central-1" : { },
|
1126
1128
|
"eu-central-1" : { },
|
1127
1129
|
"eu-north-1" : { },
|
1130
|
+
"eu-south-1" : { },
|
1128
1131
|
"eu-west-1" : { },
|
1129
1132
|
"eu-west-2" : { },
|
1130
1133
|
"eu-west-3" : { },
|
@@ -2565,6 +2568,7 @@
|
|
2565
2568
|
"protocols" : [ "https" ]
|
2566
2569
|
},
|
2567
2570
|
"endpoints" : {
|
2571
|
+
"af-south-1" : { },
|
2568
2572
|
"ap-east-1" : { },
|
2569
2573
|
"ap-northeast-1" : { },
|
2570
2574
|
"ap-northeast-2" : { },
|
@@ -2574,6 +2578,7 @@
|
|
2574
2578
|
"ca-central-1" : { },
|
2575
2579
|
"eu-central-1" : { },
|
2576
2580
|
"eu-north-1" : { },
|
2581
|
+
"eu-south-1" : { },
|
2577
2582
|
"eu-west-1" : { },
|
2578
2583
|
"eu-west-2" : { },
|
2579
2584
|
"eu-west-3" : { },
|
@@ -3270,6 +3275,7 @@
|
|
3270
3275
|
"ca-central-1" : { },
|
3271
3276
|
"eu-central-1" : { },
|
3272
3277
|
"eu-north-1" : { },
|
3278
|
+
"eu-south-1" : { },
|
3273
3279
|
"eu-west-1" : { },
|
3274
3280
|
"eu-west-2" : { },
|
3275
3281
|
"eu-west-3" : { },
|
@@ -4008,6 +4014,24 @@
|
|
4008
4014
|
},
|
4009
4015
|
"oidc" : {
|
4010
4016
|
"endpoints" : {
|
4017
|
+
"ap-northeast-1" : {
|
4018
|
+
"credentialScope" : {
|
4019
|
+
"region" : "ap-northeast-1"
|
4020
|
+
},
|
4021
|
+
"hostname" : "oidc.ap-northeast-1.amazonaws.com"
|
4022
|
+
},
|
4023
|
+
"ap-northeast-2" : {
|
4024
|
+
"credentialScope" : {
|
4025
|
+
"region" : "ap-northeast-2"
|
4026
|
+
},
|
4027
|
+
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
4028
|
+
},
|
4029
|
+
"ap-south-1" : {
|
4030
|
+
"credentialScope" : {
|
4031
|
+
"region" : "ap-south-1"
|
4032
|
+
},
|
4033
|
+
"hostname" : "oidc.ap-south-1.amazonaws.com"
|
4034
|
+
},
|
4011
4035
|
"ap-southeast-1" : {
|
4012
4036
|
"credentialScope" : {
|
4013
4037
|
"region" : "ap-southeast-1"
|
@@ -4484,9 +4508,16 @@
|
|
4484
4508
|
"ap-south-1" : { },
|
4485
4509
|
"ap-southeast-1" : { },
|
4486
4510
|
"ap-southeast-2" : { },
|
4511
|
+
"ca-central-1" : { },
|
4487
4512
|
"eu-central-1" : { },
|
4488
4513
|
"eu-west-1" : { },
|
4489
4514
|
"eu-west-2" : { },
|
4515
|
+
"rekognition-fips.ca-central-1" : {
|
4516
|
+
"credentialScope" : {
|
4517
|
+
"region" : "ca-central-1"
|
4518
|
+
},
|
4519
|
+
"hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
|
4520
|
+
},
|
4490
4521
|
"rekognition-fips.us-east-1" : {
|
4491
4522
|
"credentialScope" : {
|
4492
4523
|
"region" : "us-east-1"
|
@@ -7524,6 +7555,12 @@
|
|
7524
7555
|
}
|
7525
7556
|
}
|
7526
7557
|
},
|
7558
|
+
"ebs" : {
|
7559
|
+
"endpoints" : {
|
7560
|
+
"us-gov-east-1" : { },
|
7561
|
+
"us-gov-west-1" : { }
|
7562
|
+
}
|
7563
|
+
},
|
7527
7564
|
"ec2" : {
|
7528
7565
|
"endpoints" : {
|
7529
7566
|
"us-gov-east-1" : {
|
@@ -7776,7 +7813,12 @@
|
|
7776
7813
|
},
|
7777
7814
|
"health" : {
|
7778
7815
|
"endpoints" : {
|
7779
|
-
"us-gov-west-1" : {
|
7816
|
+
"fips-us-gov-west-1" : {
|
7817
|
+
"credentialScope" : {
|
7818
|
+
"region" : "us-gov-west-1"
|
7819
|
+
},
|
7820
|
+
"hostname" : "health-fips.us-gov-west-1.amazonaws.com"
|
7821
|
+
}
|
7780
7822
|
}
|
7781
7823
|
},
|
7782
7824
|
"iam" : {
|
@@ -8135,7 +8177,7 @@
|
|
8135
8177
|
"credentialScope" : {
|
8136
8178
|
"region" : "us-gov-west-1"
|
8137
8179
|
},
|
8138
|
-
"hostname" : "s3-fips
|
8180
|
+
"hostname" : "s3-fips.us-gov-west-1.amazonaws.com"
|
8139
8181
|
},
|
8140
8182
|
"us-gov-east-1" : {
|
8141
8183
|
"hostname" : "s3.us-gov-east-1.amazonaws.com",
|