aws-sdk-mediastore 1.23.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-mediastore.rb +4 -2
- data/lib/aws-sdk-mediastore/client.rb +30 -11
- data/lib/aws-sdk-mediastore/client_api.rb +2 -0
- data/lib/aws-sdk-mediastore/errors.rb +2 -0
- data/lib/aws-sdk-mediastore/resource.rb +2 -0
- data/lib/aws-sdk-mediastore/types.rb +42 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1923caf8f9f77c2b498f9ed2441ab54beb41beefee21e5463bcb7e26a9213200
|
4
|
+
data.tar.gz: 3958f06892864342ef47867d18e95bd2bcc403726ec05eebb2461431123c98c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15c275808d63a205195de1d995187690f094bf22b83ffe013eba0d609814db490e53334cddb4fa05250f584dcd19042734c989bfd4a5dd25f9066968327702cf
|
7
|
+
data.tar.gz: 351e1d6548eb013092304fea6cd8cb818c248e738f4173080585e870f5e7f9b79498900422ee0db15332d353e263d0063af4d83cea53de1ffe831b5c98319a36
|
data/lib/aws-sdk-mediastore.rb
CHANGED
@@ -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:
|
@@ -42,9 +44,9 @@ require_relative 'aws-sdk-mediastore/customizations'
|
|
42
44
|
#
|
43
45
|
# See {Errors} for more information.
|
44
46
|
#
|
45
|
-
#
|
47
|
+
# @!group service
|
46
48
|
module Aws::MediaStore
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.28.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:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::MediaStore
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -81,13 +85,28 @@ module Aws::MediaStore
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,15 +116,15 @@ module Aws::MediaStore
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
107
126
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
127
|
+
# a default `:region` is searched for in the following locations:
|
109
128
|
#
|
110
129
|
# * `Aws.config[:region]`
|
111
130
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +180,7 @@ module Aws::MediaStore
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +195,7 @@ module Aws::MediaStore
|
|
176
195
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
196
|
#
|
178
197
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
198
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
199
|
#
|
181
200
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
201
|
# The log formatter.
|
@@ -1084,7 +1103,7 @@ module Aws::MediaStore
|
|
1084
1103
|
params: params,
|
1085
1104
|
config: config)
|
1086
1105
|
context[:gem_name] = 'aws-sdk-mediastore'
|
1087
|
-
context[:gem_version] = '1.
|
1106
|
+
context[:gem_version] = '1.28.0'
|
1088
1107
|
Seahorse::Client::Request.new(handlers, context)
|
1089
1108
|
end
|
1090
1109
|
|
@@ -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.
|
4
|
+
version: 1.28.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-
|
11
|
+
date: 2020-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.99.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
83
|
rubyforge_project:
|
84
|
-
rubygems_version: 2.
|
84
|
+
rubygems_version: 2.7.6.2
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: AWS SDK for Ruby - MediaStore
|