aws-sdk-cloudcontrolapi 1.19.0 → 1.20.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: 86f4200f190853ef91e2cb52ba8af9a67c9eb7a0b3ae0e291b3bad51d4b6b080
4
- data.tar.gz: 122e7b2137d3dd86048a5788b956d311f9eca6e2b540ce806a630255738f579b
3
+ metadata.gz: f378710194b8945c95c2d955952231caadb33630dcad175ac6ae7c0fc959ea41
4
+ data.tar.gz: c04512bfdad60777013743ba7f0ba401a5a1b9d72188f7a040dc73bbe140914f
5
5
  SHA512:
6
- metadata.gz: b02dc78076f0c3421f79d1e444c4afc819649f65e2a372bd77fd151d77f24b8fd238a2a28eb8073403cbb6ce295fa7c18b300c541e1fbb6e38a261f0d3a11b14
7
- data.tar.gz: 73e40214a87f946cded7d58a384aabfe5f6b85bcd5e576c7221fb6d009a7c842bc0e01542143be3b8418713be335a92c43f32c0cde263a19d2458ea6d274bcc2
6
+ metadata.gz: 23da347fe47b922e23c23667484aedc83e04545361e6dbc34b2c4fda7e8e5486ccaa5ed90c1663b81a35c802b5442cd7053757e20f164d30f34f85a470e30c11
7
+ data.tar.gz: 6843aae83e39df60e0d87d5fa360f652e8650297e40374bd724b9387850365359b922377204b55136ae6c05786aa79b47182520bbdceb34079aa8173a8b62acd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -1151,7 +1151,7 @@ module Aws::CloudControlApi
1151
1151
  params: params,
1152
1152
  config: config)
1153
1153
  context[:gem_name] = 'aws-sdk-cloudcontrolapi'
1154
- context[:gem_version] = '1.19.0'
1154
+ context[:gem_version] = '1.20.0'
1155
1155
  Seahorse::Client::Request.new(handlers, context)
1156
1156
  end
1157
1157
 
@@ -14,6 +14,7 @@ module Aws::CloudControlApi
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::CloudControlApi::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 '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudcontrolapi/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudControlApi
55
55
 
56
- GEM_VERSION = '1.19.0'
56
+ GEM_VERSION = '1.20.0'
57
57
 
58
58
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,194 @@
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 CloudControlApi
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/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
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CancelResourceRequestResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelResourceRequestOutput]
78
+ def progress_event: () -> Types::ProgressEvent
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#cancel_resource_request-instance_method
81
+ def cancel_resource_request: (
82
+ request_token: ::String
83
+ ) -> _CancelResourceRequestResponseSuccess
84
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelResourceRequestResponseSuccess
85
+
86
+ interface _CreateResourceResponseSuccess
87
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateResourceOutput]
88
+ def progress_event: () -> Types::ProgressEvent
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#create_resource-instance_method
91
+ def create_resource: (
92
+ type_name: ::String,
93
+ ?type_version_id: ::String,
94
+ ?role_arn: ::String,
95
+ ?client_token: ::String,
96
+ desired_state: ::String
97
+ ) -> _CreateResourceResponseSuccess
98
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResourceResponseSuccess
99
+
100
+ interface _DeleteResourceResponseSuccess
101
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourceOutput]
102
+ def progress_event: () -> Types::ProgressEvent
103
+ end
104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#delete_resource-instance_method
105
+ def delete_resource: (
106
+ type_name: ::String,
107
+ ?type_version_id: ::String,
108
+ ?role_arn: ::String,
109
+ ?client_token: ::String,
110
+ identifier: ::String
111
+ ) -> _DeleteResourceResponseSuccess
112
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourceResponseSuccess
113
+
114
+ interface _GetResourceResponseSuccess
115
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceOutput]
116
+ def type_name: () -> ::String
117
+ def resource_description: () -> Types::ResourceDescription
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#get_resource-instance_method
120
+ def get_resource: (
121
+ type_name: ::String,
122
+ ?type_version_id: ::String,
123
+ ?role_arn: ::String,
124
+ identifier: ::String
125
+ ) -> _GetResourceResponseSuccess
126
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceResponseSuccess
127
+
128
+ interface _GetResourceRequestStatusResponseSuccess
129
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourceRequestStatusOutput]
130
+ def progress_event: () -> Types::ProgressEvent
131
+ end
132
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#get_resource_request_status-instance_method
133
+ def get_resource_request_status: (
134
+ request_token: ::String
135
+ ) -> _GetResourceRequestStatusResponseSuccess
136
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourceRequestStatusResponseSuccess
137
+
138
+ interface _ListResourceRequestsResponseSuccess
139
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourceRequestsOutput]
140
+ def resource_request_status_summaries: () -> ::Array[Types::ProgressEvent]
141
+ def next_token: () -> ::String
142
+ end
143
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#list_resource_requests-instance_method
144
+ def list_resource_requests: (
145
+ ?max_results: ::Integer,
146
+ ?next_token: ::String,
147
+ ?resource_request_status_filter: {
148
+ operations: Array[("CREATE" | "DELETE" | "UPDATE")]?,
149
+ operation_statuses: Array[("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETE")]?
150
+ }
151
+ ) -> _ListResourceRequestsResponseSuccess
152
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourceRequestsResponseSuccess
153
+
154
+ interface _ListResourcesResponseSuccess
155
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListResourcesOutput]
156
+ def type_name: () -> ::String
157
+ def resource_descriptions: () -> ::Array[Types::ResourceDescription]
158
+ def next_token: () -> ::String
159
+ end
160
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#list_resources-instance_method
161
+ def list_resources: (
162
+ type_name: ::String,
163
+ ?type_version_id: ::String,
164
+ ?role_arn: ::String,
165
+ ?next_token: ::String,
166
+ ?max_results: ::Integer,
167
+ ?resource_model: ::String
168
+ ) -> _ListResourcesResponseSuccess
169
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourcesResponseSuccess
170
+
171
+ interface _UpdateResourceResponseSuccess
172
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateResourceOutput]
173
+ def progress_event: () -> Types::ProgressEvent
174
+ end
175
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#update_resource-instance_method
176
+ def update_resource: (
177
+ type_name: ::String,
178
+ ?type_version_id: ::String,
179
+ ?role_arn: ::String,
180
+ ?client_token: ::String,
181
+ identifier: ::String,
182
+ patch_document: ::String
183
+ ) -> _UpdateResourceResponseSuccess
184
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateResourceResponseSuccess
185
+
186
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Client.html#wait_until-instance_method
187
+ def wait_until: (:resource_request_success waiter_name,
188
+ request_token: ::String
189
+ ) -> Client::_GetResourceRequestStatusResponseSuccess
190
+ | (:resource_request_success waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_GetResourceRequestStatusResponseSuccess
191
+ end
192
+ end
193
+ end
194
+
data/sig/errors.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 CloudControlApi
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AlreadyExistsException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ClientTokenConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ConcurrentModificationException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ConcurrentOperationException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class GeneralServiceException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class HandlerFailureException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class HandlerInternalFailureException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ class InvalidCredentialsException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
37
+ end
38
+ class InvalidRequestException < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
40
+ end
41
+ class NetworkFailureException < ::Aws::Errors::ServiceError
42
+ def message: () -> ::String
43
+ end
44
+ class NotStabilizedException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
46
+ end
47
+ class NotUpdatableException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
49
+ end
50
+ class PrivateTypeException < ::Aws::Errors::ServiceError
51
+ def message: () -> ::String
52
+ end
53
+ class RequestTokenNotFoundException < ::Aws::Errors::ServiceError
54
+ def message: () -> ::String
55
+ end
56
+ class ResourceConflictException < ::Aws::Errors::ServiceError
57
+ def message: () -> ::String
58
+ end
59
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
60
+ def message: () -> ::String
61
+ end
62
+ class ServiceInternalErrorException < ::Aws::Errors::ServiceError
63
+ def message: () -> ::String
64
+ end
65
+ class ServiceLimitExceededException < ::Aws::Errors::ServiceError
66
+ def message: () -> ::String
67
+ end
68
+ class ThrottlingException < ::Aws::Errors::ServiceError
69
+ def message: () -> ::String
70
+ end
71
+ class TypeNotFoundException < ::Aws::Errors::ServiceError
72
+ def message: () -> ::String
73
+ end
74
+ class UnsupportedActionException < ::Aws::Errors::ServiceError
75
+ def message: () -> ::String
76
+ end
77
+ end
78
+ end
79
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
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 CloudControlApi
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudControlApi/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
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,249 @@
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::CloudControlApi
9
+ module Types
10
+
11
+ class AlreadyExistsException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CancelResourceRequestInput
17
+ attr_accessor request_token: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class CancelResourceRequestOutput
22
+ attr_accessor progress_event: Types::ProgressEvent
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class ClientTokenConflictException
27
+ attr_accessor message: ::String
28
+ SENSITIVE: []
29
+ end
30
+
31
+ class ConcurrentModificationException
32
+ attr_accessor message: ::String
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class ConcurrentOperationException
37
+ attr_accessor message: ::String
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class CreateResourceInput
42
+ attr_accessor type_name: ::String
43
+ attr_accessor type_version_id: ::String
44
+ attr_accessor role_arn: ::String
45
+ attr_accessor client_token: ::String
46
+ attr_accessor desired_state: ::String
47
+ SENSITIVE: [:desired_state]
48
+ end
49
+
50
+ class CreateResourceOutput
51
+ attr_accessor progress_event: Types::ProgressEvent
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class DeleteResourceInput
56
+ attr_accessor type_name: ::String
57
+ attr_accessor type_version_id: ::String
58
+ attr_accessor role_arn: ::String
59
+ attr_accessor client_token: ::String
60
+ attr_accessor identifier: ::String
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class DeleteResourceOutput
65
+ attr_accessor progress_event: Types::ProgressEvent
66
+ SENSITIVE: []
67
+ end
68
+
69
+ class GeneralServiceException
70
+ attr_accessor message: ::String
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class GetResourceInput
75
+ attr_accessor type_name: ::String
76
+ attr_accessor type_version_id: ::String
77
+ attr_accessor role_arn: ::String
78
+ attr_accessor identifier: ::String
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class GetResourceOutput
83
+ attr_accessor type_name: ::String
84
+ attr_accessor resource_description: Types::ResourceDescription
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class GetResourceRequestStatusInput
89
+ attr_accessor request_token: ::String
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class GetResourceRequestStatusOutput
94
+ attr_accessor progress_event: Types::ProgressEvent
95
+ SENSITIVE: []
96
+ end
97
+
98
+ class HandlerFailureException
99
+ attr_accessor message: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class HandlerInternalFailureException
104
+ attr_accessor message: ::String
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class InvalidCredentialsException
109
+ attr_accessor message: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class InvalidRequestException
114
+ attr_accessor message: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class ListResourceRequestsInput
119
+ attr_accessor max_results: ::Integer
120
+ attr_accessor next_token: ::String
121
+ attr_accessor resource_request_status_filter: Types::ResourceRequestStatusFilter
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class ListResourceRequestsOutput
126
+ attr_accessor resource_request_status_summaries: ::Array[Types::ProgressEvent]
127
+ attr_accessor next_token: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class ListResourcesInput
132
+ attr_accessor type_name: ::String
133
+ attr_accessor type_version_id: ::String
134
+ attr_accessor role_arn: ::String
135
+ attr_accessor next_token: ::String
136
+ attr_accessor max_results: ::Integer
137
+ attr_accessor resource_model: ::String
138
+ SENSITIVE: [:resource_model]
139
+ end
140
+
141
+ class ListResourcesOutput
142
+ attr_accessor type_name: ::String
143
+ attr_accessor resource_descriptions: ::Array[Types::ResourceDescription]
144
+ attr_accessor next_token: ::String
145
+ SENSITIVE: []
146
+ end
147
+
148
+ class NetworkFailureException
149
+ attr_accessor message: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class NotStabilizedException
154
+ attr_accessor message: ::String
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class NotUpdatableException
159
+ attr_accessor message: ::String
160
+ SENSITIVE: []
161
+ end
162
+
163
+ class PrivateTypeException
164
+ attr_accessor message: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class ProgressEvent
169
+ attr_accessor type_name: ::String
170
+ attr_accessor identifier: ::String
171
+ attr_accessor request_token: ::String
172
+ attr_accessor operation: ("CREATE" | "DELETE" | "UPDATE")
173
+ attr_accessor operation_status: ("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETE")
174
+ attr_accessor event_time: ::Time
175
+ attr_accessor resource_model: ::String
176
+ attr_accessor status_message: ::String
177
+ attr_accessor error_code: ("NotUpdatable" | "InvalidRequest" | "AccessDenied" | "InvalidCredentials" | "AlreadyExists" | "NotFound" | "ResourceConflict" | "Throttling" | "ServiceLimitExceeded" | "NotStabilized" | "GeneralServiceException" | "ServiceInternalError" | "ServiceTimeout" | "NetworkFailure" | "InternalFailure")
178
+ attr_accessor retry_after: ::Time
179
+ SENSITIVE: [:resource_model]
180
+ end
181
+
182
+ class RequestTokenNotFoundException
183
+ attr_accessor message: ::String
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class ResourceConflictException
188
+ attr_accessor message: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class ResourceDescription
193
+ attr_accessor identifier: ::String
194
+ attr_accessor properties: ::String
195
+ SENSITIVE: [:properties]
196
+ end
197
+
198
+ class ResourceNotFoundException
199
+ attr_accessor message: ::String
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class ResourceRequestStatusFilter
204
+ attr_accessor operations: ::Array[("CREATE" | "DELETE" | "UPDATE")]
205
+ attr_accessor operation_statuses: ::Array[("PENDING" | "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCEL_IN_PROGRESS" | "CANCEL_COMPLETE")]
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class ServiceInternalErrorException
210
+ attr_accessor message: ::String
211
+ SENSITIVE: []
212
+ end
213
+
214
+ class ServiceLimitExceededException
215
+ attr_accessor message: ::String
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class ThrottlingException
220
+ attr_accessor message: ::String
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class TypeNotFoundException
225
+ attr_accessor message: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class UnsupportedActionException
230
+ attr_accessor message: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class UpdateResourceInput
235
+ attr_accessor type_name: ::String
236
+ attr_accessor type_version_id: ::String
237
+ attr_accessor role_arn: ::String
238
+ attr_accessor client_token: ::String
239
+ attr_accessor identifier: ::String
240
+ attr_accessor patch_document: ::String
241
+ SENSITIVE: [:patch_document]
242
+ end
243
+
244
+ class UpdateResourceOutput
245
+ attr_accessor progress_event: Types::ProgressEvent
246
+ SENSITIVE: []
247
+ end
248
+ end
249
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,23 @@
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 CloudControlApi
10
+ module Waiters
11
+
12
+ class ResourceRequestSuccess
13
+ def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
14
+ | (?Hash[Symbol, untyped]) -> void
15
+
16
+ def wait: (
17
+ request_token: ::String
18
+ ) -> Client::_GetResourceRequestStatusResponseSuccess
19
+ | (Hash[Symbol, untyped]) -> Client::_GetResourceRequestStatusResponseSuccess
20
+ end
21
+ end
22
+ end
23
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudcontrolapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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-28 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
@@ -67,13 +67,18 @@ files:
67
67
  - lib/aws-sdk-cloudcontrolapi/resource.rb
68
68
  - lib/aws-sdk-cloudcontrolapi/types.rb
69
69
  - lib/aws-sdk-cloudcontrolapi/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0
73
78
  metadata:
74
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudcontrolapi
75
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudcontrolapi/CHANGELOG.md
76
- post_install_message:
81
+ post_install_message:
77
82
  rdoc_options: []
78
83
  require_paths:
79
84
  - lib
@@ -88,8 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
88
93
  - !ruby/object:Gem::Version
89
94
  version: '0'
90
95
  requirements: []
91
- rubygems_version: 3.1.6
92
- signing_key:
96
+ rubygems_version: 3.4.10
97
+ signing_key:
93
98
  specification_version: 4
94
99
  summary: AWS SDK for Ruby - CloudControlApi
95
100
  test_files: []