aws-sdk-servicecatalog 1.45.0 → 1.46.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: dac08109df57709352d333a6a0dd83bea9d8d3abeee5545b2de54874acc3e309
4
- data.tar.gz: 19ea093240638eb4c4a4959776aac20870867d58ab3889ed7bc23955fdd58f70
3
+ metadata.gz: ca26fdae81ccf7a043f13658d3745f4fec213b36bd1a4bd7843803f5d9112ed0
4
+ data.tar.gz: c187445230ad385417fd0ee7078cd91b2d0114b0b9e79d82340b91793017bead
5
5
  SHA512:
6
- metadata.gz: 258c25d9f3fdbd6a9c1750b188de03f65b0e74f1b4d4291c1c83c825dcb6097c9cf76afb37babb7a69f2a6b0e8aa1f11d4291d754a9763a8538bd4ad42cbf521
7
- data.tar.gz: f2733310b3cd610db8dbbb04bb486f78f4e3415eb4bf85ec334ffc09ffa2f8c89e3b8901ffd366d4e1203cd237439e83321fa883929ced20428ffed2232bf27d
6
+ metadata.gz: 5a6cfe54a8e524ae19b02f5a2b5a28d3911586a5c706b6f7b39bbbf3752623cc59cd41a5d4493706518157eaf0f0bdb56f48235536f9b4463c780c5e0a9df1dd
7
+ data.tar.gz: 445d2266e1f28a64322507c7368c4b51c7448a9f658f16b126a480de824af88372eb13926ba5df3121d375afd648795eff35dd2906aee978a0a2bc1dc57d959a
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-servicecatalog/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::ServiceCatalog
49
49
 
50
- GEM_VERSION = '1.45.0'
50
+ GEM_VERSION = '1.46.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::ServiceCatalog
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::ServiceCatalog
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
@@ -5421,7 +5436,7 @@ module Aws::ServiceCatalog
5421
5436
  params: params,
5422
5437
  config: config)
5423
5438
  context[:gem_name] = 'aws-sdk-servicecatalog'
5424
- context[:gem_version] = '1.45.0'
5439
+ context[:gem_version] = '1.46.0'
5425
5440
  Seahorse::Client::Request.new(handlers, context)
5426
5441
  end
5427
5442
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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-08-19 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