aws-sdk-mediastore 1.26.1 → 1.27.0

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
  SHA256:
3
- metadata.gz: db2ffc388500463b5a9b17e1bb81b6c65379242336e4161489cc2c0f67ac2159
4
- data.tar.gz: 853d4a703f2787533516ee2588ad5f62fa155a88ca6cc7796cb6642a4be4ef14
3
+ metadata.gz: 2dafeb886ed099f30111a5e2a5e4f839939047c4d3fb75c303acfe7abc998ec0
4
+ data.tar.gz: b6a134dad0d0dd2c99dc508bf0a4ac7761598cd5a794d9ae6c7dbdc5059c89c4
5
5
  SHA512:
6
- metadata.gz: 2b2faf710d126586fb7459664ea1bc5bd8fa165c1314f410e384ab3fa03885910b1ae0c56ac5a24cb53c3b980d46a677b61a1f0b4849b319bf6b8c6fc0b067e8
7
- data.tar.gz: 15b1a32b6ae57d6fde326d78879c4fc24e8523df4445d4561ddcc89977e5cd57eee8a6f338f0769c02e865ec80d68eeba1c8164871ce249070ec537f80bc7eca
6
+ metadata.gz: 979ffd660a3b879a6a4dce43f5fee894268eed2951b3b13ea9ef8729ecb63404958bc172ca86d99706842c699ff95066a679055939311376e11b12bc7c1445b8
7
+ data.tar.gz: e3f3a547be2f7991003ffb18443893b5ee114e98ee22dde5201e662de5536eaa81df61298fdf94e20fdbe2ed99eb14bb2e066e8efbd82e4252b6e7073ba7bfe6
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-mediastore/customizations'
45
47
  # @service
46
48
  module Aws::MediaStore
47
49
 
48
- GEM_VERSION = '1.26.1'
50
+ GEM_VERSION = '1.27.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1086,7 +1088,7 @@ module Aws::MediaStore
1086
1088
  params: params,
1087
1089
  config: config)
1088
1090
  context[:gem_name] = 'aws-sdk-mediastore'
1089
- context[:gem_version] = '1.26.1'
1091
+ context[:gem_version] = '1.27.0'
1090
1092
  Seahorse::Client::Request.new(handlers, context)
1091
1093
  end
1092
1094
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -62,6 +64,7 @@ module Aws::MediaStore
62
64
  :name,
63
65
  :status,
64
66
  :access_logging_enabled)
67
+ SENSITIVE = []
65
68
  include Aws::Structure
66
69
  end
67
70
 
@@ -75,6 +78,7 @@ module Aws::MediaStore
75
78
  #
76
79
  class ContainerInUseException < Struct.new(
77
80
  :message)
81
+ SENSITIVE = []
78
82
  include Aws::Structure
79
83
  end
80
84
 
@@ -87,6 +91,7 @@ module Aws::MediaStore
87
91
  #
88
92
  class ContainerNotFoundException < Struct.new(
89
93
  :message)
94
+ SENSITIVE = []
90
95
  include Aws::Structure
91
96
  end
92
97
 
@@ -99,6 +104,7 @@ module Aws::MediaStore
99
104
  #
100
105
  class CorsPolicyNotFoundException < Struct.new(
101
106
  :message)
107
+ SENSITIVE = []
102
108
  include Aws::Structure
103
109
  end
104
110
 
@@ -169,6 +175,7 @@ module Aws::MediaStore
169
175
  :allowed_headers,
170
176
  :max_age_seconds,
171
177
  :expose_headers)
178
+ SENSITIVE = []
172
179
  include Aws::Structure
173
180
  end
174
181
 
@@ -212,6 +219,7 @@ module Aws::MediaStore
212
219
  class CreateContainerInput < Struct.new(
213
220
  :container_name,
214
221
  :tags)
222
+ SENSITIVE = []
215
223
  include Aws::Structure
216
224
  end
217
225
 
@@ -240,6 +248,7 @@ module Aws::MediaStore
240
248
  #
241
249
  class CreateContainerOutput < Struct.new(
242
250
  :container)
251
+ SENSITIVE = []
243
252
  include Aws::Structure
244
253
  end
245
254
 
@@ -258,6 +267,7 @@ module Aws::MediaStore
258
267
  #
259
268
  class DeleteContainerInput < Struct.new(
260
269
  :container_name)
270
+ SENSITIVE = []
261
271
  include Aws::Structure
262
272
  end
263
273
 
@@ -280,6 +290,7 @@ module Aws::MediaStore
280
290
  #
