aws-sdk-lightsail 1.101.0 → 1.103.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1 -3
- data/lib/aws-sdk-lightsail/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-lightsail/endpoints.rb +2 -1769
- data/lib/aws-sdk-lightsail/plugins/endpoints.rb +1 -328
- data/lib/aws-sdk-lightsail.rb +3 -1
- metadata +4 -4
@@ -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::Lightsail::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,333 +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 :allocate_static_ip
|
74
|
-
Aws::Lightsail::Endpoints::AllocateStaticIp.build(context)
|
75
|
-
when :attach_certificate_to_distribution
|
76
|
-
Aws::Lightsail::Endpoints::AttachCertificateToDistribution.build(context)
|
77
|
-
when :attach_disk
|
78
|
-
Aws::Lightsail::Endpoints::AttachDisk.build(context)
|
79
|
-
when :attach_instances_to_load_balancer
|
80
|
-
Aws::Lightsail::Endpoints::AttachInstancesToLoadBalancer.build(context)
|
81
|
-
when :attach_load_balancer_tls_certificate
|
82
|
-
Aws::Lightsail::Endpoints::AttachLoadBalancerTlsCertificate.build(context)
|
83
|
-
when :attach_static_ip
|
84
|
-
Aws::Lightsail::Endpoints::AttachStaticIp.build(context)
|
85
|
-
when :close_instance_public_ports
|
86
|
-
Aws::Lightsail::Endpoints::CloseInstancePublicPorts.build(context)
|
87
|
-
when :copy_snapshot
|
88
|
-
Aws::Lightsail::Endpoints::CopySnapshot.build(context)
|
89
|
-
when :create_bucket
|
90
|
-
Aws::Lightsail::Endpoints::CreateBucket.build(context)
|
91
|
-
when :create_bucket_access_key
|
92
|
-
Aws::Lightsail::Endpoints::CreateBucketAccessKey.build(context)
|
93
|
-
when :create_certificate
|
94
|
-
Aws::Lightsail::Endpoints::CreateCertificate.build(context)
|
95
|
-
when :create_cloud_formation_stack
|
96
|
-
Aws::Lightsail::Endpoints::CreateCloudFormationStack.build(context)
|
97
|
-
when :create_contact_method
|
98
|
-
Aws::Lightsail::Endpoints::CreateContactMethod.build(context)
|
99
|
-
when :create_container_service
|
100
|
-
Aws::Lightsail::Endpoints::CreateContainerService.build(context)
|
101
|
-
when :create_container_service_deployment
|
102
|
-
Aws::Lightsail::Endpoints::CreateContainerServiceDeployment.build(context)
|
103
|
-
when :create_container_service_registry_login
|
104
|
-
Aws::Lightsail::Endpoints::CreateContainerServiceRegistryLogin.build(context)
|
105
|
-
when :create_disk
|
106
|
-
Aws::Lightsail::Endpoints::CreateDisk.build(context)
|
107
|
-
when :create_disk_from_snapshot
|
108
|
-
Aws::Lightsail::Endpoints::CreateDiskFromSnapshot.build(context)
|
109
|
-
when :create_disk_snapshot
|
110
|
-
Aws::Lightsail::Endpoints::CreateDiskSnapshot.build(context)
|
111
|
-
when :create_distribution
|
112
|
-
Aws::Lightsail::Endpoints::CreateDistribution.build(context)
|
113
|
-
when :create_domain
|
114
|
-
Aws::Lightsail::Endpoints::CreateDomain.build(context)
|
115
|
-
when :create_domain_entry
|
116
|
-
Aws::Lightsail::Endpoints::CreateDomainEntry.build(context)
|
117
|
-
when :create_gui_session_access_details
|
118
|
-
Aws::Lightsail::Endpoints::CreateGUISessionAccessDetails.build(context)
|
119
|
-
when :create_instance_snapshot
|
120
|
-
Aws::Lightsail::Endpoints::CreateInstanceSnapshot.build(context)
|
121
|
-
when :create_instances
|
122
|
-
Aws::Lightsail::Endpoints::CreateInstances.build(context)
|
123
|
-
when :create_instances_from_snapshot
|
124
|
-
Aws::Lightsail::Endpoints::CreateInstancesFromSnapshot.build(context)
|
125
|
-
when :create_key_pair
|
126
|
-
Aws::Lightsail::Endpoints::CreateKeyPair.build(context)
|
127
|
-
when :create_load_balancer
|
128
|
-
Aws::Lightsail::Endpoints::CreateLoadBalancer.build(context)
|
129
|
-
when :create_load_balancer_tls_certificate
|
130
|
-
Aws::Lightsail::Endpoints::CreateLoadBalancerTlsCertificate.build(context)
|
131
|
-
when :create_relational_database
|
132
|
-
Aws::Lightsail::Endpoints::CreateRelationalDatabase.build(context)
|
133
|
-
when :create_relational_database_from_snapshot
|
134
|
-
Aws::Lightsail::Endpoints::CreateRelationalDatabaseFromSnapshot.build(context)
|
135
|
-
when :create_relational_database_snapshot
|
136
|
-
Aws::Lightsail::Endpoints::CreateRelationalDatabaseSnapshot.build(context)
|
137
|
-
when :delete_alarm
|
138
|
-
Aws::Lightsail::Endpoints::DeleteAlarm.build(context)
|
139
|
-
when :delete_auto_snapshot
|
140
|
-
Aws::Lightsail::Endpoints::DeleteAutoSnapshot.build(context)
|
141
|
-
when :delete_bucket
|
142
|
-
Aws::Lightsail::Endpoints::DeleteBucket.build(context)
|
143
|
-
when :delete_bucket_access_key
|
144
|
-
Aws::Lightsail::Endpoints::DeleteBucketAccessKey.build(context)
|
145
|
-
when :delete_certificate
|
146
|
-
Aws::Lightsail::Endpoints::DeleteCertificate.build(context)
|
147
|
-
when :delete_contact_method
|
148
|
-
Aws::Lightsail::Endpoints::DeleteContactMethod.build(context)
|
149
|
-
when :delete_container_image
|
150
|
-
Aws::Lightsail::Endpoints::DeleteContainerImage.build(context)
|
151
|
-
when :delete_container_service
|
152
|
-
Aws::Lightsail::Endpoints::DeleteContainerService.build(context)
|
153
|
-
when :delete_disk
|
154
|
-
Aws::Lightsail::Endpoints::DeleteDisk.build(context)
|
155
|
-
when :delete_disk_snapshot
|
156
|
-
Aws::Lightsail::Endpoints::DeleteDiskSnapshot.build(context)
|
157
|
-
when :delete_distribution
|
158
|
-
Aws::Lightsail::Endpoints::DeleteDistribution.build(context)
|
159
|
-
when :delete_domain
|
160
|
-
Aws::Lightsail::Endpoints::DeleteDomain.build(context)
|
161
|
-
when :delete_domain_entry
|
162
|
-
Aws::Lightsail::Endpoints::DeleteDomainEntry.build(context)
|
163
|
-
when :delete_instance
|
164
|
-
Aws::Lightsail::Endpoints::DeleteInstance.build(context)
|
165
|
-
when :delete_instance_snapshot
|
166
|
-
Aws::Lightsail::Endpoints::DeleteInstanceSnapshot.build(context)
|
167
|
-
when :delete_key_pair
|
168
|
-
Aws::Lightsail::Endpoints::DeleteKeyPair.build(context)
|
169
|
-
when :delete_known_host_keys
|
170
|
-
Aws::Lightsail::Endpoints::DeleteKnownHostKeys.build(context)
|
171
|
-
when :delete_load_balancer
|
172
|
-
Aws::Lightsail::Endpoints::DeleteLoadBalancer.build(context)
|
173
|
-
when :delete_load_balancer_tls_certificate
|
174
|
-
Aws::Lightsail::Endpoints::DeleteLoadBalancerTlsCertificate.build(context)
|
175
|
-
when :delete_relational_database
|
176
|
-
Aws::Lightsail::Endpoints::DeleteRelationalDatabase.build(context)
|
177
|
-
when :delete_relational_database_snapshot
|
178
|
-
Aws::Lightsail::Endpoints::DeleteRelationalDatabaseSnapshot.build(context)
|
179
|
-
when :detach_certificate_from_distribution
|
180
|
-
Aws::Lightsail::Endpoints::DetachCertificateFromDistribution.build(context)
|
181
|
-
when :detach_disk
|
182
|
-
Aws::Lightsail::Endpoints::DetachDisk.build(context)
|
183
|
-
when :detach_instances_from_load_balancer
|
184
|
-
Aws::Lightsail::Endpoints::DetachInstancesFromLoadBalancer.build(context)
|
185
|
-
when :detach_static_ip
|
186
|
-
Aws::Lightsail::Endpoints::DetachStaticIp.build(context)
|
187
|
-
when :disable_add_on
|
188
|
-
Aws::Lightsail::Endpoints::DisableAddOn.build(context)
|
189
|
-
when :download_default_key_pair
|
190
|
-
Aws::Lightsail::Endpoints::DownloadDefaultKeyPair.build(context)
|
191
|
-
when :enable_add_on
|
192
|
-
Aws::Lightsail::Endpoints::EnableAddOn.build(context)
|
193
|
-
when :export_snapshot
|
194
|
-
Aws::Lightsail::Endpoints::ExportSnapshot.build(context)
|
195
|
-
when :get_active_names
|
196
|
-
Aws::Lightsail::Endpoints::GetActiveNames.build(context)
|
197
|
-
when :get_alarms
|
198
|
-
Aws::Lightsail::Endpoints::GetAlarms.build(context)
|
199
|
-
when :get_auto_snapshots
|
200
|
-
Aws::Lightsail::Endpoints::GetAutoSnapshots.build(context)
|
201
|
-
when :get_blueprints
|
202
|
-
Aws::Lightsail::Endpoints::GetBlueprints.build(context)
|
203
|
-
when :get_bucket_access_keys
|
204
|
-
Aws::Lightsail::Endpoints::GetBucketAccessKeys.build(context)
|
205
|
-
when :get_bucket_bundles
|
206
|
-
Aws::Lightsail::Endpoints::GetBucketBundles.build(context)
|
207
|
-
when :get_bucket_metric_data
|
208
|
-
Aws::Lightsail::Endpoints::GetBucketMetricData.build(context)
|
209
|
-
when :get_buckets
|
210
|
-
Aws::Lightsail::Endpoints::GetBuckets.build(context)
|
211
|
-
when :get_bundles
|
212
|
-
Aws::Lightsail::Endpoints::GetBundles.build(context)
|
213
|
-
when :get_certificates
|
214
|
-
Aws::Lightsail::Endpoints::GetCertificates.build(context)
|
215
|
-
when :get_cloud_formation_stack_records
|
216
|
-
Aws::Lightsail::Endpoints::GetCloudFormationStackRecords.build(context)
|
217
|
-
when :get_contact_methods
|
218
|
-
Aws::Lightsail::Endpoints::GetContactMethods.build(context)
|
219
|
-
when :get_container_api_metadata
|
220
|
-
Aws::Lightsail::Endpoints::GetContainerAPIMetadata.build(context)
|
221
|
-
when :get_container_images
|
222
|
-
Aws::Lightsail::Endpoints::GetContainerImages.build(context)
|
223
|
-
when :get_container_log
|
224
|
-
Aws::Lightsail::Endpoints::GetContainerLog.build(context)
|
225
|
-
when :get_container_service_deployments
|
226
|
-
Aws::Lightsail::Endpoints::GetContainerServiceDeployments.build(context)
|
227
|
-
when :get_container_service_metric_data
|
228
|
-
Aws::Lightsail::Endpoints::GetContainerServiceMetricData.build(context)
|
229
|
-
when :get_container_service_powers
|
230
|
-
Aws::Lightsail::Endpoints::GetContainerServicePowers.build(context)
|
231
|
-
when :get_container_services
|
232
|
-
Aws::Lightsail::Endpoints::GetContainerServices.build(context)
|
233
|
-
when :get_cost_estimate
|
234
|
-
Aws::Lightsail::Endpoints::GetCostEstimate.build(context)
|
235
|
-
when :get_disk
|
236
|
-
Aws::Lightsail::Endpoints::GetDisk.build(context)
|
237
|
-
when :get_disk_snapshot
|
238
|
-
Aws::Lightsail::Endpoints::GetDiskSnapshot.build(context)
|
239
|
-
when :get_disk_snapshots
|
240
|
-
Aws::Lightsail::Endpoints::GetDiskSnapshots.build(context)
|
241
|
-
when :get_disks
|
242
|
-
Aws::Lightsail::Endpoints::GetDisks.build(context)
|
243
|
-
when :get_distribution_bundles
|
244
|
-
Aws::Lightsail::Endpoints::GetDistributionBundles.build(context)
|
245
|
-
when :get_distribution_latest_cache_reset
|
246
|
-
Aws::Lightsail::Endpoints::GetDistributionLatestCacheReset.build(context)
|
247
|
-
when :get_distribution_metric_data
|
248
|
-
Aws::Lightsail::Endpoints::GetDistributionMetricData.build(context)
|
249
|
-
when :get_distributions
|
250
|
-
Aws::Lightsail::Endpoints::GetDistributions.build(context)
|
251
|
-
when :get_domain
|
252
|
-
Aws::Lightsail::Endpoints::GetDomain.build(context)
|
253
|
-
when :get_domains
|
254
|
-
Aws::Lightsail::Endpoints::GetDomains.build(context)
|
255
|
-
when :get_export_snapshot_records
|
256
|
-
Aws::Lightsail::Endpoints::GetExportSnapshotRecords.build(context)
|
257
|
-
when :get_instance
|
258
|
-
Aws::Lightsail::Endpoints::GetInstance.build(context)
|
259
|
-
when :get_instance_access_details
|
260
|
-
Aws::Lightsail::Endpoints::GetInstanceAccessDetails.build(context)
|
261
|
-
when :get_instance_metric_data
|
262
|
-
Aws::Lightsail::Endpoints::GetInstanceMetricData.build(context)
|
263
|
-
when :get_instance_port_states
|
264
|
-
Aws::Lightsail::Endpoints::GetInstancePortStates.build(context)
|
265
|
-
when :get_instance_snapshot
|
266
|
-
Aws::Lightsail::Endpoints::GetInstanceSnapshot.build(context)
|
267
|
-
when :get_instance_snapshots
|
268
|
-
Aws::Lightsail::Endpoints::GetInstanceSnapshots.build(context)
|
269
|
-
when :get_instance_state
|
270
|
-
Aws::Lightsail::Endpoints::GetInstanceState.build(context)
|
271
|
-
when :get_instances
|
272
|
-
Aws::Lightsail::Endpoints::GetInstances.build(context)
|
273
|
-
when :get_key_pair
|
274
|
-
Aws::Lightsail::Endpoints::GetKeyPair.build(context)
|
275
|
-
when :get_key_pairs
|
276
|
-
Aws::Lightsail::Endpoints::GetKeyPairs.build(context)
|
277
|
-
when :get_load_balancer
|
278
|
-
Aws::Lightsail::Endpoints::GetLoadBalancer.build(context)
|
279
|
-
when :get_load_balancer_metric_data
|
280
|
-
Aws::Lightsail::Endpoints::GetLoadBalancerMetricData.build(context)
|
281
|
-
when :get_load_balancer_tls_certificates
|
282
|
-
Aws::Lightsail::Endpoints::GetLoadBalancerTlsCertificates.build(context)
|
283
|
-
when :get_load_balancer_tls_policies
|
284
|
-
Aws::Lightsail::Endpoints::GetLoadBalancerTlsPolicies.build(context)
|
285
|
-
when :get_load_balancers
|
286
|
-
Aws::Lightsail::Endpoints::GetLoadBalancers.build(context)
|
287
|
-
when :get_operation
|
288
|
-
Aws::Lightsail::Endpoints::GetOperation.build(context)
|
289
|
-
when :get_operations
|
290
|
-
Aws::Lightsail::Endpoints::GetOperations.build(context)
|
291
|
-
when :get_operations_for_resource
|
292
|
-
Aws::Lightsail::Endpoints::GetOperationsForResource.build(context)
|
293
|
-
when :get_regions
|
294
|
-
Aws::Lightsail::Endpoints::GetRegions.build(context)
|
295
|
-
when :get_relational_database
|
296
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabase.build(context)
|
297
|
-
when :get_relational_database_blueprints
|
298
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseBlueprints.build(context)
|
299
|
-
when :get_relational_database_bundles
|
300
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseBundles.build(context)
|
301
|
-
when :get_relational_database_events
|
302
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseEvents.build(context)
|
303
|
-
when :get_relational_database_log_events
|
304
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseLogEvents.build(context)
|
305
|
-
when :get_relational_database_log_streams
|
306
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseLogStreams.build(context)
|
307
|
-
when :get_relational_database_master_user_password
|
308
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseMasterUserPassword.build(context)
|
309
|
-
when :get_relational_database_metric_data
|
310
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseMetricData.build(context)
|
311
|
-
when :get_relational_database_parameters
|
312
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseParameters.build(context)
|
313
|
-
when :get_relational_database_snapshot
|
314
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseSnapshot.build(context)
|
315
|
-
when :get_relational_database_snapshots
|
316
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabaseSnapshots.build(context)
|
317
|
-
when :get_relational_databases
|
318
|
-
Aws::Lightsail::Endpoints::GetRelationalDatabases.build(context)
|
319
|
-
when :get_setup_history
|
320
|
-
Aws::Lightsail::Endpoints::GetSetupHistory.build(context)
|
321
|
-
when :get_static_ip
|
322
|
-
Aws::Lightsail::Endpoints::GetStaticIp.build(context)
|
323
|
-
when :get_static_ips
|
324
|
-
Aws::Lightsail::Endpoints::GetStaticIps.build(context)
|
325
|
-
when :import_key_pair
|
326
|
-
Aws::Lightsail::Endpoints::ImportKeyPair.build(context)
|
327
|
-
when :is_vpc_peered
|
328
|
-
Aws::Lightsail::Endpoints::IsVpcPeered.build(context)
|
329
|
-
when :open_instance_public_ports
|
330
|
-
Aws::Lightsail::Endpoints::OpenInstancePublicPorts.build(context)
|
331
|
-
when :peer_vpc
|
332
|
-
Aws::Lightsail::Endpoints::PeerVpc.build(context)
|
333
|
-
when :put_alarm
|
334
|
-
Aws::Lightsail::Endpoints::PutAlarm.build(context)
|
335
|
-
when :put_instance_public_ports
|
336
|
-
Aws::Lightsail::Endpoints::PutInstancePublicPorts.build(context)
|
337
|
-
when :reboot_instance
|
338
|
-
Aws::Lightsail::Endpoints::RebootInstance.build(context)
|
339
|
-
when :reboot_relational_database
|
340
|
-
Aws::Lightsail::Endpoints::RebootRelationalDatabase.build(context)
|
341
|
-
when :register_container_image
|
342
|
-
Aws::Lightsail::Endpoints::RegisterContainerImage.build(context)
|
343
|
-
when :release_static_ip
|
344
|
-
Aws::Lightsail::Endpoints::ReleaseStaticIp.build(context)
|
345
|
-
when :reset_distribution_cache
|
346
|
-
Aws::Lightsail::Endpoints::ResetDistributionCache.build(context)
|
347
|
-
when :send_contact_method_verification
|
348
|
-
Aws::Lightsail::Endpoints::SendContactMethodVerification.build(context)
|
349
|
-
when :set_ip_address_type
|
350
|
-
Aws::Lightsail::Endpoints::SetIpAddressType.build(context)
|
351
|
-
when :set_resource_access_for_bucket
|
352
|
-
Aws::Lightsail::Endpoints::SetResourceAccessForBucket.build(context)
|
353
|
-
when :setup_instance_https
|
354
|
-
Aws::Lightsail::Endpoints::SetupInstanceHttps.build(context)
|
355
|
-
when :start_gui_session
|
356
|
-
Aws::Lightsail::Endpoints::StartGUISession.build(context)
|
357
|
-
when :start_instance
|
358
|
-
Aws::Lightsail::Endpoints::StartInstance.build(context)
|
359
|
-
when :start_relational_database
|
360
|
-
Aws::Lightsail::Endpoints::StartRelationalDatabase.build(context)
|
361
|
-
when :stop_gui_session
|
362
|
-
Aws::Lightsail::Endpoints::StopGUISession.build(context)
|
363
|
-
when :stop_instance
|
364
|
-
Aws::Lightsail::Endpoints::StopInstance.build(context)
|
365
|
-
when :stop_relational_database
|
366
|
-
Aws::Lightsail::Endpoints::StopRelationalDatabase.build(context)
|
367
|
-
when :tag_resource
|
368
|
-
Aws::Lightsail::Endpoints::TagResource.build(context)
|
369
|
-
when :test_alarm
|
370
|
-
Aws::Lightsail::Endpoints::TestAlarm.build(context)
|
371
|
-
when :unpeer_vpc
|
372
|
-
Aws::Lightsail::Endpoints::UnpeerVpc.build(context)
|
373
|
-
when :untag_resource
|
374
|
-
Aws::Lightsail::Endpoints::UntagResource.build(context)
|
375
|
-
when :update_bucket
|
376
|
-
Aws::Lightsail::Endpoints::UpdateBucket.build(context)
|
377
|
-
when :update_bucket_bundle
|
378
|
-
Aws::Lightsail::Endpoints::UpdateBucketBundle.build(context)
|
379
|
-
when :update_container_service
|
380
|
-
Aws::Lightsail::Endpoints::UpdateContainerService.build(context)
|
381
|
-
when :update_distribution
|
382
|
-
Aws::Lightsail::Endpoints::UpdateDistribution.build(context)
|
383
|
-
when :update_distribution_bundle
|
384
|
-
Aws::Lightsail::Endpoints::UpdateDistributionBundle.build(context)
|
385
|
-
when :update_domain_entry
|
386
|
-
Aws::Lightsail::Endpoints::UpdateDomainEntry.build(context)
|
387
|
-
when :update_instance_metadata_options
|
388
|
-
Aws::Lightsail::Endpoints::UpdateInstanceMetadataOptions.build(context)
|
389
|
-
when :update_load_balancer_attribute
|
390
|
-
Aws::Lightsail::Endpoints::UpdateLoadBalancerAttribute.build(context)
|
391
|
-
when :update_relational_database
|
392
|
-
Aws::Lightsail::Endpoints::UpdateRelationalDatabase.build(context)
|
393
|
-
when :update_relational_database_parameters
|
394
|
-
Aws::Lightsail::Endpoints::UpdateRelationalDatabaseParameters.build(context)
|
395
|
-
end
|
396
|
-
end
|
397
70
|
end
|
398
71
|
|
399
72
|
def add_handlers(handlers, _config)
|
data/lib/aws-sdk-lightsail.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:lightsail)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Lightsail. This module is available in the
|
15
17
|
# `aws-sdk-lightsail` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::Lightsail
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-lightsail/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-lightsail/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.103.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lightsail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.103.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-
|
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.
|
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.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|