aws-sdk-pinpointsmsvoice 1.18.0 → 1.19.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: f20d7834c10f0123ad60b90b76437ba661539c48ffe0b9665c853f9b6a4cc548
4
- data.tar.gz: 9d724db9227cbc5c58869160a62030ddacc9891e857ce78b2758c51e8fb8cd1c
3
+ metadata.gz: a54366e6cc0e50304ad26e9cfcfd059ae104472c7862f61357f3ee28eba1a77d
4
+ data.tar.gz: 6ded8b344e4995dc554d087b3b1eda6493666a0ff3e45e7898dd9c56aacf63e4
5
5
  SHA512:
6
- metadata.gz: 0515044d2b0bb5d6409da4bfc8c9d9120deca711d4e86797d72ee5805027c045918ffce0793f4c77548e362e73cbc409b68121000a3668bd3a56934e93be2fdd
7
- data.tar.gz: 720ddab5fb96069fc03b29a9650dfcafc139182ed16b911f94252b9ca0457272e41320cdcd2b6f055fdd43c48f41a1b2dc2c86bb87949e93f8775d58403ec9a1
6
+ metadata.gz: 179186907a5c7d6777153357e9b61ef4279045a565c5a54d1df040540b06673eeb08091eb5b65b48c67c29e0df034319a458005bf635fad378012605ab201f39
7
+ data.tar.gz: 13f7e4c4d1a2b02d112bf8c2ea844696170965ce8976e946c71cf1e2feec10c6e9fa17f4a70259d05fccbe3d163aa022bd6f313292d574525e91d9f4d11f89b6
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-pinpointsmsvoice/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::PinpointSMSVoice
49
49
 
50
- GEM_VERSION = '1.18.0'
50
+ GEM_VERSION = '1.19.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::PinpointSMSVoice
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::PinpointSMSVoice
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
@@ -617,7 +632,7 @@ module Aws::PinpointSMSVoice
617
632
  params: params,
618
633
  config: config)
619
634
  context[:gem_name] = 'aws-sdk-pinpointsmsvoice'
620
- context[:gem_version] = '1.18.0'
635
+ context[:gem_version] = '1.19.0'
621
636
  Seahorse::Client::Request.new(handlers, context)
622
637
  end
623
638
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pinpointsmsvoice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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