aws-sdk-appregistry 1.31.0 → 1.32.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: f341d62b151161c30e715c2efefd7033f4e6463a7305d0405348ba5b186225bd
4
- data.tar.gz: 11f5273d6580ce69b8940ca8f91357b96c2bee7d90b2a2a7172e6907bb9b75d6
3
+ metadata.gz: 40648f40035bcc0960f1d8e72e6cb5591100040a293370e692e0e31f5470fd43
4
+ data.tar.gz: 49861a4312df868a0fe26f3e023297b5cd4ddc46aaae1f7e37461934f6040f85
5
5
  SHA512:
6
- metadata.gz: 82052c575b59fc905c5fcf22c2b2c4de035f2742f1170126f3a8208398c0cafa813ae4dc4dc88f297ee6ac48b96133eceed581d2740b9ac81f282fafb5cb37f9
7
- data.tar.gz: 9ca633232e83d750aed976439dda55e94806b9bc9ed283e090fc4bde55d84ad9cf291d366a6df35085f45f8f49556617abb46f1c4d571961553cef8158ab9c33
6
+ metadata.gz: f2839c07df756e51562f3e593d5b03fdbee4b10d44c90b2348fadc9979e85ba40d01642281801fb30010652c0c61a9315923b907785870614fb4f0023a7fe4fb
7
+ data.tar.gz: f35805a3c76d45b38c9edcc3ad3c8d2b359a41bf328b5b6c1ee5bcd26d3cbdceb60d35373a53e29390ad92025d5e95e695e3ef250a3a8bc88ef61371c3e60c29
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-12-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -1522,7 +1522,7 @@ module Aws::AppRegistry
1522
1522
  params: params,
1523
1523
  config: config)
1524
1524
  context[:gem_name] = 'aws-sdk-appregistry'
1525
- context[:gem_version] = '1.31.0'
1525
+ context[:gem_version] = '1.32.0'
1526
1526
  Seahorse::Client::Request.new(handlers, context)
1527
1527
  end
1528
1528
 
@@ -14,6 +14,7 @@ module Aws::AppRegistry
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::AppRegistry::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-appregistry/customizations'
52
52
  # @!group service
53
53
  module Aws::AppRegistry
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,379 @@
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 AppRegistry
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/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 _AssociateAttributeGroupResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateAttributeGroupResponse]
77
+ def application_arn: () -> ::String
78
+ def attribute_group_arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#associate_attribute_group-instance_method
81
+ def associate_attribute_group: (
82
+ application: ::String,
83
+ attribute_group: ::String
84
+ ) -> _AssociateAttributeGroupResponseSuccess
85
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateAttributeGroupResponseSuccess
86
+
87
+ interface _AssociateResourceResponseSuccess
88
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateResourceResponse]
89
+ def application_arn: () -> ::String
90
+ def resource_arn: () -> ::String
91
+ def options: () -> ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
92
+ end
93
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#associate_resource-instance_method
94
+ def associate_resource: (
95
+ application: ::String,
96
+ resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE"),
97
+ resource: ::String,
98
+ ?options: Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
99
+ ) -> _AssociateResourceResponseSuccess
100
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateResourceResponseSuccess
101
+
102
+ interface _CreateApplicationResponseSuccess
103
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
104
+ def application: () -> Types::Application
105
+ end
106
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#create_application-instance_method
107
+ def create_application: (
108
+ name: ::String,
109
+ ?description: ::String,
110
+ ?tags: Hash[::String, ::String],
111
+ client_token: ::String
112
+ ) -> _CreateApplicationResponseSuccess
113
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
114
+
115
+ interface _CreateAttributeGroupResponseSuccess
116
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAttributeGroupResponse]
117
+ def attribute_group: () -> Types::AttributeGroup
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#create_attribute_group-instance_method
120
+ def create_attribute_group: (
121
+ name: ::String,
122
+ ?description: ::String,
123
+ attributes: ::String,
124
+ ?tags: Hash[::String, ::String],
125
+ client_token: ::String
126
+ ) -> _CreateAttributeGroupResponseSuccess
127
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAttributeGroupResponseSuccess
128
+
129
+ interface _DeleteApplicationResponseSuccess
130
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteApplicationResponse]
131
+ def application: () -> Types::ApplicationSummary
132
+ end
133
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#delete_application-instance_method
134
+ def delete_application: (
135
+ application: ::String
136
+ ) -> _DeleteApplicationResponseSuccess
137
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteApplicationResponseSuccess
138
+
139
+ interface _DeleteAttributeGroupResponseSuccess
140
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAttributeGroupResponse]
141
+ def attribute_group: () -> Types::AttributeGroupSummary
142
+ end
143
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#delete_attribute_group-instance_method
144
+ def delete_attribute_group: (
145
+ attribute_group: ::String
146
+ ) -> _DeleteAttributeGroupResponseSuccess
147
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAttributeGroupResponseSuccess
148
+
149
+ interface _DisassociateAttributeGroupResponseSuccess
150
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateAttributeGroupResponse]
151
+ def application_arn: () -> ::String
152
+ def attribute_group_arn: () -> ::String
153
+ end
154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#disassociate_attribute_group-instance_method
155
+ def disassociate_attribute_group: (
156
+ application: ::String,
157
+ attribute_group: ::String
158
+ ) -> _DisassociateAttributeGroupResponseSuccess
159
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateAttributeGroupResponseSuccess
160
+
161
+ interface _DisassociateResourceResponseSuccess
162
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateResourceResponse]
163
+ def application_arn: () -> ::String
164
+ def resource_arn: () -> ::String
165
+ end
166
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#disassociate_resource-instance_method
167
+ def disassociate_resource: (
168
+ application: ::String,
169
+ resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE"),
170
+ resource: ::String
171
+ ) -> _DisassociateResourceResponseSuccess
172
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateResourceResponseSuccess
173
+
174
+ interface _GetApplicationResponseSuccess
175
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
176
+ def id: () -> ::String
177
+ def arn: () -> ::String
178
+ def name: () -> ::String
179
+ def description: () -> ::String
180
+ def creation_time: () -> ::Time
181
+ def last_update_time: () -> ::Time
182
+ def associated_resource_count: () -> ::Integer
183
+ def tags: () -> ::Hash[::String, ::String]
184
+ def integrations: () -> Types::Integrations
185
+ def application_tag: () -> ::Hash[::String, ::String]
186
+ end
187
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#get_application-instance_method
188
+ def get_application: (
189
+ application: ::String
190
+ ) -> _GetApplicationResponseSuccess
191
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
192
+
193
+ interface _GetAssociatedResourceResponseSuccess
194
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAssociatedResourceResponse]
195
+ def resource: () -> Types::Resource
196
+ def options: () -> ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
197
+ def application_tag_result: () -> Types::ApplicationTagResult
198
+ end
199
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#get_associated_resource-instance_method
200
+ def get_associated_resource: (
201
+ application: ::String,
202
+ resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE"),
203
+ resource: ::String,
204
+ ?next_token: ::String,
205
+ ?resource_tag_status: Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")],
206
+ ?max_results: ::Integer
207
+ ) -> _GetAssociatedResourceResponseSuccess
208
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAssociatedResourceResponseSuccess
209
+
210
+ interface _GetAttributeGroupResponseSuccess
211
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAttributeGroupResponse]
212
+ def id: () -> ::String
213
+ def arn: () -> ::String
214
+ def name: () -> ::String
215
+ def description: () -> ::String
216
+ def attributes: () -> ::String
217
+ def creation_time: () -> ::Time
218
+ def last_update_time: () -> ::Time
219
+ def tags: () -> ::Hash[::String, ::String]
220
+ def created_by: () -> ::String
221
+ end
222
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#get_attribute_group-instance_method
223
+ def get_attribute_group: (
224
+ attribute_group: ::String
225
+ ) -> _GetAttributeGroupResponseSuccess
226
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttributeGroupResponseSuccess
227
+
228
+ interface _GetConfigurationResponseSuccess
229
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetConfigurationResponse]
230
+ def configuration: () -> Types::AppRegistryConfiguration
231
+ end
232
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#get_configuration-instance_method
233
+ def get_configuration: () -> _GetConfigurationResponseSuccess
234
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetConfigurationResponseSuccess
235
+
236
+ interface _ListApplicationsResponseSuccess
237
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsResponse]
238
+ def applications: () -> ::Array[Types::ApplicationSummary]
239
+ def next_token: () -> ::String
240
+ end
241
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_applications-instance_method
242
+ def list_applications: (
243
+ ?next_token: ::String,
244
+ ?max_results: ::Integer
245
+ ) -> _ListApplicationsResponseSuccess
246
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
247
+
248
+ interface _ListAssociatedAttributeGroupsResponseSuccess
249
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociatedAttributeGroupsResponse]
250
+ def attribute_groups: () -> ::Array[::String]
251
+ def next_token: () -> ::String
252
+ end
253
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_associated_attribute_groups-instance_method
254
+ def list_associated_attribute_groups: (
255
+ application: ::String,
256
+ ?next_token: ::String,
257
+ ?max_results: ::Integer
258
+ ) -> _ListAssociatedAttributeGroupsResponseSuccess
259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociatedAttributeGroupsResponseSuccess
260
+
261
+ interface _ListAssociatedResourcesResponseSuccess
262
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAssociatedResourcesResponse]
263
+ def resources: () -> ::Array[Types::ResourceInfo]
264
+ def next_token: () -> ::String
265
+ end
266
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_associated_resources-instance_method
267
+ def list_associated_resources: (
268
+ application: ::String,
269
+ ?next_token: ::String,
270
+ ?max_results: ::Integer
271
+ ) -> _ListAssociatedResourcesResponseSuccess
272
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAssociatedResourcesResponseSuccess
273
+
274
+ interface _ListAttributeGroupsResponseSuccess
275
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAttributeGroupsResponse]
276
+ def attribute_groups: () -> ::Array[Types::AttributeGroupSummary]
277
+ def next_token: () -> ::String
278
+ end
279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_attribute_groups-instance_method
280
+ def list_attribute_groups: (
281
+ ?next_token: ::String,
282
+ ?max_results: ::Integer
283
+ ) -> _ListAttributeGroupsResponseSuccess
284
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttributeGroupsResponseSuccess
285
+
286
+ interface _ListAttributeGroupsForApplicationResponseSuccess
287
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAttributeGroupsForApplicationResponse]
288
+ def attribute_groups_details: () -> ::Array[Types::AttributeGroupDetails]
289
+ def next_token: () -> ::String
290
+ end
291
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_attribute_groups_for_application-instance_method
292
+ def list_attribute_groups_for_application: (
293
+ application: ::String,
294
+ ?next_token: ::String,
295
+ ?max_results: ::Integer
296
+ ) -> _ListAttributeGroupsForApplicationResponseSuccess
297
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttributeGroupsForApplicationResponseSuccess
298
+
299
+ interface _ListTagsForResourceResponseSuccess
300
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
301
+ def tags: () -> ::Hash[::String, ::String]
302
+ end
303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#list_tags_for_resource-instance_method
304
+ def list_tags_for_resource: (
305
+ resource_arn: ::String
306
+ ) -> _ListTagsForResourceResponseSuccess
307
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
308
+
309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#put_configuration-instance_method
310
+ def put_configuration: (
311
+ configuration: {
312
+ tag_query_configuration: {
313
+ tag_key: ::String?
314
+ }?
315
+ }
316
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
317
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
318
+
319
+ interface _SyncResourceResponseSuccess
320
+ include ::Seahorse::Client::_ResponseSuccess[Types::SyncResourceResponse]
321
+ def application_arn: () -> ::String
322
+ def resource_arn: () -> ::String
323
+ def action_taken: () -> ("START_SYNC" | "NO_ACTION")
324
+ end
325
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#sync_resource-instance_method
326
+ def sync_resource: (
327
+ resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE"),
328
+ resource: ::String
329
+ ) -> _SyncResourceResponseSuccess
330
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SyncResourceResponseSuccess
331
+
332
+ interface _TagResourceResponseSuccess
333
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
334
+ end
335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#tag_resource-instance_method
336
+ def tag_resource: (
337
+ resource_arn: ::String,
338
+ tags: Hash[::String, ::String]
339
+ ) -> _TagResourceResponseSuccess
340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
341
+
342
+ interface _UntagResourceResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
344
+ end
345
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#untag_resource-instance_method
346
+ def untag_resource: (
347
+ resource_arn: ::String,
348
+ tag_keys: Array[::String]
349
+ ) -> _UntagResourceResponseSuccess
350
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
351
+
352
+ interface _UpdateApplicationResponseSuccess
353
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationResponse]
354
+ def application: () -> Types::Application
355
+ end
356
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#update_application-instance_method
357
+ def update_application: (
358
+ application: ::String,
359
+ ?name: ::String,
360
+ ?description: ::String
361
+ ) -> _UpdateApplicationResponseSuccess
362
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
363
+
364
+ interface _UpdateAttributeGroupResponseSuccess
365
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateAttributeGroupResponse]
366
+ def attribute_group: () -> Types::AttributeGroup
367
+ end
368
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Client.html#update_attribute_group-instance_method
369
+ def update_attribute_group: (
370
+ attribute_group: ::String,
371
+ ?name: ::String,
372
+ ?description: ::String,
373
+ ?attributes: ::String
374
+ ) -> _UpdateAttributeGroupResponseSuccess
375
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAttributeGroupResponseSuccess
376
+ end
377
+ end
378
+ end
379
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,35 @@
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 AppRegistry
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class ConflictException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ThrottlingException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ def service_code: () -> ::String
29
+ end
30
+ class ValidationException < ::Aws::Errors::ServiceError
31
+ def message: () -> ::String
32
+ end
33
+ end
34
+ end
35
+ 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 AppRegistry
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRegistry/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,452 @@
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::AppRegistry
9
+ module Types
10
+
11
+ class AppRegistryConfiguration
12
+ attr_accessor tag_query_configuration: Types::TagQueryConfiguration
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class Application
17
+ attr_accessor id: ::String
18
+ attr_accessor arn: ::String
19
+ attr_accessor name: ::String
20
+ attr_accessor description: ::String
21
+ attr_accessor creation_time: ::Time
22
+ attr_accessor last_update_time: ::Time
23
+ attr_accessor tags: ::Hash[::String, ::String]
24
+ attr_accessor application_tag: ::Hash[::String, ::String]
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class ApplicationSummary
29
+ attr_accessor id: ::String
30
+ attr_accessor arn: ::String
31
+ attr_accessor name: ::String
32
+ attr_accessor description: ::String
33
+ attr_accessor creation_time: ::Time
34
+ attr_accessor last_update_time: ::Time
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class ApplicationTagResult
39
+ attr_accessor application_tag_status: ("IN_PROGRESS" | "SUCCESS" | "FAILURE")
40
+ attr_accessor error_message: ::String
41
+ attr_accessor resources: ::Array[Types::ResourcesListItem]
42
+ attr_accessor next_token: ::String
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class AssociateAttributeGroupRequest
47
+ attr_accessor application: ::String
48
+ attr_accessor attribute_group: ::String
49
+ SENSITIVE: []
50
+ end
51
+
52
+ class AssociateAttributeGroupResponse
53
+ attr_accessor application_arn: ::String
54
+ attr_accessor attribute_group_arn: ::String
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class AssociateResourceRequest
59
+ attr_accessor application: ::String
60
+ attr_accessor resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE")
61
+ attr_accessor resource: ::String
62
+ attr_accessor options: ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class AssociateResourceResponse
67
+ attr_accessor application_arn: ::String
68
+ attr_accessor resource_arn: ::String
69
+ attr_accessor options: ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
70
+ SENSITIVE: []
71
+ end
72
+
73
+ class AttributeGroup
74
+ attr_accessor id: ::String
75
+ attr_accessor arn: ::String
76
+ attr_accessor name: ::String
77
+ attr_accessor description: ::String
78
+ attr_accessor creation_time: ::Time
79
+ attr_accessor last_update_time: ::Time
80
+ attr_accessor tags: ::Hash[::String, ::String]
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class AttributeGroupDetails
85
+ attr_accessor id: ::String
86
+ attr_accessor arn: ::String
87
+ attr_accessor name: ::String
88
+ attr_accessor created_by: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class AttributeGroupSummary
93
+ attr_accessor id: ::String
94
+ attr_accessor arn: ::String
95
+ attr_accessor name: ::String
96
+ attr_accessor description: ::String
97
+ attr_accessor creation_time: ::Time
98
+ attr_accessor last_update_time: ::Time
99
+ attr_accessor created_by: ::String
100
+ SENSITIVE: []
101
+ end
102
+
103
+ class ConflictException
104
+ attr_accessor message: ::String
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class CreateApplicationRequest
109
+ attr_accessor name: ::String
110
+ attr_accessor description: ::String
111
+ attr_accessor tags: ::Hash[::String, ::String]
112
+ attr_accessor client_token: ::String
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class CreateApplicationResponse
117
+ attr_accessor application: Types::Application
118
+ SENSITIVE: []
119
+ end
120
+
121
+ class CreateAttributeGroupRequest
122
+ attr_accessor name: ::String
123
+ attr_accessor description: ::String
124
+ attr_accessor attributes: ::String
125
+ attr_accessor tags: ::Hash[::String, ::String]
126
+ attr_accessor client_token: ::String
127
+ SENSITIVE: []
128
+ end
129
+
130
+ class CreateAttributeGroupResponse
131
+ attr_accessor attribute_group: Types::AttributeGroup
132
+ SENSITIVE: []
133
+ end
134
+
135
+ class DeleteApplicationRequest
136
+ attr_accessor application: ::String
137
+ SENSITIVE: []
138
+ end
139
+
140
+ class DeleteApplicationResponse
141
+ attr_accessor application: Types::ApplicationSummary
142
+ SENSITIVE: []
143
+ end
144
+
145
+ class DeleteAttributeGroupRequest
146
+ attr_accessor attribute_group: ::String
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class DeleteAttributeGroupResponse
151
+ attr_accessor attribute_group: Types::AttributeGroupSummary
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class DisassociateAttributeGroupRequest
156
+ attr_accessor application: ::String
157
+ attr_accessor attribute_group: ::String
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class DisassociateAttributeGroupResponse
162
+ attr_accessor application_arn: ::String
163
+ attr_accessor attribute_group_arn: ::String
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class DisassociateResourceRequest
168
+ attr_accessor application: ::String
169
+ attr_accessor resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE")
170
+ attr_accessor resource: ::String
171
+ SENSITIVE: []
172
+ end
173
+
174
+ class DisassociateResourceResponse
175
+ attr_accessor application_arn: ::String
176
+ attr_accessor resource_arn: ::String
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class GetApplicationRequest
181
+ attr_accessor application: ::String
182
+ SENSITIVE: []
183
+ end
184
+
185
+ class GetApplicationResponse
186
+ attr_accessor id: ::String
187
+ attr_accessor arn: ::String
188
+ attr_accessor name: ::String
189
+ attr_accessor description: ::String
190
+ attr_accessor creation_time: ::Time
191
+ attr_accessor last_update_time: ::Time
192
+ attr_accessor associated_resource_count: ::Integer
193
+ attr_accessor tags: ::Hash[::String, ::String]
194
+ attr_accessor integrations: Types::Integrations
195
+ attr_accessor application_tag: ::Hash[::String, ::String]
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class GetAssociatedResourceRequest
200
+ attr_accessor application: ::String
201
+ attr_accessor resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE")
202
+ attr_accessor resource: ::String
203
+ attr_accessor next_token: ::String
204
+ attr_accessor resource_tag_status: ::Array[("SUCCESS" | "FAILED" | "IN_PROGRESS" | "SKIPPED")]
205
+ attr_accessor max_results: ::Integer
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class GetAssociatedResourceResponse
210
+ attr_accessor resource: Types::Resource
211
+ attr_accessor options: ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
212
+ attr_accessor application_tag_result: Types::ApplicationTagResult
213
+ SENSITIVE: []
214
+ end
215
+
216
+ class GetAttributeGroupRequest
217
+ attr_accessor attribute_group: ::String
218
+ SENSITIVE: []
219
+ end
220
+
221
+ class GetAttributeGroupResponse
222
+ attr_accessor id: ::String
223
+ attr_accessor arn: ::String
224
+ attr_accessor name: ::String
225
+ attr_accessor description: ::String
226
+ attr_accessor attributes: ::String
227
+ attr_accessor creation_time: ::Time
228
+ attr_accessor last_update_time: ::Time
229
+ attr_accessor tags: ::Hash[::String, ::String]
230
+ attr_accessor created_by: ::String
231
+ SENSITIVE: []
232
+ end
233
+
234
+ class GetConfigurationResponse
235
+ attr_accessor configuration: Types::AppRegistryConfiguration
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class Integrations
240
+ attr_accessor resource_group: Types::ResourceGroup
241
+ attr_accessor application_tag_resource_group: Types::ResourceGroup
242
+ SENSITIVE: []
243
+ end
244
+
245
+ class InternalServerException
246
+ attr_accessor message: ::String
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class ListApplicationsRequest
251
+ attr_accessor next_token: ::String
252
+ attr_accessor max_results: ::Integer
253
+ SENSITIVE: []
254
+ end
255
+
256
+ class ListApplicationsResponse
257
+ attr_accessor applications: ::Array[Types::ApplicationSummary]
258
+ attr_accessor next_token: ::String
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class ListAssociatedAttributeGroupsRequest
263
+ attr_accessor application: ::String
264
+ attr_accessor next_token: ::String
265
+ attr_accessor max_results: ::Integer
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class ListAssociatedAttributeGroupsResponse
270
+ attr_accessor attribute_groups: ::Array[::String]
271
+ attr_accessor next_token: ::String
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class ListAssociatedResourcesRequest
276
+ attr_accessor application: ::String
277
+ attr_accessor next_token: ::String
278
+ attr_accessor max_results: ::Integer
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class ListAssociatedResourcesResponse
283
+ attr_accessor resources: ::Array[Types::ResourceInfo]
284
+ attr_accessor next_token: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class ListAttributeGroupsForApplicationRequest
289
+ attr_accessor application: ::String
290
+ attr_accessor next_token: ::String
291
+ attr_accessor max_results: ::Integer
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class ListAttributeGroupsForApplicationResponse
296
+ attr_accessor attribute_groups_details: ::Array[Types::AttributeGroupDetails]
297
+ attr_accessor next_token: ::String
298
+ SENSITIVE: []
299
+ end
300
+
301
+ class ListAttributeGroupsRequest
302
+ attr_accessor next_token: ::String
303
+ attr_accessor max_results: ::Integer
304
+ SENSITIVE: []
305
+ end
306
+
307
+ class ListAttributeGroupsResponse
308
+ attr_accessor attribute_groups: ::Array[Types::AttributeGroupSummary]
309
+ attr_accessor next_token: ::String
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ListTagsForResourceRequest
314
+ attr_accessor resource_arn: ::String
315
+ SENSITIVE: []
316
+ end
317
+
318
+ class ListTagsForResourceResponse
319
+ attr_accessor tags: ::Hash[::String, ::String]
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class PutConfigurationRequest
324
+ attr_accessor configuration: Types::AppRegistryConfiguration
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class Resource
329
+ attr_accessor name: ::String
330
+ attr_accessor arn: ::String
331
+ attr_accessor association_time: ::Time
332
+ attr_accessor integrations: Types::ResourceIntegrations
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class ResourceDetails
337
+ attr_accessor tag_value: ::String
338
+ SENSITIVE: []
339
+ end
340
+
341
+ class ResourceGroup
342
+ attr_accessor state: ("CREATING" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATING" | "UPDATE_COMPLETE" | "UPDATE_FAILED")
343
+ attr_accessor arn: ::String
344
+ attr_accessor error_message: ::String
345
+ SENSITIVE: []
346
+ end
347
+
348
+ class ResourceInfo
349
+ attr_accessor name: ::String
350
+ attr_accessor arn: ::String
351
+ attr_accessor resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE")
352
+ attr_accessor resource_details: Types::ResourceDetails
353
+ attr_accessor options: ::Array[("APPLY_APPLICATION_TAG" | "SKIP_APPLICATION_TAG")]
354
+ SENSITIVE: []
355
+ end
356
+
357
+ class ResourceIntegrations
358
+ attr_accessor resource_group: Types::ResourceGroup
359
+ SENSITIVE: []
360
+ end
361
+
362
+ class ResourceNotFoundException
363
+ attr_accessor message: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class ResourcesListItem
368
+ attr_accessor resource_arn: ::String
369
+ attr_accessor error_message: ::String
370
+ attr_accessor status: ::String
371
+ attr_accessor resource_type: ::String
372
+ SENSITIVE: []
373
+ end
374
+
375
+ class ServiceQuotaExceededException
376
+ attr_accessor message: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class SyncResourceRequest
381
+ attr_accessor resource_type: ("CFN_STACK" | "RESOURCE_TAG_VALUE")
382
+ attr_accessor resource: ::String
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class SyncResourceResponse
387
+ attr_accessor application_arn: ::String
388
+ attr_accessor resource_arn: ::String
389
+ attr_accessor action_taken: ("START_SYNC" | "NO_ACTION")
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class TagQueryConfiguration
394
+ attr_accessor tag_key: ::String
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class TagResourceRequest
399
+ attr_accessor resource_arn: ::String
400
+ attr_accessor tags: ::Hash[::String, ::String]
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class TagResourceResponse < Aws::EmptyStructure
405
+ end
406
+
407
+ class ThrottlingException
408
+ attr_accessor message: ::String
409
+ attr_accessor service_code: ::String
410
+ SENSITIVE: []
411
+ end
412
+
413
+ class UntagResourceRequest
414
+ attr_accessor resource_arn: ::String
415
+ attr_accessor tag_keys: ::Array[::String]
416
+ SENSITIVE: []
417
+ end
418
+
419
+ class UntagResourceResponse < Aws::EmptyStructure
420
+ end
421
+
422
+ class UpdateApplicationRequest
423
+ attr_accessor application: ::String
424
+ attr_accessor name: ::String
425
+ attr_accessor description: ::String
426
+ SENSITIVE: []
427
+ end
428
+
429
+ class UpdateApplicationResponse
430
+ attr_accessor application: Types::Application
431
+ SENSITIVE: []
432
+ end
433
+
434
+ class UpdateAttributeGroupRequest
435
+ attr_accessor attribute_group: ::String
436
+ attr_accessor name: ::String
437
+ attr_accessor description: ::String
438
+ attr_accessor attributes: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class UpdateAttributeGroupResponse
443
+ attr_accessor attribute_group: Types::AttributeGroup
444
+ SENSITIVE: []
445
+ end
446
+
447
+ class ValidationException
448
+ attr_accessor message: ::String
449
+ SENSITIVE: []
450
+ end
451
+ end
452
+ 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 AppRegistry
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-appregistry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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-04 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-appregistry/plugins/endpoints.rb
67
67
  - lib/aws-sdk-appregistry/resource.rb
68
68
  - lib/aws-sdk-appregistry/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-appregistry
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-appregistry/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 - AppRegistry
94
99
  test_files: []