aws-sdk-organizations 1.84.0 → 1.86.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: b6ff0529c6e89756ccf8cccc501633f663dd8fb1dadab032dcd1e41045960d94
4
- data.tar.gz: b3b1d7ff060601db821ad25db189367a773dedb768258e7d82f98ed018482e81
3
+ metadata.gz: 5233cd6f28336be27caa94220304b4a6bc590c0e623e4fd686b65135df3e4e87
4
+ data.tar.gz: ba77989b17299f2017fe87d99c72a2621e164c6c8e36d00c090a648e290702b9
5
5
  SHA512:
6
- metadata.gz: d093ddd875341186b22d9ba5da1f768de3a2e9f9cc88c91ec1d57f81844fd95c0edeb85b24724db4f384bd31676c778569d9ba6976f1243883955bb58dd067c4
7
- data.tar.gz: 32c1115a8132db3f72fdf0c14aaf515c97e6a47ab248b1d5dc9bb4846796fcf72e844e21a37f97047007b0c44f51ffa686143789d2fbfca51a3cca6a68d1dd71
6
+ metadata.gz: cf9e57bf47e47bc506d239d727987938d24a49df029d0293c9c14b42bd2ecdd040638b6cc5113ac73380c747a219ace987c337201c5f83834360fd8a37d1d534
7
+ data.tar.gz: 9ab3418e2bb9e5b9c12e4550791cb712f8d762673e4036e583110f7ac8c64bcc8c1c8c8dc1a36cecd13c6282b556f3478f450c9e2f1e6ffaa6bbdbb08891efe2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.85.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.84.0 (2024-01-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.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.84.0'
5753
+ context[:gem_version] = '1.86.0'
5754
5754
  Seahorse::Client::Request.new(handlers, context)
5755
5755
  end
5756
5756
 
@@ -14,6 +14,7 @@ module Aws::Organizations
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Organizations::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.84.0'
55
+ GEM_VERSION = '1.86.0'
56
56
 
57
57
  end