aws-sdk-core 3.0.0.rc1 → 3.0.0.rc2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e4f1822eb0e1815239c7f5284a1d466e0e4ba0c
4
- data.tar.gz: 150fd580bed39bac52369761644e9e092cb0cab9
3
+ metadata.gz: 4231d08283aa109096c98fd0229868c31d33c2d2
4
+ data.tar.gz: 0b2b655f8efc8018152d22ea594b78a98ebfd3f7
5
5
  SHA512:
6
- metadata.gz: 014f004251f0220e1d68f80e435263785a453d93961f03556cbcf851744d35bb906690178f513bffa3d96623468e758b27e71eccb1d64e1a3c637be86a38d933
7
- data.tar.gz: 6f7eea4fe5581a818c9d2487e44f9357dc9471669f040916e07e1543f38d437412471c40d8455fdc2d1e75e21317224ac0ea3c1ba315832369c85c3ab4f09c5d
6
+ metadata.gz: 756a7b9463f304c0683952010fe8ae32381768c9450f9fb3e95b78d1453b950f75d91c6a6d8264760d4f9423b57128fa29e43a0125e2d5fdb7ca56691ce80748
7
+ data.tar.gz: 881b851bab028471e49efb823c31bf52016c4564550e8aab4e094b98ccf4490e23efbb6d0395c83934b3babc37be6344781bc53d53c66c17ec2972176d6c7438
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc1
1
+ 3.0.0.rc2
@@ -11,7 +11,7 @@ module Aws
11
11
  #
12
12
  # @api private
13
13
  # begin
14
- SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :id_token, :local_console_password, :new_password, :old_password, :password, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value]
14
+ SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :id_token, :local_console_password, :message, :name, :new_password, :old_password, :owner_information, :parameters, :password, :payload, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :task_parameters, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value, :values, :variables, :zip_file]
15
15
  # end
16
16
 
17
17
  def initialize(options = {})
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '1.0.0.rc1'
43
+ GEM_VERSION = '3.0.0.rc2'
44
44
 
45
45
  end
@@ -664,7 +664,7 @@ module Aws
664
664
  # [7]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_assumerole.html
665
665
  # [8]: http://openid.net/specs/openid-connect-core-1_0.html#Claims
666
666
  # [9]: http://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes
667
- # [10]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual
667
+ # [10]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual.html
668
668
  # [11]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity
669
669
  # [12]: https://web-identity-federation-playground.s3.amazonaws.com/index.html
670
670
  # [13]: http://aws.amazon.com/articles/4617974389850313
@@ -912,7 +912,7 @@ module Aws
912
912
  #
913
913
  # * You cannot use these credentials to call any IAM APIs.
914
914
  #
915
- # * You cannot call any STS APIs.
915
+ # * You cannot call any STS APIs except `GetCallerIdentity`.
916
916
  #
917
917
  # **Permissions**
918
918
  #
@@ -1078,7 +1078,8 @@ module Aws
1078
1078
  # * You cannot call any IAM APIs unless MFA authentication information
1079
1079
  # is included in the request.
1080
1080
  #
1081
- # * You cannot call any STS API *except* `AssumeRole`.
1081
+ # * You cannot call any STS API *except* `AssumeRole` or
1082
+ # `GetCallerIdentity`.
1082
1083
  #
1083
1084
  # <note markdown="1"> We recommend that you do not call `GetSessionToken` with root account
1084
1085
  # credentials. Instead, follow our [best practices][3] by creating one
@@ -1172,7 +1173,7 @@ module Aws
1172
1173
  params: params,
1173
1174
  config: config)
1174
1175
  context[:gem_name] = 'aws-sdk-core'
1175
- context[:gem_version] = '1.0.0.rc1'
1176
+ context[:gem_version] = '3.0.0.rc2'
1176
1177
  Seahorse::Client::Request.new(handlers, context)
1177
1178
  end
1178
1179
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.rc1
4
+ version: 3.0.0.rc2
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: 2016-12-05 00:00:00.000000000 Z
11
+ date: 2016-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath