aws-sdk-braket 1.1.0 → 1.2.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: 96b060f76772b74d9d65303e8afe82dca8f43893c57b52570cc73c42c76dda78
4
- data.tar.gz: 8cac3a30e13882a8421ac5c09c527110163ae5bcee3a67b37522447fb23aa22e
3
+ metadata.gz: 0e8dc4de02046e968e5ebc6b4e30a1d34718f3256e1884bd3e2e09f62871f787
4
+ data.tar.gz: 2a079c40c82111e9f62fda98d7488193cef081b511dbe818c431b4eb10e16586
5
5
  SHA512:
6
- metadata.gz: 5eb484d1366bea8937c77667cf1462762bdbce94c780713359554ab663e903ad9e61e7ad8de8ea9751043af017d4ab977a51c16641989c8f80f52e5bbcdfcfcd
7
- data.tar.gz: 48fefe381279099d20b0afa20418f20c4329c97e52383c2237b43e529dd22bc2728ca8d23d46772cd2689d09dec56c5ae816df2fd38108aaf5ac52605816dd96
6
+ metadata.gz: 29cded17f4b4cf0b3ec615553c3387f2ae30ff06529221e534921b0cba15d1361f14e444e4e581e0d4f94e461e89e47c6463230b471046b7045360f9c4fe97a8
7
+ data.tar.gz: 259ff78390872443668d082ec90ca2b13e745e8e1fde0d94d953302d1924cb6905dabc5de43518509245a1fddd1cd458b786352c141b2893cbe851b2831b5688
@@ -44,9 +44,9 @@ require_relative 'aws-sdk-braket/customizations'
44
44
  #
45
45
  # See {Errors} for more information.
46
46
  #
47
- # @service
47
+ # @!group service
48
48
  module Aws::Braket
49
49
 
50
- GEM_VERSION = '1.1.0'
50
+ GEM_VERSION = '1.2.0'
51
51
 
52
52
  end
@@ -85,13 +85,28 @@ module Aws::Braket
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::Braket
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
@@ -618,7 +633,7 @@ module Aws::Braket
618
633
  params: params,
619
634
  config: config)
620
635
  context[:gem_name] = 'aws-sdk-braket'
621
- context[:gem_version] = '1.1.0'
636
+ context[:gem_version] = '1.2.0'
622
637
  Seahorse::Client::Request.new(handlers, context)
623
638
  end
624
639
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-braket
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-14 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