aws-sdk-core 2.11.3 → 2.11.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 588645feaf6002287d59bfb159ceabba184507e3
4
- data.tar.gz: 92d810d864540d915b85702bbfed4a0fa46e5d9d
3
+ metadata.gz: 82de7afb6d2a779e5f79bd12e26f655c83e79fd3
4
+ data.tar.gz: ac36c5fcf24379b229e6a8bd0d329aea4dcf6332
5
5
  SHA512:
6
- metadata.gz: f08a49b3026c630388066b0ba74cb7c2d84fbc8c1ea64829b19d221da3f83c939ab5c8bcd9de3798e730104ba799e8dc5fed3063379717e47f069513a69b72cf
7
- data.tar.gz: 7b7a285cda0e1e13db58fed8b45c94737e07022a382f7e6ee5d0c2384075e387c7c28b85b51a152287b25509cb65b89ff01c6fd92269fd54cf487fb058407879
6
+ metadata.gz: e7db93881ee001d3e9cd2056b4fbb073d80b708ba3795e949d845a5404f098fab1fe3e667448a4463e2f2fa93e7b562036849602f95b3a5cf496f16dfd732760
7
+ data.tar.gz: 85dd97d5ab3d85f58b7514b2d45f56bc1613a3f8c931730228aeb2ac89d5d646f0913a8c030b718742474a994bcc96f0a682f788525862e171387e454af8f334
@@ -29,6 +29,22 @@
29
29
  {"shape":"OperationNotPermittedException"}
30
30
  ]
31
31
  },
32
+ "CopyImage":{
33
+ "name":"CopyImage",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/"
37
+ },
38
+ "input":{"shape":"CopyImageRequest"},
39
+ "output":{"shape":"CopyImageResponse"},
40
+ "errors":[
41
+ {"shape":"ResourceAlreadyExistsException"},
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"ResourceNotAvailableException"},
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"IncompatibleImageException"}
46
+ ]
47
+ },
32
48
  "CreateDirectoryConfig":{
33
49
  "name":"CreateDirectoryConfig",
34
50
  "http":{
@@ -541,6 +557,26 @@
541
557
  },
542
558
  "exception":true
543
559
  },
560
+ "CopyImageRequest":{
561
+ "type":"structure",
562
+ "required":[
563
+ "SourceImageName",
564
+ "DestinationImageName",
565
+ "DestinationRegion"
566
+ ],
567
+ "members":{
568
+ "SourceImageName":{"shape":"Name"},
569
+ "DestinationImageName":{"shape":"Name"},
570
+ "DestinationRegion":{"shape":"RegionName"},
571
+ "DestinationImageDescription":{"shape":"Description"}
572
+ }
573
+ },
574
+ "CopyImageResponse":{
575
+ "type":"structure",
576
+ "members":{
577
+ "DestinationImageName":{"shape":"Name"}
578
+ }
579
+ },
544
580
  "CreateDirectoryConfigRequest":{
545
581
  "type":"structure",
546
582
  "required":[
@@ -1072,6 +1108,7 @@
1072
1108
  "PENDING",
1073
1109
  "AVAILABLE",
1074
1110
  "FAILED",
1111
+ "COPYING",
1075
1112
  "DELETING"
1076
1113
  ]
1077
1114
  },
@@ -1086,7 +1123,8 @@
1086
1123
  "type":"string",
1087
1124
  "enum":[
1088
1125
  "INTERNAL_ERROR",
1089
- "IMAGE_BUILDER_NOT_AVAILABLE"
1126
+ "IMAGE_BUILDER_NOT_AVAILABLE",
1127
+ "IMAGE_COPY_FAILURE"
1090
1128
  ]
1091
1129
  },
1092
1130
  "IncompatibleImageException":{
@@ -1194,6 +1232,11 @@
1194
1232
  "type":"string",
1195
1233
  "max":1000
1196
1234
  },
