aws-sdk-ssm 1.182.0 → 1.183.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::SSM::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,291 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :add_tags_to_resource
74
- Aws::SSM::Endpoints::AddTagsToResource.build(context)
75
- when :associate_ops_item_related_item
76
- Aws::SSM::Endpoints::AssociateOpsItemRelatedItem.build(context)
77
- when :cancel_command
78
- Aws::SSM::Endpoints::CancelCommand.build(context)
79
- when :cancel_maintenance_window_execution
80
- Aws::SSM::Endpoints::CancelMaintenanceWindowExecution.build(context)
81
- when :create_activation
82
- Aws::SSM::Endpoints::CreateActivation.build(context)
83
- when :create_association
84
- Aws::SSM::Endpoints::CreateAssociation.build(context)
85
- when :create_association_batch
86
- Aws::SSM::Endpoints::CreateAssociationBatch.build(context)
87
- when :create_document
88
- Aws::SSM::Endpoints::CreateDocument.build(context)
89
- when :create_maintenance_window
90
- Aws::SSM::Endpoints::CreateMaintenanceWindow.build(context)
91
- when :create_ops_item
92
- Aws::SSM::Endpoints::CreateOpsItem.build(context)
93
- when :create_ops_metadata
94
- Aws::SSM::Endpoints::CreateOpsMetadata.build(context)
95
- when :create_patch_baseline
96
- Aws::SSM::Endpoints::CreatePatchBaseline.build(context)
97
- when :create_resource_data_sync
98
- Aws::SSM::Endpoints::CreateResourceDataSync.build(context)
99
- when :delete_activation
100
- Aws::SSM::Endpoints::DeleteActivation.build(context)
101
- when :delete_association
102
- Aws::SSM::Endpoints::DeleteAssociation.build(context)
103
- when :delete_document
104
- Aws::SSM::Endpoints::DeleteDocument.build(context)
105
- when :delete_inventory
106
- Aws::SSM::Endpoints::DeleteInventory.build(context)
107
- when :delete_maintenance_window
108
- Aws::SSM::Endpoints::DeleteMaintenanceWindow.build(context)
109
- when :delete_ops_item
110
- Aws::SSM::Endpoints::DeleteOpsItem.build(context)
111
- when :delete_ops_metadata
112
- Aws::SSM::Endpoints::DeleteOpsMetadata.build(context)
113
- when :delete_parameter
114
- Aws::SSM::Endpoints::DeleteParameter.build(context)
115
- when :delete_parameters
116
- Aws::SSM::Endpoints::DeleteParameters.build(context)
117
- when :delete_patch_baseline
118
- Aws::SSM::Endpoints::DeletePatchBaseline.build(context)
119
- when :delete_resource_data_sync
120
- Aws::SSM::Endpoints::DeleteResourceDataSync.build(context)
121
- when :delete_resource_policy
122
- Aws::SSM::Endpoints::DeleteResourcePolicy.build(context)
123
- when :deregister_managed_instance
124
- Aws::SSM::Endpoints::DeregisterManagedInstance.build(context)
125
- when :deregister_patch_baseline_for_patch_group
126
- Aws::SSM::Endpoints::DeregisterPatchBaselineForPatchGroup.build(context)
127
- when :deregister_target_from_maintenance_window
128
- Aws::SSM::Endpoints::DeregisterTargetFromMaintenanceWindow.build(context)
129
- when :deregister_task_from_maintenance_window
130
- Aws::SSM::Endpoints::DeregisterTaskFromMaintenanceWindow.build(context)
131
- when :describe_activations
132
- Aws::SSM::Endpoints::DescribeActivations.build(context)
133
- when :describe_association
134
- Aws::SSM::Endpoints::DescribeAssociation.build(context)
135
- when :describe_association_execution_targets
136
- Aws::SSM::Endpoints::DescribeAssociationExecutionTargets.build(context)
137
- when :describe_association_executions
138
- Aws::SSM::Endpoints::DescribeAssociationExecutions.build(context)
139
- when :describe_automation_executions
140
- Aws::SSM::Endpoints::DescribeAutomationExecutions.build(context)
141
- when :describe_automation_step_executions
142
- Aws::SSM::Endpoints::DescribeAutomationStepExecutions.build(context)
143
- when :describe_available_patches
144
- Aws::SSM::Endpoints::DescribeAvailablePatches.build(context)
145
- when :describe_document
146
- Aws::SSM::Endpoints::DescribeDocument.build(context)
147
- when :describe_document_permission
148
- Aws::SSM::Endpoints::DescribeDocumentPermission.build(context)
149
- when :describe_effective_instance_associations
150
- Aws::SSM::Endpoints::DescribeEffectiveInstanceAssociations.build(context)
151
- when :describe_effective_patches_for_patch_baseline
152
- Aws::SSM::Endpoints::DescribeEffectivePatchesForPatchBaseline.build(context)
153
- when :describe_instance_associations_status
154
- Aws::SSM::Endpoints::DescribeInstanceAssociationsStatus.build(context)
155
- when :describe_instance_information
156
- Aws::SSM::Endpoints::DescribeInstanceInformation.build(context)
157
- when :describe_instance_patch_states
158
- Aws::SSM::Endpoints::DescribeInstancePatchStates.build(context)
159
- when :describe_instance_patch_states_for_patch_group
160
- Aws::SSM::Endpoints::DescribeInstancePatchStatesForPatchGroup.build(context)
161
- when :describe_instance_patches
162
- Aws::SSM::Endpoints::DescribeInstancePatches.build(context)
163
- when :describe_instance_properties
164
- Aws::SSM::Endpoints::DescribeInstanceProperties.build(context)
165
- when :describe_inventory_deletions
166
- Aws::SSM::Endpoints::DescribeInventoryDeletions.build(context)
167
- when :describe_maintenance_window_execution_task_invocations
168
- Aws::SSM::Endpoints::DescribeMaintenanceWindowExecutionTaskInvocations.build(context)
169
- when :describe_maintenance_window_execution_tasks
170
- Aws::SSM::Endpoints::DescribeMaintenanceWindowExecutionTasks.build(context)
171
- when :describe_maintenance_window_executions
172
- Aws::SSM::Endpoints::DescribeMaintenanceWindowExecutions.build(context)
173
- when :describe_maintenance_window_schedule
174
- Aws::SSM::Endpoints::DescribeMaintenanceWindowSchedule.build(context)
175
- when :describe_maintenance_window_targets
176
- Aws::SSM::Endpoints::DescribeMaintenanceWindowTargets.build(context)
177
- when :describe_maintenance_window_tasks
178
- Aws::SSM::Endpoints::DescribeMaintenanceWindowTasks.build(context)
179
- when :describe_maintenance_windows
180
- Aws::SSM::Endpoints::DescribeMaintenanceWindows.build(context)
181
- when :describe_maintenance_windows_for_target
182
- Aws::SSM::Endpoints::DescribeMaintenanceWindowsForTarget.build(context)
183
- when :describe_ops_items
184
- Aws::SSM::Endpoints::DescribeOpsItems.build(context)
185
- when :describe_parameters
186
- Aws::SSM::Endpoints::DescribeParameters.build(context)
187
- when :describe_patch_baselines
188
- Aws::SSM::Endpoints::DescribePatchBaselines.build(context)
189
- when :describe_patch_group_state
190
- Aws::SSM::Endpoints::DescribePatchGroupState.build(context)
191
- when :describe_patch_groups
192
- Aws::SSM::Endpoints::DescribePatchGroups.build(context)
193
- when :describe_patch_properties
194
- Aws::SSM::Endpoints::DescribePatchProperties.build(context)
195
- when :describe_sessions
196
- Aws::SSM::Endpoints::DescribeSessions.build(context)
197
- when :disassociate_ops_item_related_item
198
- Aws::SSM::Endpoints::DisassociateOpsItemRelatedItem.build(context)
199
- when :get_automation_execution
200
- Aws::SSM::Endpoints::GetAutomationExecution.build(context)
201
- when :get_calendar_state
202
- Aws::SSM::Endpoints::GetCalendarState.build(context)
203
- when :get_command_invocation
204
- Aws::SSM::Endpoints::GetCommandInvocation.build(context)
205
- when :get_connection_status
206
- Aws::SSM::Endpoints::GetConnectionStatus.build(context)
207
- when :get_default_patch_baseline
208
- Aws::SSM::Endpoints::GetDefaultPatchBaseline.build(context)
209
- when :get_deployable_patch_snapshot_for_instance
210
- Aws::SSM::Endpoints::GetDeployablePatchSnapshotForInstance.build(context)
211
- when :get_document
212
- Aws::SSM::Endpoints::GetDocument.build(context)
213
- when :get_inventory
214
- Aws::SSM::Endpoints::GetInventory.build(context)
215
- when :get_inventory_schema
216
- Aws::SSM::Endpoints::GetInventorySchema.build(context)
217
- when :get_maintenance_window
218
- Aws::SSM::Endpoints::GetMaintenanceWindow.build(context)
219
- when :get_maintenance_window_execution
220
- Aws::SSM::Endpoints::GetMaintenanceWindowExecution.build(context)
221
- when :get_maintenance_window_execution_task
222
- Aws::SSM::Endpoints::GetMaintenanceWindowExecutionTask.build(context)
223
- when :get_maintenance_window_execution_task_invocation
224
- Aws::SSM::Endpoints::GetMaintenanceWindowExecutionTaskInvocation.build(context)
225
- when :get_maintenance_window_task
226
- Aws::SSM::Endpoints::GetMaintenanceWindowTask.build(context)
227
- when :get_ops_item
228
- Aws::SSM::Endpoints::GetOpsItem.build(context)
229
- when :get_ops_metadata
230
- Aws::SSM::Endpoints::GetOpsMetadata.build(context)
231
- when :get_ops_summary
232
- Aws::SSM::Endpoints::GetOpsSummary.build(context)
233
- when :get_parameter
234
- Aws::SSM::Endpoints::GetParameter.build(context)
235
- when :get_parameter_history
236
- Aws::SSM::Endpoints::GetParameterHistory.build(context)
237
- when :get_parameters
238
- Aws::SSM::Endpoints::GetParameters.build(context)
239
- when :get_parameters_by_path
240
- Aws::SSM::Endpoints::GetParametersByPath.build(context)
241
- when :get_patch_baseline
242
- Aws::SSM::Endpoints::GetPatchBaseline.build(context)
243
- when :get_patch_baseline_for_patch_group
244
- Aws::SSM::Endpoints::GetPatchBaselineForPatchGroup.build(context)
245
- when :get_resource_policies
246
- Aws::SSM::Endpoints::GetResourcePolicies.build(context)
247
- when :get_service_setting
248
- Aws::SSM::Endpoints::GetServiceSetting.build(context)
249
- when :label_parameter_version
250
- Aws::SSM::Endpoints::LabelParameterVersion.build(context)
251
- when :list_association_versions
252
- Aws::SSM::Endpoints::ListAssociationVersions.build(context)
253
- when :list_associations
254
- Aws::SSM::Endpoints::ListAssociations.build(context)
255
- when :list_command_invocations
256
- Aws::SSM::Endpoints::ListCommandInvocations.build(context)
257
- when :list_commands
258
- Aws::SSM::Endpoints::ListCommands.build(context)
259
- when :list_compliance_items
260
- Aws::SSM::Endpoints::ListComplianceItems.build(context)
261
- when :list_compliance_summaries
262
- Aws::SSM::Endpoints::ListComplianceSummaries.build(context)
263
- when :list_document_metadata_history
264
- Aws::SSM::Endpoints::ListDocumentMetadataHistory.build(context)
265
- when :list_document_versions
266
- Aws::SSM::Endpoints::ListDocumentVersions.build(context)
267
- when :list_documents
268
- Aws::SSM::Endpoints::ListDocuments.build(context)
269
- when :list_inventory_entries
270
- Aws::SSM::Endpoints::ListInventoryEntries.build(context)
271
- when :list_ops_item_events
272
- Aws::SSM::Endpoints::ListOpsItemEvents.build(context)
273
- when :list_ops_item_related_items
274
- Aws::SSM::Endpoints::ListOpsItemRelatedItems.build(context)
275
- when :list_ops_metadata
276
- Aws::SSM::Endpoints::ListOpsMetadata.build(context)
277
- when :list_resource_compliance_summaries
278
- Aws::SSM::Endpoints::ListResourceComplianceSummaries.build(context)
279
- when :list_resource_data_sync
280
- Aws::SSM::Endpoints::ListResourceDataSync.build(context)
281
- when :list_tags_for_resource
282
- Aws::SSM::Endpoints::ListTagsForResource.build(context)
283
- when :modify_document_permission
284
- Aws::SSM::Endpoints::ModifyDocumentPermission.build(context)
285
- when :put_compliance_items
286
- Aws::SSM::Endpoints::PutComplianceItems.build(context)
287
- when :put_inventory
288
- Aws::SSM::Endpoints::PutInventory.build(context)
289
- when :put_parameter
290
- Aws::SSM::Endpoints::PutParameter.build(context)
291
- when :put_resource_policy
292
- Aws::SSM::Endpoints::PutResourcePolicy.build(context)
293
- when :register_default_patch_baseline
294
- Aws::SSM::Endpoints::RegisterDefaultPatchBaseline.build(context)
295
- when :register_patch_baseline_for_patch_group
296
- Aws::SSM::Endpoints::RegisterPatchBaselineForPatchGroup.build(context)
297
- when :register_target_with_maintenance_window
298
- Aws::SSM::Endpoints::RegisterTargetWithMaintenanceWindow.build(context)
299
- when :register_task_with_maintenance_window
300
- Aws::SSM::Endpoints::RegisterTaskWithMaintenanceWindow.build(context)
301
- when :remove_tags_from_resource
302
- Aws::SSM::Endpoints::RemoveTagsFromResource.build(context)
303
- when :reset_service_setting
304
- Aws::SSM::Endpoints::ResetServiceSetting.build(context)
305
- when :resume_session
306
- Aws::SSM::Endpoints::ResumeSession.build(context)
307
- when :send_automation_signal
308
- Aws::SSM::Endpoints::SendAutomationSignal.build(context)
309
- when :send_command
310
- Aws::SSM::Endpoints::SendCommand.build(context)
311
- when :start_associations_once
312
- Aws::SSM::Endpoints::StartAssociationsOnce.build(context)
313
- when :start_automation_execution
314
- Aws::SSM::Endpoints::StartAutomationExecution.build(context)
315
- when :start_change_request_execution
316
- Aws::SSM::Endpoints::StartChangeRequestExecution.build(context)
317
- when :start_session
318
- Aws::SSM::Endpoints::StartSession.build(context)
319
- when :stop_automation_execution
320
- Aws::SSM::Endpoints::StopAutomationExecution.build(context)
321
- when :terminate_session
322
- Aws::SSM::Endpoints::TerminateSession.build(context)
323
- when :unlabel_parameter_version
324
- Aws::SSM::Endpoints::UnlabelParameterVersion.build(context)
325
- when :update_association
326
- Aws::SSM::Endpoints::UpdateAssociation.build(context)
327
- when :update_association_status
328
- Aws::SSM::Endpoints::UpdateAssociationStatus.build(context)
329
- when :update_document
330
- Aws::SSM::Endpoints::UpdateDocument.build(context)
331
- when :update_document_default_version
332
- Aws::SSM::Endpoints::UpdateDocumentDefaultVersion.build(context)
333
- when :update_document_metadata
334
- Aws::SSM::Endpoints::UpdateDocumentMetadata.build(context)
335
- when :update_maintenance_window
336
- Aws::SSM::Endpoints::UpdateMaintenanceWindow.build(context)
337
- when :update_maintenance_window_target
338
- Aws::SSM::Endpoints::UpdateMaintenanceWindowTarget.build(context)
339
- when :update_maintenance_window_task
340
- Aws::SSM::Endpoints::UpdateMaintenanceWindowTask.build(context)
341
- when :update_managed_instance_role
342
- Aws::SSM::Endpoints::UpdateManagedInstanceRole.build(context)
343
- when :update_ops_item
344
- Aws::SSM::Endpoints::UpdateOpsItem.build(context)
345
- when :update_ops_metadata
346
- Aws::SSM::Endpoints::UpdateOpsMetadata.build(context)
347
- when :update_patch_baseline
348
- Aws::SSM::Endpoints::UpdatePatchBaseline.build(context)
349
- when :update_resource_data_sync
350
- Aws::SSM::Endpoints::UpdateResourceDataSync.build(context)
351
- when :update_service_setting
352
- Aws::SSM::Endpoints::UpdateServiceSetting.build(context)
353
- end
354
- end
355
70
  end
356
71
 
357
72
  def add_handlers(handlers, _config)
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.182.0'
58
+ GEM_VERSION = '1.183.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.182.0
4
+ version: 1.183.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-18 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.207.0
22
+ version: 3.210.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.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement