aws-sdk-core 2.10.105 → 2.10.106

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: 3ad824fedcc19473a96c21df0afe721eed332fe7
4
- data.tar.gz: 637cd2d7d7db1f1f1402965989ca95a9a482da59
3
+ metadata.gz: e8b0fb4a0818a681529ced03e16fe170599f041b
4
+ data.tar.gz: 5736ad0e187e61dad3c900ed0350544dcbc2a6ce
5
5
  SHA512:
6
- metadata.gz: 450f447a3be9f2fe9984d0fec582f9a6780f1f63e86983b1c0d361d2e3e97fb3a80a81fbbb3a3b92492b57d2b4c5b0ca9ef3101de52735171649fd8617d78769
7
- data.tar.gz: b9becfb1fc543ba029691f9c0dc2e1ce653fa7e6124b1a7b275875895f1399228e7e019454536a7a6314ece592347c2fcbee9a924cd6614918c6626af7855083
6
+ metadata.gz: d57f4b65807d78b180adc168f84d49f07b885bb03a73d52e6ee8f46172fbfd35757710ac5dfb2979e290408cd32d98ce284eec7cdf81b618dfdaefe2aa3748e2
7
+ data.tar.gz: 089a9fcb158c590f8bac04266991037602fbfc652bcd845ff83079e54d48c3b1123931dc1a2e4ecf7891a44ecac3f80353b25284dea203a02c1893445cbc7506
@@ -1187,6 +1187,22 @@
1187
1187
  {"shape":"TooManyRequestsException"}
1188
1188
  ]
1189
1189
  },
1190
+ "GetTags":{
1191
+ "name":"GetTags",
1192
+ "http":{
1193
+ "method":"GET",
1194
+ "requestUri":"/tags/{resource_arn}"
1195
+ },
1196
+ "input":{"shape":"GetTagsRequest"},
1197
+ "output":{"shape":"Tags"},
1198
+ "errors":[
1199
+ {"shape":"BadRequestException"},
1200
+ {"shape":"UnauthorizedException"},
1201
+ {"shape":"TooManyRequestsException"},
1202
+ {"shape":"NotFoundException"},
1203
+ {"shape":"LimitExceededException"}
1204
+ ]
1205
+ },
1190
1206
  "GetUsage":{
1191
1207
  "name":"GetUsage",
1192
1208
  "http":{
@@ -1448,6 +1464,23 @@
1448
1464
  {"shape":"ConflictException"}
1449
1465
  ]
1450
1466
  },
1467
+ "TagResource":{
1468
+ "name":"TagResource",
1469
+ "http":{
1470
+ "method":"PUT",
1471
+ "requestUri":"/tags/{resource_arn}",
1472
+ "responseCode":204
1473
+ },
1474
+ "input":{"shape":"TagResourceRequest"},
1475
+ "errors":[
1476
+ {"shape":"BadRequestException"},
1477
+ {"shape":"UnauthorizedException"},
1478
+ {"shape":"TooManyRequestsException"},
1479
+ {"shape":"NotFoundException"},
1480
+ {"shape":"LimitExceededException"},
1481
+ {"shape":"ConflictException"}
1482
+ ]
1483
+ },
1451
1484
  "TestInvokeAuthorizer":{
1452
1485
  "name":"TestInvokeAuthorizer",
1453
1486
  "http":{
@@ -1478,6 +1511,22 @@
1478
1511
  {"shape":"TooManyRequestsException"}
1479
1512
  ]
1480
1513
  },
1514
+ "UntagResource":{
1515
+ "name":"UntagResource",
1516
+ "http":{
1517
+ "method":"DELETE",
1518
+ "requestUri":"/tags/{resource_arn}",
1519
+ "responseCode":204
1520
+ },
1521
+ "input":{"shape":"UntagResourceRequest"},
1522
+ "errors":[
1523
+ {"shape":"BadRequestException"},
1524
+ {"shape":"UnauthorizedException"},
1525
+ {"shape":"TooManyRequestsException"},
1526
+ {"shape":"NotFoundException"},
1527
+ {"shape":"ConflictException"}
1528
+ ]
1529
+ },
1481
1530
  "UpdateAccount":{
1482
1531
  "name":"UpdateAccount",
1483
1532
  "http":{
@@ -1866,6 +1915,13 @@
1866
1915
  "warnings":{"shape":"ListOfString"}
1867
1916
  }
1868
1917
  },
1918
+ "ApiKeySourceType":{
1919
+ "type":"string",
1920
+ "enum":[
1921
+ "HEADER",
1922
+ "AUTHORIZER"
1923
+ ]
1924
+ },
1869
1925
  "ApiKeys":{
1870
1926
  "type":"structure",
1871
1927
  "members":{
@@ -2206,6 +2262,8 @@
2206
2262
  "version":{"shape":"String"},
2207
2263
  "cloneFrom":{"shape":"String"},
2208
2264
  "binaryMediaTypes":{"shape":"ListOfString"},
2265
+ "minimumCompressionSize":{"shape":"NullableInteger"},
2266
+ "apiKeySource":{"shape":"ApiKeySourceType"},
2209
2267
  "endpointConfiguration":{"shape":"EndpointConfiguration"}
2210
2268
  }
2211
2269
  },
@@ -2229,7 +2287,8 @@
2229
2287
  "cacheClusterSize":{"shape":"CacheClusterSize"},
2230
2288
  "variables":{"shape":"MapOfStringToString"},
2231
2289
  "documentationVersion":{"shape":"String"},
2232
- "canarySettings":{"shape":"CanarySettings"}
2290
+ "canarySettings":{"shape":"CanarySettings"},
2291
+ "tags":{"shape":"MapOfStringToString"}
2233
2292
  }
2234
2293
  },
2235
2294
  "CreateUsagePlanKeyRequest":{
@@ -3691,6 +3750,27 @@
3691
3750
  }
3692
3751
  }
3693
3752
  },
3753
+ "GetTagsRequest":{
3754
+ "type":"structure",
3755
+ "required":["resourceArn"],
3756
+ "members":{
3757
+ "resourceArn":{
3758
+ "shape":"String",
3759
+ "location":"uri",
3760
+ "locationName":"resource_arn"
3761
+ },
3762
+ "position":{
3763
+ "shape":"String",
3764
+ "location":"querystring",
3765
+ "locationName":"position"
3766
+ },
3767
+ "limit":{
3768
+ "shape":"NullableInteger",
3769
+ "location":"querystring",
3770
+ "locationName":"limit"
3771
+ }
3772
+ }
3773
+ },
3694
3774
  "GetUsagePlanKeyRequest":{
3695
3775
  "type":"structure",
3696
3776
  "required":[
@@ -4486,6 +4566,8 @@
4486
4566
  "version":{"shape":"String"},
4487
4567
  "warnings":{"shape":"ListOfString"},
4488
4568
  "binaryMediaTypes":{"shape":"ListOfString"},
4569
+ "minimumCompressionSize":{"shape":"NullableInteger"},
4570
+ "apiKeySource":{"shape":"ApiKeySourceType"},
4489
4571
  "endpointConfiguration":{"shape":"EndpointConfiguration"}
4490
4572
  }
4491
4573
  },
@@ -4574,6 +4656,7 @@
4574
4656
  "documentationVersion":{"shape":"String"},
4575
4657
  "accessLogSettings":{"shape":"AccessLogSettings"},
4576
4658
  "canarySettings":{"shape":"CanarySettings"},
4659
+ "tags":{"shape":"MapOfStringToString"},
4577
4660
  "createdDate":{"shape":"Timestamp"},
4578
4661
  "lastUpdatedDate":{"shape":"Timestamp"}
4579
4662
  }
@@ -4596,6 +4679,27 @@
4596
4679
  "pattern":"[1-5]\\d\\d"
4597
4680
  },
4598
4681
  "String":{"type":"string"},
4682
+ "TagResourceRequest":{
4683
+ "type":"structure",
4684
+ "required":[
4685
+ "resourceArn",
4686
+ "tags"
4687
+ ],
4688
+ "members":{
4689
+ "resourceArn":{
4690
+ "shape":"String",
4691
+ "location":"uri",
4692
+ "locationName":"resource_arn"
4693
+ },
4694
+ "tags":{"shape":"MapOfStringToString"}
4695
+ }
4696
+ },
4697
+ "Tags":{
4698
+ "type":"structure",
4699
+ "members":{
4700
+ "tags":{"shape":"MapOfStringToString"}
4701
+ }
4702
+ },
4599
4703
  "Template":{
4600
4704
  "type":"structure",
4601
4705
  "members":{
@@ -4715,6 +4819,25 @@
4715
4819
  "error":{"httpStatusCode":401},
4716
4820
  "exception":true
4717
4821
  },
4822
+ "UntagResourceRequest":{
4823
+ "type":"structure",
4824
+ "required":[
4825
+ "resourceArn",
4826
+ "tagKeys"
4827
+ ],
4828
+ "members":{
4829
+ "resourceArn":{
4830
+ "shape":"String",
4831
+ "location":"uri",
4832
+ "locationName":"resource_arn"
4833
+ },
4834
+ "tagKeys":{
4835
+ "shape":"ListOfString",
4836
+ "location":"querystring",
4837
+ "locationName":"tagKeys"
4838
+ }
4839
+ }
4840
+ },
4718
4841
  "UpdateAccountRequest":{
4719
4842
  "type":"structure",
4720
4843
  "members":{
@@ -7,6 +7,7 @@
7
7
  "protocol":"rest-xml",
8
8
  "serviceAbbreviation":"Route 53",
9
9
  "serviceFullName":"Amazon Route 53",
10
+ "serviceId":"Route 53",
10
11
  "signatureVersion":"v4",
11
12
  "uid":"route53-2013-04-01"
12
13
  },
@@ -1101,6 +1102,7 @@
1101
1102
  "eu-central-1",
1102
1103
  "eu-west-1",
1103
1104
  "eu-west-2",
1105
+ "eu-west-3",
1104
1106
  "ap-south-1",
1105
1107
  "ap-southeast-1",
1106
1108
  "ap-southeast-2",
@@ -3176,6 +3178,7 @@
3176
3178
  "ca-central-1",
3177
3179
  "eu-west-1",
3178
3180
  "eu-west-2",
3181
+ "eu-west-3",
3179
3182
  "eu-central-1",
3180
3183
  "ap-southeast-1",
3181
3184
  "ap-southeast-2",
@@ -3183,6 +3186,7 @@
3183
3186
  "ap-northeast-2",
3184
3187
  "sa-east-1",
3185
3188
  "cn-north-1",
3189
+ "cn-northwest-1",
3186
3190
  "ap-south-1"
3187
3191
  ],
3188
3192
  "max":64,
@@ -3724,6 +3728,7 @@
3724
3728
  "us-west-2",
3725
3729
  "eu-west-1",
3726
3730
  "eu-west-2",
3731
+ "eu-west-3",
3727
3732
  "eu-central-1",
3728
3733
  "ap-southeast-1",
3729
3734
  "ap-southeast-2",
@@ -37,6 +37,9 @@
37
37
  "eu-west-2" : {
38
38
  "description" : "EU (London)"
39
39
  },
40
+ "eu-west-3" : {
41
+ "description" : "EU (Paris)"
42
+ },
40
43
  "sa-east-1" : {
41
44
  "description" : "South America (Sao Paulo)"
42
45
  },
@@ -635,12 +638,15 @@
635
638
  "endpoints" : {
636
639
  "ap-northeast-1" : { },
637
640
  "ap-northeast-2" : { },
641
+ "ap-south-1" : { },
638
642
  "ap-southeast-1" : { },
639
643
  "ap-southeast-2" : { },
640
644
  "ca-central-1" : { },
641
645
  "eu-central-1" : { },
642
646
  "eu-west-1" : { },
643
647
  "eu-west-2" : { },
648
+ "eu-west-3" : { },
649
+ "sa-east-1" : { },
644
650
  "us-east-1" : { },
645
651
  "us-east-2" : { },
646
652
  "us-west-1" : { },
@@ -1702,6 +1708,9 @@
1702
1708
  "regions" : {
1703
1709
  "cn-north-1" : {
1704
1710
  "description" : "China (Beijing)"
1711
+ },
1712
+ "cn-northwest-1" : {
1713
+ "description" : "China (Ningxia)"
1705
1714
  }
1706
1715
  },
1707
1716
  "services" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.105'
2
+ VERSION = '2.10.106'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.105
4
+ version: 2.10.106
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services