1235
+ "RegionName":{
1236
+ "type":"string",
1237
+ "max":32,
1238
+ "min":1
1239
+ },
1197
1240
  "ResourceAlreadyExistsException":{
1198
1241
  "type":"structure",
1199
1242
  "members":{
@@ -1364,68 +1364,24 @@
1364
1364
  "hostname" : "s3.ap-northeast-1.amazonaws.com",
1365
1365
  "signatureVersions" : [ "s3", "s3v4" ]
1366
1366
  },
1367
- "ap-northeast-1-dualstack" : {
1368
- "hostname" : "s3.dualstack.ap-northeast-1.amazonaws.com",
1369
- "signatureVersions" : [ "s3", "s3v4" ]
1370
- },
1371
1367
  "ap-northeast-2" : { },
1372
- "ap-northeast-2-dualstack" : {
1373
- "hostname" : "s3.dualstack.ap-northeast-2.amazonaws.com",
1374
- "signatureVersions" : [ "s3", "s3v4" ]
1375
- },
1376
- "ap-northeast-3-dualstack" : {
1377
- "hostname" : "s3.dualstack.ap-northeast-3.amazonaws.com",
1378
- "signatureVersions" : [ "s3", "s3v4" ]
1379
- },
1380
1368
  "ap-south-1" : { },
1381
- "ap-south-1-dualstack" : {
1382
- "hostname" : "s3.dualstack.ap-south-1.amazonaws.com",
1383
- "signatureVersions" : [ "s3", "s3v4" ]
1384
- },
1385
1369
  "ap-southeast-1" : {
1386
1370
  "hostname" : "s3.ap-southeast-1.amazonaws.com",
1387
1371
  "signatureVersions" : [ "s3", "s3v4" ]
1388
1372
  },
1389
- "ap-southeast-1-dualstack" : {
1390
- "hostname" : "s3.dualstack.ap-southeast-1.amazonaws.com",
1391
- "signatureVersions" : [ "s3", "s3v4" ]
1392
- },
1393
1373
  "ap-southeast-2" : {
1394
1374
  "hostname" : "s3.ap-southeast-2.amazonaws.com",
1395
1375
  "signatureVersions" : [ "s3", "s3v4" ]
1396
1376
  },
1397
- "ap-southeast-2-dualstack" : {
1398
- "hostname" : "s3.dualstack.ap-southeast-2.amazonaws.com",
1399
- "signatureVersions" : [ "s3", "s3v4" ]
1400
- },
1401
1377
  "ca-central-1" : { },
1402
- "ca-central-1-dualstack" : {
1403
- "hostname" : "s3.dualstack.ca-central-1.amazonaws.com",
1404
- "signatureVersions" : [ "s3", "s3v4" ]
1405
- },
1406
1378
  "eu-central-1" : { },
1407
- "eu-central-1-dualstack" : {
1408
- "hostname" : "s3.dualstack.eu-central-1.amazonaws.com",
1409
- "signatureVersions" : [ "s3", "s3v4" ]
1410
- },
1411
1379
  "eu-west-1" : {
1412
1380
  "hostname" : "s3.eu-west-1.amazonaws.com",
1413
1381
  "signatureVersions" : [ "s3", "s3v4" ]
1414
1382
  },
1415
- "eu-west-1-dualstack" : {
1416
- "hostname" : "s3.dualstack.eu-west-1.amazonaws.com",
1417
- "signatureVersions" : [ "s3", "s3v4" ]
1418
- },
1419
1383
  "eu-west-2" : { },
1420
- "eu-west-2-dualstack" : {
1421
- "hostname" : "s3.dualstack.eu-west-2.amazonaws.com",
1422
- "signatureVersions" : [ "s3", "s3v4" ]
1423
- },
1424
1384
  "eu-west-3" : { },
1425
- "eu-west-3-dualstack" : {
1426
- "hostname" : "s3.dualstack.eu-west-3.amazonaws.com",
1427
- "signatureVersions" : [ "s3", "s3v4" ]
1428
- },
1429
1385
  "s3-external-1" : {
1430
1386
  "credentialScope" : {
1431
1387
  "region" : "us-east-1"
@@ -1437,38 +1393,18 @@
1437
1393
  "hostname" : "s3.sa-east-1.amazonaws.com",
1438
1394
  "signatureVersions" : [ "s3", "s3v4" ]
1439
1395
  },
1440
- "sa-east-1-dualstack" : {
1441
- "hostname" : "s3.dualstack.sa-east-1.amazonaws.com",
1442
- "signatureVersions" : [ "s3", "s3v4" ]
1443
- },
1444
1396
  "us-east-1" : {
1445
1397
  "hostname" : "s3.amazonaws.com",
1446
1398
  "signatureVersions" : [ "s3", "s3v4" ]
1447
1399
  },
1448
- "us-east-1-dualstack" : {
1449
- "hostname" : "s3.dualstack.us-east-1.amazonaws.com",
1450
- "signatureVersions" : [ "s3", "s3v4" ]
1451
- },
1452
1400
  "us-east-2" : { },
1453
- "us-east-2-dualstack" : {
1454
- "hostname" : "s3.dualstack.us-east-2.amazonaws.com",
1455
- "signatureVersions" : [ "s3", "s3v4" ]
1456
- },
1457
1401
  "us-west-1" : {
1458
1402
  "hostname" : "s3.us-west-1.amazonaws.com",
1459
1403
  "signatureVersions" : [ "s3", "s3v4" ]
1460
1404
  },
1461
- "us-west-1-dualstack" : {
1462
- "hostname" : "s3.dualstack.us-west-1.amazonaws.com",
1463
- "signatureVersions" : [ "s3", "s3v4" ]
1464
- },
1465
1405
  "us-west-2" : {
1466
1406
  "hostname" : "s3.us-west-2.amazonaws.com",
1467
1407
  "signatureVersions" : [ "s3", "s3v4" ]
1468
- },
1469
- "us-west-2-dualstack" : {
1470
- "hostname" : "s3.dualstack.us-west-2.amazonaws.com",
1471
- "signatureVersions" : [ "s3", "s3v4" ]
1472
1408
  }
1473
1409
  },
1474
1410
  "isRegionalized" : true,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.3'
2
+ VERSION = '2.11.4'
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.3
4
+ version: 2.11.4
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: 2018-02-22 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath