aws-sdk-ssm 1.162.0 → 1.163.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.
data/sig/errors.rbs ADDED
@@ -0,0 +1,405 @@
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 SSM
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 AssociatedInstances < ::Aws::Errors::ServiceError
18
+ end
19
+ class AssociationAlreadyExists < ::Aws::Errors::ServiceError
20
+ end
21
+ class AssociationDoesNotExist < ::Aws::Errors::ServiceError
22
+ def message: () -> ::String
23
+ end
24
+ class AssociationExecutionDoesNotExist < ::Aws::Errors::ServiceError
25
+ def message: () -> ::String
26
+ end
27
+ class AssociationLimitExceeded < ::Aws::Errors::ServiceError
28
+ end
29
+ class AssociationVersionLimitExceeded < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class AutomationDefinitionNotApprovedException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ class AutomationDefinitionNotFoundException < ::Aws::Errors::ServiceError
36
+ def message: () -> ::String
37
+ end
38
+ class AutomationDefinitionVersionNotFoundException < ::Aws::Errors::ServiceError
39
+ def message: () -> ::String
40
+ end
41
+ class AutomationExecutionLimitExceededException < ::Aws::Errors::ServiceError
42
+ def message: () -> ::String
43
+ end
44
+ class AutomationExecutionNotFoundException < ::Aws::Errors::ServiceError
45
+ def message: () -> ::String
46
+ end
47
+ class AutomationStepNotFoundException < ::Aws::Errors::ServiceError
48
+ def message: () -> ::String
49
+ end
50
+ class ComplianceTypeCountLimitExceededException < ::Aws::Errors::ServiceError
51
+ def message: () -> ::String
52
+ end
53
+ class CustomSchemaCountLimitExceededException < ::Aws::Errors::ServiceError
54
+ def message: () -> ::String
55
+ end
56
+ class DocumentAlreadyExists < ::Aws::Errors::ServiceError
57
+ def message: () -> ::String
58
+ end
59
+ class DocumentLimitExceeded < ::Aws::Errors::ServiceError
60
+ def message: () -> ::String
61
+ end
62
+ class DocumentPermissionLimit < ::Aws::Errors::ServiceError
63
+ def message: () -> ::String
64
+ end
65
+ class DocumentVersionLimitExceeded < ::Aws::Errors::ServiceError
66
+ def message: () -> ::String
67
+ end
68
+ class DoesNotExistException < ::Aws::Errors::ServiceError
69
+ def message: () -> ::String
70
+ end
71
+ class DuplicateDocumentContent < ::Aws::Errors::ServiceError
72
+ def message: () -> ::String
73
+ end
74
+ class DuplicateDocumentVersionName < ::Aws::Errors::ServiceError
75
+ def message: () -> ::String
76
+ end
77
+ class DuplicateInstanceId < ::Aws::Errors::ServiceError
78
+ end
79
+ class FeatureNotAvailableException < ::Aws::Errors::ServiceError
80
+ def message: () -> ::String
81
+ end
82
+ class HierarchyLevelLimitExceededException < ::Aws::Errors::ServiceError
83
+ def message: () -> ::String
84
+ end
85
+ class HierarchyTypeMismatchException < ::Aws::Errors::ServiceError
86
+ def message: () -> ::String
87
+ end
88
+ class IdempotentParameterMismatch < ::Aws::Errors::ServiceError
89
+ def message: () -> ::String
90
+ end
91
+ class IncompatiblePolicyException < ::Aws::Errors::ServiceError
92
+ def message: () -> ::String
93
+ end
94
+ class InternalServerError < ::Aws::Errors::ServiceError
95
+ def message: () -> ::String
96
+ end
97
+ class InvalidActivation < ::Aws::Errors::ServiceError
98
+ def message: () -> ::String
99
+ end
100
+ class InvalidActivationId < ::Aws::Errors::ServiceError
101
+ def message: () -> ::String
102
+ end
103
+ class InvalidAggregatorException < ::Aws::Errors::ServiceError
104
+ def message: () -> ::String
105
+ end
106
+ class InvalidAllowedPatternException < ::Aws::Errors::ServiceError
107
+ def message: () -> ::String
108
+ end
109
+ class InvalidAssociation < ::Aws::Errors::ServiceError
110
+ def message: () -> ::String
111
+ end
112
+ class InvalidAssociationVersion < ::Aws::Errors::ServiceError
113
+ def message: () -> ::String
114
+ end
115
+ class InvalidAutomationExecutionParametersException < ::Aws::Errors::ServiceError
116
+ def message: () -> ::String
117
+ end
118
+ class InvalidAutomationSignalException < ::Aws::Errors::ServiceError
119
+ def message: () -> ::String
120
+ end
121
+ class InvalidAutomationStatusUpdateException < ::Aws::Errors::ServiceError
122
+ def message: () -> ::String
123
+ end
124
+ class InvalidCommandId < ::Aws::Errors::ServiceError
125
+ end
126
+ class InvalidDeleteInventoryParametersException < ::Aws::Errors::ServiceError
127
+ def message: () -> ::String
128
+ end
129
+ class InvalidDeletionIdException < ::Aws::Errors::ServiceError
130
+ def message: () -> ::String
131
+ end
132
+ class InvalidDocument < ::Aws::Errors::ServiceError
133
+ def message: () -> ::String
134
+ end
135
+ class InvalidDocumentContent < ::Aws::Errors::ServiceError
136
+ def message: () -> ::String
137
+ end
138
+ class InvalidDocumentOperation < ::Aws::Errors::ServiceError
139
+ def message: () -> ::String
140
+ end
141
+ class InvalidDocumentSchemaVersion < ::Aws::Errors::ServiceError
142
+ def message: () -> ::String
143
+ end
144
+ class InvalidDocumentType < ::Aws::Errors::ServiceError
145
+ def message: () -> ::String
146
+ end
147
+ class InvalidDocumentVersion < ::Aws::Errors::ServiceError
148
+ def message: () -> ::String
149
+ end
150
+ class InvalidFilter < ::Aws::Errors::ServiceError
151
+ def message: () -> ::String
152
+ end
153
+ class InvalidFilterKey < ::Aws::Errors::ServiceError
154
+ end
155
+ class InvalidFilterOption < ::Aws::Errors::ServiceError
156
+ def message: () -> ::String
157
+ end
158
+ class InvalidFilterValue < ::Aws::Errors::ServiceError
159
+ def message: () -> ::String
160
+ end
161
+ class InvalidInstanceId < ::Aws::Errors::ServiceError
162
+ def message: () -> ::String
163
+ end
164
+ class InvalidInstanceInformationFilterValue < ::Aws::Errors::ServiceError
165
+ def message: () -> ::String
166
+ end
167
+ class InvalidInventoryGroupException < ::Aws::Errors::ServiceError
168
+ def message: () -> ::String
169
+ end
170
+ class InvalidInventoryItemContextException < ::Aws::Errors::ServiceError
171
+ def message: () -> ::String
172
+ end
173
+ class InvalidInventoryRequestException < ::Aws::Errors::ServiceError
174
+ def message: () -> ::String
175
+ end
176
+ class InvalidItemContentException < ::Aws::Errors::ServiceError
177
+ def type_name: () -> ::String
178
+ def message: () -> ::String
179
+ end
180
+ class InvalidKeyId < ::Aws::Errors::ServiceError
181
+ def message: () -> ::String
182
+ end
183
+ class InvalidNextToken < ::Aws::Errors::ServiceError
184
+ def message: () -> ::String
185
+ end
186
+ class InvalidNotificationConfig < ::Aws::Errors::ServiceError
187
+ def message: () -> ::String
188
+ end
189
+ class InvalidOptionException < ::Aws::Errors::ServiceError
190
+ def message: () -> ::String
191
+ end
192
+ class InvalidOutputFolder < ::Aws::Errors::ServiceError
193
+ end
194
+ class InvalidOutputLocation < ::Aws::Errors::ServiceError
195
+ end
196
+ class InvalidParameters < ::Aws::Errors::ServiceError
197
+ def message: () -> ::String
198
+ end
199
+ class InvalidPermissionType < ::Aws::Errors::ServiceError
200
+ def message: () -> ::String
201
+ end
202
+ class InvalidPluginName < ::Aws::Errors::ServiceError
203
+ end
204
+ class InvalidPolicyAttributeException < ::Aws::Errors::ServiceError
205
+ def message: () -> ::String
206
+ end
207
+ class InvalidPolicyTypeException < ::Aws::Errors::ServiceError
208
+ def message: () -> ::String
209
+ end
210
+ class InvalidResourceId < ::Aws::Errors::ServiceError
211
+ end
212
+ class InvalidResourceType < ::Aws::Errors::ServiceError
213
+ end
214
+ class InvalidResultAttributeException < ::Aws::Errors::ServiceError
215
+ def message: () -> ::String
216
+ end
217
+ class InvalidRole < ::Aws::Errors::ServiceError
218
+ def message: () -> ::String
219
+ end
220
+ class InvalidSchedule < ::Aws::Errors::ServiceError
221
+ def message: () -> ::String
222
+ end
223
+ class InvalidTag < ::Aws::Errors::ServiceError
224
+ def message: () -> ::String
225
+ end
226
+ class InvalidTarget < ::Aws::Errors::ServiceError
227
+ def message: () -> ::String
228
+ end
229
+ class InvalidTargetMaps < ::Aws::Errors::ServiceError
230
+ def message: () -> ::String
231
+ end
232
+ class InvalidTypeNameException < ::Aws::Errors::ServiceError
233
+ def message: () -> ::String
234
+ end
235
+ class InvalidUpdate < ::Aws::Errors::ServiceError
236
+ def message: () -> ::String
237
+ end
238
+ class InvocationDoesNotExist < ::Aws::Errors::ServiceError
239
+ end
240
+ class ItemContentMismatchException < ::Aws::Errors::ServiceError
241
+ def type_name: () -> ::String
242
+ def message: () -> ::String
243
+ end
244
+ class ItemSizeLimitExceededException < ::Aws::Errors::ServiceError
245
+ def type_name: () -> ::String
246
+ def message: () -> ::String
247
+ end
248
+ class MaxDocumentSizeExceeded < ::Aws::Errors::ServiceError
249
+ def message: () -> ::String
250
+ end
251
+ class OpsItemAccessDeniedException < ::Aws::Errors::ServiceError
252
+ def message: () -> ::String
253
+ end
254
+ class OpsItemAlreadyExistsException < ::Aws::Errors::ServiceError
255
+ def message: () -> ::String
256
+ def ops_item_id: () -> ::String
257
+ end
258
+ class OpsItemConflictException < ::Aws::Errors::ServiceError
259
+ def message: () -> ::String
260
+ end
261
+ class OpsItemInvalidParameterException < ::Aws::Errors::ServiceError
262
+ def parameter_names: () -> ::String
263
+ def message: () -> ::String
264
+ end
265
+ class OpsItemLimitExceededException < ::Aws::Errors::ServiceError
266
+ def resource_types: () -> ::String
267
+ def limit: () -> ::String
268
+ def limit_type: () -> ::String
269
+ def message: () -> ::String
270
+ end
271
+ class OpsItemNotFoundException < ::Aws::Errors::ServiceError
272
+ def message: () -> ::String
273
+ end
274
+ class OpsItemRelatedItemAlreadyExistsException < ::Aws::Errors::ServiceError
275
+ def message: () -> ::String
276
+ def resource_uri: () -> ::String
277
+ def ops_item_id: () -> ::String
278
+ end
279
+ class OpsItemRelatedItemAssociationNotFoundException < ::Aws::Errors::ServiceError
280
+ def message: () -> ::String
281
+ end
282
+ class OpsMetadataAlreadyExistsException < ::Aws::Errors::ServiceError
283
+ def message: () -> ::String
284
+ end
285
+ class OpsMetadataInvalidArgumentException < ::Aws::Errors::ServiceError
286
+ def message: () -> ::String
287
+ end
288
+ class OpsMetadataKeyLimitExceededException < ::Aws::Errors::ServiceError
289
+ def message: () -> ::String
290
+ end
291
+ class OpsMetadataLimitExceededException < ::Aws::Errors::ServiceError
292
+ def message: () -> ::String
293
+ end
294
+ class OpsMetadataNotFoundException < ::Aws::Errors::ServiceError
295
+ def message: () -> ::String
296
+ end
297
+ class OpsMetadataTooManyUpdatesException < ::Aws::Errors::ServiceError
298
+ def message: () -> ::String
299
+ end
300
+ class ParameterAlreadyExists < ::Aws::Errors::ServiceError
301
+ def message: () -> ::String
302
+ end
303
+ class ParameterLimitExceeded < ::Aws::Errors::ServiceError
304
+ def message: () -> ::String
305
+ end
306
+ class ParameterMaxVersionLimitExceeded < ::Aws::Errors::ServiceError
307
+ def message: () -> ::String
308
+ end
309
+ class ParameterNotFound < ::Aws::Errors::ServiceError
310
+ def message: () -> ::String
311
+ end
312
+ class ParameterPatternMismatchException < ::Aws::Errors::ServiceError
313
+ def message: () -> ::String
314
+ end
315
+ class ParameterVersionLabelLimitExceeded < ::Aws::Errors::ServiceError
316
+ def message: () -> ::String
317
+ end
318
+ class ParameterVersionNotFound < ::Aws::Errors::ServiceError
319
+ def message: () -> ::String
320
+ end
321
+ class PoliciesLimitExceededException < ::Aws::Errors::ServiceError
322
+ def message: () -> ::String
323
+ end
324
+ class ResourceDataSyncAlreadyExistsException < ::Aws::Errors::ServiceError
325
+ def sync_name: () -> ::String
326
+ end
327
+ class ResourceDataSyncConflictException < ::Aws::Errors::ServiceError
328
+ def message: () -> ::String
329
+ end
330
+ class ResourceDataSyncCountExceededException < ::Aws::Errors::ServiceError
331
+ def message: () -> ::String
332
+ end
333
+ class ResourceDataSyncInvalidConfigurationException < ::Aws::Errors::ServiceError
334
+ def message: () -> ::String
335
+ end
336
+ class ResourceDataSyncNotFoundException < ::Aws::Errors::ServiceError
337
+ def sync_name: () -> ::String
338
+ def sync_type: () -> ::String
339
+ def message: () -> ::String
340
+ end
341
+ class ResourceInUseException < ::Aws::Errors::ServiceError
342
+ def message: () -> ::String
343
+ end
344
+ class ResourceLimitExceededException < ::Aws::Errors::ServiceError
345
+ def message: () -> ::String
346
+ end
347
+ class ResourcePolicyConflictException < ::Aws::Errors::ServiceError
348
+ def message: () -> ::String
349
+ end
350
+ class ResourcePolicyInvalidParameterException < ::Aws::Errors::ServiceError
351
+ def parameter_names: () -> ::String
352
+ def message: () -> ::String
353
+ end
354
+ class ResourcePolicyLimitExceededException < ::Aws::Errors::ServiceError
355
+ def limit: () -> ::String
356
+ def limit_type: () -> ::String
357
+ def message: () -> ::String
358
+ end
359
+ class ServiceSettingNotFound < ::Aws::Errors::ServiceError
360
+ def message: () -> ::String
361
+ end
362
+ class StatusUnchanged < ::Aws::Errors::ServiceError
363
+ end
364
+ class SubTypeCountLimitExceededException < ::Aws::Errors::ServiceError
365
+ def message: () -> ::String
366
+ end
367
+ class TargetInUseException < ::Aws::Errors::ServiceError
368
+ def message: () -> ::String
369
+ end
370
+ class TargetNotConnected < ::Aws::Errors::ServiceError
371
+ def message: () -> ::String
372
+ end
373
+ class TooManyTagsError < ::Aws::Errors::ServiceError
374
+ end
375
+ class TooManyUpdates < ::Aws::Errors::ServiceError
376
+ def message: () -> ::String
377
+ end
378
+ class TotalSizeLimitExceededException < ::Aws::Errors::ServiceError
379
+ def message: () -> ::String
380
+ end
381
+ class UnsupportedCalendarException < ::Aws::Errors::ServiceError
382
+ def message: () -> ::String
383
+ end
384
+ class UnsupportedFeatureRequiredException < ::Aws::Errors::ServiceError
385
+ def message: () -> ::String
386
+ end
387
+ class UnsupportedInventoryItemContextException < ::Aws::Errors::ServiceError
388
+ def type_name: () -> ::String
389
+ def message: () -> ::String
390
+ end
391
+ class UnsupportedInventorySchemaVersionException < ::Aws::Errors::ServiceError
392
+ def message: () -> ::String
393
+ end
394
+ class UnsupportedOperatingSystem < ::Aws::Errors::ServiceError
395
+ def message: () -> ::String
396
+ end
397
+ class UnsupportedParameterType < ::Aws::Errors::ServiceError
398
+ def message: () -> ::String
399
+ end
400
+ class UnsupportedPlatformType < ::Aws::Errors::ServiceError
401
+ def message: () -> ::String
402
+ end
403
+ end
404
+ end
405
+ 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 SSM
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SSM/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