aws-sdk-medialive 1.51.0 → 1.52.0

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
  SHA256:
3
- metadata.gz: 8f22aa485e531b667a528fed18db153d5368e4d6d947b1b8cd2d42392af81017
4
- data.tar.gz: 793ffa336c917835c67bd10cae96af253e40937341dd5bfa9bdb20889c2df8ab
3
+ metadata.gz: 15bf9b1efa3dd468cebf515f53f817f21da1ac4617e27145c1aaab9068fb6140
4
+ data.tar.gz: 341bbfd4abebc32834c08d8d2c64f7576a5bb02c9684f0be6ce63758fec13918
5
5
  SHA512:
6
- metadata.gz: 9d528901d737dcf3226f700ea10c962ee43863d96339c11c4eedd56b70b30c76110b5cf194ed8f2ab04ff79d3fe71eb02575488b5dc5f42dfe2cd9dd97bdf617
7
- data.tar.gz: 46f95b4b389e72d0470d0995c83a8ccd81d4f09259a5e3a68f1060ad9de8621ac6d5e0979b0c2a9de1682b9ab722374b683d8c3f7e9751633c8172337d206f89
6
+ metadata.gz: 1a77ca3a22e45723f0154d8d703477c5000787168d1a36f3ccad637552f199e43e6ab143ea6f9c331f545df9437be56db25985fdc94797edc8f0efd5ec53886a
7
+ data.tar.gz: 9701c6f2399db56da7e9eb706f481dbf8437a278ca89126d72aa31086edb33ba19154e611d7f3aa09fd3c07833c2a316a5328f0e47ee8b0d2f0e16f2b03f1f00
@@ -45,9 +45,9 @@ require_relative 'aws-sdk-medialive/customizations'
45
45
  #
46
46
  # See {Errors} for more information.
47
47
  #
48
- # @service
48
+ # @!group service
49
49
  module Aws::MediaLive
50
50
 
51
- GEM_VERSION = '1.51.0'
51
+ GEM_VERSION = '1.52.0'
52
52
 
53
53
  end
@@ -85,13 +85,28 @@ module Aws::MediaLive
85
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
86
86
  # credentials.
87
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
+ #
88
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
89
103
  # from an EC2 IMDS on an EC2 instance.
90
104
  #
91
- # * `Aws::SharedCredentials` - Used for loading credentials from a
92
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
93
107
  #
94
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
95
110
  #
96
111
  # When `:credentials` are not configured directly, the following
97
112
  # locations will be searched for credentials:
@@ -101,10 +116,10 @@ module Aws::MediaLive
101
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
102
117
  # * `~/.aws/credentials`
103
118
  # * `~/.aws/config`
104
- # * EC2 IMDS instance profile - When used by default, the timeouts are
105
- # very aggressive. Construct and pass an instance of
106
- # `Aws::InstanceProfileCredentails` to enable retries and extended
107
- # 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.
108
123
  #
109
124
  # @option options [required, String] :region
110
125
  # The AWS region to connect to. The configured `:region` is
@@ -8639,7 +8654,7 @@ module Aws::MediaLive
8639
8654
  params: params,
8640
8655
  config: config)
8641
8656
  context[:gem_name] = 'aws-sdk-medialive'
8642
- context[:gem_version] = '1.51.0'
8657
+ context[:gem_version] = '1.52.0'
8643
8658
  Seahorse::Client::Request.new(handlers, context)
8644
8659
  end
8645
8660
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.0
4
+ version: 1.52.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-07-28 00:00:00.000000000 Z
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