aws-sdk-organizations 1.136.0 → 1.137.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: 2708be60661771b3881dffc3b24028f9d8d42c2b54bda0f588116af2abab6a7a
4
- data.tar.gz: f8a5341f1cdffc4502989237c5ea40103cf4c202cec690ce45cd436d7e3d34cf
3
+ metadata.gz: 82bee75ec18e4343af6912d4970a3270a3aed661272610511c61c94fa3644d46
4
+ data.tar.gz: 5e59bea439769ac75d848ee3ef6a2a54bfe18d97f62e3f9e72d88b4bcc2fe9bf
5
5
  SHA512:
6
- metadata.gz: 2fd68b7fd3bec1e0a17a1eb0e9c82446109c7c18eb207290e0bbe2df4fc59022838674c82caeb7496431645a71d315e84aee6b7b875a57e86c3cc25145fd631e
7
- data.tar.gz: 8a49a08325c33a3c6060f21a62b02b44b3dc819409e9523f78b3793b379d3f99553af04b70ce0b68c4d7bd65257a6bf891220a0947fce24816d0a8d0a810fca9
6
+ metadata.gz: acfef1f6922c21ff0356e3b225be5e44af95f2fdec47536cbe6e558d5b471bcc20358e17978db66abc2466eb34a6ee460ebffe9a3e2e95fde3301561f9465fb5
7
+ data.tar.gz: 5d6f80d8625e62e1ba22447e933565e8eb27b9c4edc5502d4e9750429efa6e7b6915ef8c97d5cc5f9637a91e55cddaf9c6d12ec6a2f34f0f8a97cd1603f65e28
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.137.0 (2026-03-31)
5
+ ------------------
6
+
7
+ * Feature - Added Path field to Account and OrganizationalUnit objects in AWS Organizations API responses.
8
+
4
9
  1.136.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.136.0
1
+ 1.137.0
@@ -1680,6 +1680,7 @@ module Aws::Organizations
1680
1680
  # resp.organizational_unit.id #=> String
1681
1681
  # resp.organizational_unit.arn #=> String
1682
1682
  # resp.organizational_unit.name #=> String
1683
+ # resp.organizational_unit.path #=> String
1683
1684
  #
1684
1685
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganizationalUnit AWS API Documentation
1685
1686
  #
@@ -2202,6 +2203,8 @@ module Aws::Organizations
2202
2203
  # resp.account.name #=> String
2203
2204
  # resp.account.status #=> String, one of "ACTIVE", "SUSPENDED", "PENDING_CLOSURE"
2204
2205
  # resp.account.state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
2206
+ # resp.account.paths #=> Array
2207
+ # resp.account.paths[0] #=> String
2205
2208
  # resp.account.joined_method #=> String, one of "INVITED", "CREATED"
2206
2209
  # resp.account.joined_timestamp #=> Time
2207
2210
  #
@@ -2592,6 +2595,7 @@ module Aws::Organizations
2592
2595
  # resp.organizational_unit.id #=> String
2593
2596
  # resp.organizational_unit.arn #=> String
2594
2597
  # resp.organizational_unit.name #=> String
2598
+ # resp.organizational_unit.path #=> String
2595
2599
  #
2596
2600
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeOrganizationalUnit AWS API Documentation
2597
2601
  #
@@ -3948,6 +3952,8 @@ module Aws::Organizations
3948
3952
  # resp.accounts[0].name #=> String
3949
3953
  # resp.accounts[0].status #=> String, one of "ACTIVE", "SUSPENDED", "PENDING_CLOSURE"
3950
3954
  # resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
3955
+ # resp.accounts[0].paths #=> Array
3956
+ # resp.accounts[0].paths[0] #=> String
3951
3957
  # resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
3952
3958
  # resp.accounts[0].joined_timestamp #=> Time
3953
3959
  # resp.next_token #=> String
@@ -4053,6 +4059,8 @@ module Aws::Organizations
4053
4059
  # resp.accounts[0].name #=> String
4054
4060
  # resp.accounts[0].status #=> String, one of "ACTIVE", "SUSPENDED", "PENDING_CLOSURE"
4055
4061
  # resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
4062
+ # resp.accounts[0].paths #=> Array
4063
+ # resp.accounts[0].paths[0] #=> String
4056
4064
  # resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
4057
4065
  # resp.accounts[0].joined_timestamp #=> Time
4058
4066
  # resp.next_token #=> String
@@ -4192,6 +4200,8 @@ module Aws::Organizations
4192
4200
  # resp.accounts[0].name #=> String
4193
4201
  # resp.accounts[0].status #=> String, one of "ACTIVE", "SUSPENDED", "PENDING_CLOSURE"
4194
4202
  # resp.accounts[0].state #=> String, one of "PENDING_ACTIVATION", "ACTIVE", "SUSPENDED", "PENDING_CLOSURE", "CLOSED"
4203
+ # resp.accounts[0].paths #=> Array
4204
+ # resp.accounts[0].paths[0] #=> String
4195
4205
  # resp.accounts[0].joined_method #=> String, one of "INVITED", "CREATED"
4196
4206
  # resp.accounts[0].joined_timestamp #=> Time
4197
4207
  # resp.policy_type #=> String, one of "TAG_POLICY", "BACKUP_POLICY", "AISERVICES_OPT_OUT_POLICY", "CHATBOT_POLICY", "DECLARATIVE_POLICY_EC2", "SECURITYHUB_POLICY", "INSPECTOR_POLICY", "UPGRADE_ROLLOUT_POLICY", "BEDROCK_POLICY", "S3_POLICY", "NETWORK_SECURITY_DIRECTOR_POLICY"
@@ -5198,6 +5208,7 @@ module Aws::Organizations
5198
5208
  # resp.organizational_units[0].id #=> String
5199
5209
  # resp.organizational_units[0].arn #=> String
5200
5210
  # resp.organizational_units[0].name #=> String
5211
+ # resp.organizational_units[0].path #=> String
5201
5212
  # resp.next_token #=> String
5202
5213
  #
5203
5214
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListOrganizationalUnitsForParent AWS API Documentation
@@ -6497,6 +6508,7 @@ module Aws::Organizations
6497
6508
  # resp.organizational_unit.id #=> String
6498
6509
  # resp.organizational_unit.arn #=> String
6499
6510
  # resp.organizational_unit.name #=> String
6511
+ # resp.organizational_unit.path #=> String
6500
6512
  #
6501
6513
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdateOrganizationalUnit AWS API Documentation
6502
6514
  #
@@ -6731,7 +6743,7 @@ module Aws::Organizations
6731
6743
  tracer: tracer
6732
6744
  )
6733
6745
  context[:gem_name] = 'aws-sdk-organizations'
6734
- context[:gem_version] = '1.136.0'
6746
+ context[:gem_version] = '1.137.0'
6735
6747
  Seahorse::Client::Request.new(handlers, context)
6736
6748
  end
6737
6749
 
@@ -213,6 +213,7 @@ module Aws::Organizations
213
213
  Parents = Shapes::ListShape.new(name: 'Parents')
214
214
  Path = Shapes::StringShape.new(name: 'Path')
215
215
  PathToError = Shapes::StringShape.new(name: 'PathToError')
216
+ Paths = Shapes::ListShape.new(name: 'Paths')
216
217
  Policies = Shapes::ListShape.new(name: 'Policies')
217
218
  Policy = Shapes::StructureShape.new(name: 'Policy')
218
219
  PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
@@ -311,6 +312,7 @@ module Aws::Organizations
311
312
  Account.add_member(:name, Shapes::ShapeRef.new(shape: AccountName, location_name: "Name"))
312
313
  Account.add_member(:status, Shapes::ShapeRef.new(shape: AccountStatus, location_name: "Status"))
313
314
  Account.add_member(:state, Shapes::ShapeRef.new(shape: AccountState, location_name: "State"))
315
+ Account.add_member(:paths, Shapes::ShapeRef.new(shape: Paths, location_name: "Paths"))
314
316
  Account.add_member(:joined_method, Shapes::ShapeRef.new(shape: AccountJoinedMethod, location_name: "JoinedMethod"))
315
317
  Account.add_member(:joined_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "JoinedTimestamp"))
316
318
  Account.struct_class = Types::Account
@@ -864,6 +866,7 @@ module Aws::Organizations
864
866
  OrganizationalUnit.add_member(:id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "Id"))
865
867
  OrganizationalUnit.add_member(:arn, Shapes::ShapeRef.new(shape: OrganizationalUnitArn, location_name: "Arn"))
866
868
  OrganizationalUnit.add_member(:name, Shapes::ShapeRef.new(shape: OrganizationalUnitName, location_name: "Name"))
869
+ OrganizationalUnit.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
867
870
  OrganizationalUnit.struct_class = Types::OrganizationalUnit
868
871
 
869
872
  OrganizationalUnitNotEmptyException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
@@ -883,6 +886,8 @@ module Aws::Organizations
883
886
 
884
887
  Parents.member = Shapes::ShapeRef.new(shape: Parent)
885
888
 
889
+ Paths.member = Shapes::ShapeRef.new(shape: Path)
890
+
886
891
  Policies.member = Shapes::ShapeRef.new(shape: PolicySummary)
887
892
 
888
893
  Policy.add_member(:policy_summary, Shapes::ShapeRef.new(shape: PolicySummary, location_name: "PolicySummary"))
@@ -169,6 +169,10 @@ module Aws::Organizations
169
169
  # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_account_state.html
170
170
  # @return [String]
171
171
  #
172
+ # @!attribute [rw] paths
173
+ # The paths in the organization where the account exists.
174
+ # @return [Array<String>]
175
+ #
172
176
  # @!attribute [rw] joined_method
173
177
  # The method by which the account joined the organization.
174
178
  # @return [String]
@@ -186,6 +190,7 @@ module Aws::Organizations
186
190
  :name,
187
191
  :status,
188
192
  :state,
193
+ :paths,
189
194
  :joined_method,
190
195
  :joined_timestamp)
191
196
  SENSITIVE = [:email, :name]
@@ -4585,12 +4590,17 @@ module Aws::Organizations
4585
4590
  # [1]: http://wikipedia.org/wiki/regex
4586
4591
  # @return [String]
4587
4592
  #
4593
+ # @!attribute [rw] path
4594
+ # The path in the organization where this OU exists.
4595
+ # @return [String]
4596
+ #
4588
4597
  # @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/OrganizationalUnit AWS API Documentation
4589
4598
  #
4590
4599
  class OrganizationalUnit < Struct.new(
4591
4600
  :id,
4592
4601
  :arn,
4593
- :name)
4602
+ :name,
4603
+ :path)
4594
4604
  SENSITIVE = []
4595
4605
  include Aws::Structure
4596
4606
  end
@@ -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.136.0'
57
+ GEM_VERSION = '1.137.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -41,6 +41,7 @@ module Aws::Organizations
41
41
  attr_accessor name: ::String
42
42
  attr_accessor status: ("ACTIVE" | "SUSPENDED" | "PENDING_CLOSURE")
43
43
  attr_accessor state: ("PENDING_ACTIVATION" | "ACTIVE" | "SUSPENDED" | "PENDING_CLOSURE" | "CLOSED")
44
+ attr_accessor paths: ::Array[::String]
44
45
  attr_accessor joined_method: ("INVITED" | "CREATED")
45
46
  attr_accessor joined_timestamp: ::Time
46
47
  SENSITIVE: [:email, :name]
@@ -831,6 +832,7 @@ module Aws::Organizations
831
832
  attr_accessor id: ::String
832
833
  attr_accessor arn: ::String
833
834
  attr_accessor name: ::String
835
+ attr_accessor path: ::String
834
836
  SENSITIVE: []
835
837
  end
836
838
 
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.136.0
4
+ version: 1.137.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services