aws-sdk-core 3.0.0.rc3 → 3.0.0.rc5

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: 2b367b9513d10af431235298f76327b90144a1fd
4
- data.tar.gz: 921ca14ca28f4c5ef0a946eb3b3730bba5355f88
3
+ metadata.gz: 2f76f71deb4680df1db6f931c0859af97d053109
4
+ data.tar.gz: e4e7539401b8711212050595fc2488d7940b19c6
5
5
  SHA512:
6
- metadata.gz: 994e0954d23f6130188b8b2087fffaf6c99cb8e0db2c6efd9dabb7ff62f4f4047a3923ce2a9a85270c34d696742cd752ce77b1573901b807d49941e632e8602d
7
- data.tar.gz: 113c307ce0841a5bd8218d840c9da85ea26f75b8944f27a98d1820c3d237aac5b87cf8622bd6c31b33571b3a7d07edd4827fb8d97347984792fd6d7fccadd1f9
6
+ metadata.gz: 5cc12685969f5f7d288b0aa4f2faed82aebeb0e11806fef40d1ae81cf42e81b2db7d6441e6a42e71b2184de222a4dd5d68876aec9a768b1ed31609cc2356ca3b
7
+ data.tar.gz: 2c6ba706816d3cd2fc6129d35df37a9545b24cd194bcbdac645100555b868d1ecbf4ba8c05c245c735de7245345995e7067f5f8e2c4ff0780a5e780cdf044d54
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0.rc3
1
+ 3.0.0.rc5
@@ -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, :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, :service_password, :shared_secret, :sse_customer_key, :ssekms_key_id, :task_parameters, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value, :values, :variables, :zip_file]
14
+ SENSITIVE = [:access_token, :account_name, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :email, :id, :id_token, :local_console_password, :master_account_email, :message, :name, :new_password, :notes, :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, :service_password, :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 = {})
data/lib/aws-sdk-sts.rb CHANGED
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.0.0.rc2'
43
+ GEM_VERSION = '3.0.0.rc4'
44
44
 
45
45
  end
@@ -392,6 +392,8 @@ module Aws::STS
392
392
  # resp.assumed_role_user.arn #=> String
393
393
  # resp.packed_policy_size #=> Integer
394
394
  #
395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRole AWS API Documentation
396
+ #
395
397
  # @overload assume_role(params = {})
396
398
  # @param [Hash] params ({})
397
399
  def assume_role(params = {}, options = {})
@@ -588,6 +590,8 @@ module Aws::STS
588
590
  # resp.audience #=> String
589
591
  # resp.name_qualifier #=> String
590
592
  #
593
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithSAML AWS API Documentation
594
+ #
591
595
  # @overload assume_role_with_saml(params = {})
592
596
  # @param [Hash] params ({})
593
597
  def assume_role_with_saml(params = {}, options = {})
@@ -822,6 +826,8 @@ module Aws::STS
822
826
  # resp.provider #=> String
823
827
  # resp.audience #=> String
824
828
  #
829
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithWebIdentity AWS API Documentation
830
+ #
825
831
  # @overload assume_role_with_web_identity(params = {})
826
832
  # @param [Hash] params ({})
827
833
  def assume_role_with_web_identity(params = {}, options = {})
@@ -887,6 +893,8 @@ module Aws::STS
887
893
  #
888
894
  # resp.decoded_message #=> String
889
895
  #
896
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/DecodeAuthorizationMessage AWS API Documentation
897
+ #
890
898
  # @overload decode_authorization_message(params = {})
891
899
  # @param [Hash] params ({})
892
900
  def decode_authorization_message(params = {}, options = {})
@@ -909,6 +917,8 @@ module Aws::STS
909
917
  # resp.account #=> String
910
918
  # resp.arn #=> String
911
919
  #
920
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetCallerIdentity AWS API Documentation
921
+ #
912
922
  # @overload get_caller_identity(params = {})
913
923
  # @param [Hash] params ({})
914
924
  def get_caller_identity(params = {}, options = {})
@@ -1096,6 +1106,8 @@ module Aws::STS
1096
1106
  # resp.federated_user.arn #=> String
1097
1107
  # resp.packed_policy_size #=> Integer
1098
1108
  #
1109
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetFederationToken AWS API Documentation
1110
+ #
1099
1111
  # @overload get_federation_token(params = {})
1100
1112
  # @param [Hash] params ({})
1101
1113
  def get_federation_token(params = {}, options = {})
@@ -1215,6 +1227,8 @@ module Aws::STS
1215
1227
  # resp.credentials.session_token #=> String
1216
1228
  # resp.credentials.expiration #=> Time
1217
1229
  #
1230
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetSessionToken AWS API Documentation
1231
+ #
1218
1232
  # @overload get_session_token(params = {})
1219
1233
  # @param [Hash] params ({})
1220
1234
  def get_session_token(params = {}, options = {})
@@ -1235,7 +1249,7 @@ module Aws::STS
1235
1249
  params: params,
1236
1250
  config: config)
1237
1251
  context[:gem_name] = 'aws-sdk-core'
1238
- context[:gem_version] = '3.0.0.rc2'
1252
+ context[:gem_version] = '3.0.0.rc4'
1239
1253
  Seahorse::Client::Request.new(handlers, context)
1240
1254
  end
1241
1255
 
@@ -147,6 +147,8 @@ module Aws::STS
147
147
  # a sequence of six numeric digits.
148
148
  # @return [String]
149
149
  #
