aws-sdk-organizations 1.82.0 → 1.84.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: 50e55c364703776dddc03943104fa5f1a3a730c75819bde0d9afc7fdf52602ed
4
- data.tar.gz: f36de4cf1f774b249e3ac66b3c6dce23840909b69b77304a20a56ca2b69cb576
3
+ metadata.gz: b6ff0529c6e89756ccf8cccc501633f663dd8fb1dadab032dcd1e41045960d94
4
+ data.tar.gz: b3b1d7ff060601db821ad25db189367a773dedb768258e7d82f98ed018482e81
5
5
  SHA512:
6
- metadata.gz: 93b565b9478fbccc0baa811d940ef2c53fa26a919cb03c8b463fab59c3c69825a2d370ed1fb66ec7c6de43205e1308ee4b19567c2c5c952c930aa9c752f91ce1
7
- data.tar.gz: b6954683badb436638b97a3eaaeedc3f610ba7092915eaab13ae5dc5e37e3b603e46a8bdf7e39be062c5fd373dba92fa6f6148972630dc4152c812b7230f17a0
6
+ metadata.gz: d093ddd875341186b22d9ba5da1f768de3a2e9f9cc88c91ec1d57f81844fd95c0edeb85b24724db4f384bd31676c778569d9ba6976f1243883955bb58dd067c4
7
+ data.tar.gz: 32c1115a8132db3f72fdf0c14aaf515c97e6a47ab248b1d5dc9bb4846796fcf72e844e21a37f97047007b0c44f51ffa686143789d2fbfca51a3cca6a68d1dd71
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2024-01-22)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for quota increase change
8
+
9
+ 1.83.0 (2023-11-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.82.0 (2023-11-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.84.0
@@ -770,12 +770,12 @@ module Aws::Organizations
770
770
  # information on using CloudTrail with Organizations, see [Logging and
771
771
  # monitoring in Organizations][2] in the *Organizations User Guide*.
772
772
  #
773
- # <note markdown="1"> * You can close only 10% of member accounts, between 10 and 200,
773
+ # <note markdown="1"> * You can close only 10% of member accounts, between 10 and 1000,
774
774
  # within a rolling 30 day period. This quota is not bound by a
775
775
  # calendar month, but starts when you close an account. After you
776
776
  # reach this limit, you can close additional accounts. For more
777
777
  # information, see [Closing a member account in your organization][3]
778
- # in the *Organizations User Guide*.
778
+ # and [Quotas for Organizations][4]in the *Organizations User Guide*.
779
779
  #
780
780
  # * To reinstate a closed account, contact Amazon Web Services Support
781
781
  # within the 90-day grace period while the account is in SUSPENDED
@@ -785,7 +785,7 @@ module Aws::Organizations
785
785
  # an Amazon Web Services GovCloud (US) account, the `CloseAccount`
786
786
  # request will close both accounts. To learn important pre-closure
787
787
  # details, see [ Closing an Amazon Web Services GovCloud (US)
788
- # account][4] in the <i> Amazon Web Services GovCloud User Guide</i>.
788
+ # account][5] in the <i> Amazon Web Services GovCloud User Guide</i>.
789
789
  #
790
790
  # </note>
791
791
  #
@@ -794,7 +794,8 @@ module Aws::Organizations
794
794
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
795
795
  # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html#orgs_cloudtrail-integration
796
796
  # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html
797
- # [4]: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html
797
+ # [4]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html
798
+ # [5]: https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/Closing-govcloud-account.html
798
799
  #
799
800
  # @option params [required, String] :account_id
800
801
  # Retrieves the Amazon Web Services account Id for the current
@@ -1607,6 +1608,14 @@ module Aws::Organizations
1607
1608
  # supply must adhere to the rules of the policy type you specify in the
1608
1609
  # `Type` parameter.
1609
1610
  #
1611
+ # The maximum size of a policy document depends on the policy's type.
1612
+ # For more information, see [Maximum and minimum values][1] in the
1613
+ # *Organizations User Guide*.
1614
+ #
1615
+ #
1616
+ #
1617
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values
1618
+ #
1610
1619
  # @option params [required, String] :description
1611
1620
  # An optional description to assign to the policy.
1612
1621
  #
@@ -5635,9 +5644,14 @@ module Aws::Organizations
5635
5644
  # policy's type. For more information, see [SCP syntax][1] in the
5636
5645
  # *Organizations User Guide*.
5637
5646
  #
5647
+ # The maximum size of a policy document depends on the policy's type.
5648
+ # For more information, see [Maximum and minimum values][2] in the
5649
+ # *Organizations User Guide*.
5650
+ #
5638
5651
  #
5639
5652
  #
5640
5653
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html
5654
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values
5641
5655
  #
5642
5656
  # @return [Types::UpdatePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5643
5657
  #
@@ -5736,7 +5750,7 @@ module Aws::Organizations
5736
5750
  params: params,
5737
5751
  config: config)
5738
5752
  context[:gem_name] = 'aws-sdk-organizations'
5739
- context[:gem_version] = '1.82.0'
5753
+ context[:gem_version] = '1.84.0'
5740
5754
  Seahorse::Client::Request.new(handlers, context)
5741
5755
  end
5742
5756
 
@@ -47,7 +47,7 @@ module Aws::Organizations
47
47
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
48
48
  end
49
49
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
50
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
50
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
51
51
  return Aws::Endpoints::Endpoint.new(url: "https://organizations-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
52
52
  end
53
53
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -25,16 +25,17 @@ module Aws::Organizations
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -540,9 +540,9 @@ module Aws::Organizations
540
540
  # the same marketplace.
541
541
  #
542
542
  # * MASTER\_ACCOUNT\_MISSING\_BUSINESS\_LICENSE: Applies only to the
543
- # Amazon Web Services /&gt; Regions in China. To create an
544
- # organization, the master must have a valid business license. For
545
- # more information, contact customer support.
543
+ # Amazon Web Services Regions in China. To create an organization, the
544
+ # master must have a valid business license. For more information,
545
+ # contact customer support.
546
546
  #
547
547
  # * MASTER\_ACCOUNT\_MISSING\_CONTACT\_INFO: To complete this operation,
548
548
  # you must first provide a valid contact address and phone number for
@@ -1178,6 +1178,14 @@ module Aws::Organizations
1178
1178
  # The policy text content to add to the new policy. The text that you
1179
1179
  # supply must adhere to the rules of the policy type you specify in
1180
1180
  # the `Type` parameter.
1181
+ #
1182
+ # The maximum size of a policy document depends on the policy's type.
1183
+ # For more information, see [Maximum and minimum values][1] in the
1184
+ # *Organizations User Guide*.
1185
+ #
1186
+ #
1187
+ #
1188
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values
1181
1189
  # @return [String]
1182
1190
  #
1183
1191
  # @!attribute [rw] description
@@ -4709,9 +4717,14 @@ module Aws::Organizations
4709
4717
  # policy's type. For more information, see [SCP syntax][1] in the
4710
4718
  # *Organizations User Guide*.
4711
4719
  #
4720
+ # The maximum size of a policy document depends on the policy's type.
4721
+ # For more information, see [Maximum and minimum values][2] in the
4722
+ # *Organizations User Guide*.
4723
+ #
4712
4724
  #
4713
4725
  #
4714
4726
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scps_syntax.html
4727
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html#min-max-values
4715
4728
  # @return [String]
4716
4729
  #
4717
4730
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdatePolicyRequest AWS API Documentation
@@ -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.82.0'
55
+ GEM_VERSION = '1.84.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.82.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2024-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-organizations
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-organizations/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - Organizations
94
94
  test_files: []