aws-sdk-kinesisvideomedia 1.23.0 → 1.24.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: 041ec3d14ba878e1b54953329c3a8a6ed174de48c66dc3d71020fd9f0c41cbc8
4
- data.tar.gz: b2d7eb2491ece098fc572e2034a56a05438612e3e45cb779c6d073eee3fc3d1b
3
+ metadata.gz: 2011aeaf190b00230275d92f83e7da7e1b3eba74ae08b29214e958d018bf2e0d
4
+ data.tar.gz: b07d8b247ef96d838e7c2306bbe3c615b335a4b1154ee2a9ce15cc316b89e3ae
5
5
  SHA512:
6
- metadata.gz: 2b8d3b7c3e080d8600db88c06e57a6e1c2e91c8d94a2de72259881fcd3003001be079ce5c6ee545f04a73696088ded9f2cbf22020ed4faa56cabb475d2e3a078
7
- data.tar.gz: 6bb166612527180410a0791344b396d31528516a71655332b7d9115f70c2f8eddf18b7e4091392edb838e02b4462f4dd8a7988d5291f0b41dc087579ab54a9ef
6
+ metadata.gz: a52fb07b18304021b4522ba0eb17ada304f465d0ec4fbe2f2fdfdc0de4abe4b185c2e528583c6a99119069ceaf4a0e2ad4093a540be5a9284da34ad71c85da04
7
+ data.tar.gz: 28fc53a3ed5b1aa37ada1f6c6d9103bd1ed53e7daefc3d6666505146bb30c480364fb5a0809ae28032548c89178b94662b0e154acf49b7c3499cbb69a9bd02d2
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-kinesisvideomedia/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::KinesisVideoMedia
49
49
 
50
- GEM_VERSION = '1.23.0'
50
+ GEM_VERSION = '1.24.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::KinesisVideoMedia
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::KinesisVideoMedia
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
@@ -422,7 +437,7 @@ module Aws::KinesisVideoMedia
422
437
  params: params,
423
438
  config: config)
424
439
  context[:gem_name] = 'aws-sdk-kinesisvideomedia'
425
- context[:gem_version] = '1.23.0'
440
+ context[:gem_version] = '1.24.0'
426
441
  Seahorse::Client::Request.new(handlers, context)
427
442
  end
428
443
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideomedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-23 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