aws-sdk-organizations 1.143.0 → 1.144.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +1 -1
- data/lib/aws-sdk-organizations/types.rb +4 -2
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abe88330c5f6e81dc073399d9b3dd2855712debe98a69220a6b09c84225aebbd
|
|
4
|
+
data.tar.gz: 12a10add6390e1d8290ce22651f67601a5678dd462026da43eba0b76a5f0e9b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cdac9b72f2f18a473d68afe91d9d9f235ca66caedc2992a5f7279acc1ea69b97a74624ada42c9da92516dbe8e73889c4a70d090c34cef3e084c4d073c35304c
|
|
7
|
+
data.tar.gz: e307dee882e02e9480b7a4fa2d40ad9b3ed1e2f97da93274d482955b30a788e5fbef11fe05cd15b6e5dbd941b156a09c6b83f9ab884acfd95c1c339c76732722
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.144.0 (2026-07-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated InvalidInputException error documentation to clarify that the service validates free-text field values against common cross-site scripting (XSS) patterns.
|
|
8
|
+
|
|
4
9
|
1.143.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.144.0
|
|
@@ -6793,7 +6793,7 @@ module Aws::Organizations
|
|
|
6793
6793
|
tracer: tracer
|
|
6794
6794
|
)
|
|
6795
6795
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6796
|
-
context[:gem_version] = '1.
|
|
6796
|
+
context[:gem_version] = '1.144.0'
|
|
6797
6797
|
Seahorse::Client::Request.new(handlers, context)
|
|
6798
6798
|
end
|
|
6799
6799
|
|
|
@@ -479,7 +479,7 @@ module Aws::Organizations
|
|
|
479
479
|
# *Organizations User Guide*.
|
|
480
480
|
#
|
|
481
481
|
# * ACCOUNT\_CREATION\_RATE\_LIMIT\_EXCEEDED: You attempted to exceed
|
|
482
|
-
# the number of accounts that
|
|
482
|
+
# the number of accounts that can be in progress at a time.
|
|
483
483
|
#
|
|
484
484
|
# * ACCOUNT\_CREATION\_NOT\_COMPLETE: Your account setup isn't complete
|
|
485
485
|
# or your account isn't fully active. You must complete the account
|
|
@@ -2707,7 +2707,9 @@ module Aws::Organizations
|
|
|
2707
2707
|
# (account, organization, or email) as a party.
|
|
2708
2708
|
#
|
|
2709
2709
|
# * INVALID\_PATTERN: You provided a value that doesn't match the
|
|
2710
|
-
# required pattern.
|
|
2710
|
+
# required pattern. The service also validates your free-text field
|
|
2711
|
+
# values against common cross-site scripting (XSS) patterns and
|
|
2712
|
+
# rejects requests that contain matching values.
|
|
2711
2713
|
#
|
|
2712
2714
|
# * INVALID\_PATTERN\_TARGET\_ID: You specified a policy target ID that
|
|
2713
2715
|
# doesn't match the required pattern.
|