aws-sdk-core 2.6.18 → 2.6.19

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: 97c3aac1a9a6efaed5835a38cad090c6d3afb366
4
- data.tar.gz: 29990377f0a2c948545739f72a35cacd0a9969aa
3
+ metadata.gz: fd46323933d8a315d6cd710f33a6802c15b34e50
4
+ data.tar.gz: 0d62e89a67eb9b4b759ce167c27f0fb7dc2829dc
5
5
  SHA512:
6
- metadata.gz: be5e82aa8d86917cdbdca04f32fd1e3711300e8305c369aa780d213f66d9086ba5acc4ca2e82e1030bb1cb23849dc929cd2c24d96d393c967d36a204a1d974b5
7
- data.tar.gz: 4baa9ffdce49f7536414219bec85246758819abf7ab65dd44b127925d5406314bdc2325aa5e69b4d585242f2a63df68b3e2e89f585f1fedb2e82c3f3b4744eee
6
+ metadata.gz: 8f82ad47c9d138a56149e3bfdb2b2b17a975d694871dd15d26fa1cd8946f28cccf730a10d09ee1549b83899ca86d3a4b2c57d44e6f76562d6c29abc5ada02594
7
+ data.tar.gz: 42cfd68fed57106049a44eeb84b02624538e7957acd2225f2b7465ef121b9f7571a797bec5e3313761bd95e33d5503cd20d54bf1c118a8f309dd66044dd371b0
@@ -1,5 +1,158 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "CancelUpdateStack": [
5
+ {
6
+ "input": {
7
+ "StackName": "MyStack"
8
+ },
9
+ "comments": {
10
+ "input": {
11
+ },
12
+ "output": {
13
+ }
14
+ },
15
+ "description": "This example cancels an update of the specified stack.",
16
+ "id": "to-cancel-a-stack-update-that-is-in-progress-1472747085196",
17
+ "title": "To cancel a stack update in progress"
18
+ }
19
+ ],
20
+ "UpdateStack": [
21
+ {
22
+ "input": {
23
+ "NotificationARNs": [
24
+
25
+ ],
26
+ "Parameters": [
27
+ {
28
+ "ParameterKey": "KeyPairName",
29
+ "ParameterValue": "ExampleKeyPair"
30
+ },
31
+ {
32
+ "ParameterKey": "SubnetIDs",
33
+ "ParameterValue": "ExampleSubnetID1, ExampleSubnetID2"
34
+ }
35
+ ],
36
+ "ResourceTypes": [
37
+
38
+ ],
39
+ "StackName": "MyStack",
40
+ "Tags": [
41
+
42
+ ],
43
+ "TemplateURL": "https://s3.amazonaws.com/example/updated.template"
44
+ },
45
+ "output": {
46
+ "StackId": ""
47
+ },
48
+ "comments": {
49
+ "input": {
50
+ },
51
+ "output": {
52
+ }
53
+ },
54
+ "description": "This example updates the template and input parameters for the specified stack.",
55
+ "id": "to-update-an-aws-cloudformation-stack-1472841931621",
56
+ "title": "To update an AWS CloudFormation stack"
57
+ },
58
+ {
59
+ "input": {
60
+ "NotificationARNs": [
61
+
62
+ ],
63
+ "Parameters": [
64
+ {
65
+ "ParameterKey": "KeyPairName",
66
+ "UsePreviousValue": true
67
+ },
68
+ {
69
+ "ParameterKey": "SubnetIDs",
70
+ "ParameterValue": "SampleSubnetID1, UpdatedSampleSubnetID2"
71
+ }
72
+ ],
73
+ "ResourceTypes": [
74
+
75
+ ],
76
+ "StackName": "MyStack",
77
+ "Tags": [
78
+
79
+ ],
80
+ "TemplateURL": "https://s3.amazonaws.com/example/updated.template"
81
+ },
82
+ "output": {
83
+ "StackId": ""
84
+ },
85
+ "comments": {
86
+ "input": {
87
+ },
88
+ "output": {
89
+ }
90
+ },
91
+ "description": "This example updates only the the specified parameter value for the specified stack. If you don't specify a parameter value, AWS CloudFormation uses the default value from the template.",
92
+ "id": "to-update-an-aws-cloudformation-stack-1472841931621",
93
+ "title": "To update an AWS CloudFormation stack"
94
+ },
95
+ {
96
+ "input": {
97
+ "Capabilities": [
98
+
99
+ ],
100
+ "NotificationARNs": [
101
+ "arn:aws:sns:use-east-1:123456789012:mytopic1",
102
+ "arn:aws:sns:us-east-1:123456789012:mytopic2"
103
+ ],
104
+ "Parameters": [
105
+
106
+ ],
107
+ "ResourceTypes": [
108
+
109
+ ],
110
+ "StackName": "MyStack",
111
+ "Tags": [
112
+
113
+ ],
114
+ "TemplateURL": "https://s3.amazonaws.com/example/updated.template",
115
+ "UsePreviousTemplate": true
116
+ },
117
+ "output": {
118
+ "StackId": ""
119
+ },
120
+ "comments": {
121
+ "input": {
122
+ },
123
+ "output": {
124
+ }
125
+ },
126
+ "description": "This example adds two stack notification topics to the specified stack.",
127
+ "id": "to-update-an-aws-cloudformation-stack-1472841931621",
128
+ "title": "To update an AWS CloudFormation stack"
129
+ }
130
+ ],
131
+ "ValidateTemplate": [
132
+ {
133
+ "input": {
134
+ "TemplateBody": "MyTemplate.json"
135
+ },
136
+ "output": {
137
+ "Capabilities": [
138
+
139
+ ],
140
+ "CapabilitiesReason": "",
141
+ "Description": "AWS CloudFormation Example Template S3_Bucket: An example template that shows how to create a publicly-accessible S3 bucket. IMPORTANT: This template creates an S3 bucket. You will be billed for the AWS resources used if you create a stack from this template.",
142
+ "Parameters": [
143
+
144
+ ]
145
+ },
146
+ "comments": {
147
+ "input": {
148
+ },
149
+ "output": {
150
+ }
151
+ },
152
+ "description": "This example validates the specified template.",
153
+ "id": "to-validate-an-aws-cloudformation-template-1472839072307",
154
+ "title": "To validate an AWS CloudFormation template"
155
+ }
156
+ ]
4
157
  }
5
158
  }
@@ -555,12 +555,13 @@
555
555
  },
556
556
  "DescribeMetricFiltersRequest":{
557
557
  "type":"structure",
558
- "required":["logGroupName"],
559
558
  "members":{
560
559
  "logGroupName":{"shape":"LogGroupName"},
561
560
  "filterNamePrefix":{"shape":"FilterName"},
562
561
  "nextToken":{"shape":"NextToken"},
563
- "limit":{"shape":"DescribeLimit"}
562
+ "limit":{"shape":"DescribeLimit"},
563
+ "metricName":{"shape":"MetricName"},
564
+ "metricNamespace":{"shape":"MetricNamespace"}
564
565
  }
565
566
  },
566
567
  "DescribeMetricFiltersResponse":{
@@ -861,7 +862,8 @@
861
862
  "filterName":{"shape":"FilterName"},
862
863
  "filterPattern":{"shape":"FilterPattern"},
863
864
  "metricTransformations":{"shape":"MetricTransformations"},
864
- "creationTime":{"shape":"Timestamp"}
865
+ "creationTime":{"shape":"Timestamp"},
866
+ "logGroupName":{"shape":"LogGroupName"}
865
867
  }
866
868
  },
867
869
  "MetricFilterMatchRecord":{
@@ -99,6 +99,7 @@
99
99
  "ap-southeast-2": {},
100
100
  "eu-central-1": {},
101
101
  "eu-west-1": {},
102
+ "sa-east-1": {},
102
103
  "us-east-1": {},
103
104
  "us-east-2": {},
104
105
  "us-west-1": {},
@@ -1195,200 +1196,219 @@
1195
1196
  "v4"
1196
1197
  ]
