aws-sdk-controltower 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-controltower/client.rb +9 -1
- data/lib/aws-sdk-controltower/client_api.rb +8 -0
- data/lib/aws-sdk-controltower/types.rb +26 -0
- data/lib/aws-sdk-controltower.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/types.rbs +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b923feab27cdd3ee5b213b11a1fe0380d93181da7998ea5b1b566ccaeca93098
|
4
|
+
data.tar.gz: 5e0f2fa09042f7ea26cea39e9a0103a8e590a876c46eb63851c7e99b9fe26055
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e911c6e4ed7c11308e7f3c6fee0f6edaf4e2bb45ac8edc839ddee18e66faedca3643bc75004508b585e4c7c425b9e48cae8ad58249500205d4ca262fc189a148
|
7
|
+
data.tar.gz: 10c4a726eec8a30f7f9f2da985f9f856f91066af3461a140aef1decacfcb3dc7dc672502817f9b86ba4ab8ae3914182ebfdb3384e40e466ca51c9f274df98026
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.36.0 (2024-11-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for child enabled baselines which allow you to see the enabled baseline status for individual accounts.
|
8
|
+
|
4
9
|
1.35.0 (2024-11-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -902,6 +902,7 @@ module Aws::ControlTower
|
|
902
902
|
# resp.enabled_baseline_details.baseline_version #=> String
|
903
903
|
# resp.enabled_baseline_details.parameters #=> Array
|
904
904
|
# resp.enabled_baseline_details.parameters[0].key #=> String
|
905
|
+
# resp.enabled_baseline_details.parent_identifier #=> String
|
905
906
|
# resp.enabled_baseline_details.status_summary.last_operation_identifier #=> String
|
906
907
|
# resp.enabled_baseline_details.status_summary.status #=> String, one of "SUCCEEDED", "FAILED", "UNDER_CHANGE"
|
907
908
|
# resp.enabled_baseline_details.target_identifier #=> String
|
@@ -1143,6 +1144,10 @@ module Aws::ControlTower
|
|
1143
1144
|
# filters are `baselineIdentifiers` and `targetIdentifiers`. The filter
|
1144
1145
|
# can be applied for either, or both.
|
1145
1146
|
#
|
1147
|
+
# @option params [Boolean] :include_children
|
1148
|
+
# A value that can be set to include the child enabled baselines in
|
1149
|
+
# responses. The default value is false.
|
1150
|
+
#
|
1146
1151
|
# @option params [Integer] :max_results
|
1147
1152
|
# The maximum number of results to be shown.
|
1148
1153
|
#
|
@@ -1161,8 +1166,10 @@ module Aws::ControlTower
|
|
1161
1166
|
# resp = client.list_enabled_baselines({
|
1162
1167
|
# filter: {
|
1163
1168
|
# baseline_identifiers: ["Arn"],
|
1169
|
+
# parent_identifiers: ["Arn"],
|
1164
1170
|
# target_identifiers: ["Arn"],
|
1165
1171
|
# },
|
1172
|
+
# include_children: false,
|
1166
1173
|
# max_results: 1,
|
1167
1174
|
# next_token: "ListEnabledBaselinesNextToken",
|
1168
1175
|
# })
|
@@ -1173,6 +1180,7 @@ module Aws::ControlTower
|
|
1173
1180
|
# resp.enabled_baselines[0].arn #=> String
|
1174
1181
|
# resp.enabled_baselines[0].baseline_identifier #=> String
|
1175
1182
|
# resp.enabled_baselines[0].baseline_version #=> String
|
1183
|
+
# resp.enabled_baselines[0].parent_identifier #=> String
|
1176
1184
|
# resp.enabled_baselines[0].status_summary.last_operation_identifier #=> String
|
1177
1185
|
# resp.enabled_baselines[0].status_summary.status #=> String, one of "SUCCEEDED", "FAILED", "UNDER_CHANGE"
|
1178
1186
|
# resp.enabled_baselines[0].target_identifier #=> String
|
@@ -1720,7 +1728,7 @@ module Aws::ControlTower
|
|
1720
1728
|
tracer: tracer
|
1721
1729
|
)
|
1722
1730
|
context[:gem_name] = 'aws-sdk-controltower'
|
1723
|
-
context[:gem_version] = '1.
|
1731
|
+
context[:gem_version] = '1.36.0'
|
1724
1732
|
Seahorse::Client::Request.new(handlers, context)
|
1725
1733
|
end
|
1726
1734
|
|
@@ -23,6 +23,7 @@ module Aws::ControlTower
|
|
23
23
|
BaselineSummary = Shapes::StructureShape.new(name: 'BaselineSummary')
|
24
24
|
BaselineVersion = Shapes::StringShape.new(name: 'BaselineVersion')
|
25
25
|
Baselines = Shapes::ListShape.new(name: 'Baselines')
|
26
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
26
27
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
27
28
|
ControlIdentifier = Shapes::StringShape.new(name: 'ControlIdentifier')
|
28
29
|
ControlIdentifiers = Shapes::ListShape.new(name: 'ControlIdentifiers')
|
@@ -58,6 +59,7 @@ module Aws::ControlTower
|
|
58
59
|
EnabledBaselineParameterSummaries = Shapes::ListShape.new(name: 'EnabledBaselineParameterSummaries')
|
59
60
|
EnabledBaselineParameterSummary = Shapes::StructureShape.new(name: 'EnabledBaselineParameterSummary')
|
60
61
|
EnabledBaselineParameters = Shapes::ListShape.new(name: 'EnabledBaselineParameters')
|
62
|
+
EnabledBaselineParentIdentifiers = Shapes::ListShape.new(name: 'EnabledBaselineParentIdentifiers')
|
61
63
|
EnabledBaselineSummary = Shapes::StructureShape.new(name: 'EnabledBaselineSummary')
|
62
64
|
EnabledBaselineTargetIdentifiers = Shapes::ListShape.new(name: 'EnabledBaselineTargetIdentifiers')
|
63
65
|
EnabledBaselines = Shapes::ListShape.new(name: 'EnabledBaselines')
|
@@ -279,11 +281,13 @@ module Aws::ControlTower
|
|
279
281
|
EnabledBaselineDetails.add_member(:baseline_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "baselineIdentifier"))
|
280
282
|
EnabledBaselineDetails.add_member(:baseline_version, Shapes::ShapeRef.new(shape: String, location_name: "baselineVersion"))
|
281
283
|
EnabledBaselineDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: EnabledBaselineParameterSummaries, location_name: "parameters"))
|
284
|
+
EnabledBaselineDetails.add_member(:parent_identifier, Shapes::ShapeRef.new(shape: Arn, location_name: "parentIdentifier"))
|
282
285
|
EnabledBaselineDetails.add_member(:status_summary, Shapes::ShapeRef.new(shape: EnablementStatusSummary, required: true, location_name: "statusSummary"))
|
283
286
|
EnabledBaselineDetails.add_member(:target_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetIdentifier"))
|
284
287
|
EnabledBaselineDetails.struct_class = Types::EnabledBaselineDetails
|
285
288
|
|
286
289
|
EnabledBaselineFilter.add_member(:baseline_identifiers, Shapes::ShapeRef.new(shape: EnabledBaselineBaselineIdentifiers, location_name: "baselineIdentifiers"))
|
290
|
+
EnabledBaselineFilter.add_member(:parent_identifiers, Shapes::ShapeRef.new(shape: EnabledBaselineParentIdentifiers, location_name: "parentIdentifiers"))
|
287
291
|
EnabledBaselineFilter.add_member(:target_identifiers, Shapes::ShapeRef.new(shape: EnabledBaselineTargetIdentifiers, location_name: "targetIdentifiers"))
|
288
292
|
EnabledBaselineFilter.struct_class = Types::EnabledBaselineFilter
|
289
293
|
|
@@ -299,9 +303,12 @@ module Aws::ControlTower
|
|
299
303
|
|
300
304
|
EnabledBaselineParameters.member = Shapes::ShapeRef.new(shape: EnabledBaselineParameter)
|
301
305
|
|
306
|
+
EnabledBaselineParentIdentifiers.member = Shapes::ShapeRef.new(shape: Arn)
|
307
|
+
|
302
308
|
EnabledBaselineSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
303
309
|
EnabledBaselineSummary.add_member(:baseline_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "baselineIdentifier"))
|
304
310
|
EnabledBaselineSummary.add_member(:baseline_version, Shapes::ShapeRef.new(shape: String, location_name: "baselineVersion"))
|
311
|
+
EnabledBaselineSummary.add_member(:parent_identifier, Shapes::ShapeRef.new(shape: Arn, location_name: "parentIdentifier"))
|
305
312
|
EnabledBaselineSummary.add_member(:status_summary, Shapes::ShapeRef.new(shape: EnablementStatusSummary, required: true, location_name: "statusSummary"))
|
306
313
|
EnabledBaselineSummary.add_member(:target_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "targetIdentifier"))
|
307
314
|
EnabledBaselineSummary.struct_class = Types::EnabledBaselineSummary
|
@@ -455,6 +462,7 @@ module Aws::ControlTower
|
|
455
462
|
ListControlOperationsOutput.struct_class = Types::ListControlOperationsOutput
|
456
463
|
|
457
464
|
ListEnabledBaselinesInput.add_member(:filter, Shapes::ShapeRef.new(shape: EnabledBaselineFilter, location_name: "filter"))
|
465
|
+
ListEnabledBaselinesInput.add_member(:include_children, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildren"))
|
458
466
|
ListEnabledBaselinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEnabledBaselinesMaxResults, location_name: "maxResults"))
|
459
467
|
ListEnabledBaselinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListEnabledBaselinesNextToken, location_name: "nextToken"))
|
460
468
|
ListEnabledBaselinesInput.struct_class = Types::ListEnabledBaselinesInput
|
@@ -558,6 +558,13 @@ module Aws::ControlTower
|
|
558
558
|
# Shows the parameters that are applied when enabling this `Baseline`.
|
559
559
|
# @return [Array<Types::EnabledBaselineParameterSummary>]
|
560
560
|
#
|
561
|
+
# @!attribute [rw] parent_identifier
|
562
|
+
# An ARN that represents the parent `EnabledBaseline` at the
|
563
|
+
# Organizational Unit (OU) level, from which the child
|
564
|
+
# `EnabledBaseline` inherits its configuration. The value is returned
|
565
|
+
# by `GetEnabledBaseline`.
|
566
|
+
# @return [String]
|
567
|
+
#
|
561
568
|
# @!attribute [rw] status_summary
|
562
569
|
# The deployment summary of an `EnabledControl` or `EnabledBaseline`
|
563
570
|
# resource.
|
@@ -574,6 +581,7 @@ module Aws::ControlTower
|
|
574
581
|
:baseline_identifier,
|
575
582
|
:baseline_version,
|
576
583
|
:parameters,
|
584
|
+
:parent_identifier,
|
577
585
|
:status_summary,
|
578
586
|
:target_identifier)
|
579
587
|
SENSITIVE = []
|
@@ -589,6 +597,11 @@ module Aws::ControlTower
|
|
589
597
|
# filter operation.
|
590
598
|
# @return [Array<String>]
|
591
599
|
#
|
600
|
+
# @!attribute [rw] parent_identifiers
|
601
|
+
# An optional filter that sets up a list of `parentIdentifiers` to
|
602
|
+
# filter the results of the `ListEnabledBaseline` output.
|
603
|
+
# @return [Array<String>]
|
604
|
+
#
|
592
605
|
# @!attribute [rw] target_identifiers
|
593
606
|
# Identifiers for the targets of the `Baseline` filter operation.
|
594
607
|
# @return [Array<String>]
|
@@ -597,6 +610,7 @@ module Aws::ControlTower
|
|
597
610
|
#
|
598
611
|
class EnabledBaselineFilter < Struct.new(
|
599
612
|
:baseline_identifiers,
|
613
|
+
:parent_identifiers,
|
600
614
|
:target_identifiers)
|
601
615
|
SENSITIVE = []
|
602
616
|
include Aws::Structure
|
@@ -657,6 +671,11 @@ module Aws::ControlTower
|
|
657
671
|
# The enabled version of the baseline.
|
658
672
|
# @return [String]
|
659
673
|
#
|
674
|
+
# @!attribute [rw] parent_identifier
|
675
|
+
# An ARN that represents an object returned by `ListEnabledBaseline`,
|
676
|
+
# to describe an enabled baseline.
|
677
|
+
# @return [String]
|
678
|
+
#
|
660
679
|
# @!attribute [rw] status_summary
|
661
680
|
# The deployment summary of an `EnabledControl` or `EnabledBaseline`
|
662
681
|
# resource.
|
@@ -672,6 +691,7 @@ module Aws::ControlTower
|
|
672
691
|
:arn,
|
673
692
|
:baseline_identifier,
|
674
693
|
:baseline_version,
|
694
|
+
:parent_identifier,
|
675
695
|
:status_summary,
|
676
696
|
:target_identifier)
|
677
697
|
SENSITIVE = []
|
@@ -1321,6 +1341,11 @@ module Aws::ControlTower
|
|
1321
1341
|
# filter can be applied for either, or both.
|
1322
1342
|
# @return [Types::EnabledBaselineFilter]
|
1323
1343
|
#
|
1344
|
+
# @!attribute [rw] include_children
|
1345
|
+
# A value that can be set to include the child enabled baselines in
|
1346
|
+
# responses. The default value is false.
|
1347
|
+
# @return [Boolean]
|
1348
|
+
#
|
1324
1349
|
# @!attribute [rw] max_results
|
1325
1350
|
# The maximum number of results to be shown.
|
1326
1351
|
# @return [Integer]
|
@@ -1333,6 +1358,7 @@ module Aws::ControlTower
|
|
1333
1358
|
#
|
1334
1359
|
class ListEnabledBaselinesInput < Struct.new(
|
1335
1360
|
:filter,
|
1361
|
+
:include_children,
|
1336
1362
|
:max_results,
|
1337
1363
|
:next_token)
|
1338
1364
|
SENSITIVE = []
|
data/lib/aws-sdk-controltower.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -273,8 +273,10 @@ module Aws
|
|
273
273
|
def list_enabled_baselines: (
|
274
274
|
?filter: {
|
275
275
|
baseline_identifiers: Array[::String]?,
|
276
|
+
parent_identifiers: Array[::String]?,
|
276
277
|
target_identifiers: Array[::String]?
|
277
278
|
},
|
279
|
+
?include_children: bool,
|
278
280
|
?max_results: ::Integer,
|
279
281
|
?next_token: ::String
|
280
282
|
) -> _ListEnabledBaselinesResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -153,6 +153,7 @@ module Aws::ControlTower
|
|
153
153
|
attr_accessor baseline_identifier: ::String
|
154
154
|
attr_accessor baseline_version: ::String
|
155
155
|
attr_accessor parameters: ::Array[Types::EnabledBaselineParameterSummary]
|
156
|
+
attr_accessor parent_identifier: ::String
|
156
157
|
attr_accessor status_summary: Types::EnablementStatusSummary
|
157
158
|
attr_accessor target_identifier: ::String
|
158
159
|
SENSITIVE: []
|
@@ -160,6 +161,7 @@ module Aws::ControlTower
|
|
160
161
|
|
161
162
|
class EnabledBaselineFilter
|
162
163
|
attr_accessor baseline_identifiers: ::Array[::String]
|
164
|
+
attr_accessor parent_identifiers: ::Array[::String]
|
163
165
|
attr_accessor target_identifiers: ::Array[::String]
|
164
166
|
SENSITIVE: []
|
165
167
|
end
|
@@ -180,6 +182,7 @@ module Aws::ControlTower
|
|
180
182
|
attr_accessor arn: ::String
|
181
183
|
attr_accessor baseline_identifier: ::String
|
182
184
|
attr_accessor baseline_version: ::String
|
185
|
+
attr_accessor parent_identifier: ::String
|
183
186
|
attr_accessor status_summary: Types::EnablementStatusSummary
|
184
187
|
attr_accessor target_identifier: ::String
|
185
188
|
SENSITIVE: []
|
@@ -377,6 +380,7 @@ module Aws::ControlTower
|
|
377
380
|
|
378
381
|
class ListEnabledBaselinesInput
|
379
382
|
attr_accessor filter: Types::EnabledBaselineFilter
|
383
|
+
attr_accessor include_children: bool
|
380
384
|
attr_accessor max_results: ::Integer
|
381
385
|
attr_accessor next_token: ::String
|
382
386
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-controltower
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.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: 2024-11-
|
11
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|