aws-sdk-organizations 1.64.0 → 1.65.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: c13780851241847ec8f6e304ed31bb4854d852055998f2bc4c67eecf750b84a4
4
- data.tar.gz: 2fa3d13fe6e1bdcf1569a2c994b6fa2eef9073bec79e60cc0c916991f0415a3d
3
+ metadata.gz: a556bc3c2bb3005ebba6d304898656dc46bdf92e1aa3f3820e074577570ada78
4
+ data.tar.gz: ec7937c0c8667fe10c0d5da80ca7c848814999b1d5af45e0c8596894d6ca5cf8
5
5
  SHA512:
6
- metadata.gz: 249d3803a7485bcc7d0d8d510a316bafc5e4b3599ae56d3894d8afc4837060ddd6a0b2f7c616ac1f0eb271ccf9f87ad78c8d6fcc86efb33ba9440c310306b8b4
7
- data.tar.gz: 374673b7c06bc9790830e8ac9e5129887bc3321877478a8fbe36883c485b5b85dba2c50a6c606f46a238a1d51d1dccdabf9d3d75dfb6abcf631eb0f84463934f
6
+ metadata.gz: 97e68cab4bd21fcd1116195701b179c36748ed1d991e9ae55acd8ebf87bf9614d971d555a8ac0e346161665790778113cb98accbcebf1a7e6de21b4989e8cfe3
7
+ data.tar.gz: 51634bdf3f992035cfc50190d4a018b5a81dd94f593870a9df3e4c44cbe757a7cda13513abe9478566a017d8652e25b5e31f747cbd57b240217bf2a6578df08a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.64.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -119,7 +119,9 @@ module Aws::Organizations
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -5437,7 +5439,7 @@ module Aws::Organizations
5437
5439
  params: params,
5438
5440
  config: config)
5439
5441
  context[:gem_name] = 'aws-sdk-organizations'
5440
- context[:gem_version] = '1.64.0'
5442
+ context[:gem_version] = '1.65.0'
5441
5443
  Seahorse::Client::Request.new(handlers, context)
5442
5444
  end
5443
5445
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-organizations/customizations'
48
48
  # @!group service
49
49
  module Aws::Organizations
50
50
 
51
- GEM_VERSION = '1.64.0'
51
+ GEM_VERSION = '1.65.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.64.0
4
+ version: 1.65.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core