aws-sdk-organizations 1.74.0 → 1.75.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: b1a6c924f9542c15ba6fb3dd7dc5df1ea9791d07e62686fcecca4cbdc7b96985
4
- data.tar.gz: c9e6f9c1580e84b2f3ff671a72d0d6c3ff71e56b310746c7408dbc6ff2b8e7a1
3
+ metadata.gz: 9a978a75711145570ed6eb257562ef7c2b0accbcaa8d2f959769892d983f9651
4
+ data.tar.gz: 4eec6d6e648c1cf91e7bf4720408069a17cd9cabd25be3829cb1f8f8de99b9b6
5
5
  SHA512:
6
- metadata.gz: 880cf9a4145659cea8a3bfe07e5fd7a74ed9c2ccdac75c0d4b260b36f8876b1f4d6e77e9c140887c7bfef832a30106479edbf8c320a97faa86211e5a5aaf998c
7
- data.tar.gz: d6d99136b5ce8aa9ef3a97a9bcb7d2246bb71358a2a72ba76605beaf90c32ac75fe408634958326784fbb9ab65701ec6fcbcf4c398d10f4c8f72995c816b7d35
6
+ metadata.gz: a8dc2bce43dd4613ae7e16fa8ceaa0e9cc264dcf7f0c64aa724a49fa3896d11f435502f64d696f1de4be03077817b6549d5faa10d275799d361da5dcf0993d7e
7
+ data.tar.gz: ab7a9e0f92e235d44195a66042334cc0a0a4c6482e189140da1d2a7f3b4363b3508e1938095cdba733800de7e57752759c8f0ec39d416f41416a656899b19978
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.74.0 (2023-03-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.75.0
@@ -275,6 +275,11 @@ module Aws::Organizations
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -1356,7 +1361,7 @@ module Aws::Organizations
1356
1361
  # Specifies the feature set supported by the new organization. Each
1357
1362
  # feature set supports different levels of functionality.
1358
1363
  #
1359
- # * `CONSOLIDATED_BILLING`\: All member accounts have their bills
1364
+ # * `CONSOLIDATED_BILLING`: All member accounts have their bills
1360
1365
  # consolidated to and paid by the management account. For more
1361
1366
  # information, see [Consolidated billing][1] in the *Organizations
1362
1367
  # User Guide.*
@@ -1364,10 +1369,10 @@ module Aws::Organizations
1364
1369
  # The consolidated billing feature subset isn't available for
1365
1370
  # organizations in the Amazon Web Services GovCloud (US) Region.
1366
1371
  #
1367
- # * `ALL`\: In addition to all the features supported by the
1368
- # consolidated billing feature set, the management account can also
1369
- # apply any policy type to any member account in the organization. For
1370
- # more information, see [All features][2] in the *Organizations User
1372
+ # * `ALL`: In addition to all the features supported by the consolidated
1373
+ # billing feature set, the management account can also apply any
1374
+ # policy type to any member account in the organization. For more
1375
+ # information, see [All features][2] in the *Organizations User
1371
1376
  # Guide.*
1372
1377
  #
1373
1378
  #
@@ -5717,7 +5722,7 @@ module Aws::Organizations
5717
5722
  params: params,
5718
5723
  config: config)
5719
5724
  context[:gem_name] = 'aws-sdk-organizations'
5720
- context[:gem_version] = '1.74.0'
5725
+ context[:gem_version] = '1.75.0'
5721
5726
  Seahorse::Client::Request.new(handlers, context)
5722
5727
  end
5723
5728
 
@@ -1063,7 +1063,7 @@ module Aws::Organizations
1063
1063
  # Specifies the feature set supported by the new organization. Each
1064
1064
  # feature set supports different levels of functionality.
1065
1065
  #
1066
- # * `CONSOLIDATED_BILLING`\: All member accounts have their bills
1066
+ # * `CONSOLIDATED_BILLING`: All member accounts have their bills
1067
1067
  # consolidated to and paid by the management account. For more
1068
1068
  # information, see [Consolidated billing][1] in the *Organizations
1069
1069
  # User Guide.*
@@ -1071,7 +1071,7 @@ module Aws::Organizations
1071
1071
  # The consolidated billing feature subset isn't available for
1072
1072
  # organizations in the Amazon Web Services GovCloud (US) Region.
1073
1073
  #
1074
- # * `ALL`\: In addition to all the features supported by the
1074
+ # * `ALL`: In addition to all the features supported by the
1075
1075
  # consolidated billing feature set, the management account can also
1076
1076
  # apply any policy type to any member account in the organization.
1077
1077
  # For more information, see [All features][2] in the *Organizations
@@ -2106,26 +2106,26 @@ module Aws::Organizations
2106
2106
  # of the handshake through the process from its creation to its
2107
2107
  # acceptance. The meaning of each of the valid values is as follows:
2108
2108
  #
2109
- # * **REQUESTED**\: This handshake was sent to multiple recipients
2109
+ # * **REQUESTED**: This handshake was sent to multiple recipients
2110
2110
  # (applicable to only some handshake types) and not all recipients
2111
2111
  # have responded yet. The request stays in this state until all
2112
2112
  # recipients respond.
2113
2113
  #
2114
- # * **OPEN**\: This handshake was sent to multiple recipients
2114
+ # * **OPEN**: This handshake was sent to multiple recipients
2115
2115
  # (applicable to only some policy types) and all recipients have
2116
2116
  # responded, allowing the originator to complete the handshake
2117
2117
  # action.
2118
2118
  #
2119
- # * **CANCELED**\: This handshake is no longer active because it was
2119
+ # * **CANCELED**: This handshake is no longer active because it was
2120
2120
  # canceled by the originating account.
2121
2121
  #
2122
- # * **ACCEPTED**\: This handshake is complete because it has been
2122
+ # * **ACCEPTED**: This handshake is complete because it has been
2123
2123
  # accepted by the recipient.
2124
2124
  #
2125
- # * **DECLINED**\: This handshake is no longer active because it was
2125
+ # * **DECLINED**: This handshake is no longer active because it was
2126
2126
  # declined by the recipient account.
2127
2127
  #
2128
- # * **EXPIRED**\: This handshake is no longer active because the
2128
+ # * **EXPIRED**: This handshake is no longer active because the
2129
2129
  # originator did not receive a response of any kind from the
2130
2130
  # recipient before the expiration time (15 days).
2131
2131
  # @return [String]
@@ -2145,18 +2145,18 @@ module Aws::Organizations
2145
2145
  # recipient accepts the handshake. The following handshake types are
2146
2146
  # supported:
2147
2147
  #
2148
- # * **INVITE**\: This type of handshake represents a request to join
2149
- # an organization. It is always sent from the management account to
2148
+ # * **INVITE**: This type of handshake represents a request to join an
2149
+ # organization. It is always sent from the management account to
2150
2150
  # only non-member accounts.
2151
2151
  #
2152
- # * **ENABLE\_ALL\_FEATURES**\: This type of handshake represents a
2152
+ # * **ENABLE\_ALL\_FEATURES**: This type of handshake represents a
2153
2153
  # request to enable all features in an organization. It is always
2154
2154
  # sent from the management account to only *invited* member
2155
2155
  # accounts. Created accounts do not receive this because those
2156
2156
  # accounts were created by the organization's management account
2157
2157
  # and approval is inferred.
2158
2158
  #
2159
- # * **APPROVE\_ALL\_FEATURES**\: This type of handshake is sent from
2159
+ # * **APPROVE\_ALL\_FEATURES**: This type of handshake is sent from
2160
2160
  # the Organizations service when all member accounts have approved
2161
2161
  # the `ENABLE_ALL_FEATURES` invitation. It is sent only to the
2162
2162
  # management account and signals the master that it can finalize the
@@ -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.74.0'
55
+ GEM_VERSION = '1.75.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.74.0
4
+ version: 1.75.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: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement