aws-sdk-core 2.11.529 → 2.11.534
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +59 -0
- data/apis/ec2/2016-11-15/api-2.json +55 -5
- data/apis/elasticmapreduce/2009-03-31/api-2.json +2 -1
- data/apis/mediaconvert/2017-08-29/api-2.json +55 -1
- data/apis/medialive/2017-10-14/api-2.json +44 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/opsworkscm/2016-11-01/api-2.json +1 -0
- data/apis/organizations/2016-11-28/api-2.json +8 -4
- data/apis/rds/2014-10-31/api-2.json +19 -4
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/route53/2013-04-01/api-2.json +89 -2
- data/apis/sesv2/2019-09-27/api-2.json +2 -1
- data/apis/snowball/2016-06-30/api-2.json +25 -3
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/apis/ssm/2014-11-06/api-2.json +25 -0
- data/endpoints.json +60 -3
- data/lib/aws-sdk-core/client.rb +7 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +7 -6
@@ -42,6 +42,11 @@
|
|
42
42
|
"limit_key": "MaxResults",
|
43
43
|
"output_token": "NextToken"
|
44
44
|
},
|
45
|
+
"GetSegmentDetection": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"limit_key": "MaxResults",
|
48
|
+
"output_token": "NextToken"
|
49
|
+
},
|
45
50
|
"GetTextDetection": {
|
46
51
|
"input_token": "NextToken",
|
47
52
|
"limit_key": "MaxResults",
|
@@ -31,7 +31,8 @@
|
|
31
31
|
{"shape":"InvalidInput"},
|
32
32
|
{"shape":"PublicZoneVPCAssociation"},
|
33
33
|
{"shape":"ConflictingDomainExists"},
|
34
|
-
{"shape":"LimitsExceeded"}
|
34
|
+
{"shape":"LimitsExceeded"},
|
35
|
+
{"shape":"PriorRequestNotComplete"}
|
35
36
|
]
|
36
37
|
},
|
37
38
|
"ChangeResourceRecordSets":{
|
@@ -635,6 +636,19 @@
|
|
635
636
|
{"shape":"InvalidDomainName"}
|
636
637
|
]
|
637
638
|
},
|
639
|
+
"ListHostedZonesByVPC":{
|
640
|
+
"name":"ListHostedZonesByVPC",
|
641
|
+
"http":{
|
642
|
+
"method":"GET",
|
643
|
+
"requestUri":"/2013-04-01/hostedzonesbyvpc"
|
644
|
+
},
|
645
|
+
"input":{"shape":"ListHostedZonesByVPCRequest"},
|
646
|
+
"output":{"shape":"ListHostedZonesByVPCResponse"},
|
647
|
+
"errors":[
|
648
|
+
{"shape":"InvalidInput"},
|
649
|
+
{"shape":"InvalidPaginationToken"}
|
650
|
+
]
|
651
|
+
},
|
638
652
|
"ListQueryLoggingConfigs":{
|
639
653
|
"name":"ListQueryLoggingConfigs",
|
640
654
|
"http":{
|
@@ -878,6 +892,7 @@
|
|
878
892
|
}
|
879
893
|
},
|
880
894
|
"shapes":{
|
895
|
+
"AWSAccountID":{"type":"string"},
|
881
896
|
"AccountLimit":{
|
882
897
|
"type":"structure",
|
883
898
|
"required":[
|
@@ -2243,7 +2258,38 @@
|
|
2243
2258
|
},
|
2244
2259
|
"exception":true
|
2245
2260
|
},
|
2261
|
+
"HostedZoneOwner":{
|
2262
|
+
"type":"structure",
|
2263
|
+
"members":{
|
2264
|
+
"OwningAccount":{"shape":"AWSAccountID"},
|
2265
|
+
"OwningService":{"shape":"HostedZoneOwningService"}
|
2266
|
+
}
|
2267
|
+
},
|
2268
|
+
"HostedZoneOwningService":{
|
2269
|
+
"type":"string",
|
2270
|
+
"max":128
|
2271
|
+
},
|
2246
2272
|
"HostedZoneRRSetCount":{"type":"long"},
|
2273
|
+
"HostedZoneSummaries":{
|
2274
|
+
"type":"list",
|
2275
|
+
"member":{
|
2276
|
+
"shape":"HostedZoneSummary",
|
2277
|
+
"locationName":"HostedZoneSummary"
|
2278
|
+
}
|
2279
|
+
},
|
2280
|
+
"HostedZoneSummary":{
|
2281
|
+
"type":"structure",
|
2282
|
+
"required":[
|
2283
|
+
"HostedZoneId",
|
2284
|
+
"Name",
|
2285
|
+
"Owner"
|
2286
|
+
],
|
2287
|
+
"members":{
|
2288
|
+
"HostedZoneId":{"shape":"ResourceId"},
|
2289
|
+
"Name":{"shape":"DNSName"},
|
2290
|
+
"Owner":{"shape":"HostedZoneOwner"}
|
2291
|
+
}
|
2292
|
+
},
|
2247
2293
|
"HostedZones":{
|
2248
2294
|
"type":"list",
|
2249
2295
|
"member":{
|
@@ -2473,6 +2519,47 @@
|
|
2473
2519
|
"MaxItems":{"shape":"PageMaxItems"}
|
2474
2520
|
}
|
2475
2521
|
},
|
2522
|
+
"ListHostedZonesByVPCRequest":{
|
2523
|
+
"type":"structure",
|
2524
|
+
"required":[
|
2525
|
+
"VPCId",
|
2526
|
+
"VPCRegion"
|
2527
|
+
],
|
2528
|
+
"members":{
|
2529
|
+
"VPCId":{
|
2530
|
+
"shape":"VPCId",
|
2531
|
+
"location":"querystring",
|
2532
|
+
"locationName":"vpcid"
|
2533
|
+
},
|
2534
|
+
"VPCRegion":{
|
2535
|
+
"shape":"VPCRegion",
|
2536
|
+
"location":"querystring",
|
2537
|
+
"locationName":"vpcregion"
|
2538
|
+
},
|
2539
|
+
"MaxItems":{
|
2540
|
+
"shape":"PageMaxItems",
|
2541
|
+
"location":"querystring",
|
2542
|
+
"locationName":"maxitems"
|
2543
|
+
},
|
2544
|
+
"NextToken":{
|
2545
|
+
"shape":"PaginationToken",
|
2546
|
+
"location":"querystring",
|
2547
|
+
"locationName":"nexttoken"
|
2548
|
+
}
|
2549
|
+
}
|
2550
|
+
},
|
2551
|
+
"ListHostedZonesByVPCResponse":{
|
2552
|
+
"type":"structure",
|
2553
|
+
"required":[
|
2554
|
+
"HostedZoneSummaries",
|
2555
|
+
"MaxItems"
|
2556
|
+
],
|
2557
|
+
"members":{
|
2558
|
+
"HostedZoneSummaries":{"shape":"HostedZoneSummaries"},
|
2559
|
+
"MaxItems":{"shape":"PageMaxItems"},
|
2560
|
+
"NextToken":{"shape":"PaginationToken"}
|
2561
|
+
}
|
2562
|
+
},
|
2476
2563
|
"ListHostedZonesRequest":{
|
2477
2564
|
"type":"structure",
|
2478
2565
|
"members":{
|
@@ -3012,7 +3099,7 @@
|
|
3012
3099
|
"PageTruncated":{"type":"boolean"},
|
3013
3100
|
"PaginationToken":{
|
3014
3101
|
"type":"string",
|
3015
|
-
"max":
|
3102
|
+
"max":1024
|
3016
3103
|
},
|
3017
3104
|
"Period":{
|
3018
3105
|
"type":"integer",
|
@@ -450,7 +450,8 @@
|
|
450
450
|
"ClusterId":{"shape":"ClusterId"},
|
451
451
|
"SnowballType":{"shape":"SnowballType"},
|
452
452
|
"ForwardingAddressId":{"shape":"AddressId"},
|
453
|
-
"TaxDocuments":{"shape":"TaxDocuments"}
|
453
|
+
"TaxDocuments":{"shape":"TaxDocuments"},
|
454
|
+
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
|
454
455
|
}
|
455
456
|
},
|
456
457
|
"CreateJobResult":{
|
@@ -522,6 +523,12 @@
|
|
522
523
|
"SubJobMetadata":{"shape":"JobMetadataList"}
|
523
524
|
}
|
524
525
|
},
|
526
|
+
"DeviceConfiguration":{
|
527
|
+
"type":"structure",
|
528
|
+
"members":{
|
529
|
+
"SnowconeDeviceConfiguration":{"shape":"SnowconeDeviceConfiguration"}
|
530
|
+
}
|
531
|
+
},
|
525
532
|
"Ec2AmiResource":{
|
526
533
|
"type":"structure",
|
527
534
|
"required":["AmiId"],
|
@@ -699,7 +706,8 @@
|
|
699
706
|
"JobLogInfo":{"shape":"JobLogs"},
|
700
707
|
"ClusterId":{"shape":"String"},
|
701
708
|
"ForwardingAddressId":{"shape":"AddressId"},
|
702
|
-
"TaxDocuments":{"shape":"TaxDocuments"}
|
709
|
+
"TaxDocuments":{"shape":"TaxDocuments"},
|
710
|
+
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
|
703
711
|
}
|
704
712
|
},
|
705
713
|
"JobMetadataList":{
|
@@ -898,6 +906,7 @@
|
|
898
906
|
"T100",
|
899
907
|
"T42",
|
900
908
|
"T98",
|
909
|
+
"T8",
|
901
910
|
"NoPreference"
|
902
911
|
]
|
903
912
|
},
|
@@ -908,9 +917,16 @@
|
|
908
917
|
"EDGE",
|
909
918
|
"EDGE_C",
|
910
919
|
"EDGE_CG",
|
911
|
-
"EDGE_S"
|
920
|
+
"EDGE_S",
|
921
|
+
"SNC1_HDD"
|
912
922
|
]
|
913
923
|
},
|
924
|
+
"SnowconeDeviceConfiguration":{
|
925
|
+
"type":"structure",
|
926
|
+
"members":{
|
927
|
+
"WirelessConnection":{"shape":"WirelessConnection"}
|
928
|
+
}
|
929
|
+
},
|
914
930
|
"SnsTopicARN":{
|
915
931
|
"type":"string",
|
916
932
|
"max":255,
|
@@ -972,6 +988,12 @@
|
|
972
988
|
"type":"structure",
|
973
989
|
"members":{
|
974
990
|
}
|
991
|
+
},
|
992
|
+
"WirelessConnection":{
|
993
|
+
"type":"structure",
|
994
|
+
"members":{
|
995
|
+
"IsWifiEnabled":{"shape":"Boolean"}
|
996
|
+
}
|
975
997
|
}
|
976
998
|
}
|
977
999
|
}
|
@@ -368,6 +368,10 @@
|
|
368
368
|
}
|
369
369
|
},
|
370
370
|
"Boolean":{"type":"boolean"},
|
371
|
+
"BoxedInteger":{
|
372
|
+
"type":"integer",
|
373
|
+
"box":true
|
374
|
+
},
|
371
375
|
"ChangeMessageVisibilityBatchRequest":{
|
372
376
|
"type":"structure",
|
373
377
|
"required":[
|
@@ -609,14 +613,17 @@
|
|
609
613
|
"type":"structure",
|
610
614
|
"required":["QueueUrl"],
|
611
615
|
"members":{
|
612
|
-
"QueueUrl":{"shape":"String"}
|
616
|
+
"QueueUrl":{"shape":"String"},
|
617
|
+
"NextToken":{"shape":"Token"},
|
618
|
+
"MaxResults":{"shape":"BoxedInteger"}
|
613
619
|
}
|
614
620
|
},
|
615
621
|
"ListDeadLetterSourceQueuesResult":{
|
616
622
|
"type":"structure",
|
617
623
|
"required":["queueUrls"],
|
618
624
|
"members":{
|
619
|
-
"queueUrls":{"shape":"QueueUrlList"}
|
625
|
+
"queueUrls":{"shape":"QueueUrlList"},
|
626
|
+
"NextToken":{"shape":"Token"}
|
620
627
|
}
|
621
628
|
},
|
622
629
|
"ListQueueTagsRequest":{
|
@@ -638,13 +645,16 @@
|
|
638
645
|
"ListQueuesRequest":{
|
639
646
|
"type":"structure",
|
640
647
|
"members":{
|
641
|
-
"QueueNamePrefix":{"shape":"String"}
|
648
|
+
"QueueNamePrefix":{"shape":"String"},
|
649
|
+
"NextToken":{"shape":"Token"},
|
650
|
+
"MaxResults":{"shape":"BoxedInteger"}
|
642
651
|
}
|
643
652
|
},
|
644
653
|
"ListQueuesResult":{
|
645
654
|
"type":"structure",
|
646
655
|
"members":{
|
647
|
-
"QueueUrls":{"shape":"QueueUrlList"}
|
656
|
+
"QueueUrls":{"shape":"QueueUrlList"},
|
657
|
+
"NextToken":{"shape":"Token"}
|
648
658
|
}
|
649
659
|
},
|
650
660
|
"Message":{
|
@@ -1091,6 +1101,7 @@
|
|
1091
1101
|
}
|
1092
1102
|
},
|
1093
1103
|
"TagValue":{"type":"string"},
|
1104
|
+
"Token":{"type":"string"},
|
1094
1105
|
"TooManyEntriesInBatchRequest":{
|
1095
1106
|
"type":"structure",
|
1096
1107
|
"members":{
|
@@ -1,6 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListDeadLetterSourceQueues": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken",
|
7
|
+
"result_key": "queueUrls"
|
8
|
+
},
|
3
9
|
"ListQueues": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults",
|
12
|
+
"output_token": "NextToken",
|
4
13
|
"result_key": "QueueUrls"
|
5
14
|
}
|
6
15
|
}
|
@@ -3081,6 +3081,10 @@
|
|
3081
3081
|
"EndDate":{"shape":"MaintenanceWindowStringDateTime"},
|
3082
3082
|
"Schedule":{"shape":"MaintenanceWindowSchedule"},
|
3083
3083
|
"ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
|
3084
|
+
"ScheduleOffset":{
|
3085
|
+
"shape":"MaintenanceWindowOffset",
|
3086
|
+
"box":true
|
3087
|
+
},
|
3084
3088
|
"Duration":{"shape":"MaintenanceWindowDurationHours"},
|
3085
3089
|
"Cutoff":{"shape":"MaintenanceWindowCutoff"},
|
3086
3090
|
"AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
|
@@ -4676,6 +4680,10 @@
|
|
4676
4680
|
"EndDate":{"shape":"MaintenanceWindowStringDateTime"},
|
4677
4681
|
"Schedule":{"shape":"MaintenanceWindowSchedule"},
|
4678
4682
|
"ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
|
4683
|
+
"ScheduleOffset":{
|
4684
|
+
"shape":"MaintenanceWindowOffset",
|
4685
|
+
"box":true
|
4686
|
+
},
|
4679
4687
|
"NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"},
|
4680
4688
|
"Duration":{"shape":"MaintenanceWindowDurationHours"},
|
4681
4689
|
"Cutoff":{"shape":"MaintenanceWindowCutoff"},
|
@@ -6303,6 +6311,10 @@
|
|
6303
6311
|
"Cutoff":{"shape":"MaintenanceWindowCutoff"},
|
6304
6312
|
"Schedule":{"shape":"MaintenanceWindowSchedule"},
|
6305
6313
|
"ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
|
6314
|
+
"ScheduleOffset":{
|
6315
|
+
"shape":"MaintenanceWindowOffset",
|
6316
|
+
"box":true
|
6317
|
+
},
|
6306
6318
|
"EndDate":{"shape":"MaintenanceWindowStringDateTime"},
|
6307
6319
|
"StartDate":{"shape":"MaintenanceWindowStringDateTime"},
|
6308
6320
|
"NextExecutionTime":{"shape":"MaintenanceWindowStringDateTime"}
|
@@ -6353,6 +6365,11 @@
|
|
6353
6365
|
"min":3,
|
6354
6366
|
"pattern":"^[a-zA-Z0-9_\\-.]{3,128}$"
|
6355
6367
|
},
|
6368
|
+
"MaintenanceWindowOffset":{
|
6369
|
+
"type":"integer",
|
6370
|
+
"max":6,
|
6371
|
+
"min":1
|
6372
|
+
},
|
6356
6373
|
"MaintenanceWindowResourceType":{
|
6357
6374
|
"type":"string",
|
6358
6375
|
"enum":[
|
@@ -9017,6 +9034,10 @@
|
|
9017
9034
|
"EndDate":{"shape":"MaintenanceWindowStringDateTime"},
|
9018
9035
|
"Schedule":{"shape":"MaintenanceWindowSchedule"},
|
9019
9036
|
"ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
|
9037
|
+
"ScheduleOffset":{
|
9038
|
+
"shape":"MaintenanceWindowOffset",
|
9039
|
+
"box":true
|
9040
|
+
},
|
9020
9041
|
"Duration":{
|
9021
9042
|
"shape":"MaintenanceWindowDurationHours",
|
9022
9043
|
"box":true
|
@@ -9049,6 +9070,10 @@
|
|
9049
9070
|
"EndDate":{"shape":"MaintenanceWindowStringDateTime"},
|
9050
9071
|
"Schedule":{"shape":"MaintenanceWindowSchedule"},
|
9051
9072
|
"ScheduleTimezone":{"shape":"MaintenanceWindowTimezone"},
|
9073
|
+
"ScheduleOffset":{
|
9074
|
+
"shape":"MaintenanceWindowOffset",
|
9075
|
+
"box":true
|
9076
|
+
},
|
9052
9077
|
"Duration":{"shape":"MaintenanceWindowDurationHours"},
|
9053
9078
|
"Cutoff":{"shape":"MaintenanceWindowCutoff"},
|
9054
9079
|
"AllowUnassociatedTargets":{"shape":"MaintenanceWindowAllowUnassociatedTargets"},
|
data/endpoints.json
CHANGED
@@ -1442,6 +1442,7 @@
|
|
1442
1442
|
},
|
1443
1443
|
"datasync" : {
|
1444
1444
|
"endpoints" : {
|
1445
|
+
"af-south-1" : { },
|
1445
1446
|
"ap-east-1" : { },
|
1446
1447
|
"ap-northeast-1" : { },
|
1447
1448
|
"ap-northeast-2" : { },
|
@@ -1451,6 +1452,7 @@
|
|
1451
1452
|
"ca-central-1" : { },
|
1452
1453
|
"eu-central-1" : { },
|
1453
1454
|
"eu-north-1" : { },
|
1455
|
+
"eu-south-1" : { },
|
1454
1456
|
"eu-west-1" : { },
|
1455
1457
|
"eu-west-2" : { },
|
1456
1458
|
"eu-west-3" : { },
|
@@ -3230,6 +3232,7 @@
|
|
3230
3232
|
},
|
3231
3233
|
"license-manager" : {
|
3232
3234
|
"endpoints" : {
|
3235
|
+
"af-south-1" : { },
|
3233
3236
|
"ap-east-1" : { },
|
3234
3237
|
"ap-northeast-1" : { },
|
3235
3238
|
"ap-northeast-2" : { },
|
@@ -3239,6 +3242,7 @@
|
|
3239
3242
|
"ca-central-1" : { },
|
3240
3243
|
"eu-central-1" : { },
|
3241
3244
|
"eu-north-1" : { },
|
3245
|
+
"eu-south-1" : { },
|
3242
3246
|
"eu-west-1" : { },
|
3243
3247
|
"eu-west-2" : { },
|
3244
3248
|
"eu-west-3" : { },
|
@@ -3307,6 +3311,30 @@
|
|
3307
3311
|
"eu-west-1" : { },
|
3308
3312
|
"eu-west-2" : { },
|
3309
3313
|
"eu-west-3" : { },
|
3314
|
+
"fips-us-east-1" : {
|
3315
|
+
"credentialScope" : {
|
3316
|
+
"region" : "us-east-1"
|
3317
|
+
},
|
3318
|
+
"hostname" : "logs-fips.us-east-1.amazonaws.com"
|
3319
|
+
},
|
3320
|
+
"fips-us-east-2" : {
|
3321
|
+
"credentialScope" : {
|
3322
|
+
"region" : "us-east-2"
|
3323
|
+
},
|
3324
|
+
"hostname" : "logs-fips.us-east-2.amazonaws.com"
|
3325
|
+
},
|
3326
|
+
"fips-us-west-1" : {
|
3327
|
+
"credentialScope" : {
|
3328
|
+
"region" : "us-west-1"
|
3329
|
+
},
|
3330
|
+
"hostname" : "logs-fips.us-west-1.amazonaws.com"
|
3331
|
+
},
|
3332
|
+
"fips-us-west-2" : {
|
3333
|
+
"credentialScope" : {
|
3334
|
+
"region" : "us-west-2"
|
3335
|
+
},
|
3336
|
+
"hostname" : "logs-fips.us-west-2.amazonaws.com"
|
3337
|
+
},
|
3310
3338
|
"me-south-1" : { },
|
3311
3339
|
"sa-east-1" : { },
|
3312
3340
|
"us-east-1" : { },
|
@@ -4791,6 +4819,7 @@
|
|
4791
4819
|
},
|
4792
4820
|
"servicecatalog" : {
|
4793
4821
|
"endpoints" : {
|
4822
|
+
"af-south-1" : { },
|
4794
4823
|
"ap-east-1" : { },
|
4795
4824
|
"ap-northeast-1" : { },
|
4796
4825
|
"ap-northeast-2" : { },
|
@@ -4800,6 +4829,7 @@
|
|
4800
4829
|
"ca-central-1" : { },
|
4801
4830
|
"eu-central-1" : { },
|
4802
4831
|
"eu-north-1" : { },
|
4832
|
+
"eu-south-1" : { },
|
4803
4833
|
"eu-west-1" : { },
|
4804
4834
|
"eu-west-2" : { },
|
4805
4835
|
"eu-west-3" : { },
|
@@ -6032,6 +6062,18 @@
|
|
6032
6062
|
"cn-northwest-1" : { }
|
6033
6063
|
}
|
6034
6064
|
},
|
6065
|
+
"budgets" : {
|
6066
|
+
"endpoints" : {
|
6067
|
+
"aws-cn-global" : {
|
6068
|
+
"credentialScope" : {
|
6069
|
+
"region" : "cn-northwest-1"
|
6070
|
+
},
|
6071
|
+
"hostname" : "budgets.amazonaws.com.cn"
|
6072
|
+
}
|
6073
|
+
},
|
6074
|
+
"isRegionalized" : false,
|
6075
|
+
"partitionEndpoint" : "aws-cn-global"
|
6076
|
+
},
|
6035
6077
|
"cloudformation" : {
|
6036
6078
|
"endpoints" : {
|
6037
6079
|
"cn-north-1" : { },
|
@@ -7046,7 +7088,7 @@
|
|
7046
7088
|
"credentialScope" : {
|
7047
7089
|
"region" : "us-gov-west-1"
|
7048
7090
|
},
|
7049
|
-
"hostname" : "elasticache
|
7091
|
+
"hostname" : "elasticache.us-gov-west-1.amazonaws.com"
|
7050
7092
|
},
|
7051
7093
|
"us-gov-east-1" : { },
|
7052
7094
|
"us-gov-west-1" : { }
|
@@ -7377,8 +7419,18 @@
|
|
7377
7419
|
},
|
7378
7420
|
"logs" : {
|
7379
7421
|
"endpoints" : {
|
7380
|
-
"us-gov-east-1" : {
|
7381
|
-
|
7422
|
+
"us-gov-east-1" : {
|
7423
|
+
"credentialScope" : {
|
7424
|
+
"region" : "us-gov-east-1"
|
7425
|
+
},
|
7426
|
+
"hostname" : "logs.us-gov-east-1.amazonaws.com"
|
7427
|
+
},
|
7428
|
+
"us-gov-west-1" : {
|
7429
|
+
"credentialScope" : {
|
7430
|
+
"region" : "us-gov-west-1"
|
7431
|
+
},
|
7432
|
+
"hostname" : "logs.us-gov-west-1.amazonaws.com"
|
7433
|
+
}
|
7382
7434
|
}
|
7383
7435
|
},
|
7384
7436
|
"mediaconvert" : {
|
@@ -8430,6 +8482,11 @@
|
|
8430
8482
|
"us-isob-east-1" : { }
|
8431
8483
|
}
|
8432
8484
|
},
|
8485
|
+
"lambda" : {
|
8486
|
+
"endpoints" : {
|
8487
|
+
"us-isob-east-1" : { }
|
8488
|
+
}
|
8489
|
+
},
|
8433
8490
|
"license-manager" : {
|
8434
8491
|
"endpoints" : {
|
8435
8492
|
"us-isob-east-1" : { }
|