aws-sdk-core 2.11.307 → 2.11.308

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: cc0cba00d431484df16f0dd35bc8447b629464bc
4
- data.tar.gz: fe2e08180a7eeecbc6e9476bcca3ff5a6bc26763
3
+ metadata.gz: fb18d9b9f9eea8d2893bc1c2ab452b6f0514ff5a
4
+ data.tar.gz: e7ae422e978ebfd0824e2aa1d10f686226a55437
5
5
  SHA512:
6
- metadata.gz: 554d0ca7692c3f3e36d32103fc3fd9aa7026d9cd658a9570c27629ec1198d35b9036a4a3c94238653dc8de0a28377514d566b5fc4ada109325097e66553ef2e2
7
- data.tar.gz: 3599921a39706bf31624fe86c2d4cbd0172e5035c17cf89029c2ffb2e1fd402f7d127fe2b47f2074c1aa09700c4e360f01637a151d8485b2944466f7c612fe06
6
+ metadata.gz: 5534cf4c203cd3bb2358674f22d196481aeb426174247201e22357fc17d4b84ff5d926eb37a215a2887d259e7d90a553c2d4612c7ca1f827cc53d811dd941bbd
7
+ data.tar.gz: 3e01dfd30af4af01f402d9b197edf132f9ae03b6da4a19a5a8e02eae57bf5a5fab8011e20b27aac6b53f6ac464af25bdcef48f2e6a0381d5dbf870bcae36a670
@@ -1497,6 +1497,7 @@
1497
1497
  "State":{"shape":"ImageState"},
1498
1498
  "Visibility":{"shape":"VisibilityType"},
1499
1499
  "ImageBuilderSupported":{"shape":"Boolean"},
1500
+ "ImageBuilderName":{"shape":"String"},
1500
1501
  "Platform":{"shape":"PlatformType"},
1501
1502
  "Description":{"shape":"String"},
1502
1503
  "StateChangeReason":{"shape":"ImageStateChangeReason"},
@@ -1524,6 +1525,7 @@
1524
1525
  "CreatedTime":{"shape":"Timestamp"},
1525
1526
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
1526
1527
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
1528
+ "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
1527
1529
  "ImageBuilderErrors":{"shape":"ResourceErrors"},
1528
1530
  "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
1529
1531
  }
@@ -157,6 +157,20 @@
157
157
  {"shape":"InternalServerError"}
158
158
  ]
159
159
  },
160
+ "ListTagsForResource":{
161
+ "name":"ListTagsForResource",
162
+ "http":{
163
+ "method":"POST",
164
+ "requestUri":"/"
165
+ },
166
+ "input":{"shape":"ListTagsForResourceInput"},
167
+ "output":{"shape":"ListTagsForResourceOutput"},
168
+ "errors":[
169
+ {"shape":"ContainerInUseException"},
170
+ {"shape":"ContainerNotFoundException"},
171
+ {"shape":"InternalServerError"}
172
+ ]
173
+ },
160
174
  "PutContainerPolicy":{
161
175
  "name":"PutContainerPolicy",
162
176
  "http":{
@@ -226,6 +240,34 @@
226
240
  {"shape":"ContainerNotFoundException"},
227
241
  {"shape":"InternalServerError"}
228
242
  ]
243
+ },
244
+ "TagResource":{
245
+ "name":"TagResource",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/"
249
+ },
250
+ "input":{"shape":"TagResourceInput"},
251
+ "output":{"shape":"TagResourceOutput"},
252
+ "errors":[
253
+ {"shape":"ContainerInUseException"},
254
+ {"shape":"ContainerNotFoundException"},
255
+ {"shape":"InternalServerError"}
256
+ ]
257
+ },
258
+ "UntagResource":{
259
+ "name":"UntagResource",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"UntagResourceInput"},
265
+ "output":{"shape":"UntagResourceOutput"},
266
+ "errors":[
267
+ {"shape":"ContainerInUseException"},
268
+ {"shape":"ContainerNotFoundException"},
269
+ {"shape":"InternalServerError"}
270
+ ]
229
271
  }
230
272
  },
231
273
  "shapes":{
@@ -262,7 +304,7 @@
262
304
  "type":"string",
263
305
  "max":1024,
264
306
  "min":1,
265
- "pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/\\w{1,255}"
307
+ "pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/[\\w-]{1,255}"
266
308
  },
267
309
  "ContainerAccessLoggingEnabled":{"type":"boolean"},
268
310
  "ContainerInUseException":{
@@ -298,7 +340,7 @@
298
340
  "type":"string",
299
341
  "max":8192,
300
342
  "min":1,
301
- "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
343
+ "pattern":"[\\x00-\\x7F]+"
302
344
  },
303
345
  "ContainerStatus":{
304
346
  "type":"string",
@@ -341,7 +383,8 @@
341
383
  "type":"structure",
342
384
  "required":["ContainerName"],
343
385
  "members":{
344
- "ContainerName":{"shape":"ContainerName"}
386
+ "ContainerName":{"shape":"ContainerName"},
387
+ "Tags":{"shape":"TagList"}
345
388
  }
346
389
  },
347
390
  "CreateContainerOutput":{
@@ -512,6 +555,19 @@
512
555
  "NextToken":{"shape":"PaginationToken"}
513
556
  }
514
557
  },
558
+ "ListTagsForResourceInput":{
559
+ "type":"structure",
560
+ "required":["Resource"],
561
+ "members":{
562
+ "Resource":{"shape":"ContainerARN"}
563
+ }
564
+ },
565
+ "ListTagsForResourceOutput":{
566
+ "type":"structure",
567
+ "members":{
568
+ "Tags":{"shape":"TagList"}
569
+ }
570
+ },
515
571
  "MaxAgeSeconds":{
516
572
  "type":"integer",
517
573
  "max":2147483647,
@@ -617,6 +673,63 @@
617
673
  "members":{
618
674
  }
619
675
  },
620
- "TimeStamp":{"type":"timestamp"}
676
+ "Tag":{
677
+ "type":"structure",
678
+ "members":{
679
+ "Key":{"shape":"TagKey"},
680
+ "Value":{"shape":"TagValue"}
681
+ }
682
+ },
683
+ "TagKey":{
684
+ "type":"string",
685
+ "max":128,
686
+ "min":1
687
+ },
688
+ "TagKeyList":{
689
+ "type":"list",
690
+ "member":{"shape":"TagKey"}
691
+ },
692
+ "TagList":{
693
+ "type":"list",
694
+ "member":{"shape":"Tag"}
695
+ },
696
+ "TagResourceInput":{
697
+ "type":"structure",
698
+ "required":[
699
+ "Resource",
700
+ "Tags"
701
+ ],
702
+ "members":{
703
+ "Resource":{"shape":"ContainerARN"},
704
+ "Tags":{"shape":"TagList"}
705
+ }
706
+ },
707
+ "TagResourceOutput":{
708
+ "type":"structure",
709
+ "members":{
710
+ }
711
+ },
712
+ "TagValue":{
713
+ "type":"string",
714
+ "max":256,
715
+ "min":0
716
+ },
717
+ "TimeStamp":{"type":"timestamp"},
718
+ "UntagResourceInput":{
719
+ "type":"structure",
720
+ "required":[
721
+ "Resource",
722
+ "TagKeys"
723
+ ],
724
+ "members":{
725
+ "Resource":{"shape":"ContainerARN"},
726
+ "TagKeys":{"shape":"TagKeyList"}
727
+ }
728
+ },
729
+ "UntagResourceOutput":{
730
+ "type":"structure",
731
+ "members":{
732
+ }
733
+ }
621
734
  }
622
735
  }
@@ -1,4 +1,9 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListContainers": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
3
8
  }
4
9
  }
data/endpoints.json CHANGED
@@ -3813,6 +3813,7 @@
3813
3813
  },
3814
3814
  "codebuild" : {
3815
3815
  "endpoints" : {
3816
+ "us-gov-east-1" : { },
3816
3817
  "us-gov-west-1" : { }
3817
3818
  }
3818
3819
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.307'
2
+ VERSION = '2.11.308'
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.307
4
+ version: 2.11.308
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-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath