aws-sdk-serverlessapplicationrepository 1.29.0 → 1.30.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: 2fa1154acb388ce4a67070c33eca193c8dfa84960509c6ce542b3cd4da3d7653
4
- data.tar.gz: 587d8248683b62c31b03b937ff228371ec000cb8d653f40cd1cd0a546a9ebcbc
3
+ metadata.gz: a69215e5c0f0e1d8db90d9ce4437c9ffa1e91726e8a7e0a3c8313a4d8eb4f862
4
+ data.tar.gz: 8410ad348b05d125ae5b4b6ad9e9389dbd0c114232dec81000dd3138bfefc922
5
5
  SHA512:
6
- metadata.gz: 875fad22f6743d2241a48b5af57d12bc9abc361aef28859fd87d61dec25cb70ebf0f290d5f93dc4634b9fb5214c11dea59fc38e8cafdc0199fcc72e02b2231ca
7
- data.tar.gz: d65863f40d565ae9dd2cdcd4a1464276b2bcb37edb85113bf60bb6d8cda45abd2f5c6e273b8c5ce7b5ffe714ad0c32db13ee88e34b2ebb7ed247ef98a03e6483
6
+ metadata.gz: 8e0e3387cc896b28fa185bc1d4de09b3d8d247952b9f0652527051f657d122dfc334908ca126189e614f6984d970234927445d831b004344a69f27a054166a8d
7
+ data.tar.gz: 0cb9fb777e05fa3b72a04cd59bf7e7ac2f8e382840c034ebdc4eef29a4f4bb173379bedaff03f694f5c6abef71b86c0c128ea5f1b4f87ac3d50fa6f030f022b7
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::ServerlessApplicationRepository
49
49
 
50
- GEM_VERSION = '1.29.0'
50
+ GEM_VERSION = '1.30.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::ServerlessApplicationRepository
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::ServerlessApplicationRepository
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
@@ -1123,7 +1138,7 @@ module Aws::ServerlessApplicationRepository
1123
1138
  params: params,
1124
1139
  config: config)
1125
1140
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
1126
- context[:gem_version] = '1.29.0'
1141
+ context[:gem_version] = '1.30.0'
1127
1142
  Seahorse::Client::Request.new(handlers, context)
1128
1143
  end
1129
1144
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.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