150
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleRequest AWS API Documentation
151
+ #
150
152
  class AssumeRoleRequest < Struct.new(
151
153
  :role_arn,
152
154
  :role_session_name,
@@ -187,6 +189,8 @@ module Aws::STS
187
189
  # 100 percent, which means the policy exceeded the allowed space.
188
190
  # @return [Integer]
189
191
  #
192
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleResponse AWS API Documentation
193
+ #
190
194
  class AssumeRoleResponse < Struct.new(
191
195
  :credentials,
192
196
  :assumed_role_user,
@@ -285,6 +289,8 @@ module Aws::STS
285
289
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html
286
290
  # @return [Integer]
287
291
  #
292
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithSAMLRequest AWS API Documentation
293
+ #
288
294
  class AssumeRoleWithSAMLRequest < Struct.new(
289
295
  :role_arn,
290
296
  :principal_arn,
@@ -359,6 +365,8 @@ module Aws::STS
359
365
  # "/MySAMLIdP" ) )`
360
366
  # @return [String]
361
367
  #
368
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithSAMLResponse AWS API Documentation
369
+ #
362
370
  class AssumeRoleWithSAMLResponse < Struct.new(
363
371
  :credentials,
364
372
  :assumed_role_user,
@@ -477,6 +485,8 @@ module Aws::STS
477
485
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html
478
486
  # @return [Integer]
479
487
  #
488
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithWebIdentityRequest AWS API Documentation
489
+ #
480
490
  class AssumeRoleWithWebIdentityRequest < Struct.new(
481
491
  :role_arn,
482
492
  :role_session_name,
@@ -541,6 +551,8 @@ module Aws::STS
541
551
  # application that requested the web identity token.
542
552
  # @return [String]
543
553
  #
554
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumeRoleWithWebIdentityResponse AWS API Documentation
555
+ #
544
556
  class AssumeRoleWithWebIdentityResponse < Struct.new(
545
557
  :credentials,
546
558
  :subject_from_web_identity_token,
@@ -570,6 +582,8 @@ module Aws::STS
570
582
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
571
583
  # @return [String]
572
584
  #
585
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/AssumedRoleUser AWS API Documentation
586
+ #
573
587
  class AssumedRoleUser < Struct.new(
574
588
  :assumed_role_id,
575
589
  :arn)
@@ -596,6 +610,8 @@ module Aws::STS
596
610
  # The date on which the current credentials expire.
597
611
  # @return [Time]
598
612
  #
613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/Credentials AWS API Documentation
614
+ #
599
615
  class Credentials < Struct.new(
600
616
  :access_key_id,
601
617
  :secret_access_key,
@@ -615,6 +631,8 @@ module Aws::STS
615
631
  # The encoded message that was returned with the response.
616
632
  # @return [String]
617
633
  #
634
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/DecodeAuthorizationMessageRequest AWS API Documentation
635
+ #
618
636
  class DecodeAuthorizationMessageRequest < Struct.new(
619
637
  :encoded_message)
620
638
  include Aws::Structure
@@ -628,6 +646,8 @@ module Aws::STS
628
646
  # An XML document that contains the decoded message.
629
647
  # @return [String]
630
648
  #
649
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/DecodeAuthorizationMessageResponse AWS API Documentation
650
+ #
631
651
  class DecodeAuthorizationMessageResponse < Struct.new(
632
652
  :decoded_message)
633
653
  include Aws::Structure
@@ -651,6 +671,8 @@ module Aws::STS
651
671
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html
652
672
  # @return [String]
653
673
  #
674
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/FederatedUser AWS API Documentation
675
+ #
654
676
  class FederatedUser < Struct.new(
655
677
  :federated_user_id,
656
678
  :arn)
@@ -659,6 +681,8 @@ module Aws::STS
659
681
 
660
682
  # @api private
661
683
  #
684
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetCallerIdentityRequest AWS API Documentation
685
+ #
662
686
  class GetCallerIdentityRequest < Aws::EmptyStructure; end
663
687
 
664
688
  # Contains the response to a successful GetCallerIdentity request,
@@ -685,6 +709,8 @@ module Aws::STS
685
709
  # The AWS ARN associated with the calling entity.
686
710
  # @return [String]
687
711
  #
712
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetCallerIdentityResponse AWS API Documentation
713
+ #
688
714
  class GetCallerIdentityResponse < Struct.new(
689
715
  :user_id,
690
716
  :account,
@@ -765,6 +791,8 @@ module Aws::STS
765
791
  # hour.
766
792
  # @return [Integer]
767
793
  #
794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetFederationTokenRequest AWS API Documentation
795
+ #
768
796
  class GetFederationTokenRequest < Struct.new(
769
797
  :name,
770
798
  :policy,
@@ -800,6 +828,8 @@ module Aws::STS
800
828
  # than 100 percent of the allowed value.
801
829
  # @return [Integer]
802
830
  #
831
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetFederationTokenResponse AWS API Documentation
832
+ #
803
833
  class GetFederationTokenResponse < Struct.new(
804
834
  :credentials,
805
835
  :federated_user,
@@ -854,6 +884,8 @@ module Aws::STS
854
884
  # a sequence of six numeric digits.
855
885
  # @return [String]
856
886
  #
887
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetSessionTokenRequest AWS API Documentation
888
+ #
857
889
  class GetSessionTokenRequest < Struct.new(
858
890
  :duration_seconds,
859
891
  :serial_number,
@@ -876,6 +908,8 @@ module Aws::STS
876
908
  # larger sizes.
877
909
  # @return [Types::Credentials]
878
910
  #
911
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sts-2011-06-15/GetSessionTokenResponse AWS API Documentation
912
+ #
879
913
  class GetSessionTokenResponse < Struct.new(
880
914
  :credentials)
881
915
  include Aws::Structure
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.rc3
4
+ version: 3.0.0.rc5
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: 2017-01-24 00:00:00.000000000 Z
11
+ date: 2017-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath