aws-sdk-lightsail 1.30.0 → 1.35.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 +4 -4
- data/lib/aws-sdk-lightsail.rb +3 -1
- data/lib/aws-sdk-lightsail/client.rb +74 -12
- data/lib/aws-sdk-lightsail/client_api.rb +2 -0
- data/lib/aws-sdk-lightsail/errors.rb +2 -0
- data/lib/aws-sdk-lightsail/resource.rb +2 -0
- data/lib/aws-sdk-lightsail/types.rb +400 -155
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ae1265ab7ec1548747ee1d3ee008bce3bb44b04fb08f1672bed7acf7d9de6ee
|
4
|
+
data.tar.gz: 95820d61e5931d7f581f61b5e87cddba26c550ecfb423b6e4d60903269f705fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fafffe94ce692f9267db5bb60989220cd276189bda457338214070d76399f0353b6ba7a8d93bc71aa9b6bbba6dae90d6d93657ef91e445457729005ded1639c
|
7
|
+
data.tar.gz: 4faf77619223368362bd0f90ff9f7a7c0a8a84316662b2d136b3b12a8df9da9603bb236226ecbaff75d68ea0e36dbdaa0f563a2e74aebe0183a4988eda497ef3
|
data/lib/aws-sdk-lightsail.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-lightsail/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Lightsail
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.35.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
29
32
|
|
@@ -69,6 +72,7 @@ module Aws::Lightsail
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
74
78
|
|
@@ -161,7 +165,7 @@ module Aws::Lightsail
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::Lightsail
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -3782,7 +3786,7 @@ module Aws::Lightsail
|
|
3782
3786
|
# resp.alarms[0].datapoints_to_alarm #=> Integer
|
3783
3787
|
# resp.alarms[0].treat_missing_data #=> String, one of "breaching", "notBreaching", "ignore", "missing"
|
3784
3788
|
# resp.alarms[0].statistic #=> String, one of "Minimum", "Maximum", "Sum", "Average", "SampleCount"
|
3785
|
-
# resp.alarms[0].metric_name #=> String, one of "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "ClientTLSNegotiationErrorCount", "HealthyHostCount", "UnhealthyHostCount", "HTTPCode_LB_4XX_Count", "HTTPCode_LB_5XX_Count", "HTTPCode_Instance_2XX_Count", "HTTPCode_Instance_3XX_Count", "HTTPCode_Instance_4XX_Count", "HTTPCode_Instance_5XX_Count", "InstanceResponseTime", "RejectedConnectionCount", "RequestCount", "DatabaseConnections", "DiskQueueDepth", "FreeStorageSpace", "NetworkReceiveThroughput", "NetworkTransmitThroughput"
|
3789
|
+
# resp.alarms[0].metric_name #=> String, one of "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "ClientTLSNegotiationErrorCount", "HealthyHostCount", "UnhealthyHostCount", "HTTPCode_LB_4XX_Count", "HTTPCode_LB_5XX_Count", "HTTPCode_Instance_2XX_Count", "HTTPCode_Instance_3XX_Count", "HTTPCode_Instance_4XX_Count", "HTTPCode_Instance_5XX_Count", "InstanceResponseTime", "RejectedConnectionCount", "RequestCount", "DatabaseConnections", "DiskQueueDepth", "FreeStorageSpace", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "BurstCapacityTime", "BurstCapacityPercentage"
|
3786
3790
|
# resp.alarms[0].state #=> String, one of "OK", "ALARM", "INSUFFICIENT_DATA"
|
3787
3791
|
# resp.alarms[0].unit #=> String, one of "Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None"
|
3788
3792
|
# resp.alarms[0].contact_protocols #=> Array
|
@@ -4591,6 +4595,11 @@ module Aws::Lightsail
|
|
4591
4595
|
# Returns the data points for the specified Amazon Lightsail instance
|
4592
4596
|
# metric, given an instance name.
|
4593
4597
|
#
|
4598
|
+
# Metrics report the utilization of your resources, and the error counts
|
4599
|
+
# generated by them. Monitor and collect metric data regularly to
|
4600
|
+
# maintain the reliability, availability, and performance of your
|
4601
|
+
# resources.
|
4602
|
+
#
|
4594
4603
|
# @option params [required, String] :instance_name
|
4595
4604
|
# The name of the instance for which you want to get metrics data.
|
4596
4605
|
#
|
@@ -4601,6 +4610,38 @@ module Aws::Lightsail
|
|
4601
4610
|
# useful `statistics` to include in your request, and the published
|
4602
4611
|
# `unit` value.
|
4603
4612
|
#
|
4613
|
+
# * <b> <code>BurstCapacityPercentage</code> </b> - The percentage of
|
4614
|
+
# CPU performance available for your instance to burst above its
|
4615
|
+
# baseline. Your instance continuously accrues and consumes burst
|
4616
|
+
# capacity. Burst capacity stops accruing when your instance's
|
4617
|
+
# `BurstCapacityPercentage` reaches 100%. For more information, see
|
4618
|
+
# [Viewing instance burst capacity in Amazon Lightsail][1].
|
4619
|
+
#
|
4620
|
+
# `Statistics`\: The most useful statistics are `Maximum` and
|
4621
|
+
# `Average`.
|
4622
|
+
#
|
4623
|
+
# `Unit`\: The published unit is `Percent`.
|
4624
|
+
#
|
4625
|
+
# * <b> <code>BurstCapacityTime</code> </b> - The available amount of
|
4626
|
+
# time for your instance to burst at 100% CPU utilization. Your
|
4627
|
+
# instance continuously accrues and consumes burst capacity. Burst
|
4628
|
+
# capacity time stops accruing when your instance's
|
4629
|
+
# `BurstCapacityPercentage` metric reaches 100%.
|
4630
|
+
#
|
4631
|
+
# Burst capacity time is consumed at the full rate only when your
|
4632
|
+
# instance operates at 100% CPU utilization. For example, if your
|
4633
|
+
# instance operates at 50% CPU utilization in the burstable zone for a
|
4634
|
+
# 5-minute period, then it consumes CPU burst capacity minutes at a
|
4635
|
+
# 50% rate in that period. Your instance consumed 2 minutes and 30
|
4636
|
+
# seconds of CPU burst capacity minutes in the 5-minute period. For
|
4637
|
+
# more information, see [Viewing instance burst capacity in Amazon
|
4638
|
+
# Lightsail][1].
|
4639
|
+
#
|
4640
|
+
# `Statistics`\: The most useful statistics are `Maximum` and
|
4641
|
+
# `Average`.
|
4642
|
+
#
|
4643
|
+
# `Unit`\: The published unit is `Seconds`.
|
4644
|
+
#
|
4604
4645
|
# * <b> <code>CPUUtilization</code> </b> - The percentage of allocated
|
4605
4646
|
# compute units that are currently in use on the instance. This metric
|
4606
4647
|
# identifies the processing power to run the applications on the
|
@@ -4663,6 +4704,10 @@ module Aws::Lightsail
|
|
4663
4704
|
#
|
4664
4705
|
# `Unit`\: The published unit is `Count`.
|
4665
4706
|
#
|
4707
|
+
#
|
4708
|
+
#
|
4709
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-viewing-instance-burst-capacity
|
4710
|
+
#
|
4666
4711
|
# @option params [required, Integer] :period
|
4667
4712
|
# The granularity, in seconds, of the returned data points.
|
4668
4713
|
#
|
@@ -4718,7 +4763,7 @@ module Aws::Lightsail
|
|
4718
4763
|
#
|
4719
4764
|
# resp = client.get_instance_metric_data({
|
4720
4765
|
# instance_name: "ResourceName", # required
|
4721
|
-
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System
|
4766
|
+
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, BurstCapacityTime, BurstCapacityPercentage
|
4722
4767
|
# period: 1, # required
|
4723
4768
|
# start_time: Time.now, # required
|
4724
4769
|
# end_time: Time.now, # required
|
@@ -4728,7 +4773,7 @@ module Aws::Lightsail
|
|
4728
4773
|
#
|
4729
4774
|
# @example Response structure
|
4730
4775
|
#
|
4731
|
-
# resp.metric_name #=> String, one of "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System"
|
4776
|
+
# resp.metric_name #=> String, one of "CPUUtilization", "NetworkIn", "NetworkOut", "StatusCheckFailed", "StatusCheckFailed_Instance", "StatusCheckFailed_System", "BurstCapacityTime", "BurstCapacityPercentage"
|
4732
4777
|
# resp.metric_data #=> Array
|
4733
4778
|
# resp.metric_data[0].average #=> Float
|
4734
4779
|
# resp.metric_data[0].maximum #=> Float
|
@@ -5203,6 +5248,11 @@ module Aws::Lightsail
|
|
5203
5248
|
# Returns information about health metrics for your Lightsail load
|
5204
5249
|
# balancer.
|
5205
5250
|
#
|
5251
|
+
# Metrics report the utilization of your resources, and the error counts
|
5252
|
+
# generated by them. Monitor and collect metric data regularly to
|
5253
|
+
# maintain the reliability, availability, and performance of your
|
5254
|
+
# resources.
|
5255
|
+
#
|
5206
5256
|
# @option params [required, String] :load_balancer_name
|
5207
5257
|
# The name of the load balancer.
|
5208
5258
|
#
|
@@ -5334,7 +5384,7 @@ module Aws::Lightsail
|
|
5334
5384
|
#
|
5335
5385
|
# @option params [required, String] :unit
|
5336
5386
|
# The unit for the metric data request. Valid units depend on the metric
|
5337
|
-
# data being
|
5387
|
+
# data being requested. For the valid units with each available metric,
|
5338
5388
|
# see the `metricName` parameter.
|
5339
5389
|
#
|
5340
5390
|
# @option params [required, Array<String>] :statistics
|
@@ -6111,6 +6161,11 @@ module Aws::Lightsail
|
|
6111
6161
|
# Returns the data points of the specified metric for a database in
|
6112
6162
|
# Amazon Lightsail.
|
6113
6163
|
#
|
6164
|
+
# Metrics report the utilization of your resources, and the error counts
|
6165
|
+
# generated by them. Monitor and collect metric data regularly to
|
6166
|
+
# maintain the reliability, availability, and performance of your
|
6167
|
+
# resources.
|
6168
|
+
#
|
6114
6169
|
# @option params [required, String] :relational_database_name
|
6115
6170
|
# The name of your database from which to get metric data.
|
6116
6171
|
#
|
@@ -6201,7 +6256,7 @@ module Aws::Lightsail
|
|
6201
6256
|
#
|
6202
6257
|
# @option params [required, String] :unit
|
6203
6258
|
# The unit for the metric data request. Valid units depend on the metric
|
6204
|
-
# data being
|
6259
|
+
# data being requested. For the valid units with each available metric,
|
6205
6260
|
# see the `metricName` parameter.
|
6206
6261
|
#
|
6207
6262
|
# @option params [required, Array<String>] :statistics
|
@@ -6764,9 +6819,9 @@ module Aws::Lightsail
|
|
6764
6819
|
#
|
6765
6820
|
# The following metrics are available for each resource type:
|
6766
6821
|
#
|
6767
|
-
# * **Instances**\: `
|
6768
|
-
# `
|
6769
|
-
# `StatusCheckFailed_System`.
|
6822
|
+
# * **Instances**\: `BurstCapacityPercentage`, `BurstCapacityTime`,
|
6823
|
+
# `CPUUtilization`, `NetworkIn`, `NetworkOut`, `StatusCheckFailed`,
|
6824
|
+
# `StatusCheckFailed_Instance`, and `StatusCheckFailed_System`.
|
6770
6825
|
#
|
6771
6826
|
# * **Load balancers**\: `ClientTLSNegotiationErrorCount`,
|
6772
6827
|
# `HealthyHostCount`, `UnhealthyHostCount`, `HTTPCode_LB_4XX_Count`,
|
@@ -6779,6 +6834,13 @@ module Aws::Lightsail
|
|
6779
6834
|
# `DiskQueueDepth`, `FreeStorageSpace`, `NetworkReceiveThroughput`,
|
6780
6835
|
# and `NetworkTransmitThroughput`.
|
6781
6836
|
#
|
6837
|
+
# For more information about these metrics, see [Metrics available in
|
6838
|
+
# Lightsail][1].
|
6839
|
+
#
|
6840
|
+
#
|
6841
|
+
#
|
6842
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-resource-health-metrics#available-metrics
|
6843
|
+
#
|
6782
6844
|
# @option params [required, String] :monitored_resource_name
|
6783
6845
|
# The name of the Lightsail resource that will be monitored.
|
6784
6846
|
#
|
@@ -6894,7 +6956,7 @@ module Aws::Lightsail
|
|
6894
6956
|
#
|
6895
6957
|
# resp = client.put_alarm({
|
6896
6958
|
# alarm_name: "ResourceName", # required
|
6897
|
-
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput
|
6959
|
+
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput, BurstCapacityTime, BurstCapacityPercentage
|
6898
6960
|
# monitored_resource_name: "ResourceName", # required
|
6899
6961
|
# comparison_operator: "GreaterThanOrEqualToThreshold", # required, accepts GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold
|
6900
6962
|
# threshold: 1.0, # required
|
@@ -8016,7 +8078,7 @@ module Aws::Lightsail
|
|
8016
8078
|
params: params,
|
8017
8079
|
config: config)
|
8018
8080
|
context[:gem_name] = 'aws-sdk-lightsail'
|
8019
|
-
context[:gem_version] = '1.
|
8081
|
+
context[:gem_version] = '1.35.0'
|
8020
8082
|
Seahorse::Client::Request.new(handlers, context)
|
8021
8083
|
end
|
8022
8084
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -30,6 +32,7 @@ module Aws::Lightsail
|
|
30
32
|
:docs,
|
31
33
|
:message,
|
32
34
|
:tip)
|
35
|
+
SENSITIVE = []
|
33
36
|
include Aws::Structure
|
34
37
|
end
|
35
38
|
|
@@ -55,6 +58,7 @@ module Aws::Lightsail
|
|
55
58
|
:docs,
|
56
59
|
:message,
|
57
60
|
:tip)
|
61
|
+
SENSITIVE = []
|
58
62
|
include Aws::Structure
|
59
63
|
end
|
60
64
|
|
@@ -95,6 +99,7 @@ module Aws::Lightsail
|
|
95
99
|
:status,
|
96
100
|
:snapshot_time_of_day,
|
97
101
|
:next_snapshot_time_of_day)
|
102
|
+
SENSITIVE = []
|
98
103
|
include Aws::Structure
|
99
104
|
end
|
100
105
|
|
@@ -134,6 +139,7 @@ module Aws::Lightsail
|
|
134
139
|
class AddOnRequest < Struct.new(
|
135
140
|
:add_on_type,
|
136
141
|
:auto_snapshot_add_on_request)
|
142
|
+
SENSITIVE = []
|
137
143
|
include Aws::Structure
|
138
144
|
end
|
139
145
|
|
@@ -305,6 +311,7 @@ module Aws::Lightsail
|
|
305
311
|
:contact_protocols,
|
306
312
|
:notification_triggers,
|
307
313
|
:notification_enabled)
|
314
|
+
SENSITIVE = []
|
308
315
|
include Aws::Structure
|
309
316
|
end
|
310
317
|
|
@@ -323,6 +330,7 @@ module Aws::Lightsail
|
|
323
330
|
#
|
324
331
|
class AllocateStaticIpRequest < Struct.new(
|
325
332
|
:static_ip_name)
|
333
|
+
SENSITIVE = []
|
326
334
|
include Aws::Structure
|
327
335
|
end
|
328
336
|
|
@@ -336,6 +344,7 @@ module Aws::Lightsail
|
|
336
344
|
#
|
337
345
|
class AllocateStaticIpResult < Struct.new(
|
338
346
|
:operations)
|
347
|
+
SENSITIVE = []
|
339
348
|
include Aws::Structure
|
340
349
|
end
|
341
350
|
|
@@ -367,6 +376,7 @@ module Aws::Lightsail
|
|
367
376
|
:disk_name,
|
368
377
|
:instance_name,
|
369
378
|
:disk_path)
|
379
|
+
SENSITIVE = []
|
370
380
|
include Aws::Structure
|
371
381
|
end
|
372
382
|
|
@@ -380,6 +390,7 @@ module Aws::Lightsail
|
|
380
390
|
#
|
381
391
|
class AttachDiskResult < Struct.new(
|
382
392
|
:operations)
|
393
|
+
SENSITIVE = []
|
383
394
|
include Aws::Structure
|
384
395
|
end
|
385
396
|
|
@@ -412,6 +423,7 @@ module Aws::Lightsail
|
|
412
423
|
class AttachInstancesToLoadBalancerRequest < Struct.new(
|
413
424
|
:load_balancer_name,
|
414
425
|
:instance_names)
|
426
|
+
SENSITIVE = []
|
415
427
|
include Aws::Structure
|
416
428
|
end
|
417
429
|
|
@@ -425,6 +437,7 @@ module Aws::Lightsail
|
|
425
437
|
#
|
426
438
|
class AttachInstancesToLoadBalancerResult < Struct.new(
|
427
439
|
:operations)
|
440
|
+
SENSITIVE = []
|
428
441
|
include Aws::Structure
|
429
442
|
end
|
430
443
|
|
@@ -450,6 +463,7 @@ module Aws::Lightsail
|
|
450
463
|
class AttachLoadBalancerTlsCertificateRequest < Struct.new(
|
451
464
|
:load_balancer_name,
|
452
465
|
:certificate_name)
|
466
|
+
SENSITIVE = []
|
453
467
|
include Aws::Structure
|
454
468
|
end
|
455
469
|
|
@@ -467,6 +481,7 @@ module Aws::Lightsail
|
|
467
481
|
#
|
468
482
|
class AttachLoadBalancerTlsCertificateResult < Struct.new(
|
469
483
|
:operations)
|
484
|
+
SENSITIVE = []
|
470
485
|
include Aws::Structure
|
471
486
|
end
|
472
487
|
|
@@ -491,6 +506,7 @@ module Aws::Lightsail
|
|
491
506
|
class AttachStaticIpRequest < Struct.new(
|
492
507
|
:static_ip_name,
|
493
508
|
:instance_name)
|
509
|
+
SENSITIVE = []
|
494
510
|
include Aws::Structure
|
495
511
|
end
|
496
512
|
|
@@ -504,6 +520,7 @@ module Aws::Lightsail
|
|
504
520
|
#
|
505
521
|
class AttachStaticIpResult < Struct.new(
|
506
522
|
:operations)
|
523
|
+
SENSITIVE = []
|
507
524
|
include Aws::Structure
|
508
525
|
end
|
509
526
|
|
@@ -523,6 +540,7 @@ module Aws::Lightsail
|
|
523
540
|
class AttachedDisk < Struct.new(
|
524
541
|
:path,
|
525
542
|
:size_in_gb)
|
543
|
+
SENSITIVE = []
|
526
544
|
include Aws::Structure
|
527
545
|
end
|
528
546
|
|
@@ -585,6 +603,7 @@ module Aws::Lightsail
|
|
585
603
|
#
|
586
604
|
class AutoSnapshotAddOnRequest < Struct.new(
|
587
605
|
:snapshot_time_of_day)
|
606
|
+
SENSITIVE = []
|
588
607
|
include Aws::Structure
|
589
608
|
end
|
590
609
|
|
@@ -614,6 +633,7 @@ module Aws::Lightsail
|
|
614
633
|
:created_at,
|
615
634
|
:status,
|
616
635
|
:from_attached_disks)
|
636
|
+
SENSITIVE = []
|
617
637
|
include Aws::Structure
|
618
638
|
end
|
619
639
|
|
@@ -633,6 +653,7 @@ module Aws::Lightsail
|
|
633
653
|
class AvailabilityZone < Struct.new(
|
634
654
|
:zone_name,
|
635
655
|
:state)
|
656
|
+
SENSITIVE = []
|
636
657
|
include Aws::Structure
|
637
658
|
end
|
638
659
|
|
@@ -711,6 +732,7 @@ module Aws::Lightsail
|
|
711
732
|
:product_url,
|
712
733
|
:license_url,
|
713
734
|
:platform)
|
735
|
+
SENSITIVE = []
|
714
736
|
include Aws::Structure
|
715
737
|
end
|
716
738
|
|
@@ -718,7 +740,7 @@ module Aws::Lightsail
|
|
718
740
|
# private server (or *instance*).
|
719
741
|
#
|
720
742
|
# @!attribute [rw] price
|
721
|
-
# The price in US dollars (e.g., `5.0`).
|
743
|
+
# The price in US dollars (e.g., `5.0`) of the bundle.
|
722
744
|
# @return [Float]
|
723
745
|
#
|
724
746
|
# @!attribute [rw] cpu_count
|
@@ -783,6 +805,7 @@ module Aws::Lightsail
|
|
783
805
|
:ram_size_in_gb,
|
784
806
|
:transfer_per_month_in_gb,
|
785
807
|
:supported_platforms)
|
808
|
+
SENSITIVE = []
|
786
809
|
include Aws::Structure
|
787
810
|
end
|
788
811
|
|
@@ -813,6 +836,7 @@ module Aws::Lightsail
|
|
813
836
|
class CloseInstancePublicPortsRequest < Struct.new(
|
814
837
|
:port_info,
|
815
838
|
:instance_name)
|
839
|
+
SENSITIVE = []
|
816
840
|
include Aws::Structure
|
817
841
|
end
|
818
842
|
|
@@ -826,6 +850,7 @@ module Aws::Lightsail
|
|
826
850
|
#
|
827
851
|
class CloseInstancePublicPortsResult < Struct.new(
|
828
852
|
:operation)
|
853
|
+
SENSITIVE = []
|
829
854
|
include Aws::Structure
|
830
855
|
end
|
831
856
|
|
@@ -884,6 +909,7 @@ module Aws::Lightsail
|
|
884
909
|
:state,
|
885
910
|
:source_info,
|
886
911
|
:destination_info)
|
912
|
+
SENSITIVE = []
|
887
913
|
include Aws::Structure
|
888
914
|
end
|
889
915
|
|
@@ -908,6 +934,7 @@ module Aws::Lightsail
|
|
908
934
|
:resource_type,
|
909
935
|
:name,
|
910
936
|
:arn)
|
937
|
+
SENSITIVE = []
|
911
938
|
include Aws::Structure
|
912
939
|
end
|
913
940
|
|
@@ -983,6 +1010,7 @@ module Aws::Lightsail
|
|
983
1010
|
:location,
|
984
1011
|
:resource_type,
|
985
1012
|
:support_code)
|
1013
|
+
SENSITIVE = []
|
986
1014
|
include Aws::Structure
|
987
1015
|
end
|
988
1016
|
|
@@ -1086,6 +1114,7 @@ module Aws::Lightsail
|
|
1086
1114
|
:use_latest_restorable_auto_snapshot,
|
1087
1115
|
:target_snapshot_name,
|
1088
1116
|
:source_region)
|
1117
|
+
SENSITIVE = []
|
1089
1118
|
include Aws::Structure
|
1090
1119
|
end
|
1091
1120
|
|
@@ -1099,6 +1128,7 @@ module Aws::Lightsail
|
|
1099
1128
|
#
|
1100
1129
|
class CopySnapshotResult < Struct.new(
|
1101
1130
|
:operations)
|
1131
|
+
SENSITIVE = []
|
1102
1132
|
include Aws::Structure
|
1103
1133
|
end
|
1104
1134
|
|
@@ -1128,6 +1158,7 @@ module Aws::Lightsail
|
|
1128
1158
|
#
|
1129
1159
|
class CreateCloudFormationStackRequest < Struct.new(
|
1130
1160
|
:instances)
|
1161
|
+
SENSITIVE = []
|
1131
1162
|
include Aws::Structure
|
1132
1163
|
end
|
1133
1164
|
|
@@ -1141,6 +1172,7 @@ module Aws::Lightsail
|
|
1141
1172
|
#
|
1142
1173
|
class CreateCloudFormationStackResult < Struct.new(
|
1143
1174
|
:operations)
|
1175
|
+
SENSITIVE = []
|
1144
1176
|
include Aws::Structure
|
1145
1177
|
end
|
1146
1178
|
|
@@ -1206,6 +1238,7 @@ module Aws::Lightsail
|
|
1206
1238
|
class CreateContactMethodRequest < Struct.new(
|
1207
1239
|
:protocol,
|
1208
1240
|
:contact_endpoint)
|
1241
|
+
SENSITIVE = []
|
1209
1242
|
include Aws::Structure
|
1210
1243
|
end
|
1211
1244
|
|
@@ -1219,6 +1252,7 @@ module Aws::Lightsail
|
|
1219
1252
|
#
|
1220
1253
|
class CreateContactMethodResult < Struct.new(
|
1221
1254
|
:operations)
|
1255
|
+
SENSITIVE = []
|
1222
1256
|
include Aws::Structure
|
1223
1257
|
end
|
1224
1258
|
|
@@ -1365,6 +1399,7 @@ module Aws::Lightsail
|
|
1365
1399
|
:source_disk_name,
|
1366
1400
|
:restore_date,
|
1367
1401
|
:use_latest_restorable_auto_snapshot)
|
1402
|
+
SENSITIVE = []
|
1368
1403
|
include Aws::Structure
|
1369
1404
|
end
|
1370
1405
|
|
@@ -1378,6 +1413,7 @@ module Aws::Lightsail
|
|
1378
1413
|
#
|
1379
1414
|
class CreateDiskFromSnapshotResult < Struct.new(
|
1380
1415
|
:operations)
|
1416
|
+
SENSITIVE = []
|
1381
1417
|
include Aws::Structure
|
1382
1418
|
end
|
1383
1419
|
|
@@ -1442,6 +1478,7 @@ module Aws::Lightsail
|
|
1442
1478
|
:size_in_gb,
|
1443
1479
|
:tags,
|
1444
1480
|
:add_ons)
|
1481
|
+
SENSITIVE = []
|
1445
1482
|
include Aws::Structure
|
1446
1483
|
end
|
1447
1484
|
|
@@ -1455,6 +1492,7 @@ module Aws::Lightsail
|
|
1455
1492
|
#
|
1456
1493
|
class CreateDiskResult < Struct.new(
|
1457
1494
|
:operations)
|
1495
|
+
SENSITIVE = []
|
1458
1496
|
include Aws::Structure
|
1459
1497
|
end
|
1460
1498
|
|
@@ -1515,6 +1553,7 @@ module Aws::Lightsail
|
|
1515
1553
|
:disk_snapshot_name,
|
1516
1554
|
:instance_name,
|
1517
1555
|
:tags)
|
1556
|
+
SENSITIVE = []
|
1518
1557
|
include Aws::Structure
|
1519
1558
|
end
|
1520
1559
|
|
@@ -1528,6 +1567,7 @@ module Aws::Lightsail
|
|
1528
1567
|
#
|
1529
1568
|
class CreateDiskSnapshotResult < Struct.new(
|
1530
1569
|
:operations)
|
1570
|
+
SENSITIVE = []
|
1531
1571
|
include Aws::Structure
|
1532
1572
|
end
|
1533
1573
|
|
@@ -1563,6 +1603,7 @@ module Aws::Lightsail
|
|
1563
1603
|
class CreateDomainEntryRequest < Struct.new(
|
1564
1604
|
:domain_name,
|
1565
1605
|
:domain_entry)
|
1606
|
+
SENSITIVE = []
|
1566
1607
|
include Aws::Structure
|
1567
1608
|
end
|
1568
1609
|
|
@@ -1576,6 +1617,7 @@ module Aws::Lightsail
|
|
1576
1617
|
#
|
1577
1618
|
class CreateDomainEntryResult < Struct.new(
|
1578
1619
|
:operation)
|
1620
|
+
SENSITIVE = []
|
1579
1621
|
include Aws::Structure
|
1580
1622
|
end
|
1581
1623
|
|
@@ -1617,6 +1659,7 @@ module Aws::Lightsail
|
|
1617
1659
|
class CreateDomainRequest < Struct.new(
|
1618
1660
|
:domain_name,
|
1619
1661
|
:tags)
|
1662
|
+
SENSITIVE = []
|
1620
1663
|
include Aws::Structure
|
1621
1664
|
end
|
1622
1665
|
|
@@ -1630,6 +1673,7 @@ module Aws::Lightsail
|
|
1630
1673
|
#
|
1631
1674
|
class CreateDomainResult < Struct.new(
|
1632
1675
|
:operation)
|
1676
|
+
SENSITIVE = []
|
1633
1677
|
include Aws::Structure
|
1634
1678
|
end
|
1635
1679
|
|
@@ -1669,6 +1713,7 @@ module Aws::Lightsail
|
|
1669
1713
|
:instance_snapshot_name,
|
1670
1714
|
:instance_name,
|
1671
1715
|
:tags)
|
1716
|
+
SENSITIVE = []
|
1672
1717
|
include Aws::Structure
|
1673
1718
|
end
|
1674
1719
|
|
@@ -1682,6 +1727,7 @@ module Aws::Lightsail
|
|
1682
1727
|
#
|
1683
1728
|
class CreateInstanceSnapshotResult < Struct.new(
|
1684
1729
|
:operations)
|
1730
|
+
SENSITIVE = []
|
1685
1731
|
include Aws::Structure
|
1686
1732
|
end
|
1687
1733
|
|
@@ -1871,6 +1917,7 @@ module Aws::Lightsail
|
|
1871
1917
|
:source_instance_name,
|
1872
1918
|
:restore_date,
|
1873
1919
|
:use_latest_restorable_auto_snapshot)
|
1920
|
+
SENSITIVE = []
|
1874
1921
|
include Aws::Structure
|
1875
1922
|
end
|
1876
1923
|
|
@@ -1884,6 +1931,7 @@ module Aws::Lightsail
|
|
1884
1931
|
#
|
1885
1932
|
class CreateInstancesFromSnapshotResult < Struct.new(
|
1886
1933
|
:operations)
|
1934
|
+
SENSITIVE = []
|
1887
1935
|
include Aws::Structure
|
1888
1936
|
end
|
1889
1937
|
|
@@ -2007,6 +2055,7 @@ module Aws::Lightsail
|
|
2007
2055
|
:key_pair_name,
|
2008
2056
|
:tags,
|
2009
2057
|
:add_ons)
|
2058
|
+
SENSITIVE = []
|
2010
2059
|
include Aws::Structure
|
2011
2060
|
end
|
2012
2061
|
|
@@ -2020,6 +2069,7 @@ module Aws::Lightsail
|
|
2020
2069
|
#
|
2021
2070
|
class CreateInstancesResult < Struct.new(
|
2022
2071
|
:operations)
|
2072
|
+
SENSITIVE = []
|
2023
2073
|
include Aws::Structure
|
2024
2074
|
end
|
2025
2075
|
|
@@ -2053,6 +2103,7 @@ module Aws::Lightsail
|
|
2053
2103
|
class CreateKeyPairRequest < Struct.new(
|
2054
2104
|
:key_pair_name,
|
2055
2105
|
:tags)
|
2106
|
+
SENSITIVE = []
|
2056
2107
|
include Aws::Structure
|
2057
2108
|
end
|
2058
2109
|
|
@@ -2082,6 +2133,7 @@ module Aws::Lightsail
|
|
2082
2133
|
:public_key_base_64,
|
2083
2134
|
:private_key_base_64,
|
2084
2135
|
:operation)
|
2136
|
+
SENSITIVE = []
|
2085
2137
|
include Aws::Structure
|
2086
2138
|
end
|
2087
2139
|
|
@@ -2160,6 +2212,7 @@ module Aws::Lightsail
|
|
2160
2212
|
:certificate_domain_name,
|
2161
2213
|
:certificate_alternative_names,
|
2162
2214
|
:tags)
|
2215
|
+
SENSITIVE = []
|
2163
2216
|
include Aws::Structure
|
2164
2217
|
end
|
2165
2218
|
|
@@ -2173,6 +2226,7 @@ module Aws::Lightsail
|
|
2173
2226
|
#
|
2174
2227
|
class CreateLoadBalancerResult < Struct.new(
|
2175
2228
|
:operations)
|
2229
|
+
SENSITIVE = []
|
2176
2230
|
include Aws::Structure
|
2177
2231
|
end
|
2178
2232
|
|
@@ -2239,6 +2293,7 @@ module Aws::Lightsail
|
|
2239
2293
|
:certificate_domain_name,
|
2240
2294
|
:certificate_alternative_names,
|
2241
2295
|
:tags)
|
2296
|
+
SENSITIVE = []
|
2242
2297
|
include Aws::Structure
|
2243
2298
|
end
|
2244
2299
|
|
@@ -2252,6 +2307,7 @@ module Aws::Lightsail
|
|
2252
2307
|
#
|
2253
2308
|
class CreateLoadBalancerTlsCertificateResult < Struct.new(
|
2254
2309
|
:operations)
|
2310
|
+
SENSITIVE = []
|
2255
2311
|
include Aws::Structure
|
2256
2312
|
end
|
2257
2313
|
|
@@ -2370,6 +2426,7 @@ module Aws::Lightsail
|
|
2370
2426
|
:restore_time,
|
2371
2427
|
:use_latest_restorable_time,
|
2372
2428
|
:tags)
|
2429
|
+
SENSITIVE = []
|
2373
2430
|
include Aws::Structure
|
2374
2431
|
end
|
2375
2432
|
|
@@ -2383,6 +2440,7 @@ module Aws::Lightsail
|
|
2383
2440
|
#
|
2384
2441
|
class CreateRelationalDatabaseFromSnapshotResult < Struct.new(
|
2385
2442
|
:operations)
|
2443
|
+
SENSITIVE = []
|
2386
2444
|
include Aws::Structure
|
2387
2445
|
end
|
2388
2446
|
|
@@ -2563,6 +2621,7 @@ module Aws::Lightsail
|
|
2563
2621
|
:preferred_maintenance_window,
|
2564
2622
|
:publicly_accessible,
|
2565
2623
|
:tags)
|
2624
|
+
SENSITIVE = [:master_user_password]
|
2566
2625
|
include Aws::Structure
|
2567
2626
|
end
|
2568
2627
|
|
@@ -2576,6 +2635,7 @@ module Aws::Lightsail
|
|
2576
2635
|
#
|
2577
2636
|
class CreateRelationalDatabaseResult < Struct.new(
|
2578
2637
|
:operations)
|
2638
|
+
SENSITIVE = []
|
2579
2639
|
include Aws::Structure
|
2580
2640
|
end
|
2581
2641
|
|
@@ -2621,6 +2681,7 @@ module Aws::Lightsail
|
|
2621
2681
|
:relational_database_name,
|
2622
2682
|
:relational_database_snapshot_name,
|
2623
2683
|
:tags)
|
2684
|
+
SENSITIVE = []
|
2624
2685
|
include Aws::Structure
|
2625
2686
|
end
|
2626
2687
|
|
@@ -2634,6 +2695,7 @@ module Aws::Lightsail
|
|
2634
2695
|
#
|
2635
2696
|
class CreateRelationalDatabaseSnapshotResult < Struct.new(
|
2636
2697
|
:operations)
|
2698
|
+
SENSITIVE = []
|
2637
2699
|
include Aws::Structure
|
2638
2700
|
end
|
2639
2701
|
|
@@ -2652,6 +2714,7 @@ module Aws::Lightsail
|
|
2652
2714
|
#
|
2653
2715
|
class DeleteAlarmRequest < Struct.new(
|
2654
2716
|
:alarm_name)
|
2717
|
+
SENSITIVE = []
|
2655
2718
|
include Aws::Structure
|
2656
2719
|
end
|
2657
2720
|
|
@@ -2665,6 +2728,7 @@ module Aws::Lightsail
|
|
2665
2728
|
#
|
2666
2729
|
class DeleteAlarmResult < Struct.new(
|
2667
2730
|
:operations)
|
2731
|
+
SENSITIVE = []
|
2668
2732
|
include Aws::Structure
|
2669
2733
|
end
|
2670
2734
|
|
@@ -2692,6 +2756,7 @@ module Aws::Lightsail
|
|
2692
2756
|
class DeleteAutoSnapshotRequest < Struct.new(
|
2693
2757
|
:resource_name,
|
2694
2758
|
:date)
|
2759
|
+
SENSITIVE = []
|
2695
2760
|
include Aws::Structure
|
2696
2761
|
end
|
2697
2762
|
|
@@ -2705,6 +2770,7 @@ module Aws::Lightsail
|
|
2705
2770
|
#
|
2706
2771
|
class DeleteAutoSnapshotResult < Struct.new(
|
2707
2772
|
:operations)
|
2773
|
+
SENSITIVE = []
|
2708
2774
|
include Aws::Structure
|
2709
2775
|
end
|
2710
2776
|
|
@@ -2730,6 +2796,7 @@ module Aws::Lightsail
|
|
2730
2796
|
#
|
2731
2797
|
class DeleteContactMethodRequest < Struct.new(
|
2732
2798
|
:protocol)
|
2799
|
+
SENSITIVE = []
|
2733
2800
|
include Aws::Structure
|
2734
2801
|
end
|
2735
2802
|
|
@@ -2743,6 +2810,7 @@ module Aws::Lightsail
|
|
2743
2810
|
#
|
2744
2811
|
class DeleteContactMethodResult < Struct.new(
|
2745
2812
|
:operations)
|
2813
|
+
SENSITIVE = []
|
2746
2814
|
include Aws::Structure
|
2747
2815
|
end
|
2748
2816
|
|
@@ -2768,6 +2836,7 @@ module Aws::Lightsail
|
|
2768
2836
|
class DeleteDiskRequest < Struct.new(
|
2769
2837
|
:disk_name,
|
2770
2838
|
:force_delete_add_ons)
|
2839
|
+
SENSITIVE = []
|
2771
2840
|
include Aws::Structure
|
2772
2841
|
end
|
2773
2842
|
|
@@ -2781,6 +2850,7 @@ module Aws::Lightsail
|
|
2781
2850
|
#
|
2782
2851
|
class DeleteDiskResult < Struct.new(
|
2783
2852
|
:operations)
|
2853
|
+
SENSITIVE = []
|
2784
2854
|
include Aws::Structure
|
2785
2855
|
end
|
2786
2856
|
|
@@ -2800,6 +2870,7 @@ module Aws::Lightsail
|
|
2800
2870
|
#
|
2801
2871
|
class DeleteDiskSnapshotRequest < Struct.new(
|
2802
2872
|
:disk_snapshot_name)
|
2873
|
+
SENSITIVE = []
|
2803
2874
|
include Aws::Structure
|
2804
2875
|
end
|
2805
2876
|
|
@@ -2813,6 +2884,7 @@ module Aws::Lightsail
|
|
2813
2884
|
#
|
2814
2885
|
class DeleteDiskSnapshotResult < Struct.new(
|
2815
2886
|
:operations)
|
2887
|
+
SENSITIVE = []
|
2816
2888
|
include Aws::Structure
|
2817
2889
|
end
|
2818
2890
|
|
@@ -2847,6 +2919,7 @@ module Aws::Lightsail
|
|
2847
2919
|
class DeleteDomainEntryRequest < Struct.new(
|
2848
2920
|
:domain_name,
|
2849
2921
|
:domain_entry)
|
2922
|
+
SENSITIVE = []
|
2850
2923
|
include Aws::Structure
|
2851
2924
|
end
|
2852
2925
|
|
@@ -2860,6 +2933,7 @@ module Aws::Lightsail
|
|
2860
2933
|
#
|
2861
2934
|
class DeleteDomainEntryResult < Struct.new(
|
2862
2935
|
:operation)
|
2936
|
+
SENSITIVE = []
|
2863
2937
|
include Aws::Structure
|
2864
2938
|
end
|
2865
2939
|
|
@@ -2878,6 +2952,7 @@ module Aws::Lightsail
|
|
2878
2952
|
#
|
2879
2953
|
class DeleteDomainRequest < Struct.new(
|
2880
2954
|
:domain_name)
|
2955
|
+
SENSITIVE = []
|
2881
2956
|
include Aws::Structure
|
2882
2957
|
end
|
2883
2958
|
|
@@ -2891,6 +2966,7 @@ module Aws::Lightsail
|
|
2891
2966
|
#
|
2892
2967
|
class DeleteDomainResult < Struct.new(
|
2893
2968
|
:operation)
|
2969
|
+
SENSITIVE = []
|
2894
2970
|
include Aws::Structure
|
2895
2971
|
end
|
2896
2972
|
|
@@ -2916,6 +2992,7 @@ module Aws::Lightsail
|
|
2916
2992
|
class DeleteInstanceRequest < Struct.new(
|
2917
2993
|
:instance_name,
|
2918
2994
|
:force_delete_add_ons)
|
2995
|
+
SENSITIVE = []
|
2919
2996
|
include Aws::Structure
|
2920
2997
|
end
|
2921
2998
|
|
@@ -2929,6 +3006,7 @@ module Aws::Lightsail
|
|
2929
3006
|
#
|
2930
3007
|
class DeleteInstanceResult < Struct.new(
|
2931
3008
|
:operations)
|
3009
|
+
SENSITIVE = []
|
2932
3010
|
include Aws::Structure
|
2933
3011
|
end
|
2934
3012
|
|
@@ -2947,6 +3025,7 @@ module Aws::Lightsail
|
|
2947
3025
|
#
|
2948
3026
|
class DeleteInstanceSnapshotRequest < Struct.new(
|
2949
3027
|
:instance_snapshot_name)
|
3028
|
+
SENSITIVE = []
|
2950
3029
|
include Aws::Structure
|
2951
3030
|
end
|
2952
3031
|
|
@@ -2960,6 +3039,7 @@ module Aws::Lightsail
|
|
2960
3039
|
#
|
2961
3040
|
class DeleteInstanceSnapshotResult < Struct.new(
|
2962
3041
|
:operations)
|
3042
|
+
SENSITIVE = []
|
2963
3043
|
include Aws::Structure
|
2964
3044
|
end
|
2965
3045
|
|
@@ -2978,6 +3058,7 @@ module Aws::Lightsail
|
|
2978
3058
|
#
|
2979
3059
|
class DeleteKeyPairRequest < Struct.new(
|
2980
3060
|
:key_pair_name)
|
3061
|
+
SENSITIVE = []
|
2981
3062
|
include Aws::Structure
|
2982
3063
|
end
|
2983
3064
|
|
@@ -2991,6 +3072,7 @@ module Aws::Lightsail
|
|
2991
3072
|
#
|
2992
3073
|
class DeleteKeyPairResult < Struct.new(
|
2993
3074
|
:operation)
|
3075
|
+
SENSITIVE = []
|
2994
3076
|
include Aws::Structure
|
2995
3077
|
end
|
2996
3078
|
|
@@ -3010,6 +3092,7 @@ module Aws::Lightsail
|
|
3010
3092
|
#
|
3011
3093
|
class DeleteKnownHostKeysRequest < Struct.new(
|
3012
3094
|
:instance_name)
|
3095
|
+
SENSITIVE = []
|
3013
3096
|
include Aws::Structure
|
3014
3097
|
end
|
3015
3098
|
|
@@ -3023,6 +3106,7 @@ module Aws::Lightsail
|
|
3023
3106
|
#
|
3024
3107
|
class DeleteKnownHostKeysResult < Struct.new(
|
3025
3108
|
:operations)
|
3109
|
+
SENSITIVE = []
|
3026
3110
|
include Aws::Structure
|
3027
3111
|
end
|
3028
3112
|
|
@@ -3041,6 +3125,7 @@ module Aws::Lightsail
|
|
3041
3125
|
#
|
3042
3126
|
class DeleteLoadBalancerRequest < Struct.new(
|
3043
3127
|
:load_balancer_name)
|
3128
|
+
SENSITIVE = []
|
3044
3129
|
include Aws::Structure
|
3045
3130
|
end
|
3046
3131
|
|
@@ -3054,6 +3139,7 @@ module Aws::Lightsail
|
|
3054
3139
|
#
|
3055
3140
|
class DeleteLoadBalancerResult < Struct.new(
|
3056
3141
|
:operations)
|
3142
|
+
SENSITIVE = []
|
3057
3143
|
include Aws::Structure
|
3058
3144
|
end
|
3059
3145
|
|
@@ -3089,6 +3175,7 @@ module Aws::Lightsail
|
|
3089
3175
|
:load_balancer_name,
|
3090
3176
|
:certificate_name,
|
3091
3177
|
:force)
|
3178
|
+
SENSITIVE = []
|
3092
3179
|
include Aws::Structure
|
3093
3180
|
end
|
3094
3181
|
|
@@ -3102,6 +3189,7 @@ module Aws::Lightsail
|
|
3102
3189
|
#
|
3103
3190
|
class DeleteLoadBalancerTlsCertificateResult < Struct.new(
|
3104
3191
|
:operations)
|
3192
|
+
SENSITIVE = []
|
3105
3193
|
include Aws::Structure
|
3106
3194
|
end
|
3107
3195
|
|
@@ -3152,6 +3240,7 @@ module Aws::Lightsail
|
|
3152
3240
|
:relational_database_name,
|
3153
3241
|
:skip_final_snapshot,
|
3154
3242
|
:final_relational_database_snapshot_name)
|
3243
|
+
SENSITIVE = []
|
3155
3244
|
include Aws::Structure
|
3156
3245
|
end
|
3157
3246
|
|
@@ -3165,6 +3254,7 @@ module Aws::Lightsail
|
|
3165
3254
|
#
|
3166
3255
|
class DeleteRelationalDatabaseResult < Struct.new(
|
3167
3256
|
:operations)
|
3257
|
+
SENSITIVE = []
|
3168
3258
|
include Aws::Structure
|
3169
3259
|
end
|
3170
3260
|
|
@@ -3183,6 +3273,7 @@ module Aws::Lightsail
|
|
3183
3273
|
#
|
3184
3274
|
class DeleteRelationalDatabaseSnapshotRequest < Struct.new(
|
3185
3275
|
:relational_database_snapshot_name)
|
3276
|
+
SENSITIVE = []
|
3186
3277
|
include Aws::Structure
|
3187
3278
|
end
|
3188
3279
|
|
@@ -3196,6 +3287,7 @@ module Aws::Lightsail
|
|
3196
3287
|
#
|
3197
3288
|
class DeleteRelationalDatabaseSnapshotResult < Struct.new(
|
3198
3289
|
:operations)
|
3290
|
+
SENSITIVE = []
|
3199
3291
|
include Aws::Structure
|
3200
3292
|
end
|
3201
3293
|
|
@@ -3214,6 +3306,7 @@ module Aws::Lightsail
|
|
3214
3306
|
class DestinationInfo < Struct.new(
|
3215
3307
|
:id,
|
3216
3308
|
:service)
|
3309
|
+
SENSITIVE = []
|
3217
3310
|
include Aws::Structure
|
3218
3311
|
end
|
3219
3312
|
|
@@ -3233,6 +3326,7 @@ module Aws::Lightsail
|
|
3233
3326
|
#
|
3234
3327
|
class DetachDiskRequest < Struct.new(
|
3235
3328
|
:disk_name)
|
3329
|
+
SENSITIVE = []
|
3236
3330
|
include Aws::Structure
|
3237
3331
|
end
|
3238
3332
|
|
@@ -3246,6 +3340,7 @@ module Aws::Lightsail
|
|
3246
3340
|
#
|
3247
3341
|
class DetachDiskResult < Struct.new(
|
3248
3342
|
:operations)
|
3343
|
+
SENSITIVE = []
|
3249
3344
|
include Aws::Structure
|
3250
3345
|
end
|
3251
3346
|
|
@@ -3271,6 +3366,7 @@ module Aws::Lightsail
|
|
3271
3366
|
class DetachInstancesFromLoadBalancerRequest < Struct.new(
|
3272
3367
|
:load_balancer_name,
|
3273
3368
|
:instance_names)
|
3369
|
+
SENSITIVE = []
|
3274
3370
|
include Aws::Structure
|
3275
3371
|
end
|
3276
3372
|
|
@@ -3284,6 +3380,7 @@ module Aws::Lightsail
|
|
3284
3380
|
#
|
3285
3381
|
class DetachInstancesFromLoadBalancerResult < Struct.new(
|
3286
3382
|
:operations)
|
3383
|
+
SENSITIVE = []
|
3287
3384
|
include Aws::Structure
|
3288
3385
|
end
|
3289
3386
|
|
@@ -3302,6 +3399,7 @@ module Aws::Lightsail
|
|
3302
3399
|
#
|
3303
3400
|
class DetachStaticIpRequest < Struct.new(
|
3304
3401
|
:static_ip_name)
|
3402
|
+
SENSITIVE = []
|
3305
3403
|
include Aws::Structure
|
3306
3404
|
end
|
3307
3405
|
|
@@ -3315,6 +3413,7 @@ module Aws::Lightsail
|
|
3315
3413
|
#
|
3316
3414
|
class DetachStaticIpResult < Struct.new(
|
3317
3415
|
:operations)
|
3416
|
+
SENSITIVE = []
|
3318
3417
|
include Aws::Structure
|
3319
3418
|
end
|
3320
3419
|
|
@@ -3339,6 +3438,7 @@ module Aws::Lightsail
|
|
3339
3438
|
class DisableAddOnRequest < Struct.new(
|
3340
3439
|
:add_on_type,
|
3341
3440
|
:resource_name)
|
3441
|
+
SENSITIVE = []
|
3342
3442
|
include Aws::Structure
|
3343
3443
|
end
|
3344
3444
|
|
@@ -3352,6 +3452,7 @@ module Aws::Lightsail
|
|
3352
3452
|
#
|
3353
3453
|
class DisableAddOnResult < Struct.new(
|
3354
3454
|
:operations)
|
3455
|
+
SENSITIVE = []
|
3355
3456
|
include Aws::Structure
|
3356
3457
|
end
|
3357
3458
|
|
@@ -3467,6 +3568,7 @@ module Aws::Lightsail
|
|
3467
3568
|
:is_attached,
|
3468
3569
|
:attachment_state,
|
3469
3570
|
:gb_in_use)
|
3571
|
+
SENSITIVE = []
|
3470
3572
|
include Aws::Structure
|
3471
3573
|
end
|
3472
3574
|
|
@@ -3496,6 +3598,7 @@ module Aws::Lightsail
|
|
3496
3598
|
:path,
|
3497
3599
|
:size_in_gb,
|
3498
3600
|
:is_system_disk)
|
3601
|
+
SENSITIVE = []
|
3499
3602
|
include Aws::Structure
|
3500
3603
|
end
|
3501
3604
|
|
@@ -3523,6 +3626,7 @@ module Aws::Lightsail
|
|
3523
3626
|
class DiskMap < Struct.new(
|
3524
3627
|
:original_disk_path,
|
3525
3628
|
:new_disk_name)
|
3629
|
+
SENSITIVE = []
|
3526
3630
|
include Aws::Structure
|
3527
3631
|
end
|
3528
3632
|
|
@@ -3621,6 +3725,7 @@ module Aws::Lightsail
|
|
3621
3725
|
:from_instance_name,
|
3622
3726
|
:from_instance_arn,
|
3623
3727
|
:is_from_auto_snapshot)
|
3728
|
+
SENSITIVE = []
|
3624
3729
|
include Aws::Structure
|
3625
3730
|
end
|
3626
3731
|
|
@@ -3634,6 +3739,7 @@ module Aws::Lightsail
|
|
3634
3739
|
#
|
3635
3740
|
class DiskSnapshotInfo < Struct.new(
|
3636
3741
|
:size_in_gb)
|
3742
|
+
SENSITIVE = []
|
3637
3743
|
include Aws::Structure
|
3638
3744
|
end
|
3639
3745
|
|
@@ -3694,6 +3800,7 @@ module Aws::Lightsail
|
|
3694
3800
|
:resource_type,
|
3695
3801
|
:tags,
|
3696
3802
|
:domain_entries)
|
3803
|
+
SENSITIVE = []
|
3697
3804
|
include Aws::Structure
|
3698
3805
|
end
|
3699
3806
|
|
@@ -3777,6 +3884,7 @@ module Aws::Lightsail
|
|
3777
3884
|
:is_alias,
|
3778
3885
|
:type,
|
3779
3886
|
:options)
|
3887
|
+
SENSITIVE = []
|
3780
3888
|
include Aws::Structure
|
3781
3889
|
end
|
3782
3890
|
|
@@ -3799,6 +3907,7 @@ module Aws::Lightsail
|
|
3799
3907
|
class DownloadDefaultKeyPairResult < Struct.new(
|
3800
3908
|
:public_key_base_64,
|
3801
3909
|
:private_key_base_64)
|
3910
|
+
SENSITIVE = []
|
3802
3911
|
include Aws::Structure
|
3803
3912
|
end
|
3804
3913
|
|
@@ -3829,6 +3938,7 @@ module Aws::Lightsail
|
|
3829
3938
|
class EnableAddOnRequest < Struct.new(
|
3830
3939
|
:resource_name,
|
3831
3940
|
:add_on_request)
|
3941
|
+
SENSITIVE = []
|
3832
3942
|
include Aws::Structure
|
3833
3943
|
end
|
3834
3944
|
|
@@ -3842,6 +3952,7 @@ module Aws::Lightsail
|
|
3842
3952
|
#
|
3843
3953
|
class EnableAddOnResult < Struct.new(
|
3844
3954
|
:operations)
|
3955
|
+
SENSITIVE = []
|
3845
3956
|
include Aws::Structure
|
3846
3957
|
end
|
3847
3958
|
|
@@ -3893,6 +4004,7 @@ module Aws::Lightsail
|
|
3893
4004
|
:state,
|
3894
4005
|
:source_info,
|
3895
4006
|
:destination_info)
|
4007
|
+
SENSITIVE = []
|
3896
4008
|
include Aws::Structure
|
3897
4009
|
end
|
3898
4010
|
|
@@ -3944,6 +4056,7 @@ module Aws::Lightsail
|
|
3944
4056
|
:from_resource_arn,
|
3945
4057
|
:instance_snapshot_info,
|
3946
4058
|
:disk_snapshot_info)
|
4059
|
+
SENSITIVE = []
|
3947
4060
|
include Aws::Structure
|
3948
4061
|
end
|
3949
4062
|
|
@@ -3963,6 +4076,7 @@ module Aws::Lightsail
|
|
3963
4076
|
#
|
3964
4077
|
class ExportSnapshotRequest < Struct.new(
|
3965
4078
|
:source_snapshot_name)
|
4079
|
+
SENSITIVE = []
|
3966
4080
|
include Aws::Structure
|
3967
4081
|
end
|
3968
4082
|
|
@@ -3976,6 +4090,7 @@ module Aws::Lightsail
|
|
3976
4090
|
#
|
3977
4091
|
class ExportSnapshotResult < Struct.new(
|
3978
4092
|
:operations)
|
4093
|
+
SENSITIVE = []
|
3979
4094
|
include Aws::Structure
|
3980
4095
|
end
|
3981
4096
|
|
@@ -3999,6 +4114,7 @@ module Aws::Lightsail
|
|
3999
4114
|
#
|
4000
4115
|
class GetActiveNamesRequest < Struct.new(
|
4001
4116
|
:page_token)
|
4117
|
+
SENSITIVE = []
|
4002
4118
|
include Aws::Structure
|
4003
4119
|
end
|
4004
4120
|
|
@@ -4022,6 +4138,7 @@ module Aws::Lightsail
|
|
4022
4138
|
class GetActiveNamesResult < Struct.new(
|
4023
4139
|
:active_names,
|
4024
4140
|
:next_page_token)
|
4141
|
+
SENSITIVE = []
|
4025
4142
|
include Aws::Structure
|
4026
4143
|
end
|
4027
4144
|
|
@@ -4061,6 +4178,7 @@ module Aws::Lightsail
|
|
4061
4178
|
:alarm_name,
|
4062
4179
|
:page_token,
|
4063
4180
|
:monitored_resource_name)
|
4181
|
+
SENSITIVE = []
|
4064
4182
|
include Aws::Structure
|
4065
4183
|
end
|
4066
4184
|
|
@@ -4083,6 +4201,7 @@ module Aws::Lightsail
|
|
4083
4201
|
class GetAlarmsResult < Struct.new(
|
4084
4202
|
:alarms,
|
4085
4203
|
:next_page_token)
|
4204
|
+
SENSITIVE = []
|
4086
4205
|
include Aws::Structure
|
4087
4206
|
end
|
4088
4207
|
|
@@ -4102,6 +4221,7 @@ module Aws::Lightsail
|
|
4102
4221
|
#
|
4103
4222
|
class GetAutoSnapshotsRequest < Struct.new(
|
4104
4223
|
:resource_name)
|
4224
|
+
SENSITIVE = []
|
4105
4225
|
include Aws::Structure
|
4106
4226
|
end
|
4107
4227
|
|
@@ -4124,6 +4244,7 @@ module Aws::Lightsail
|
|
4124
4244
|
:resource_name,
|
4125
4245
|
:resource_type,
|
4126
4246
|
:auto_snapshots)
|
4247
|
+
SENSITIVE = []
|
4127
4248
|
include Aws::Structure
|
4128
4249
|
end
|
4129
4250
|
|
@@ -4154,6 +4275,7 @@ module Aws::Lightsail
|
|
4154
4275
|
class GetBlueprintsRequest < Struct.new(
|
4155
4276
|
:include_inactive,
|
4156
4277
|
:page_token)
|
4278
|
+
SENSITIVE = []
|
4157
4279
|
include Aws::Structure
|
4158
4280
|
end
|
4159
4281
|
|
@@ -4178,6 +4300,7 @@ module Aws::Lightsail
|
|
4178
4300
|
class GetBlueprintsResult < Struct.new(
|
4179
4301
|
:blueprints,
|
4180
4302
|
:next_page_token)
|
4303
|
+
SENSITIVE = []
|
4181
4304
|
include Aws::Structure
|
4182
4305
|
end
|
4183
4306
|
|
@@ -4208,6 +4331,7 @@ module Aws::Lightsail
|
|
4208
4331
|
class GetBundlesRequest < Struct.new(
|
4209
4332
|
:include_inactive,
|
4210
4333
|
:page_token)
|
4334
|
+
SENSITIVE = []
|
4211
4335
|
include Aws::Structure
|
4212
4336
|
end
|
4213
4337
|
|
@@ -4232,6 +4356,7 @@ module Aws::Lightsail
|
|
4232
4356
|
class GetBundlesResult < Struct.new(
|
4233
4357
|
:bundles,
|
4234
4358
|
:next_page_token)
|
4359
|
+
SENSITIVE = []
|
4235
4360
|
include Aws::Structure
|
4236
4361
|
end
|
4237
4362
|
|
@@ -4255,6 +4380,7 @@ module Aws::Lightsail
|
|
4255
4380
|
#
|
4256
4381
|
class GetCloudFormationStackRecordsRequest < Struct.new(
|
4257
4382
|
:page_token)
|
4383
|
+
SENSITIVE = []
|
4258
4384
|
include Aws::Structure
|
4259
4385
|
end
|
4260
4386
|
|
@@ -4278,6 +4404,7 @@ module Aws::Lightsail
|
|
4278
4404
|
class GetCloudFormationStackRecordsResult < Struct.new(
|
4279
4405
|
:cloud_formation_stack_records,
|
4280
4406
|
:next_page_token)
|
4407
|
+
SENSITIVE = []
|
4281
4408
|
include Aws::Structure
|
4282
4409
|
end
|
4283
4410
|
|
@@ -4300,6 +4427,7 @@ module Aws::Lightsail
|
|
4300
4427
|
#
|
4301
4428
|
class GetContactMethodsRequest < Struct.new(
|
4302
4429
|
:protocols)
|
4430
|
+
SENSITIVE = []
|
4303
4431
|
include Aws::Structure
|
4304
4432
|
end
|
4305
4433
|
|
@@ -4311,6 +4439,7 @@ module Aws::Lightsail
|
|
4311
4439
|
#
|
4312
4440
|
class GetContactMethodsResult < Struct.new(
|
4313
4441
|
:contact_methods)
|
4442
|
+
SENSITIVE = []
|
4314
4443
|
include Aws::Structure
|
4315
4444
|
end
|
4316
4445
|
|
@@ -4329,6 +4458,7 @@ module Aws::Lightsail
|
|
4329
4458
|
#
|
4330
4459
|
class GetDiskRequest < Struct.new(
|
4331
4460
|
:disk_name)
|
4461
|
+
SENSITIVE = []
|
4332
4462
|
include Aws::Structure
|
4333
4463
|
end
|
4334
4464
|
|
@@ -4340,6 +4470,7 @@ module Aws::Lightsail
|
|
4340
4470
|
#
|
4341
4471
|
class GetDiskResult < Struct.new(
|
4342
4472
|
:disk)
|
4473
|
+
SENSITIVE = []
|
4343
4474
|
include Aws::Structure
|
4344
4475
|
end
|
4345
4476
|
|
@@ -4358,6 +4489,7 @@ module Aws::Lightsail
|
|
4358
4489
|
#
|
4359
4490
|
class GetDiskSnapshotRequest < Struct.new(
|
4360
4491
|
:disk_snapshot_name)
|
4492
|
+
SENSITIVE = []
|
4361
4493
|
include Aws::Structure
|
4362
4494
|
end
|
4363
4495
|
|
@@ -4369,6 +4501,7 @@ module Aws::Lightsail
|
|
4369
4501
|
#
|
4370
4502
|
class GetDiskSnapshotResult < Struct.new(
|
4371
4503
|
:disk_snapshot)
|
4504
|
+
SENSITIVE = []
|
4372
4505
|
include Aws::Structure
|
4373
4506
|
end
|
4374
4507
|
|
@@ -4392,6 +4525,7 @@ module Aws::Lightsail
|
|
4392
4525
|
#
|
4393
4526
|
class GetDiskSnapshotsRequest < Struct.new(
|
4394
4527
|
:page_token)
|
4528
|
+
SENSITIVE = []
|
4395
4529
|
include Aws::Structure
|
4396
4530
|
end
|
4397
4531
|
|
@@ -4416,6 +4550,7 @@ module Aws::Lightsail
|
|
4416
4550
|
class GetDiskSnapshotsResult < Struct.new(
|
4417
4551
|
:disk_snapshots,
|
4418
4552
|
:next_page_token)
|
4553
|
+
SENSITIVE = []
|
4419
4554
|
include Aws::Structure
|
4420
4555
|
end
|
4421
4556
|
|
@@ -4438,6 +4573,7 @@ module Aws::Lightsail
|
|
4438
4573
|
#
|
4439
4574
|
class GetDisksRequest < Struct.new(
|
4440
4575
|
:page_token)
|
4576
|
+
SENSITIVE = []
|
4441
4577
|
include Aws::Structure
|
4442
4578
|
end
|
4443
4579
|
|
@@ -4461,6 +4597,7 @@ module Aws::Lightsail
|
|
4461
4597
|
class GetDisksResult < Struct.new(
|
4462
4598
|
:disks,
|
4463
4599
|
:next_page_token)
|
4600
|
+
SENSITIVE = []
|
4464
4601
|
include Aws::Structure
|
4465
4602
|
end
|
4466
4603
|
|
@@ -4479,6 +4616,7 @@ module Aws::Lightsail
|
|
4479
4616
|
#
|
4480
4617
|
class GetDomainRequest < Struct.new(
|
4481
4618
|
:domain_name)
|
4619
|
+
SENSITIVE = []
|
4482
4620
|
include Aws::Structure
|
4483
4621
|
end
|
4484
4622
|
|
@@ -4491,6 +4629,7 @@ module Aws::Lightsail
|
|
4491
4629
|
#
|
4492
4630
|
class GetDomainResult < Struct.new(
|
4493
4631
|
:domain)
|
4632
|
+
SENSITIVE = []
|
4494
4633
|
include Aws::Structure
|
4495
4634
|
end
|
4496
4635
|
|
@@ -4514,6 +4653,7 @@ module Aws::Lightsail
|
|
4514
4653
|
#
|
4515
4654
|
class GetDomainsRequest < Struct.new(
|
4516
4655
|
:page_token)
|
4656
|
+
SENSITIVE = []
|
4517
4657
|
include Aws::Structure
|
4518
4658
|
end
|
4519
4659
|
|
@@ -4538,6 +4678,7 @@ module Aws::Lightsail
|
|
4538
4678
|
class GetDomainsResult < Struct.new(
|
4539
4679
|
:domains,
|
4540
4680
|
:next_page_token)
|
4681
|
+
SENSITIVE = []
|
4541
4682
|
include Aws::Structure
|
4542
4683
|
end
|
4543
4684
|
|
@@ -4561,6 +4702,7 @@ module Aws::Lightsail
|
|
4561
4702
|
#
|
4562
4703
|
class GetExportSnapshotRecordsRequest < Struct.new(
|
4563
4704
|
:page_token)
|
4705
|
+
SENSITIVE = []
|
4564
4706
|
include Aws::Structure
|
4565
4707
|
end
|
4566
4708
|
|
@@ -4584,6 +4726,7 @@ module Aws::Lightsail
|
|
4584
4726
|
class GetExportSnapshotRecordsResult < Struct.new(
|
4585
4727
|
:export_snapshot_records,
|
4586
4728
|
:next_page_token)
|
4729
|
+
SENSITIVE = []
|
4587
4730
|
include Aws::Structure
|
4588
4731
|
end
|
4589
4732
|
|
@@ -4608,6 +4751,7 @@ module Aws::Lightsail
|
|
4608
4751
|
class GetInstanceAccessDetailsRequest < Struct.new(
|
4609
4752
|
:instance_name,
|
4610
4753
|
:protocol)
|
4754
|
+
SENSITIVE = []
|
4611
4755
|
include Aws::Structure
|
4612
4756
|
end
|
4613
4757
|
|
@@ -4620,6 +4764,7 @@ module Aws::Lightsail
|
|
4620
4764
|
#
|
4621
4765
|
class GetInstanceAccessDetailsResult < Struct.new(
|
4622
4766
|
:access_details)
|
4767
|
+
SENSITIVE = []
|
4623
4768
|
include Aws::Structure
|
4624
4769
|
end
|
4625
4770
|
|
@@ -4628,7 +4773,7 @@ module Aws::Lightsail
|
|
4628
4773
|
#
|
4629
4774
|
# {
|
4630
4775
|
# instance_name: "ResourceName", # required
|
4631
|
-
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System
|
4776
|
+
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, BurstCapacityTime, BurstCapacityPercentage
|
4632
4777
|
# period: 1, # required
|
4633
4778
|
# start_time: Time.now, # required
|
4634
4779
|
# end_time: Time.now, # required
|
@@ -4647,6 +4792,38 @@ module Aws::Lightsail
|
|
4647
4792
|
# useful `statistics` to include in your request, and the published
|
4648
4793
|
# `unit` value.
|
4649
4794
|
#
|
4795
|
+
# * <b> <code>BurstCapacityPercentage</code> </b> - The percentage of
|
4796
|
+
# CPU performance available for your instance to burst above its
|
4797
|
+
# baseline. Your instance continuously accrues and consumes burst
|
4798
|
+
# capacity. Burst capacity stops accruing when your instance's
|
4799
|
+
# `BurstCapacityPercentage` reaches 100%. For more information, see
|
4800
|
+
# [Viewing instance burst capacity in Amazon Lightsail][1].
|
4801
|
+
#
|
4802
|
+
# `Statistics`\: The most useful statistics are `Maximum` and
|
4803
|
+
# `Average`.
|
4804
|
+
#
|
4805
|
+
# `Unit`\: The published unit is `Percent`.
|
4806
|
+
#
|
4807
|
+
# * <b> <code>BurstCapacityTime</code> </b> - The available amount of
|
4808
|
+
# time for your instance to burst at 100% CPU utilization. Your
|
4809
|
+
# instance continuously accrues and consumes burst capacity. Burst
|
4810
|
+
# capacity time stops accruing when your instance's
|
4811
|
+
# `BurstCapacityPercentage` metric reaches 100%.
|
4812
|
+
#
|
4813
|
+
# Burst capacity time is consumed at the full rate only when your
|
4814
|
+
# instance operates at 100% CPU utilization. For example, if your
|
4815
|
+
# instance operates at 50% CPU utilization in the burstable zone for
|
4816
|
+
# a 5-minute period, then it consumes CPU burst capacity minutes at
|
4817
|
+
# a 50% rate in that period. Your instance consumed 2 minutes and 30
|
4818
|
+
# seconds of CPU burst capacity minutes in the 5-minute period. For
|
4819
|
+
# more information, see [Viewing instance burst capacity in Amazon
|
4820
|
+
# Lightsail][1].
|
4821
|
+
#
|
4822
|
+
# `Statistics`\: The most useful statistics are `Maximum` and
|
4823
|
+
# `Average`.
|
4824
|
+
#
|
4825
|
+
# `Unit`\: The published unit is `Seconds`.
|
4826
|
+
#
|
4650
4827
|
# * <b> <code>CPUUtilization</code> </b> - The percentage of allocated
|
4651
4828
|
# compute units that are currently in use on the instance. This
|
4652
4829
|
# metric identifies the processing power to run the applications on
|
@@ -4708,6 +4885,10 @@ module Aws::Lightsail
|
|
4708
4885
|
# `Statistics`\: The most useful statistic is `Sum`.
|
4709
4886
|
#
|
4710
4887
|
# `Unit`\: The published unit is `Count`.
|
4888
|
+
#
|
4889
|
+
#
|
4890
|
+
#
|
4891
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-viewing-instance-burst-capacity
|
4711
4892
|
# @return [String]
|
4712
4893
|
#
|
4713
4894
|
# @!attribute [rw] period
|
@@ -4771,16 +4952,16 @@ module Aws::Lightsail
|
|
4771
4952
|
:end_time,
|
4772
4953
|
:unit,
|
4773
4954
|
:statistics)
|
4955
|
+
SENSITIVE = []
|
4774
4956
|
include Aws::Structure
|
4775
4957
|
end
|
4776
4958
|
|
4777
4959
|
# @!attribute [rw] metric_name
|
4778
|
-
# The
|
4960
|
+
# The name of the metric returned.
|
4779
4961
|
# @return [String]
|
4780
4962
|
#
|
4781
4963
|
# @!attribute [rw] metric_data
|
4782
|
-
# An array of
|
4783
|
-
# of your get instance metric data request.
|
4964
|
+
# An array of objects that describe the metric data returned.
|
4784
4965
|
# @return [Array<Types::MetricDatapoint>]
|
4785
4966
|
#
|
4786
4967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetInstanceMetricDataResult AWS API Documentation
|
@@ -4788,6 +4969,7 @@ module Aws::Lightsail
|
|
4788
4969
|
class GetInstanceMetricDataResult < Struct.new(
|
4789
4970
|
:metric_name,
|
4790
4971
|
:metric_data)
|
4972
|
+
SENSITIVE = []
|
4791
4973
|
include Aws::Structure
|
4792
4974
|
end
|
4793
4975
|
|
@@ -4806,6 +4988,7 @@ module Aws::Lightsail
|
|
4806
4988
|
#
|
4807
4989
|
class GetInstancePortStatesRequest < Struct.new(
|
4808
4990
|
:instance_name)
|
4991
|
+
SENSITIVE = []
|
4809
4992
|
include Aws::Structure
|
4810
4993
|
end
|
4811
4994
|
|
@@ -4818,6 +5001,7 @@ module Aws::Lightsail
|
|
4818
5001
|
#
|
4819
5002
|
class GetInstancePortStatesResult < Struct.new(
|
4820
5003
|
:port_states)
|
5004
|
+
SENSITIVE = []
|
4821
5005
|
include Aws::Structure
|
4822
5006
|
end
|
4823
5007
|
|
@@ -4836,6 +5020,7 @@ module Aws::Lightsail
|
|
4836
5020
|
#
|
4837
5021
|
class GetInstanceRequest < Struct.new(
|
4838
5022
|
:instance_name)
|
5023
|
+
SENSITIVE = []
|
4839
5024
|
include Aws::Structure
|
4840
5025
|
end
|
4841
5026
|
|
@@ -4848,6 +5033,7 @@ module Aws::Lightsail
|
|
4848
5033
|
#
|
4849
5034
|
class GetInstanceResult < Struct.new(
|
4850
5035
|
:instance)
|
5036
|
+
SENSITIVE = []
|
4851
5037
|
include Aws::Structure
|
4852
5038
|
end
|
4853
5039
|
|
@@ -4866,6 +5052,7 @@ module Aws::Lightsail
|
|
4866
5052
|
#
|
4867
5053
|
class GetInstanceSnapshotRequest < Struct.new(
|
4868
5054
|
:instance_snapshot_name)
|
5055
|
+
SENSITIVE = []
|
4869
5056
|
include Aws::Structure
|
4870
5057
|
end
|
4871
5058
|
|
@@ -4878,6 +5065,7 @@ module Aws::Lightsail
|
|
4878
5065
|
#
|
4879
5066
|
class GetInstanceSnapshotResult < Struct.new(
|
4880
5067
|
:instance_snapshot)
|
5068
|
+
SENSITIVE = []
|
4881
5069
|
include Aws::Structure
|
4882
5070
|
end
|
4883
5071
|
|
@@ -4901,6 +5089,7 @@ module Aws::Lightsail
|
|
4901
5089
|
#
|
4902
5090
|
class GetInstanceSnapshotsRequest < Struct.new(
|
4903
5091
|
:page_token)
|
5092
|
+
SENSITIVE = []
|
4904
5093
|
include Aws::Structure
|
4905
5094
|
end
|
4906
5095
|
|
@@ -4925,6 +5114,7 @@ module Aws::Lightsail
|
|
4925
5114
|
class GetInstanceSnapshotsResult < Struct.new(
|
4926
5115
|
:instance_snapshots,
|
4927
5116
|
:next_page_token)
|
5117
|
+
SENSITIVE = []
|
4928
5118
|
include Aws::Structure
|
4929
5119
|
end
|
4930
5120
|
|
@@ -4943,6 +5133,7 @@ module Aws::Lightsail
|
|
4943
5133
|
#
|
4944
5134
|
class GetInstanceStateRequest < Struct.new(
|
4945
5135
|
:instance_name)
|
5136
|
+
SENSITIVE = []
|
4946
5137
|
include Aws::Structure
|
4947
5138
|
end
|
4948
5139
|
|
@@ -4954,6 +5145,7 @@ module Aws::Lightsail
|
|
4954
5145
|
#
|
4955
5146
|
class GetInstanceStateResult < Struct.new(
|
4956
5147
|
:state)
|
5148
|
+
SENSITIVE = []
|
4957
5149
|
include Aws::Structure
|
4958
5150
|
end
|
4959
5151
|
|
@@ -4977,6 +5169,7 @@ module Aws::Lightsail
|
|
4977
5169
|
#
|
4978
5170
|
class GetInstancesRequest < Struct.new(
|
4979
5171
|
:page_token)
|
5172
|
+
SENSITIVE = []
|
4980
5173
|
include Aws::Structure
|
4981
5174
|
end
|
4982
5175
|
|
@@ -5001,6 +5194,7 @@ module Aws::Lightsail
|
|
5001
5194
|
class GetInstancesResult < Struct.new(
|
5002
5195
|
:instances,
|
5003
5196
|
:next_page_token)
|
5197
|
+
SENSITIVE = []
|
5004
5198
|
include Aws::Structure
|
5005
5199
|
end
|
5006
5200
|
|
@@ -5019,6 +5213,7 @@ module Aws::Lightsail
|
|
5019
5213
|
#
|
5020
5214
|
class GetKeyPairRequest < Struct.new(
|
5021
5215
|
:key_pair_name)
|
5216
|
+
SENSITIVE = []
|
5022
5217
|
include Aws::Structure
|
5023
5218
|
end
|
5024
5219
|
|
@@ -5031,6 +5226,7 @@ module Aws::Lightsail
|
|
5031
5226
|
#
|
5032
5227
|
class GetKeyPairResult < Struct.new(
|
5033
5228
|
:key_pair)
|
5229
|
+
SENSITIVE = []
|
5034
5230
|
include Aws::Structure
|
5035
5231
|
end
|
5036
5232
|
|
@@ -5054,6 +5250,7 @@ module Aws::Lightsail
|
|
5054
5250
|
#
|
5055
5251
|
class GetKeyPairsRequest < Struct.new(
|
5056
5252
|
:page_token)
|
5253
|
+
SENSITIVE = []
|
5057
5254
|
include Aws::Structure
|
5058
5255
|
end
|
5059
5256
|
|
@@ -5078,6 +5275,7 @@ module Aws::Lightsail
|
|
5078
5275
|
class GetKeyPairsResult < Struct.new(
|
5079
5276
|
:key_pairs,
|
5080
5277
|
:next_page_token)
|
5278
|
+
SENSITIVE = []
|
5081
5279
|
include Aws::Structure
|
5082
5280
|
end
|
5083
5281
|
|
@@ -5236,7 +5434,7 @@ module Aws::Lightsail
|
|
5236
5434
|
#
|
5237
5435
|
# @!attribute [rw] unit
|
5238
5436
|
# The unit for the metric data request. Valid units depend on the
|
5239
|
-
# metric data being
|
5437
|
+
# metric data being requested. For the valid units with each available
|
5240
5438
|
# metric, see the `metricName` parameter.
|
5241
5439
|
# @return [String]
|
5242
5440
|
#
|
@@ -5278,102 +5476,16 @@ module Aws::Lightsail
|
|
5278
5476
|
:end_time,
|
5279
5477
|
:unit,
|
5280
5478
|
:statistics)
|
5479
|
+
SENSITIVE = []
|
5281
5480
|
include Aws::Structure
|
5282
5481
|
end
|
5283
5482
|
|
5284
5483
|
# @!attribute [rw] metric_name
|
5285
|
-
# The
|
5286
|
-
# are listed below, along with the most useful `statistics` to include
|
5287
|
-
# in your request.
|
5288
|
-
#
|
5289
|
-
# * <b> <code>ClientTLSNegotiationErrorCount</code> </b> - The number
|
5290
|
-
# of TLS connections initiated by the client that did not establish
|
5291
|
-
# a session with the load balancer. Possible causes include a
|
5292
|
-
# mismatch of ciphers or protocols.
|
5293
|
-
#
|
5294
|
-
# `Statistics`\: The most useful statistic is `Sum`.
|
5295
|
-
#
|
5296
|
-
# * <b> <code>HealthyHostCount</code> </b> - The number of target
|
5297
|
-
# instances that are considered healthy.
|
5298
|
-
#
|
5299
|
-
# `Statistics`\: The most useful statistic are `Average`, `Minimum`,
|
5300
|
-
# and `Maximum`.
|
5301
|
-
#
|
5302
|
-
# * <b> <code>UnhealthyHostCount</code> </b> - The number of target
|
5303
|
-
# instances that are considered unhealthy.
|
5304
|
-
#
|
5305
|
-
# `Statistics`\: The most useful statistic are `Average`, `Minimum`,
|
5306
|
-
# and `Maximum`.
|
5307
|
-
#
|
5308
|
-
# * <b> <code>HTTPCode_LB_4XX_Count</code> </b> - The number of HTTP
|
5309
|
-
# 4XX client error codes that originate from the load balancer.
|
5310
|
-
# Client errors are generated when requests are malformed or
|
5311
|
-
# incomplete. These requests have not been received by the target
|
5312
|
-
# instance. This count does not include any response codes generated
|
5313
|
-
# by the target instances.
|
5314
|
-
#
|
5315
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5316
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5317
|
-
#
|
5318
|
-
# * <b> <code>HTTPCode_LB_5XX_Count</code> </b> - The number of HTTP
|
5319
|
-
# 5XX server error codes that originate from the load balancer. This
|
5320
|
-
# count does not include any response codes generated by the target
|
5321
|
-
# instances.
|
5322
|
-
#
|
5323
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5324
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`. Note that
|
5325
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5326
|
-
#
|
5327
|
-
# * <b> <code>HTTPCode_Instance_2XX_Count</code> </b> - The number of
|
5328
|
-
# HTTP response codes generated by the target instances. This does
|
5329
|
-
# not include any response codes generated by the load balancer.
|
5330
|
-
#
|
5331
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5332
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5333
|
-
#
|
5334
|
-
# * <b> <code>HTTPCode_Instance_3XX_Count</code> </b> - The number of
|
5335
|
-
# HTTP response codes generated by the target instances. This does
|
5336
|
-
# not include any response codes generated by the load balancer.
|
5337
|
-
#
|
5338
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5339
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5340
|
-
#
|
5341
|
-
# * <b> <code>HTTPCode_Instance_4XX_Count</code> </b> - The number of
|
5342
|
-
# HTTP response codes generated by the target instances. This does
|
5343
|
-
# not include any response codes generated by the load balancer.
|
5344
|
-
#
|
5345
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5346
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5347
|
-
#
|
5348
|
-
# * <b> <code>HTTPCode_Instance_5XX_Count</code> </b> - The number of
|
5349
|
-
# HTTP response codes generated by the target instances. This does
|
5350
|
-
# not include any response codes generated by the load balancer.
|
5351
|
-
#
|
5352
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5353
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5354
|
-
#
|
5355
|
-
# * <b> <code>InstanceResponseTime</code> </b> - The time elapsed, in
|
5356
|
-
# seconds, after the request leaves the load balancer until a
|
5357
|
-
# response from the target instance is received.
|
5358
|
-
#
|
5359
|
-
# `Statistics`\: The most useful statistic is `Average`.
|
5360
|
-
#
|
5361
|
-
# * <b> <code>RejectedConnectionCount</code> </b> - The number of
|
5362
|
-
# connections that were rejected because the load balancer had
|
5363
|
-
# reached its maximum number of connections.
|
5364
|
-
#
|
5365
|
-
# `Statistics`\: The most useful statistic is `Sum`.
|
5366
|
-
#
|
5367
|
-
# * <b> <code>RequestCount</code> </b> - The number of requests
|
5368
|
-
# processed over IPv4. This count includes only the requests with a
|
5369
|
-
# response generated by a target instance of the load balancer.
|
5370
|
-
#
|
5371
|
-
# `Statistics`\: The most useful statistic is `Sum`. Note that
|
5372
|
-
# `Minimum`, `Maximum`, and `Average` all return `1`.
|
5484
|
+
# The name of the metric returned.
|
5373
5485
|
# @return [String]
|
5374
5486
|
#
|
5375
5487
|
# @!attribute [rw] metric_data
|
5376
|
-
# An array of metric
|
5488
|
+
# An array of objects that describe the metric data returned.
|
5377
5489
|
# @return [Array<Types::MetricDatapoint>]
|
5378
5490
|
#
|
5379
5491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancerMetricDataResult AWS API Documentation
|
@@ -5381,6 +5493,7 @@ module Aws::Lightsail
|
|
5381
5493
|
class GetLoadBalancerMetricDataResult < Struct.new(
|
5382
5494
|
:metric_name,
|
5383
5495
|
:metric_data)
|
5496
|
+
SENSITIVE = []
|
5384
5497
|
include Aws::Structure
|
5385
5498
|
end
|
5386
5499
|
|
@@ -5399,6 +5512,7 @@ module Aws::Lightsail
|
|
5399
5512
|
#
|
5400
5513
|
class GetLoadBalancerRequest < Struct.new(
|
5401
5514
|
:load_balancer_name)
|
5515
|
+
SENSITIVE = []
|
5402
5516
|
include Aws::Structure
|
5403
5517
|
end
|
5404
5518
|
|
@@ -5410,6 +5524,7 @@ module Aws::Lightsail
|
|
5410
5524
|
#
|
5411
5525
|
class GetLoadBalancerResult < Struct.new(
|
5412
5526
|
:load_balancer)
|
5527
|
+
SENSITIVE = []
|
5413
5528
|
include Aws::Structure
|
5414
5529
|
end
|
5415
5530
|
|
@@ -5429,6 +5544,7 @@ module Aws::Lightsail
|
|
5429
5544
|
#
|
5430
5545
|
class GetLoadBalancerTlsCertificatesRequest < Struct.new(
|
5431
5546
|
:load_balancer_name)
|
5547
|
+
SENSITIVE = []
|
5432
5548
|
include Aws::Structure
|
5433
5549
|
end
|
5434
5550
|
|
@@ -5441,6 +5557,7 @@ module Aws::Lightsail
|
|
5441
5557
|
#
|
5442
5558
|
class GetLoadBalancerTlsCertificatesResult < Struct.new(
|
5443
5559
|
:tls_certificates)
|
5560
|
+
SENSITIVE = []
|
5444
5561
|
include Aws::Structure
|
5445
5562
|
end
|
5446
5563
|
|
@@ -5464,6 +5581,7 @@ module Aws::Lightsail
|
|
5464
5581
|
#
|
5465
5582
|
class GetLoadBalancersRequest < Struct.new(
|
5466
5583
|
:page_token)
|
5584
|
+
SENSITIVE = []
|
5467
5585
|
include Aws::Structure
|
5468
5586
|
end
|
5469
5587
|
|
@@ -5487,6 +5605,7 @@ module Aws::Lightsail
|
|
5487
5605
|
class GetLoadBalancersResult < Struct.new(
|
5488
5606
|
:load_balancers,
|
5489
5607
|
:next_page_token)
|
5608
|
+
SENSITIVE = []
|
5490
5609
|
include Aws::Structure
|
5491
5610
|
end
|
5492
5611
|
|
@@ -5505,6 +5624,7 @@ module Aws::Lightsail
|
|
5505
5624
|
#
|
5506
5625
|
class GetOperationRequest < Struct.new(
|
5507
5626
|
:operation_id)
|
5627
|
+
SENSITIVE = []
|
5508
5628
|
include Aws::Structure
|
5509
5629
|
end
|
5510
5630
|
|
@@ -5518,6 +5638,7 @@ module Aws::Lightsail
|
|
5518
5638
|
#
|
5519
5639
|
class GetOperationResult < Struct.new(
|
5520
5640
|
:operation)
|
5641
|
+
SENSITIVE = []
|
5521
5642
|
include Aws::Structure
|
5522
5643
|
end
|
5523
5644
|
|
@@ -5547,6 +5668,7 @@ module Aws::Lightsail
|
|
5547
5668
|
class GetOperationsForResourceRequest < Struct.new(
|
5548
5669
|
:resource_name,
|
5549
5670
|
:page_token)
|
5671
|
+
SENSITIVE = []
|
5550
5672
|
include Aws::Structure
|
5551
5673
|
end
|
5552
5674
|
|
@@ -5583,6 +5705,7 @@ module Aws::Lightsail
|
|
5583
5705
|
:operations,
|
5584
5706
|
:next_page_count,
|
5585
5707
|
:next_page_token)
|
5708
|
+
SENSITIVE = []
|
5586
5709
|
include Aws::Structure
|
5587
5710
|
end
|
5588
5711
|
|
@@ -5606,6 +5729,7 @@ module Aws::Lightsail
|
|
5606
5729
|
#
|
5607
5730
|
class GetOperationsRequest < Struct.new(
|
5608
5731
|
:page_token)
|
5732
|
+
SENSITIVE = []
|
5609
5733
|
include Aws::Structure
|
5610
5734
|
end
|
5611
5735
|
|
@@ -5631,6 +5755,7 @@ module Aws::Lightsail
|
|
5631
5755
|
class GetOperationsResult < Struct.new(
|
5632
5756
|
:operations,
|
5633
5757
|
:next_page_token)
|
5758
|
+
SENSITIVE = []
|
5634
5759
|
include Aws::Structure
|
5635
5760
|
end
|
5636
5761
|
|
@@ -5659,6 +5784,7 @@ module Aws::Lightsail
|
|
5659
5784
|
class GetRegionsRequest < Struct.new(
|
5660
5785
|
:include_availability_zones,
|
5661
5786
|
:include_relational_database_availability_zones)
|
5787
|
+
SENSITIVE = []
|
5662
5788
|
include Aws::Structure
|
5663
5789
|
end
|
5664
5790
|
|
@@ -5671,6 +5797,7 @@ module Aws::Lightsail
|
|
5671
5797
|
#
|
5672
5798
|
class GetRegionsResult < Struct.new(
|
5673
5799
|
:regions)
|
5800
|
+
SENSITIVE = []
|
5674
5801
|
include Aws::Structure
|
5675
5802
|
end
|
5676
5803
|
|
@@ -5694,6 +5821,7 @@ module Aws::Lightsail
|
|
5694
5821
|
#
|
5695
5822
|
class GetRelationalDatabaseBlueprintsRequest < Struct.new(
|
5696
5823
|
:page_token)
|
5824
|
+
SENSITIVE = []
|
5697
5825
|
include Aws::Structure
|
5698
5826
|
end
|
5699
5827
|
|
@@ -5718,6 +5846,7 @@ module Aws::Lightsail
|
|
5718
5846
|
class GetRelationalDatabaseBlueprintsResult < Struct.new(
|
5719
5847
|
:blueprints,
|
5720
5848
|
:next_page_token)
|
5849
|
+
SENSITIVE = []
|
5721
5850
|
include Aws::Structure
|
5722
5851
|
end
|
5723
5852
|
|
@@ -5741,6 +5870,7 @@ module Aws::Lightsail
|
|
5741
5870
|
#
|
5742
5871
|
class GetRelationalDatabaseBundlesRequest < Struct.new(
|
5743
5872
|
:page_token)
|
5873
|
+
SENSITIVE = []
|
5744
5874
|
include Aws::Structure
|
5745
5875
|
end
|
5746
5876
|
|
@@ -5765,6 +5895,7 @@ module Aws::Lightsail
|
|
5765
5895
|
class GetRelationalDatabaseBundlesResult < Struct.new(
|
5766
5896
|
:bundles,
|
5767
5897
|
:next_page_token)
|
5898
|
+
SENSITIVE = []
|
5768
5899
|
include Aws::Structure
|
5769
5900
|
end
|
5770
5901
|
|
@@ -5805,6 +5936,7 @@ module Aws::Lightsail
|
|
5805
5936
|
:relational_database_name,
|
5806
5937
|
:duration_in_minutes,
|
5807
5938
|
:page_token)
|
5939
|
+
SENSITIVE = []
|
5808
5940
|
include Aws::Structure
|
5809
5941
|
end
|
5810
5942
|
|
@@ -5829,6 +5961,7 @@ module Aws::Lightsail
|
|
5829
5961
|
class GetRelationalDatabaseEventsResult < Struct.new(
|
5830
5962
|
:relational_database_events,
|
5831
5963
|
:next_page_token)
|
5964
|
+
SENSITIVE = []
|
5832
5965
|
include Aws::Structure
|
5833
5966
|
end
|
5834
5967
|
|
@@ -5913,6 +6046,7 @@ module Aws::Lightsail
|
|
5913
6046
|
:end_time,
|
5914
6047
|
:start_from_head,
|
5915
6048
|
:page_token)
|
6049
|
+
SENSITIVE = []
|
5916
6050
|
include Aws::Structure
|
5917
6051
|
end
|
5918
6052
|
|
@@ -5937,6 +6071,7 @@ module Aws::Lightsail
|
|
5937
6071
|
:resource_log_events,
|
5938
6072
|
:next_backward_token,
|
5939
6073
|
:next_forward_token)
|
6074
|
+
SENSITIVE = []
|
5940
6075
|
include Aws::Structure
|
5941
6076
|
end
|
5942
6077
|
|
@@ -5955,6 +6090,7 @@ module Aws::Lightsail
|
|
5955
6090
|
#
|
5956
6091
|
class GetRelationalDatabaseLogStreamsRequest < Struct.new(
|
5957
6092
|
:relational_database_name)
|
6093
|
+
SENSITIVE = []
|
5958
6094
|
include Aws::Structure
|
5959
6095
|
end
|
5960
6096
|
|
@@ -5967,6 +6103,7 @@ module Aws::Lightsail
|
|
5967
6103
|
#
|
5968
6104
|
class GetRelationalDatabaseLogStreamsResult < Struct.new(
|
5969
6105
|
:log_streams)
|
6106
|
+
SENSITIVE = []
|
5970
6107
|
include Aws::Structure
|
5971
6108
|
end
|
5972
6109
|
|
@@ -5999,6 +6136,7 @@ module Aws::Lightsail
|
|
5999
6136
|
class GetRelationalDatabaseMasterUserPasswordRequest < Struct.new(
|
6000
6137
|
:relational_database_name,
|
6001
6138
|
:password_version)
|
6139
|
+
SENSITIVE = []
|
6002
6140
|
include Aws::Structure
|
6003
6141
|
end
|
6004
6142
|
|
@@ -6016,6 +6154,7 @@ module Aws::Lightsail
|
|
6016
6154
|
class GetRelationalDatabaseMasterUserPasswordResult < Struct.new(
|
6017
6155
|
:master_user_password,
|
6018
6156
|
:created_at)
|
6157
|
+
SENSITIVE = [:master_user_password]
|
6019
6158
|
include Aws::Structure
|
6020
6159
|
end
|
6021
6160
|
|
@@ -6127,7 +6266,7 @@ module Aws::Lightsail
|
|
6127
6266
|
#
|
6128
6267
|
# @!attribute [rw] unit
|
6129
6268
|
# The unit for the metric data request. Valid units depend on the
|
6130
|
-
# metric data being
|
6269
|
+
# metric data being requested. For the valid units with each available
|
6131
6270
|
# metric, see the `metricName` parameter.
|
6132
6271
|
# @return [String]
|
6133
6272
|
#
|
@@ -6169,16 +6308,16 @@ module Aws::Lightsail
|
|
6169
6308
|
:end_time,
|
6170
6309
|
:unit,
|
6171
6310
|
:statistics)
|
6311
|
+
SENSITIVE = []
|
6172
6312
|
include Aws::Structure
|
6173
6313
|
end
|
6174
6314
|
|
6175
6315
|
# @!attribute [rw] metric_name
|
6176
|
-
# The name of the metric.
|
6316
|
+
# The name of the metric returned.
|
6177
6317
|
# @return [String]
|
6178
6318
|
#
|
6179
6319
|
# @!attribute [rw] metric_data
|
6180
|
-
# An
|
6181
|
-
# metric data request.
|
6320
|
+
# An array of objects that describe the metric data returned.
|
6182
6321
|
# @return [Array<Types::MetricDatapoint>]
|
6183
6322
|
#
|
6184
6323
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRelationalDatabaseMetricDataResult AWS API Documentation
|
@@ -6186,6 +6325,7 @@ module Aws::Lightsail
|
|
6186
6325
|
class GetRelationalDatabaseMetricDataResult < Struct.new(
|
6187
6326
|
:metric_name,
|
6188
6327
|
:metric_data)
|
6328
|
+
SENSITIVE = []
|
6189
6329
|
include Aws::Structure
|
6190
6330
|
end
|
6191
6331
|
|
@@ -6215,6 +6355,7 @@ module Aws::Lightsail
|
|
6215
6355
|
class GetRelationalDatabaseParametersRequest < Struct.new(
|
6216
6356
|
:relational_database_name,
|
6217
6357
|
:page_token)
|
6358
|
+
SENSITIVE = []
|
6218
6359
|
include Aws::Structure
|
6219
6360
|
end
|
6220
6361
|
|
@@ -6239,6 +6380,7 @@ module Aws::Lightsail
|
|
6239
6380
|
class GetRelationalDatabaseParametersResult < Struct.new(
|
6240
6381
|
:parameters,
|
6241
6382
|
:next_page_token)
|
6383
|
+
SENSITIVE = []
|
6242
6384
|
include Aws::Structure
|
6243
6385
|
end
|
6244
6386
|
|
@@ -6257,6 +6399,7 @@ module Aws::Lightsail
|
|
6257
6399
|
#
|
6258
6400
|
class GetRelationalDatabaseRequest < Struct.new(
|
6259
6401
|
:relational_database_name)
|
6402
|
+
SENSITIVE = []
|
6260
6403
|
include Aws::Structure
|
6261
6404
|
end
|
6262
6405
|
|
@@ -6268,6 +6411,7 @@ module Aws::Lightsail
|
|
6268
6411
|
#
|
6269
6412
|
class GetRelationalDatabaseResult < Struct.new(
|
6270
6413
|
:relational_database)
|
6414
|
+
SENSITIVE = []
|
6271
6415
|
include Aws::Structure
|
6272
6416
|
end
|
6273
6417
|
|
@@ -6286,6 +6430,7 @@ module Aws::Lightsail
|
|
6286
6430
|
#
|
6287
6431
|
class GetRelationalDatabaseSnapshotRequest < Struct.new(
|
6288
6432
|
:relational_database_snapshot_name)
|
6433
|
+
SENSITIVE = []
|
6289
6434
|
include Aws::Structure
|
6290
6435
|
end
|
6291
6436
|
|
@@ -6297,6 +6442,7 @@ module Aws::Lightsail
|
|
6297
6442
|
#
|
6298
6443
|
class GetRelationalDatabaseSnapshotResult < Struct.new(
|
6299
6444
|
:relational_database_snapshot)
|
6445
|
+
SENSITIVE = []
|
6300
6446
|
include Aws::Structure
|
6301
6447
|
end
|
6302
6448
|
|
@@ -6320,6 +6466,7 @@ module Aws::Lightsail
|
|
6320
6466
|
#
|
6321
6467
|
class GetRelationalDatabaseSnapshotsRequest < Struct.new(
|
6322
6468
|
:page_token)
|
6469
|
+
SENSITIVE = []
|
6323
6470
|
include Aws::Structure
|
6324
6471
|
end
|
6325
6472
|
|
@@ -6344,6 +6491,7 @@ module Aws::Lightsail
|
|
6344
6491
|
class GetRelationalDatabaseSnapshotsResult < Struct.new(
|
6345
6492
|
:relational_database_snapshots,
|
6346
6493
|
:next_page_token)
|
6494
|
+
SENSITIVE = []
|
6347
6495
|
include Aws::Structure
|
6348
6496
|
end
|
6349
6497
|
|
@@ -6367,6 +6515,7 @@ module Aws::Lightsail
|
|
6367
6515
|
#
|
6368
6516
|
class GetRelationalDatabasesRequest < Struct.new(
|
6369
6517
|
:page_token)
|
6518
|
+
SENSITIVE = []
|
6370
6519
|
include Aws::Structure
|
6371
6520
|
end
|
6372
6521
|
|
@@ -6391,6 +6540,7 @@ module Aws::Lightsail
|
|
6391
6540
|
class GetRelationalDatabasesResult < Struct.new(
|
6392
6541
|
:relational_databases,
|
6393
6542
|
:next_page_token)
|
6543
|
+
SENSITIVE = []
|
6394
6544
|
include Aws::Structure
|
6395
6545
|
end
|
6396
6546
|
|
@@ -6409,6 +6559,7 @@ module Aws::Lightsail
|
|
6409
6559
|
#
|
6410
6560
|
class GetStaticIpRequest < Struct.new(
|
6411
6561
|
:static_ip_name)
|
6562
|
+
SENSITIVE = []
|
6412
6563
|
include Aws::Structure
|
6413
6564
|
end
|
6414
6565
|
|
@@ -6421,6 +6572,7 @@ module Aws::Lightsail
|
|
6421
6572
|
#
|
6422
6573
|
class GetStaticIpResult < Struct.new(
|
6423
6574
|
:static_ip)
|
6575
|
+
SENSITIVE = []
|
6424
6576
|
include Aws::Structure
|
6425
6577
|
end
|
6426
6578
|
|
@@ -6444,6 +6596,7 @@ module Aws::Lightsail
|
|
6444
6596
|
#
|
6445
6597
|
class GetStaticIpsRequest < Struct.new(
|
6446
6598
|
:page_token)
|
6599
|
+
SENSITIVE = []
|
6447
6600
|
include Aws::Structure
|
6448
6601
|
end
|
6449
6602
|
|
@@ -6468,6 +6621,7 @@ module Aws::Lightsail
|
|
6468
6621
|
class GetStaticIpsResult < Struct.new(
|
6469
6622
|
:static_ips,
|
6470
6623
|
:next_page_token)
|
6624
|
+
SENSITIVE = []
|
6471
6625
|
include Aws::Structure
|
6472
6626
|
end
|
6473
6627
|
|
@@ -6538,6 +6692,7 @@ module Aws::Lightsail
|
|
6538
6692
|
:fingerprint_sha256,
|
6539
6693
|
:not_valid_before,
|
6540
6694
|
:not_valid_after)
|
6695
|
+
SENSITIVE = []
|
6541
6696
|
include Aws::Structure
|
6542
6697
|
end
|
6543
6698
|
|
@@ -6563,6 +6718,7 @@ module Aws::Lightsail
|
|
6563
6718
|
class ImportKeyPairRequest < Struct.new(
|
6564
6719
|
:key_pair_name,
|
6565
6720
|
:public_key_base_64)
|
6721
|
+
SENSITIVE = []
|
6566
6722
|
include Aws::Structure
|
6567
6723
|
end
|
6568
6724
|
|
@@ -6576,6 +6732,7 @@ module Aws::Lightsail
|
|
6576
6732
|
#
|
6577
6733
|
class ImportKeyPairResult < Struct.new(
|
6578
6734
|
:operation)
|
6735
|
+
SENSITIVE = []
|
6579
6736
|
include Aws::Structure
|
6580
6737
|
end
|
6581
6738
|
|
@@ -6699,6 +6856,7 @@ module Aws::Lightsail
|
|
6699
6856
|
:state,
|
6700
6857
|
:username,
|
6701
6858
|
:ssh_key_name)
|
6859
|
+
SENSITIVE = []
|
6702
6860
|
include Aws::Structure
|
6703
6861
|
end
|
6704
6862
|
|
@@ -6780,6 +6938,7 @@ module Aws::Lightsail
|
|
6780
6938
|
:instance_name,
|
6781
6939
|
:username,
|
6782
6940
|
:host_keys)
|
6941
|
+
SENSITIVE = []
|
6783
6942
|
include Aws::Structure
|
6784
6943
|
end
|
6785
6944
|
|
@@ -6860,6 +7019,7 @@ module Aws::Lightsail
|
|
6860
7019
|
:port_info_source,
|
6861
7020
|
:user_data,
|
6862
7021
|
:availability_zone)
|
7022
|
+
SENSITIVE = []
|
6863
7023
|
include Aws::Structure
|
6864
7024
|
end
|
6865
7025
|
|
@@ -6883,6 +7043,7 @@ module Aws::Lightsail
|
|
6883
7043
|
:cpu_count,
|
6884
7044
|
:disks,
|
6885
7045
|
:ram_size_in_gb)
|
7046
|
+
SENSITIVE = []
|
6886
7047
|
include Aws::Structure
|
6887
7048
|
end
|
6888
7049
|
|
@@ -6965,6 +7126,7 @@ module Aws::Lightsail
|
|
6965
7126
|
:instance_name,
|
6966
7127
|
:instance_health,
|
6967
7128
|
:instance_health_reason)
|
7129
|
+
SENSITIVE = []
|
6968
7130
|
include Aws::Structure
|
6969
7131
|
end
|
6970
7132
|
|
@@ -6985,6 +7147,7 @@ module Aws::Lightsail
|
|
6985
7147
|
class InstanceNetworking < Struct.new(
|
6986
7148
|
:monthly_transfer,
|
6987
7149
|
:ports)
|
7150
|
+
SENSITIVE = []
|
6988
7151
|
include Aws::Structure
|
6989
7152
|
end
|
6990
7153
|
|
@@ -6997,13 +7160,14 @@ module Aws::Lightsail
|
|
6997
7160
|
#
|
6998
7161
|
# * TCP and UDP - `0` to `65535`
|
6999
7162
|
#
|
7000
|
-
# * ICMP - `8`
|
7163
|
+
# * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
|
7164
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
7165
|
+
# Ping. For more information, see [Control Messages][1] on
|
7166
|
+
# *Wikipedia*.
|
7167
|
+
#
|
7001
7168
|
#
|
7002
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
7003
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
7004
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7005
7169
|
#
|
7006
|
-
#
|
7170
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
7007
7171
|
# @return [Integer]
|
7008
7172
|
#
|
7009
7173
|
# @!attribute [rw] to_port
|
@@ -7013,13 +7177,14 @@ module Aws::Lightsail
|
|
7013
7177
|
#
|
7014
7178
|
# * TCP and UDP - `0` to `65535`
|
7015
7179
|
#
|
7016
|
-
# * ICMP -
|
7180
|
+
# * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
|
7181
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
7182
|
+
# Ping. For more information, see [Control Messages][1] on
|
7183
|
+
# *Wikipedia*.
|
7184
|
+
#
|
7017
7185
|
#
|
7018
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
7019
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
7020
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7021
7186
|
#
|
7022
|
-
#
|
7187
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
7023
7188
|
# @return [Integer]
|
7024
7189
|
#
|
7025
7190
|
# @!attribute [rw] protocol
|
@@ -7048,13 +7213,10 @@ module Aws::Lightsail
|
|
7048
7213
|
# * `icmp` - Internet Control Message Protocol (ICMP) is used to send
|
7049
7214
|
# error messages and operational information indicating success or
|
7050
7215
|
# failure when communicating with an instance. For example, an error
|
7051
|
-
# is indicated when an instance could not be reached.
|
7052
|
-
#
|
7053
|
-
#
|
7054
|
-
#
|
7055
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7056
|
-
#
|
7057
|
-
# </note>
|
7216
|
+
# is indicated when an instance could not be reached. When you
|
7217
|
+
# specify `icmp` as the `protocol`, you must specify the ICMP type
|
7218
|
+
# using the `fromPort` parameter, and ICMP code using the `toPort`
|
7219
|
+
# parameter.
|
7058
7220
|
#
|
7059
7221
|
#
|
7060
7222
|
#
|
@@ -7117,6 +7279,7 @@ module Aws::Lightsail
|
|
7117
7279
|
:access_direction,
|
7118
7280
|
:cidrs,
|
7119
7281
|
:cidr_list_aliases)
|
7282
|
+
SENSITIVE = []
|
7120
7283
|
include Aws::Structure
|
7121
7284
|
end
|
7122
7285
|
|
@@ -7130,13 +7293,14 @@ module Aws::Lightsail
|
|
7130
7293
|
#
|
7131
7294
|
# * TCP and UDP - `0` to `65535`
|
7132
7295
|
#
|
7133
|
-
# * ICMP - `8`
|
7296
|
+
# * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
|
7297
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
7298
|
+
# Ping. For more information, see [Control Messages][1] on
|
7299
|
+
# *Wikipedia*.
|
7300
|
+
#
|
7134
7301
|
#
|
7135
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
7136
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
7137
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7138
7302
|
#
|
7139
|
-
#
|
7303
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
7140
7304
|
# @return [Integer]
|
7141
7305
|
#
|
7142
7306
|
# @!attribute [rw] to_port
|
@@ -7146,13 +7310,14 @@ module Aws::Lightsail
|
|
7146
7310
|
#
|
7147
7311
|
# * TCP and UDP - `0` to `65535`
|
7148
7312
|
#
|
7149
|
-
# * ICMP -
|
7313
|
+
# * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
|
7314
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
7315
|
+
# Ping. For more information, see [Control Messages][1] on
|
7316
|
+
# *Wikipedia*.
|
7150
7317
|
#
|
7151
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
7152
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
7153
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7154
7318
|
#
|
7155
|
-
#
|
7319
|
+
#
|
7320
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
7156
7321
|
# @return [Integer]
|
7157
7322
|
#
|
7158
7323
|
# @!attribute [rw] protocol
|
@@ -7181,13 +7346,10 @@ module Aws::Lightsail
|
|
7181
7346
|
# * `icmp` - Internet Control Message Protocol (ICMP) is used to send
|
7182
7347
|
# error messages and operational information indicating success or
|
7183
7348
|
# failure when communicating with an instance. For example, an error
|
7184
|
-
# is indicated when an instance could not be reached.
|
7185
|
-
#
|
7186
|
-
#
|
7187
|
-
#
|
7188
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
7189
|
-
#
|
7190
|
-
# </note>
|
7349
|
+
# is indicated when an instance could not be reached. When you
|
7350
|
+
# specify `icmp` as the `protocol`, you must specify the ICMP type
|
7351
|
+
# using the `fromPort` parameter, and ICMP code using the `toPort`
|
7352
|
+
# parameter.
|
7191
7353
|
#
|
7192
7354
|
#
|
7193
7355
|
#
|
@@ -7233,6 +7395,7 @@ module Aws::Lightsail
|
|
7233
7395
|
:state,
|
7234
7396
|
:cidrs,
|
7235
7397
|
:cidr_list_aliases)
|
7398
|
+
SENSITIVE = []
|
7236
7399
|
include Aws::Structure
|
7237
7400
|
end
|
7238
7401
|
|
@@ -7340,6 +7503,7 @@ module Aws::Lightsail
|
|
7340
7503
|
:from_bundle_id,
|
7341
7504
|
:is_from_auto_snapshot,
|
7342
7505
|
:size_in_gb)
|
7506
|
+
SENSITIVE = []
|
7343
7507
|
include Aws::Structure
|
7344
7508
|
end
|
7345
7509
|
|
@@ -7366,6 +7530,7 @@ module Aws::Lightsail
|
|
7366
7530
|
:from_bundle_id,
|
7367
7531
|
:from_blueprint_id,
|
7368
7532
|
:from_disk_info)
|
7533
|
+
SENSITIVE = []
|
7369
7534
|
include Aws::Structure
|
7370
7535
|
end
|
7371
7536
|
|
@@ -7384,6 +7549,7 @@ module Aws::Lightsail
|
|
7384
7549
|
class InstanceState < Struct.new(
|
7385
7550
|
:code,
|
7386
7551
|
:name)
|
7552
|
+
SENSITIVE = []
|
7387
7553
|
include Aws::Structure
|
7388
7554
|
end
|
7389
7555
|
|
@@ -7415,6 +7581,7 @@ module Aws::Lightsail
|
|
7415
7581
|
:docs,
|
7416
7582
|
:message,
|
7417
7583
|
:tip)
|
7584
|
+
SENSITIVE = []
|
7418
7585
|
include Aws::Structure
|
7419
7586
|
end
|
7420
7587
|
|
@@ -7432,6 +7599,7 @@ module Aws::Lightsail
|
|
7432
7599
|
#
|
7433
7600
|
class IsVpcPeeredResult < Struct.new(
|
7434
7601
|
:is_peered)
|
7602
|
+
SENSITIVE = []
|
7435
7603
|
include Aws::Structure
|
7436
7604
|
end
|
7437
7605
|
|
@@ -7492,6 +7660,7 @@ module Aws::Lightsail
|
|
7492
7660
|
:resource_type,
|
7493
7661
|
:tags,
|
7494
7662
|
:fingerprint)
|
7663
|
+
SENSITIVE = []
|
7495
7664
|
include Aws::Structure
|
7496
7665
|
end
|
7497
7666
|
|
@@ -7603,6 +7772,7 @@ module Aws::Lightsail
|
|
7603
7772
|
:instance_health_summary,
|
7604
7773
|
:tls_certificate_summaries,
|
7605
7774
|
:configuration_options)
|
7775
|
+
SENSITIVE = []
|
7606
7776
|
include Aws::Structure
|
7607
7777
|
end
|
7608
7778
|
|
@@ -7683,7 +7853,8 @@ module Aws::Lightsail
|
|
7683
7853
|
# @return [Boolean]
|
7684
7854
|
#
|
7685
7855
|
# @!attribute [rw] status
|
7686
|
-
# The status of the SSL/TLS certificate. Valid values are
|
7856
|
+
# The validation status of the SSL/TLS certificate. Valid values are
|
7857
|
+
# below.
|
7687
7858
|
# @return [String]
|
7688
7859
|
#
|
7689
7860
|
# @!attribute [rw] domain_name
|
@@ -7783,6 +7954,7 @@ module Aws::Lightsail
|
|
7783
7954
|
:signature_algorithm,
|
7784
7955
|
:subject,
|
7785
7956
|
:subject_alternative_names)
|
7957
|
+
SENSITIVE = []
|
7786
7958
|
include Aws::Structure
|
7787
7959
|
end
|
7788
7960
|
|
@@ -7802,6 +7974,7 @@ module Aws::Lightsail
|
|
7802
7974
|
class LoadBalancerTlsCertificateDomainValidationOption < Struct.new(
|
7803
7975
|
:domain_name,
|
7804
7976
|
:validation_status)
|
7977
|
+
SENSITIVE = []
|
7805
7978
|
include Aws::Structure
|
7806
7979
|
end
|
7807
7980
|
|
@@ -7839,6 +8012,7 @@ module Aws::Lightsail
|
|
7839
8012
|
:value,
|
7840
8013
|
:validation_status,
|
7841
8014
|
:domain_name)
|
8015
|
+
SENSITIVE = []
|
7842
8016
|
include Aws::Structure
|
7843
8017
|
end
|
7844
8018
|
|
@@ -7862,6 +8036,7 @@ module Aws::Lightsail
|
|
7862
8036
|
class LoadBalancerTlsCertificateRenewalSummary < Struct.new(
|
7863
8037
|
:renewal_status,
|
7864
8038
|
:domain_validation_options)
|
8039
|
+
SENSITIVE = []
|
7865
8040
|
include Aws::Structure
|
7866
8041
|
end
|
7867
8042
|
|
@@ -7881,6 +8056,7 @@ module Aws::Lightsail
|
|
7881
8056
|
class LoadBalancerTlsCertificateSummary < Struct.new(
|
7882
8057
|
:name,
|
7883
8058
|
:is_attached)
|
8059
|
+
SENSITIVE = []
|
7884
8060
|
include Aws::Structure
|
7885
8061
|
end
|
7886
8062
|
|
@@ -7899,6 +8075,7 @@ module Aws::Lightsail
|
|
7899
8075
|
class LogEvent < Struct.new(
|
7900
8076
|
:created_at,
|
7901
8077
|
:message)
|
8078
|
+
SENSITIVE = []
|
7902
8079
|
include Aws::Structure
|
7903
8080
|
end
|
7904
8081
|
|
@@ -7942,6 +8119,7 @@ module Aws::Lightsail
|
|
7942
8119
|
:sum,
|
7943
8120
|
:timestamp,
|
7944
8121
|
:unit)
|
8122
|
+
SENSITIVE = []
|
7945
8123
|
include Aws::Structure
|
7946
8124
|
end
|
7947
8125
|
|
@@ -7975,6 +8153,7 @@ module Aws::Lightsail
|
|
7975
8153
|
:arn,
|
7976
8154
|
:name,
|
7977
8155
|
:resource_type)
|
8156
|
+
SENSITIVE = []
|
7978
8157
|
include Aws::Structure
|
7979
8158
|
end
|
7980
8159
|
|
@@ -7989,6 +8168,7 @@ module Aws::Lightsail
|
|
7989
8168
|
#
|
7990
8169
|
class MonthlyTransfer < Struct.new(
|
7991
8170
|
:gb_per_month_allocated)
|
8171
|
+
SENSITIVE = []
|
7992
8172
|
include Aws::Structure
|
7993
8173
|
end
|
7994
8174
|
|
@@ -8013,6 +8193,7 @@ module Aws::Lightsail
|
|
8013
8193
|
:docs,
|
8014
8194
|
:message,
|
8015
8195
|
:tip)
|
8196
|
+
SENSITIVE = []
|
8016
8197
|
include Aws::Structure
|
8017
8198
|
end
|
8018
8199
|
|
@@ -8043,6 +8224,7 @@ module Aws::Lightsail
|
|
8043
8224
|
class OpenInstancePublicPortsRequest < Struct.new(
|
8044
8225
|
:port_info,
|
8045
8226
|
:instance_name)
|
8227
|
+
SENSITIVE = []
|
8046
8228
|
include Aws::Structure
|
8047
8229
|
end
|
8048
8230
|
|
@@ -8056,6 +8238,7 @@ module Aws::Lightsail
|
|
8056
8238
|
#
|
8057
8239
|
class OpenInstancePublicPortsResult < Struct.new(
|
8058
8240
|
:operation)
|
8241
|
+
SENSITIVE = []
|
8059
8242
|
include Aws::Structure
|
8060
8243
|
end
|
8061
8244
|
|
@@ -8125,6 +8308,7 @@ module Aws::Lightsail
|
|
8125
8308
|
:status_changed_at,
|
8126
8309
|
:error_code,
|
8127
8310
|
:error_details)
|
8311
|
+
SENSITIVE = []
|
8128
8312
|
include Aws::Structure
|
8129
8313
|
end
|
8130
8314
|
|
@@ -8149,6 +8333,7 @@ module Aws::Lightsail
|
|
8149
8333
|
:docs,
|
8150
8334
|
:message,
|
8151
8335
|
:tip)
|
8336
|
+
SENSITIVE = []
|
8152
8337
|
include Aws::Structure
|
8153
8338
|
end
|
8154
8339
|
|
@@ -8190,6 +8375,7 @@ module Aws::Lightsail
|
|
8190
8375
|
class PasswordData < Struct.new(
|
8191
8376
|
:ciphertext,
|
8192
8377
|
:key_pair_name)
|
8378
|
+
SENSITIVE = []
|
8193
8379
|
include Aws::Structure
|
8194
8380
|
end
|
8195
8381
|
|
@@ -8209,6 +8395,7 @@ module Aws::Lightsail
|
|
8209
8395
|
#
|
8210
8396
|
class PeerVpcResult < Struct.new(
|
8211
8397
|
:operation)
|
8398
|
+
SENSITIVE = []
|
8212
8399
|
include Aws::Structure
|
8213
8400
|
end
|
8214
8401
|
|
@@ -8232,6 +8419,7 @@ module Aws::Lightsail
|
|
8232
8419
|
:action,
|
8233
8420
|
:description,
|
8234
8421
|
:current_apply_date)
|
8422
|
+
SENSITIVE = []
|
8235
8423
|
include Aws::Structure
|
8236
8424
|
end
|
8237
8425
|
|
@@ -8256,6 +8444,7 @@ module Aws::Lightsail
|
|
8256
8444
|
:master_user_password,
|
8257
8445
|
:engine_version,
|
8258
8446
|
:backup_retention_enabled)
|
8447
|
+
SENSITIVE = []
|
8259
8448
|
include Aws::Structure
|
8260
8449
|
end
|
8261
8450
|
|
@@ -8280,13 +8469,14 @@ module Aws::Lightsail
|
|
8280
8469
|
#
|
8281
8470
|
# * TCP and UDP - `0` to `65535`
|
8282
8471
|
#
|
8283
|
-
# * ICMP - `8`
|
8472
|
+
# * ICMP - The ICMP type. For example, specify `8` as the `fromPort`
|
8473
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
8474
|
+
# Ping. For more information, see [Control Messages][1] on
|
8475
|
+
# *Wikipedia*.
|
8476
|
+
#
|
8284
8477
|
#
|
8285
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
8286
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
8287
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
8288
8478
|
#
|
8289
|
-
#
|
8479
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
8290
8480
|
# @return [Integer]
|
8291
8481
|
#
|
8292
8482
|
# @!attribute [rw] to_port
|
@@ -8296,13 +8486,14 @@ module Aws::Lightsail
|
|
8296
8486
|
#
|
8297
8487
|
# * TCP and UDP - `0` to `65535`
|
8298
8488
|
#
|
8299
|
-
# * ICMP -
|
8489
|
+
# * ICMP - The ICMP code. For example, specify `8` as the `fromPort`
|
8490
|
+
# (ICMP type), and `-1` as the `toPort` (ICMP code), to enable ICMP
|
8491
|
+
# Ping. For more information, see [Control Messages][1] on
|
8492
|
+
# *Wikipedia*.
|
8493
|
+
#
|
8300
8494
|
#
|
8301
|
-
# <note markdown="1"> Ping is the only communication supported through the ICMP protocol
|
8302
|
-
# in Lightsail. To configure ping, specify the `fromPort` parameter
|
8303
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
8304
8495
|
#
|
8305
|
-
#
|
8496
|
+
# [1]: https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Control_messages
|
8306
8497
|
# @return [Integer]
|
8307
8498
|
#
|
8308
8499
|
# @!attribute [rw] protocol
|
@@ -8331,13 +8522,10 @@ module Aws::Lightsail
|
|
8331
8522
|
# * `icmp` - Internet Control Message Protocol (ICMP) is used to send
|
8332
8523
|
# error messages and operational information indicating success or
|
8333
8524
|
# failure when communicating with an instance. For example, an error
|
8334
|
-
# is indicated when an instance could not be reached.
|
8335
|
-
#
|
8336
|
-
#
|
8337
|
-
#
|
8338
|
-
# as `8`, and the `toPort` parameter as `-1`.
|
8339
|
-
#
|
8340
|
-
# </note>
|
8525
|
+
# is indicated when an instance could not be reached. When you
|
8526
|
+
# specify `icmp` as the `protocol`, you must specify the ICMP type
|
8527
|
+
# using the `fromPort` parameter, and ICMP code using the `toPort`
|
8528
|
+
# parameter.
|
8341
8529
|
#
|
8342
8530
|
#
|
8343
8531
|
#
|
@@ -8382,6 +8570,7 @@ module Aws::Lightsail
|
|
8382
8570
|
:protocol,
|
8383
8571
|
:cidrs,
|
8384
8572
|
:cidr_list_aliases)
|
8573
|
+
SENSITIVE = []
|
8385
8574
|
include Aws::Structure
|
8386
8575
|
end
|
8387
8576
|
|
@@ -8390,7 +8579,7 @@ module Aws::Lightsail
|
|
8390
8579
|
#
|
8391
8580
|
# {
|
8392
8581
|
# alarm_name: "ResourceName", # required
|
8393
|
-
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput
|
8582
|
+
# metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput, BurstCapacityTime, BurstCapacityPercentage
|
8394
8583
|
# monitored_resource_name: "ResourceName", # required
|
8395
8584
|
# comparison_operator: "GreaterThanOrEqualToThreshold", # required, accepts GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold
|
8396
8585
|
# threshold: 1.0, # required
|
@@ -8414,9 +8603,9 @@ module Aws::Lightsail
|
|
8414
8603
|
#
|
8415
8604
|
# The following metrics are available for each resource type:
|
8416
8605
|
#
|
8417
|
-
# * **Instances**\: `
|
8418
|
-
# `
|
8419
|
-
# `StatusCheckFailed_System`.
|
8606
|
+
# * **Instances**\: `BurstCapacityPercentage`, `BurstCapacityTime`,
|
8607
|
+
# `CPUUtilization`, `NetworkIn`, `NetworkOut`, `StatusCheckFailed`,
|
8608
|
+
# `StatusCheckFailed_Instance`, and `StatusCheckFailed_System`.
|
8420
8609
|
#
|
8421
8610
|
# * **Load balancers**\: `ClientTLSNegotiationErrorCount`,
|
8422
8611
|
# `HealthyHostCount`, `UnhealthyHostCount`, `HTTPCode_LB_4XX_Count`,
|
@@ -8428,6 +8617,13 @@ module Aws::Lightsail
|
|
8428
8617
|
# * **Relational databases**\: `CPUUtilization`,
|
8429
8618
|
# `DatabaseConnections`, `DiskQueueDepth`, `FreeStorageSpace`,
|
8430
8619
|
# `NetworkReceiveThroughput`, and `NetworkTransmitThroughput`.
|
8620
|
+
#
|
8621
|
+
# For more information about these metrics, see [Metrics available in
|
8622
|
+
# Lightsail][1].
|
8623
|
+
#
|
8624
|
+
#
|
8625
|
+
#
|
8626
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-resource-health-metrics#available-metrics
|
8431
8627
|
# @return [String]
|
8432
8628
|
#
|
8433
8629
|
# @!attribute [rw] monitored_resource_name
|
@@ -8561,6 +8757,7 @@ module Aws::Lightsail
|
|
8561
8757
|
:contact_protocols,
|
8562
8758
|
:notification_triggers,
|
8563
8759
|
:notification_enabled)
|
8760
|
+
SENSITIVE = []
|
8564
8761
|
include Aws::Structure
|
8565
8762
|
end
|
8566
8763
|
|
@@ -8574,6 +8771,7 @@ module Aws::Lightsail
|
|
8574
8771
|
#
|
8575
8772
|
class PutAlarmResult < Struct.new(
|
8576
8773
|
:operations)
|
8774
|
+
SENSITIVE = []
|
8577
8775
|
include Aws::Structure
|
8578
8776
|
end
|
8579
8777
|
|
@@ -8607,6 +8805,7 @@ module Aws::Lightsail
|
|
8607
8805
|
class PutInstancePublicPortsRequest < Struct.new(
|
8608
8806
|
:port_infos,
|
8609
8807
|
:instance_name)
|
8808
|
+
SENSITIVE = []
|
8610
8809
|
include Aws::Structure
|
8611
8810
|
end
|
8612
8811
|
|
@@ -8620,6 +8819,7 @@ module Aws::Lightsail
|
|
8620
8819
|
#
|
8621
8820
|
class PutInstancePublicPortsResult < Struct.new(
|
8622
8821
|
:operation)
|
8822
|
+
SENSITIVE = []
|
8623
8823
|
include Aws::Structure
|
8624
8824
|
end
|
8625
8825
|
|
@@ -8638,6 +8838,7 @@ module Aws::Lightsail
|
|
8638
8838
|
#
|
8639
8839
|
class RebootInstanceRequest < Struct.new(
|
8640
8840
|
:instance_name)
|
8841
|
+
SENSITIVE = []
|
8641
8842
|
include Aws::Structure
|
8642
8843
|
end
|
8643
8844
|
|
@@ -8651,6 +8852,7 @@ module Aws::Lightsail
|
|
8651
8852
|
#
|
8652
8853
|
class RebootInstanceResult < Struct.new(
|
8653
8854
|
:operations)
|
8855
|
+
SENSITIVE = []
|
8654
8856
|
include Aws::Structure
|
8655
8857
|
end
|
8656
8858
|
|
@@ -8669,6 +8871,7 @@ module Aws::Lightsail
|
|
8669
8871
|
#
|
8670
8872
|
class RebootRelationalDatabaseRequest < Struct.new(
|
8671
8873
|
:relational_database_name)
|
8874
|
+
SENSITIVE = []
|
8672
8875
|
include Aws::Structure
|
8673
8876
|
end
|
8674
8877
|
|
@@ -8682,6 +8885,7 @@ module Aws::Lightsail
|
|
8682
8885
|
#
|
8683
8886
|
class RebootRelationalDatabaseResult < Struct.new(
|
8684
8887
|
:operations)
|
8888
|
+
SENSITIVE = []
|
8685
8889
|
include Aws::Structure
|
8686
8890
|
end
|
8687
8891
|
|
@@ -8723,6 +8927,7 @@ module Aws::Lightsail
|
|
8723
8927
|
:name,
|
8724
8928
|
:availability_zones,
|
8725
8929
|
:relational_database_availability_zones)
|
8930
|
+
SENSITIVE = []
|
8726
8931
|
include Aws::Structure
|
8727
8932
|
end
|
8728
8933
|
|
@@ -8886,6 +9091,7 @@ module Aws::Lightsail
|
|
8886
9091
|
:master_endpoint,
|
8887
9092
|
:pending_maintenance_actions,
|
8888
9093
|
:ca_certificate_identifier)
|
9094
|
+
SENSITIVE = []
|
8889
9095
|
include Aws::Structure
|
8890
9096
|
end
|
8891
9097
|
|
@@ -8929,6 +9135,7 @@ module Aws::Lightsail
|
|
8929
9135
|
:engine_description,
|
8930
9136
|
:engine_version_description,
|
8931
9137
|
:is_engine_default)
|
9138
|
+
SENSITIVE = []
|
8932
9139
|
include Aws::Structure
|
8933
9140
|
end
|
8934
9141
|
|
@@ -8984,6 +9191,7 @@ module Aws::Lightsail
|
|
8984
9191
|
:cpu_count,
|
8985
9192
|
:is_encrypted,
|
8986
9193
|
:is_active)
|
9194
|
+
SENSITIVE = []
|
8987
9195
|
include Aws::Structure
|
8988
9196
|
end
|
8989
9197
|
|
@@ -9002,6 +9210,7 @@ module Aws::Lightsail
|
|
9002
9210
|
class RelationalDatabaseEndpoint < Struct.new(
|
9003
9211
|
:port,
|
9004
9212
|
:address)
|
9213
|
+
SENSITIVE = []
|
9005
9214
|
include Aws::Structure
|
9006
9215
|
end
|
9007
9216
|
|
@@ -9030,6 +9239,7 @@ module Aws::Lightsail
|
|
9030
9239
|
:created_at,
|
9031
9240
|
:message,
|
9032
9241
|
:event_categories)
|
9242
|
+
SENSITIVE = []
|
9033
9243
|
include Aws::Structure
|
9034
9244
|
end
|
9035
9245
|
|
@@ -9053,6 +9263,7 @@ module Aws::Lightsail
|
|
9053
9263
|
:cpu_count,
|
9054
9264
|
:disk_size_in_gb,
|
9055
9265
|
:ram_size_in_gb)
|
9266
|
+
SENSITIVE = []
|
9056
9267
|
include Aws::Structure
|
9057
9268
|
end
|
9058
9269
|
|
@@ -9117,6 +9328,7 @@ module Aws::Lightsail
|
|
9117
9328
|
:is_modifiable,
|
9118
9329
|
:parameter_name,
|
9119
9330
|
:parameter_value)
|
9331
|
+
SENSITIVE = []
|
9120
9332
|
include Aws::Structure
|
9121
9333
|
end
|
9122
9334
|
|
@@ -9217,6 +9429,7 @@ module Aws::Lightsail
|
|
9217
9429
|
:from_relational_database_arn,
|
9218
9430
|
:from_relational_database_bundle_id,
|
9219
9431
|
:from_relational_database_blueprint_id)
|
9432
|
+
SENSITIVE = []
|
9220
9433
|
include Aws::Structure
|
9221
9434
|
end
|
9222
9435
|
|
@@ -9235,6 +9448,7 @@ module Aws::Lightsail
|
|
9235
9448
|
#
|
9236
9449
|
class ReleaseStaticIpRequest < Struct.new(
|
9237
9450
|
:static_ip_name)
|
9451
|
+
SENSITIVE = []
|
9238
9452
|
include Aws::Structure
|
9239
9453
|
end
|
9240
9454
|
|
@@ -9248,6 +9462,7 @@ module Aws::Lightsail
|
|
9248
9462
|
#
|
9249
9463
|
class ReleaseStaticIpResult < Struct.new(
|
9250
9464
|
:operations)
|
9465
|
+
SENSITIVE = []
|
9251
9466
|
include Aws::Structure
|
9252
9467
|
end
|
9253
9468
|
|
@@ -9267,6 +9482,7 @@ module Aws::Lightsail
|
|
9267
9482
|
class ResourceLocation < Struct.new(
|
9268
9483
|
:availability_zone,
|
9269
9484
|
:region_name)
|
9485
|
+
SENSITIVE = []
|
9270
9486
|
include Aws::Structure
|
9271
9487
|
end
|
9272
9488
|
|
@@ -9285,6 +9501,7 @@ module Aws::Lightsail
|
|
9285
9501
|
#
|
9286
9502
|
class SendContactMethodVerificationRequest < Struct.new(
|
9287
9503
|
:protocol)
|
9504
|
+
SENSITIVE = []
|
9288
9505
|
include Aws::Structure
|
9289
9506
|
end
|
9290
9507
|
|
@@ -9298,6 +9515,7 @@ module Aws::Lightsail
|
|
9298
9515
|
#
|
9299
9516
|
class SendContactMethodVerificationResult < Struct.new(
|
9300
9517
|
:operations)
|
9518
|
+
SENSITIVE = []
|
9301
9519
|
include Aws::Structure
|
9302
9520
|
end
|
9303
9521
|
|
@@ -9322,6 +9540,7 @@ module Aws::Lightsail
|
|
9322
9540
|
:docs,
|
9323
9541
|
:message,
|
9324
9542
|
:tip)
|
9543
|
+
SENSITIVE = []
|
9325
9544
|
include Aws::Structure
|
9326
9545
|
end
|
9327
9546
|
|
@@ -9340,6 +9559,7 @@ module Aws::Lightsail
|
|
9340
9559
|
#
|
9341
9560
|
class StartInstanceRequest < Struct.new(
|
9342
9561
|
:instance_name)
|
9562
|
+
SENSITIVE = []
|
9343
9563
|
include Aws::Structure
|
9344
9564
|
end
|
9345
9565
|
|
@@ -9353,6 +9573,7 @@ module Aws::Lightsail
|
|
9353
9573
|
#
|
9354
9574
|
class StartInstanceResult < Struct.new(
|
9355
9575
|
:operations)
|
9576
|
+
SENSITIVE = []
|
9356
9577
|
include Aws::Structure
|
9357
9578
|
end
|
9358
9579
|
|
@@ -9371,6 +9592,7 @@ module Aws::Lightsail
|
|
9371
9592
|
#
|
9372
9593
|
class StartRelationalDatabaseRequest < Struct.new(
|
9373
9594
|
:relational_database_name)
|
9595
|
+
SENSITIVE = []
|
9374
9596
|
include Aws::Structure
|
9375
9597
|
end
|
9376
9598
|
|
@@ -9384,6 +9606,7 @@ module Aws::Lightsail
|
|
9384
9606
|
#
|
9385
9607
|
class StartRelationalDatabaseResult < Struct.new(
|
9386
9608
|
:operations)
|
9609
|
+
SENSITIVE = []
|
9387
9610
|
include Aws::Structure
|
9388
9611
|
end
|
9389
9612
|
|
@@ -9443,6 +9666,7 @@ module Aws::Lightsail
|
|
9443
9666
|
:ip_address,
|
9444
9667
|
:attached_to,
|
9445
9668
|
:is_attached)
|
9669
|
+
SENSITIVE = []
|
9446
9670
|
include Aws::Structure
|
9447
9671
|
end
|
9448
9672
|
|
@@ -9472,6 +9696,7 @@ module Aws::Lightsail
|
|
9472
9696
|
class StopInstanceRequest < Struct.new(
|
9473
9697
|
:instance_name,
|
9474
9698
|
:force)
|
9699
|
+
SENSITIVE = []
|
9475
9700
|
include Aws::Structure
|
9476
9701
|
end
|
9477
9702
|
|
@@ -9485,6 +9710,7 @@ module Aws::Lightsail
|
|
9485
9710
|
#
|
9486
9711
|
class StopInstanceResult < Struct.new(
|
9487
9712
|
:operations)
|
9713
|
+
SENSITIVE = []
|
9488
9714
|
include Aws::Structure
|
9489
9715
|
end
|
9490
9716
|
|
@@ -9510,6 +9736,7 @@ module Aws::Lightsail
|
|
9510
9736
|
class StopRelationalDatabaseRequest < Struct.new(
|
9511
9737
|
:relational_database_name,
|
9512
9738
|
:relational_database_snapshot_name)
|
9739
|
+
SENSITIVE = []
|
9513
9740
|
include Aws::Structure
|
9514
9741
|
end
|
9515
9742
|
|
@@ -9523,6 +9750,7 @@ module Aws::Lightsail
|
|
9523
9750
|
#
|
9524
9751
|
class StopRelationalDatabaseResult < Struct.new(
|
9525
9752
|
:operations)
|
9753
|
+
SENSITIVE = []
|
9526
9754
|
include Aws::Structure
|
9527
9755
|
end
|
9528
9756
|
|
@@ -9563,6 +9791,7 @@ module Aws::Lightsail
|
|
9563
9791
|
class Tag < Struct.new(
|
9564
9792
|
:key,
|
9565
9793
|
:value)
|
9794
|
+
SENSITIVE = []
|
9566
9795
|
include Aws::Structure
|
9567
9796
|
end
|
9568
9797
|
|
@@ -9599,6 +9828,7 @@ module Aws::Lightsail
|
|
9599
9828
|
:resource_name,
|
9600
9829
|
:resource_arn,
|
9601
9830
|
:tags)
|
9831
|
+
SENSITIVE = []
|
9602
9832
|
include Aws::Structure
|
9603
9833
|
end
|
9604
9834
|
|
@@ -9612,6 +9842,7 @@ module Aws::Lightsail
|
|
9612
9842
|
#
|
9613
9843
|
class TagResourceResult < Struct.new(
|
9614
9844
|
:operations)
|
9845
|
+
SENSITIVE = []
|
9615
9846
|
include Aws::Structure
|
9616
9847
|
end
|
9617
9848
|
|
@@ -9646,6 +9877,7 @@ module Aws::Lightsail
|
|
9646
9877
|
class TestAlarmRequest < Struct.new(
|
9647
9878
|
:alarm_name,
|
9648
9879
|
:state)
|
9880
|
+
SENSITIVE = []
|
9649
9881
|
include Aws::Structure
|
9650
9882
|
end
|
9651
9883
|
|
@@ -9659,6 +9891,7 @@ module Aws::Lightsail
|
|
9659
9891
|
#
|
9660
9892
|
class TestAlarmResult < Struct.new(
|
9661
9893
|
:operations)
|
9894
|
+
SENSITIVE = []
|
9662
9895
|
include Aws::Structure
|
9663
9896
|
end
|
9664
9897
|
|
@@ -9684,6 +9917,7 @@ module Aws::Lightsail
|
|
9684
9917
|
:docs,
|
9685
9918
|
:message,
|
9686
9919
|
:tip)
|
9920
|
+
SENSITIVE = []
|
9687
9921
|
include Aws::Structure
|
9688
9922
|
end
|
9689
9923
|
|
@@ -9703,6 +9937,7 @@ module Aws::Lightsail
|
|
9703
9937
|
#
|
9704
9938
|
class UnpeerVpcResult < Struct.new(
|
9705
9939
|
:operation)
|
9940
|
+
SENSITIVE = []
|
9706
9941
|
include Aws::Structure
|
9707
9942
|
end
|
9708
9943
|
|
@@ -9734,6 +9969,7 @@ module Aws::Lightsail
|
|
9734
9969
|
:resource_name,
|
9735
9970
|
:resource_arn,
|
9736
9971
|
:tag_keys)
|
9972
|
+
SENSITIVE = []
|
9737
9973
|
include Aws::Structure
|
9738
9974
|
end
|
9739
9975
|
|
@@ -9747,6 +9983,7 @@ module Aws::Lightsail
|
|
9747
9983
|
#
|
9748
9984
|
class UntagResourceResult < Struct.new(
|
9749
9985
|
:operations)
|
9986
|
+
SENSITIVE = []
|
9750
9987
|
include Aws::Structure
|
9751
9988
|
end
|
9752
9989
|
|
@@ -9781,6 +10018,7 @@ module Aws::Lightsail
|
|
9781
10018
|
class UpdateDomainEntryRequest < Struct.new(
|
9782
10019
|
:domain_name,
|
9783
10020
|
:domain_entry)
|
10021
|
+
SENSITIVE = []
|
9784
10022
|
include Aws::Structure
|
9785
10023
|
end
|
9786
10024
|
|
@@ -9794,6 +10032,7 @@ module Aws::Lightsail
|
|
9794
10032
|
#
|
9795
10033
|
class UpdateDomainEntryResult < Struct.new(
|
9796
10034
|
:operations)
|
10035
|
+
SENSITIVE = []
|
9797
10036
|
include Aws::Structure
|
9798
10037
|
end
|
9799
10038
|
|
@@ -9826,6 +10065,7 @@ module Aws::Lightsail
|
|
9826
10065
|
:load_balancer_name,
|
9827
10066
|
:attribute_name,
|
9828
10067
|
:attribute_value)
|
10068
|
+
SENSITIVE = []
|
9829
10069
|
include Aws::Structure
|
9830
10070
|
end
|
9831
10071
|
|
@@ -9839,6 +10079,7 @@ module Aws::Lightsail
|
|
9839
10079
|
#
|
9840
10080
|
class UpdateLoadBalancerAttributeResult < Struct.new(
|
9841
10081
|
:operations)
|
10082
|
+
SENSITIVE = []
|
9842
10083
|
include Aws::Structure
|
9843
10084
|
end
|
9844
10085
|
|
@@ -9874,6 +10115,7 @@ module Aws::Lightsail
|
|
9874
10115
|
class UpdateRelationalDatabaseParametersRequest < Struct.new(
|
9875
10116
|
:relational_database_name,
|
9876
10117
|
:parameters)
|
10118
|
+
SENSITIVE = []
|
9877
10119
|
include Aws::Structure
|
9878
10120
|
end
|
9879
10121
|
|
@@ -9887,6 +10129,7 @@ module Aws::Lightsail
|
|
9887
10129
|
#
|
9888
10130
|
class UpdateRelationalDatabaseParametersResult < Struct.new(
|
9889
10131
|
:operations)
|
10132
|
+
SENSITIVE = []
|
9890
10133
|
include Aws::Structure
|
9891
10134
|
end
|
9892
10135
|
|
@@ -10016,6 +10259,7 @@ module Aws::Lightsail
|
|
10016
10259
|
:publicly_accessible,
|
10017
10260
|
:apply_immediately,
|
10018
10261
|
:ca_certificate_identifier)
|
10262
|
+
SENSITIVE = [:master_user_password]
|
10019
10263
|
include Aws::Structure
|
10020
10264
|
end
|
10021
10265
|
|
@@ -10029,6 +10273,7 @@ module Aws::Lightsail
|
|
10029
10273
|
#
|
10030
10274
|
class UpdateRelationalDatabaseResult < Struct.new(
|
10031
10275
|
:operations)
|
10276
|
+
SENSITIVE = []
|
10032
10277
|
include Aws::Structure
|
10033
10278
|
end
|
10034
10279
|
|