aws-sdk-lightsail 1.107.0 → 1.109.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/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +107 -100
- data/lib/aws-sdk-lightsail/types.rb +59 -59
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +3 -6
@@ -54,7 +54,7 @@ module Aws::Lightsail
|
|
54
54
|
#
|
55
55
|
#
|
56
56
|
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateBucketAccessKey.html
|
57
|
-
# [2]: https://
|
57
|
+
# [2]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-creating-bucket-access-keys
|
58
58
|
#
|
59
59
|
# @!attribute [rw] access_key_id
|
60
60
|
# The ID of the access key.
|
@@ -157,7 +157,7 @@ module Aws::Lightsail
|
|
157
157
|
#
|
158
158
|
#
|
159
159
|
#
|
160
|
-
# [1]: https://
|
160
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-understanding-bucket-permissions
|
161
161
|
#
|
162
162
|
# @!attribute [rw] get_object
|
163
163
|
# Specifies the anonymous access to all objects in a bucket.
|
@@ -224,7 +224,7 @@ module Aws::Lightsail
|
|
224
224
|
#
|
225
225
|
#
|
226
226
|
#
|
227
|
-
# [1]: https://
|
227
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-block-public-access-for-buckets
|
228
228
|
#
|
229
229
|
# @!attribute [rw] status
|
230
230
|
# The status of the account-level BPA synchronization.
|
@@ -290,11 +290,11 @@ module Aws::Lightsail
|
|
290
290
|
# *Amazon Lightsail Developer Guide*.
|
291
291
|
#
|
292
292
|
# * `Unknown` - The reason that synchronization failed is unknown.
|
293
|
-
# Contact Amazon Web
|
293
|
+
# Contact Amazon Web ServicesSupport for more information.
|
294
294
|
#
|
295
295
|
#
|
296
296
|
#
|
297
|
-
# [1]: https://
|
297
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-using-service-linked-roles
|
298
298
|
# @return [String]
|
299
299
|
#
|
300
300
|
# @!attribute [rw] bpa_impacts_lightsail
|
@@ -440,7 +440,7 @@ module Aws::Lightsail
|
|
440
440
|
#
|
441
441
|
#
|
442
442
|
#
|
443
|
-
# [1]: https://
|
443
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-alarms
|
444
444
|
#
|
445
445
|
# @!attribute [rw] name
|
446
446
|
# The name of the alarm.
|
@@ -1192,7 +1192,7 @@ module Aws::Lightsail
|
|
1192
1192
|
#
|
1193
1193
|
#
|
1194
1194
|
#
|
1195
|
-
# [1]: https://
|
1195
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-bucket-access-logs
|
1196
1196
|
#
|
1197
1197
|
# @!attribute [rw] enabled
|
1198
1198
|
# A Boolean value that indicates whether bucket access logging is
|
@@ -1761,7 +1761,7 @@ module Aws::Lightsail
|
|
1761
1761
|
#
|
1762
1762
|
#
|
1763
1763
|
#
|
1764
|
-
# [1]: https://
|
1764
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
1765
1765
|
# @return [Array<Types::Tag>]
|
1766
1766
|
#
|
1767
1767
|
# @!attribute [rw] support_code
|
@@ -1824,7 +1824,7 @@ module Aws::Lightsail
|
|
1824
1824
|
#
|
1825
1825
|
#
|
1826
1826
|
#
|
1827
|
-
# [1]: https://
|
1827
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
1828
1828
|
# @return [Array<Types::Tag>]
|
1829
1829
|
#
|
1830
1830
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CertificateSummary AWS API Documentation
|
@@ -1961,7 +1961,7 @@ module Aws::Lightsail
|
|
1961
1961
|
#
|
1962
1962
|
#
|
1963
1963
|
#
|
1964
|
-
# [1]: https://
|
1964
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-notifications
|
1965
1965
|
#
|
1966
1966
|
# @!attribute [rw] contact_endpoint
|
1967
1967
|
# The destination of the contact method, such as an email address or a
|
@@ -2131,7 +2131,7 @@ module Aws::Lightsail
|
|
2131
2131
|
#
|
2132
2132
|
#
|
2133
2133
|
#
|
2134
|
-
# [1]: https://
|
2134
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
2135
2135
|
# @return [Array<Types::Tag>]
|
2136
2136
|
#
|
2137
2137
|
# @!attribute [rw] power
|
@@ -2260,7 +2260,7 @@ module Aws::Lightsail
|
|
2260
2260
|
#
|
2261
2261
|
#
|
2262
2262
|
#
|
2263
|
-
# [1]: https://
|
2263
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
2264
2264
|
# @return [Types::PrivateRegistryAccess]
|
2265
2265
|
#
|
2266
2266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ContainerService AWS API Documentation
|
@@ -2383,7 +2383,7 @@ module Aws::Lightsail
|
|
2383
2383
|
#
|
2384
2384
|
#
|
2385
2385
|
#
|
2386
|
-
# [1]: https://
|
2386
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
2387
2387
|
#
|
2388
2388
|
# @!attribute [rw] is_active
|
2389
2389
|
# A Boolean value that indicates whether the role is activated.
|
@@ -2418,7 +2418,7 @@ module Aws::Lightsail
|
|
2418
2418
|
#
|
2419
2419
|
#
|
2420
2420
|
#
|
2421
|
-
# [1]: https://
|
2421
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
2422
2422
|
#
|
2423
2423
|
# @!attribute [rw] is_active
|
2424
2424
|
# A Boolean value that indicates whether to activate the role.
|
@@ -2735,7 +2735,7 @@ module Aws::Lightsail
|
|
2735
2735
|
#
|
2736
2736
|
#
|
2737
2737
|
#
|
2738
|
-
# [1]: https://
|
2738
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-keeping-automatic-snapshots
|
2739
2739
|
# @return [String]
|
2740
2740
|
#
|
2741
2741
|
# @!attribute [rw] restore_date
|
@@ -2758,7 +2758,7 @@ module Aws::Lightsail
|
|
2758
2758
|
#
|
2759
2759
|
#
|
2760
2760
|
#
|
2761
|
-
# [1]: https://
|
2761
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-keeping-automatic-snapshots
|
2762
2762
|
# @return [String]
|
2763
2763
|
#
|
2764
2764
|
# @!attribute [rw] use_latest_restorable_auto_snapshot
|
@@ -2777,7 +2777,7 @@ module Aws::Lightsail
|
|
2777
2777
|
#
|
2778
2778
|
#
|
2779
2779
|
#
|
2780
|
-
# [1]: https://
|
2780
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-keeping-automatic-snapshots
|
2781
2781
|
# @return [Boolean]
|
2782
2782
|
#
|
2783
2783
|
# @!attribute [rw] target_snapshot_name
|
@@ -2877,7 +2877,7 @@ module Aws::Lightsail
|
|
2877
2877
|
#
|
2878
2878
|
#
|
2879
2879
|
#
|
2880
|
-
# [1]: https://
|
2880
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/bucket-naming-rules-in-amazon-lightsail
|
2881
2881
|
# @return [String]
|
2882
2882
|
#
|
2883
2883
|
# @!attribute [rw] bundle_id
|
@@ -2920,7 +2920,7 @@ module Aws::Lightsail
|
|
2920
2920
|
#
|
2921
2921
|
#
|
2922
2922
|
#
|
2923
|
-
# [1]: https://
|
2923
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-managing-bucket-object-versioning
|
2924
2924
|
# @return [Boolean]
|
2925
2925
|
#
|
2926
2926
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateBucketRequest AWS API Documentation
|
@@ -3068,7 +3068,7 @@ module Aws::Lightsail
|
|
3068
3068
|
#
|
3069
3069
|
#
|
3070
3070
|
# [1]: https://docs.aws.amazon.com/sns/latest/dg/sns-supported-regions-countries.html
|
3071
|
-
# [2]: https://
|
3071
|
+
# [2]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-notifications
|
3072
3072
|
# @return [String]
|
3073
3073
|
#
|
3074
3074
|
# @!attribute [rw] contact_endpoint
|
@@ -3229,7 +3229,7 @@ module Aws::Lightsail
|
|
3229
3229
|
#
|
3230
3230
|
#
|
3231
3231
|
#
|
3232
|
-
# [1]: https://
|
3232
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
3233
3233
|
# @return [Array<Types::Tag>]
|
3234
3234
|
#
|
3235
3235
|
# @!attribute [rw] public_domain_names
|
@@ -3275,7 +3275,7 @@ module Aws::Lightsail
|
|
3275
3275
|
#
|
3276
3276
|
#
|
3277
3277
|
#
|
3278
|
-
# [1]: https://
|
3278
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
3279
3279
|
# @return [Types::PrivateRegistryAccessRequest]
|
3280
3280
|
#
|
3281
3281
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateContainerServiceRequest AWS API Documentation
|
@@ -3362,7 +3362,7 @@ module Aws::Lightsail
|
|
3362
3362
|
#
|
3363
3363
|
#
|
3364
3364
|
#
|
3365
|
-
# [1]: https://
|
3365
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3366
3366
|
# @return [String]
|
3367
3367
|
#
|
3368
3368
|
# @!attribute [rw] restore_date
|
@@ -3385,7 +3385,7 @@ module Aws::Lightsail
|
|
3385
3385
|
#
|
3386
3386
|
#
|
3387
3387
|
#
|
3388
|
-
# [1]: https://
|
3388
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3389
3389
|
# @return [String]
|
3390
3390
|
#
|
3391
3391
|
# @!attribute [rw] use_latest_restorable_auto_snapshot
|
@@ -3404,7 +3404,7 @@ module Aws::Lightsail
|
|
3404
3404
|
#
|
3405
3405
|
#
|
3406
3406
|
#
|
3407
|
-
# [1]: https://
|
3407
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3408
3408
|
# @return [Boolean]
|
3409
3409
|
#
|
3410
3410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateDiskFromSnapshotRequest AWS API Documentation
|
@@ -3752,7 +3752,7 @@ module Aws::Lightsail
|
|
3752
3752
|
# @return [String]
|
3753
3753
|
#
|
3754
3754
|
# @!attribute [rw] sessions
|
3755
|
-
# Returns information about the specified
|
3755
|
+
# Returns information about the specified Amazon DCV GUI session.
|
3756
3756
|
# @return [Array<Types::Session>]
|
3757
3757
|
#
|
3758
3758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateGUISessionAccessDetailsResult AWS API Documentation
|
@@ -3858,7 +3858,7 @@ module Aws::Lightsail
|
|
3858
3858
|
#
|
3859
3859
|
#
|
3860
3860
|
#
|
3861
|
-
# [1]: https://
|
3861
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/compare-options-choose-lightsail-instance-image
|
3862
3862
|
# @return [String]
|
3863
3863
|
#
|
3864
3864
|
# @!attribute [rw] key_pair_name
|
@@ -3902,7 +3902,7 @@ module Aws::Lightsail
|
|
3902
3902
|
#
|
3903
3903
|
#
|
3904
3904
|
#
|
3905
|
-
# [1]: https://
|
3905
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3906
3906
|
# @return [String]
|
3907
3907
|
#
|
3908
3908
|
# @!attribute [rw] restore_date
|
@@ -3925,7 +3925,7 @@ module Aws::Lightsail
|
|
3925
3925
|
#
|
3926
3926
|
#
|
3927
3927
|
#
|
3928
|
-
# [1]: https://
|
3928
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3929
3929
|
# @return [String]
|
3930
3930
|
#
|
3931
3931
|
# @!attribute [rw] use_latest_restorable_auto_snapshot
|
@@ -3944,7 +3944,7 @@ module Aws::Lightsail
|
|
3944
3944
|
#
|
3945
3945
|
#
|
3946
3946
|
#
|
3947
|
-
# [1]: https://
|
3947
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configuring-automatic-snapshots
|
3948
3948
|
# @return [Boolean]
|
3949
3949
|
#
|
3950
3950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateInstancesFromSnapshotRequest AWS API Documentation
|
@@ -4041,7 +4041,7 @@ module Aws::Lightsail
|
|
4041
4041
|
#
|
4042
4042
|
#
|
4043
4043
|
#
|
4044
|
-
# [1]: https://
|
4044
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/compare-options-choose-lightsail-instance-image
|
4045
4045
|
# @return [String]
|
4046
4046
|
#
|
4047
4047
|
# @!attribute [rw] key_pair_name
|
@@ -4218,7 +4218,7 @@ module Aws::Lightsail
|
|
4218
4218
|
#
|
4219
4219
|
#
|
4220
4220
|
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
4221
|
-
# [2]: https://
|
4221
|
+
# [2]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configure-load-balancer-tls-security-policy
|
4222
4222
|
# @return [String]
|
4223
4223
|
#
|
4224
4224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateLoadBalancerRequest AWS API Documentation
|
@@ -5598,7 +5598,7 @@ module Aws::Lightsail
|
|
5598
5598
|
#
|
5599
5599
|
#
|
5600
5600
|
#
|
5601
|
-
# [1]: https://
|
5601
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
5602
5602
|
# @return [Array<Types::Tag>]
|
5603
5603
|
#
|
5604
5604
|
# @!attribute [rw] add_ons
|
@@ -5773,7 +5773,7 @@ module Aws::Lightsail
|
|
5773
5773
|
#
|
5774
5774
|
#
|
5775
5775
|
#
|
5776
|
-
# [1]: https://
|
5776
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
5777
5777
|
# @return [Array<Types::Tag>]
|
5778
5778
|
#
|
5779
5779
|
# @!attribute [rw] size_in_gb
|
@@ -5901,7 +5901,7 @@ module Aws::Lightsail
|
|
5901
5901
|
#
|
5902
5902
|
#
|
5903
5903
|
#
|
5904
|
-
# [1]: https://
|
5904
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/verify-tls-ssl-certificate-using-dns-cname-https
|
5905
5905
|
#
|
5906
5906
|
# @!attribute [rw] code
|
5907
5907
|
# The status code for the automated DNS record creation.
|
@@ -5968,7 +5968,7 @@ module Aws::Lightsail
|
|
5968
5968
|
#
|
5969
5969
|
#
|
5970
5970
|
#
|
5971
|
-
# [1]: https://
|
5971
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
5972
5972
|
# @return [Array<Types::Tag>]
|
5973
5973
|
#
|
5974
5974
|
# @!attribute [rw] domain_entries
|
@@ -6786,7 +6786,7 @@ module Aws::Lightsail
|
|
6786
6786
|
#
|
6787
6787
|
#
|
6788
6788
|
#
|
6789
|
-
# [1]: https://
|
6789
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-block-public-access-for-buckets
|
6790
6790
|
# @return [Types::AccountLevelBpaSync]
|
6791
6791
|
#
|
6792
6792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBucketsResult AWS API Documentation
|
@@ -8050,7 +8050,7 @@ module Aws::Lightsail
|
|
8050
8050
|
#
|
8051
8051
|
#
|
8052
8052
|
#
|
8053
|
-
# [1]: https://
|
8053
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-viewing-instance-burst-capacity
|
8054
8054
|
# @return [String]
|
8055
8055
|
#
|
8056
8056
|
# @!attribute [rw] period
|
@@ -9872,7 +9872,7 @@ module Aws::Lightsail
|
|
9872
9872
|
#
|
9873
9873
|
#
|
9874
9874
|
#
|
9875
|
-
# [1]: https://
|
9875
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
9876
9876
|
# @return [Array<Types::Tag>]
|
9877
9877
|
#
|
9878
9878
|
# @!attribute [rw] blueprint_id
|
@@ -10286,7 +10286,7 @@ module Aws::Lightsail
|
|
10286
10286
|
#
|
10287
10287
|
#
|
10288
10288
|
#
|
10289
|
-
# [1]: https://
|
10289
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-viewing-instance-health-metrics
|
10290
10290
|
# @return [String]
|
10291
10291
|
#
|
10292
10292
|
# @!attribute [rw] http_endpoint
|
@@ -10711,7 +10711,7 @@ module Aws::Lightsail
|
|
10711
10711
|
#
|
10712
10712
|
#
|
10713
10713
|
#
|
10714
|
-
# [1]: https://
|
10714
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
10715
10715
|
# @return [Array<Types::Tag>]
|
10716
10716
|
#
|
10717
10717
|
# @!attribute [rw] state
|
@@ -10919,7 +10919,7 @@ module Aws::Lightsail
|
|
10919
10919
|
#
|
10920
10920
|
#
|
10921
10921
|
#
|
10922
|
-
# [1]: https://
|
10922
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
10923
10923
|
# @return [Array<Types::Tag>]
|
10924
10924
|
#
|
10925
10925
|
# @!attribute [rw] fingerprint
|
@@ -11053,7 +11053,7 @@ module Aws::Lightsail
|
|
11053
11053
|
#
|
11054
11054
|
#
|
11055
11055
|
#
|
11056
|
-
# [1]: https://
|
11056
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
11057
11057
|
# @return [Array<Types::Tag>]
|
11058
11058
|
#
|
11059
11059
|
# @!attribute [rw] viewer_minimum_tls_protocol_version
|
@@ -11127,7 +11127,7 @@ module Aws::Lightsail
|
|
11127
11127
|
#
|
11128
11128
|
#
|
11129
11129
|
#
|
11130
|
-
# [1]: https://
|
11130
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
11131
11131
|
# @return [Array<Types::Tag>]
|
11132
11132
|
#
|
11133
11133
|
# @!attribute [rw] dns_name
|
@@ -11284,7 +11284,7 @@ module Aws::Lightsail
|
|
11284
11284
|
#
|
11285
11285
|
#
|
11286
11286
|
#
|
11287
|
-
# [1]: https://
|
11287
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
11288
11288
|
# @return [Array<Types::Tag>]
|
11289
11289
|
#
|
11290
11290
|
# @!attribute [rw] load_balancer_name
|
@@ -11652,7 +11652,7 @@ module Aws::Lightsail
|
|
11652
11652
|
#
|
11653
11653
|
#
|
11654
11654
|
#
|
11655
|
-
# [1]: https://
|
11655
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-configure-load-balancer-tls-security-policy
|
11656
11656
|
#
|
11657
11657
|
# @!attribute [rw] name
|
11658
11658
|
# The name of the TLS security policy.
|
@@ -11759,7 +11759,7 @@ module Aws::Lightsail
|
|
11759
11759
|
#
|
11760
11760
|
#
|
11761
11761
|
#
|
11762
|
-
# [1]: https://
|
11762
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-alarms
|
11763
11763
|
#
|
11764
11764
|
# @!attribute [rw] arn
|
11765
11765
|
# The Amazon Resource Name (ARN) of the resource being monitored.
|
@@ -11809,7 +11809,7 @@ module Aws::Lightsail
|
|
11809
11809
|
#
|
11810
11810
|
#
|
11811
11811
|
#
|
11812
|
-
# [1]: https://
|
11812
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/understanding-dns-in-amazon-lightsail
|
11813
11813
|
#
|
11814
11814
|
# @!attribute [rw] code
|
11815
11815
|
# The status code for the name servers update.
|
@@ -12309,7 +12309,7 @@ module Aws::Lightsail
|
|
12309
12309
|
#
|
12310
12310
|
#
|
12311
12311
|
#
|
12312
|
-
# [1]: https://
|
12312
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
12313
12313
|
#
|
12314
12314
|
# @!attribute [rw] ecr_image_puller_role
|
12315
12315
|
# An object that describes the activation status of the role that you
|
@@ -12336,7 +12336,7 @@ module Aws::Lightsail
|
|
12336
12336
|
#
|
12337
12337
|
#
|
12338
12338
|
#
|
12339
|
-
# [1]: https://
|
12339
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
12340
12340
|
#
|
12341
12341
|
# @!attribute [rw] ecr_image_puller_role
|
12342
12342
|
# An object to describe a request to activate or deactivate the role
|
@@ -12385,7 +12385,7 @@ module Aws::Lightsail
|
|
12385
12385
|
#
|
12386
12386
|
#
|
12387
12387
|
#
|
12388
|
-
# [1]: https://
|
12388
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-resource-health-metrics#available-metrics
|
12389
12389
|
# @return [String]
|
12390
12390
|
#
|
12391
12391
|
# @!attribute [rw] monitored_resource_name
|
@@ -12821,7 +12821,7 @@ module Aws::Lightsail
|
|
12821
12821
|
#
|
12822
12822
|
#
|
12823
12823
|
#
|
12824
|
-
# [1]: https://
|
12824
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-create-dns-entry
|
12825
12825
|
#
|
12826
12826
|
# @!attribute [rw] name_servers_update_state
|
12827
12827
|
# An object that describes the state of the name server records that
|
@@ -12880,7 +12880,7 @@ module Aws::Lightsail
|
|
12880
12880
|
#
|
12881
12881
|
#
|
12882
12882
|
#
|
12883
|
-
# [1]: https://
|
12883
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
12884
12884
|
# @return [Array<Types::Tag>]
|
12885
12885
|
#
|
12886
12886
|
# @!attribute [rw] relational_database_blueprint_id
|
@@ -13267,7 +13267,7 @@ module Aws::Lightsail
|
|
13267
13267
|
#
|
13268
13268
|
#
|
13269
13269
|
#
|
13270
|
-
# [1]: https://
|
13270
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
13271
13271
|
# @return [Array<Types::Tag>]
|
13272
13272
|
#
|
13273
13273
|
# @!attribute [rw] engine
|
@@ -13600,9 +13600,9 @@ module Aws::Lightsail
|
|
13600
13600
|
include Aws::Structure
|
13601
13601
|
end
|
13602
13602
|
|
13603
|
-
# Describes a web-based, remote graphical user interface (GUI),
|
13604
|
-
# session. The session is used to access a virtual computer’s
|
13605
|
-
# system or application.
|
13603
|
+
# Describes a web-based, remote graphical user interface (GUI), Amazon
|
13604
|
+
# DCV session. The session is used to access a virtual computer’s
|
13605
|
+
# operating system or application.
|
13606
13606
|
#
|
13607
13607
|
# @!attribute [rw] name
|
13608
13608
|
# The session name.
|
@@ -14176,7 +14176,7 @@ module Aws::Lightsail
|
|
14176
14176
|
#
|
14177
14177
|
#
|
14178
14178
|
#
|
14179
|
-
# [1]: https://
|
14179
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags
|
14180
14180
|
#
|
14181
14181
|
# @!attribute [rw] key
|
14182
14182
|
# The key of the tag.
|
@@ -14560,7 +14560,7 @@ module Aws::Lightsail
|
|
14560
14560
|
#
|
14561
14561
|
#
|
14562
14562
|
#
|
14563
|
-
# [1]: https://
|
14563
|
+
# [1]: https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-container-service-ecr-private-repo-access
|
14564
14564
|
# @return [Types::PrivateRegistryAccessRequest]
|
14565
14565
|
#
|
14566
14566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateContainerServiceRequest AWS API Documentation
|
data/lib/aws-sdk-lightsail.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lightsail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lightsail
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lightsail/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon Lightsail
|
99
96
|
test_files: []
|