aws-sdk-core 2.11.589 → 2.11.590
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 +4 -4
- data/apis/eventbridge/2015-10-07/api-2.json +45 -1
- data/apis/events/2015-10-07/api-2.json +45 -1
- data/apis/glue/2017-03-31/api-2.json +64 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +71 -4
- data/apis/resource-groups/2017-11-27/paginators-1.json +6 -3
- data/endpoints.json +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 851c4ee66ec97b266fe4c5d83da5c48d6a313b02b0ae26efe7a90531072fa1d7
|
|
4
|
+
data.tar.gz: 1c2213f766d8d6bdb4a7b14e04dc41e47e04f856c7d9aab2a15a0eb5f3fa7559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d7c3605769268bacf02b1311a7e767c7d51e17a5fa804d62b7eb52f7d72e0e0fe2b144b05fe9eca4550e3a62aa9a5f008ce5330c83051315b4ce724b0c426a2
|
|
7
|
+
data.tar.gz: a13e186e19b1d49a348fac1bc52cdfbbafe7d9bea8fc0a3084725737b0f43cd26e29846ebb9a793b0f93ed9001460790b9b53875837bebbf5ca1dc3f5f4958fa
|
|
@@ -563,6 +563,18 @@
|
|
|
563
563
|
"EventSourceArn":{"shape":"String"}
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
|
+
"Database":{
|
|
567
|
+
"type":"string",
|
|
568
|
+
"max":64,
|
|
569
|
+
"min":1,
|
|
570
|
+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
571
|
+
},
|
|
572
|
+
"DbUser":{
|
|
573
|
+
"type":"string",
|
|
574
|
+
"max":128,
|
|
575
|
+
"min":1,
|
|
576
|
+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
577
|
+
},
|
|
566
578
|
"DeactivateEventSourceRequest":{
|
|
567
579
|
"type":"structure",
|
|
568
580
|
"required":["Name"],
|
|
@@ -1218,6 +1230,27 @@
|
|
|
1218
1230
|
"max":512,
|
|
1219
1231
|
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
|
|
1220
1232
|
},
|
|
1233
|
+
"RedshiftDataParameters":{
|
|
1234
|
+
"type":"structure",
|
|
1235
|
+
"required":[
|
|
1236
|
+
"Database",
|
|
1237
|
+
"Sql"
|
|
1238
|
+
],
|
|
1239
|
+
"members":{
|
|
1240
|
+
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
|
|
1241
|
+
"Database":{"shape":"Database"},
|
|
1242
|
+
"DbUser":{"shape":"DbUser"},
|
|
1243
|
+
"Sql":{"shape":"Sql"},
|
|
1244
|
+
"StatementName":{"shape":"StatementName"},
|
|
1245
|
+
"WithEvent":{"shape":"Boolean"}
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"RedshiftSecretManagerArn":{
|
|
1249
|
+
"type":"string",
|
|
1250
|
+
"max":1600,
|
|
1251
|
+
"min":1,
|
|
1252
|
+
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
1253
|
+
},
|
|
1221
1254
|
"RemovePermissionRequest":{
|
|
1222
1255
|
"type":"structure",
|
|
1223
1256
|
"required":["StatementId"],
|
|
@@ -1364,6 +1397,11 @@
|
|
|
1364
1397
|
"type":"string",
|
|
1365
1398
|
"max":256
|
|
1366
1399
|
},
|
|
1400
|
+
"Sql":{
|
|
1401
|
+
"type":"string",
|
|
1402
|
+
"max":100000,
|
|
1403
|
+
"min":1
|
|
1404
|
+
},
|
|
1367
1405
|
"SqsParameters":{
|
|
1368
1406
|
"type":"structure",
|
|
1369
1407
|
"members":{
|
|
@@ -1376,6 +1414,11 @@
|
|
|
1376
1414
|
"min":1,
|
|
1377
1415
|
"pattern":"[a-zA-Z0-9-_]+"
|
|
1378
1416
|
},
|
|
1417
|
+
"StatementName":{
|
|
1418
|
+
"type":"string",
|
|
1419
|
+
"max":500,
|
|
1420
|
+
"min":1
|
|
1421
|
+
},
|
|
1379
1422
|
"String":{"type":"string"},
|
|
1380
1423
|
"StringList":{
|
|
1381
1424
|
"type":"list",
|
|
@@ -1444,7 +1487,8 @@
|
|
|
1444
1487
|
"EcsParameters":{"shape":"EcsParameters"},
|
|
1445
1488
|
"BatchParameters":{"shape":"BatchParameters"},
|
|
1446
1489
|
"SqsParameters":{"shape":"SqsParameters"},
|
|
1447
|
-
"HttpParameters":{"shape":"HttpParameters"}
|
|
1490
|
+
"HttpParameters":{"shape":"HttpParameters"},
|
|
1491
|
+
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
|
|
1448
1492
|
}
|
|
1449
1493
|
},
|
|
1450
1494
|
"TargetArn":{
|
|
@@ -563,6 +563,18 @@
|
|
|
563
563
|
"EventSourceArn":{"shape":"String"}
|
|
564
564
|
}
|
|
565
565
|
},
|
|
566
|
+
"Database":{
|
|
567
|
+
"type":"string",
|
|
568
|
+
"max":64,
|
|
569
|
+
"min":1,
|
|
570
|
+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
571
|
+
},
|
|
572
|
+
"DbUser":{
|
|
573
|
+
"type":"string",
|
|
574
|
+
"max":128,
|
|
575
|
+
"min":1,
|
|
576
|
+
"pattern":"([a-zA-Z0-9]+)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
577
|
+
},
|
|
566
578
|
"DeactivateEventSourceRequest":{
|
|
567
579
|
"type":"structure",
|
|
568
580
|
"required":["Name"],
|
|
@@ -1218,6 +1230,27 @@
|
|
|
1218
1230
|
"max":512,
|
|
1219
1231
|
"pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
|
|
1220
1232
|
},
|
|
1233
|
+
"RedshiftDataParameters":{
|
|
1234
|
+
"type":"structure",
|
|
1235
|
+
"required":[
|
|
1236
|
+
"Database",
|
|
1237
|
+
"Sql"
|
|
1238
|
+
],
|
|
1239
|
+
"members":{
|
|
1240
|
+
"SecretManagerArn":{"shape":"RedshiftSecretManagerArn"},
|
|
1241
|
+
"Database":{"shape":"Database"},
|
|
1242
|
+
"DbUser":{"shape":"DbUser"},
|
|
1243
|
+
"Sql":{"shape":"Sql"},
|
|
1244
|
+
"StatementName":{"shape":"StatementName"},
|
|
1245
|
+
"WithEvent":{"shape":"Boolean"}
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
"RedshiftSecretManagerArn":{
|
|
1249
|
+
"type":"string",
|
|
1250
|
+
"max":1600,
|
|
1251
|
+
"min":1,
|
|
1252
|
+
"pattern":"(^arn:aws([a-z]|\\-)*:secretsmanager:[a-z0-9-.]+:.*)|(\\$(\\.[\\w_-]+(\\[(\\d+|\\*)\\])*)*)"
|
|
1253
|
+
},
|
|
1221
1254
|
"RemovePermissionRequest":{
|
|
1222
1255
|
"type":"structure",
|
|
1223
1256
|
"required":["StatementId"],
|
|
@@ -1364,6 +1397,11 @@
|
|
|
1364
1397
|
"type":"string",
|
|
1365
1398
|
"max":256
|
|
1366
1399
|
},
|
|
1400
|
+
"Sql":{
|
|
1401
|
+
"type":"string",
|
|
1402
|
+
"max":100000,
|
|
1403
|
+
"min":1
|
|
1404
|
+
},
|
|
1367
1405
|
"SqsParameters":{
|
|
1368
1406
|
"type":"structure",
|
|
1369
1407
|
"members":{
|
|
@@ -1376,6 +1414,11 @@
|
|
|
1376
1414
|
"min":1,
|
|
1377
1415
|
"pattern":"[a-zA-Z0-9-_]+"
|
|
1378
1416
|
},
|
|
1417
|
+
"StatementName":{
|
|
1418
|
+
"type":"string",
|
|
1419
|
+
"max":500,
|
|
1420
|
+
"min":1
|
|
1421
|
+
},
|
|
1379
1422
|
"String":{"type":"string"},
|
|
1380
1423
|
"StringList":{
|
|
1381
1424
|
"type":"list",
|
|
@@ -1444,7 +1487,8 @@
|
|
|
1444
1487
|
"EcsParameters":{"shape":"EcsParameters"},
|
|
1445
1488
|
"BatchParameters":{"shape":"BatchParameters"},
|
|
1446
1489
|
"SqsParameters":{"shape":"SqsParameters"},
|
|
1447
|
-
"HttpParameters":{"shape":"HttpParameters"}
|
|
1490
|
+
"HttpParameters":{"shape":"HttpParameters"},
|
|
1491
|
+
"RedshiftDataParameters":{"shape":"RedshiftDataParameters"}
|
|
1448
1492
|
}
|
|
1449
1493
|
},
|
|
1450
1494
|
"TargetArn":{
|
|
@@ -188,6 +188,22 @@
|
|
|
188
188
|
{"shape":"OperationTimeoutException"}
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
|
+
"BatchUpdatePartition":{
|
|
192
|
+
"name":"BatchUpdatePartition",
|
|
193
|
+
"http":{
|
|
194
|
+
"method":"POST",
|
|
195
|
+
"requestUri":"/"
|
|
196
|
+
},
|
|
197
|
+
"input":{"shape":"BatchUpdatePartitionRequest"},
|
|
198
|
+
"output":{"shape":"BatchUpdatePartitionResponse"},
|
|
199
|
+
"errors":[
|
|
200
|
+
{"shape":"InvalidInputException"},
|
|
201
|
+
{"shape":"EntityNotFoundException"},
|
|
202
|
+
{"shape":"OperationTimeoutException"},
|
|
203
|
+
{"shape":"InternalServiceException"},
|
|
204
|
+
{"shape":"GlueEncryptionException"}
|
|
205
|
+
]
|
|
206
|
+
},
|
|
191
207
|
"CancelMLTaskRun":{
|
|
192
208
|
"name":"CancelMLTaskRun",
|
|
193
209
|
"http":{
|
|
@@ -2352,6 +2368,54 @@
|
|
|
2352
2368
|
"type":"list",
|
|
2353
2369
|
"member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
|
|
2354
2370
|
},
|
|
2371
|
+
"BatchUpdatePartitionFailureEntry":{
|
|
2372
|
+
"type":"structure",
|
|
2373
|
+
"members":{
|
|
2374
|
+
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
|
|
2375
|
+
"ErrorDetail":{"shape":"ErrorDetail"}
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
"BatchUpdatePartitionFailureList":{
|
|
2379
|
+
"type":"list",
|
|
2380
|
+
"member":{"shape":"BatchUpdatePartitionFailureEntry"}
|
|
2381
|
+
},
|
|
2382
|
+
"BatchUpdatePartitionRequest":{
|
|
2383
|
+
"type":"structure",
|
|
2384
|
+
"required":[
|
|
2385
|
+
"DatabaseName",
|
|
2386
|
+
"TableName",
|
|
2387
|
+
"Entries"
|
|
2388
|
+
],
|
|
2389
|
+
"members":{
|
|
2390
|
+
"CatalogId":{"shape":"CatalogIdString"},
|
|
2391
|
+
"DatabaseName":{"shape":"NameString"},
|
|
2392
|
+
"TableName":{"shape":"NameString"},
|
|
2393
|
+
"Entries":{"shape":"BatchUpdatePartitionRequestEntryList"}
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
"BatchUpdatePartitionRequestEntry":{
|
|
2397
|
+
"type":"structure",
|
|
2398
|
+
"required":[
|
|
2399
|
+
"PartitionValueList",
|
|
2400
|
+
"PartitionInput"
|
|
2401
|
+
],
|
|
2402
|
+
"members":{
|
|
2403
|
+
"PartitionValueList":{"shape":"BoundedPartitionValueList"},
|
|
2404
|
+
"PartitionInput":{"shape":"PartitionInput"}
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
"BatchUpdatePartitionRequestEntryList":{
|
|
2408
|
+
"type":"list",
|
|
2409
|
+
"member":{"shape":"BatchUpdatePartitionRequestEntry"},
|
|
2410
|
+
"max":100,
|
|
2411
|
+
"min":1
|
|
2412
|
+
},
|
|
2413
|
+
"BatchUpdatePartitionResponse":{
|
|
2414
|
+
"type":"structure",
|
|
2415
|
+
"members":{
|
|
2416
|
+
"Errors":{"shape":"BatchUpdatePartitionFailureList"}
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2355
2419
|
"BinaryColumnStatisticsData":{
|
|
2356
2420
|
"type":"structure",
|
|
2357
2421
|
"required":[
|
|
@@ -195,6 +195,22 @@
|
|
|
195
195
|
],
|
|
196
196
|
"endpoint":{"hostPrefix":"monitor."}
|
|
197
197
|
},
|
|
198
|
+
"CreatePresignedPortalUrl":{
|
|
199
|
+
"name":"CreatePresignedPortalUrl",
|
|
200
|
+
"http":{
|
|
201
|
+
"method":"GET",
|
|
202
|
+
"requestUri":"/portals/{portalId}/presigned-url",
|
|
203
|
+
"responseCode":200
|
|
204
|
+
},
|
|
205
|
+
"input":{"shape":"CreatePresignedPortalUrlRequest"},
|
|
206
|
+
"output":{"shape":"CreatePresignedPortalUrlResponse"},
|
|
207
|
+
"errors":[
|
|
208
|
+
{"shape":"InvalidRequestException"},
|
|
209
|
+
{"shape":"InternalFailureException"},
|
|
210
|
+
{"shape":"ThrottlingException"}
|
|
211
|
+
],
|
|
212
|
+
"endpoint":{"hostPrefix":"monitor."}
|
|
213
|
+
},
|
|
198
214
|
"CreateProject":{
|
|
199
215
|
"name":"CreateProject",
|
|
200
216
|
"http":{
|
|
@@ -1297,6 +1313,13 @@
|
|
|
1297
1313
|
"defaultValue":{"shape":"DefaultValue"}
|
|
1298
1314
|
}
|
|
1299
1315
|
},
|
|
1316
|
+
"AuthMode":{
|
|
1317
|
+
"type":"string",
|
|
1318
|
+
"enum":[
|
|
1319
|
+
"IAM",
|
|
1320
|
+
"SSO"
|
|
1321
|
+
]
|
|
1322
|
+
},
|
|
1300
1323
|
"BatchAssociateProjectAssetsErrors":{
|
|
1301
1324
|
"type":"list",
|
|
1302
1325
|
"member":{"shape":"AssetErrorDetails"}
|
|
@@ -1611,7 +1634,8 @@
|
|
|
1611
1634
|
},
|
|
1612
1635
|
"portalLogoImageFile":{"shape":"ImageFile"},
|
|
1613
1636
|
"roleArn":{"shape":"ARN"},
|
|
1614
|
-
"tags":{"shape":"TagMap"}
|
|
1637
|
+
"tags":{"shape":"TagMap"},
|
|
1638
|
+
"portalAuthMode":{"shape":"AuthMode"}
|
|
1615
1639
|
}
|
|
1616
1640
|
},
|
|
1617
1641
|
"CreatePortalResponse":{
|
|
@@ -1631,6 +1655,29 @@
|
|
|
1631
1655
|
"ssoApplicationId":{"shape":"SSOApplicationId"}
|
|
1632
1656
|
}
|
|
1633
1657
|
},
|
|
1658
|
+
"CreatePresignedPortalUrlRequest":{
|
|
1659
|
+
"type":"structure",
|
|
1660
|
+
"required":["portalId"],
|
|
1661
|
+
"members":{
|
|
1662
|
+
"portalId":{
|
|
1663
|
+
"shape":"ID",
|
|
1664
|
+
"location":"uri",
|
|
1665
|
+
"locationName":"portalId"
|
|
1666
|
+
},
|
|
1667
|
+
"sessionDurationSeconds":{
|
|
1668
|
+
"shape":"SessionDurationSeconds",
|
|
1669
|
+
"location":"querystring",
|
|
1670
|
+
"locationName":"sessionDurationSeconds"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"CreatePresignedPortalUrlResponse":{
|
|
1675
|
+
"type":"structure",
|
|
1676
|
+
"required":["presignedPortalUrl"],
|
|
1677
|
+
"members":{
|
|
1678
|
+
"presignedPortalUrl":{"shape":"Url"}
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1634
1681
|
"CreateProjectRequest":{
|
|
1635
1682
|
"type":"structure",
|
|
1636
1683
|
"required":[
|
|
@@ -2122,7 +2169,8 @@
|
|
|
2122
2169
|
"portalCreationDate":{"shape":"Timestamp"},
|
|
2123
2170
|
"portalLastUpdateDate":{"shape":"Timestamp"},
|
|
2124
2171
|
"portalLogoImageLocation":{"shape":"ImageLocation"},
|
|
2125
|
-
"roleArn":{"shape":"ARN"}
|
|
2172
|
+
"roleArn":{"shape":"ARN"},
|
|
2173
|
+
"portalAuthMode":{"shape":"AuthMode"}
|
|
2126
2174
|
}
|
|
2127
2175
|
},
|
|
2128
2176
|
"DescribeProjectRequest":{
|
|
@@ -2450,6 +2498,13 @@
|
|
|
2450
2498
|
"id":{"shape":"IdentityId"}
|
|
2451
2499
|
}
|
|
2452
2500
|
},
|
|
2501
|
+
"IAMUserIdentity":{
|
|
2502
|
+
"type":"structure",
|
|
2503
|
+
"required":["arn"],
|
|
2504
|
+
"members":{
|
|
2505
|
+
"arn":{"shape":"ARN"}
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2453
2508
|
"ID":{
|
|
2454
2509
|
"type":"string",
|
|
2455
2510
|
"max":36,
|
|
@@ -2466,7 +2521,8 @@
|
|
|
2466
2521
|
"type":"structure",
|
|
2467
2522
|
"members":{
|
|
2468
2523
|
"user":{"shape":"UserIdentity"},
|
|
2469
|
-
"group":{"shape":"GroupIdentity"}
|
|
2524
|
+
"group":{"shape":"GroupIdentity"},
|
|
2525
|
+
"iamUser":{"shape":"IAMUserIdentity"}
|
|
2470
2526
|
}
|
|
2471
2527
|
},
|
|
2472
2528
|
"IdentityId":{
|
|
@@ -2479,7 +2535,8 @@
|
|
|
2479
2535
|
"type":"string",
|
|
2480
2536
|
"enum":[
|
|
2481
2537
|
"USER",
|
|
2482
|
-
"GROUP"
|
|
2538
|
+
"GROUP",
|
|
2539
|
+
"IAM"
|
|
2483
2540
|
]
|
|
2484
2541
|
},
|
|
2485
2542
|
"Image":{
|
|
@@ -2577,6 +2634,11 @@
|
|
|
2577
2634
|
"location":"querystring",
|
|
2578
2635
|
"locationName":"resourceId"
|
|
2579
2636
|
},
|
|
2637
|
+
"iamArn":{
|
|
2638
|
+
"shape":"ARN",
|
|
2639
|
+
"location":"querystring",
|
|
2640
|
+
"locationName":"iamArn"
|
|
2641
|
+
},
|
|
2580
2642
|
"nextToken":{
|
|
2581
2643
|
"shape":"NextToken",
|
|
2582
2644
|
"location":"querystring",
|
|
@@ -3197,6 +3259,11 @@
|
|
|
3197
3259
|
"exception":true,
|
|
3198
3260
|
"fault":true
|
|
3199
3261
|
},
|
|
3262
|
+
"SessionDurationSeconds":{
|
|
3263
|
+
"type":"integer",
|
|
3264
|
+
"max":43200,
|
|
3265
|
+
"min":900
|
|
3266
|
+
},
|
|
3200
3267
|
"TagKey":{
|
|
3201
3268
|
"type":"string",
|
|
3202
3269
|
"max":128,
|
|
@@ -3,17 +3,20 @@
|
|
|
3
3
|
"ListGroupResources": {
|
|
4
4
|
"input_token": "NextToken",
|
|
5
5
|
"output_token": "NextToken",
|
|
6
|
-
"limit_key": "MaxResults"
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "ResourceIdentifiers"
|
|
7
8
|
},
|
|
8
9
|
"ListGroups": {
|
|
9
10
|
"input_token": "NextToken",
|
|
10
11
|
"output_token": "NextToken",
|
|
11
|
-
"limit_key": "MaxResults"
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "GroupIdentifiers"
|
|
12
14
|
},
|
|
13
15
|
"SearchResources": {
|
|
14
16
|
"input_token": "NextToken",
|
|
15
17
|
"output_token": "NextToken",
|
|
16
|
-
"limit_key": "MaxResults"
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "ResourceIdentifiers"
|
|
17
20
|
}
|
|
18
21
|
}
|
|
19
22
|
}
|
data/endpoints.json
CHANGED
|
@@ -2067,6 +2067,7 @@
|
|
|
2067
2067
|
"sa-east-1" : { },
|
|
2068
2068
|
"us-east-1" : { },
|
|
2069
2069
|
"us-east-2" : { },
|
|
2070
|
+
"us-west-1" : { },
|
|
2070
2071
|
"us-west-2" : { }
|
|
2071
2072
|
}
|
|
2072
2073
|
},
|
|
@@ -5351,6 +5352,12 @@
|
|
|
5351
5352
|
},
|
|
5352
5353
|
"hostname" : "snowball-fips.ap-northeast-2.amazonaws.com"
|
|
5353
5354
|
},
|
|
5355
|
+
"fips-ap-northeast-3" : {
|
|
5356
|
+
"credentialScope" : {
|
|
5357
|
+
"region" : "ap-northeast-3"
|
|
5358
|
+
},
|
|
5359
|
+
"hostname" : "snowball-fips.ap-northeast-3.amazonaws.com"
|
|
5360
|
+
},
|
|
5354
5361
|
"fips-ap-south-1" : {
|
|
5355
5362
|
"credentialScope" : {
|
|
5356
5363
|
"region" : "ap-south-1"
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.11.590
|
|
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: 2020-09-
|
|
11
|
+
date: 2020-09-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|