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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68d062f0bca2c4c2fc349f87c1a47f855c3a2a5f992a3d3b9db5aa9ead20b6e6
4
- data.tar.gz: 25f81879d6f36775736f983faa71db2589cd744a1be09fa0158b808b34c1087c
3
+ metadata.gz: abe88330c5f6e81dc073399d9b3dd2855712debe98a69220a6b09c84225aebbd
4
+ data.tar.gz: 12a10add6390e1d8290ce22651f67601a5678dd462026da43eba0b76a5f0e9b2
5
5
  SHA512:
6
- metadata.gz: f4806de0b4b3feb0c9266b366241b95e8109ec0be50b737b4f1e6b47b8df42178fc43f7fffc013e57c3eac5e073ac3ec394e460e21f04cbb93ef3a4f49558f36
7
- data.tar.gz: c04229a718ddafb65c4569937ecd3e4b1c53ce2cbf59aff8d5534a270d423abbdc34cf63be7767a17c1d05300bd26be3a9b653070ebef39810f23d1832a3e682
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.143.0
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.143.0'
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 you can create in one day.
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.
@@ -54,7 +54,7 @@ module Aws::Organizations
54
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
56
56
 
57
- GEM_VERSION = '1.143.0'
57
+ GEM_VERSION = '1.144.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.143.0
4
+ version: 1.144.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services