281
291
  class DeleteContainerPolicyInput < Struct.new(
282
292
  :container_name)
293
+ SENSITIVE = []
283
294
  include Aws::Structure
284
295
  end
285
296
 
@@ -302,6 +313,7 @@ module Aws::MediaStore
302
313
  #
303
314
  class DeleteCorsPolicyInput < Struct.new(
304
315
  :container_name)
316
+ SENSITIVE = []
305
317
  include Aws::Structure
306
318
  end
307
319
 
@@ -324,6 +336,7 @@ module Aws::MediaStore
324
336
  #
325
337
  class DeleteLifecyclePolicyInput < Struct.new(
326
338
  :container_name)
339
+ SENSITIVE = []
327
340
  include Aws::Structure
328
341
  end
329
342
 
@@ -347,6 +360,7 @@ module Aws::MediaStore
347
360
  #
348
361
  class DeleteMetricPolicyInput < Struct.new(
349
362
  :container_name)
363
+ SENSITIVE = []
350
364
  include Aws::Structure
351
365
  end
352
366
 
@@ -369,6 +383,7 @@ module Aws::MediaStore
369
383
  #
370
384
  class DescribeContainerInput < Struct.new(
371
385
  :container_name)
386
+ SENSITIVE = []
372
387
  include Aws::Structure
373
388
  end
374
389
 
@@ -380,6 +395,7 @@ module Aws::MediaStore
380
395
  #
381
396
  class DescribeContainerOutput < Struct.new(
382
397
  :container)
398
+ SENSITIVE = []
383
399
  include Aws::Structure
384
400
  end
385
401
 
@@ -398,6 +414,7 @@ module Aws::MediaStore
398
414
  #
399
415
  class GetContainerPolicyInput < Struct.new(
400
416
  :container_name)
417
+ SENSITIVE = []
401
418
  include Aws::Structure
402
419
  end
403
420
 
@@ -409,6 +426,7 @@ module Aws::MediaStore
409
426
  #
410
427
  class GetContainerPolicyOutput < Struct.new(
411
428
  :policy)
429
+ SENSITIVE = []
412
430
  include Aws::Structure
413
431
  end
414
432
 
@@ -427,6 +445,7 @@ module Aws::MediaStore
427
445
  #
428
446
  class GetCorsPolicyInput < Struct.new(
429
447
  :container_name)
448
+ SENSITIVE = []
430
449
  include Aws::Structure
431
450
  end
432
451
 
@@ -438,6 +457,7 @@ module Aws::MediaStore
438
457
  #
439
458
  class GetCorsPolicyOutput < Struct.new(
440
459
  :cors_policy)
460
+ SENSITIVE = []
441
461
  include Aws::Structure
442
462
  end
443
463
 
@@ -457,6 +477,7 @@ module Aws::MediaStore
457
477
  #
458
478
  class GetLifecyclePolicyInput < Struct.new(
459
479
  :container_name)
480
+ SENSITIVE = []
460
481
  include Aws::Structure
461
482
  end
462
483
 
@@ -468,6 +489,7 @@ module Aws::MediaStore
468
489
  #
469
490
  class GetLifecyclePolicyOutput < Struct.new(
470
491
  :lifecycle_policy)
492
+ SENSITIVE = []
471
493
  include Aws::Structure
472
494
  end
473
495
 
@@ -486,6 +508,7 @@ module Aws::MediaStore
486
508
  #
487
509
  class GetMetricPolicyInput < Struct.new(
488
510
  :container_name)
511
+ SENSITIVE = []
489
512
  include Aws::Structure
490
513
  end
491
514
 
@@ -497,6 +520,7 @@ module Aws::MediaStore
497
520
  #
498
521
  class GetMetricPolicyOutput < Struct.new(
499
522
  :metric_policy)
523
+ SENSITIVE = []
500
524
  include Aws::Structure
501
525
  end
502
526
 
@@ -509,6 +533,7 @@ module Aws::MediaStore
509
533
  #
510
534
  class InternalServerError < Struct.new(
511
535
  :message)
536
+ SENSITIVE = []
512
537
  include Aws::Structure
513
538
  end
514
539
 
@@ -521,6 +546,7 @@ module Aws::MediaStore
521
546
  #
522
547
  class LimitExceededException < Struct.new(
523
548
  :message)
549
+ SENSITIVE = []
524
550
  include Aws::Structure
525
551
  end
526
552
 
@@ -549,6 +575,7 @@ module Aws::MediaStore
549
575
  class ListContainersInput < Struct.new(
550
576
  :next_token,
551
577
  :max_results)