1197
1198
  },
1198
- "dnsSuffix": "amazonaws.com",
1199
- "partition": "aws-us-gov",
1200
- "partitionName": "AWS GovCloud (US)",
1201
- "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
1199
+ "dnsSuffix": "amazonaws.com.cn",
1200
+ "partition": "aws-cn",
1201
+ "partitionName": "AWS China",
1202
+ "regionRegex": "^cn\\-\\w+\\-\\d+$",
1202
1203
  "regions": {
1203
- "us-gov-west-1": {
1204
- "description": "AWS GovCloud (US)"
1204
+ "cn-north-1": {
1205
+ "description": "China (Beijing)"
1205
1206
  }
1206
1207
  },
1207
1208
  "services": {
1208
1209
  "autoscaling": {
1210
+ "defaults": {
1211
+ "protocols": [
1212
+ "http",
1213
+ "https"
1214
+ ]
1215
+ },
1209
1216
  "endpoints": {
1210
- "us-gov-west-1": {
1211
- "protocols": [
1212
- "http",
1213
- "https"
1214
- ]
1215
- }
1217
+ "cn-north-1": {}
1216
1218
  }
1217
1219
  },
1218
1220
  "cloudformation": {
1219
1221
  "endpoints": {
1220
- "us-gov-west-1": {}
1221
- }
1222
- },
1223
- "cloudhsm": {
1224
- "endpoints": {
1225
- "us-gov-west-1": {}
1222
+ "cn-north-1": {}
1226
1223
  }
1227
1224
  },
1228
1225
  "cloudtrail": {
1229
1226
  "endpoints": {
1230
- "us-gov-west-1": {}
1231
- }
1232
- },
1233
- "config": {
1234
- "endpoints": {
1235
- "us-gov-west-1": {}
1227
+ "cn-north-1": {}
1236
1228
  }
1237
1229
  },
1238
1230
  "directconnect": {
1239
1231
  "endpoints": {
1240
- "us-gov-west-1": {}
1232
+ "cn-north-1": {}
1241
1233
  }
1242
1234
  },
1243
1235
  "dynamodb": {
1236
+ "defaults": {
1237
+ "protocols": [
1238
+ "http",
1239
+ "https"
1240
+ ]
1241
+ },
1244
1242
  "endpoints": {
1245
- "us-gov-west-1": {}
1243
+ "cn-north-1": {}
1246
1244
  }
1247
1245
  },
1248
1246
  "ec2": {
1247
+ "defaults": {
1248
+ "protocols": [
1249
+ "http",
1250
+ "https"
1251
+ ]
1252
+ },
1249
1253
  "endpoints": {
1250
- "us-gov-west-1": {}
1254
+ "cn-north-1": {}
1251
1255
  }
1252
1256
  },
1253
1257
  "elasticache": {
1254
1258
  "endpoints": {
1255
- "us-gov-west-1": {}
1259
+ "cn-north-1": {}
1260
+ }
1261
+ },
1262
+ "elasticbeanstalk": {
1263
+ "endpoints": {
1264
+ "cn-north-1": {}
1256
1265
  }
1257
1266
  },
1258
1267
  "elasticloadbalancing": {
1268
+ "defaults": {
1269
+ "protocols": [
1270
+ "http",
1271
+ "https"
1272
+ ]
1273
+ },
1259
1274
  "endpoints": {
1260
- "us-gov-west-1": {
1261
- "protocols": [
1262
- "http",
1263
- "https"
1264
- ]
1265
- }
1275
+ "cn-north-1": {}
1266
1276
  }
1267
1277
  },
1268
1278
  "elasticmapreduce": {
1279
+ "defaults": {
1280
+ "protocols": [
1281
+ "http",
1282
+ "https"
1283
+ ]
1284
+ },
1269
1285
  "endpoints": {
1270
- "us-gov-west-1": {
1271
- "protocols": [
1272
- "http",
1273
- "https"
1274
- ]
1275
- }
1286
+ "cn-north-1": {}
1287
+ }
1288
+ },
1289
+ "events": {
1290
+ "endpoints": {
1291
+ "cn-north-1": {}
1276
1292
  }
1277
1293
  },
1278
1294
  "glacier": {
1295
+ "defaults": {
1296
+ "protocols": [
1297
+ "http",
1298
+ "https"
1299
+ ]
1300
+ },
1279
1301
  "endpoints": {
1280
- "us-gov-west-1": {
1281
- "protocols": [
1282
- "http",
1283
- "https"
1284
- ]
1285
- }
1302
+ "cn-north-1": {}
1286
1303
  }
1287
1304
  },
1288
1305
  "iam": {
1289
1306
  "endpoints": {
1290
- "aws-us-gov-global": {
1307
+ "aws-cn-global": {
1291
1308
  "credentialScope": {
1292
- "region": "us-gov-west-1"
1309
+ "region": "cn-north-1"
1293
1310
  },
1294
- "hostname": "iam.us-gov.amazonaws.com"
1311
+ "hostname": "iam.cn-north-1.amazonaws.com.cn"
1295
1312
  }
1296
1313
  },
1297
1314
  "isRegionalized": false,
1298
- "partitionEndpoint": "aws-us-gov-global"
1315
+ "partitionEndpoint": "aws-cn-global"
1299
1316
  },
1300
- "kms": {
1317
+ "kinesis": {
1301
1318
  "endpoints": {
1302
- "us-gov-west-1": {}
1319
+ "cn-north-1": {}
1303
1320
  }
1304
1321
  },
1305
1322
  "logs": {
1306
1323
  "endpoints": {
1307
- "us-gov-west-1": {}
1324
+ "cn-north-1": {}
1308
1325
  }
1309
1326
  },
1310
1327
  "monitoring": {
1328
+ "defaults": {
1329
+ "protocols": [
1330
+ "http",
1331
+ "https"
1332
+ ]
1333
+ },
1311
1334
  "endpoints": {
1312
- "us-gov-west-1": {}
1335
+ "cn-north-1": {}
1313
1336
  }
1314
1337
  },
1315
1338
  "rds": {
1316
1339
  "endpoints": {
1317
- "us-gov-west-1": {}
1340
+ "cn-north-1": {}
1318
1341
  }
1319
1342
  },
1320
1343
  "redshift": {
1321
1344
  "endpoints": {
1322
- "us-gov-west-1": {}
1345
+ "cn-north-1": {}
1323
1346
  }
1324
1347
  },
1325
1348
  "s3": {
1326
1349
  "defaults": {
1350
+ "protocols": [
1351
+ "http",
1352
+ "https"
1353
+ ],
1327
1354
  "signatureVersions": [
1328
- "s3",
1329
1355
  "s3v4"
1330
1356
  ]
1331
1357
  },
1332
1358
  "endpoints": {
1333
- "fips-us-gov-west-1": {
1334
- "credentialScope": {
1335
- "region": "us-gov-west-1"
1336
- },
1337
- "hostname": "s3-fips-us-gov-west-1.amazonaws.com"
1338
- },
1339
- "us-gov-west-1": {
1340
- "hostname": "s3-us-gov-west-1.amazonaws.com",
1341
- "protocols": [
1342
- "http",
1343
- "https"
1344
- ]
1345
- }
1359
+ "cn-north-1": {}
1346
1360
  }
1347
1361
  },
1348
- "snowball": {
1362
+ "sns": {
1363
+ "defaults": {
1364
+ "protocols": [
1365
+ "http",
1366
+ "https"
1367
+ ]
1368
+ },
1349
1369
  "endpoints": {
1350
- "us-gov-west-1": {}
1370
+ "cn-north-1": {}
1351
1371
  }
1352
1372
  },
1353
- "sns": {
1373
+ "sqs": {
1374
+ "defaults": {
1375
+ "protocols": [
1376
+ "http",
1377
+ "https"
1378
+ ],
1379
+ "sslCommonName": "{region}.queue.{dnsSuffix}"
1380
+ },
1354
1381
  "endpoints": {
1355
- "us-gov-west-1": {
1356
- "protocols": [
1357
- "http",
1358
- "https"
1359
- ]
1360
- }
1382
+ "cn-north-1": {}
1361
1383
  }
1362
1384
  },
1363
- "sqs": {
1385
+ "storagegateway": {
1364
1386
  "endpoints": {
1365
- "us-gov-west-1": {
1366
- "protocols": [
1367
- "http",
1368
- "https"
1369
- ],
1370
- "sslCommonName": "{region}.queue.{dnsSuffix}"
1371
- }
1387
+ "cn-north-1": {}
1372
1388
  }
1373
1389
  },
1374
1390
  "streams.dynamodb": {
1375
1391
  "defaults": {
1376
1392
  "credentialScope": {
1377
1393
  "service": "dynamodb"
1378
- }
1394
+ },
1395
+ "protocols": [
1396
+ "http",
1397
+ "https"
1398
+ ]
1379
1399
  },
1380
1400
  "endpoints": {
1381
- "us-gov-west-1": {}
1401
+ "cn-north-1": {}
1382
1402
  }
1383
1403
  },
1384
1404
  "sts": {
1385
1405
  "endpoints": {
1386
- "us-gov-west-1": {}
1406
+ "cn-north-1": {}
1387
1407
  }
1388
1408
  },
1389
1409
  "swf": {
1390
1410
  "endpoints": {
1391
- "us-gov-west-1": {}
1411
+ "cn-north-1": {}
1392
1412
  }
1393
1413
  }
1394
1414
  }
@@ -1403,214 +1423,200 @@
1403
1423
  "v4"
1404
1424
  ]
1405
1425
  },
1406
- "dnsSuffix": "amazonaws.com.cn",
1407
- "partition": "aws-cn",
1408
- "partitionName": "AWS China",
1409
- "regionRegex": "^cn\\-\\w+\\-\\d+$",
1426
+ "dnsSuffix": "amazonaws.com",
1427
+ "partition": "aws-us-gov",
1428
+ "partitionName": "AWS GovCloud (US)",
1429
+ "regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
1410
1430
  "regions": {
1411
- "cn-north-1": {
1412
- "description": "China (Beijing)"
1431
+ "us-gov-west-1": {
1432
+ "description": "AWS GovCloud (US)"
1413
1433
  }
1414
1434
  },
1415
1435
  "services": {
1416
1436
  "autoscaling": {
1417
- "defaults": {
1418
- "protocols": [
1419
- "http",
1420
- "https"
1421
- ]
1422
- },
1423
1437
  "endpoints": {
1424
- "cn-north-1": {}
1438
+ "us-gov-west-1": {
1439
+ "protocols": [
1440
+ "http",
1441
+ "https"
1442
+ ]
1443
+ }
1425
1444
  }
1426
1445
  },
1427
1446
  "cloudformation": {
1428
1447
  "endpoints": {
1429
- "cn-north-1": {}
1448
+ "us-gov-west-1": {}
1449
+ }
1450
+ },
1451
+ "cloudhsm": {
1452
+ "endpoints": {
1453
+ "us-gov-west-1": {}
1430
1454
  }
1431
1455
  },
1432
1456
  "cloudtrail": {
1433
1457
  "endpoints": {
1434
- "cn-north-1": {}
1458
+ "us-gov-west-1": {}
1459
+ }
1460
+ },
1461
+ "config": {
1462
+ "endpoints": {
1463
+ "us-gov-west-1": {}
1435
1464
  }
1436
1465
  },
1437
1466
  "directconnect": {
1438
1467
  "endpoints": {
1439
- "cn-north-1": {}
1468
+ "us-gov-west-1": {}
1440
1469
  }
1441
1470
  },
1442
1471
  "dynamodb": {
1443
- "defaults": {
1444
- "protocols": [
1445
- "http",
1446
- "https"
1447
- ]
1448
- },
1449
1472
  "endpoints": {
1450
- "cn-north-1": {}
1473
+ "us-gov-west-1": {}
1451
1474
  }
1452
1475
  },
1453
1476
  "ec2": {
1454
- "defaults": {
1455
- "protocols": [
1456
- "http",
1457
- "https"
1458
- ]
1459
- },
1460
1477
  "endpoints": {
1461
- "cn-north-1": {}
1478
+ "us-gov-west-1": {}
1462
1479
  }
1463
1480
  },
1464
1481
  "elasticache": {
1465
1482
  "endpoints": {
1466
- "cn-north-1": {}
1467
- }
1468
- },
1469
- "elasticbeanstalk": {
1470
- "endpoints": {
1471
- "cn-north-1": {}
1483
+ "us-gov-west-1": {}
1472
1484
  }
1473
1485
  },
1474
1486
  "elasticloadbalancing": {
1475
- "defaults": {
1476
- "protocols": [
1477
- "http",
1478
- "https"
1479
- ]
1480
- },
1481
1487
  "endpoints": {
1482
- "cn-north-1": {}
1488
+ "us-gov-west-1": {
1489
+ "protocols": [
1490
+ "http",
1491
+ "https"
1492
+ ]
1493
+ }
1483
1494
  }
1484
1495
  },
1485
1496
  "elasticmapreduce": {
1486
- "defaults": {
1487
- "protocols": [
1488
- "http",
1489
- "https"
1490
- ]
1491
- },
1492
1497
  "endpoints": {
1493
- "cn-north-1": {}
1498
+ "us-gov-west-1": {
1499
+ "protocols": [
1500
+ "http",
1501
+ "https"
1502
+ ]
1503
+ }
1494
1504
  }
1495
1505
  },
1496
1506
  "glacier": {
1497
- "defaults": {
1498
- "protocols": [
1499
- "http",
1500
- "https"
1501
- ]
1502
- },
1503
1507
  "endpoints": {
1504
- "cn-north-1": {}
1508
+ "us-gov-west-1": {
1509
+ "protocols": [
1510
+ "http",
1511
+ "https"
1512
+ ]
1513
+ }
1505
1514
  }
1506
1515
  },
1507
1516
  "iam": {
1508
1517
  "endpoints": {
1509
- "aws-cn-global": {
1518
+ "aws-us-gov-global": {
1510
1519
  "credentialScope": {
1511
- "region": "cn-north-1"
1520
+ "region": "us-gov-west-1"
1512
1521
  },
1513
- "hostname": "iam.cn-north-1.amazonaws.com.cn"
1522
+ "hostname": "iam.us-gov.amazonaws.com"
1514
1523
  }
1515
1524
  },
1516
1525
  "isRegionalized": false,
1517
- "partitionEndpoint": "aws-cn-global"
1526
+ "partitionEndpoint": "aws-us-gov-global"
1518
1527
  },
1519
- "kinesis": {
1528
+ "kms": {
1520
1529
  "endpoints": {
1521
- "cn-north-1": {}
1530
+ "us-gov-west-1": {}
1522
1531
  }
1523
1532
  },
1524
1533
  "logs": {
1525
1534
  "endpoints": {
1526
- "cn-north-1": {}
1535
+ "us-gov-west-1": {}
1527
1536
  }
1528
1537
  },
1529
1538
  "monitoring": {
1530
- "defaults": {
1531
- "protocols": [
1532
- "http",
1533
- "https"
1534
- ]
1535
- },
1536
1539
  "endpoints": {
1537
- "cn-north-1": {}
1540
+ "us-gov-west-1": {}
1538
1541
  }
1539
1542
  },
1540
1543
  "rds": {
1541
1544
  "endpoints": {
1542
- "cn-north-1": {}
1545
+ "us-gov-west-1": {}
1543
1546
  }
1544
1547
  },
1545
1548
  "redshift": {
1546
1549
  "endpoints": {
1547
- "cn-north-1": {}
1550
+ "us-gov-west-1": {}
1548
1551
  }
1549
1552
  },
1550
1553
  "s3": {
1551
1554
  "defaults": {
1552
- "protocols": [
1553
- "http",
1554
- "https"
1555
- ],
1556
1555
  "signatureVersions": [
1556
+ "s3",
1557
1557
  "s3v4"
1558
1558
  ]
1559
1559
  },
1560
1560
  "endpoints": {
1561
- "cn-north-1": {}
1561
+ "fips-us-gov-west-1": {
1562
+ "credentialScope": {
1563
+ "region": "us-gov-west-1"
1564
+ },
1565
+ "hostname": "s3-fips-us-gov-west-1.amazonaws.com"
1566
+ },
1567
+ "us-gov-west-1": {
1568
+ "hostname": "s3-us-gov-west-1.amazonaws.com",
1569
+ "protocols": [
1570
+ "http",
1571
+ "https"
1572
+ ]
1573
+ }
1562
1574
  }
1563
1575
  },
1564
- "sns": {
1565
- "defaults": {
1566
- "protocols": [
1567
- "http",
1568
- "https"
1569
- ]
1570
- },
1576
+ "snowball": {
1571
1577
  "endpoints": {
1572
- "cn-north-1": {}
1578
+ "us-gov-west-1": {}
1573
1579
  }
1574
1580
  },
1575
- "sqs": {
1576
- "defaults": {
1577
- "protocols": [
1578
- "http",
1579
- "https"
1580
- ],
1581
- "sslCommonName": "{region}.queue.{dnsSuffix}"
1582
- },
1581
+ "sns": {
1583
1582
  "endpoints": {
1584
- "cn-north-1": {}
1583
+ "us-gov-west-1": {
1584
+ "protocols": [
1585
+ "http",
1586
+ "https"
1587
+ ]
1588
+ }
1585
1589
  }
1586
1590
  },
1587
- "storagegateway": {
1591
+ "sqs": {
1588
1592
  "endpoints": {
1589
- "cn-north-1": {}
1593
+ "us-gov-west-1": {
1594
+ "protocols": [
1595
+ "http",
1596
+ "https"
1597
+ ],
1598
+ "sslCommonName": "{region}.queue.{dnsSuffix}"
1599
+ }
1590
1600
  }
1591
1601
  },
1592
1602
  "streams.dynamodb": {
1593
1603
  "defaults": {
1594
1604
  "credentialScope": {
1595
1605
  "service": "dynamodb"
1596
- },
1597
- "protocols": [
1598
- "http",
1599
- "https"
1600
- ]
1606
+ }
1601
1607
  },
1602
1608
  "endpoints": {
1603
- "cn-north-1": {}
1609
+ "us-gov-west-1": {}
1604
1610
  }
1605
1611
  },
1606
1612
  "sts": {
1607
1613
  "endpoints": {
1608
- "cn-north-1": {}
1614
+ "us-gov-west-1": {}
1609
1615
  }
1610
1616
  },
1611
1617
  "swf": {
1612
1618
  "endpoints": {
1613
- "cn-north-1": {}
1619
+ "us-gov-west-1": {}
1614
1620
  }
1615
1621
  }
1616
1622
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.18'
2
+ VERSION = '2.6.19'
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.6.18
4
+ version: 2.6.19
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: 2016-11-03 00:00:00.000000000 Z
11
+ date: 2016-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath