aws-sdk-organizations 1.85.0 → 1.86.0

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
  SHA256:
3
- metadata.gz: 1b64b30de8864a2de45896b29465a503043ba35fe3966262a4b1f75468163d39
4
- data.tar.gz: 832be72047f52d9b024712f96de83d186df4c4e9261d278114ca399318efff24
3
+ metadata.gz: 5233cd6f28336be27caa94220304b4a6bc590c0e623e4fd686b65135df3e4e87
4
+ data.tar.gz: ba77989b17299f2017fe87d99c72a2621e164c6c8e36d00c090a648e290702b9
5
5
  SHA512:
6
- metadata.gz: 4a4d4f0f0f4af564d4a4513227a6ba115b567c0a244afccf9e87f0bed3fdcfa756a47bc7491f0f93c667f74ce1903b4e620118c250ba9052fd974d3aedcb91b8
7
- data.tar.gz: 51deb01e9ebf8ea04c5d355d5692c5cfd98076d9bf7ccda7a84a1d749a9803cb4139b96f3166998bfe6d25e1f1386a9d654619b837b4d1166d6eba648899aba3
6
+ metadata.gz: cf9e57bf47e47bc506d239d727987938d24a49df029d0293c9c14b42bd2ecdd040638b6cc5113ac73380c747a219ace987c337201c5f83834360fd8a37d1d534
7
+ data.tar.gz: 9ab3418e2bb9e5b9c12e4550791cb712f8d762673e4036e583110f7ac8c64bcc8c1c8c8dc1a36cecd13c6282b556f3478f450c9e2f1e6ffaa6bbdbb08891efe2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2024-03-04)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for AWS Organizations
8
+
4
9
  1.85.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -5750,7 +5750,7 @@ module Aws::Organizations
5750
5750
  params: params,
5751
5751
  config: config)
5752
5752
  context[:gem_name] = 'aws-sdk-organizations'
5753
- context[:gem_version] = '1.85.0'
5753
+ context[:gem_version] = '1.86.0'
5754
5754
  Seahorse::Client::Request.new(handlers, context)
5755
5755
  end
5756
5756
 
@@ -3826,7 +3826,8 @@ module Aws::Organizations
3826
3826
  # accounts contained in that OU and in any child OUs.
3827
3827
  #
3828
3828
  # @!attribute [rw] id
3829
- # The unique identifier (ID) associated with this OU.
3829
+ # The unique identifier (ID) associated with this OU. The ID is unique
3830
+ # to the organization only.
3830
3831
  #
3831
3832
  # The [regex pattern][1] for an organizational unit ID string requires
3832
3833
  # "ou-" followed by from 4 to 32 lowercase letters or digits (the ID
@@ -4383,7 +4384,8 @@ module Aws::Organizations
4383
4384
  # account in the organization.
4384
4385
  #
4385
4386
  # @!attribute [rw] id
4386
- # The unique identifier (ID) for the root.
4387
+ # The unique identifier (ID) for the root. The ID is unique to the
4388
+ # organization only.
4387
4389
  #
4388
4390
  # The [regex pattern][1] for a root ID string requires "r-" followed
4389
4391
  # by from 4 to 32 lowercase letters or digits.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-organizations/customizations'
52
52
  # @!group service
53
53
  module Aws::Organizations
54
54
 
55
- GEM_VERSION = '1.85.0'
55
+ GEM_VERSION = '1.86.0'
56
56
 
57
57
  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.85.0
4
+ version: 1.86.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core