578
+ SENSITIVE = []
552
579
  include Aws::Structure
553
580
  end
554
581
 
@@ -568,6 +595,7 @@ module Aws::MediaStore
568
595
  class ListContainersOutput < Struct.new(
569
596
  :containers,
570
597
  :next_token)
598
+ SENSITIVE = []
571
599
  include Aws::Structure
572
600
  end
573
601
 
@@ -586,6 +614,7 @@ module Aws::MediaStore
586
614
  #
587
615
  class ListTagsForResourceInput < Struct.new(
588
616
  :resource)
617
+ SENSITIVE = []
589
618
  include Aws::Structure
590
619
  end
591
620
 
@@ -597,6 +626,7 @@ module Aws::MediaStore
597
626
  #
598
627
  class ListTagsForResourceOutput < Struct.new(
599
628
  :tags)
629
+ SENSITIVE = []
600
630
  include Aws::Structure
601
631
  end
602
632
 
@@ -648,6 +678,7 @@ module Aws::MediaStore
648
678
  class MetricPolicy < Struct.new(
649
679
  :container_level_metrics,
650
680
  :metric_policy_rules)
681
+ SENSITIVE = []
651
682
  include Aws::Structure
652
683
  end
653
684
 
@@ -683,6 +714,7 @@ module Aws::MediaStore
683
714
  class MetricPolicyRule < Struct.new(
684
715
  :object_group,
685
716
  :object_group_name)
717
+ SENSITIVE = []
686
718
  include Aws::Structure
687
719
  end
688
720
 
@@ -695,6 +727,7 @@ module Aws::MediaStore
695
727
  #
696
728
  class PolicyNotFoundException < Struct.new(
697
729
  :message)
730
+ SENSITIVE = []
698
731
  include Aws::Structure
699
732
  end
700
733
 
@@ -724,6 +757,7 @@ module Aws::MediaStore
724
757
  class PutContainerPolicyInput < Struct.new(
725
758
  :container_name,
726
759
  :policy)
760
+ SENSITIVE = []
727
761
  include Aws::Structure
728
762
  end
729
763
 
@@ -761,6 +795,7 @@ module Aws::MediaStore
761
795
  class PutCorsPolicyInput < Struct.new(
762
796
  :container_name,
763
797
  :cors_policy)
798
+ SENSITIVE = []
764
799
  include Aws::Structure
765
800
  end
766
801
 
@@ -790,6 +825,7 @@ module Aws::MediaStore
790
825
  class PutLifecyclePolicyInput < Struct.new(
791
826
  :container_name,
792
827
  :lifecycle_policy)
828
+ SENSITIVE = []
793
829
  include Aws::Structure
794
830
  end
795
831
 
@@ -842,6 +878,7 @@ module Aws::MediaStore
842
878
  class PutMetricPolicyInput < Struct.new(
843
879
  :container_name,
844
880
  :metric_policy)
881
+ SENSITIVE = []
845
882
  include Aws::Structure
846
883
  end
847
884
 
@@ -864,6 +901,7 @@ module Aws::MediaStore
864
901
  #
865
902
  class StartAccessLoggingInput < Struct.new(
866
903
  :container_name)
904
+ SENSITIVE = []
867
905
  include Aws::Structure
868
906
  end
869
907
 
@@ -886,6 +924,7 @@ module Aws::MediaStore
886
924
  #
887
925
  class StopAccessLoggingInput < Struct.new(
888
926
  :container_name)
927
+ SENSITIVE = []
889
928
  include Aws::Structure
890
929
  end
891
930
 
@@ -930,6 +969,7 @@ module Aws::MediaStore
930
969
  class Tag < Struct.new(
931
970
  :key,
932
971
  :value)
972
+ SENSITIVE = []
933
973
  include Aws::Structure
934
974
  end
935
975
 
@@ -966,6 +1006,7 @@ module Aws::MediaStore
966
1006
  class TagResourceInput < Struct.new(
967
1007
  :resource,
968
1008
  :tags)
1009
+ SENSITIVE = []
969
1010
  include Aws::Structure
970
1011
  end
971
1012
 
@@ -998,6 +1039,7 @@ module Aws::MediaStore
998
1039
  class UntagResourceInput < Struct.new(
999
1040
  :resource,
1000
1041
  :tag_keys)
1042
+ SENSITIVE = []
1001
1043
  include Aws::Structure
1002
1044
  end
1003
1045
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.1
4
+ version: 1.27.0
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core