aws-sdk-lightsail 1.84.0 → 1.85.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +258 -144
- data/lib/aws-sdk-lightsail/client_api.rb +93 -0
- data/lib/aws-sdk-lightsail/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-lightsail/endpoints.rb +28 -0
- data/lib/aws-sdk-lightsail/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-lightsail/types.rb +401 -185
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +2 -2
@@ -459,7 +459,7 @@ module Aws::Lightsail
|
|
459
459
|
# @return [Types::ResourceLocation]
|
460
460
|
#
|
461
461
|
# @!attribute [rw] resource_type
|
462
|
-
# The Lightsail resource type
|
462
|
+
# The Lightsail resource type of the alarm.
|
463
463
|
# @return [String]
|
464
464
|
#
|
465
465
|
# @!attribute [rw] support_code
|
@@ -681,7 +681,7 @@ module Aws::Lightsail
|
|
681
681
|
end
|
682
682
|
|
683
683
|
# @!attribute [rw] disk_name
|
684
|
-
# The unique Lightsail disk name (
|
684
|
+
# The unique Lightsail disk name (`my-disk`).
|
685
685
|
# @return [String]
|
686
686
|
#
|
687
687
|
# @!attribute [rw] instance_name
|
@@ -690,7 +690,7 @@ module Aws::Lightsail
|
|
690
690
|
# @return [String]
|
691
691
|
#
|
692
692
|
# @!attribute [rw] disk_path
|
693
|
-
# The disk path to expose to the instance (
|
693
|
+
# The disk path to expose to the instance (`/dev/xvdf`).
|
694
694
|
# @return [String]
|
695
695
|
#
|
696
696
|
# @!attribute [rw] auto_mounting
|
@@ -835,7 +835,7 @@ module Aws::Lightsail
|
|
835
835
|
# included in an automatic snapshot.
|
836
836
|
#
|
837
837
|
# @!attribute [rw] path
|
838
|
-
# The path of the disk (
|
838
|
+
# The path of the disk (`/dev/xvdf`).
|
839
839
|
# @return [String]
|
840
840
|
#
|
841
841
|
# @!attribute [rw] size_in_gb
|
@@ -961,20 +961,20 @@ module Aws::Lightsail
|
|
961
961
|
# Describes a blueprint (a virtual private server image).
|
962
962
|
#
|
963
963
|
# @!attribute [rw] blueprint_id
|
964
|
-
# The ID for the virtual private server image (
|
965
|
-
# `
|
964
|
+
# The ID for the virtual private server image (`app_wordpress_4_4` or
|
965
|
+
# `app_lamp_7_0`).
|
966
966
|
# @return [String]
|
967
967
|
#
|
968
968
|
# @!attribute [rw] name
|
969
|
-
# The friendly name of the blueprint (
|
969
|
+
# The friendly name of the blueprint (`Amazon Linux`).
|
970
970
|
# @return [String]
|
971
971
|
#
|
972
972
|
# @!attribute [rw] group
|
973
|
-
# The group name of the blueprint (
|
973
|
+
# The group name of the blueprint (`amazon-linux`).
|
974
974
|
# @return [String]
|
975
975
|
#
|
976
976
|
# @!attribute [rw] type
|
977
|
-
# The type of the blueprint (
|
977
|
+
# The type of the blueprint (`os` or `app`).
|
978
978
|
# @return [String]
|
979
979
|
#
|
980
980
|
# @!attribute [rw] description
|
@@ -997,8 +997,8 @@ module Aws::Lightsail
|
|
997
997
|
# @return [Integer]
|
998
998
|
#
|
999
999
|
# @!attribute [rw] version
|
1000
|
-
# The version number of the operating system, application, or stack
|
1001
|
-
#
|
1000
|
+
# The version number of the operating system, application, or stack (
|
1001
|
+
# `2016.03.0`).
|
1002
1002
|
# @return [String]
|
1003
1003
|
#
|
1004
1004
|
# @!attribute [rw] version_code
|
@@ -1048,7 +1048,7 @@ module Aws::Lightsail
|
|
1048
1048
|
# Describes an Amazon Lightsail bucket.
|
1049
1049
|
#
|
1050
1050
|
# @!attribute [rw] resource_type
|
1051
|
-
# The Lightsail resource type of the bucket
|
1051
|
+
# The Lightsail resource type of the bucket.
|
1052
1052
|
# @return [String]
|
1053
1053
|
#
|
1054
1054
|
# @!attribute [rw] access_rules
|
@@ -1310,23 +1310,23 @@ module Aws::Lightsail
|
|
1310
1310
|
# private server (or *instance*).
|
1311
1311
|
#
|
1312
1312
|
# @!attribute [rw] price
|
1313
|
-
# The price in US dollars (
|
1313
|
+
# The price in US dollars (`5.0`) of the bundle.
|
1314
1314
|
# @return [Float]
|
1315
1315
|
#
|
1316
1316
|
# @!attribute [rw] cpu_count
|
1317
|
-
# The number of vCPUs included in the bundle (
|
1317
|
+
# The number of vCPUs included in the bundle (`2`).
|
1318
1318
|
# @return [Integer]
|
1319
1319
|
#
|
1320
1320
|
# @!attribute [rw] disk_size_in_gb
|
1321
|
-
# The size of the SSD (
|
1321
|
+
# The size of the SSD (`30`).
|
1322
1322
|
# @return [Integer]
|
1323
1323
|
#
|
1324
1324
|
# @!attribute [rw] bundle_id
|
1325
|
-
# The bundle ID (
|
1325
|
+
# The bundle ID (`micro_1_0`).
|
1326
1326
|
# @return [String]
|
1327
1327
|
#
|
1328
1328
|
# @!attribute [rw] instance_type
|
1329
|
-
# The Amazon EC2 instance type (
|
1329
|
+
# The Amazon EC2 instance type (`t2.micro`).
|
1330
1330
|
# @return [String]
|
1331
1331
|
#
|
1332
1332
|
# @!attribute [rw] is_active
|
@@ -1334,24 +1334,24 @@ module Aws::Lightsail
|
|
1334
1334
|
# @return [Boolean]
|
1335
1335
|
#
|
1336
1336
|
# @!attribute [rw] name
|
1337
|
-
# A friendly name for the bundle (
|
1337
|
+
# A friendly name for the bundle (`Micro`).
|
1338
1338
|
# @return [String]
|
1339
1339
|
#
|
1340
1340
|
# @!attribute [rw] power
|
1341
|
-
# A numeric value that represents the power of the bundle (
|
1342
|
-
#
|
1343
|
-
#
|
1344
|
-
#
|
1345
|
-
#
|
1346
|
-
#
|
1341
|
+
# A numeric value that represents the power of the bundle (`500`). You
|
1342
|
+
# can use the bundle's power value in conjunction with a blueprint's
|
1343
|
+
# minimum power value to determine whether the blueprint will run on
|
1344
|
+
# the bundle. For example, you need a bundle with a power value of 500
|
1345
|
+
# or more to create an instance that uses a blueprint with a minimum
|
1346
|
+
# power value of 500.
|
1347
1347
|
# @return [Integer]
|
1348
1348
|
#
|
1349
1349
|
# @!attribute [rw] ram_size_in_gb
|
1350
|
-
# The amount of RAM in GB (
|
1350
|
+
# The amount of RAM in GB (`2.0`).
|
1351
1351
|
# @return [Float]
|
1352
1352
|
#
|
1353
1353
|
# @!attribute [rw] transfer_per_month_in_gb
|
1354
|
-
# The data transfer rate per month in GB (
|
1354
|
+
# The data transfer rate per month in GB (`2000`).
|
1355
1355
|
# @return [Integer]
|
1356
1356
|
#
|
1357
1357
|
# @!attribute [rw] supported_platforms
|
@@ -1610,7 +1610,7 @@ module Aws::Lightsail
|
|
1610
1610
|
# @return [String]
|
1611
1611
|
#
|
1612
1612
|
# @!attribute [rw] name
|
1613
|
-
# The name of the certificate (
|
1613
|
+
# The name of the certificate (`my-certificate`).
|
1614
1614
|
# @return [String]
|
1615
1615
|
#
|
1616
1616
|
# @!attribute [rw] domain_name
|
@@ -1626,8 +1626,8 @@ module Aws::Lightsail
|
|
1626
1626
|
# @return [String]
|
1627
1627
|
#
|
1628
1628
|
# @!attribute [rw] subject_alternative_names
|
1629
|
-
# An array of strings that specify the alternate domains
|
1630
|
-
# `example2.com`) and subdomains (
|
1629
|
+
# An array of strings that specify the alternate domains
|
1630
|
+
# (`example2.com`) and subdomains (`blog.example.com`) of the
|
1631
1631
|
# certificate.
|
1632
1632
|
# @return [Array<String>]
|
1633
1633
|
#
|
@@ -1890,7 +1890,7 @@ module Aws::Lightsail
|
|
1890
1890
|
# @return [Types::ResourceLocation]
|
1891
1891
|
#
|
1892
1892
|
# @!attribute [rw] resource_type
|
1893
|
-
# The Lightsail resource type (
|
1893
|
+
# The Lightsail resource type (`CloudFormationStackRecord`).
|
1894
1894
|
# @return [String]
|
1895
1895
|
#
|
1896
1896
|
# @!attribute [rw] state
|
@@ -1927,7 +1927,7 @@ module Aws::Lightsail
|
|
1927
1927
|
# export snapshot record).
|
1928
1928
|
#
|
1929
1929
|
# @!attribute [rw] resource_type
|
1930
|
-
# The Lightsail resource type (
|
1930
|
+
# The Lightsail resource type (`ExportSnapshotRecord`).
|
1931
1931
|
# @return [String]
|
1932
1932
|
#
|
1933
1933
|
# @!attribute [rw] name
|
@@ -1999,7 +1999,7 @@ module Aws::Lightsail
|
|
1999
1999
|
# @return [Types::ResourceLocation]
|
2000
2000
|
#
|
2001
2001
|
# @!attribute [rw] resource_type
|
2002
|
-
# The Lightsail resource type
|
2002
|
+
# The Lightsail resource type of the contact method.
|
2003
2003
|
# @return [String]
|
2004
2004
|
#
|
2005
2005
|
# @!attribute [rw] support_code
|
@@ -2115,8 +2115,7 @@ module Aws::Lightsail
|
|
2115
2115
|
# @return [Types::ResourceLocation]
|
2116
2116
|
#
|
2117
2117
|
# @!attribute [rw] resource_type
|
2118
|
-
# The Lightsail resource type of the container service
|
2119
|
-
# `ContainerService`).
|
2118
|
+
# The Lightsail resource type of the container service.
|
2120
2119
|
# @return [String]
|
2121
2120
|
#
|
2122
2121
|
# @!attribute [rw] tags
|
@@ -2299,16 +2298,16 @@ module Aws::Lightsail
|
|
2299
2298
|
#
|
2300
2299
|
# A deployment can be in one of the following states:
|
2301
2300
|
#
|
2302
|
-
# * `
|
2301
|
+
# * `ACTIVATING` - The deployment is being created.
|
2303
2302
|
#
|
2304
|
-
# * `
|
2303
|
+
# * `ACTIVE` - The deployment was successfully created, and it's
|
2305
2304
|
# currently running on the container service. The container service
|
2306
2305
|
# can have only one deployment in an active state at a time.
|
2307
2306
|
#
|
2308
|
-
# * `
|
2307
|
+
# * `INACTIVE` - The deployment was previously successfully created,
|
2309
2308
|
# but it is not currently running on the container service.
|
2310
2309
|
#
|
2311
|
-
# * `
|
2310
|
+
# * `FAILED` - The deployment failed. Use the `GetContainerLog` action
|
2312
2311
|
# to view the log events for the containers in the deployment to try
|
2313
2312
|
# to determine the reason for the failure.
|
2314
2313
|
# @return [String]
|
@@ -2534,7 +2533,7 @@ module Aws::Lightsail
|
|
2534
2533
|
# base price of the container service.
|
2535
2534
|
#
|
2536
2535
|
# @!attribute [rw] power_id
|
2537
|
-
# The ID of the power (
|
2536
|
+
# The ID of the power (`nano-1`).
|
2538
2537
|
# @return [String]
|
2539
2538
|
#
|
2540
2539
|
# @!attribute [rw] price
|
@@ -2550,7 +2549,7 @@ module Aws::Lightsail
|
|
2550
2549
|
# @return [Float]
|
2551
2550
|
#
|
2552
2551
|
# @!attribute [rw] name
|
2553
|
-
# The friendly name of the power (
|
2552
|
+
# The friendly name of the power (`nano`).
|
2554
2553
|
# @return [String]
|
2555
2554
|
#
|
2556
2555
|
# @!attribute [rw] is_active
|
@@ -2954,18 +2953,18 @@ module Aws::Lightsail
|
|
2954
2953
|
# @return [String]
|
2955
2954
|
#
|
2956
2955
|
# @!attribute [rw] domain_name
|
2957
|
-
# The domain name (
|
2956
|
+
# The domain name (`example.com`) for the certificate.
|
2958
2957
|
# @return [String]
|
2959
2958
|
#
|
2960
2959
|
# @!attribute [rw] subject_alternative_names
|
2961
|
-
# An array of strings that specify the alternate domains
|
2962
|
-
# `example2.com`) and subdomains (
|
2960
|
+
# An array of strings that specify the alternate domains
|
2961
|
+
# (`example2.com`) and subdomains (`blog.example.com`) for the
|
2963
2962
|
# certificate.
|
2964
2963
|
#
|
2965
2964
|
# You can specify a maximum of nine alternate domains (in addition to
|
2966
2965
|
# the primary domain name).
|
2967
2966
|
#
|
2968
|
-
# Wildcard domain entries (
|
2967
|
+
# Wildcard domain entries (`*.example.com`) are not supported.
|
2969
2968
|
# @return [Array<String>]
|
2970
2969
|
#
|
2971
2970
|
# @!attribute [rw] tags
|
@@ -3301,12 +3300,12 @@ module Aws::Lightsail
|
|
3301
3300
|
end
|
3302
3301
|
|
3303
3302
|
# @!attribute [rw] disk_name
|
3304
|
-
# The unique Lightsail disk name (
|
3303
|
+
# The unique Lightsail disk name (`my-disk`).
|
3305
3304
|
# @return [String]
|
3306
3305
|
#
|
3307
3306
|
# @!attribute [rw] disk_snapshot_name
|
3308
|
-
# The name of the disk snapshot (
|
3309
|
-
#
|
3307
|
+
# The name of the disk snapshot (`my-snapshot`) from which to create
|
3308
|
+
# the new storage disk.
|
3310
3309
|
#
|
3311
3310
|
# Constraint:
|
3312
3311
|
#
|
@@ -3318,8 +3317,8 @@ module Aws::Lightsail
|
|
3318
3317
|
# @return [String]
|
3319
3318
|
#
|
3320
3319
|
# @!attribute [rw] availability_zone
|
3321
|
-
# The Availability Zone where you want to create the disk
|
3322
|
-
# `us-east-2a`). Choose the same Availability Zone as the Lightsail
|
3320
|
+
# The Availability Zone where you want to create the disk
|
3321
|
+
# (`us-east-2a`). Choose the same Availability Zone as the Lightsail
|
3323
3322
|
# instance where you want to create the disk.
|
3324
3323
|
#
|
3325
3324
|
# Use the GetRegions operation to list the Availability Zones where
|
@@ -3327,7 +3326,7 @@ module Aws::Lightsail
|
|
3327
3326
|
# @return [String]
|
3328
3327
|
#
|
3329
3328
|
# @!attribute [rw] size_in_gb
|
3330
|
-
# The size of the disk in GB (
|
3329
|
+
# The size of the disk in GB (`32`).
|
3331
3330
|
# @return [Integer]
|
3332
3331
|
#
|
3333
3332
|
# @!attribute [rw] tags
|
@@ -3434,12 +3433,12 @@ module Aws::Lightsail
|
|
3434
3433
|
end
|
3435
3434
|
|
3436
3435
|
# @!attribute [rw] disk_name
|
3437
|
-
# The unique Lightsail disk name (
|
3436
|
+
# The unique Lightsail disk name (`my-disk`).
|
3438
3437
|
# @return [String]
|
3439
3438
|
#
|
3440
3439
|
# @!attribute [rw] availability_zone
|
3441
|
-
# The Availability Zone where you want to create the disk
|
3442
|
-
# `us-east-2a`). Use the same Availability Zone as the Lightsail
|
3440
|
+
# The Availability Zone where you want to create the disk
|
3441
|
+
# (`us-east-2a`). Use the same Availability Zone as the Lightsail
|
3443
3442
|
# instance to which you want to attach the disk.
|
3444
3443
|
#
|
3445
3444
|
# Use the `get regions` operation to list the Availability Zones where
|
@@ -3447,7 +3446,7 @@ module Aws::Lightsail
|
|
3447
3446
|
# @return [String]
|
3448
3447
|
#
|
3449
3448
|
# @!attribute [rw] size_in_gb
|
3450
|
-
# The size of the disk in GB (
|
3449
|
+
# The size of the disk in GB (`32`).
|
3451
3450
|
# @return [Integer]
|
3452
3451
|
#
|
3453
3452
|
# @!attribute [rw] tags
|
@@ -3489,7 +3488,7 @@ module Aws::Lightsail
|
|
3489
3488
|
end
|
3490
3489
|
|
3491
3490
|
# @!attribute [rw] disk_name
|
3492
|
-
# The unique name of the source disk (
|
3491
|
+
# The unique name of the source disk (`Disk-Virginia-1`).
|
3493
3492
|
#
|
3494
3493
|
# <note markdown="1"> This parameter cannot be defined together with the `instance name`
|
3495
3494
|
# parameter. The `disk name` and `instance name` parameters are
|
@@ -3499,13 +3498,13 @@ module Aws::Lightsail
|
|
3499
3498
|
# @return [String]
|
3500
3499
|
#
|
3501
3500
|
# @!attribute [rw] disk_snapshot_name
|
3502
|
-
# The name of the destination disk snapshot (
|
3503
|
-
#
|
3501
|
+
# The name of the destination disk snapshot (`my-disk-snapshot`) based
|
3502
|
+
# on the source disk.
|
3504
3503
|
# @return [String]
|
3505
3504
|
#
|
3506
3505
|
# @!attribute [rw] instance_name
|
3507
|
-
# The unique name of the source instance
|
3508
|
-
# `Amazon_Linux-512MB-Virginia-1`). When this is defined, a snapshot
|
3506
|
+
# The unique name of the source instance
|
3507
|
+
# (`Amazon_Linux-512MB-Virginia-1`). When this is defined, a snapshot
|
3509
3508
|
# of the instance's system volume is created.
|
3510
3509
|
#
|
3511
3510
|
# <note markdown="1"> This parameter cannot be defined together with the `disk name`
|
@@ -3635,8 +3634,8 @@ module Aws::Lightsail
|
|
3635
3634
|
end
|
3636
3635
|
|
3637
3636
|
# @!attribute [rw] domain_name
|
3638
|
-
# The domain name (
|
3639
|
-
#
|
3637
|
+
# The domain name (`example.com`) for which you want to create the
|
3638
|
+
# domain entry.
|
3640
3639
|
# @return [String]
|
3641
3640
|
#
|
3642
3641
|
# @!attribute [rw] domain_entry
|
@@ -3668,7 +3667,7 @@ module Aws::Lightsail
|
|
3668
3667
|
end
|
3669
3668
|
|
3670
3669
|
# @!attribute [rw] domain_name
|
3671
|
-
# The domain name to manage (
|
3670
|
+
# The domain name to manage (`example.com`).
|
3672
3671
|
# @return [String]
|
3673
3672
|
#
|
3674
3673
|
# @!attribute [rw] tags
|
@@ -3820,8 +3819,7 @@ module Aws::Lightsail
|
|
3820
3819
|
#
|
3821
3820
|
# @!attribute [rw] bundle_id
|
3822
3821
|
# The bundle of specification information for your virtual private
|
3823
|
-
# server (or *instance*), including the pricing plan (
|
3824
|
-
# `micro_1_0`).
|
3822
|
+
# server (or *instance*), including the pricing plan (`micro_1_0`).
|
3825
3823
|
# @return [String]
|
3826
3824
|
#
|
3827
3825
|
# @!attribute [rw] user_data
|
@@ -3979,18 +3977,18 @@ module Aws::Lightsail
|
|
3979
3977
|
# @return [String]
|
3980
3978
|
#
|
3981
3979
|
# @!attribute [rw] custom_image_name
|
3982
|
-
# (
|
3980
|
+
# (Discontinued) The name for your custom image.
|
3983
3981
|
#
|
3984
3982
|
# <note markdown="1"> In releases prior to June 12, 2017, this parameter was ignored by
|
3985
|
-
# the API. It is now
|
3983
|
+
# the API. It is now discontinued.
|
3986
3984
|
#
|
3987
3985
|
# </note>
|
3988
3986
|
# @return [String]
|
3989
3987
|
#
|
3990
3988
|
# @!attribute [rw] blueprint_id
|
3991
|
-
# The ID for a virtual private server image (
|
3992
|
-
#
|
3993
|
-
#
|
3989
|
+
# The ID for a virtual private server image (`app_wordpress_4_4` or
|
3990
|
+
# `app_lamp_7_0`). Use the `get blueprints` operation to return a list
|
3991
|
+
# of available images (or *blueprints*).
|
3994
3992
|
#
|
3995
3993
|
# <note markdown="1"> Use active blueprints when creating new instances. Inactive
|
3996
3994
|
# blueprints are listed to support customers with existing instances
|
@@ -4003,8 +4001,7 @@ module Aws::Lightsail
|
|
4003
4001
|
#
|
4004
4002
|
# @!attribute [rw] bundle_id
|
4005
4003
|
# The bundle of specification information for your virtual private
|
4006
|
-
# server (or *instance*), including the pricing plan (
|
4007
|
-
# `micro_1_0`).
|
4004
|
+
# server (or *instance*), including the pricing plan (`micro_1_0`).
|
4008
4005
|
# @return [String]
|
4009
4006
|
#
|
4010
4007
|
# @!attribute [rw] user_data
|
@@ -4141,7 +4138,7 @@ module Aws::Lightsail
|
|
4141
4138
|
# @!attribute [rw] health_check_path
|
4142
4139
|
# The path you provided to perform the load balancer health check. If
|
4143
4140
|
# you didn't specify a health check path, Lightsail uses the root
|
4144
|
-
# path of your website (
|
4141
|
+
# path of your website (`"/"`).
|
4145
4142
|
#
|
4146
4143
|
# You may want to specify a custom health check path other than the
|
4147
4144
|
# root of your application if your home page loads slowly or has a lot
|
@@ -4156,8 +4153,8 @@ module Aws::Lightsail
|
|
4156
4153
|
# @return [String]
|
4157
4154
|
#
|
4158
4155
|
# @!attribute [rw] certificate_domain_name
|
4159
|
-
# The domain name with which your certificate is associated
|
4160
|
-
# `example.com`).
|
4156
|
+
# The domain name with which your certificate is associated
|
4157
|
+
# (`example.com`).
|
4161
4158
|
#
|
4162
4159
|
# If you specify `certificateDomainName`, then `certificateName` is
|
4163
4160
|
# required (and vice-versa).
|
@@ -4165,7 +4162,7 @@ module Aws::Lightsail
|
|
4165
4162
|
#
|
4166
4163
|
# @!attribute [rw] certificate_alternative_names
|
4167
4164
|
# The optional alternative domains and subdomains to use with your
|
4168
|
-
# SSL/TLS certificate (
|
4165
|
+
# SSL/TLS certificate (`www.example.com`, `example.com`,
|
4169
4166
|
# `m.example.com`, `blog.example.com`).
|
4170
4167
|
# @return [Array<String>]
|
4171
4168
|
#
|
@@ -4251,15 +4248,14 @@ module Aws::Lightsail
|
|
4251
4248
|
# @return [String]
|
4252
4249
|
#
|
4253
4250
|
# @!attribute [rw] certificate_domain_name
|
4254
|
-
# The domain name (
|
4251
|
+
# The domain name (`example.com`) for your SSL/TLS certificate.
|
4255
4252
|
# @return [String]
|
4256
4253
|
#
|
4257
4254
|
# @!attribute [rw] certificate_alternative_names
|
4258
4255
|
# An array of strings listing alternative domains and subdomains for
|
4259
4256
|
# your SSL/TLS certificate. Lightsail will de-dupe the names for you.
|
4260
4257
|
# You can have a maximum of 9 alternative names (in addition to the 1
|
4261
|
-
# primary domain). We do not support wildcards (
|
4262
|
-
# `*.example.com`).
|
4258
|
+
# primary domain). We do not support wildcards (`*.example.com`).
|
4263
4259
|
# @return [Array<String>]
|
4264
4260
|
#
|
4265
4261
|
# @!attribute [rw] tags
|
@@ -4964,7 +4960,7 @@ module Aws::Lightsail
|
|
4964
4960
|
class DeleteContainerServiceResult < Aws::EmptyStructure; end
|
4965
4961
|
|
4966
4962
|
# @!attribute [rw] disk_name
|
4967
|
-
# The unique name of the disk you want to delete (
|
4963
|
+
# The unique name of the disk you want to delete (`my-disk`).
|
4968
4964
|
# @return [String]
|
4969
4965
|
#
|
4970
4966
|
# @!attribute [rw] force_delete_add_ons
|
@@ -4996,8 +4992,8 @@ module Aws::Lightsail
|
|
4996
4992
|
end
|
4997
4993
|
|
4998
4994
|
# @!attribute [rw] disk_snapshot_name
|
4999
|
-
# The name of the disk snapshot you want to delete
|
5000
|
-
# `my-disk-snapshot`).
|
4995
|
+
# The name of the disk snapshot you want to delete
|
4996
|
+
# (`my-disk-snapshot`).
|
5001
4997
|
# @return [String]
|
5002
4998
|
#
|
5003
4999
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteDiskSnapshotRequest AWS API Documentation
|
@@ -5429,7 +5425,7 @@ module Aws::Lightsail
|
|
5429
5425
|
|
5430
5426
|
# @!attribute [rw] disk_name
|
5431
5427
|
# The unique name of the disk you want to detach from your instance
|
5432
|
-
# (
|
5428
|
+
# (`my-disk`).
|
5433
5429
|
# @return [String]
|
5434
5430
|
#
|
5435
5431
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DetachDiskRequest AWS API Documentation
|
@@ -5569,7 +5565,7 @@ module Aws::Lightsail
|
|
5569
5565
|
# @return [Types::ResourceLocation]
|
5570
5566
|
#
|
5571
5567
|
# @!attribute [rw] resource_type
|
5572
|
-
# The Lightsail resource type (
|
5568
|
+
# The Lightsail resource type (`Disk`).
|
5573
5569
|
# @return [String]
|
5574
5570
|
#
|
5575
5571
|
# @!attribute [rw] tags
|
@@ -5616,21 +5612,21 @@ module Aws::Lightsail
|
|
5616
5612
|
# @return [Boolean]
|
5617
5613
|
#
|
5618
5614
|
# @!attribute [rw] attachment_state
|
5619
|
-
# (
|
5615
|
+
# (Discontinued) The attachment state of the disk.
|
5620
5616
|
#
|
5621
5617
|
# <note markdown="1"> In releases prior to November 14, 2017, this parameter returned
|
5622
5618
|
# `attached` for system disks in the API response. It is now
|
5623
|
-
#
|
5619
|
+
# discontinued, but still included in the response. Use `isAttached`
|
5624
5620
|
# instead.
|
5625
5621
|
#
|
5626
5622
|
# </note>
|
5627
5623
|
# @return [String]
|
5628
5624
|
#
|
5629
5625
|
# @!attribute [rw] gb_in_use
|
5630
|
-
# (
|
5626
|
+
# (Discontinued) The number of GB in use by the disk.
|
5631
5627
|
#
|
5632
5628
|
# <note markdown="1"> In releases prior to November 14, 2017, this parameter was not
|
5633
|
-
# included in the API response. It is now
|
5629
|
+
# included in the API response. It is now discontinued.
|
5634
5630
|
#
|
5635
5631
|
# </note>
|
5636
5632
|
# @return [Integer]
|
@@ -5678,7 +5674,7 @@ module Aws::Lightsail
|
|
5678
5674
|
# @return [String]
|
5679
5675
|
#
|
5680
5676
|
# @!attribute [rw] size_in_gb
|
5681
|
-
# The size of the disk in GB (
|
5677
|
+
# The size of the disk in GB (`32`).
|
5682
5678
|
# @return [Integer]
|
5683
5679
|
#
|
5684
5680
|
# @!attribute [rw] is_system_disk
|
@@ -5705,7 +5701,7 @@ module Aws::Lightsail
|
|
5705
5701
|
# @return [String]
|
5706
5702
|
#
|
5707
5703
|
# @!attribute [rw] new_disk_name
|
5708
|
-
# The new disk name (
|
5704
|
+
# The new disk name (`my-new-disk`).
|
5709
5705
|
# @return [String]
|
5710
5706
|
#
|
5711
5707
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DiskMap AWS API Documentation
|
@@ -5720,7 +5716,7 @@ module Aws::Lightsail
|
|
5720
5716
|
# Describes a block storage disk snapshot.
|
5721
5717
|
#
|
5722
5718
|
# @!attribute [rw] name
|
5723
|
-
# The name of the disk snapshot (
|
5719
|
+
# The name of the disk snapshot (`my-disk-snapshot`).
|
5724
5720
|
# @return [String]
|
5725
5721
|
#
|
5726
5722
|
# @!attribute [rw] arn
|
@@ -5744,7 +5740,7 @@ module Aws::Lightsail
|
|
5744
5740
|
# @return [Types::ResourceLocation]
|
5745
5741
|
#
|
5746
5742
|
# @!attribute [rw] resource_type
|
5747
|
-
# The Lightsail resource type (
|
5743
|
+
# The Lightsail resource type (`DiskSnapshot`).
|
5748
5744
|
# @return [String]
|
5749
5745
|
#
|
5750
5746
|
# @!attribute [rw] tags
|
@@ -5819,7 +5815,7 @@ module Aws::Lightsail
|
|
5819
5815
|
# Describes a disk snapshot.
|
5820
5816
|
#
|
5821
5817
|
# @!attribute [rw] size_in_gb
|
5822
|
-
# The size of the disk in GB (
|
5818
|
+
# The size of the disk in GB (`32`).
|
5823
5819
|
# @return [Integer]
|
5824
5820
|
#
|
5825
5821
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DiskSnapshotInfo AWS API Documentation
|
@@ -5918,8 +5914,8 @@ module Aws::Lightsail
|
|
5918
5914
|
# @return [String]
|
5919
5915
|
#
|
5920
5916
|
# @!attribute [rw] arn
|
5921
|
-
# The Amazon Resource Name (ARN) of the domain recordset
|
5922
|
-
# `arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE`).
|
5917
|
+
# The Amazon Resource Name (ARN) of the domain recordset
|
5918
|
+
# (`arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE`).
|
5923
5919
|
# @return [String]
|
5924
5920
|
#
|
5925
5921
|
# @!attribute [rw] support_code
|
@@ -5989,8 +5985,8 @@ module Aws::Lightsail
|
|
5989
5985
|
# @return [String]
|
5990
5986
|
#
|
5991
5987
|
# @!attribute [rw] target
|
5992
|
-
# The target IP address (
|
5993
|
-
# `ns-111.awsdns-22.com.`).
|
5988
|
+
# The target IP address (`192.0.2.0`), or AWS name server
|
5989
|
+
# (`ns-111.awsdns-22.com.`).
|
5994
5990
|
#
|
5995
5991
|
# For Lightsail load balancers, the value looks like
|
5996
5992
|
# `ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com`.
|
@@ -6038,10 +6034,10 @@ module Aws::Lightsail
|
|
6038
6034
|
# @return [String]
|
6039
6035
|
#
|
6040
6036
|
# @!attribute [rw] options
|
6041
|
-
# (
|
6037
|
+
# (Discontinued) The options for the domain entry.
|
6042
6038
|
#
|
6043
6039
|
# <note markdown="1"> In releases prior to November 29, 2017, this parameter was not
|
6044
|
-
# included in the API response. It is now
|
6040
|
+
# included in the API response. It is now discontinued.
|
6045
6041
|
#
|
6046
6042
|
# </note>
|
6047
6043
|
# @return [Hash<String,String>]
|
@@ -6237,7 +6233,7 @@ module Aws::Lightsail
|
|
6237
6233
|
# @return [Types::ResourceLocation]
|
6238
6234
|
#
|
6239
6235
|
# @!attribute [rw] resource_type
|
6240
|
-
# The Lightsail resource type (
|
6236
|
+
# The Lightsail resource type (`ExportSnapshotRecord`).
|
6241
6237
|
# @return [String]
|
6242
6238
|
#
|
6243
6239
|
# @!attribute [rw] state
|
@@ -6272,8 +6268,7 @@ module Aws::Lightsail
|
|
6272
6268
|
# Describes the source of an export snapshot record.
|
6273
6269
|
#
|
6274
6270
|
# @!attribute [rw] resource_type
|
6275
|
-
# The Lightsail resource type (
|
6276
|
-
# `DiskSnapshot`).
|
6271
|
+
# The Lightsail resource type (`InstanceSnapshot` or `DiskSnapshot`).
|
6277
6272
|
# @return [String]
|
6278
6273
|
#
|
6279
6274
|
# @!attribute [rw] created_at
|
@@ -6461,7 +6456,8 @@ module Aws::Lightsail
|
|
6461
6456
|
# @return [String]
|
6462
6457
|
#
|
6463
6458
|
# @!attribute [rw] resource_type
|
6464
|
-
# The resource type
|
6459
|
+
# The resource type of the automatic snapshot. The possible values are
|
6460
|
+
# `Instance`, and `Disk`.
|
6465
6461
|
# @return [String]
|
6466
6462
|
#
|
6467
6463
|
# @!attribute [rw] auto_snapshots
|
@@ -7364,7 +7360,7 @@ module Aws::Lightsail
|
|
7364
7360
|
end
|
7365
7361
|
|
7366
7362
|
# @!attribute [rw] disk_name
|
7367
|
-
# The name of the disk (
|
7363
|
+
# The name of the disk (`my-disk`).
|
7368
7364
|
# @return [String]
|
7369
7365
|
#
|
7370
7366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDiskRequest AWS API Documentation
|
@@ -7388,7 +7384,7 @@ module Aws::Lightsail
|
|
7388
7384
|
end
|
7389
7385
|
|
7390
7386
|
# @!attribute [rw] disk_snapshot_name
|
7391
|
-
# The name of the disk snapshot (
|
7387
|
+
# The name of the disk snapshot (`my-disk-snapshot`).
|
7392
7388
|
# @return [String]
|
7393
7389
|
#
|
7394
7390
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDiskSnapshotRequest AWS API Documentation
|
@@ -7535,8 +7531,8 @@ module Aws::Lightsail
|
|
7535
7531
|
# @return [String]
|
7536
7532
|
#
|
7537
7533
|
# @!attribute [rw] create_time
|
7538
|
-
# The timestamp of the last cache reset (
|
7539
|
-
#
|
7534
|
+
# The timestamp of the last cache reset (`1479734909.17`) in Unix time
|
7535
|
+
# format.
|
7540
7536
|
# @return [Time]
|
7541
7537
|
#
|
7542
7538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDistributionLatestCacheResetResult AWS API Documentation
|
@@ -8765,11 +8761,11 @@ module Aws::Lightsail
|
|
8765
8761
|
# @return [Array<Types::Operation>]
|
8766
8762
|
#
|
8767
8763
|
# @!attribute [rw] next_page_count
|
8768
|
-
# (
|
8764
|
+
# (Discontinued) Returns the number of pages of results that remain.
|
8769
8765
|
#
|
8770
8766
|
# <note markdown="1"> In releases prior to June 12, 2017, this parameter returned `null`
|
8771
|
-
# by the API. It is now
|
8772
|
-
# token` parameter instead.
|
8767
|
+
# by the API. It is now discontinued, and the API returns the `next
|
8768
|
+
# page token` parameter instead.
|
8773
8769
|
#
|
8774
8770
|
# </note>
|
8775
8771
|
# @return [String]
|
@@ -8841,13 +8837,13 @@ module Aws::Lightsail
|
|
8841
8837
|
# @!attribute [rw] include_availability_zones
|
8842
8838
|
# A Boolean value indicating whether to also include Availability
|
8843
8839
|
# Zones in your get regions request. Availability Zones are indicated
|
8844
|
-
# with a letter:
|
8840
|
+
# with a letter: `us-east-2a`.
|
8845
8841
|
# @return [Boolean]
|
8846
8842
|
#
|
8847
8843
|
# @!attribute [rw] include_relational_database_availability_zones
|
8848
8844
|
# A Boolean value indicating whether to also include Availability
|
8849
8845
|
# Zones for databases in your get regions request. Availability Zones
|
8850
|
-
# are indicated with a letter (
|
8846
|
+
# are indicated with a letter (`us-east-2a`).
|
8851
8847
|
# @return [Boolean]
|
8852
8848
|
#
|
8853
8849
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRegionsRequest AWS API Documentation
|
@@ -9522,6 +9518,52 @@ module Aws::Lightsail
|
|
9522
9518
|
include Aws::Structure
|
9523
9519
|
end
|
9524
9520
|
|
9521
|
+
# @!attribute [rw] resource_name
|
9522
|
+
# The name of the resource for which you are requesting information.
|
9523
|
+
# @return [String]
|
9524
|
+
#
|
9525
|
+
# @!attribute [rw] page_token
|
9526
|
+
# The token to advance to the next page of results from your request.
|
9527
|
+
#
|
9528
|
+
# To get a page token, perform an initial `GetSetupHistory` request.
|
9529
|
+
# If your results are paginated, the response will return a next page
|
9530
|
+
# token that you can specify as the page token in a subsequent
|
9531
|
+
# request.
|
9532
|
+
# @return [String]
|
9533
|
+
#
|
9534
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetSetupHistoryRequest AWS API Documentation
|
9535
|
+
#
|
9536
|
+
class GetSetupHistoryRequest < Struct.new(
|
9537
|
+
:resource_name,
|
9538
|
+
:page_token)
|
9539
|
+
SENSITIVE = []
|
9540
|
+
include Aws::Structure
|
9541
|
+
end
|
9542
|
+
|
9543
|
+
# @!attribute [rw] setup_history
|
9544
|
+
# The historical information that's returned.
|
9545
|
+
# @return [Array<Types::SetupHistory>]
|
9546
|
+
#
|
9547
|
+
# @!attribute [rw] next_page_token
|
9548
|
+
# The token to advance to the next page of results from your request.
|
9549
|
+
#
|
9550
|
+
# A next page token is not returned if there are no more results to
|
9551
|
+
# display.
|
9552
|
+
#
|
9553
|
+
# To get the next page of results, perform another `GetSetupHistory`
|
9554
|
+
# request and specify the next page token using the pageToken
|
9555
|
+
# parameter.
|
9556
|
+
# @return [String]
|
9557
|
+
#
|
9558
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetSetupHistoryResult AWS API Documentation
|
9559
|
+
#
|
9560
|
+
class GetSetupHistoryResult < Struct.new(
|
9561
|
+
:setup_history,
|
9562
|
+
:next_page_token)
|
9563
|
+
SENSITIVE = []
|
9564
|
+
include Aws::Structure
|
9565
|
+
end
|
9566
|
+
|
9525
9567
|
# @!attribute [rw] static_ip_name
|
9526
9568
|
# The name of the static IP in Lightsail.
|
9527
9569
|
# @return [String]
|
@@ -9734,9 +9776,9 @@ module Aws::Lightsail
|
|
9734
9776
|
# Describes the origin resource of an Amazon Lightsail content delivery
|
9735
9777
|
# network (CDN) distribution.
|
9736
9778
|
#
|
9737
|
-
# An origin can be a Lightsail instance, bucket,
|
9738
|
-
# distribution pulls content from an origin, caches it,
|
9739
|
-
# viewers via a worldwide network of edge servers.
|
9779
|
+
# An origin can be a Lightsail instance, bucket, container service, or
|
9780
|
+
# load balancer. A distribution pulls content from an origin, caches it,
|
9781
|
+
# and serves it to viewers via a worldwide network of edge servers.
|
9740
9782
|
#
|
9741
9783
|
# @!attribute [rw] name
|
9742
9784
|
# The name of the origin resource.
|
@@ -9764,13 +9806,12 @@ module Aws::Lightsail
|
|
9764
9806
|
# Describes an instance (a virtual private server).
|
9765
9807
|
#
|
9766
9808
|
# @!attribute [rw] name
|
9767
|
-
# The name the user gave the instance (
|
9768
|
-
# `Amazon_Linux-1GB-Ohio-1`).
|
9809
|
+
# The name the user gave the instance (`Amazon_Linux-1GB-Ohio-1`).
|
9769
9810
|
# @return [String]
|
9770
9811
|
#
|
9771
9812
|
# @!attribute [rw] arn
|
9772
|
-
# The Amazon Resource Name (ARN) of the instance
|
9773
|
-
# `arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE`).
|
9813
|
+
# The Amazon Resource Name (ARN) of the instance
|
9814
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE`).
|
9774
9815
|
# @return [String]
|
9775
9816
|
#
|
9776
9817
|
# @!attribute [rw] support_code
|
@@ -9781,8 +9822,8 @@ module Aws::Lightsail
|
|
9781
9822
|
# @return [String]
|
9782
9823
|
#
|
9783
9824
|
# @!attribute [rw] created_at
|
9784
|
-
# The timestamp when the instance was created (
|
9785
|
-
#
|
9825
|
+
# The timestamp when the instance was created (`1479734909.17`) in
|
9826
|
+
# Unix time format.
|
9786
9827
|
# @return [Time]
|
9787
9828
|
#
|
9788
9829
|
# @!attribute [rw] location
|
@@ -9804,15 +9845,15 @@ module Aws::Lightsail
|
|
9804
9845
|
# @return [Array<Types::Tag>]
|
9805
9846
|
#
|
9806
9847
|
# @!attribute [rw] blueprint_id
|
9807
|
-
# The blueprint ID (
|
9848
|
+
# The blueprint ID (`os_amlinux_2016_03`).
|
9808
9849
|
# @return [String]
|
9809
9850
|
#
|
9810
9851
|
# @!attribute [rw] blueprint_name
|
9811
|
-
# The friendly name of the blueprint (
|
9852
|
+
# The friendly name of the blueprint (`Amazon Linux`).
|
9812
9853
|
# @return [String]
|
9813
9854
|
#
|
9814
9855
|
# @!attribute [rw] bundle_id
|
9815
|
-
# The bundle for the instance (
|
9856
|
+
# The bundle for the instance (`micro_1_0`).
|
9816
9857
|
# @return [String]
|
9817
9858
|
#
|
9818
9859
|
# @!attribute [rw] add_ons
|
@@ -9854,16 +9895,16 @@ module Aws::Lightsail
|
|
9854
9895
|
# @return [Types::InstanceNetworking]
|
9855
9896
|
#
|
9856
9897
|
# @!attribute [rw] state
|
9857
|
-
# The status code and the state (
|
9898
|
+
# The status code and the state (`running`) for the instance.
|
9858
9899
|
# @return [Types::InstanceState]
|
9859
9900
|
#
|
9860
9901
|
# @!attribute [rw] username
|
9861
|
-
# The user name for connecting to the instance (
|
9902
|
+
# The user name for connecting to the instance (`ec2-user`).
|
9862
9903
|
# @return [String]
|
9863
9904
|
#
|
9864
9905
|
# @!attribute [rw] ssh_key_name
|
9865
|
-
# The name of the SSH key being used to connect to the instance
|
9866
|
-
# `LightsailDefaultKeyPair`).
|
9906
|
+
# The name of the SSH key being used to connect to the instance
|
9907
|
+
# (`LightsailDefaultKeyPair`).
|
9867
9908
|
# @return [String]
|
9868
9909
|
#
|
9869
9910
|
# @!attribute [rw] metadata_options
|
@@ -9904,8 +9945,8 @@ module Aws::Lightsail
|
|
9904
9945
|
#
|
9905
9946
|
# @!attribute [rw] cert_key
|
9906
9947
|
# For SSH access, the public key to use when accessing your instance
|
9907
|
-
# For OpenSSH clients (
|
9908
|
-
#
|
9948
|
+
# For OpenSSH clients (command line SSH), you should save this value
|
9949
|
+
# to `tempkey-cert.pub`.
|
9909
9950
|
# @return [String]
|
9910
9951
|
#
|
9911
9952
|
# @!attribute [rw] expires_at
|
@@ -9944,7 +9985,7 @@ module Aws::Lightsail
|
|
9944
9985
|
#
|
9945
9986
|
# @!attribute [rw] private_key
|
9946
9987
|
# For SSH access, the temporary private key. For OpenSSH clients
|
9947
|
-
# (
|
9988
|
+
# (command line SSH), you should save this value to `tempkey`).
|
9948
9989
|
# @return [String]
|
9949
9990
|
#
|
9950
9991
|
# @!attribute [rw] protocol
|
@@ -9996,7 +10037,7 @@ module Aws::Lightsail
|
|
9996
10037
|
# @return [String]
|
9997
10038
|
#
|
9998
10039
|
# @!attribute [rw] instance_type
|
9999
|
-
# The instance type (
|
10040
|
+
# The instance type (`t2.micro`) to use for the new Amazon EC2
|
10000
10041
|
# instance.
|
10001
10042
|
# @return [String]
|
10002
10043
|
#
|
@@ -10074,7 +10115,7 @@ module Aws::Lightsail
|
|
10074
10115
|
# @return [Array<Types::Disk>]
|
10075
10116
|
#
|
10076
10117
|
# @!attribute [rw] ram_size_in_gb
|
10077
|
-
# The amount of RAM in GB on the instance (
|
10118
|
+
# The amount of RAM in GB on the instance (`1.0`).
|
10078
10119
|
# @return [Float]
|
10079
10120
|
#
|
10080
10121
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/InstanceHardware AWS API Documentation
|
@@ -10593,8 +10634,8 @@ module Aws::Lightsail
|
|
10593
10634
|
# @return [String]
|
10594
10635
|
#
|
10595
10636
|
# @!attribute [rw] arn
|
10596
|
-
# The Amazon Resource Name (ARN) of the snapshot
|
10597
|
-
# `arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE`).
|
10637
|
+
# The Amazon Resource Name (ARN) of the snapshot
|
10638
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE`).
|
10598
10639
|
# @return [String]
|
10599
10640
|
#
|
10600
10641
|
# @!attribute [rw] support_code
|
@@ -10605,8 +10646,7 @@ module Aws::Lightsail
|
|
10605
10646
|
# @return [String]
|
10606
10647
|
#
|
10607
10648
|
# @!attribute [rw] created_at
|
10608
|
-
# The timestamp when the snapshot was created (
|
10609
|
-
# `1479907467.024`).
|
10649
|
+
# The timestamp when the snapshot was created (`1479907467.024`).
|
10610
10650
|
# @return [Time]
|
10611
10651
|
#
|
10612
10652
|
# @!attribute [rw] location
|
@@ -10652,19 +10692,18 @@ module Aws::Lightsail
|
|
10652
10692
|
#
|
10653
10693
|
# @!attribute [rw] from_instance_arn
|
10654
10694
|
# The Amazon Resource Name (ARN) of the instance from which the
|
10655
|
-
# snapshot was created
|
10656
|
-
# `arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE`).
|
10695
|
+
# snapshot was created
|
10696
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE`).
|
10657
10697
|
# @return [String]
|
10658
10698
|
#
|
10659
10699
|
# @!attribute [rw] from_blueprint_id
|
10660
|
-
# The blueprint ID from which you created the snapshot
|
10661
|
-
# `os_debian_8_3`). A blueprint is a virtual private server (or
|
10700
|
+
# The blueprint ID from which you created the snapshot
|
10701
|
+
# (`os_debian_8_3`). A blueprint is a virtual private server (or
|
10662
10702
|
# *instance*) image used to create instances quickly.
|
10663
10703
|
# @return [String]
|
10664
10704
|
#
|
10665
10705
|
# @!attribute [rw] from_bundle_id
|
10666
|
-
# The bundle ID from which you created the snapshot (
|
10667
|
-
# `micro_1_0`).
|
10706
|
+
# The bundle ID from which you created the snapshot (`micro_1_0`).
|
10668
10707
|
# @return [String]
|
10669
10708
|
#
|
10670
10709
|
# @!attribute [rw] is_from_auto_snapshot
|
@@ -10702,13 +10741,12 @@ module Aws::Lightsail
|
|
10702
10741
|
# Describes an instance snapshot.
|
10703
10742
|
#
|
10704
10743
|
# @!attribute [rw] from_bundle_id
|
10705
|
-
# The bundle ID from which the source instance was created
|
10706
|
-
# `micro_1_0`).
|
10744
|
+
# The bundle ID from which the source instance was created
|
10745
|
+
# (`micro_1_0`).
|
10707
10746
|
# @return [String]
|
10708
10747
|
#
|
10709
10748
|
# @!attribute [rw] from_blueprint_id
|
10710
|
-
# The blueprint ID from which the source instance (
|
10711
|
-
# `os_debian_8_3`).
|
10749
|
+
# The blueprint ID from which the source instance (`os_debian_8_3`).
|
10712
10750
|
# @return [String]
|
10713
10751
|
#
|
10714
10752
|
# @!attribute [rw] from_disk_info
|
@@ -10733,7 +10771,7 @@ module Aws::Lightsail
|
|
10733
10771
|
# @return [Integer]
|
10734
10772
|
#
|
10735
10773
|
# @!attribute [rw] name
|
10736
|
-
# The state of the instance (
|
10774
|
+
# The state of the instance (`running` or `pending`).
|
10737
10775
|
# @return [String]
|
10738
10776
|
#
|
10739
10777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/InstanceState AWS API Documentation
|
@@ -10803,8 +10841,8 @@ module Aws::Lightsail
|
|
10803
10841
|
# @return [String]
|
10804
10842
|
#
|
10805
10843
|
# @!attribute [rw] arn
|
10806
|
-
# The Amazon Resource Name (ARN) of the key pair
|
10807
|
-
# `arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE`).
|
10844
|
+
# The Amazon Resource Name (ARN) of the key pair
|
10845
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE`).
|
10808
10846
|
# @return [String]
|
10809
10847
|
#
|
10810
10848
|
# @!attribute [rw] support_code
|
@@ -10815,8 +10853,7 @@ module Aws::Lightsail
|
|
10815
10853
|
# @return [String]
|
10816
10854
|
#
|
10817
10855
|
# @!attribute [rw] created_at
|
10818
|
-
# The timestamp when the key pair was created (
|
10819
|
-
# `1479816991.349`).
|
10856
|
+
# The timestamp when the key pair was created (`1479816991.349`).
|
10820
10857
|
# @return [Time]
|
10821
10858
|
#
|
10822
10859
|
# @!attribute [rw] location
|
@@ -10892,7 +10929,7 @@ module Aws::Lightsail
|
|
10892
10929
|
# @return [Types::ResourceLocation]
|
10893
10930
|
#
|
10894
10931
|
# @!attribute [rw] resource_type
|
10895
|
-
# The Lightsail resource type (
|
10932
|
+
# The Lightsail resource type (`Distribution`).
|
10896
10933
|
# @return [String]
|
10897
10934
|
#
|
10898
10935
|
# @!attribute [rw] alternative_domain_names
|
@@ -11002,7 +11039,7 @@ module Aws::Lightsail
|
|
11002
11039
|
# Describes a load balancer.
|
11003
11040
|
#
|
11004
11041
|
# @!attribute [rw] name
|
11005
|
-
# The name of the load balancer (
|
11042
|
+
# The name of the load balancer (`my-load-balancer`).
|
11006
11043
|
# @return [String]
|
11007
11044
|
#
|
11008
11045
|
# @!attribute [rw] arn
|
@@ -11021,13 +11058,13 @@ module Aws::Lightsail
|
|
11021
11058
|
# @return [Time]
|
11022
11059
|
#
|
11023
11060
|
# @!attribute [rw] location
|
11024
|
-
# The AWS Region where your load balancer was created (
|
11025
|
-
#
|
11026
|
-
#
|
11061
|
+
# The AWS Region where your load balancer was created (`us-east-2a`).
|
11062
|
+
# Lightsail automatically creates your load balancer across
|
11063
|
+
# Availability Zones.
|
11027
11064
|
# @return [Types::ResourceLocation]
|
11028
11065
|
#
|
11029
11066
|
# @!attribute [rw] resource_type
|
11030
|
-
# The resource type (
|
11067
|
+
# The resource type (`LoadBalancer`.
|
11031
11068
|
# @return [String]
|
11032
11069
|
#
|
11033
11070
|
# @!attribute [rw] tags
|
@@ -11136,7 +11173,7 @@ module Aws::Lightsail
|
|
11136
11173
|
# (SSL).
|
11137
11174
|
#
|
11138
11175
|
# @!attribute [rw] name
|
11139
|
-
# The name of the SSL/TLS certificate (
|
11176
|
+
# The name of the SSL/TLS certificate (`my-certificate`).
|
11140
11177
|
# @return [String]
|
11141
11178
|
#
|
11142
11179
|
# @!attribute [rw] arn
|
@@ -11160,7 +11197,7 @@ module Aws::Lightsail
|
|
11160
11197
|
# @return [Types::ResourceLocation]
|
11161
11198
|
#
|
11162
11199
|
# @!attribute [rw] resource_type
|
11163
|
-
# The resource type (
|
11200
|
+
# The resource type (`LoadBalancerTlsCertificate`).
|
11164
11201
|
#
|
11165
11202
|
# * <b> <code>Instance</code> </b> - A Lightsail instance (a virtual
|
11166
11203
|
# private server)
|
@@ -11333,8 +11370,8 @@ module Aws::Lightsail
|
|
11333
11370
|
# @return [String]
|
11334
11371
|
#
|
11335
11372
|
# @!attribute [rw] subject_alternative_names
|
11336
|
-
# An array of strings that specify the alternate domains
|
11337
|
-
# `example2.com`) and subdomains (
|
11373
|
+
# An array of strings that specify the alternate domains
|
11374
|
+
# (`example2.com`) and subdomains (`blog.example.com`) for the
|
11338
11375
|
# certificate.
|
11339
11376
|
# @return [Array<String>]
|
11340
11377
|
#
|
@@ -11641,7 +11678,7 @@ module Aws::Lightsail
|
|
11641
11678
|
# @return [Float]
|
11642
11679
|
#
|
11643
11680
|
# @!attribute [rw] timestamp
|
11644
|
-
# The timestamp (
|
11681
|
+
# The timestamp (`1479816991.349`).
|
11645
11682
|
# @return [Time]
|
11646
11683
|
#
|
11647
11684
|
# @!attribute [rw] unit
|
@@ -11819,8 +11856,7 @@ module Aws::Lightsail
|
|
11819
11856
|
# @return [String]
|
11820
11857
|
#
|
11821
11858
|
# @!attribute [rw] created_at
|
11822
|
-
# The timestamp when the operation was initialized (
|
11823
|
-
# `1479816991.349`).
|
11859
|
+
# The timestamp when the operation was initialized (`1479816991.349`).
|
11824
11860
|
# @return [Time]
|
11825
11861
|
#
|
11826
11862
|
# @!attribute [rw] location
|
@@ -11832,7 +11868,7 @@ module Aws::Lightsail
|
|
11832
11868
|
# @return [Boolean]
|
11833
11869
|
#
|
11834
11870
|
# @!attribute [rw] operation_details
|
11835
|
-
# Details about the operation (
|
11871
|
+
# Details about the operation (`Debian-1GB-Ohio-1`).
|
11836
11872
|
# @return [String]
|
11837
11873
|
#
|
11838
11874
|
# @!attribute [rw] operation_type
|
@@ -11844,7 +11880,7 @@ module Aws::Lightsail
|
|
11844
11880
|
# @return [String]
|
11845
11881
|
#
|
11846
11882
|
# @!attribute [rw] status_changed_at
|
11847
|
-
# The timestamp when the status was changed (
|
11883
|
+
# The timestamp when the status was changed (`1479816991.349`).
|
11848
11884
|
# @return [Time]
|
11849
11885
|
#
|
11850
11886
|
# @!attribute [rw] error_code
|
@@ -11911,7 +11947,7 @@ module Aws::Lightsail
|
|
11911
11947
|
# @return [String]
|
11912
11948
|
#
|
11913
11949
|
# @!attribute [rw] resource_type
|
11914
|
-
# The resource type of the origin resource (
|
11950
|
+
# The resource type of the origin resource (*Instance*).
|
11915
11951
|
# @return [String]
|
11916
11952
|
#
|
11917
11953
|
# @!attribute [rw] region_name
|
@@ -12586,21 +12622,21 @@ module Aws::Lightsail
|
|
12586
12622
|
# Describes the Amazon Web Services Region.
|
12587
12623
|
#
|
12588
12624
|
# @!attribute [rw] continent_code
|
12589
|
-
# The continent code (
|
12625
|
+
# The continent code (`NA`, meaning North America).
|
12590
12626
|
# @return [String]
|
12591
12627
|
#
|
12592
12628
|
# @!attribute [rw] description
|
12593
|
-
# The description of the Amazon Web Services Region (
|
12594
|
-
#
|
12595
|
-
#
|
12629
|
+
# The description of the Amazon Web Services Region (`This region is
|
12630
|
+
# recommended to serve users in the eastern United States and eastern
|
12631
|
+
# Canada`).
|
12596
12632
|
# @return [String]
|
12597
12633
|
#
|
12598
12634
|
# @!attribute [rw] display_name
|
12599
|
-
# The display name (
|
12635
|
+
# The display name (`Ohio`).
|
12600
12636
|
# @return [String]
|
12601
12637
|
#
|
12602
12638
|
# @!attribute [rw] name
|
12603
|
-
# The region name (
|
12639
|
+
# The region name (`us-east-2`).
|
12604
12640
|
# @return [String]
|
12605
12641
|
#
|
12606
12642
|
# @!attribute [rw] availability_zones
|
@@ -13328,8 +13364,8 @@ module Aws::Lightsail
|
|
13328
13364
|
# @return [String]
|
13329
13365
|
#
|
13330
13366
|
# @!attribute [rw] create_time
|
13331
|
-
# The timestamp of the reset cache request (
|
13332
|
-
#
|
13367
|
+
# The timestamp of the reset cache request (`1479734909.17`) in Unix
|
13368
|
+
# time format.
|
13333
13369
|
# @return [Time]
|
13334
13370
|
#
|
13335
13371
|
# @!attribute [rw] operation
|
@@ -13528,7 +13564,7 @@ module Aws::Lightsail
|
|
13528
13564
|
# @!attribute [rw] resource_type
|
13529
13565
|
# The resource type.
|
13530
13566
|
#
|
13531
|
-
# The
|
13567
|
+
# The resource values are `Distribution`, `Instance`, and
|
13532
13568
|
# `LoadBalancer`.
|
13533
13569
|
#
|
13534
13570
|
# <note markdown="1"> Distribution-related APIs are available only in the N. Virginia
|
@@ -13619,6 +13655,187 @@ module Aws::Lightsail
|
|
13619
13655
|
include Aws::Structure
|
13620
13656
|
end
|
13621
13657
|
|
13658
|
+
# Returns details about the commands that were run.
|
13659
|
+
#
|
13660
|
+
# @!attribute [rw] command
|
13661
|
+
# The command that was executed.
|
13662
|
+
# @return [String]
|
13663
|
+
#
|
13664
|
+
# @!attribute [rw] date_time
|
13665
|
+
# The timestamp for when the request was run.
|
13666
|
+
# @return [Time]
|
13667
|
+
#
|
13668
|
+
# @!attribute [rw] name
|
13669
|
+
# The name of the target resource.
|
13670
|
+
# @return [String]
|
13671
|
+
#
|
13672
|
+
# @!attribute [rw] status
|
13673
|
+
# The status of the `SetupInstanceHttps` request.
|
13674
|
+
# @return [String]
|
13675
|
+
#
|
13676
|
+
# @!attribute [rw] standard_error
|
13677
|
+
# The text written by the command to stderr.
|
13678
|
+
# @return [String]
|
13679
|
+
#
|
13680
|
+
# @!attribute [rw] standard_output
|
13681
|
+
# The text written by the command to stdout.
|
13682
|
+
# @return [String]
|
13683
|
+
#
|
13684
|
+
# @!attribute [rw] version
|
13685
|
+
# The current version of the script..
|
13686
|
+
# @return [String]
|
13687
|
+
#
|
13688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupExecutionDetails AWS API Documentation
|
13689
|
+
#
|
13690
|
+
class SetupExecutionDetails < Struct.new(
|
13691
|
+
:command,
|
13692
|
+
:date_time,
|
13693
|
+
:name,
|
13694
|
+
:status,
|
13695
|
+
:standard_error,
|
13696
|
+
:standard_output,
|
13697
|
+
:version)
|
13698
|
+
SENSITIVE = []
|
13699
|
+
include Aws::Structure
|
13700
|
+
end
|
13701
|
+
|
13702
|
+
# Returns a list of the commands that were ran on the target resource.
|
13703
|
+
#
|
13704
|
+
# The status of each command is also returned.
|
13705
|
+
#
|
13706
|
+
# @!attribute [rw] operation_id
|
13707
|
+
# A GUID that's used to identify the operation.
|
13708
|
+
# @return [String]
|
13709
|
+
#
|
13710
|
+
# @!attribute [rw] request
|
13711
|
+
# Information about the specified request.
|
13712
|
+
# @return [Types::SetupRequest]
|
13713
|
+
#
|
13714
|
+
# @!attribute [rw] resource
|
13715
|
+
# The target resource name for the request.
|
13716
|
+
# @return [Types::SetupHistoryResource]
|
13717
|
+
#
|
13718
|
+
# @!attribute [rw] execution_details
|
13719
|
+
# Describes the full details of the request.
|
13720
|
+
# @return [Array<Types::SetupExecutionDetails>]
|
13721
|
+
#
|
13722
|
+
# @!attribute [rw] status
|
13723
|
+
# The status of the request.
|
13724
|
+
# @return [String]
|
13725
|
+
#
|
13726
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupHistory AWS API Documentation
|
13727
|
+
#
|
13728
|
+
class SetupHistory < Struct.new(
|
13729
|
+
:operation_id,
|
13730
|
+
:request,
|
13731
|
+
:resource,
|
13732
|
+
:execution_details,
|
13733
|
+
:status)
|
13734
|
+
SENSITIVE = []
|
13735
|
+
include Aws::Structure
|
13736
|
+
end
|
13737
|
+
|
13738
|
+
# The Lightsail resource that `SetupHistory` was ran on.
|
13739
|
+
#
|
13740
|
+
# @!attribute [rw] name
|
13741
|
+
# The name of the Lightsail resource.
|
13742
|
+
# @return [String]
|
13743
|
+
#
|
13744
|
+
# @!attribute [rw] arn
|
13745
|
+
# The Amazon Resource Name (ARN) of the Lightsail resource.
|
13746
|
+
# @return [String]
|
13747
|
+
#
|
13748
|
+
# @!attribute [rw] created_at
|
13749
|
+
# The timestamp for when the resource was created.
|
13750
|
+
# @return [Time]
|
13751
|
+
#
|
13752
|
+
# @!attribute [rw] location
|
13753
|
+
# Describes the resource location.
|
13754
|
+
# @return [Types::ResourceLocation]
|
13755
|
+
#
|
13756
|
+
# @!attribute [rw] resource_type
|
13757
|
+
# The Lightsail resource type. For example, `Instance`.
|
13758
|
+
# @return [String]
|
13759
|
+
#
|
13760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupHistoryResource AWS API Documentation
|
13761
|
+
#
|
13762
|
+
class SetupHistoryResource < Struct.new(
|
13763
|
+
:name,
|
13764
|
+
:arn,
|
13765
|
+
:created_at,
|
13766
|
+
:location,
|
13767
|
+
:resource_type)
|
13768
|
+
SENSITIVE = []
|
13769
|
+
include Aws::Structure
|
13770
|
+
end
|
13771
|
+
|
13772
|
+
# @!attribute [rw] instance_name
|
13773
|
+
# The name of the Lightsail instance.
|
13774
|
+
# @return [String]
|
13775
|
+
#
|
13776
|
+
# @!attribute [rw] email_address
|
13777
|
+
# The contact method for SSL/TLS certificate renewal alerts. You can
|
13778
|
+
# enter one email address.
|
13779
|
+
# @return [String]
|
13780
|
+
#
|
13781
|
+
# @!attribute [rw] domain_names
|
13782
|
+
# The name of the domain and subdomains that were specified for the
|
13783
|
+
# SSL/TLS certificate.
|
13784
|
+
# @return [Array<String>]
|
13785
|
+
#
|
13786
|
+
# @!attribute [rw] certificate_provider
|
13787
|
+
# The certificate authority that issues the SSL/TLS certificate.
|
13788
|
+
# @return [String]
|
13789
|
+
#
|
13790
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupInstanceHttpsRequest AWS API Documentation
|
13791
|
+
#
|
13792
|
+
class SetupInstanceHttpsRequest < Struct.new(
|
13793
|
+
:instance_name,
|
13794
|
+
:email_address,
|
13795
|
+
:domain_names,
|
13796
|
+
:certificate_provider)
|
13797
|
+
SENSITIVE = [:email_address]
|
13798
|
+
include Aws::Structure
|
13799
|
+
end
|
13800
|
+
|
13801
|
+
# @!attribute [rw] operations
|
13802
|
+
# The available API operations for `SetupInstanceHttps`.
|
13803
|
+
# @return [Array<Types::Operation>]
|
13804
|
+
#
|
13805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupInstanceHttpsResult AWS API Documentation
|
13806
|
+
#
|
13807
|
+
class SetupInstanceHttpsResult < Struct.new(
|
13808
|
+
:operations)
|
13809
|
+
SENSITIVE = []
|
13810
|
+
include Aws::Structure
|
13811
|
+
end
|
13812
|
+
|
13813
|
+
# Returns information that was submitted during the `SetupInstanceHttps`
|
13814
|
+
# request. Email information is redacted for privacy.
|
13815
|
+
#
|
13816
|
+
# @!attribute [rw] instance_name
|
13817
|
+
# The name of the Lightsail instance.
|
13818
|
+
# @return [String]
|
13819
|
+
#
|
13820
|
+
# @!attribute [rw] domain_names
|
13821
|
+
# The name of the domain and subdomains that the SSL/TLS certificate
|
13822
|
+
# secures.
|
13823
|
+
# @return [Array<String>]
|
13824
|
+
#
|
13825
|
+
# @!attribute [rw] certificate_provider
|
13826
|
+
# The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
13827
|
+
# @return [String]
|
13828
|
+
#
|
13829
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupRequest AWS API Documentation
|
13830
|
+
#
|
13831
|
+
class SetupRequest < Struct.new(
|
13832
|
+
:instance_name,
|
13833
|
+
:domain_names,
|
13834
|
+
:certificate_provider)
|
13835
|
+
SENSITIVE = []
|
13836
|
+
include Aws::Structure
|
13837
|
+
end
|
13838
|
+
|
13622
13839
|
# @!attribute [rw] resource_name
|
13623
13840
|
# The resource name.
|
13624
13841
|
# @return [String]
|
@@ -13698,12 +13915,12 @@ module Aws::Lightsail
|
|
13698
13915
|
# Describes a static IP.
|
13699
13916
|
#
|
13700
13917
|
# @!attribute [rw] name
|
13701
|
-
# The name of the static IP (
|
13918
|
+
# The name of the static IP (`StaticIP-Ohio-EXAMPLE`).
|
13702
13919
|
# @return [String]
|
13703
13920
|
#
|
13704
13921
|
# @!attribute [rw] arn
|
13705
|
-
# The Amazon Resource Name (ARN) of the static IP
|
13706
|
-
# `arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE`).
|
13922
|
+
# The Amazon Resource Name (ARN) of the static IP
|
13923
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE`).
|
13707
13924
|
# @return [String]
|
13708
13925
|
#
|
13709
13926
|
# @!attribute [rw] support_code
|
@@ -13714,8 +13931,7 @@ module Aws::Lightsail
|
|
13714
13931
|
# @return [String]
|
13715
13932
|
#
|
13716
13933
|
# @!attribute [rw] created_at
|
13717
|
-
# The timestamp when the static IP was created (
|
13718
|
-
# `1479735304.222`).
|
13934
|
+
# The timestamp when the static IP was created (`1479735304.222`).
|
13719
13935
|
# @return [Time]
|
13720
13936
|
#
|
13721
13937
|
# @!attribute [rw] location
|
@@ -13731,8 +13947,8 @@ module Aws::Lightsail
|
|
13731
13947
|
# @return [String]
|
13732
13948
|
#
|
13733
13949
|
# @!attribute [rw] attached_to
|
13734
|
-
# The instance where the static IP is attached
|
13735
|
-
# `Amazon_Linux-1GB-Ohio-1`).
|
13950
|
+
# The instance where the static IP is attached
|
13951
|
+
# (`Amazon_Linux-1GB-Ohio-1`).
|
13736
13952
|
# @return [String]
|
13737
13953
|
#
|
13738
13954
|
# @!attribute [rw] is_attached
|
@@ -14499,8 +14715,8 @@ module Aws::Lightsail
|
|
14499
14715
|
end
|
14500
14716
|
|
14501
14717
|
# @!attribute [rw] load_balancer_name
|
14502
|
-
# The name of the load balancer that you want to modify
|
14503
|
-
# `my-load-balancer`.
|
14718
|
+
# The name of the load balancer that you want to modify
|
14719
|
+
# (`my-load-balancer`.
|
14504
14720
|
# @return [String]
|
14505
14721
|
#
|
14506
14722
|
# @!attribute [rw] attribute_name
|