aws-sdk-lightsail 1.84.0 → 1.86.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +261 -144
- data/lib/aws-sdk-lightsail/client_api.rb +95 -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 +413 -186
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +6 -6
@@ -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
|
@@ -1368,6 +1368,11 @@ module Aws::Lightsail
|
|
1368
1368
|
# This parameter only applies to Lightsail for Research resources.
|
1369
1369
|
# @return [Array<String>]
|
1370
1370
|
#
|
1371
|
+
# @!attribute [rw] public_ipv_4_address_count
|
1372
|
+
# An integer that indicates the public ipv4 address count included in
|
1373
|
+
# the bundle, the value is either 0 or 1.
|
1374
|
+
# @return [Integer]
|
1375
|
+
#
|
1371
1376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/Bundle AWS API Documentation
|
1372
1377
|
#
|
1373
1378
|
class Bundle < Struct.new(
|
@@ -1382,7 +1387,8 @@ module Aws::Lightsail
|
|
1382
1387
|
:ram_size_in_gb,
|
1383
1388
|
:transfer_per_month_in_gb,
|
1384
1389
|
:supported_platforms,
|
1385
|
-
:supported_app_categories
|
1390
|
+
:supported_app_categories,
|
1391
|
+
:public_ipv_4_address_count)
|
1386
1392
|
SENSITIVE = []
|
1387
1393
|
include Aws::Structure
|
1388
1394
|
end
|
@@ -1610,7 +1616,7 @@ module Aws::Lightsail
|
|
1610
1616
|
# @return [String]
|
1611
1617
|
#
|
1612
1618
|
# @!attribute [rw] name
|
1613
|
-
# The name of the certificate (
|
1619
|
+
# The name of the certificate (`my-certificate`).
|
1614
1620
|
# @return [String]
|
1615
1621
|
#
|
1616
1622
|
# @!attribute [rw] domain_name
|
@@ -1626,8 +1632,8 @@ module Aws::Lightsail
|
|
1626
1632
|
# @return [String]
|
1627
1633
|
#
|
1628
1634
|
# @!attribute [rw] subject_alternative_names
|
1629
|
-
# An array of strings that specify the alternate domains
|
1630
|
-
# `example2.com`) and subdomains (
|
1635
|
+
# An array of strings that specify the alternate domains
|
1636
|
+
# (`example2.com`) and subdomains (`blog.example.com`) of the
|
1631
1637
|
# certificate.
|
1632
1638
|
# @return [Array<String>]
|
1633
1639
|
#
|
@@ -1890,7 +1896,7 @@ module Aws::Lightsail
|
|
1890
1896
|
# @return [Types::ResourceLocation]
|
1891
1897
|
#
|
1892
1898
|
# @!attribute [rw] resource_type
|
1893
|
-
# The Lightsail resource type (
|
1899
|
+
# The Lightsail resource type (`CloudFormationStackRecord`).
|
1894
1900
|
# @return [String]
|
1895
1901
|
#
|
1896
1902
|
# @!attribute [rw] state
|
@@ -1927,7 +1933,7 @@ module Aws::Lightsail
|
|
1927
1933
|
# export snapshot record).
|
1928
1934
|
#
|
1929
1935
|
# @!attribute [rw] resource_type
|
1930
|
-
# The Lightsail resource type (
|
1936
|
+
# The Lightsail resource type (`ExportSnapshotRecord`).
|
1931
1937
|
# @return [String]
|
1932
1938
|
#
|
1933
1939
|
# @!attribute [rw] name
|
@@ -1999,7 +2005,7 @@ module Aws::Lightsail
|
|
1999
2005
|
# @return [Types::ResourceLocation]
|
2000
2006
|
#
|
2001
2007
|
# @!attribute [rw] resource_type
|
2002
|
-
# The Lightsail resource type
|
2008
|
+
# The Lightsail resource type of the contact method.
|
2003
2009
|
# @return [String]
|
2004
2010
|
#
|
2005
2011
|
# @!attribute [rw] support_code
|
@@ -2115,8 +2121,7 @@ module Aws::Lightsail
|
|
2115
2121
|
# @return [Types::ResourceLocation]
|
2116
2122
|
#
|
2117
2123
|
# @!attribute [rw] resource_type
|
2118
|
-
# The Lightsail resource type of the container service
|
2119
|
-
# `ContainerService`).
|
2124
|
+
# The Lightsail resource type of the container service.
|
2120
2125
|
# @return [String]
|
2121
2126
|
#
|
2122
2127
|
# @!attribute [rw] tags
|
@@ -2299,16 +2304,16 @@ module Aws::Lightsail
|
|
2299
2304
|
#
|
2300
2305
|
# A deployment can be in one of the following states:
|
2301
2306
|
#
|
2302
|
-
# * `
|
2307
|
+
# * `ACTIVATING` - The deployment is being created.
|
2303
2308
|
#
|
2304
|
-
# * `
|
2309
|
+
# * `ACTIVE` - The deployment was successfully created, and it's
|
2305
2310
|
# currently running on the container service. The container service
|
2306
2311
|
# can have only one deployment in an active state at a time.
|
2307
2312
|
#
|
2308
|
-
# * `
|
2313
|
+
# * `INACTIVE` - The deployment was previously successfully created,
|
2309
2314
|
# but it is not currently running on the container service.
|
2310
2315
|
#
|
2311
|
-
# * `
|
2316
|
+
# * `FAILED` - The deployment failed. Use the `GetContainerLog` action
|
2312
2317
|
# to view the log events for the containers in the deployment to try
|
2313
2318
|
# to determine the reason for the failure.
|
2314
2319
|
# @return [String]
|
@@ -2534,7 +2539,7 @@ module Aws::Lightsail
|
|
2534
2539
|
# base price of the container service.
|
2535
2540
|
#
|
2536
2541
|
# @!attribute [rw] power_id
|
2537
|
-
# The ID of the power (
|
2542
|
+
# The ID of the power (`nano-1`).
|
2538
2543
|
# @return [String]
|
2539
2544
|
#
|
2540
2545
|
# @!attribute [rw] price
|
@@ -2550,7 +2555,7 @@ module Aws::Lightsail
|
|
2550
2555
|
# @return [Float]
|
2551
2556
|
#
|
2552
2557
|
# @!attribute [rw] name
|
2553
|
-
# The friendly name of the power (
|
2558
|
+
# The friendly name of the power (`nano`).
|
2554
2559
|
# @return [String]
|
2555
2560
|
#
|
2556
2561
|
# @!attribute [rw] is_active
|
@@ -2954,18 +2959,18 @@ module Aws::Lightsail
|
|
2954
2959
|
# @return [String]
|
2955
2960
|
#
|
2956
2961
|
# @!attribute [rw] domain_name
|
2957
|
-
# The domain name (
|
2962
|
+
# The domain name (`example.com`) for the certificate.
|
2958
2963
|
# @return [String]
|
2959
2964
|
#
|
2960
2965
|
# @!attribute [rw] subject_alternative_names
|
2961
|
-
# An array of strings that specify the alternate domains
|
2962
|
-
# `example2.com`) and subdomains (
|
2966
|
+
# An array of strings that specify the alternate domains
|
2967
|
+
# (`example2.com`) and subdomains (`blog.example.com`) for the
|
2963
2968
|
# certificate.
|
2964
2969
|
#
|
2965
2970
|
# You can specify a maximum of nine alternate domains (in addition to
|
2966
2971
|
# the primary domain name).
|
2967
2972
|
#
|
2968
|
-
# Wildcard domain entries (
|
2973
|
+
# Wildcard domain entries (`*.example.com`) are not supported.
|
2969
2974
|
# @return [Array<String>]
|
2970
2975
|
#
|
2971
2976
|
# @!attribute [rw] tags
|
@@ -3301,12 +3306,12 @@ module Aws::Lightsail
|
|
3301
3306
|
end
|
3302
3307
|
|
3303
3308
|
# @!attribute [rw] disk_name
|
3304
|
-
# The unique Lightsail disk name (
|
3309
|
+
# The unique Lightsail disk name (`my-disk`).
|
3305
3310
|
# @return [String]
|
3306
3311
|
#
|
3307
3312
|
# @!attribute [rw] disk_snapshot_name
|
3308
|
-
# The name of the disk snapshot (
|
3309
|
-
#
|
3313
|
+
# The name of the disk snapshot (`my-snapshot`) from which to create
|
3314
|
+
# the new storage disk.
|
3310
3315
|
#
|
3311
3316
|
# Constraint:
|
3312
3317
|
#
|
@@ -3318,8 +3323,8 @@ module Aws::Lightsail
|
|
3318
3323
|
# @return [String]
|
3319
3324
|
#
|
3320
3325
|
# @!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
|
3326
|
+
# The Availability Zone where you want to create the disk
|
3327
|
+
# (`us-east-2a`). Choose the same Availability Zone as the Lightsail
|
3323
3328
|
# instance where you want to create the disk.
|
3324
3329
|
#
|
3325
3330
|
# Use the GetRegions operation to list the Availability Zones where
|
@@ -3327,7 +3332,7 @@ module Aws::Lightsail
|
|
3327
3332
|
# @return [String]
|
3328
3333
|
#
|
3329
3334
|
# @!attribute [rw] size_in_gb
|
3330
|
-
# The size of the disk in GB (
|
3335
|
+
# The size of the disk in GB (`32`).
|
3331
3336
|
# @return [Integer]
|
3332
3337
|
#
|
3333
3338
|
# @!attribute [rw] tags
|
@@ -3434,12 +3439,12 @@ module Aws::Lightsail
|
|
3434
3439
|
end
|
3435
3440
|
|
3436
3441
|
# @!attribute [rw] disk_name
|
3437
|
-
# The unique Lightsail disk name (
|
3442
|
+
# The unique Lightsail disk name (`my-disk`).
|
3438
3443
|
# @return [String]
|
3439
3444
|
#
|
3440
3445
|
# @!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
|
3446
|
+
# The Availability Zone where you want to create the disk
|
3447
|
+
# (`us-east-2a`). Use the same Availability Zone as the Lightsail
|
3443
3448
|
# instance to which you want to attach the disk.
|
3444
3449
|
#
|
3445
3450
|
# Use the `get regions` operation to list the Availability Zones where
|
@@ -3447,7 +3452,7 @@ module Aws::Lightsail
|
|
3447
3452
|
# @return [String]
|
3448
3453
|
#
|
3449
3454
|
# @!attribute [rw] size_in_gb
|
3450
|
-
# The size of the disk in GB (
|
3455
|
+
# The size of the disk in GB (`32`).
|
3451
3456
|
# @return [Integer]
|
3452
3457
|
#
|
3453
3458
|
# @!attribute [rw] tags
|
@@ -3489,7 +3494,7 @@ module Aws::Lightsail
|
|
3489
3494
|
end
|
3490
3495
|
|
3491
3496
|
# @!attribute [rw] disk_name
|
3492
|
-
# The unique name of the source disk (
|
3497
|
+
# The unique name of the source disk (`Disk-Virginia-1`).
|
3493
3498
|
#
|
3494
3499
|
# <note markdown="1"> This parameter cannot be defined together with the `instance name`
|
3495
3500
|
# parameter. The `disk name` and `instance name` parameters are
|
@@ -3499,13 +3504,13 @@ module Aws::Lightsail
|
|
3499
3504
|
# @return [String]
|
3500
3505
|
#
|
3501
3506
|
# @!attribute [rw] disk_snapshot_name
|
3502
|
-
# The name of the destination disk snapshot (
|
3503
|
-
#
|
3507
|
+
# The name of the destination disk snapshot (`my-disk-snapshot`) based
|
3508
|
+
# on the source disk.
|
3504
3509
|
# @return [String]
|
3505
3510
|
#
|
3506
3511
|
# @!attribute [rw] instance_name
|
3507
|
-
# The unique name of the source instance
|
3508
|
-
# `Amazon_Linux-512MB-Virginia-1`). When this is defined, a snapshot
|
3512
|
+
# The unique name of the source instance
|
3513
|
+
# (`Amazon_Linux-512MB-Virginia-1`). When this is defined, a snapshot
|
3509
3514
|
# of the instance's system volume is created.
|
3510
3515
|
#
|
3511
3516
|
# <note markdown="1"> This parameter cannot be defined together with the `disk name`
|
@@ -3635,8 +3640,8 @@ module Aws::Lightsail
|
|
3635
3640
|
end
|
3636
3641
|
|
3637
3642
|
# @!attribute [rw] domain_name
|
3638
|
-
# The domain name (
|
3639
|
-
#
|
3643
|
+
# The domain name (`example.com`) for which you want to create the
|
3644
|
+
# domain entry.
|
3640
3645
|
# @return [String]
|
3641
3646
|
#
|
3642
3647
|
# @!attribute [rw] domain_entry
|
@@ -3668,7 +3673,7 @@ module Aws::Lightsail
|
|
3668
3673
|
end
|
3669
3674
|
|
3670
3675
|
# @!attribute [rw] domain_name
|
3671
|
-
# The domain name to manage (
|
3676
|
+
# The domain name to manage (`example.com`).
|
3672
3677
|
# @return [String]
|
3673
3678
|
#
|
3674
3679
|
# @!attribute [rw] tags
|
@@ -3820,8 +3825,7 @@ module Aws::Lightsail
|
|
3820
3825
|
#
|
3821
3826
|
# @!attribute [rw] bundle_id
|
3822
3827
|
# The bundle of specification information for your virtual private
|
3823
|
-
# server (or *instance*), including the pricing plan (
|
3824
|
-
# `micro_1_0`).
|
3828
|
+
# server (or *instance*), including the pricing plan (`micro_1_0`).
|
3825
3829
|
# @return [String]
|
3826
3830
|
#
|
3827
3831
|
# @!attribute [rw] user_data
|
@@ -3979,18 +3983,18 @@ module Aws::Lightsail
|
|
3979
3983
|
# @return [String]
|
3980
3984
|
#
|
3981
3985
|
# @!attribute [rw] custom_image_name
|
3982
|
-
# (
|
3986
|
+
# (Discontinued) The name for your custom image.
|
3983
3987
|
#
|
3984
3988
|
# <note markdown="1"> In releases prior to June 12, 2017, this parameter was ignored by
|
3985
|
-
# the API. It is now
|
3989
|
+
# the API. It is now discontinued.
|
3986
3990
|
#
|
3987
3991
|
# </note>
|
3988
3992
|
# @return [String]
|
3989
3993
|
#
|
3990
3994
|
# @!attribute [rw] blueprint_id
|
3991
|
-
# The ID for a virtual private server image (
|
3992
|
-
#
|
3993
|
-
#
|
3995
|
+
# The ID for a virtual private server image (`app_wordpress_4_4` or
|
3996
|
+
# `app_lamp_7_0`). Use the `get blueprints` operation to return a list
|
3997
|
+
# of available images (or *blueprints*).
|
3994
3998
|
#
|
3995
3999
|
# <note markdown="1"> Use active blueprints when creating new instances. Inactive
|
3996
4000
|
# blueprints are listed to support customers with existing instances
|
@@ -4003,8 +4007,7 @@ module Aws::Lightsail
|
|
4003
4007
|
#
|
4004
4008
|
# @!attribute [rw] bundle_id
|
4005
4009
|
# The bundle of specification information for your virtual private
|
4006
|
-
# server (or *instance*), including the pricing plan (
|
4007
|
-
# `micro_1_0`).
|
4010
|
+
# server (or *instance*), including the pricing plan (`micro_1_0`).
|
4008
4011
|
# @return [String]
|
4009
4012
|
#
|
4010
4013
|
# @!attribute [rw] user_data
|
@@ -4141,7 +4144,7 @@ module Aws::Lightsail
|
|
4141
4144
|
# @!attribute [rw] health_check_path
|
4142
4145
|
# The path you provided to perform the load balancer health check. If
|
4143
4146
|
# you didn't specify a health check path, Lightsail uses the root
|
4144
|
-
# path of your website (
|
4147
|
+
# path of your website (`"/"`).
|
4145
4148
|
#
|
4146
4149
|
# You may want to specify a custom health check path other than the
|
4147
4150
|
# root of your application if your home page loads slowly or has a lot
|
@@ -4156,8 +4159,8 @@ module Aws::Lightsail
|
|
4156
4159
|
# @return [String]
|
4157
4160
|
#
|
4158
4161
|
# @!attribute [rw] certificate_domain_name
|
4159
|
-
# The domain name with which your certificate is associated
|
4160
|
-
# `example.com`).
|
4162
|
+
# The domain name with which your certificate is associated
|
4163
|
+
# (`example.com`).
|
4161
4164
|
#
|
4162
4165
|
# If you specify `certificateDomainName`, then `certificateName` is
|
4163
4166
|
# required (and vice-versa).
|
@@ -4165,7 +4168,7 @@ module Aws::Lightsail
|
|
4165
4168
|
#
|
4166
4169
|
# @!attribute [rw] certificate_alternative_names
|
4167
4170
|
# The optional alternative domains and subdomains to use with your
|
4168
|
-
# SSL/TLS certificate (
|
4171
|
+
# SSL/TLS certificate (`www.example.com`, `example.com`,
|
4169
4172
|
# `m.example.com`, `blog.example.com`).
|
4170
4173
|
# @return [Array<String>]
|
4171
4174
|
#
|
@@ -4251,15 +4254,14 @@ module Aws::Lightsail
|
|
4251
4254
|
# @return [String]
|
4252
4255
|
#
|
4253
4256
|
# @!attribute [rw] certificate_domain_name
|
4254
|
-
# The domain name (
|
4257
|
+
# The domain name (`example.com`) for your SSL/TLS certificate.
|
4255
4258
|
# @return [String]
|
4256
4259
|
#
|
4257
4260
|
# @!attribute [rw] certificate_alternative_names
|
4258
4261
|
# An array of strings listing alternative domains and subdomains for
|
4259
4262
|
# your SSL/TLS certificate. Lightsail will de-dupe the names for you.
|
4260
4263
|
# 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`).
|
4264
|
+
# primary domain). We do not support wildcards (`*.example.com`).
|
4263
4265
|
# @return [Array<String>]
|
4264
4266
|
#
|
4265
4267
|
# @!attribute [rw] tags
|
@@ -4964,7 +4966,7 @@ module Aws::Lightsail
|
|
4964
4966
|
class DeleteContainerServiceResult < Aws::EmptyStructure; end
|
4965
4967
|
|
4966
4968
|
# @!attribute [rw] disk_name
|
4967
|
-
# The unique name of the disk you want to delete (
|
4969
|
+
# The unique name of the disk you want to delete (`my-disk`).
|
4968
4970
|
# @return [String]
|
4969
4971
|
#
|
4970
4972
|
# @!attribute [rw] force_delete_add_ons
|
@@ -4996,8 +4998,8 @@ module Aws::Lightsail
|
|
4996
4998
|
end
|
4997
4999
|
|
4998
5000
|
# @!attribute [rw] disk_snapshot_name
|
4999
|
-
# The name of the disk snapshot you want to delete
|
5000
|
-
# `my-disk-snapshot`).
|
5001
|
+
# The name of the disk snapshot you want to delete
|
5002
|
+
# (`my-disk-snapshot`).
|
5001
5003
|
# @return [String]
|
5002
5004
|
#
|
5003
5005
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteDiskSnapshotRequest AWS API Documentation
|
@@ -5429,7 +5431,7 @@ module Aws::Lightsail
|
|
5429
5431
|
|
5430
5432
|
# @!attribute [rw] disk_name
|
5431
5433
|
# The unique name of the disk you want to detach from your instance
|
5432
|
-
# (
|
5434
|
+
# (`my-disk`).
|
5433
5435
|
# @return [String]
|
5434
5436
|
#
|
5435
5437
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DetachDiskRequest AWS API Documentation
|
@@ -5569,7 +5571,7 @@ module Aws::Lightsail
|
|
5569
5571
|
# @return [Types::ResourceLocation]
|
5570
5572
|
#
|
5571
5573
|
# @!attribute [rw] resource_type
|
5572
|
-
# The Lightsail resource type (
|
5574
|
+
# The Lightsail resource type (`Disk`).
|
5573
5575
|
# @return [String]
|
5574
5576
|
#
|
5575
5577
|
# @!attribute [rw] tags
|
@@ -5616,21 +5618,21 @@ module Aws::Lightsail
|
|
5616
5618
|
# @return [Boolean]
|
5617
5619
|
#
|
5618
5620
|
# @!attribute [rw] attachment_state
|
5619
|
-
# (
|
5621
|
+
# (Discontinued) The attachment state of the disk.
|
5620
5622
|
#
|
5621
5623
|
# <note markdown="1"> In releases prior to November 14, 2017, this parameter returned
|
5622
5624
|
# `attached` for system disks in the API response. It is now
|
5623
|
-
#
|
5625
|
+
# discontinued, but still included in the response. Use `isAttached`
|
5624
5626
|
# instead.
|
5625
5627
|
#
|
5626
5628
|
# </note>
|
5627
5629
|
# @return [String]
|
5628
5630
|
#
|
5629
5631
|
# @!attribute [rw] gb_in_use
|
5630
|
-
# (
|
5632
|
+
# (Discontinued) The number of GB in use by the disk.
|
5631
5633
|
#
|
5632
5634
|
# <note markdown="1"> In releases prior to November 14, 2017, this parameter was not
|
5633
|
-
# included in the API response. It is now
|
5635
|
+
# included in the API response. It is now discontinued.
|
5634
5636
|
#
|
5635
5637
|
# </note>
|
5636
5638
|
# @return [Integer]
|
@@ -5678,7 +5680,7 @@ module Aws::Lightsail
|
|
5678
5680
|
# @return [String]
|
5679
5681
|
#
|
5680
5682
|
# @!attribute [rw] size_in_gb
|
5681
|
-
# The size of the disk in GB (
|
5683
|
+
# The size of the disk in GB (`32`).
|
5682
5684
|
# @return [Integer]
|
5683
5685
|
#
|
5684
5686
|
# @!attribute [rw] is_system_disk
|
@@ -5705,7 +5707,7 @@ module Aws::Lightsail
|
|
5705
5707
|
# @return [String]
|
5706
5708
|
#
|
5707
5709
|
# @!attribute [rw] new_disk_name
|
5708
|
-
# The new disk name (
|
5710
|
+
# The new disk name (`my-new-disk`).
|
5709
5711
|
# @return [String]
|
5710
5712
|
#
|
5711
5713
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DiskMap AWS API Documentation
|
@@ -5720,7 +5722,7 @@ module Aws::Lightsail
|
|
5720
5722
|
# Describes a block storage disk snapshot.
|
5721
5723
|
#
|
5722
5724
|
# @!attribute [rw] name
|
5723
|
-
# The name of the disk snapshot (
|
5725
|
+
# The name of the disk snapshot (`my-disk-snapshot`).
|
5724
5726
|
# @return [String]
|
5725
5727
|
#
|
5726
5728
|
# @!attribute [rw] arn
|
@@ -5744,7 +5746,7 @@ module Aws::Lightsail
|
|
5744
5746
|
# @return [Types::ResourceLocation]
|
5745
5747
|
#
|
5746
5748
|
# @!attribute [rw] resource_type
|
5747
|
-
# The Lightsail resource type (
|
5749
|
+
# The Lightsail resource type (`DiskSnapshot`).
|
5748
5750
|
# @return [String]
|
5749
5751
|
#
|
5750
5752
|
# @!attribute [rw] tags
|
@@ -5819,7 +5821,7 @@ module Aws::Lightsail
|
|
5819
5821
|
# Describes a disk snapshot.
|
5820
5822
|
#
|
5821
5823
|
# @!attribute [rw] size_in_gb
|
5822
|
-
# The size of the disk in GB (
|
5824
|
+
# The size of the disk in GB (`32`).
|
5823
5825
|
# @return [Integer]
|
5824
5826
|
#
|
5825
5827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DiskSnapshotInfo AWS API Documentation
|
@@ -5918,8 +5920,8 @@ module Aws::Lightsail
|
|
5918
5920
|
# @return [String]
|
5919
5921
|
#
|
5920
5922
|
# @!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`).
|
5923
|
+
# The Amazon Resource Name (ARN) of the domain recordset
|
5924
|
+
# (`arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE`).
|
5923
5925
|
# @return [String]
|
5924
5926
|
#
|
5925
5927
|
# @!attribute [rw] support_code
|
@@ -5989,8 +5991,8 @@ module Aws::Lightsail
|
|
5989
5991
|
# @return [String]
|
5990
5992
|
#
|
5991
5993
|
# @!attribute [rw] target
|
5992
|
-
# The target IP address (
|
5993
|
-
# `ns-111.awsdns-22.com.`).
|
5994
|
+
# The target IP address (`192.0.2.0`), or AWS name server
|
5995
|
+
# (`ns-111.awsdns-22.com.`).
|
5994
5996
|
#
|
5995
5997
|
# For Lightsail load balancers, the value looks like
|
5996
5998
|
# `ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com`.
|
@@ -6038,10 +6040,10 @@ module Aws::Lightsail
|
|
6038
6040
|
# @return [String]
|
6039
6041
|
#
|
6040
6042
|
# @!attribute [rw] options
|
6041
|
-
# (
|
6043
|
+
# (Discontinued) The options for the domain entry.
|
6042
6044
|
#
|
6043
6045
|
# <note markdown="1"> In releases prior to November 29, 2017, this parameter was not
|
6044
|
-
# included in the API response. It is now
|
6046
|
+
# included in the API response. It is now discontinued.
|
6045
6047
|
#
|
6046
6048
|
# </note>
|
6047
6049
|
# @return [Hash<String,String>]
|
@@ -6237,7 +6239,7 @@ module Aws::Lightsail
|
|
6237
6239
|
# @return [Types::ResourceLocation]
|
6238
6240
|
#
|
6239
6241
|
# @!attribute [rw] resource_type
|
6240
|
-
# The Lightsail resource type (
|
6242
|
+
# The Lightsail resource type (`ExportSnapshotRecord`).
|
6241
6243
|
# @return [String]
|
6242
6244
|
#
|
6243
6245
|
# @!attribute [rw] state
|
@@ -6272,8 +6274,7 @@ module Aws::Lightsail
|
|
6272
6274
|
# Describes the source of an export snapshot record.
|
6273
6275
|
#
|
6274
6276
|
# @!attribute [rw] resource_type
|
6275
|
-
# The Lightsail resource type (
|
6276
|
-
# `DiskSnapshot`).
|
6277
|
+
# The Lightsail resource type (`InstanceSnapshot` or `DiskSnapshot`).
|
6277
6278
|
# @return [String]
|
6278
6279
|
#
|
6279
6280
|
# @!attribute [rw] created_at
|
@@ -6461,7 +6462,8 @@ module Aws::Lightsail
|
|
6461
6462
|
# @return [String]
|
6462
6463
|
#
|
6463
6464
|
# @!attribute [rw] resource_type
|
6464
|
-
# The resource type
|
6465
|
+
# The resource type of the automatic snapshot. The possible values are
|
6466
|
+
# `Instance`, and `Disk`.
|
6465
6467
|
# @return [String]
|
6466
6468
|
#
|
6467
6469
|
# @!attribute [rw] auto_snapshots
|
@@ -7364,7 +7366,7 @@ module Aws::Lightsail
|
|
7364
7366
|
end
|
7365
7367
|
|
7366
7368
|
# @!attribute [rw] disk_name
|
7367
|
-
# The name of the disk (
|
7369
|
+
# The name of the disk (`my-disk`).
|
7368
7370
|
# @return [String]
|
7369
7371
|
#
|
7370
7372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDiskRequest AWS API Documentation
|
@@ -7388,7 +7390,7 @@ module Aws::Lightsail
|
|
7388
7390
|
end
|
7389
7391
|
|
7390
7392
|
# @!attribute [rw] disk_snapshot_name
|
7391
|
-
# The name of the disk snapshot (
|
7393
|
+
# The name of the disk snapshot (`my-disk-snapshot`).
|
7392
7394
|
# @return [String]
|
7393
7395
|
#
|
7394
7396
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDiskSnapshotRequest AWS API Documentation
|
@@ -7535,8 +7537,8 @@ module Aws::Lightsail
|
|
7535
7537
|
# @return [String]
|
7536
7538
|
#
|
7537
7539
|
# @!attribute [rw] create_time
|
7538
|
-
# The timestamp of the last cache reset (
|
7539
|
-
#
|
7540
|
+
# The timestamp of the last cache reset (`1479734909.17`) in Unix time
|
7541
|
+
# format.
|
7540
7542
|
# @return [Time]
|
7541
7543
|
#
|
7542
7544
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetDistributionLatestCacheResetResult AWS API Documentation
|
@@ -8765,11 +8767,11 @@ module Aws::Lightsail
|
|
8765
8767
|
# @return [Array<Types::Operation>]
|
8766
8768
|
#
|
8767
8769
|
# @!attribute [rw] next_page_count
|
8768
|
-
# (
|
8770
|
+
# (Discontinued) Returns the number of pages of results that remain.
|
8769
8771
|
#
|
8770
8772
|
# <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.
|
8773
|
+
# by the API. It is now discontinued, and the API returns the `next
|
8774
|
+
# page token` parameter instead.
|
8773
8775
|
#
|
8774
8776
|
# </note>
|
8775
8777
|
# @return [String]
|
@@ -8841,13 +8843,13 @@ module Aws::Lightsail
|
|
8841
8843
|
# @!attribute [rw] include_availability_zones
|
8842
8844
|
# A Boolean value indicating whether to also include Availability
|
8843
8845
|
# Zones in your get regions request. Availability Zones are indicated
|
8844
|
-
# with a letter:
|
8846
|
+
# with a letter: `us-east-2a`.
|
8845
8847
|
# @return [Boolean]
|
8846
8848
|
#
|
8847
8849
|
# @!attribute [rw] include_relational_database_availability_zones
|
8848
8850
|
# A Boolean value indicating whether to also include Availability
|
8849
8851
|
# Zones for databases in your get regions request. Availability Zones
|
8850
|
-
# are indicated with a letter (
|
8852
|
+
# are indicated with a letter (`us-east-2a`).
|
8851
8853
|
# @return [Boolean]
|
8852
8854
|
#
|
8853
8855
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRegionsRequest AWS API Documentation
|
@@ -9522,6 +9524,52 @@ module Aws::Lightsail
|
|
9522
9524
|
include Aws::Structure
|
9523
9525
|
end
|
9524
9526
|
|
9527
|
+
# @!attribute [rw] resource_name
|
9528
|
+
# The name of the resource for which you are requesting information.
|
9529
|
+
# @return [String]
|
9530
|
+
#
|
9531
|
+
# @!attribute [rw] page_token
|
9532
|
+
# The token to advance to the next page of results from your request.
|
9533
|
+
#
|
9534
|
+
# To get a page token, perform an initial `GetSetupHistory` request.
|
9535
|
+
# If your results are paginated, the response will return a next page
|
9536
|
+
# token that you can specify as the page token in a subsequent
|
9537
|
+
# request.
|
9538
|
+
# @return [String]
|
9539
|
+
#
|
9540
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetSetupHistoryRequest AWS API Documentation
|
9541
|
+
#
|
9542
|
+
class GetSetupHistoryRequest < Struct.new(
|
9543
|
+
:resource_name,
|
9544
|
+
:page_token)
|
9545
|
+
SENSITIVE = []
|
9546
|
+
include Aws::Structure
|
9547
|
+
end
|
9548
|
+
|
9549
|
+
# @!attribute [rw] setup_history
|
9550
|
+
# The historical information that's returned.
|
9551
|
+
# @return [Array<Types::SetupHistory>]
|
9552
|
+
#
|
9553
|
+
# @!attribute [rw] next_page_token
|
9554
|
+
# The token to advance to the next page of results from your request.
|
9555
|
+
#
|
9556
|
+
# A next page token is not returned if there are no more results to
|
9557
|
+
# display.
|
9558
|
+
#
|
9559
|
+
# To get the next page of results, perform another `GetSetupHistory`
|
9560
|
+
# request and specify the next page token using the pageToken
|
9561
|
+
# parameter.
|
9562
|
+
# @return [String]
|
9563
|
+
#
|
9564
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetSetupHistoryResult AWS API Documentation
|
9565
|
+
#
|
9566
|
+
class GetSetupHistoryResult < Struct.new(
|
9567
|
+
:setup_history,
|
9568
|
+
:next_page_token)
|
9569
|
+
SENSITIVE = []
|
9570
|
+
include Aws::Structure
|
9571
|
+
end
|
9572
|
+
|
9525
9573
|
# @!attribute [rw] static_ip_name
|
9526
9574
|
# The name of the static IP in Lightsail.
|
9527
9575
|
# @return [String]
|
@@ -9734,9 +9782,9 @@ module Aws::Lightsail
|
|
9734
9782
|
# Describes the origin resource of an Amazon Lightsail content delivery
|
9735
9783
|
# network (CDN) distribution.
|
9736
9784
|
#
|
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.
|
9785
|
+
# An origin can be a Lightsail instance, bucket, container service, or
|
9786
|
+
# load balancer. A distribution pulls content from an origin, caches it,
|
9787
|
+
# and serves it to viewers via a worldwide network of edge servers.
|
9740
9788
|
#
|
9741
9789
|
# @!attribute [rw] name
|
9742
9790
|
# The name of the origin resource.
|
@@ -9764,13 +9812,12 @@ module Aws::Lightsail
|
|
9764
9812
|
# Describes an instance (a virtual private server).
|
9765
9813
|
#
|
9766
9814
|
# @!attribute [rw] name
|
9767
|
-
# The name the user gave the instance (
|
9768
|
-
# `Amazon_Linux-1GB-Ohio-1`).
|
9815
|
+
# The name the user gave the instance (`Amazon_Linux-1GB-Ohio-1`).
|
9769
9816
|
# @return [String]
|
9770
9817
|
#
|
9771
9818
|
# @!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`).
|
9819
|
+
# The Amazon Resource Name (ARN) of the instance
|
9820
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:Instance/244ad76f-8aad-4741-809f-12345EXAMPLE`).
|
9774
9821
|
# @return [String]
|
9775
9822
|
#
|
9776
9823
|
# @!attribute [rw] support_code
|
@@ -9781,8 +9828,8 @@ module Aws::Lightsail
|
|
9781
9828
|
# @return [String]
|
9782
9829
|
#
|
9783
9830
|
# @!attribute [rw] created_at
|
9784
|
-
# The timestamp when the instance was created (
|
9785
|
-
#
|
9831
|
+
# The timestamp when the instance was created (`1479734909.17`) in
|
9832
|
+
# Unix time format.
|
9786
9833
|
# @return [Time]
|
9787
9834
|
#
|
9788
9835
|
# @!attribute [rw] location
|
@@ -9804,15 +9851,15 @@ module Aws::Lightsail
|
|
9804
9851
|
# @return [Array<Types::Tag>]
|
9805
9852
|
#
|
9806
9853
|
# @!attribute [rw] blueprint_id
|
9807
|
-
# The blueprint ID (
|
9854
|
+
# The blueprint ID (`os_amlinux_2016_03`).
|
9808
9855
|
# @return [String]
|
9809
9856
|
#
|
9810
9857
|
# @!attribute [rw] blueprint_name
|
9811
|
-
# The friendly name of the blueprint (
|
9858
|
+
# The friendly name of the blueprint (`Amazon Linux`).
|
9812
9859
|
# @return [String]
|
9813
9860
|
#
|
9814
9861
|
# @!attribute [rw] bundle_id
|
9815
|
-
# The bundle for the instance (
|
9862
|
+
# The bundle for the instance (`micro_1_0`).
|
9816
9863
|
# @return [String]
|
9817
9864
|
#
|
9818
9865
|
# @!attribute [rw] add_ons
|
@@ -9854,16 +9901,16 @@ module Aws::Lightsail
|
|
9854
9901
|
# @return [Types::InstanceNetworking]
|
9855
9902
|
#
|
9856
9903
|
# @!attribute [rw] state
|
9857
|
-
# The status code and the state (
|
9904
|
+
# The status code and the state (`running`) for the instance.
|
9858
9905
|
# @return [Types::InstanceState]
|
9859
9906
|
#
|
9860
9907
|
# @!attribute [rw] username
|
9861
|
-
# The user name for connecting to the instance (
|
9908
|
+
# The user name for connecting to the instance (`ec2-user`).
|
9862
9909
|
# @return [String]
|
9863
9910
|
#
|
9864
9911
|
# @!attribute [rw] ssh_key_name
|
9865
|
-
# The name of the SSH key being used to connect to the instance
|
9866
|
-
# `LightsailDefaultKeyPair`).
|
9912
|
+
# The name of the SSH key being used to connect to the instance
|
9913
|
+
# (`LightsailDefaultKeyPair`).
|
9867
9914
|
# @return [String]
|
9868
9915
|
#
|
9869
9916
|
# @!attribute [rw] metadata_options
|
@@ -9904,8 +9951,8 @@ module Aws::Lightsail
|
|
9904
9951
|
#
|
9905
9952
|
# @!attribute [rw] cert_key
|
9906
9953
|
# For SSH access, the public key to use when accessing your instance
|
9907
|
-
# For OpenSSH clients (
|
9908
|
-
#
|
9954
|
+
# For OpenSSH clients (command line SSH), you should save this value
|
9955
|
+
# to `tempkey-cert.pub`.
|
9909
9956
|
# @return [String]
|
9910
9957
|
#
|
9911
9958
|
# @!attribute [rw] expires_at
|
@@ -9916,6 +9963,10 @@ module Aws::Lightsail
|
|
9916
9963
|
# The public IP address of the Amazon Lightsail instance.
|
9917
9964
|
# @return [String]
|
9918
9965
|
#
|
9966
|
+
# @!attribute [rw] ipv6_addresses
|
9967
|
+
# The IPv6 address of the Amazon Lightsail instance.
|
9968
|
+
# @return [Array<String>]
|
9969
|
+
#
|
9919
9970
|
# @!attribute [rw] password
|
9920
9971
|
# For RDP access, the password for your Amazon Lightsail instance.
|
9921
9972
|
# Password will be an empty string if the password for your new
|
@@ -9944,7 +9995,7 @@ module Aws::Lightsail
|
|
9944
9995
|
#
|
9945
9996
|
# @!attribute [rw] private_key
|
9946
9997
|
# For SSH access, the temporary private key. For OpenSSH clients
|
9947
|
-
# (
|
9998
|
+
# (command line SSH), you should save this value to `tempkey`).
|
9948
9999
|
# @return [String]
|
9949
10000
|
#
|
9950
10001
|
# @!attribute [rw] protocol
|
@@ -9970,6 +10021,7 @@ module Aws::Lightsail
|
|
9970
10021
|
:cert_key,
|
9971
10022
|
:expires_at,
|
9972
10023
|
:ip_address,
|
10024
|
+
:ipv6_addresses,
|
9973
10025
|
:password,
|
9974
10026
|
:password_data,
|
9975
10027
|
:private_key,
|
@@ -9996,7 +10048,7 @@ module Aws::Lightsail
|
|
9996
10048
|
# @return [String]
|
9997
10049
|
#
|
9998
10050
|
# @!attribute [rw] instance_type
|
9999
|
-
# The instance type (
|
10051
|
+
# The instance type (`t2.micro`) to use for the new Amazon EC2
|
10000
10052
|
# instance.
|
10001
10053
|
# @return [String]
|
10002
10054
|
#
|
@@ -10074,7 +10126,7 @@ module Aws::Lightsail
|
|
10074
10126
|
# @return [Array<Types::Disk>]
|
10075
10127
|
#
|
10076
10128
|
# @!attribute [rw] ram_size_in_gb
|
10077
|
-
# The amount of RAM in GB on the instance (
|
10129
|
+
# The amount of RAM in GB on the instance (`1.0`).
|
10078
10130
|
# @return [Float]
|
10079
10131
|
#
|
10080
10132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/InstanceHardware AWS API Documentation
|
@@ -10593,8 +10645,8 @@ module Aws::Lightsail
|
|
10593
10645
|
# @return [String]
|
10594
10646
|
#
|
10595
10647
|
# @!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`).
|
10648
|
+
# The Amazon Resource Name (ARN) of the snapshot
|
10649
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:InstanceSnapshot/d23b5706-3322-4d83-81e5-12345EXAMPLE`).
|
10598
10650
|
# @return [String]
|
10599
10651
|
#
|
10600
10652
|
# @!attribute [rw] support_code
|
@@ -10605,8 +10657,7 @@ module Aws::Lightsail
|
|
10605
10657
|
# @return [String]
|
10606
10658
|
#
|
10607
10659
|
# @!attribute [rw] created_at
|
10608
|
-
# The timestamp when the snapshot was created (
|
10609
|
-
# `1479907467.024`).
|
10660
|
+
# The timestamp when the snapshot was created (`1479907467.024`).
|
10610
10661
|
# @return [Time]
|
10611
10662
|
#
|
10612
10663
|
# @!attribute [rw] location
|
@@ -10652,19 +10703,18 @@ module Aws::Lightsail
|
|
10652
10703
|
#
|
10653
10704
|
# @!attribute [rw] from_instance_arn
|
10654
10705
|
# 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`).
|
10706
|
+
# snapshot was created
|
10707
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:Instance/64b8404c-ccb1-430b-8daf-12345EXAMPLE`).
|
10657
10708
|
# @return [String]
|
10658
10709
|
#
|
10659
10710
|
# @!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
|
10711
|
+
# The blueprint ID from which you created the snapshot
|
10712
|
+
# (`os_debian_8_3`). A blueprint is a virtual private server (or
|
10662
10713
|
# *instance*) image used to create instances quickly.
|
10663
10714
|
# @return [String]
|
10664
10715
|
#
|
10665
10716
|
# @!attribute [rw] from_bundle_id
|
10666
|
-
# The bundle ID from which you created the snapshot (
|
10667
|
-
# `micro_1_0`).
|
10717
|
+
# The bundle ID from which you created the snapshot (`micro_1_0`).
|
10668
10718
|
# @return [String]
|
10669
10719
|
#
|
10670
10720
|
# @!attribute [rw] is_from_auto_snapshot
|
@@ -10702,13 +10752,12 @@ module Aws::Lightsail
|
|
10702
10752
|
# Describes an instance snapshot.
|
10703
10753
|
#
|
10704
10754
|
# @!attribute [rw] from_bundle_id
|
10705
|
-
# The bundle ID from which the source instance was created
|
10706
|
-
# `micro_1_0`).
|
10755
|
+
# The bundle ID from which the source instance was created
|
10756
|
+
# (`micro_1_0`).
|
10707
10757
|
# @return [String]
|
10708
10758
|
#
|
10709
10759
|
# @!attribute [rw] from_blueprint_id
|
10710
|
-
# The blueprint ID from which the source instance (
|
10711
|
-
# `os_debian_8_3`).
|
10760
|
+
# The blueprint ID from which the source instance (`os_debian_8_3`).
|
10712
10761
|
# @return [String]
|
10713
10762
|
#
|
10714
10763
|
# @!attribute [rw] from_disk_info
|
@@ -10733,7 +10782,7 @@ module Aws::Lightsail
|
|
10733
10782
|
# @return [Integer]
|
10734
10783
|
#
|
10735
10784
|
# @!attribute [rw] name
|
10736
|
-
# The state of the instance (
|
10785
|
+
# The state of the instance (`running` or `pending`).
|
10737
10786
|
# @return [String]
|
10738
10787
|
#
|
10739
10788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/InstanceState AWS API Documentation
|
@@ -10803,8 +10852,8 @@ module Aws::Lightsail
|
|
10803
10852
|
# @return [String]
|
10804
10853
|
#
|
10805
10854
|
# @!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`).
|
10855
|
+
# The Amazon Resource Name (ARN) of the key pair
|
10856
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE`).
|
10808
10857
|
# @return [String]
|
10809
10858
|
#
|
10810
10859
|
# @!attribute [rw] support_code
|
@@ -10815,8 +10864,7 @@ module Aws::Lightsail
|
|
10815
10864
|
# @return [String]
|
10816
10865
|
#
|
10817
10866
|
# @!attribute [rw] created_at
|
10818
|
-
# The timestamp when the key pair was created (
|
10819
|
-
# `1479816991.349`).
|
10867
|
+
# The timestamp when the key pair was created (`1479816991.349`).
|
10820
10868
|
# @return [Time]
|
10821
10869
|
#
|
10822
10870
|
# @!attribute [rw] location
|
@@ -10892,7 +10940,7 @@ module Aws::Lightsail
|
|
10892
10940
|
# @return [Types::ResourceLocation]
|
10893
10941
|
#
|
10894
10942
|
# @!attribute [rw] resource_type
|
10895
|
-
# The Lightsail resource type (
|
10943
|
+
# The Lightsail resource type (`Distribution`).
|
10896
10944
|
# @return [String]
|
10897
10945
|
#
|
10898
10946
|
# @!attribute [rw] alternative_domain_names
|
@@ -11002,7 +11050,7 @@ module Aws::Lightsail
|
|
11002
11050
|
# Describes a load balancer.
|
11003
11051
|
#
|
11004
11052
|
# @!attribute [rw] name
|
11005
|
-
# The name of the load balancer (
|
11053
|
+
# The name of the load balancer (`my-load-balancer`).
|
11006
11054
|
# @return [String]
|
11007
11055
|
#
|
11008
11056
|
# @!attribute [rw] arn
|
@@ -11021,13 +11069,13 @@ module Aws::Lightsail
|
|
11021
11069
|
# @return [Time]
|
11022
11070
|
#
|
11023
11071
|
# @!attribute [rw] location
|
11024
|
-
# The AWS Region where your load balancer was created (
|
11025
|
-
#
|
11026
|
-
#
|
11072
|
+
# The AWS Region where your load balancer was created (`us-east-2a`).
|
11073
|
+
# Lightsail automatically creates your load balancer across
|
11074
|
+
# Availability Zones.
|
11027
11075
|
# @return [Types::ResourceLocation]
|
11028
11076
|
#
|
11029
11077
|
# @!attribute [rw] resource_type
|
11030
|
-
# The resource type (
|
11078
|
+
# The resource type (`LoadBalancer`.
|
11031
11079
|
# @return [String]
|
11032
11080
|
#
|
11033
11081
|
# @!attribute [rw] tags
|
@@ -11136,7 +11184,7 @@ module Aws::Lightsail
|
|
11136
11184
|
# (SSL).
|
11137
11185
|
#
|
11138
11186
|
# @!attribute [rw] name
|
11139
|
-
# The name of the SSL/TLS certificate (
|
11187
|
+
# The name of the SSL/TLS certificate (`my-certificate`).
|
11140
11188
|
# @return [String]
|
11141
11189
|
#
|
11142
11190
|
# @!attribute [rw] arn
|
@@ -11160,7 +11208,7 @@ module Aws::Lightsail
|
|
11160
11208
|
# @return [Types::ResourceLocation]
|
11161
11209
|
#
|
11162
11210
|
# @!attribute [rw] resource_type
|
11163
|
-
# The resource type (
|
11211
|
+
# The resource type (`LoadBalancerTlsCertificate`).
|
11164
11212
|
#
|
11165
11213
|
# * <b> <code>Instance</code> </b> - A Lightsail instance (a virtual
|
11166
11214
|
# private server)
|
@@ -11333,8 +11381,8 @@ module Aws::Lightsail
|
|
11333
11381
|
# @return [String]
|
11334
11382
|
#
|
11335
11383
|
# @!attribute [rw] subject_alternative_names
|
11336
|
-
# An array of strings that specify the alternate domains
|
11337
|
-
# `example2.com`) and subdomains (
|
11384
|
+
# An array of strings that specify the alternate domains
|
11385
|
+
# (`example2.com`) and subdomains (`blog.example.com`) for the
|
11338
11386
|
# certificate.
|
11339
11387
|
# @return [Array<String>]
|
11340
11388
|
#
|
@@ -11641,7 +11689,7 @@ module Aws::Lightsail
|
|
11641
11689
|
# @return [Float]
|
11642
11690
|
#
|
11643
11691
|
# @!attribute [rw] timestamp
|
11644
|
-
# The timestamp (
|
11692
|
+
# The timestamp (`1479816991.349`).
|
11645
11693
|
# @return [Time]
|
11646
11694
|
#
|
11647
11695
|
# @!attribute [rw] unit
|
@@ -11819,8 +11867,7 @@ module Aws::Lightsail
|
|
11819
11867
|
# @return [String]
|
11820
11868
|
#
|
11821
11869
|
# @!attribute [rw] created_at
|
11822
|
-
# The timestamp when the operation was initialized (
|
11823
|
-
# `1479816991.349`).
|
11870
|
+
# The timestamp when the operation was initialized (`1479816991.349`).
|
11824
11871
|
# @return [Time]
|
11825
11872
|
#
|
11826
11873
|
# @!attribute [rw] location
|
@@ -11832,7 +11879,7 @@ module Aws::Lightsail
|
|
11832
11879
|
# @return [Boolean]
|
11833
11880
|
#
|
11834
11881
|
# @!attribute [rw] operation_details
|
11835
|
-
# Details about the operation (
|
11882
|
+
# Details about the operation (`Debian-1GB-Ohio-1`).
|
11836
11883
|
# @return [String]
|
11837
11884
|
#
|
11838
11885
|
# @!attribute [rw] operation_type
|
@@ -11844,7 +11891,7 @@ module Aws::Lightsail
|
|
11844
11891
|
# @return [String]
|
11845
11892
|
#
|
11846
11893
|
# @!attribute [rw] status_changed_at
|
11847
|
-
# The timestamp when the status was changed (
|
11894
|
+
# The timestamp when the status was changed (`1479816991.349`).
|
11848
11895
|
# @return [Time]
|
11849
11896
|
#
|
11850
11897
|
# @!attribute [rw] error_code
|
@@ -11911,7 +11958,7 @@ module Aws::Lightsail
|
|
11911
11958
|
# @return [String]
|
11912
11959
|
#
|
11913
11960
|
# @!attribute [rw] resource_type
|
11914
|
-
# The resource type of the origin resource (
|
11961
|
+
# The resource type of the origin resource (*Instance*).
|
11915
11962
|
# @return [String]
|
11916
11963
|
#
|
11917
11964
|
# @!attribute [rw] region_name
|
@@ -12586,21 +12633,21 @@ module Aws::Lightsail
|
|
12586
12633
|
# Describes the Amazon Web Services Region.
|
12587
12634
|
#
|
12588
12635
|
# @!attribute [rw] continent_code
|
12589
|
-
# The continent code (
|
12636
|
+
# The continent code (`NA`, meaning North America).
|
12590
12637
|
# @return [String]
|
12591
12638
|
#
|
12592
12639
|
# @!attribute [rw] description
|
12593
|
-
# The description of the Amazon Web Services Region (
|
12594
|
-
#
|
12595
|
-
#
|
12640
|
+
# The description of the Amazon Web Services Region (`This region is
|
12641
|
+
# recommended to serve users in the eastern United States and eastern
|
12642
|
+
# Canada`).
|
12596
12643
|
# @return [String]
|
12597
12644
|
#
|
12598
12645
|
# @!attribute [rw] display_name
|
12599
|
-
# The display name (
|
12646
|
+
# The display name (`Ohio`).
|
12600
12647
|
# @return [String]
|
12601
12648
|
#
|
12602
12649
|
# @!attribute [rw] name
|
12603
|
-
# The region name (
|
12650
|
+
# The region name (`us-east-2`).
|
12604
12651
|
# @return [String]
|
12605
12652
|
#
|
12606
12653
|
# @!attribute [rw] availability_zones
|
@@ -13328,8 +13375,8 @@ module Aws::Lightsail
|
|
13328
13375
|
# @return [String]
|
13329
13376
|
#
|
13330
13377
|
# @!attribute [rw] create_time
|
13331
|
-
# The timestamp of the reset cache request (
|
13332
|
-
#
|
13378
|
+
# The timestamp of the reset cache request (`1479734909.17`) in Unix
|
13379
|
+
# time format.
|
13333
13380
|
# @return [Time]
|
13334
13381
|
#
|
13335
13382
|
# @!attribute [rw] operation
|
@@ -13528,7 +13575,7 @@ module Aws::Lightsail
|
|
13528
13575
|
# @!attribute [rw] resource_type
|
13529
13576
|
# The resource type.
|
13530
13577
|
#
|
13531
|
-
# The
|
13578
|
+
# The resource values are `Distribution`, `Instance`, and
|
13532
13579
|
# `LoadBalancer`.
|
13533
13580
|
#
|
13534
13581
|
# <note markdown="1"> Distribution-related APIs are available only in the N. Virginia
|
@@ -13619,6 +13666,187 @@ module Aws::Lightsail
|
|
13619
13666
|
include Aws::Structure
|
13620
13667
|
end
|
13621
13668
|
|
13669
|
+
# Returns details about the commands that were run.
|
13670
|
+
#
|
13671
|
+
# @!attribute [rw] command
|
13672
|
+
# The command that was executed.
|
13673
|
+
# @return [String]
|
13674
|
+
#
|
13675
|
+
# @!attribute [rw] date_time
|
13676
|
+
# The timestamp for when the request was run.
|
13677
|
+
# @return [Time]
|
13678
|
+
#
|
13679
|
+
# @!attribute [rw] name
|
13680
|
+
# The name of the target resource.
|
13681
|
+
# @return [String]
|
13682
|
+
#
|
13683
|
+
# @!attribute [rw] status
|
13684
|
+
# The status of the `SetupInstanceHttps` request.
|
13685
|
+
# @return [String]
|
13686
|
+
#
|
13687
|
+
# @!attribute [rw] standard_error
|
13688
|
+
# The text written by the command to stderr.
|
13689
|
+
# @return [String]
|
13690
|
+
#
|
13691
|
+
# @!attribute [rw] standard_output
|
13692
|
+
# The text written by the command to stdout.
|
13693
|
+
# @return [String]
|
13694
|
+
#
|
13695
|
+
# @!attribute [rw] version
|
13696
|
+
# The current version of the script..
|
13697
|
+
# @return [String]
|
13698
|
+
#
|
13699
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupExecutionDetails AWS API Documentation
|
13700
|
+
#
|
13701
|
+
class SetupExecutionDetails < Struct.new(
|
13702
|
+
:command,
|
13703
|
+
:date_time,
|
13704
|
+
:name,
|
13705
|
+
:status,
|
13706
|
+
:standard_error,
|
13707
|
+
:standard_output,
|
13708
|
+
:version)
|
13709
|
+
SENSITIVE = []
|
13710
|
+
include Aws::Structure
|
13711
|
+
end
|
13712
|
+
|
13713
|
+
# Returns a list of the commands that were ran on the target resource.
|
13714
|
+
#
|
13715
|
+
# The status of each command is also returned.
|
13716
|
+
#
|
13717
|
+
# @!attribute [rw] operation_id
|
13718
|
+
# A GUID that's used to identify the operation.
|
13719
|
+
# @return [String]
|
13720
|
+
#
|
13721
|
+
# @!attribute [rw] request
|
13722
|
+
# Information about the specified request.
|
13723
|
+
# @return [Types::SetupRequest]
|
13724
|
+
#
|
13725
|
+
# @!attribute [rw] resource
|
13726
|
+
# The target resource name for the request.
|
13727
|
+
# @return [Types::SetupHistoryResource]
|
13728
|
+
#
|
13729
|
+
# @!attribute [rw] execution_details
|
13730
|
+
# Describes the full details of the request.
|
13731
|
+
# @return [Array<Types::SetupExecutionDetails>]
|
13732
|
+
#
|
13733
|
+
# @!attribute [rw] status
|
13734
|
+
# The status of the request.
|
13735
|
+
# @return [String]
|
13736
|
+
#
|
13737
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupHistory AWS API Documentation
|
13738
|
+
#
|
13739
|
+
class SetupHistory < Struct.new(
|
13740
|
+
:operation_id,
|
13741
|
+
:request,
|
13742
|
+
:resource,
|
13743
|
+
:execution_details,
|
13744
|
+
:status)
|
13745
|
+
SENSITIVE = []
|
13746
|
+
include Aws::Structure
|
13747
|
+
end
|
13748
|
+
|
13749
|
+
# The Lightsail resource that `SetupHistory` was ran on.
|
13750
|
+
#
|
13751
|
+
# @!attribute [rw] name
|
13752
|
+
# The name of the Lightsail resource.
|
13753
|
+
# @return [String]
|
13754
|
+
#
|
13755
|
+
# @!attribute [rw] arn
|
13756
|
+
# The Amazon Resource Name (ARN) of the Lightsail resource.
|
13757
|
+
# @return [String]
|
13758
|
+
#
|
13759
|
+
# @!attribute [rw] created_at
|
13760
|
+
# The timestamp for when the resource was created.
|
13761
|
+
# @return [Time]
|
13762
|
+
#
|
13763
|
+
# @!attribute [rw] location
|
13764
|
+
# Describes the resource location.
|
13765
|
+
# @return [Types::ResourceLocation]
|
13766
|
+
#
|
13767
|
+
# @!attribute [rw] resource_type
|
13768
|
+
# The Lightsail resource type. For example, `Instance`.
|
13769
|
+
# @return [String]
|
13770
|
+
#
|
13771
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupHistoryResource AWS API Documentation
|
13772
|
+
#
|
13773
|
+
class SetupHistoryResource < Struct.new(
|
13774
|
+
:name,
|
13775
|
+
:arn,
|
13776
|
+
:created_at,
|
13777
|
+
:location,
|
13778
|
+
:resource_type)
|
13779
|
+
SENSITIVE = []
|
13780
|
+
include Aws::Structure
|
13781
|
+
end
|
13782
|
+
|
13783
|
+
# @!attribute [rw] instance_name
|
13784
|
+
# The name of the Lightsail instance.
|
13785
|
+
# @return [String]
|
13786
|
+
#
|
13787
|
+
# @!attribute [rw] email_address
|
13788
|
+
# The contact method for SSL/TLS certificate renewal alerts. You can
|
13789
|
+
# enter one email address.
|
13790
|
+
# @return [String]
|
13791
|
+
#
|
13792
|
+
# @!attribute [rw] domain_names
|
13793
|
+
# The name of the domain and subdomains that were specified for the
|
13794
|
+
# SSL/TLS certificate.
|
13795
|
+
# @return [Array<String>]
|
13796
|
+
#
|
13797
|
+
# @!attribute [rw] certificate_provider
|
13798
|
+
# The certificate authority that issues the SSL/TLS certificate.
|
13799
|
+
# @return [String]
|
13800
|
+
#
|
13801
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupInstanceHttpsRequest AWS API Documentation
|
13802
|
+
#
|
13803
|
+
class SetupInstanceHttpsRequest < Struct.new(
|
13804
|
+
:instance_name,
|
13805
|
+
:email_address,
|
13806
|
+
:domain_names,
|
13807
|
+
:certificate_provider)
|
13808
|
+
SENSITIVE = [:email_address]
|
13809
|
+
include Aws::Structure
|
13810
|
+
end
|
13811
|
+
|
13812
|
+
# @!attribute [rw] operations
|
13813
|
+
# The available API operations for `SetupInstanceHttps`.
|
13814
|
+
# @return [Array<Types::Operation>]
|
13815
|
+
#
|
13816
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupInstanceHttpsResult AWS API Documentation
|
13817
|
+
#
|
13818
|
+
class SetupInstanceHttpsResult < Struct.new(
|
13819
|
+
:operations)
|
13820
|
+
SENSITIVE = []
|
13821
|
+
include Aws::Structure
|
13822
|
+
end
|
13823
|
+
|
13824
|
+
# Returns information that was submitted during the `SetupInstanceHttps`
|
13825
|
+
# request. Email information is redacted for privacy.
|
13826
|
+
#
|
13827
|
+
# @!attribute [rw] instance_name
|
13828
|
+
# The name of the Lightsail instance.
|
13829
|
+
# @return [String]
|
13830
|
+
#
|
13831
|
+
# @!attribute [rw] domain_names
|
13832
|
+
# The name of the domain and subdomains that the SSL/TLS certificate
|
13833
|
+
# secures.
|
13834
|
+
# @return [Array<String>]
|
13835
|
+
#
|
13836
|
+
# @!attribute [rw] certificate_provider
|
13837
|
+
# The Certificate Authority (CA) that issues the SSL/TLS certificate.
|
13838
|
+
# @return [String]
|
13839
|
+
#
|
13840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/SetupRequest AWS API Documentation
|
13841
|
+
#
|
13842
|
+
class SetupRequest < Struct.new(
|
13843
|
+
:instance_name,
|
13844
|
+
:domain_names,
|
13845
|
+
:certificate_provider)
|
13846
|
+
SENSITIVE = []
|
13847
|
+
include Aws::Structure
|
13848
|
+
end
|
13849
|
+
|
13622
13850
|
# @!attribute [rw] resource_name
|
13623
13851
|
# The resource name.
|
13624
13852
|
# @return [String]
|
@@ -13698,12 +13926,12 @@ module Aws::Lightsail
|
|
13698
13926
|
# Describes a static IP.
|
13699
13927
|
#
|
13700
13928
|
# @!attribute [rw] name
|
13701
|
-
# The name of the static IP (
|
13929
|
+
# The name of the static IP (`StaticIP-Ohio-EXAMPLE`).
|
13702
13930
|
# @return [String]
|
13703
13931
|
#
|
13704
13932
|
# @!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`).
|
13933
|
+
# The Amazon Resource Name (ARN) of the static IP
|
13934
|
+
# (`arn:aws:lightsail:us-east-2:123456789101:StaticIp/9cbb4a9e-f8e3-4dfe-b57e-12345EXAMPLE`).
|
13707
13935
|
# @return [String]
|
13708
13936
|
#
|
13709
13937
|
# @!attribute [rw] support_code
|
@@ -13714,8 +13942,7 @@ module Aws::Lightsail
|
|
13714
13942
|
# @return [String]
|
13715
13943
|
#
|
13716
13944
|
# @!attribute [rw] created_at
|
13717
|
-
# The timestamp when the static IP was created (
|
13718
|
-
# `1479735304.222`).
|
13945
|
+
# The timestamp when the static IP was created (`1479735304.222`).
|
13719
13946
|
# @return [Time]
|
13720
13947
|
#
|
13721
13948
|
# @!attribute [rw] location
|
@@ -13731,8 +13958,8 @@ module Aws::Lightsail
|
|
13731
13958
|
# @return [String]
|
13732
13959
|
#
|
13733
13960
|
# @!attribute [rw] attached_to
|
13734
|
-
# The instance where the static IP is attached
|
13735
|
-
# `Amazon_Linux-1GB-Ohio-1`).
|
13961
|
+
# The instance where the static IP is attached
|
13962
|
+
# (`Amazon_Linux-1GB-Ohio-1`).
|
13736
13963
|
# @return [String]
|
13737
13964
|
#
|
13738
13965
|
# @!attribute [rw] is_attached
|
@@ -14499,8 +14726,8 @@ module Aws::Lightsail
|
|
14499
14726
|
end
|
14500
14727
|
|
14501
14728
|
# @!attribute [rw] load_balancer_name
|
14502
|
-
# The name of the load balancer that you want to modify
|
14503
|
-
# `my-load-balancer`.
|
14729
|
+
# The name of the load balancer that you want to modify
|
14730
|
+
# (`my-load-balancer`.
|
14504
14731
|
# @return [String]
|
14505
14732
|
#
|
14506
14733
|
# @!attribute [rw] attribute_name
|