aws-sdk-core 2.11.261 → 2.11.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48f83f793a6dd3ca4b2e8deca2449f43b52670fc
4
- data.tar.gz: ad78811a05bab55daf693b1aafa3325f9b53baef
3
+ metadata.gz: ae62d11245b4e0b8cebd642becf6214bcb216e6f
4
+ data.tar.gz: 0513b9d26ec9bf4848425cfac529c8e4a9b08ccc
5
5
  SHA512:
6
- metadata.gz: a82a534786cadc4fc65ccd275707eba91ed783ee839a9f547ec1284098213a22bf322b9ab82d3e5c303e421db44477a9fa88eb292d2c7ae3a83b326030bdfc8f
7
- data.tar.gz: d80cb89ee54173a00fad5225c274f80db5bab65bdbe82e887dd1e43738689719fe53bd1adfc04619ad42f29402a79e86f32b9bbe217fdef16e85ad83ea4d778a
6
+ metadata.gz: 1f4cd5c3c15356640c420f96eddcdc98cff87d0e4eeb75a40b60874345bf4b377ba84ee6f703309b0710289db37c93a04ba2dde6b09db0f80c355d58dac4169e
7
+ data.tar.gz: 0b7417ad98f24a7a0148de287288f82bc1c278363f6100d9568eeff60a983f6c325e90204ed801859eb310220e99c8736db64d4d9cb20eb064ed122782eefea2
@@ -1127,7 +1127,8 @@
1127
1127
  "BillingMode":{"shape":"BillingMode"},
1128
1128
  "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
1129
1129
  "StreamSpecification":{"shape":"StreamSpecification"},
1130
- "SSESpecification":{"shape":"SSESpecification"}
1130
+ "SSESpecification":{"shape":"SSESpecification"},
1131
+ "Tags":{"shape":"TagList"}
1131
1132
  }
1132
1133
  },
1133
1134
  "CreateTableOutput":{
@@ -177,6 +177,21 @@
177
177
  {"shape":"NotFoundException"}
178
178
  ]
179
179
  },
180
+ "CreateScript":{
181
+ "name":"CreateScript",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/"
185
+ },
186
+ "input":{"shape":"CreateScriptInput"},
187
+ "output":{"shape":"CreateScriptOutput"},
188
+ "errors":[
189
+ {"shape":"UnauthorizedException"},
190
+ {"shape":"InvalidRequestException"},
191
+ {"shape":"ConflictException"},
192
+ {"shape":"InternalServiceException"}
193
+ ]
194
+ },
180
195
  "CreateVpcPeeringAuthorization":{
181
196
  "name":"CreateVpcPeeringAuthorization",
182
197
  "http":{
@@ -309,6 +324,20 @@
309
324
  {"shape":"NotFoundException"}
310
325
  ]
311
326
  },
327
+ "DeleteScript":{
328
+ "name":"DeleteScript",
329
+ "http":{
330
+ "method":"POST",
331
+ "requestUri":"/"
332
+ },
333
+ "input":{"shape":"DeleteScriptInput"},
334
+ "errors":[
335
+ {"shape":"InvalidRequestException"},
336
+ {"shape":"UnauthorizedException"},
337
+ {"shape":"NotFoundException"},
338
+ {"shape":"InternalServiceException"}
339
+ ]
340
+ },
312
341
  "DeleteVpcPeeringAuthorization":{
313
342
  "name":"DeleteVpcPeeringAuthorization",
314
343
  "http":{
@@ -623,6 +652,21 @@
623
652
  {"shape":"NotFoundException"}
624
653
  ]
625
654
  },
655
+ "DescribeScript":{
656
+ "name":"DescribeScript",
657
+ "http":{
658
+ "method":"POST",
659
+ "requestUri":"/"
660
+ },
661
+ "input":{"shape":"DescribeScriptInput"},
662
+ "output":{"shape":"DescribeScriptOutput"},
663
+ "errors":[
664
+ {"shape":"UnauthorizedException"},
665
+ {"shape":"InvalidRequestException"},
666
+ {"shape":"InternalServiceException"},
667
+ {"shape":"NotFoundException"}
668
+ ]
669
+ },
626
670
  "DescribeVpcPeeringAuthorizations":{
627
671
  "name":"DescribeVpcPeeringAuthorizations",
628
672
  "http":{
@@ -725,6 +769,20 @@
725
769
  {"shape":"UnauthorizedException"}
726
770
  ]
727
771
  },
772
+ "ListScripts":{
773
+ "name":"ListScripts",
774
+ "http":{
775
+ "method":"POST",
776
+ "requestUri":"/"
777
+ },
778
+ "input":{"shape":"ListScriptsInput"},
779
+ "output":{"shape":"ListScriptsOutput"},
780
+ "errors":[
781
+ {"shape":"UnauthorizedException"},
782
+ {"shape":"InvalidRequestException"},
783
+ {"shape":"InternalServiceException"}
784
+ ]
785
+ },
728
786
  "PutScalingPolicy":{
729
787
  "name":"PutScalingPolicy",
730
788
  "http":{
@@ -1039,6 +1097,21 @@
1039
1097
  {"shape":"InvalidFleetStatusException"}
1040
1098
  ]
1041
1099
  },
1100
+ "UpdateScript":{
1101
+ "name":"UpdateScript",
1102
+ "http":{
1103
+ "method":"POST",
1104
+ "requestUri":"/"
1105
+ },
1106
+ "input":{"shape":"UpdateScriptInput"},
1107
+ "output":{"shape":"UpdateScriptOutput"},
1108
+ "errors":[
1109
+ {"shape":"UnauthorizedException"},
1110
+ {"shape":"InvalidRequestException"},
1111
+ {"shape":"NotFoundException"},
1112
+ {"shape":"InternalServiceException"}
1113
+ ]
1114
+ },
1042
1115
  "ValidateMatchmakingRuleSet":{
1043
1116
  "name":"ValidateMatchmakingRuleSet",
1044
1117
  "http":{
@@ -1208,13 +1281,13 @@
1208
1281
  "type":"structure",
1209
1282
  "required":[
1210
1283
  "Name",
1211
- "BuildId",
1212
1284
  "EC2InstanceType"
1213
1285
  ],
1214
1286
  "members":{
1215
1287
  "Name":{"shape":"NonZeroAndMaxString"},
1216
1288
  "Description":{"shape":"NonZeroAndMaxString"},
1217
1289
  "BuildId":{"shape":"BuildId"},
1290
+ "ScriptId":{"shape":"ScriptId"},
1218
1291
  "ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
1219
1292
  "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
1220
1293
  "LogPaths":{"shape":"StringList"},
@@ -1357,6 +1430,21 @@
1357
1430
  "PlayerSessions":{"shape":"PlayerSessionList"}
1358
1431
  }
1359
1432
  },
1433
+ "CreateScriptInput":{
1434
+ "type":"structure",
1435
+ "members":{
1436
+ "Name":{"shape":"NonZeroAndMaxString"},
1437
+ "Version":{"shape":"NonZeroAndMaxString"},
1438
+ "StorageLocation":{"shape":"S3Location"},
1439
+ "ZipFile":{"shape":"ZipBlob"}
1440
+ }
1441
+ },
1442
+ "CreateScriptOutput":{
1443
+ "type":"structure",
1444
+ "members":{
1445
+ "Script":{"shape":"Script"}
1446
+ }
1447
+ },
1360
1448
  "CreateVpcPeeringAuthorizationInput":{
1361
1449
  "type":"structure",
1362
1450
  "required":[
@@ -1465,6 +1553,13 @@
1465
1553
  "FleetId":{"shape":"FleetId"}
1466
1554
  }
1467
1555
  },
1556
+ "DeleteScriptInput":{
1557
+ "type":"structure",
1558
+ "required":["ScriptId"],
1559
+ "members":{
1560
+ "ScriptId":{"shape":"ScriptId"}
1561
+ }
1562
+ },
1468
1563
  "DeleteVpcPeeringAuthorizationInput":{
1469
1564
  "type":"structure",
1470
1565
  "required":[
@@ -1785,6 +1880,19 @@
1785
1880
  "NextToken":{"shape":"NonZeroAndMaxString"}
1786
1881
  }
1787
1882
  },
1883
+ "DescribeScriptInput":{
1884
+ "type":"structure",
1885
+ "required":["ScriptId"],
1886
+ "members":{
1887
+ "ScriptId":{"shape":"ScriptId"}
1888
+ }
1889
+ },
1890
+ "DescribeScriptOutput":{
1891
+ "type":"structure",
1892
+ "members":{
1893
+ "Script":{"shape":"Script"}
1894
+ }
1895
+ },
1788
1896
  "DescribeVpcPeeringAuthorizationsInput":{
1789
1897
  "type":"structure",
1790
1898
  "members":{
@@ -1960,6 +2068,7 @@
1960
2068
  "TerminationTime":{"shape":"Timestamp"},
1961
2069
  "Status":{"shape":"FleetStatus"},
1962
2070
  "BuildId":{"shape":"BuildId"},
2071
+ "ScriptId":{"shape":"ScriptId"},
1963
2072
  "ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
1964
2073
  "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
1965
2074
  "LogPaths":{"shape":"StringList"},
@@ -2399,6 +2508,7 @@
2399
2508
  "type":"structure",
2400
2509
  "members":{
2401
2510
  "BuildId":{"shape":"BuildId"},
2511
+ "ScriptId":{"shape":"ScriptId"},
2402
2512
  "Limit":{"shape":"PositiveInteger"},
2403
2513
  "NextToken":{"shape":"NonZeroAndMaxString"}
2404
2514
  }
@@ -2410,6 +2520,20 @@
2410
2520
  "NextToken":{"shape":"NonZeroAndMaxString"}
2411
2521
  }
2412
2522
  },
2523
+ "ListScriptsInput":{
2524
+ "type":"structure",
2525
+ "members":{
2526
+ "Limit":{"shape":"PositiveInteger"},
2527
+ "NextToken":{"shape":"NonEmptyString"}
2528
+ }
2529
+ },
2530
+ "ListScriptsOutput":{
2531
+ "type":"structure",
2532
+ "members":{
2533
+ "Scripts":{"shape":"ScriptList"},
2534
+ "NextToken":{"shape":"NonEmptyString"}
2535
+ }
2536
+ },
2413
2537
  "MatchedPlayerSession":{
2414
2538
  "type":"structure",
2415
2539
  "members":{
@@ -2819,7 +2943,8 @@
2819
2943
  "members":{
2820
2944
  "Bucket":{"shape":"NonEmptyString"},
2821
2945
  "Key":{"shape":"NonEmptyString"},
2822
- "RoleArn":{"shape":"NonEmptyString"}
2946
+ "RoleArn":{"shape":"NonEmptyString"},
2947
+ "ObjectVersion":{"shape":"NonEmptyString"}
2823
2948
  }
2824
2949
  },
2825
2950
  "ScalingAdjustmentType":{
@@ -2862,6 +2987,25 @@
2862
2987
  "ERROR"
2863
2988
  ]
2864
2989
  },
2990
+ "Script":{
2991
+ "type":"structure",
2992
+ "members":{
2993
+ "ScriptId":{"shape":"ScriptId"},
2994
+ "Name":{"shape":"NonZeroAndMaxString"},
2995
+ "Version":{"shape":"NonZeroAndMaxString"},
2996
+ "SizeOnDisk":{"shape":"PositiveLong"},
2997
+ "CreationTime":{"shape":"Timestamp"},
2998
+ "StorageLocation":{"shape":"S3Location"}
2999
+ }
3000
+ },
3001
+ "ScriptId":{
3002
+ "type":"string",
3003
+ "pattern":"^script-\\S+|^arn:.*script-\\S+"
3004
+ },
3005
+ "ScriptList":{
3006
+ "type":"list",
3007
+ "member":{"shape":"Script"}
3008
+ },
2865
3009
  "SearchGameSessionsInput":{
2866
3010
  "type":"structure",
2867
3011
  "members":{
@@ -3216,6 +3360,23 @@
3216
3360
  "RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
3217
3361
  }
3218
3362
  },
3363
+ "UpdateScriptInput":{
3364
+ "type":"structure",
3365
+ "required":["ScriptId"],
3366
+ "members":{
3367
+ "ScriptId":{"shape":"ScriptId"},
3368
+ "Name":{"shape":"NonZeroAndMaxString"},
3369
+ "Version":{"shape":"NonZeroAndMaxString"},
3370
+ "StorageLocation":{"shape":"S3Location"},
3371
+ "ZipFile":{"shape":"ZipBlob"}
3372
+ }
3373
+ },
3374
+ "UpdateScriptOutput":{
3375
+ "type":"structure",
3376
+ "members":{
3377
+ "Script":{"shape":"Script"}
3378
+ }
3379
+ },
3219
3380
  "ValidateMatchmakingRuleSetInput":{
3220
3381
  "type":"structure",
3221
3382
  "required":["RuleSetBody"],
@@ -3268,6 +3429,10 @@
3268
3429
  "WholeNumber":{
3269
3430
  "type":"integer",
3270
3431
  "min":0
3432
+ },
3433
+ "ZipBlob":{
3434
+ "type":"blob",
3435
+ "max":5000000
3271
3436
  }
3272
3437
  }
3273
3438
  }
