aws-sdk-controltower 1.16.0 → 1.17.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: 13b5c999cec18f6434b3a700ce82749b22fa4af5c981c1a798a969b441fa8716
4
- data.tar.gz: e5c919ce31deb4ec80faabf407eeefe64e2fb6078934103b1ef3d7de977f8e31
3
+ metadata.gz: 656afaf8c5c144be8d64e745b21bde53176c5a31d4cb5fdc86f1adfd0d07a54e
4
+ data.tar.gz: ac3426716f8713846010e49d090e4d9e05759dfac54a373299888db86f138d25
5
5
  SHA512:
6
- metadata.gz: fb34b6580c25fd2dfc9be59a47347cc10c3aa20c2342ffb5d95b5e4085fac1d1b58f984ee4aa4cdf123a6e20772cb1623d758e00fca3ac9836500a95d82263db
7
- data.tar.gz: 42c80fbcdffc50dac5f1fe0531cf2b47601b2257e7c21026d0d9130faf439b2012b2f43252b82c8e038cbbda9ea6f6a298e118ae67d84278603144c01e43553a
6
+ metadata.gz: 984feebc5038acb05c96dfd17291a828c99c5d0b9254fe9b60caa0a7b433a46a96e2c6b688347dc29bc8ce26a395cf3adeacf7be157336ef4b32b39013b5590c
7
+ data.tar.gz: adc2e84fea6f2c19069c975f8f142252bfbe4051b59b84daa0f068292db5727d20434116be975f530c68d8464b81fd941f77fb4428e4c17898fc9775d3911e53
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.16.0 (2023-12-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -1095,7 +1095,7 @@ module Aws::ControlTower
1095
1095
  params: params,
1096
1096
  config: config)
1097
1097
  context[:gem_name] = 'aws-sdk-controltower'
1098
- context[:gem_version] = '1.16.0'
1098
+ context[:gem_version] = '1.17.0'
1099
1099
  Seahorse::Client::Request.new(handlers, context)
1100
1100
  end
1101
1101
 
@@ -14,6 +14,7 @@ module Aws::ControlTower
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ControlTower::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-controltower/customizations'
52
52
  # @!group service
53
53
  module Aws::ControlTower
54
54
 
55
- GEM_VERSION = '1.16.0'
55
+ GEM_VERSION = '1.17.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,267 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ControlTower
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateLandingZoneResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateLandingZoneOutput]
77
+ def arn: () -> ::String
78
+ def operation_identifier: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#create_landing_zone-instance_method
81
+ def create_landing_zone: (
82
+ manifest: {
83
+ },
84
+ ?tags: Hash[::String, ::String],
85
+ version: ::String
86
+ ) -> _CreateLandingZoneResponseSuccess
87
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateLandingZoneResponseSuccess
88
+
89
+ interface _DeleteLandingZoneResponseSuccess
90
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLandingZoneOutput]
91
+ def operation_identifier: () -> ::String
92
+ end
93
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#delete_landing_zone-instance_method
94
+ def delete_landing_zone: (
95
+ landing_zone_identifier: ::String
96
+ ) -> _DeleteLandingZoneResponseSuccess
97
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLandingZoneResponseSuccess
98
+
99
+ interface _DisableControlResponseSuccess
100
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableControlOutput]
101
+ def operation_identifier: () -> ::String
102
+ end
103
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#disable_control-instance_method
104
+ def disable_control: (
105
+ control_identifier: ::String,
106
+ target_identifier: ::String
107
+ ) -> _DisableControlResponseSuccess
108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableControlResponseSuccess
109
+
110
+ interface _EnableControlResponseSuccess
111
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableControlOutput]
112
+ def arn: () -> ::String
113
+ def operation_identifier: () -> ::String
114
+ end
115
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#enable_control-instance_method
116
+ def enable_control: (
117
+ control_identifier: ::String,
118
+ ?parameters: Array[
119
+ {
120
+ key: ::String,
121
+ value: {
122
+ }
123
+ },
124
+ ],
125
+ ?tags: Hash[::String, ::String],
126
+ target_identifier: ::String
127
+ ) -> _EnableControlResponseSuccess
128
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableControlResponseSuccess
129
+
130
+ interface _GetControlOperationResponseSuccess
131
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetControlOperationOutput]
132
+ def control_operation: () -> Types::ControlOperation
133
+ end
134
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#get_control_operation-instance_method
135
+ def get_control_operation: (
136
+ operation_identifier: ::String
137
+ ) -> _GetControlOperationResponseSuccess
138
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetControlOperationResponseSuccess
139
+
140
+ interface _GetEnabledControlResponseSuccess
141
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEnabledControlOutput]
142
+ def enabled_control_details: () -> Types::EnabledControlDetails
143
+ end
144
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#get_enabled_control-instance_method
145
+ def get_enabled_control: (
146
+ enabled_control_identifier: ::String
147
+ ) -> _GetEnabledControlResponseSuccess
148
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnabledControlResponseSuccess
149
+
150
+ interface _GetLandingZoneResponseSuccess
151
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLandingZoneOutput]
152
+ def landing_zone: () -> Types::LandingZoneDetail
153
+ end
154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#get_landing_zone-instance_method
155
+ def get_landing_zone: (
156
+ landing_zone_identifier: ::String
157
+ ) -> _GetLandingZoneResponseSuccess
158
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLandingZoneResponseSuccess
159
+
160
+ interface _GetLandingZoneOperationResponseSuccess
161
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLandingZoneOperationOutput]
162
+ def operation_details: () -> Types::LandingZoneOperationDetail
163
+ end
164
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#get_landing_zone_operation-instance_method
165
+ def get_landing_zone_operation: (
166
+ operation_identifier: ::String
167
+ ) -> _GetLandingZoneOperationResponseSuccess
168
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLandingZoneOperationResponseSuccess
169
+
170
+ interface _ListEnabledControlsResponseSuccess
171
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnabledControlsOutput]
172
+ def enabled_controls: () -> ::Array[Types::EnabledControlSummary]
173
+ def next_token: () -> ::String
174
+ end
175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#list_enabled_controls-instance_method
176
+ def list_enabled_controls: (
177
+ ?max_results: ::Integer,
178
+ ?next_token: ::String,
179
+ target_identifier: ::String
180
+ ) -> _ListEnabledControlsResponseSuccess
181
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnabledControlsResponseSuccess
182
+
183
+ interface _ListLandingZonesResponseSuccess
184
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLandingZonesOutput]
185
+ def landing_zones: () -> ::Array[Types::LandingZoneSummary]
186
+ def next_token: () -> ::String
187
+ end
188
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#list_landing_zones-instance_method
189
+ def list_landing_zones: (
190
+ ?max_results: ::Integer,
191
+ ?next_token: ::String
192
+ ) -> _ListLandingZonesResponseSuccess
193
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLandingZonesResponseSuccess
194
+
195
+ interface _ListTagsForResourceResponseSuccess
196
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
197
+ def tags: () -> ::Hash[::String, ::String]
198
+ end
199
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#list_tags_for_resource-instance_method
200
+ def list_tags_for_resource: (
201
+ resource_arn: ::String
202
+ ) -> _ListTagsForResourceResponseSuccess
203
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
204
+
205
+ interface _ResetLandingZoneResponseSuccess
206
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResetLandingZoneOutput]
207
+ def operation_identifier: () -> ::String
208
+ end
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#reset_landing_zone-instance_method
210
+ def reset_landing_zone: (
211
+ landing_zone_identifier: ::String
212
+ ) -> _ResetLandingZoneResponseSuccess
213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetLandingZoneResponseSuccess
214
+
215
+ interface _TagResourceResponseSuccess
216
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
217
+ end
218
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#tag_resource-instance_method
219
+ def tag_resource: (
220
+ resource_arn: ::String,
221
+ tags: Hash[::String, ::String]
222
+ ) -> _TagResourceResponseSuccess
223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
224
+
225
+ interface _UntagResourceResponseSuccess
226
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
227
+ end
228
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#untag_resource-instance_method
229
+ def untag_resource: (
230
+ resource_arn: ::String,
231
+ tag_keys: Array[::String]
232
+ ) -> _UntagResourceResponseSuccess
233
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
234
+
235
+ interface _UpdateEnabledControlResponseSuccess
236
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnabledControlOutput]
237
+ def operation_identifier: () -> ::String
238
+ end
239
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#update_enabled_control-instance_method
240
+ def update_enabled_control: (
241
+ enabled_control_identifier: ::String,
242
+ parameters: Array[
243
+ {
244
+ key: ::String,
245
+ value: {
246
+ }
247
+ },
248
+ ]
249
+ ) -> _UpdateEnabledControlResponseSuccess
250
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnabledControlResponseSuccess
251
+
252
+ interface _UpdateLandingZoneResponseSuccess
253
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLandingZoneOutput]
254
+ def operation_identifier: () -> ::String
255
+ end
256
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Client.html#update_landing_zone-instance_method
257
+ def update_landing_zone: (
258
+ landing_zone_identifier: ::String,
259
+ manifest: {
260
+ },
261
+ version: ::String
262
+ ) -> _UpdateLandingZoneResponseSuccess
263
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLandingZoneResponseSuccess
264
+ end
265
+ end
266
+ end
267
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,40 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ControlTower
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class ThrottlingException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ def quota_code: () -> ::String
32
+ def retry_after_seconds: () -> ::String
33
+ def service_code: () -> ::String
34
+ end
35
+ class ValidationException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
37
+ end
38
+ end
39
+ end
40
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ControlTower
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ControlTower/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,309 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::ControlTower
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ConflictException
17
+ attr_accessor message: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class ControlOperation
22
+ attr_accessor end_time: ::Time
23
+ attr_accessor operation_type: ("ENABLE_CONTROL" | "DISABLE_CONTROL" | "UPDATE_ENABLED_CONTROL")
24
+ attr_accessor start_time: ::Time
25
+ attr_accessor status: ("SUCCEEDED" | "FAILED" | "IN_PROGRESS")
26
+ attr_accessor status_message: ::String
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class CreateLandingZoneInput
31
+ attr_accessor manifest: untyped
32
+ attr_accessor tags: ::Hash[::String, ::String]
33
+ attr_accessor version: ::String
34
+ SENSITIVE: []
35
+ end
36
+
37
+ class CreateLandingZoneOutput
38
+ attr_accessor arn: ::String
39
+ attr_accessor operation_identifier: ::String
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class DeleteLandingZoneInput
44
+ attr_accessor landing_zone_identifier: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class DeleteLandingZoneOutput
49
+ attr_accessor operation_identifier: ::String
50
+ SENSITIVE: []
51
+ end
52
+
53
+ class DisableControlInput
54
+ attr_accessor control_identifier: ::String
55
+ attr_accessor target_identifier: ::String
56
+ SENSITIVE: []
57
+ end
58
+
59
+ class DisableControlOutput
60
+ attr_accessor operation_identifier: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class DriftStatusSummary
65
+ attr_accessor drift_status: ("DRIFTED" | "IN_SYNC" | "NOT_CHECKING" | "UNKNOWN")
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class EnableControlInput
70
+ attr_accessor control_identifier: ::String
71
+ attr_accessor parameters: ::Array[Types::EnabledControlParameter]
72
+ attr_accessor tags: ::Hash[::String, ::String]
73
+ attr_accessor target_identifier: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class EnableControlOutput
78
+ attr_accessor arn: ::String
79
+ attr_accessor operation_identifier: ::String
80
+ SENSITIVE: []
81
+ end
82
+
83
+ class EnabledControlDetails
84
+ attr_accessor arn: ::String
85
+ attr_accessor control_identifier: ::String
86
+ attr_accessor drift_status_summary: Types::DriftStatusSummary
87
+ attr_accessor parameters: ::Array[Types::EnabledControlParameterSummary]
88
+ attr_accessor status_summary: Types::EnablementStatusSummary
89
+ attr_accessor target_identifier: ::String
90
+ attr_accessor target_regions: ::Array[Types::Region]
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class EnabledControlParameter
95
+ attr_accessor key: ::String
96
+ attr_accessor value: untyped
97
+ SENSITIVE: []
98
+ end
99
+
100
+ class EnabledControlParameterSummary
101
+ attr_accessor key: ::String
102
+ attr_accessor value: untyped
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class EnabledControlSummary
107
+ attr_accessor arn: ::String
108
+ attr_accessor control_identifier: ::String
109
+ attr_accessor drift_status_summary: Types::DriftStatusSummary
110
+ attr_accessor status_summary: Types::EnablementStatusSummary
111
+ attr_accessor target_identifier: ::String
112
+ SENSITIVE: []
113
+ end
114
+
115
+ class EnablementStatusSummary
116
+ attr_accessor last_operation_identifier: ::String
117
+ attr_accessor status: ("SUCCEEDED" | "FAILED" | "UNDER_CHANGE")
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class GetControlOperationInput
122
+ attr_accessor operation_identifier: ::String
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class GetControlOperationOutput
127
+ attr_accessor control_operation: Types::ControlOperation
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class GetEnabledControlInput
132
+ attr_accessor enabled_control_identifier: ::String
133
+ SENSITIVE: []
134
+ end
135
+
136
+ class GetEnabledControlOutput
137
+ attr_accessor enabled_control_details: Types::EnabledControlDetails
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class GetLandingZoneInput
142
+ attr_accessor landing_zone_identifier: ::String
143
+ SENSITIVE: []
144
+ end
145
+
146
+ class GetLandingZoneOperationInput
147
+ attr_accessor operation_identifier: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class GetLandingZoneOperationOutput
152
+ attr_accessor operation_details: Types::LandingZoneOperationDetail
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class GetLandingZoneOutput
157
+ attr_accessor landing_zone: Types::LandingZoneDetail
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class InternalServerException
162
+ attr_accessor message: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class LandingZoneDetail
167
+ attr_accessor arn: ::String
168
+ attr_accessor drift_status: Types::LandingZoneDriftStatusSummary
169
+ attr_accessor latest_available_version: ::String
170
+ attr_accessor manifest: untyped
171
+ attr_accessor status: ("ACTIVE" | "PROCESSING" | "FAILED")
172
+ attr_accessor version: ::String
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class LandingZoneDriftStatusSummary
177
+ attr_accessor status: ("DRIFTED" | "IN_SYNC")
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class LandingZoneOperationDetail
182
+ attr_accessor end_time: ::Time
183
+ attr_accessor operation_type: ("DELETE" | "CREATE" | "UPDATE" | "RESET")
184
+ attr_accessor start_time: ::Time
185
+ attr_accessor status: ("SUCCEEDED" | "FAILED" | "IN_PROGRESS")
186
+ attr_accessor status_message: ::String
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class LandingZoneSummary
191
+ attr_accessor arn: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class ListEnabledControlsInput
196
+ attr_accessor max_results: ::Integer
197
+ attr_accessor next_token: ::String
198
+ attr_accessor target_identifier: ::String
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class ListEnabledControlsOutput
203
+ attr_accessor enabled_controls: ::Array[Types::EnabledControlSummary]
204
+ attr_accessor next_token: ::String
205
+ SENSITIVE: []
206
+ end
207
+
208
+ class ListLandingZonesInput
209
+ attr_accessor max_results: ::Integer
210
+ attr_accessor next_token: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class ListLandingZonesOutput
215
+ attr_accessor landing_zones: ::Array[Types::LandingZoneSummary]
216
+ attr_accessor next_token: ::String
217
+ SENSITIVE: []
218
+ end
219
+
220
+ class ListTagsForResourceInput
221
+ attr_accessor resource_arn: ::String
222
+ SENSITIVE: []
223
+ end
224
+
225
+ class ListTagsForResourceOutput
226
+ attr_accessor tags: ::Hash[::String, ::String]
227
+ SENSITIVE: []
228
+ end
229
+
230
+ class Region
231
+ attr_accessor name: ::String
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class ResetLandingZoneInput
236
+ attr_accessor landing_zone_identifier: ::String
237
+ SENSITIVE: []
238
+ end
239
+
240
+ class ResetLandingZoneOutput
241
+ attr_accessor operation_identifier: ::String
242
+ SENSITIVE: []
243
+ end
244
+
245
+ class ResourceNotFoundException
246
+ attr_accessor message: ::String
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class ServiceQuotaExceededException
251
+ attr_accessor message: ::String
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class TagResourceInput
256
+ attr_accessor resource_arn: ::String
257
+ attr_accessor tags: ::Hash[::String, ::String]
258
+ SENSITIVE: []
259
+ end
260
+
261
+ class TagResourceOutput < Aws::EmptyStructure
262
+ end
263
+
264
+ class ThrottlingException
265
+ attr_accessor message: ::String
266
+ attr_accessor quota_code: ::String
267
+ attr_accessor retry_after_seconds: ::Integer
268
+ attr_accessor service_code: ::String
269
+ SENSITIVE: []
270
+ end
271
+
272
+ class UntagResourceInput
273
+ attr_accessor resource_arn: ::String
274
+ attr_accessor tag_keys: ::Array[::String]
275
+ SENSITIVE: []
276
+ end
277
+
278
+ class UntagResourceOutput < Aws::EmptyStructure
279
+ end
280
+
281
+ class UpdateEnabledControlInput
282
+ attr_accessor enabled_control_identifier: ::String
283
+ attr_accessor parameters: ::Array[Types::EnabledControlParameter]
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class UpdateEnabledControlOutput
288
+ attr_accessor operation_identifier: ::String
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class UpdateLandingZoneInput
293
+ attr_accessor landing_zone_identifier: ::String
294
+ attr_accessor manifest: untyped
295
+ attr_accessor version: ::String
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class UpdateLandingZoneOutput
300
+ attr_accessor operation_identifier: ::String
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class ValidationException
305
+ attr_accessor message: ::String
306
+ SENSITIVE: []
307
+ end
308
+ end
309
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ControlTower
10
+ module Waiters
11
+ end
12
+ end
13
+ end
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.16.0
4
+ version: 1.17.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-12-14 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
22
+ version: 3.191.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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-controltower/plugins/endpoints.rb
67
67
  - lib/aws-sdk-controltower/resource.rb
68
68
  - lib/aws-sdk-controltower/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controltower
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-controltower/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS Control Tower
94
99
  test_files: []