@@ -689,7 +689,7 @@
689
689
  "AgentIdList":{
690
690
  "type":"list",
691
691
  "member":{"shape":"AgentId"},
692
- "max":500,
692
+ "max":99,
693
693
  "min":0
694
694
  },
695
695
  "AgentPreview":{
@@ -269,6 +269,22 @@
269
269
  {"shape":"ResourceNotFoundException"}
270
270
  ]
271
271
  },
272
+ "GetLayerVersionByArn":{
273
+ "name":"GetLayerVersionByArn",
274
+ "http":{
275
+ "method":"GET",
276
+ "requestUri":"/2018-10-31/layers?find=LayerVersion",
277
+ "responseCode":200
278
+ },
279
+ "input":{"shape":"GetLayerVersionByArnRequest"},
280
+ "output":{"shape":"GetLayerVersionResponse"},
281
+ "errors":[
282
+ {"shape":"ServiceException"},
283
+ {"shape":"InvalidParameterValueException"},
284
+ {"shape":"TooManyRequestsException"},
285
+ {"shape":"ResourceNotFoundException"}
286
+ ]
287
+ },
272
288
  "GetLayerVersionPolicy":{
273
289
  "name":"GetLayerVersionPolicy",
274
290
  "http":{
@@ -1209,6 +1225,17 @@
1209
1225
  "Concurrency":{"shape":"Concurrency"}
1210
1226
  }
1211
1227
  },
1228
+ "GetLayerVersionByArnRequest":{
1229
+ "type":"structure",
1230
+ "required":["Arn"],
1231
+ "members":{
1232
+ "Arn":{
1233
+ "shape":"LayerVersionArn",
1234
+ "location":"querystring",
1235
+ "locationName":"Arn"
1236
+ }
1237
+ }
1238
+ },
1212
1239
  "GetLayerVersionPolicyRequest":{
1213
1240
  "type":"structure",
1214
1241
  "required":[
data/endpoints.json CHANGED
@@ -10,6 +10,9 @@
10
10
  "partitionName" : "AWS Standard",
11
11
  "regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
12
12
  "regions" : {
13
+ "ap-east-1" : {
14
+ "description" : "Asia Pacific (Hong Kong)"
15
+ },
13
16
  "ap-northeast-1" : {
14
17
  "description" : "Asia Pacific (Tokyo)"
15
18
  },
@@ -67,6 +70,7 @@
67
70
  },
68
71
  "acm" : {
69
72
  "endpoints" : {
73
+ "ap-east-1" : { },
70
74
  "ap-northeast-1" : { },
71
75
  "ap-northeast-2" : { },
72
76
  "ap-south-1" : { },
@@ -109,6 +113,12 @@
109
113
  },
110
114
  "api.ecr" : {
111
115
  "endpoints" : {
116
+ "ap-east-1" : {
117
+ "credentialScope" : {
118
+ "region" : "ap-east-1"
119
+ },
120
+ "hostname" : "api.ecr.ap-east-1.amazonaws.com"
121
+ },
112
122
  "ap-northeast-1" : {
113
123
  "credentialScope" : {
114
124
  "region" : "ap-northeast-1"
@@ -271,6 +281,7 @@
271
281
  },
272
282
  "apigateway" : {
273
283
  "endpoints" : {
284
+ "ap-east-1" : { },
274
285
  "ap-northeast-1" : { },
275
286
  "ap-northeast-2" : { },
276
287
  "ap-south-1" : { },
@@ -298,6 +309,7 @@
298
309
  "protocols" : [ "http", "https" ]
299
310
  },
300
311
  "endpoints" : {
312
+ "ap-east-1" : { },
301
313
  "ap-northeast-1" : { },
302
314
  "ap-northeast-2" : { },
303
315
  "ap-south-1" : { },
@@ -370,6 +382,7 @@
370
382
  "protocols" : [ "http", "https" ]
371
383
  },
372
384
  "endpoints" : {
385
+ "ap-east-1" : { },
373
386
  "ap-northeast-1" : { },
374
387
  "ap-northeast-2" : { },
375
388
  "ap-south-1" : { },
@@ -498,6 +511,7 @@
498
511
  },
499
512
  "cloudformation" : {
500
513
  "endpoints" : {
514
+ "ap-east-1" : { },
501
515
  "ap-northeast-1" : { },
502
516
  "ap-northeast-2" : { },
503
517
  "ap-south-1" : { },
@@ -583,6 +597,7 @@
583
597
  },
584
598
  "cloudtrail" : {
585
599
  "endpoints" : {
600
+ "ap-east-1" : { },
586
601
  "ap-northeast-1" : { },
587
602
  "ap-northeast-2" : { },
588
603
  "ap-south-1" : { },
@@ -821,6 +836,7 @@
821
836
  },
822
837
  "config" : {
823
838
  "endpoints" : {
839
+ "ap-east-1" : { },
824
840
  "ap-northeast-1" : { },
825
841
  "ap-northeast-2" : { },
826
842
  "ap-south-1" : { },
@@ -935,6 +951,7 @@
935
951
  },
936
952
  "dms" : {
937
953
  "endpoints" : {
954
+ "ap-east-1" : { },
938
955
  "ap-northeast-1" : { },
939
956
  "ap-northeast-2" : { },
940
957
  "ap-south-1" : { },
@@ -1010,6 +1027,7 @@
1010
1027
  "protocols" : [ "http", "https" ]
1011
1028
  },
1012
1029
  "endpoints" : {
1030
+ "ap-east-1" : { },
1013
1031
  "ap-northeast-1" : { },
1014
1032
  "ap-northeast-2" : { },
1015
1033
  "ap-south-1" : { },
@@ -1040,6 +1058,7 @@
1040
1058
  "protocols" : [ "http", "https" ]
1041
1059
  },
1042
1060
  "endpoints" : {
1061
+ "ap-east-1" : { },
1043
1062
  "ap-northeast-1" : { },
1044
1063
  "ap-northeast-2" : { },
1045
1064
  "ap-south-1" : { },
@@ -1060,6 +1079,7 @@
1060
1079
  },
1061
1080
  "ecs" : {
1062
1081
  "endpoints" : {
1082
+ "ap-east-1" : { },
1063
1083
  "ap-northeast-1" : { },
1064
1084
  "ap-northeast-2" : { },
1065
1085
  "ap-south-1" : { },
@@ -1080,6 +1100,7 @@
1080
1100
  },
1081
1101
  "elasticache" : {
1082
1102
  "endpoints" : {
1103
+ "ap-east-1" : { },
1083
1104
  "ap-northeast-1" : { },
1084
1105
  "ap-northeast-2" : { },
1085
1106
  "ap-south-1" : { },
@@ -1144,6 +1165,7 @@
1144
1165
  "protocols" : [ "https" ]
1145
1166
  },
1146
1167
  "endpoints" : {
1168
+ "ap-east-1" : { },
1147
1169
  "ap-northeast-1" : { },
1148
1170
  "ap-northeast-2" : { },
1149
1171
  "ap-south-1" : { },
@@ -1168,6 +1190,7 @@
1168
1190
  "sslCommonName" : "{region}.{service}.{dnsSuffix}"
1169
1191
  },
1170
1192
  "endpoints" : {
1193
+ "ap-east-1" : { },
1171
1194
  "ap-northeast-1" : { },
1172
1195
  "ap-northeast-2" : { },
1173
1196
  "ap-south-1" : { },
@@ -1222,6 +1245,7 @@
1222
1245
  },
1223
1246
  "es" : {
1224
1247
  "endpoints" : {
1248
+ "ap-east-1" : { },
1225
1249
  "ap-northeast-1" : { },
1226
1250
  "ap-northeast-2" : { },
1227
1251
  "ap-south-1" : { },
@@ -1248,6 +1272,7 @@
1248
1272
  },
1249
1273
  "events" : {
1250
1274
  "endpoints" : {
1275
+ "ap-east-1" : { },
1251
1276
  "ap-northeast-1" : { },
1252
1277
  "ap-northeast-2" : { },
1253
1278
  "ap-south-1" : { },
@@ -1332,6 +1357,7 @@
1332
1357
  "protocols" : [ "http", "https" ]
1333
1358
  },
1334
1359
  "endpoints" : {
1360
+ "ap-east-1" : { },
1335
1361
  "ap-northeast-1" : { },
1336
1362
  "ap-northeast-2" : { },
1337
1363
  "ap-south-1" : { },
@@ -1482,6 +1508,7 @@
1482
1508
  },
1483
1509
  "kinesis" : {
1484
1510
  "endpoints" : {
1511
+ "ap-east-1" : { },
1485
1512
  "ap-northeast-1" : { },
1486
1513
  "ap-northeast-2" : { },
1487
1514
  "ap-south-1" : { },
@@ -1527,6 +1554,7 @@
1527
1554
  },
1528
1555
  "hostname" : "kms-fips.ca-central-1.amazonaws.com"
1529
1556
  },
1557
+ "ap-east-1" : { },
1530
1558
  "ap-northeast-1" : { },
1531
1559
  "ap-northeast-2" : { },
1532
1560
  "ap-south-1" : { },
@@ -1547,6 +1575,7 @@
1547
1575
  },
1548
1576
  "lambda" : {
1549
1577
  "endpoints" : {
1578
+ "ap-east-1" : { },
1550
1579
  "ap-northeast-1" : { },
1551
1580
  "ap-northeast-2" : { },
1552
1581
  "ap-south-1" : { },
@@ -1599,6 +1628,7 @@
1599
1628
  },
1600
1629
  "logs" : {
1601
1630
  "endpoints" : {
1631
+ "ap-east-1" : { },
1602
1632
  "ap-northeast-1" : { },
1603
1633
  "ap-northeast-2" : { },
1604
1634
  "ap-south-1" : { },
@@ -1713,6 +1743,7 @@
1713
1743
  }
1714
1744
  },
1715
1745
  "endpoints" : {
1746
+ "ap-east-1" : { },
1716
1747
  "ap-northeast-1" : { },
1717
1748
  "ap-northeast-2" : { },
1718
1749
  "ap-south-1" : { },
@@ -1758,6 +1789,7 @@
1758
1789
  "protocols" : [ "http", "https" ]
1759
1790
  },
1760
1791
  "endpoints" : {
1792
+ "ap-east-1" : { },
1761
1793
  "ap-northeast-1" : { },
1762
1794
  "ap-northeast-2" : { },
1763
1795
  "ap-south-1" : { },
@@ -1903,15 +1935,10 @@
1903
1935
  "region" : "us-east-1"
1904
1936
  },
1905
1937
  "hostname" : "organizations.us-east-1.amazonaws.com"
1906
- },
1907
- "aws-us-gov-global" : {
1908
- "credentialScope" : {
1909
- "region" : "us-gov-west-1"
1910
- },
1911
- "hostname" : "organizations.us-gov-west-1.amazonaws.com"
1912
1938
  }
1913
1939
  },
1914
- "isRegionalized" : false
1940
+ "isRegionalized" : false,
1941
+ "partitionEndpoint" : "aws-global"
1915
1942
  },
1916
1943
  "pinpoint" : {
1917
1944
  "defaults" : {
@@ -1920,6 +1947,8 @@
1920
1947
  }
1921
1948
  },
1922
1949
  "endpoints" : {
1950
+ "ap-south-1" : { },
1951
+ "ap-southeast-2" : { },
1923
1952
  "eu-central-1" : { },
1924
1953
  "eu-west-1" : { },
1925
1954
  "us-east-1" : { },
@@ -1948,6 +1977,7 @@
1948
1977
  },
1949
1978
  "rds" : {
1950
1979
  "endpoints" : {
1980
+ "ap-east-1" : { },
1951
1981
  "ap-northeast-1" : { },
1952
1982
  "ap-northeast-2" : { },
1953
1983
  "ap-south-1" : { },
@@ -1970,6 +2000,7 @@
1970
2000
  },
1971
2001
  "redshift" : {
1972
2002
  "endpoints" : {
2003
+ "ap-east-1" : { },
1973
2004
  "ap-northeast-1" : { },
1974
2005
  "ap-northeast-2" : { },
1975
2006
  "ap-south-1" : { },
@@ -2002,6 +2033,7 @@
2002
2033
  },
2003
2034
  "resource-groups" : {
2004
2035
  "endpoints" : {
2036
+ "ap-east-1" : { },
2005
2037
  "ap-northeast-1" : { },
2006
2038
  "ap-northeast-2" : { },
2007
2039
  "ap-south-1" : { },
@@ -2022,6 +2054,7 @@
2022
2054
  },
2023
2055
  "robomaker" : {
2024
2056
  "endpoints" : {
2057
+ "ap-northeast-1" : { },
2025
2058
  "eu-west-1" : { },
2026
2059
  "us-east-1" : { },
2027
2060
  "us-west-2" : { }
@@ -2100,6 +2133,7 @@
2100
2133
  "signatureVersions" : [ "s3v4" ]
2101
2134
  },
2102
2135
  "endpoints" : {
2136
+ "ap-east-1" : { },
2103
2137
  "ap-northeast-1" : {
2104
2138
  "hostname" : "s3.ap-northeast-1.amazonaws.com",
2105
2139
  "signatureVersions" : [ "s3", "s3v4" ]
@@ -2551,6 +2585,7 @@
2551
2585
  "protocols" : [ "http", "https" ]
2552
2586
  },
2553
2587
  "endpoints" : {
2588
+ "ap-east-1" : { },
2554
2589
  "ap-northeast-1" : { },
2555
2590
  "ap-northeast-2" : { },
2556
2591
  "ap-south-1" : { },
@@ -2575,6 +2610,7 @@
2575
2610
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
2576
2611
  },
2577
2612
  "endpoints" : {
2613
+ "ap-east-1" : { },
2578
2614
  "ap-northeast-1" : { },
2579
2615
  "ap-northeast-2" : { },
2580
2616
  "ap-south-1" : { },
@@ -2621,6 +2657,7 @@
2621
2657
  },
2622
2658
  "ssm" : {
2623
2659
  "endpoints" : {
2660
+ "ap-east-1" : { },
2624
2661
  "ap-northeast-1" : { },
2625
2662
  "ap-northeast-2" : { },
2626
2663
  "ap-south-1" : { },
@@ -2641,6 +2678,7 @@
2641
2678
  },
2642
2679
  "states" : {
2643
2680
  "endpoints" : {
2681
+ "ap-east-1" : { },
2644
2682
  "ap-northeast-1" : { },
2645
2683
  "ap-northeast-2" : { },
2646
2684
  "ap-south-1" : { },
@@ -2720,6 +2758,12 @@
2720
2758
  "hostname" : "sts.amazonaws.com"
2721
2759
  },
2722
2760
  "endpoints" : {
2761
+ "ap-east-1" : {
2762
+ "credentialScope" : {
2763
+ "region" : "ap-east-1"
2764
+ },
2765
+ "hostname" : "sts.ap-east-1.amazonaws.com"
2766
+ },
2723
2767
  "ap-northeast-1" : { },
2724
2768
  "ap-northeast-2" : {
2725
2769
  "credentialScope" : {
@@ -2776,6 +2820,7 @@
2776
2820
  },
2777
2821
  "swf" : {
2778
2822
  "endpoints" : {
2823
+ "ap-east-1" : { },
2779
2824
  "ap-northeast-1" : { },
2780
2825
  "ap-northeast-2" : { },
2781
2826
  "ap-south-1" : { },
@@ -2796,6 +2841,7 @@
2796
2841
  },
2797
2842
  "tagging" : {
2798
2843
  "endpoints" : {
2844
+ "ap-east-1" : { },
2799
2845
  "ap-northeast-1" : { },
2800
2846
  "ap-northeast-2" : { },
2801
2847
  "ap-south-1" : { },
@@ -2837,6 +2883,8 @@
2837
2883
  "protocols" : [ "https" ]
2838
2884
  },
2839
2885
  "endpoints" : {
2886
+ "ap-northeast-2" : { },
2887
+ "eu-central-1" : { },
2840
2888
  "eu-west-1" : { },
2841
2889
  "us-east-1" : { },
2842
2890
  "us-east-1-fips" : {
@@ -3714,23 +3762,6 @@
3714
3762
  "us-gov-west-1" : { }
3715
3763
  }
3716
3764
  },
3717
- "organizations" : {
3718
- "endpoints" : {
3719
- "aws-global" : {
3720
- "credentialScope" : {
3721
- "region" : "us-east-1"
3722
- },
3723
- "hostname" : "organizations.us-east-1.amazonaws.com"
3724
- },
3725
- "aws-us-gov-global" : {
3726
- "credentialScope" : {
3727
- "region" : "us-gov-west-1"
3728
- },
3729
- "hostname" : "organizations.us-gov-west-1.amazonaws.com"
3730
- }
3731
- },
3732
- "isRegionalized" : false
3733
- },
3734
3765
  "polly" : {
3735
3766
  "endpoints" : {
3736
3767
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.261'
2
+ VERSION = '2.11.262'
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.261
4
+ version: 2.11.262
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: 2019-04-24 00:00:00.000000000 Z
11
+ date: 2019-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath