aws-sdk-lightsail 1.70.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -124,14 +124,15 @@ module Aws::Lightsail
124
124
  # @return [Time]
125
125
  #
126
126
  # @!attribute [rw] region
127
- # The AWS Region where this access key was most recently used.
127
+ # The Amazon Web Services Region where this access key was most
128
+ # recently used.
128
129
  #
129
130
  # This value is `N/A` if the access key has not been used.
130
131
  # @return [String]
131
132
  #
132
133
  # @!attribute [rw] service_name
133
- # The name of the AWS service with which this access key was most
134
- # recently used.
134
+ # The name of the Amazon Web Services service with which this access
135
+ # key was most recently used.
135
136
  #
136
137
  # This value is `N/A` if the access key has not been used.
137
138
  # @return [String]
@@ -158,14 +159,6 @@ module Aws::Lightsail
158
159
  #
159
160
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-understanding-bucket-permissions
160
161
  #
161
- # @note When making an API call, you may pass AccessRules
162
- # data as a hash:
163
- #
164
- # {
165
- # get_object: "public", # accepts public, private
166
- # allow_public_overrides: false,
167
- # }
168
- #
169
162
  # @!attribute [rw] get_object
170
163
  # Specifies the anonymous access to all objects in a bucket.
171
164
  #
@@ -399,16 +392,6 @@ module Aws::Lightsail
399
392
  #
400
393
  # [1]: https://aws.amazon.com/lightsail/pricing/
401
394
  #
402
- # @note When making an API call, you may pass AddOnRequest
403
- # data as a hash:
404
- #
405
- # {
406
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
407
- # auto_snapshot_add_on_request: {
408
- # snapshot_time_of_day: "TimeOfDay",
409
- # },
410
- # }
411
- #
412
395
  # @!attribute [rw] add_on_type
413
396
  # The add-on type.
414
397
  # @return [String]
@@ -599,13 +582,6 @@ module Aws::Lightsail
599
582
  include Aws::Structure
600
583
  end
601
584
 
602
- # @note When making an API call, you may pass AllocateStaticIpRequest
603
- # data as a hash:
604
- #
605
- # {
606
- # static_ip_name: "ResourceName", # required
607
- # }
608
- #
609
585
  # @!attribute [rw] static_ip_name
610
586
  # The name of the static IP address.
611
587
  # @return [String]
@@ -632,14 +608,6 @@ module Aws::Lightsail
632
608
  include Aws::Structure
633
609
  end
634
610
 
635
- # @note When making an API call, you may pass AttachCertificateToDistributionRequest
636
- # data as a hash:
637
- #
638
- # {
639
- # distribution_name: "ResourceName", # required
640
- # certificate_name: "ResourceName", # required
641
- # }
642
- #
643
611
  # @!attribute [rw] distribution_name
644
612
  # The name of the distribution that the certificate will be attached
645
613
  # to.
@@ -689,15 +657,6 @@ module Aws::Lightsail
689
657
  include Aws::Structure
690
658
  end
691
659
 
692
- # @note When making an API call, you may pass AttachDiskRequest
693
- # data as a hash:
694
- #
695
- # {
696
- # disk_name: "ResourceName", # required
697
- # instance_name: "ResourceName", # required
698
- # disk_path: "NonEmptyString", # required
699
- # }
700
- #
701
660
  # @!attribute [rw] disk_name
702
661
  # The unique Lightsail disk name (e.g., `my-disk`).
703
662
  # @return [String]
@@ -735,14 +694,6 @@ module Aws::Lightsail
735
694
  include Aws::Structure
736
695
  end
737
696
 
738
- # @note When making an API call, you may pass AttachInstancesToLoadBalancerRequest
739
- # data as a hash:
740
- #
741
- # {
742
- # load_balancer_name: "ResourceName", # required
743
- # instance_names: ["ResourceName"], # required
744
- # }
745
- #
746
697
  # @!attribute [rw] load_balancer_name
747
698
  # The name of the load balancer.
748
699
  # @return [String]
@@ -782,14 +733,6 @@ module Aws::Lightsail
782
733
  include Aws::Structure
783
734
  end
784
735
 
785
- # @note When making an API call, you may pass AttachLoadBalancerTlsCertificateRequest
786
- # data as a hash:
787
- #
788
- # {
789
- # load_balancer_name: "ResourceName", # required
790
- # certificate_name: "ResourceName", # required
791
- # }
792
- #
793
736
  # @!attribute [rw] load_balancer_name
794
737
  # The name of the load balancer to which you want to associate the
795
738
  # SSL/TLS certificate.
@@ -826,14 +769,6 @@ module Aws::Lightsail
826
769
  include Aws::Structure
827
770
  end
828
771
 
829
- # @note When making an API call, you may pass AttachStaticIpRequest
830
- # data as a hash:
831
- #
832
- # {
833
- # static_ip_name: "ResourceName", # required
834
- # instance_name: "ResourceName", # required
835
- # }
836
- #
837
772
  # @!attribute [rw] static_ip_name
838
773
  # The name of the static IP.
839
774
  # @return [String]
@@ -920,13 +855,6 @@ module Aws::Lightsail
920
855
  # day, because 30 minutes is required between your current time and
921
856
  # the new snapshot time that you specify.
922
857
  #
923
- # @note When making an API call, you may pass AutoSnapshotAddOnRequest
924
- # data as a hash:
925
- #
926
- # {
927
- # snapshot_time_of_day: "TimeOfDay",
928
- # }
929
- #
930
858
  # @!attribute [rw] snapshot_time_of_day
931
859
  # The daily time when an automatic snapshot will be created.
932
860
  #
@@ -1226,15 +1154,6 @@ module Aws::Lightsail
1226
1154
  #
1227
1155
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-bucket-access-logs
1228
1156
  #
1229
- # @note When making an API call, you may pass BucketAccessLogConfig
1230
- # data as a hash:
1231
- #
1232
- # {
1233
- # enabled: false, # required
1234
- # destination: "BucketName",
1235
- # prefix: "BucketAccessLogPrefix",
1236
- # }
1237
- #
1238
1157
  # @!attribute [rw] enabled
1239
1158
  # A Boolean value that indicates whether bucket access logging is
1240
1159
  # enabled for the bucket.
@@ -1423,13 +1342,6 @@ module Aws::Lightsail
1423
1342
  # Describes the default cache behavior of an Amazon Lightsail content
1424
1343
  # delivery network (CDN) distribution.
1425
1344
  #
1426
- # @note When making an API call, you may pass CacheBehavior
1427
- # data as a hash:
1428
- #
1429
- # {
1430
- # behavior: "dont-cache", # accepts dont-cache, cache
1431
- # }
1432
- #
1433
1345
  # @!attribute [rw] behavior
1434
1346
  # The cache behavior of the distribution.
1435
1347
  #
@@ -1471,14 +1383,6 @@ module Aws::Lightsail
1471
1383
  # used to specify a directory, file, or file type that your distribution
1472
1384
  # will not cache.
1473
1385
  #
1474
- # @note When making an API call, you may pass CacheBehaviorPerPath
1475
- # data as a hash:
1476
- #
1477
- # {
1478
- # path: "string",
1479
- # behavior: "dont-cache", # accepts dont-cache, cache
1480
- # }
1481
- #
1482
1386
  # @!attribute [rw] path
1483
1387
  # The path to a directory or file to cached, or not cache. Use an
1484
1388
  # asterisk symbol to specify wildcard directories
@@ -1546,29 +1450,6 @@ module Aws::Lightsail
1546
1450
  # (including the `defaultCacheBehavior`) that have a `behavior` of
1547
1451
  # `cache`.
1548
1452
  #
1549
- # @note When making an API call, you may pass CacheSettings
1550
- # data as a hash:
1551
- #
1552
- # {
1553
- # default_ttl: 1,
1554
- # minimum_ttl: 1,
1555
- # maximum_ttl: 1,
1556
- # allowed_http_methods: "NonEmptyString",
1557
- # cached_http_methods: "NonEmptyString",
1558
- # forwarded_cookies: {
1559
- # option: "none", # accepts none, allow-list, all
1560
- # cookies_allow_list: ["string"],
1561
- # },
1562
- # forwarded_headers: {
1563
- # option: "none", # accepts none, allow-list, all
1564
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
1565
- # },
1566
- # forwarded_query_strings: {
1567
- # option: false,
1568
- # query_strings_allow_list: ["string"],
1569
- # },
1570
- # }
1571
- #
1572
1453
  # @!attribute [rw] default_ttl
1573
1454
  # The default amount of time that objects stay in the distribution's
1574
1455
  # cache before the distribution forwards another request to the origin
@@ -1720,8 +1601,8 @@ module Aws::Lightsail
1720
1601
  # requires additional information to process this certificate
1721
1602
  # request. This can happen as a fraud-protection measure, such as
1722
1603
  # when the domain ranks within the Alexa top 1000 websites. To
1723
- # provide the required information, use the [AWS Support Center][1]
1724
- # to contact AWS Support.
1604
+ # provide the required information, use the [Amazon Web Services
1605
+ # Support Center][1] to contact Amazon Web Services Support.
1725
1606
  #
1726
1607
  # <note markdown="1"> You cannot request a certificate for Amazon-owned domain names
1727
1608
  # such as those ending in amazonaws.com, cloudfront.net, or
@@ -1744,8 +1625,8 @@ module Aws::Lightsail
1744
1625
  # new certificate.
1745
1626
  #
1746
1627
  # If you see this error and your domain is not included in the
1747
- # VirusTotal list, visit the [AWS Support Center][1] and create a
1748
- # case.
1628
+ # VirusTotal list, visit the [Amazon Web Services Support Center][1]
1629
+ # and create a case.
1749
1630
  #
1750
1631
  # * <b> <code>INVALID_PUBLIC_DOMAIN</code> </b> - One or more of the
1751
1632
  # domain names in the certificate request is not valid. Typically,
@@ -1904,21 +1785,6 @@ module Aws::Lightsail
1904
1785
  include Aws::Structure
1905
1786
  end
1906
1787
 
1907
- # @note When making an API call, you may pass CloseInstancePublicPortsRequest
1908
- # data as a hash:
1909
- #
1910
- # {
1911
- # port_info: { # required
1912
- # from_port: 1,
1913
- # to_port: 1,
1914
- # protocol: "tcp", # accepts tcp, all, udp, icmp
1915
- # cidrs: ["string"],
1916
- # ipv6_cidrs: ["string"],
1917
- # cidr_list_aliases: ["string"],
1918
- # },
1919
- # instance_name: "ResourceName", # required
1920
- # }
1921
- #
1922
1788
  # @!attribute [rw] port_info
1923
1789
  # An object to describe the ports to close for the specified instance.
1924
1790
  # @return [Types::PortInfo]
@@ -2114,20 +1980,6 @@ module Aws::Lightsail
2114
1980
  # Describes the settings of a container that will be launched, or that
2115
1981
  # is launched, to an Amazon Lightsail container service.
2116
1982
  #
2117
- # @note When making an API call, you may pass Container
2118
- # data as a hash:
2119
- #
2120
- # {
2121
- # image: "string",
2122
- # command: ["string"],
2123
- # environment: {
2124
- # "string" => "string",
2125
- # },
2126
- # ports: {
2127
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
2128
- # },
2129
- # }
2130
- #
2131
1983
  # @!attribute [rw] image
2132
1984
  # The name of the image used for the container.
2133
1985
  #
@@ -2444,36 +2296,6 @@ module Aws::Lightsail
2444
2296
  # A deployment specifies the settings, such as the ports and launch
2445
2297
  # command, of containers that are deployed to your container service.
2446
2298
  #
2447
- # @note When making an API call, you may pass ContainerServiceDeploymentRequest
2448
- # data as a hash:
2449
- #
2450
- # {
2451
- # containers: {
2452
- # "ContainerName" => {
2453
- # image: "string",
2454
- # command: ["string"],
2455
- # environment: {
2456
- # "string" => "string",
2457
- # },
2458
- # ports: {
2459
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
2460
- # },
2461
- # },
2462
- # },
2463
- # public_endpoint: {
2464
- # container_name: "string", # required
2465
- # container_port: 1, # required
2466
- # health_check: {
2467
- # healthy_threshold: 1,
2468
- # unhealthy_threshold: 1,
2469
- # timeout_seconds: 1,
2470
- # interval_seconds: 1,
2471
- # path: "string",
2472
- # success_codes: "string",
2473
- # },
2474
- # },
2475
- # }
2476
- #
2477
2299
  # @!attribute [rw] containers
2478
2300
  # An object that describes the configuration for the containers of the
2479
2301
  # deployment.
@@ -2545,13 +2367,6 @@ module Aws::Lightsail
2545
2367
  #
2546
2368
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
2547
2369
  #
2548
- # @note When making an API call, you may pass ContainerServiceECRImagePullerRoleRequest
2549
- # data as a hash:
2550
- #
2551
- # {
2552
- # is_active: false,
2553
- # }
2554
- #
2555
2370
  # @!attribute [rw] is_active
2556
2371
  # A Boolean value that indicates whether to activate the role.
2557
2372
  # @return [Boolean]
@@ -2595,18 +2410,6 @@ module Aws::Lightsail
2595
2410
  # Describes the health check configuration of an Amazon Lightsail
2596
2411
  # container service.
2597
2412
  #
2598
- # @note When making an API call, you may pass ContainerServiceHealthCheckConfig
2599
- # data as a hash:
2600
- #
2601
- # {
2602
- # healthy_threshold: 1,
2603
- # unhealthy_threshold: 1,
2604
- # timeout_seconds: 1,
2605
- # interval_seconds: 1,
2606
- # path: "string",
2607
- # success_codes: "string",
2608
- # }
2609
- #
2610
2413
  # @!attribute [rw] healthy_threshold
2611
2414
  # The number of consecutive health checks successes required before
2612
2415
  # moving the container to the `Healthy` state. The default value is
@@ -2836,14 +2639,6 @@ module Aws::Lightsail
2836
2639
  # versions of the specified content based on the cookie values in viewer
2837
2640
  # requests.
2838
2641
  #
2839
- # @note When making an API call, you may pass CookieObject
2840
- # data as a hash:
2841
- #
2842
- # {
2843
- # option: "none", # accepts none, allow-list, all
2844
- # cookies_allow_list: ["string"],
2845
- # }
2846
- #
2847
2642
  # @!attribute [rw] option
2848
2643
  # Specifies which cookies to forward to the distribution's origin for
2849
2644
  # a cache behavior: `all`, `none`, or `allow-list` to forward only the
@@ -2863,18 +2658,6 @@ module Aws::Lightsail
2863
2658
  include Aws::Structure
2864
2659
  end
2865
2660
 
2866
- # @note When making an API call, you may pass CopySnapshotRequest
2867
- # data as a hash:
2868
- #
2869
- # {
2870
- # source_snapshot_name: "ResourceName",
2871
- # source_resource_name: "string",
2872
- # restore_date: "string",
2873
- # use_latest_restorable_auto_snapshot: false,
2874
- # target_snapshot_name: "ResourceName", # required
2875
- # source_region: "us-east-1", # required, accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
2876
- # }
2877
- #
2878
2661
  # @!attribute [rw] source_snapshot_name
2879
2662
  # The name of the source manual snapshot to copy.
2880
2663
  #
@@ -2981,13 +2764,6 @@ module Aws::Lightsail
2981
2764
  include Aws::Structure
2982
2765
  end
2983
2766
 
2984
- # @note When making an API call, you may pass CreateBucketAccessKeyRequest
2985
- # data as a hash:
2986
- #
2987
- # {
2988
- # bucket_name: "BucketName", # required
2989
- # }
2990
- #
2991
2767
  # @!attribute [rw] bucket_name
2992
2768
  # The name of the bucket that the new access key will belong to, and
2993
2769
  # grant access to.
@@ -3020,21 +2796,6 @@ module Aws::Lightsail
3020
2796
  include Aws::Structure
3021
2797
  end
3022
2798
 
3023
- # @note When making an API call, you may pass CreateBucketRequest
3024
- # data as a hash:
3025
- #
3026
- # {
3027
- # bucket_name: "BucketName", # required
3028
- # bundle_id: "NonEmptyString", # required
3029
- # tags: [
3030
- # {
3031
- # key: "TagKey",
3032
- # value: "TagValue",
3033
- # },
3034
- # ],
3035
- # enable_object_versioning: false,
3036
- # }
3037
- #
3038
2799
  # @!attribute [rw] bucket_name
3039
2800
  # The name for the bucket.
3040
2801
  #
@@ -3119,21 +2880,6 @@ module Aws::Lightsail
3119
2880
  include Aws::Structure
3120
2881
  end
3121
2882
 
3122
- # @note When making an API call, you may pass CreateCertificateRequest
3123
- # data as a hash:
3124
- #
3125
- # {
3126
- # certificate_name: "CertificateName", # required
3127
- # domain_name: "DomainName", # required
3128
- # subject_alternative_names: ["DomainName"],
3129
- # tags: [
3130
- # {
3131
- # key: "TagKey",
3132
- # value: "TagValue",
3133
- # },
3134
- # ],
3135
- # }
3136
- #
3137
2883
  # @!attribute [rw] certificate_name
3138
2884
  # The name for the certificate.
3139
2885
  # @return [String]
@@ -3190,21 +2936,6 @@ module Aws::Lightsail
3190
2936
  include Aws::Structure
3191
2937
  end
3192
2938
 
3193
- # @note When making an API call, you may pass CreateCloudFormationStackRequest
3194
- # data as a hash:
3195
- #
3196
- # {
3197
- # instances: [ # required
3198
- # {
3199
- # source_name: "ResourceName", # required
3200
- # instance_type: "NonEmptyString", # required
3201
- # port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE, CLOSED
3202
- # user_data: "string",
3203
- # availability_zone: "string", # required
3204
- # },
3205
- # ],
3206
- # }
3207
- #
3208
2939
  # @!attribute [rw] instances
3209
2940
  # An array of parameters that will be used to create the new Amazon
3210
2941
  # EC2 instance. You can only pass one instance entry at a time in this
@@ -3234,14 +2965,6 @@ module Aws::Lightsail
3234
2965
  include Aws::Structure
3235
2966
  end
3236
2967
 
3237
- # @note When making an API call, you may pass CreateContactMethodRequest
3238
- # data as a hash:
3239
- #
3240
- # {
3241
- # protocol: "Email", # required, accepts Email, SMS
3242
- # contact_endpoint: "StringMax256", # required
3243
- # }
3244
- #
3245
2968
  # @!attribute [rw] protocol
3246
2969
  # The protocol of the contact method, such as `Email` or `SMS` (text
3247
2970
  # messaging).
@@ -3315,37 +3038,6 @@ module Aws::Lightsail
3315
3038
  include Aws::Structure
3316
3039
  end
3317
3040
 
3318
- # @note When making an API call, you may pass CreateContainerServiceDeploymentRequest
3319
- # data as a hash:
3320
- #
3321
- # {
3322
- # service_name: "ContainerServiceName", # required
3323
- # containers: {
3324
- # "ContainerName" => {
3325
- # image: "string",
3326
- # command: ["string"],
3327
- # environment: {
3328
- # "string" => "string",
3329
- # },
3330
- # ports: {
3331
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
3332
- # },
3333
- # },
3334
- # },
3335
- # public_endpoint: {
3336
- # container_name: "string", # required
3337
- # container_port: 1, # required
3338
- # health_check: {
3339
- # healthy_threshold: 1,
3340
- # unhealthy_threshold: 1,
3341
- # timeout_seconds: 1,
3342
- # interval_seconds: 1,
3343
- # path: "string",
3344
- # success_codes: "string",
3345
- # },
3346
- # },
3347
- # }
3348
- #
3349
3041
  # @!attribute [rw] service_name
3350
3042
  # The name of the container service for which to create the
3351
3043
  # deployment.
@@ -3402,55 +3094,6 @@ module Aws::Lightsail
3402
3094
  include Aws::Structure
3403
3095
  end
3404
3096
 
3405
- # @note When making an API call, you may pass CreateContainerServiceRequest
3406
- # data as a hash:
3407
- #
3408
- # {
3409
- # service_name: "ContainerServiceName", # required
3410
- # power: "nano", # required, accepts nano, micro, small, medium, large, xlarge
3411
- # scale: 1, # required
3412
- # tags: [
3413
- # {
3414
- # key: "TagKey",
3415
- # value: "TagValue",
3416
- # },
3417
- # ],
3418
- # public_domain_names: {
3419
- # "string" => ["string"],
3420
- # },
3421
- # deployment: {
3422
- # containers: {
3423
- # "ContainerName" => {
3424
- # image: "string",
3425
- # command: ["string"],
3426
- # environment: {
3427
- # "string" => "string",
3428
- # },
3429
- # ports: {
3430
- # "string" => "HTTP", # accepts HTTP, HTTPS, TCP, UDP
3431
- # },
3432
- # },
3433
- # },
3434
- # public_endpoint: {
3435
- # container_name: "string", # required
3436
- # container_port: 1, # required
3437
- # health_check: {
3438
- # healthy_threshold: 1,
3439
- # unhealthy_threshold: 1,
3440
- # timeout_seconds: 1,
3441
- # interval_seconds: 1,
3442
- # path: "string",
3443
- # success_codes: "string",
3444
- # },
3445
- # },
3446
- # },
3447
- # private_registry_access: {
3448
- # ecr_image_puller_role: {
3449
- # is_active: false,
3450
- # },
3451
- # },
3452
- # }
3453
- #
3454
3097
  # @!attribute [rw] service_name
3455
3098
  # The name for the container service.
3456
3099
  #
@@ -3459,9 +3102,9 @@ module Aws::Lightsail
3459
3102
  # service is typically
3460
3103
  # `https://<ServiceName>.<RandomGUID>.<AWSRegion>.cs.amazonlightsail.com`.
3461
3104
  # If the name of your container service is `container-service-1`, and
3462
- # it's located in the US East (Ohio) AWS region (`us-east-2`), then
3463
- # the domain for your container service will be like the following
3464
- # example:
3105
+ # it's located in the US East (Ohio) Amazon Web Services Region
3106
+ # (`us-east-2`), then the domain for your container service will be
3107
+ # like the following example:
3465
3108
  # `https://container-service-1.ur4EXAMPLE2uq.us-east-2.cs.amazonlightsail.com`
3466
3109
  #
3467
3110
  # The following are the requirements for container service names:
@@ -3588,33 +3231,6 @@ module Aws::Lightsail
3588
3231
  include Aws::Structure
3589
3232
  end
3590
3233
 
3591
- # @note When making an API call, you may pass CreateDiskFromSnapshotRequest
3592
- # data as a hash:
3593
- #
3594
- # {
3595
- # disk_name: "ResourceName", # required
3596
- # disk_snapshot_name: "ResourceName",
3597
- # availability_zone: "NonEmptyString", # required
3598
- # size_in_gb: 1, # required
3599
- # tags: [
3600
- # {
3601
- # key: "TagKey",
3602
- # value: "TagValue",
3603
- # },
3604
- # ],
3605
- # add_ons: [
3606
- # {
3607
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
3608
- # auto_snapshot_add_on_request: {
3609
- # snapshot_time_of_day: "TimeOfDay",
3610
- # },
3611
- # },
3612
- # ],
3613
- # source_disk_name: "string",
3614
- # restore_date: "string",
3615
- # use_latest_restorable_auto_snapshot: false,
3616
- # }
3617
- #
3618
3234
  # @!attribute [rw] disk_name
3619
3235
  # The unique Lightsail disk name (e.g., `my-disk`).
3620
3236
  # @return [String]
@@ -3748,29 +3364,6 @@ module Aws::Lightsail
3748
3364
  include Aws::Structure
3749
3365
  end
3750
3366
 
3751
- # @note When making an API call, you may pass CreateDiskRequest
3752
- # data as a hash:
3753
- #
3754
- # {
3755
- # disk_name: "ResourceName", # required
3756
- # availability_zone: "NonEmptyString", # required
3757
- # size_in_gb: 1, # required
3758
- # tags: [
3759
- # {
3760
- # key: "TagKey",
3761
- # value: "TagValue",
3762
- # },
3763
- # ],
3764
- # add_ons: [
3765
- # {
3766
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
3767
- # auto_snapshot_add_on_request: {
3768
- # snapshot_time_of_day: "TimeOfDay",
3769
- # },
3770
- # },
3771
- # ],
3772
- # }
3773
- #
3774
3367
  # @!attribute [rw] disk_name
3775
3368
  # The unique Lightsail disk name (e.g., `my-disk`).
3776
3369
  # @return [String]
@@ -3826,21 +3419,6 @@ module Aws::Lightsail
3826
3419
  include Aws::Structure
3827
3420
  end
3828
3421
 
3829
- # @note When making an API call, you may pass CreateDiskSnapshotRequest
3830
- # data as a hash:
3831
- #
3832
- # {
3833
- # disk_name: "ResourceName",
3834
- # disk_snapshot_name: "ResourceName", # required
3835
- # instance_name: "ResourceName",
3836
- # tags: [
3837
- # {
3838
- # key: "TagKey",
3839
- # value: "TagValue",
3840
- # },
3841
- # ],
3842
- # }
3843
- #
3844
3422
  # @!attribute [rw] disk_name
3845
3423
  # The unique name of the source disk (e.g., `Disk-Virginia-1`).
3846
3424
  #
@@ -3900,54 +3478,6 @@ module Aws::Lightsail
3900
3478
  include Aws::Structure
3901
3479
  end
3902
3480
 
3903
- # @note When making an API call, you may pass CreateDistributionRequest
3904
- # data as a hash:
3905
- #
3906
- # {
3907
- # distribution_name: "ResourceName", # required
3908
- # origin: { # required
3909
- # name: "ResourceName",
3910
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
3911
- # protocol_policy: "http-only", # accepts http-only, https-only
3912
- # },
3913
- # default_cache_behavior: { # required
3914
- # behavior: "dont-cache", # accepts dont-cache, cache
3915
- # },
3916
- # cache_behavior_settings: {
3917
- # default_ttl: 1,
3918
- # minimum_ttl: 1,
3919
- # maximum_ttl: 1,
3920
- # allowed_http_methods: "NonEmptyString",
3921
- # cached_http_methods: "NonEmptyString",
3922
- # forwarded_cookies: {
3923
- # option: "none", # accepts none, allow-list, all
3924
- # cookies_allow_list: ["string"],
3925
- # },
3926
- # forwarded_headers: {
3927
- # option: "none", # accepts none, allow-list, all
3928
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
3929
- # },
3930
- # forwarded_query_strings: {
3931
- # option: false,
3932
- # query_strings_allow_list: ["string"],
3933
- # },
3934
- # },
3935
- # cache_behaviors: [
3936
- # {
3937
- # path: "string",
3938
- # behavior: "dont-cache", # accepts dont-cache, cache
3939
- # },
3940
- # ],
3941
- # bundle_id: "string", # required
3942
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
3943
- # tags: [
3944
- # {
3945
- # key: "TagKey",
3946
- # value: "TagValue",
3947
- # },
3948
- # ],
3949
- # }
3950
- #
3951
3481
  # @!attribute [rw] distribution_name
3952
3482
  # The name for the distribution.
3953
3483
  # @return [String]
@@ -4035,23 +3565,6 @@ module Aws::Lightsail
4035
3565
  include Aws::Structure
4036
3566
  end
4037
3567
 
4038
- # @note When making an API call, you may pass CreateDomainEntryRequest
4039
- # data as a hash:
4040
- #
4041
- # {
4042
- # domain_name: "DomainName", # required
4043
- # domain_entry: { # required
4044
- # id: "NonEmptyString",
4045
- # name: "DomainName",
4046
- # target: "string",
4047
- # is_alias: false,
4048
- # type: "DomainEntryType",
4049
- # options: {
4050
- # "DomainEntryOptionsKeys" => "string",
4051
- # },
4052
- # },
4053
- # }
4054
- #
4055
3568
  # @!attribute [rw] domain_name
4056
3569
  # The domain name (e.g., `example.com`) for which you want to create
4057
3570
  # the domain entry.
@@ -4085,29 +3598,8 @@ module Aws::Lightsail
4085
3598
  include Aws::Structure
4086
3599
  end
4087
3600
 
4088
- # @note When making an API call, you may pass CreateDomainRequest
4089
- # data as a hash:
4090
- #
4091
- # {
4092
- # domain_name: "DomainName", # required
4093
- # tags: [
4094
- # {
4095
- # key: "TagKey",
4096
- # value: "TagValue",
4097
- # },
4098
- # ],
4099
- # }
4100
- #
4101
3601
  # @!attribute [rw] domain_name
4102
3602
  # The domain name to manage (e.g., `example.com`).
4103
- #
4104
- # <note markdown="1"> You cannot register a new domain name using Lightsail. You must
4105
- # register a domain name using Amazon Route 53 or another domain name
4106
- # registrar. If you have already registered your domain, you can enter
4107
- # its name in this parameter to manage the DNS records for that domain
4108
- # using Lightsail.
4109
- #
4110
- # </note>
4111
3603
  # @return [String]
4112
3604
  #
4113
3605
  # @!attribute [rw] tags
@@ -4140,20 +3632,6 @@ module Aws::Lightsail
4140
3632
  include Aws::Structure
4141
3633
  end
4142
3634
 
4143
- # @note When making an API call, you may pass CreateInstanceSnapshotRequest
4144
- # data as a hash:
4145
- #
4146
- # {
4147
- # instance_snapshot_name: "ResourceName", # required
4148
- # instance_name: "ResourceName", # required
4149
- # tags: [
4150
- # {
4151
- # key: "TagKey",
4152
- # value: "TagValue",
4153
- # },
4154
- # ],
4155
- # }
4156
- #
4157
3635
  # @!attribute [rw] instance_snapshot_name
4158
3636
  # The name for your new snapshot.
4159
3637
  # @return [String]
@@ -4193,44 +3671,6 @@ module Aws::Lightsail
4193
3671
  include Aws::Structure
4194
3672
  end
4195
3673
 
4196
- # @note When making an API call, you may pass CreateInstancesFromSnapshotRequest
4197
- # data as a hash:
4198
- #
4199
- # {
4200
- # instance_names: ["string"], # required
4201
- # attached_disk_mapping: {
4202
- # "ResourceName" => [
4203
- # {
4204
- # original_disk_path: "NonEmptyString",
4205
- # new_disk_name: "ResourceName",
4206
- # },
4207
- # ],
4208
- # },
4209
- # availability_zone: "string", # required
4210
- # instance_snapshot_name: "ResourceName",
4211
- # bundle_id: "NonEmptyString", # required
4212
- # user_data: "string",
4213
- # key_pair_name: "ResourceName",
4214
- # tags: [
4215
- # {
4216
- # key: "TagKey",
4217
- # value: "TagValue",
4218
- # },
4219
- # ],
4220
- # add_ons: [
4221
- # {
4222
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
4223
- # auto_snapshot_add_on_request: {
4224
- # snapshot_time_of_day: "TimeOfDay",
4225
- # },
4226
- # },
4227
- # ],
4228
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4229
- # source_instance_name: "string",
4230
- # restore_date: "string",
4231
- # use_latest_restorable_auto_snapshot: false,
4232
- # }
4233
- #
4234
3674
  # @!attribute [rw] instance_names
4235
3675
  # The names for your new instances.
4236
3676
  # @return [Array<String>]
@@ -4407,34 +3847,6 @@ module Aws::Lightsail
4407
3847
  include Aws::Structure
4408
3848
  end
4409
3849
 
4410
- # @note When making an API call, you may pass CreateInstancesRequest
4411
- # data as a hash:
4412
- #
4413
- # {
4414
- # instance_names: ["string"], # required
4415
- # availability_zone: "string", # required
4416
- # custom_image_name: "ResourceName",
4417
- # blueprint_id: "NonEmptyString", # required
4418
- # bundle_id: "NonEmptyString", # required
4419
- # user_data: "string",
4420
- # key_pair_name: "ResourceName",
4421
- # tags: [
4422
- # {
4423
- # key: "TagKey",
4424
- # value: "TagValue",
4425
- # },
4426
- # ],
4427
- # add_ons: [
4428
- # {
4429
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
4430
- # auto_snapshot_add_on_request: {
4431
- # snapshot_time_of_day: "TimeOfDay",
4432
- # },
4433
- # },
4434
- # ],
4435
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4436
- # }
4437
- #
4438
3850
  # @!attribute [rw] instance_names
4439
3851
  # The names to use for your new Lightsail instances. Separate multiple
4440
3852
  # values using quotation marks and commas, for example:
@@ -4555,19 +3967,6 @@ module Aws::Lightsail
4555
3967
  include Aws::Structure
4556
3968
  end
4557
3969
 
4558
- # @note When making an API call, you may pass CreateKeyPairRequest
4559
- # data as a hash:
4560
- #
4561
- # {
4562
- # key_pair_name: "ResourceName", # required
4563
- # tags: [
4564
- # {
4565
- # key: "TagKey",
4566
- # value: "TagValue",
4567
- # },
4568
- # ],
4569
- # }
4570
- #
4571
3970
  # @!attribute [rw] key_pair_name
4572
3971
  # The name for your new key pair.
4573
3972
  # @return [String]
@@ -4618,26 +4017,6 @@ module Aws::Lightsail
4618
4017
  include Aws::Structure
4619
4018
  end
4620
4019
 
4621
- # @note When making an API call, you may pass CreateLoadBalancerRequest
4622
- # data as a hash:
4623
- #
4624
- # {
4625
- # load_balancer_name: "ResourceName", # required
4626
- # instance_port: 1, # required
4627
- # health_check_path: "string",
4628
- # certificate_name: "ResourceName",
4629
- # certificate_domain_name: "DomainName",
4630
- # certificate_alternative_names: ["DomainName"],
4631
- # tags: [
4632
- # {
4633
- # key: "TagKey",
4634
- # value: "TagValue",
4635
- # },
4636
- # ],
4637
- # ip_address_type: "dualstack", # accepts dualstack, ipv4
4638
- # tls_policy_name: "string",
4639
- # }
4640
- #
4641
4020
  # @!attribute [rw] load_balancer_name
4642
4021
  # The name of your load balancer.
4643
4022
  # @return [String]
@@ -4739,22 +4118,6 @@ module Aws::Lightsail
4739
4118
  include Aws::Structure
4740
4119
  end
4741
4120
 
4742
- # @note When making an API call, you may pass CreateLoadBalancerTlsCertificateRequest
4743
- # data as a hash:
4744
- #
4745
- # {
4746
- # load_balancer_name: "ResourceName", # required
4747
- # certificate_name: "ResourceName", # required
4748
- # certificate_domain_name: "DomainName", # required
4749
- # certificate_alternative_names: ["DomainName"],
4750
- # tags: [
4751
- # {
4752
- # key: "TagKey",
4753
- # value: "TagValue",
4754
- # },
4755
- # ],
4756
- # }
4757
- #
4758
4121
  # @!attribute [rw] load_balancer_name
4759
4122
  # The load balancer name where you want to create the SSL/TLS
4760
4123
  # certificate.
@@ -4819,26 +4182,6 @@ module Aws::Lightsail
4819
4182
  include Aws::Structure
4820
4183
  end
4821
4184
 
4822
- # @note When making an API call, you may pass CreateRelationalDatabaseFromSnapshotRequest
4823
- # data as a hash:
4824
- #
4825
- # {
4826
- # relational_database_name: "ResourceName", # required
4827
- # availability_zone: "string",
4828
- # publicly_accessible: false,
4829
- # relational_database_snapshot_name: "ResourceName",
4830
- # relational_database_bundle_id: "string",
4831
- # source_relational_database_name: "ResourceName",
4832
- # restore_time: Time.now,
4833
- # use_latest_restorable_time: false,
4834
- # tags: [
4835
- # {
4836
- # key: "TagKey",
4837
- # value: "TagValue",
4838
- # },
4839
- # ],
4840
- # }
4841
- #
4842
4185
  # @!attribute [rw] relational_database_name
4843
4186
  # The name to use for your new Lightsail database resource.
4844
4187
  #
@@ -4951,28 +4294,6 @@ module Aws::Lightsail
4951
4294
  include Aws::Structure
4952
4295
  end
4953
4296
 
4954
- # @note When making an API call, you may pass CreateRelationalDatabaseRequest
4955
- # data as a hash:
4956
- #
4957
- # {
4958
- # relational_database_name: "ResourceName", # required
4959
- # availability_zone: "string",
4960
- # relational_database_blueprint_id: "string", # required
4961
- # relational_database_bundle_id: "string", # required
4962
- # master_database_name: "string", # required
4963
- # master_username: "string", # required
4964
- # master_user_password: "SensitiveString",
4965
- # preferred_backup_window: "string",
4966
- # preferred_maintenance_window: "string",
4967
- # publicly_accessible: false,
4968
- # tags: [
4969
- # {
4970
- # key: "TagKey",
4971
- # value: "TagValue",
4972
- # },
4973
- # ],
4974
- # }
4975
- #
4976
4297
  # @!attribute [rw] relational_database_name
4977
4298
  # The name to use for your new Lightsail database resource.
4978
4299
  #
@@ -5129,7 +4450,7 @@ module Aws::Lightsail
5129
4450
  # block of time for each AWS Region. For more information about the
5130
4451
  # preferred backup window time blocks for each region, see the
5131
4452
  # [Working With Backups][1] guide in the Amazon Relational Database
5132
- # Service (Amazon RDS) documentation.
4453
+ # Service documentation.
5133
4454
  #
5134
4455
  # Constraints:
5135
4456
  #
@@ -5216,20 +4537,6 @@ module Aws::Lightsail
5216
4537
  include Aws::Structure
5217
4538
  end
5218
4539
 
5219
- # @note When making an API call, you may pass CreateRelationalDatabaseSnapshotRequest
5220
- # data as a hash:
5221
- #
5222
- # {
5223
- # relational_database_name: "ResourceName", # required
5224
- # relational_database_snapshot_name: "ResourceName", # required
5225
- # tags: [
5226
- # {
5227
- # key: "TagKey",
5228
- # value: "TagValue",
5229
- # },
5230
- # ],
5231
- # }
5232
- #
5233
4540
  # @!attribute [rw] relational_database_name
5234
4541
  # The name of the database on which to base your new snapshot.
5235
4542
  # @return [String]
@@ -5275,13 +4582,6 @@ module Aws::Lightsail
5275
4582
  include Aws::Structure
5276
4583
  end
5277
4584
 
5278
- # @note When making an API call, you may pass DeleteAlarmRequest
5279
- # data as a hash:
5280
- #
5281
- # {
5282
- # alarm_name: "ResourceName", # required
5283
- # }
5284
- #
5285
4585
  # @!attribute [rw] alarm_name
5286
4586
  # The name of the alarm to delete.
5287
4587
  # @return [String]
@@ -5308,14 +4608,6 @@ module Aws::Lightsail
5308
4608
  include Aws::Structure
5309
4609
  end
5310
4610
 
5311
- # @note When making an API call, you may pass DeleteAutoSnapshotRequest
5312
- # data as a hash:
5313
- #
5314
- # {
5315
- # resource_name: "ResourceName", # required
5316
- # date: "AutoSnapshotDate", # required
5317
- # }
5318
- #
5319
4611
  # @!attribute [rw] resource_name
5320
4612
  # The name of the source instance or disk from which to delete the
5321
4613
  # automatic snapshot.
@@ -5350,14 +4642,6 @@ module Aws::Lightsail
5350
4642
  include Aws::Structure
5351
4643
  end
5352
4644
 
5353
- # @note When making an API call, you may pass DeleteBucketAccessKeyRequest
5354
- # data as a hash:
5355
- #
5356
- # {
5357
- # bucket_name: "BucketName", # required
5358
- # access_key_id: "NonEmptyString", # required
5359
- # }
5360
- #
5361
4645
  # @!attribute [rw] bucket_name
5362
4646
  # The name of the bucket that the access key belongs to.
5363
4647
  # @return [String]
@@ -5396,14 +4680,6 @@ module Aws::Lightsail
5396
4680
  include Aws::Structure
5397
4681
  end
5398
4682
 
5399
- # @note When making an API call, you may pass DeleteBucketRequest
5400
- # data as a hash:
5401
- #
5402
- # {
5403
- # bucket_name: "BucketName", # required
5404
- # force_delete: false,
5405
- # }
5406
- #
5407
4683
  # @!attribute [rw] bucket_name
5408
4684
  # The name of the bucket to delete.
5409
4685
  #
@@ -5462,13 +4738,6 @@ module Aws::Lightsail
5462
4738
  include Aws::Structure
5463
4739
  end
5464
4740
 
5465
- # @note When making an API call, you may pass DeleteCertificateRequest
5466
- # data as a hash:
5467
- #
5468
- # {
5469
- # certificate_name: "CertificateName", # required
5470
- # }
5471
- #
5472
4741
  # @!attribute [rw] certificate_name
5473
4742
  # The name of the certificate to delete.
5474
4743
  #
@@ -5498,13 +4767,6 @@ module Aws::Lightsail
5498
4767
  include Aws::Structure
5499
4768
  end
5500
4769
 
5501
- # @note When making an API call, you may pass DeleteContactMethodRequest
5502
- # data as a hash:
5503
- #
5504
- # {
5505
- # protocol: "Email", # required, accepts Email, SMS
5506
- # }
5507
- #
5508
4770
  # @!attribute [rw] protocol
5509
4771
  # The protocol that will be deleted, such as `Email` or `SMS` (text
5510
4772
  # messaging).
@@ -5538,14 +4800,6 @@ module Aws::Lightsail
5538
4800
  include Aws::Structure
5539
4801
  end
5540
4802
 
5541
- # @note When making an API call, you may pass DeleteContainerImageRequest
5542
- # data as a hash:
5543
- #
5544
- # {
5545
- # service_name: "ContainerServiceName", # required
5546
- # image: "string", # required
5547
- # }
5548
- #
5549
4803
  # @!attribute [rw] service_name
5550
4804
  # The name of the container service for which to delete a registered
5551
4805
  # container image.
@@ -5580,13 +4834,6 @@ module Aws::Lightsail
5580
4834
  #
5581
4835
  class DeleteContainerImageResult < Aws::EmptyStructure; end
5582
4836
 
5583
- # @note When making an API call, you may pass DeleteContainerServiceRequest
5584
- # data as a hash:
5585
- #
5586
- # {
5587
- # service_name: "ContainerServiceName", # required
5588
- # }
5589
- #
5590
4837
  # @!attribute [rw] service_name
5591
4838
  # The name of the container service to delete.
5592
4839
  # @return [String]
@@ -5603,21 +4850,13 @@ module Aws::Lightsail
5603
4850
  #
5604
4851
  class DeleteContainerServiceResult < Aws::EmptyStructure; end
5605
4852
 
5606
- # @note When making an API call, you may pass DeleteDiskRequest
5607
- # data as a hash:
5608
- #
5609
- # {
5610
- # disk_name: "ResourceName", # required
5611
- # force_delete_add_ons: false,
5612
- # }
5613
- #
5614
4853
  # @!attribute [rw] disk_name
5615
4854
  # The unique name of the disk you want to delete (e.g., `my-disk`).
5616
4855
  # @return [String]
5617
4856
  #
5618
4857
  # @!attribute [rw] force_delete_add_ons
5619
- # A Boolean value to indicate whether to delete the enabled add-ons
5620
- # for the disk.
4858
+ # A Boolean value to indicate whether to delete all add-ons for the
4859
+ # disk.
5621
4860
  # @return [Boolean]
5622
4861
  #
5623
4862
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteDiskRequest AWS API Documentation
@@ -5643,13 +4882,6 @@ module Aws::Lightsail
5643
4882
  include Aws::Structure
5644
4883
  end
5645
4884
 
5646
- # @note When making an API call, you may pass DeleteDiskSnapshotRequest
5647
- # data as a hash:
5648
- #
5649
- # {
5650
- # disk_snapshot_name: "ResourceName", # required
5651
- # }
5652
- #
5653
4885
  # @!attribute [rw] disk_snapshot_name
5654
4886
  # The name of the disk snapshot you want to delete (e.g.,
5655
4887
  # `my-disk-snapshot`).
@@ -5677,13 +4909,6 @@ module Aws::Lightsail
5677
4909
  include Aws::Structure
5678
4910
  end
5679
4911
 
5680
- # @note When making an API call, you may pass DeleteDistributionRequest
5681
- # data as a hash:
5682
- #
5683
- # {
5684
- # distribution_name: "ResourceName",
5685
- # }
5686
- #
5687
4912
  # @!attribute [rw] distribution_name
5688
4913
  # The name of the distribution to delete.
5689
4914
  #
@@ -5713,23 +4938,6 @@ module Aws::Lightsail
5713
4938
  include Aws::Structure
5714
4939
  end
5715
4940
 
5716
- # @note When making an API call, you may pass DeleteDomainEntryRequest
5717
- # data as a hash:
5718
- #
5719
- # {
5720
- # domain_name: "DomainName", # required
5721
- # domain_entry: { # required
5722
- # id: "NonEmptyString",
5723
- # name: "DomainName",
5724
- # target: "string",
5725
- # is_alias: false,
5726
- # type: "DomainEntryType",
5727
- # options: {
5728
- # "DomainEntryOptionsKeys" => "string",
5729
- # },
5730
- # },
5731
- # }
5732
- #
5733
4941
  # @!attribute [rw] domain_name
5734
4942
  # The name of the domain entry to delete.
5735
4943
  # @return [String]
@@ -5762,13 +4970,6 @@ module Aws::Lightsail
5762
4970
  include Aws::Structure
5763
4971
  end
5764
4972
 
5765
- # @note When making an API call, you may pass DeleteDomainRequest
5766
- # data as a hash:
5767
- #
5768
- # {
5769
- # domain_name: "DomainName", # required
5770
- # }
5771
- #
5772
4973
  # @!attribute [rw] domain_name
5773
4974
  # The specific domain name to delete.
5774
4975
  # @return [String]
@@ -5795,21 +4996,13 @@ module Aws::Lightsail
5795
4996
  include Aws::Structure
5796
4997
  end
5797
4998
 
5798
- # @note When making an API call, you may pass DeleteInstanceRequest
5799
- # data as a hash:
5800
- #
5801
- # {
5802
- # instance_name: "ResourceName", # required
5803
- # force_delete_add_ons: false,
5804
- # }
5805
- #
5806
4999
  # @!attribute [rw] instance_name
5807
5000
  # The name of the instance to delete.
5808
5001
  # @return [String]
5809
5002
  #
5810
5003
  # @!attribute [rw] force_delete_add_ons
5811
- # A Boolean value to indicate whether to delete the enabled add-ons
5812
- # for the disk.
5004
+ # A Boolean value to indicate whether to delete all add-ons for the
5005
+ # instance.
5813
5006
  # @return [Boolean]
5814
5007
  #
5815
5008
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteInstanceRequest AWS API Documentation
@@ -5835,13 +5028,6 @@ module Aws::Lightsail
5835
5028
  include Aws::Structure
5836
5029
  end
5837
5030
 
5838
- # @note When making an API call, you may pass DeleteInstanceSnapshotRequest
5839
- # data as a hash:
5840
- #
5841
- # {
5842
- # instance_snapshot_name: "ResourceName", # required
5843
- # }
5844
- #
5845
5031
  # @!attribute [rw] instance_snapshot_name
5846
5032
  # The name of the snapshot to delete.
5847
5033
  # @return [String]
@@ -5868,14 +5054,6 @@ module Aws::Lightsail
5868
5054
  include Aws::Structure
5869
5055
  end
5870
5056
 
5871
- # @note When making an API call, you may pass DeleteKeyPairRequest
5872
- # data as a hash:
5873
- #
5874
- # {
5875
- # key_pair_name: "ResourceName", # required
5876
- # expected_fingerprint: "string",
5877
- # }
5878
- #
5879
5057
  # @!attribute [rw] key_pair_name
5880
5058
  # The name of the key pair to delete.
5881
5059
  # @return [String]
@@ -5912,13 +5090,6 @@ module Aws::Lightsail
5912
5090
  include Aws::Structure
5913
5091
  end
5914
5092
 
5915
- # @note When making an API call, you may pass DeleteKnownHostKeysRequest
5916
- # data as a hash:
5917
- #
5918
- # {
5919
- # instance_name: "ResourceName", # required
5920
- # }
5921
- #
5922
5093
  # @!attribute [rw] instance_name
5923
5094
  # The name of the instance for which you want to reset the host key or
5924
5095
  # certificate.
@@ -5946,13 +5117,6 @@ module Aws::Lightsail
5946
5117
  include Aws::Structure
5947
5118
  end
5948
5119
 
5949
- # @note When making an API call, you may pass DeleteLoadBalancerRequest
5950
- # data as a hash:
5951
- #
5952
- # {
5953
- # load_balancer_name: "ResourceName", # required
5954
- # }
5955
- #
5956
5120
  # @!attribute [rw] load_balancer_name
5957
5121
  # The name of the load balancer you want to delete.
5958
5122
  # @return [String]
@@ -5979,15 +5143,6 @@ module Aws::Lightsail
5979
5143
  include Aws::Structure
5980
5144
  end
5981
5145
 
5982
- # @note When making an API call, you may pass DeleteLoadBalancerTlsCertificateRequest
5983
- # data as a hash:
5984
- #
5985
- # {
5986
- # load_balancer_name: "ResourceName", # required
5987
- # certificate_name: "ResourceName", # required
5988
- # force: false,
5989
- # }
5990
- #
5991
5146
  # @!attribute [rw] load_balancer_name
5992
5147
  # The load balancer name.
5993
5148
  # @return [String]
@@ -6029,15 +5184,6 @@ module Aws::Lightsail
6029
5184
  include Aws::Structure
6030
5185
  end
6031
5186
 
6032
- # @note When making an API call, you may pass DeleteRelationalDatabaseRequest
6033
- # data as a hash:
6034
- #
6035
- # {
6036
- # relational_database_name: "ResourceName", # required
6037
- # skip_final_snapshot: false,
6038
- # final_relational_database_snapshot_name: "ResourceName",
6039
- # }
6040
- #
6041
5187
  # @!attribute [rw] relational_database_name
6042
5188
  # The name of the database that you are deleting.
6043
5189
  # @return [String]
@@ -6094,13 +5240,6 @@ module Aws::Lightsail
6094
5240
  include Aws::Structure
6095
5241
  end
6096
5242
 
6097
- # @note When making an API call, you may pass DeleteRelationalDatabaseSnapshotRequest
6098
- # data as a hash:
6099
- #
6100
- # {
6101
- # relational_database_snapshot_name: "ResourceName", # required
6102
- # }
6103
- #
6104
5243
  # @!attribute [rw] relational_database_snapshot_name
6105
5244
  # The name of the database snapshot that you are deleting.
6106
5245
  # @return [String]
@@ -6146,13 +5285,6 @@ module Aws::Lightsail
6146
5285
  include Aws::Structure
6147
5286
  end
6148
5287
 
6149
- # @note When making an API call, you may pass DetachCertificateFromDistributionRequest
6150
- # data as a hash:
6151
- #
6152
- # {
6153
- # distribution_name: "ResourceName", # required
6154
- # }
6155
- #
6156
5288
  # @!attribute [rw] distribution_name
6157
5289
  # The name of the distribution from which to detach the certificate.
6158
5290
  #
@@ -6182,13 +5314,6 @@ module Aws::Lightsail
6182
5314
  include Aws::Structure
6183
5315
  end
6184
5316
 
6185
- # @note When making an API call, you may pass DetachDiskRequest
6186
- # data as a hash:
6187
- #
6188
- # {
6189
- # disk_name: "ResourceName", # required
6190
- # }
6191
- #
6192
5317
  # @!attribute [rw] disk_name
6193
5318
  # The unique name of the disk you want to detach from your instance
6194
5319
  # (e.g., `my-disk`).
@@ -6216,14 +5341,6 @@ module Aws::Lightsail
6216
5341
  include Aws::Structure
6217
5342
  end
6218
5343
 
6219
- # @note When making an API call, you may pass DetachInstancesFromLoadBalancerRequest
6220
- # data as a hash:
6221
- #
6222
- # {
6223
- # load_balancer_name: "ResourceName", # required
6224
- # instance_names: ["ResourceName"], # required
6225
- # }
6226
- #
6227
5344
  # @!attribute [rw] load_balancer_name
6228
5345
  # The name of the Lightsail load balancer.
6229
5346
  # @return [String]
@@ -6256,13 +5373,6 @@ module Aws::Lightsail
6256
5373
  include Aws::Structure
6257
5374
  end
6258
5375
 
6259
- # @note When making an API call, you may pass DetachStaticIpRequest
6260
- # data as a hash:
6261
- #
6262
- # {
6263
- # static_ip_name: "ResourceName", # required
6264
- # }
6265
- #
6266
5376
  # @!attribute [rw] static_ip_name
6267
5377
  # The name of the static IP to detach from the instance.
6268
5378
  # @return [String]
@@ -6289,14 +5399,6 @@ module Aws::Lightsail
6289
5399
  include Aws::Structure
6290
5400
  end
6291
5401
 
6292
- # @note When making an API call, you may pass DisableAddOnRequest
6293
- # data as a hash:
6294
- #
6295
- # {
6296
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
6297
- # resource_name: "ResourceName", # required
6298
- # }
6299
- #
6300
5402
  # @!attribute [rw] add_on_type
6301
5403
  # The add-on type to disable.
6302
5404
  # @return [String]
@@ -6476,14 +5578,6 @@ module Aws::Lightsail
6476
5578
 
6477
5579
  # Describes a block storage disk mapping.
6478
5580
  #
6479
- # @note When making an API call, you may pass DiskMap
6480
- # data as a hash:
6481
- #
6482
- # {
6483
- # original_disk_path: "NonEmptyString",
6484
- # new_disk_name: "ResourceName",
6485
- # }
6486
- #
6487
5581
  # @!attribute [rw] original_disk_path
6488
5582
  # The original disk path exposed to the instance (for example,
6489
5583
  # `/dev/sdh`).
@@ -6650,6 +5744,52 @@ module Aws::Lightsail
6650
5744
  include Aws::Structure
6651
5745
  end
6652
5746
 
5747
+ # Describes the creation state of the canonical name (CNAME) records
5748
+ # that are automatically added by Amazon Lightsail to the DNS of a
5749
+ # domain to validate domain ownership for an SSL/TLS certificate.
5750
+ #
5751
+ # When you create an SSL/TLS certificate for a Lightsail resource, you
5752
+ # must add a set of CNAME records to the DNS of the domains for the
5753
+ # certificate to validate that you own the domains. Lightsail can
5754
+ # automatically add the CNAME records to the DNS of the domain if the
5755
+ # DNS zone for the domain exists within your Lightsail account. If
5756
+ # automatic record addition fails, or if you manage the DNS of your
5757
+ # domain using a third-party service, then you must manually add the
5758
+ # CNAME records to the DNS of your domain. For more information, see
5759
+ # [Verify an SSL/TLS certificate in Amazon Lightsail][1] in the *Amazon
5760
+ # Lightsail Developer Guide*.
5761
+ #
5762
+ #
5763
+ #
5764
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/verify-tls-ssl-certificate-using-dns-cname-https
5765
+ #
5766
+ # @!attribute [rw] code
5767
+ # The status code for the automated DNS record creation.
5768
+ #
5769
+ # Following are the possible values:
5770
+ #
5771
+ # * `SUCCEEDED` - The validation records were successfully added to
5772
+ # the domain.
5773
+ #
5774
+ # * `STARTED` - The automatic DNS record creation has started.
5775
+ #
5776
+ # * `FAILED` - The validation records failed to be added to the
5777
+ # domain.
5778
+ # @return [String]
5779
+ #
5780
+ # @!attribute [rw] message
5781
+ # The message that describes the reason for the status code.
5782
+ # @return [String]
5783
+ #
5784
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DnsRecordCreationState AWS API Documentation
5785
+ #
5786
+ class DnsRecordCreationState < Struct.new(
5787
+ :code,
5788
+ :message)
5789
+ SENSITIVE = []
5790
+ include Aws::Structure
5791
+ end
5792
+
6653
5793
  # Describes a domain where you are storing recordsets.
6654
5794
  #
6655
5795
  # @!attribute [rw] name
@@ -6696,6 +5836,11 @@ module Aws::Lightsail
6696
5836
  # entries.
6697
5837
  # @return [Array<Types::DomainEntry>]
6698
5838
  #
5839
+ # @!attribute [rw] registered_domain_delegation_info
5840
+ # An object that describes the state of the Route 53 domain delegation
5841
+ # to a Lightsail DNS zone.
5842
+ # @return [Types::RegisteredDomainDelegationInfo]
5843
+ #
6699
5844
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/Domain AWS API Documentation
6700
5845
  #
6701
5846
  class Domain < Struct.new(
@@ -6706,27 +5851,14 @@ module Aws::Lightsail
6706
5851
  :location,
6707
5852
  :resource_type,
6708
5853
  :tags,
6709
- :domain_entries)
5854
+ :domain_entries,
5855
+ :registered_domain_delegation_info)
6710
5856
  SENSITIVE = []
6711
5857
  include Aws::Structure
6712
5858
  end
6713
5859
 
6714
5860
  # Describes a domain recordset entry.
6715
5861
  #
6716
- # @note When making an API call, you may pass DomainEntry
6717
- # data as a hash:
6718
- #
6719
- # {
6720
- # id: "NonEmptyString",
6721
- # name: "DomainName",
6722
- # target: "string",
6723
- # is_alias: false,
6724
- # type: "DomainEntryType",
6725
- # options: {
6726
- # "DomainEntryOptionsKeys" => "string",
6727
- # },
6728
- # }
6729
- #
6730
5862
  # @!attribute [rw] id
6731
5863
  # The ID of the domain recordset entry.
6732
5864
  # @return [String]
@@ -6803,8 +5935,9 @@ module Aws::Lightsail
6803
5935
  include Aws::Structure
6804
5936
  end
6805
5937
 
6806
- # Describes the domain validation records of an Amazon Lightsail SSL/TLS
6807
- # certificate.
5938
+ # Describes the domain name system (DNS) records that you must add to
5939
+ # the DNS of your registered domain to validate ownership for an Amazon
5940
+ # Lightsail SSL/TLS certificate.
6808
5941
  #
6809
5942
  # @!attribute [rw] domain_name
6810
5943
  # The domain name of the certificate validation record. For example,
@@ -6816,11 +5949,23 @@ module Aws::Lightsail
6816
5949
  # DNS to validate it for the certificate.
6817
5950
  # @return [Types::ResourceRecord]
6818
5951
  #
5952
+ # @!attribute [rw] dns_record_creation_state
5953
+ # An object that describes the state of the canonical name (CNAME)
5954
+ # records that are automatically added by Lightsail to the DNS of the
5955
+ # domain to validate domain ownership.
5956
+ # @return [Types::DnsRecordCreationState]
5957
+ #
5958
+ # @!attribute [rw] validation_status
5959
+ # The validation status of the record.
5960
+ # @return [String]
5961
+ #
6819
5962
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DomainValidationRecord AWS API Documentation
6820
5963
  #
6821
5964
  class DomainValidationRecord < Struct.new(
6822
5965
  :domain_name,
6823
- :resource_record)
5966
+ :resource_record,
5967
+ :dns_record_creation_state,
5968
+ :validation_status)
6824
5969
  SENSITIVE = []
6825
5970
  include Aws::Structure
6826
5971
  end
@@ -6853,19 +5998,6 @@ module Aws::Lightsail
6853
5998
  include Aws::Structure
6854
5999
  end
6855
6000
 
6856
- # @note When making an API call, you may pass EnableAddOnRequest
6857
- # data as a hash:
6858
- #
6859
- # {
6860
- # resource_name: "ResourceName", # required
6861
- # add_on_request: { # required
6862
- # add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
6863
- # auto_snapshot_add_on_request: {
6864
- # snapshot_time_of_day: "TimeOfDay",
6865
- # },
6866
- # },
6867
- # }
6868
- #
6869
6001
  # @!attribute [rw] resource_name
6870
6002
  # The name of the source resource for which to enable or modify the
6871
6003
  # add-on.
@@ -6901,22 +6033,6 @@ module Aws::Lightsail
6901
6033
  # Describes the settings of a public endpoint for an Amazon Lightsail
6902
6034
  # container service.
6903
6035
  #
6904
- # @note When making an API call, you may pass EndpointRequest
6905
- # data as a hash:
6906
- #
6907
- # {
6908
- # container_name: "string", # required
6909
- # container_port: 1, # required
6910
- # health_check: {
6911
- # healthy_threshold: 1,
6912
- # unhealthy_threshold: 1,
6913
- # timeout_seconds: 1,
6914
- # interval_seconds: 1,
6915
- # path: "string",
6916
- # success_codes: "string",
6917
- # },
6918
- # }
6919
- #
6920
6036
  # @!attribute [rw] container_name
6921
6037
  # The name of the container for the endpoint.
6922
6038
  # @return [String]
@@ -7044,13 +6160,6 @@ module Aws::Lightsail
7044
6160
  include Aws::Structure
7045
6161
  end
7046
6162
 
7047
- # @note When making an API call, you may pass ExportSnapshotRequest
7048
- # data as a hash:
7049
- #
7050
- # {
7051
- # source_snapshot_name: "ResourceName", # required
7052
- # }
7053
- #
7054
6163
  # @!attribute [rw] source_snapshot_name
7055
6164
  # The name of the instance or disk snapshot to be exported to Amazon
7056
6165
  # EC2.
@@ -7078,13 +6187,6 @@ module Aws::Lightsail
7078
6187
  include Aws::Structure
7079
6188
  end
7080
6189
 
7081
- # @note When making an API call, you may pass GetActiveNamesRequest
7082
- # data as a hash:
7083
- #
7084
- # {
7085
- # page_token: "string",
7086
- # }
7087
- #
7088
6190
  # @!attribute [rw] page_token
7089
6191
  # The token to advance to the next page of results from your request.
7090
6192
  #
@@ -7126,15 +6228,6 @@ module Aws::Lightsail
7126
6228
  include Aws::Structure
7127
6229
  end
7128
6230
 
7129
- # @note When making an API call, you may pass GetAlarmsRequest
7130
- # data as a hash:
7131
- #
7132
- # {
7133
- # alarm_name: "ResourceName",
7134
- # page_token: "string",
7135
- # monitored_resource_name: "ResourceName",
7136
- # }
7137
- #
7138
6231
  # @!attribute [rw] alarm_name
7139
6232
  # The name of the alarm.
7140
6233
  #
@@ -7189,13 +6282,6 @@ module Aws::Lightsail
7189
6282
  include Aws::Structure
7190
6283
  end
7191
6284
 
7192
- # @note When making an API call, you may pass GetAutoSnapshotsRequest
7193
- # data as a hash:
7194
- #
7195
- # {
7196
- # resource_name: "ResourceName", # required
7197
- # }
7198
- #
7199
6285
  # @!attribute [rw] resource_name
7200
6286
  # The name of the source instance or disk from which to get automatic
7201
6287
  # snapshot information.
@@ -7232,14 +6318,6 @@ module Aws::Lightsail
7232
6318
  include Aws::Structure
7233
6319
  end
7234
6320
 
7235
- # @note When making an API call, you may pass GetBlueprintsRequest
7236
- # data as a hash:
7237
- #
7238
- # {
7239
- # include_inactive: false,
7240
- # page_token: "string",
7241
- # }
7242
- #
7243
6321
  # @!attribute [rw] include_inactive
7244
6322
  # A Boolean value that indicates whether to include inactive
7245
6323
  # (unavailable) blueprints in the response of your request.
@@ -7288,13 +6366,6 @@ module Aws::Lightsail
7288
6366
  include Aws::Structure
7289
6367
  end
7290
6368
 
7291
- # @note When making an API call, you may pass GetBucketAccessKeysRequest
7292
- # data as a hash:
7293
- #
7294
- # {
7295
- # bucket_name: "BucketName", # required
7296
- # }
7297
- #
7298
6369
  # @!attribute [rw] bucket_name
7299
6370
  # The name of the bucket for which to return access keys.
7300
6371
  # @return [String]
@@ -7319,13 +6390,6 @@ module Aws::Lightsail
7319
6390
  include Aws::Structure
7320
6391
  end
7321
6392
 
7322
- # @note When making an API call, you may pass GetBucketBundlesRequest
7323
- # data as a hash:
7324
- #
7325
- # {
7326
- # include_inactive: false,
7327
- # }
7328
- #
7329
6393
  # @!attribute [rw] include_inactive
7330
6394
  # A Boolean value that indicates whether to include inactive
7331
6395
  # (unavailable) bundles in the response of your request.
@@ -7351,19 +6415,6 @@ module Aws::Lightsail
7351
6415
  include Aws::Structure
7352
6416
  end
7353
6417
 
7354
- # @note When making an API call, you may pass GetBucketMetricDataRequest
7355
- # data as a hash:
7356
- #
7357
- # {
7358
- # bucket_name: "BucketName", # required
7359
- # metric_name: "BucketSizeBytes", # required, accepts BucketSizeBytes, NumberOfObjects
7360
- # start_time: Time.now, # required
7361
- # end_time: Time.now, # required
7362
- # period: 1, # required
7363
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
7364
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
7365
- # }
7366
- #
7367
6418
  # @!attribute [rw] bucket_name
7368
6419
  # The name of the bucket for which to get metric data.
7369
6420
  # @return [String]
@@ -7484,15 +6535,6 @@ module Aws::Lightsail
7484
6535
  include Aws::Structure
7485
6536
  end
7486
6537
 
7487
- # @note When making an API call, you may pass GetBucketsRequest
7488
- # data as a hash:
7489
- #
7490
- # {
7491
- # bucket_name: "BucketName",
7492
- # page_token: "string",
7493
- # include_connected_resources: false,
7494
- # }
7495
- #
7496
6538
  # @!attribute [rw] bucket_name
7497
6539
  # The name of the bucket for which to return information.
7498
6540
  #
@@ -7568,14 +6610,6 @@ module Aws::Lightsail
7568
6610
  include Aws::Structure
7569
6611
  end
7570
6612
 
7571
- # @note When making an API call, you may pass GetBundlesRequest
7572
- # data as a hash:
7573
- #
7574
- # {
7575
- # include_inactive: false,
7576
- # page_token: "string",
7577
- # }
7578
- #
7579
6613
  # @!attribute [rw] include_inactive
7580
6614
  # A Boolean value that indicates whether to include inactive
7581
6615
  # (unavailable) bundles in the response of your request.
@@ -7624,15 +6658,6 @@ module Aws::Lightsail
7624
6658
  include Aws::Structure
7625
6659
  end
7626
6660
 
7627
- # @note When making an API call, you may pass GetCertificatesRequest
7628
- # data as a hash:
7629
- #
7630
- # {
7631
- # certificate_statuses: ["PENDING_VALIDATION"], # accepts PENDING_VALIDATION, ISSUED, INACTIVE, EXPIRED, VALIDATION_TIMED_OUT, REVOKED, FAILED
7632
- # include_certificate_details: false,
7633
- # certificate_name: "CertificateName",
7634
- # }
7635
- #
7636
6661
  # @!attribute [rw] certificate_statuses
7637
6662
  # The status of the certificates for which to return information.
7638
6663
  #
@@ -7681,13 +6706,6 @@ module Aws::Lightsail
7681
6706
  include Aws::Structure
7682
6707
  end
7683
6708
 
7684
- # @note When making an API call, you may pass GetCloudFormationStackRecordsRequest
7685
- # data as a hash:
7686
- #
7687
- # {
7688
- # page_token: "string",
7689
- # }
7690
- #
7691
6709
  # @!attribute [rw] page_token
7692
6710
  # The token to advance to the next page of results from your request.
7693
6711
  #
@@ -7729,13 +6747,6 @@ module Aws::Lightsail
7729
6747
  include Aws::Structure
7730
6748
  end
7731
6749
 
7732
- # @note When making an API call, you may pass GetContactMethodsRequest
7733
- # data as a hash:
7734
- #
7735
- # {
7736
- # protocols: ["Email"], # accepts Email, SMS
7737
- # }
7738
- #
7739
6750
  # @!attribute [rw] protocols
7740
6751
  # The protocols used to send notifications, such as `Email`, or `SMS`
7741
6752
  # (text messaging).
@@ -7783,13 +6794,6 @@ module Aws::Lightsail
7783
6794
  include Aws::Structure
7784
6795
  end
7785
6796
 
7786
- # @note When making an API call, you may pass GetContainerImagesRequest
7787
- # data as a hash:
7788
- #
7789
- # {
7790
- # service_name: "ContainerServiceName", # required
7791
- # }
7792
- #
7793
6797
  # @!attribute [rw] service_name
7794
6798
  # The name of the container service for which to return registered
7795
6799
  # container images.
@@ -7816,18 +6820,6 @@ module Aws::Lightsail
7816
6820
  include Aws::Structure
7817
6821
  end
7818
6822
 
7819
- # @note When making an API call, you may pass GetContainerLogRequest
7820
- # data as a hash:
7821
- #
7822
- # {
7823
- # service_name: "ContainerServiceName", # required
7824
- # container_name: "string", # required
7825
- # start_time: Time.now,
7826
- # end_time: Time.now,
7827
- # filter_pattern: "string",
7828
- # page_token: "string",
7829
- # }
7830
- #
7831
6823
  # @!attribute [rw] service_name
7832
6824
  # The name of the container service for which to get a container log.
7833
6825
  # @return [String]
@@ -7945,13 +6937,6 @@ module Aws::Lightsail
7945
6937
  include Aws::Structure
7946
6938
  end
7947
6939
 
7948
- # @note When making an API call, you may pass GetContainerServiceDeploymentsRequest
7949
- # data as a hash:
7950
- #
7951
- # {
7952
- # service_name: "ContainerServiceName", # required
7953
- # }
7954
- #
7955
6940
  # @!attribute [rw] service_name
7956
6941
  # The name of the container service for which to return deployments.
7957
6942
  # @return [String]
@@ -7977,18 +6962,6 @@ module Aws::Lightsail
7977
6962
  include Aws::Structure
7978
6963
  end
7979
6964
 
7980
- # @note When making an API call, you may pass GetContainerServiceMetricDataRequest
7981
- # data as a hash:
7982
- #
7983
- # {
7984
- # service_name: "ContainerServiceName", # required
7985
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, MemoryUtilization
7986
- # start_time: Time.now, # required
7987
- # end_time: Time.now, # required
7988
- # period: 1, # required
7989
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
7990
- # }
7991
- #
7992
6965
  # @!attribute [rw] service_name
7993
6966
  # The name of the container service for which to get metric data.
7994
6967
  # @return [String]
@@ -8113,13 +7086,6 @@ module Aws::Lightsail
8113
7086
  include Aws::Structure
8114
7087
  end
8115
7088
 
8116
- # @note When making an API call, you may pass GetContainerServicesRequest
8117
- # data as a hash:
8118
- #
8119
- # {
8120
- # service_name: "ContainerServiceName",
8121
- # }
8122
- #
8123
7089
  # @!attribute [rw] service_name
8124
7090
  # The name of the container service for which to return information.
8125
7091
  #
@@ -8135,13 +7101,6 @@ module Aws::Lightsail
8135
7101
  include Aws::Structure
8136
7102
  end
8137
7103
 
8138
- # @note When making an API call, you may pass GetDiskRequest
8139
- # data as a hash:
8140
- #
8141
- # {
8142
- # disk_name: "ResourceName", # required
8143
- # }
8144
- #
8145
7104
  # @!attribute [rw] disk_name
8146
7105
  # The name of the disk (e.g., `my-disk`).
8147
7106
  # @return [String]
@@ -8166,13 +7125,6 @@ module Aws::Lightsail
8166
7125
  include Aws::Structure
8167
7126
  end
8168
7127
 
8169
- # @note When making an API call, you may pass GetDiskSnapshotRequest
8170
- # data as a hash:
8171
- #
8172
- # {
8173
- # disk_snapshot_name: "ResourceName", # required
8174
- # }
8175
- #
8176
7128
  # @!attribute [rw] disk_snapshot_name
8177
7129
  # The name of the disk snapshot (e.g., `my-disk-snapshot`).
8178
7130
  # @return [String]
@@ -8197,13 +7149,6 @@ module Aws::Lightsail
8197
7149
  include Aws::Structure
8198
7150
  end
8199
7151
 
8200
- # @note When making an API call, you may pass GetDiskSnapshotsRequest
8201
- # data as a hash:
8202
- #
8203
- # {
8204
- # page_token: "string",
8205
- # }
8206
- #
8207
7152
  # @!attribute [rw] page_token
8208
7153
  # The token to advance to the next page of results from your request.
8209
7154
  #
@@ -8246,13 +7191,6 @@ module Aws::Lightsail
8246
7191
  include Aws::Structure
8247
7192
  end
8248
7193
 
8249
- # @note When making an API call, you may pass GetDisksRequest
8250
- # data as a hash:
8251
- #
8252
- # {
8253
- # page_token: "string",
8254
- # }
8255
- #
8256
7194
  # @!attribute [rw] page_token
8257
7195
  # The token to advance to the next page of results from your request.
8258
7196
  #
@@ -8311,13 +7249,6 @@ module Aws::Lightsail
8311
7249
  include Aws::Structure
8312
7250
  end
8313
7251
 
8314
- # @note When making an API call, you may pass GetDistributionLatestCacheResetRequest
8315
- # data as a hash:
8316
- #
8317
- # {
8318
- # distribution_name: "ResourceName",
8319
- # }
8320
- #
8321
7252
  # @!attribute [rw] distribution_name
8322
7253
  # The name of the distribution for which to return the timestamp of
8323
7254
  # the last cache reset.
@@ -8355,19 +7286,6 @@ module Aws::Lightsail
8355
7286
  include Aws::Structure
8356
7287
  end
8357
7288
 
8358
- # @note When making an API call, you may pass GetDistributionMetricDataRequest
8359
- # data as a hash:
8360
- #
8361
- # {
8362
- # distribution_name: "ResourceName", # required
8363
- # metric_name: "Requests", # required, accepts Requests, BytesDownloaded, BytesUploaded, TotalErrorRate, Http4xxErrorRate, Http5xxErrorRate
8364
- # start_time: Time.now, # required
8365
- # end_time: Time.now, # required
8366
- # period: 1, # required
8367
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
8368
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
8369
- # }
8370
- #
8371
7289
  # @!attribute [rw] distribution_name
8372
7290
  # The name of the distribution for which to get metric data.
8373
7291
  #
@@ -8545,14 +7463,6 @@ module Aws::Lightsail
8545
7463
  include Aws::Structure
8546
7464
  end
8547
7465
 
8548
- # @note When making an API call, you may pass GetDistributionsRequest
8549
- # data as a hash:
8550
- #
8551
- # {
8552
- # distribution_name: "ResourceName",
8553
- # page_token: "string",
8554
- # }
8555
- #
8556
7466
  # @!attribute [rw] distribution_name
8557
7467
  # The name of the distribution for which to return information.
8558
7468
  #
@@ -8602,13 +7512,6 @@ module Aws::Lightsail
8602
7512
  include Aws::Structure
8603
7513
  end
8604
7514
 
8605
- # @note When making an API call, you may pass GetDomainRequest
8606
- # data as a hash:
8607
- #
8608
- # {
8609
- # domain_name: "DomainName", # required
8610
- # }
8611
- #
8612
7515
  # @!attribute [rw] domain_name
8613
7516
  # The domain name for which your want to return information about.
8614
7517
  # @return [String]
@@ -8634,13 +7537,6 @@ module Aws::Lightsail
8634
7537
  include Aws::Structure
8635
7538
  end
8636
7539
 
8637
- # @note When making an API call, you may pass GetDomainsRequest
8638
- # data as a hash:
8639
- #
8640
- # {
8641
- # page_token: "string",
8642
- # }
8643
- #
8644
7540
  # @!attribute [rw] page_token
8645
7541
  # The token to advance to the next page of results from your request.
8646
7542
  #
@@ -8683,13 +7579,6 @@ module Aws::Lightsail
8683
7579
  include Aws::Structure
8684
7580
  end
8685
7581
 
8686
- # @note When making an API call, you may pass GetExportSnapshotRecordsRequest
8687
- # data as a hash:
8688
- #
8689
- # {
8690
- # page_token: "string",
8691
- # }
8692
- #
8693
7582
  # @!attribute [rw] page_token
8694
7583
  # The token to advance to the next page of results from your request.
8695
7584
  #
@@ -8731,14 +7620,6 @@ module Aws::Lightsail
8731
7620
  include Aws::Structure
8732
7621
  end
8733
7622
 
8734
- # @note When making an API call, you may pass GetInstanceAccessDetailsRequest
8735
- # data as a hash:
8736
- #
8737
- # {
8738
- # instance_name: "ResourceName", # required
8739
- # protocol: "ssh", # accepts ssh, rdp
8740
- # }
8741
- #
8742
7623
  # @!attribute [rw] instance_name
8743
7624
  # The name of the instance to access.
8744
7625
  # @return [String]
@@ -8769,19 +7650,6 @@ module Aws::Lightsail
8769
7650
  include Aws::Structure
8770
7651
  end
8771
7652
 
8772
- # @note When making an API call, you may pass GetInstanceMetricDataRequest
8773
- # data as a hash:
8774
- #
8775
- # {
8776
- # instance_name: "ResourceName", # required
8777
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, BurstCapacityTime, BurstCapacityPercentage, MetadataNoToken
8778
- # period: 1, # required
8779
- # start_time: Time.now, # required
8780
- # end_time: Time.now, # required
8781
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
8782
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
8783
- # }
8784
- #
8785
7653
  # @!attribute [rw] instance_name
8786
7654
  # The name of the instance for which you want to get metrics data.
8787
7655
  # @return [String]
@@ -8986,13 +7854,6 @@ module Aws::Lightsail
8986
7854
  include Aws::Structure
8987
7855
  end
8988
7856
 
8989
- # @note When making an API call, you may pass GetInstancePortStatesRequest
8990
- # data as a hash:
8991
- #
8992
- # {
8993
- # instance_name: "ResourceName", # required
8994
- # }
8995
- #
8996
7857
  # @!attribute [rw] instance_name
8997
7858
  # The name of the instance for which to return firewall port states.
8998
7859
  # @return [String]
@@ -9018,13 +7879,6 @@ module Aws::Lightsail
9018
7879
  include Aws::Structure
9019
7880
  end
9020
7881
 
9021
- # @note When making an API call, you may pass GetInstanceRequest
9022
- # data as a hash:
9023
- #
9024
- # {
9025
- # instance_name: "ResourceName", # required
9026
- # }
9027
- #
9028
7882
  # @!attribute [rw] instance_name
9029
7883
  # The name of the instance.
9030
7884
  # @return [String]
@@ -9050,13 +7904,6 @@ module Aws::Lightsail
9050
7904
  include Aws::Structure
9051
7905
  end
9052
7906
 
9053
- # @note When making an API call, you may pass GetInstanceSnapshotRequest
9054
- # data as a hash:
9055
- #
9056
- # {
9057
- # instance_snapshot_name: "ResourceName", # required
9058
- # }
9059
- #
9060
7907
  # @!attribute [rw] instance_snapshot_name
9061
7908
  # The name of the snapshot for which you are requesting information.
9062
7909
  # @return [String]
@@ -9082,13 +7929,6 @@ module Aws::Lightsail
9082
7929
  include Aws::Structure
9083
7930
  end
9084
7931
 
9085
- # @note When making an API call, you may pass GetInstanceSnapshotsRequest
9086
- # data as a hash:
9087
- #
9088
- # {
9089
- # page_token: "string",
9090
- # }
9091
- #
9092
7932
  # @!attribute [rw] page_token
9093
7933
  # The token to advance to the next page of results from your request.
9094
7934
  #
@@ -9131,13 +7971,6 @@ module Aws::Lightsail
9131
7971
  include Aws::Structure
9132
7972
  end
9133
7973
 
9134
- # @note When making an API call, you may pass GetInstanceStateRequest
9135
- # data as a hash:
9136
- #
9137
- # {
9138
- # instance_name: "ResourceName", # required
9139
- # }
9140
- #
9141
7974
  # @!attribute [rw] instance_name
9142
7975
  # The name of the instance to get state information about.
9143
7976
  # @return [String]
@@ -9162,13 +7995,6 @@ module Aws::Lightsail
9162
7995
  include Aws::Structure
9163
7996
  end
9164
7997
 
9165
- # @note When making an API call, you may pass GetInstancesRequest
9166
- # data as a hash:
9167
- #
9168
- # {
9169
- # page_token: "string",
9170
- # }
9171
- #
9172
7998
  # @!attribute [rw] page_token
9173
7999
  # The token to advance to the next page of results from your request.
9174
8000
  #
@@ -9211,13 +8037,6 @@ module Aws::Lightsail
9211
8037
  include Aws::Structure
9212
8038
  end
9213
8039
 
9214
- # @note When making an API call, you may pass GetKeyPairRequest
9215
- # data as a hash:
9216
- #
9217
- # {
9218
- # key_pair_name: "ResourceName", # required
9219
- # }
9220
- #
9221
8040
  # @!attribute [rw] key_pair_name
9222
8041
  # The name of the key pair for which you are requesting information.
9223
8042
  # @return [String]
@@ -9243,14 +8062,6 @@ module Aws::Lightsail
9243
8062
  include Aws::Structure
9244
8063
  end
9245
8064
 
9246
- # @note When making an API call, you may pass GetKeyPairsRequest
9247
- # data as a hash:
9248
- #
9249
- # {
9250
- # page_token: "string",
9251
- # include_default_key_pair: false,
9252
- # }
9253
- #
9254
8065
  # @!attribute [rw] page_token
9255
8066
  # The token to advance to the next page of results from your request.
9256
8067
  #
@@ -9299,19 +8110,6 @@ module Aws::Lightsail
9299
8110
  include Aws::Structure
9300
8111
  end
9301
8112
 
9302
- # @note When making an API call, you may pass GetLoadBalancerMetricDataRequest
9303
- # data as a hash:
9304
- #
9305
- # {
9306
- # load_balancer_name: "ResourceName", # required
9307
- # metric_name: "ClientTLSNegotiationErrorCount", # required, accepts ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount
9308
- # period: 1, # required
9309
- # start_time: Time.now, # required
9310
- # end_time: Time.now, # required
9311
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
9312
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
9313
- # }
9314
- #
9315
8113
  # @!attribute [rw] load_balancer_name
9316
8114
  # The name of the load balancer.
9317
8115
  # @return [String]
@@ -9517,13 +8315,6 @@ module Aws::Lightsail
9517
8315
  include Aws::Structure
9518
8316
  end
9519
8317
 
9520
- # @note When making an API call, you may pass GetLoadBalancerRequest
9521
- # data as a hash:
9522
- #
9523
- # {
9524
- # load_balancer_name: "ResourceName", # required
9525
- # }
9526
- #
9527
8318
  # @!attribute [rw] load_balancer_name
9528
8319
  # The name of the load balancer.
9529
8320
  # @return [String]
@@ -9548,13 +8339,6 @@ module Aws::Lightsail
9548
8339
  include Aws::Structure
9549
8340
  end
9550
8341
 
9551
- # @note When making an API call, you may pass GetLoadBalancerTlsCertificatesRequest
9552
- # data as a hash:
9553
- #
9554
- # {
9555
- # load_balancer_name: "ResourceName", # required
9556
- # }
9557
- #
9558
8342
  # @!attribute [rw] load_balancer_name
9559
8343
  # The name of the load balancer you associated with your SSL/TLS
9560
8344
  # certificate.
@@ -9581,13 +8365,6 @@ module Aws::Lightsail
9581
8365
  include Aws::Structure
9582
8366
  end
9583
8367
 
9584
- # @note When making an API call, you may pass GetLoadBalancerTlsPoliciesRequest
9585
- # data as a hash:
9586
- #
9587
- # {
9588
- # page_token: "string",
9589
- # }
9590
- #
9591
8368
  # @!attribute [rw] page_token
9592
8369
  # The token to advance to the next page of results from your request.
9593
8370
  #
@@ -9630,13 +8407,6 @@ module Aws::Lightsail
9630
8407
  include Aws::Structure
9631
8408
  end
9632
8409
 
9633
- # @note When making an API call, you may pass GetLoadBalancersRequest
9634
- # data as a hash:
9635
- #
9636
- # {
9637
- # page_token: "string",
9638
- # }
9639
- #
9640
8410
  # @!attribute [rw] page_token
9641
8411
  # The token to advance to the next page of results from your request.
9642
8412
  #
@@ -9678,13 +8448,6 @@ module Aws::Lightsail
9678
8448
  include Aws::Structure
9679
8449
  end
9680
8450
 
9681
- # @note When making an API call, you may pass GetOperationRequest
9682
- # data as a hash:
9683
- #
9684
- # {
9685
- # operation_id: "NonEmptyString", # required
9686
- # }
9687
- #
9688
8451
  # @!attribute [rw] operation_id
9689
8452
  # A GUID used to identify the operation.
9690
8453
  # @return [String]
@@ -9711,14 +8474,6 @@ module Aws::Lightsail
9711
8474
  include Aws::Structure
9712
8475
  end
9713
8476
 
9714
- # @note When making an API call, you may pass GetOperationsForResourceRequest
9715
- # data as a hash:
9716
- #
9717
- # {
9718
- # resource_name: "ResourceName", # required
9719
- # page_token: "string",
9720
- # }
9721
- #
9722
8477
  # @!attribute [rw] resource_name
9723
8478
  # The name of the resource for which you are requesting information.
9724
8479
  # @return [String]
@@ -9778,13 +8533,6 @@ module Aws::Lightsail
9778
8533
  include Aws::Structure
9779
8534
  end
9780
8535
 
9781
- # @note When making an API call, you may pass GetOperationsRequest
9782
- # data as a hash:
9783
- #
9784
- # {
9785
- # page_token: "string",
9786
- # }
9787
- #
9788
8536
  # @!attribute [rw] page_token
9789
8537
  # The token to advance to the next page of results from your request.
9790
8538
  #
@@ -9828,14 +8576,6 @@ module Aws::Lightsail
9828
8576
  include Aws::Structure
9829
8577
  end
9830
8578
 
9831
- # @note When making an API call, you may pass GetRegionsRequest
9832
- # data as a hash:
9833
- #
9834
- # {
9835
- # include_availability_zones: false,
9836
- # include_relational_database_availability_zones: false,
9837
- # }
9838
- #
9839
8579
  # @!attribute [rw] include_availability_zones
9840
8580
  # A Boolean value indicating whether to also include Availability
9841
8581
  # Zones in your get regions request. Availability Zones are indicated
@@ -9870,13 +8610,6 @@ module Aws::Lightsail
9870
8610
  include Aws::Structure
9871
8611
  end
9872
8612
 
9873
- # @note When making an API call, you may pass GetRelationalDatabaseBlueprintsRequest
9874
- # data as a hash:
9875
- #
9876
- # {
9877
- # page_token: "string",
9878
- # }
9879
- #
9880
8613
  # @!attribute [rw] page_token
9881
8614
  # The token to advance to the next page of results from your request.
9882
8615
  #
@@ -9919,14 +8652,6 @@ module Aws::Lightsail
9919
8652
  include Aws::Structure
9920
8653
  end
9921
8654
 
9922
- # @note When making an API call, you may pass GetRelationalDatabaseBundlesRequest
9923
- # data as a hash:
9924
- #
9925
- # {
9926
- # page_token: "string",
9927
- # include_inactive: false,
9928
- # }
9929
- #
9930
8655
  # @!attribute [rw] page_token
9931
8656
  # The token to advance to the next page of results from your request.
9932
8657
  #
@@ -9975,15 +8700,6 @@ module Aws::Lightsail
9975
8700
  include Aws::Structure
9976
8701
  end
9977
8702
 
9978
- # @note When making an API call, you may pass GetRelationalDatabaseEventsRequest
9979
- # data as a hash:
9980
- #
9981
- # {
9982
- # relational_database_name: "ResourceName", # required
9983
- # duration_in_minutes: 1,
9984
- # page_token: "string",
9985
- # }
9986
- #
9987
8703
  # @!attribute [rw] relational_database_name
9988
8704
  # The name of the database from which to get events.
9989
8705
  # @return [String]
@@ -10041,18 +8757,6 @@ module Aws::Lightsail
10041
8757
  include Aws::Structure
10042
8758
  end
10043
8759
 
10044
- # @note When making an API call, you may pass GetRelationalDatabaseLogEventsRequest
10045
- # data as a hash:
10046
- #
10047
- # {
10048
- # relational_database_name: "ResourceName", # required
10049
- # log_stream_name: "string", # required
10050
- # start_time: Time.now,
10051
- # end_time: Time.now,
10052
- # start_from_head: false,
10053
- # page_token: "string",
10054
- # }
10055
- #
10056
8760
  # @!attribute [rw] relational_database_name
10057
8761
  # The name of your database for which to get log events.
10058
8762
  # @return [String]
@@ -10151,13 +8855,6 @@ module Aws::Lightsail
10151
8855
  include Aws::Structure
10152
8856
  end
10153
8857
 
10154
- # @note When making an API call, you may pass GetRelationalDatabaseLogStreamsRequest
10155
- # data as a hash:
10156
- #
10157
- # {
10158
- # relational_database_name: "ResourceName", # required
10159
- # }
10160
- #
10161
8858
  # @!attribute [rw] relational_database_name
10162
8859
  # The name of your database for which to get log streams.
10163
8860
  # @return [String]
@@ -10183,14 +8880,6 @@ module Aws::Lightsail
10183
8880
  include Aws::Structure
10184
8881
  end
10185
8882
 
10186
- # @note When making an API call, you may pass GetRelationalDatabaseMasterUserPasswordRequest
10187
- # data as a hash:
10188
- #
10189
- # {
10190
- # relational_database_name: "ResourceName", # required
10191
- # password_version: "CURRENT", # accepts CURRENT, PREVIOUS, PENDING
10192
- # }
10193
- #
10194
8883
  # @!attribute [rw] relational_database_name
10195
8884
  # The name of your database for which to get the master user password.
10196
8885
  # @return [String]
@@ -10234,19 +8923,6 @@ module Aws::Lightsail
10234
8923
  include Aws::Structure
10235
8924
  end
10236
8925
 
10237
- # @note When making an API call, you may pass GetRelationalDatabaseMetricDataRequest
10238
- # data as a hash:
10239
- #
10240
- # {
10241
- # relational_database_name: "ResourceName", # required
10242
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput
10243
- # period: 1, # required
10244
- # start_time: Time.now, # required
10245
- # end_time: Time.now, # required
10246
- # unit: "Seconds", # required, accepts Seconds, Microseconds, Milliseconds, Bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Bits, Kilobits, Megabits, Gigabits, Terabits, Percent, Count, Bytes/Second, Kilobytes/Second, Megabytes/Second, Gigabytes/Second, Terabytes/Second, Bits/Second, Kilobits/Second, Megabits/Second, Gigabits/Second, Terabits/Second, Count/Second, None
10247
- # statistics: ["Minimum"], # required, accepts Minimum, Maximum, Sum, Average, SampleCount
10248
- # }
10249
- #
10250
8926
  # @!attribute [rw] relational_database_name
10251
8927
  # The name of your database from which to get metric data.
10252
8928
  # @return [String]
@@ -10405,14 +9081,6 @@ module Aws::Lightsail
10405
9081
  include Aws::Structure
10406
9082
  end
10407
9083
 
10408
- # @note When making an API call, you may pass GetRelationalDatabaseParametersRequest
10409
- # data as a hash:
10410
- #
10411
- # {
10412
- # relational_database_name: "ResourceName", # required
10413
- # page_token: "string",
10414
- # }
10415
- #
10416
9084
  # @!attribute [rw] relational_database_name
10417
9085
  # The name of your database for which to get parameters.
10418
9086
  # @return [String]
@@ -10460,13 +9128,6 @@ module Aws::Lightsail
10460
9128
  include Aws::Structure
10461
9129
  end
10462
9130
 
10463
- # @note When making an API call, you may pass GetRelationalDatabaseRequest
10464
- # data as a hash:
10465
- #
10466
- # {
10467
- # relational_database_name: "ResourceName", # required
10468
- # }
10469
- #
10470
9131
  # @!attribute [rw] relational_database_name
10471
9132
  # The name of the database that you are looking up.
10472
9133
  # @return [String]
@@ -10491,13 +9152,6 @@ module Aws::Lightsail
10491
9152
  include Aws::Structure
10492
9153
  end
10493
9154
 
10494
- # @note When making an API call, you may pass GetRelationalDatabaseSnapshotRequest
10495
- # data as a hash:
10496
- #
10497
- # {
10498
- # relational_database_snapshot_name: "ResourceName", # required
10499
- # }
10500
- #
10501
9155
  # @!attribute [rw] relational_database_snapshot_name
10502
9156
  # The name of the database snapshot for which to get information.
10503
9157
  # @return [String]
@@ -10522,13 +9176,6 @@ module Aws::Lightsail
10522
9176
  include Aws::Structure
10523
9177
  end
10524
9178
 
10525
- # @note When making an API call, you may pass GetRelationalDatabaseSnapshotsRequest
10526
- # data as a hash:
10527
- #
10528
- # {
10529
- # page_token: "string",
10530
- # }
10531
- #
10532
9179
  # @!attribute [rw] page_token
10533
9180
  # The token to advance to the next page of results from your request.
10534
9181
  #
@@ -10571,13 +9218,6 @@ module Aws::Lightsail
10571
9218
  include Aws::Structure
10572
9219
  end
10573
9220
 
10574
- # @note When making an API call, you may pass GetRelationalDatabasesRequest
10575
- # data as a hash:
10576
- #
10577
- # {
10578
- # page_token: "string",
10579
- # }
10580
- #
10581
9221
  # @!attribute [rw] page_token
10582
9222
  # The token to advance to the next page of results from your request.
10583
9223
  #
@@ -10620,13 +9260,6 @@ module Aws::Lightsail
10620
9260
  include Aws::Structure
10621
9261
  end
10622
9262
 
10623
- # @note When making an API call, you may pass GetStaticIpRequest
10624
- # data as a hash:
10625
- #
10626
- # {
10627
- # static_ip_name: "ResourceName", # required
10628
- # }
10629
- #
10630
9263
  # @!attribute [rw] static_ip_name
10631
9264
  # The name of the static IP in Lightsail.
10632
9265
  # @return [String]
@@ -10652,13 +9285,6 @@ module Aws::Lightsail
10652
9285
  include Aws::Structure
10653
9286
  end
10654
9287
 
10655
- # @note When making an API call, you may pass GetStaticIpsRequest
10656
- # data as a hash:
10657
- #
10658
- # {
10659
- # page_token: "string",
10660
- # }
10661
- #
10662
9288
  # @!attribute [rw] page_token
10663
9289
  # The token to advance to the next page of results from your request.
10664
9290
  #
@@ -10713,14 +9339,6 @@ module Aws::Lightsail
10713
9339
  # `product` header to the origin and caches the response from the origin
10714
9340
  # once for each header value.
10715
9341
  #
10716
- # @note When making an API call, you may pass HeaderObject
10717
- # data as a hash:
10718
- #
10719
- # {
10720
- # option: "none", # accepts none, allow-list, all
10721
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
10722
- # }
10723
- #
10724
9342
  # @!attribute [rw] option
10725
9343
  # The headers that you want your distribution to forward to your
10726
9344
  # origin and base caching on.
@@ -10819,14 +9437,6 @@ module Aws::Lightsail
10819
9437
  include Aws::Structure
10820
9438
  end
10821
9439
 
10822
- # @note When making an API call, you may pass ImportKeyPairRequest
10823
- # data as a hash:
10824
- #
10825
- # {
10826
- # key_pair_name: "ResourceName", # required
10827
- # public_key_base_64: "Base64", # required
10828
- # }
10829
- #
10830
9440
  # @!attribute [rw] key_pair_name
10831
9441
  # The name of the key pair for which you want to import the public
10832
9442
  # key.
@@ -10866,15 +9476,6 @@ module Aws::Lightsail
10866
9476
  # distribution pulls content from an origin, caches it, and serves it to
10867
9477
  # viewers via a worldwide network of edge servers.
10868
9478
  #
10869
- # @note When making an API call, you may pass InputOrigin
10870
- # data as a hash:
10871
- #
10872
- # {
10873
- # name: "ResourceName",
10874
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
10875
- # protocol_policy: "http-only", # accepts http-only, https-only
10876
- # }
10877
- #
10878
9479
  # @!attribute [rw] name
10879
9480
  # The name of the origin resource.
10880
9481
  # @return [String]
@@ -11122,17 +9723,6 @@ module Aws::Lightsail
11122
9723
  # resources to be created using the `create cloud formation stack`
11123
9724
  # operation.
11124
9725
  #
11125
- # @note When making an API call, you may pass InstanceEntry
11126
- # data as a hash:
11127
- #
11128
- # {
11129
- # source_name: "ResourceName", # required
11130
- # instance_type: "NonEmptyString", # required
11131
- # port_info_source: "DEFAULT", # required, accepts DEFAULT, INSTANCE, NONE, CLOSED
11132
- # user_data: "string",
11133
- # availability_zone: "string", # required
11134
- # }
11135
- #
11136
9726
  # @!attribute [rw] source_name
11137
9727
  # The name of the export snapshot record, which contains the exported
11138
9728
  # Lightsail instance snapshot that will be used as the source of the
@@ -12303,8 +10893,8 @@ module Aws::Lightsail
12303
10893
  # @return [Time]
12304
10894
  #
12305
10895
  # @!attribute [rw] location
12306
- # The AWS Region and Availability Zone where you created your
12307
- # certificate.
10896
+ # The Amazon Web Services Region and Availability Zone where you
10897
+ # created your certificate.
12308
10898
  # @return [Types::ResourceLocation]
12309
10899
  #
12310
10900
  # @!attribute [rw] resource_type
@@ -12518,6 +11108,35 @@ module Aws::Lightsail
12518
11108
  include Aws::Structure
12519
11109
  end
12520
11110
 
11111
+ # An object that describes the state of the canonical name (CNAME)
11112
+ # records that are automatically added by Lightsail to the DNS of the
11113
+ # domain to validate domain ownership.
11114
+ #
11115
+ # @!attribute [rw] code
11116
+ # The status code for the automated DNS record creation.
11117
+ #
11118
+ # Following are the possible values:
11119
+ #
11120
+ # * `SUCCEEDED` - The validation records were successfully added.
11121
+ #
11122
+ # * `STARTED` - The automatic DNS record creation has started.
11123
+ #
11124
+ # * `FAILED` - The validation record addition failed.
11125
+ # @return [String]
11126
+ #
11127
+ # @!attribute [rw] message
11128
+ # The message that describes the reason for the status code.
11129
+ # @return [String]
11130
+ #
11131
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancerTlsCertificateDnsRecordCreationState AWS API Documentation
11132
+ #
11133
+ class LoadBalancerTlsCertificateDnsRecordCreationState < Struct.new(
11134
+ :code,
11135
+ :message)
11136
+ SENSITIVE = []
11137
+ include Aws::Structure
11138
+ end
11139
+
12521
11140
  # Contains information about the domain names on an SSL/TLS certificate
12522
11141
  # that you will use to validate domain ownership.
12523
11142
  #
@@ -12564,6 +11183,12 @@ module Aws::Lightsail
12564
11183
  # validated.
12565
11184
  # @return [String]
12566
11185
  #
11186
+ # @!attribute [rw] dns_record_creation_state
11187
+ # An object that describes the state of the canonical name (CNAME)
11188
+ # records that are automatically added by Lightsail to the DNS of a
11189
+ # domain to validate domain ownership.
11190
+ # @return [Types::LoadBalancerTlsCertificateDnsRecordCreationState]
11191
+ #
12567
11192
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancerTlsCertificateDomainValidationRecord AWS API Documentation
12568
11193
  #
12569
11194
  class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
@@ -12571,7 +11196,8 @@ module Aws::Lightsail
12571
11196
  :type,
12572
11197
  :value,
12573
11198
  :validation_status,
12574
- :domain_name)
11199
+ :domain_name,
11200
+ :dns_record_creation_state)
12575
11201
  SENSITIVE = []
12576
11202
  include Aws::Structure
12577
11203
  end
@@ -12823,6 +11449,43 @@ module Aws::Lightsail
12823
11449
  include Aws::Structure
12824
11450
  end
12825
11451
 
11452
+ # Describes the state of the name server records update made by Amazon
11453
+ # Lightsail to an Amazon Route 53 registered domain.
11454
+ #
11455
+ # For more information, see [DNS in Amazon Lightsail][1] in the *Amazon
11456
+ # Lightsail Developer Guide*.
11457
+ #
11458
+ #
11459
+ #
11460
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/understanding-dns-in-amazon-lightsail
11461
+ #
11462
+ # @!attribute [rw] code
11463
+ # The status code for the name servers update.
11464
+ #
11465
+ # Following are the possible values:
11466
+ #
11467
+ # * `SUCCEEDED` - The name server records were successfully updated.
11468
+ #
11469
+ # * `PENDING` - The name server record update is in progress.
11470
+ #
11471
+ # * `FAILED` - The name server record update failed.
11472
+ #
11473
+ # * `STARTED` - The automatic name server record update started.
11474
+ # @return [String]
11475
+ #
11476
+ # @!attribute [rw] message
11477
+ # The message that describes the reason for the status code.
11478
+ # @return [String]
11479
+ #
11480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/NameServersUpdateState AWS API Documentation
11481
+ #
11482
+ class NameServersUpdateState < Struct.new(
11483
+ :code,
11484
+ :message)
11485
+ SENSITIVE = []
11486
+ include Aws::Structure
11487
+ end
11488
+
12826
11489
  # Lightsail throws this exception when it cannot find a resource.
12827
11490
  #
12828
11491
  # @!attribute [rw] code
@@ -12848,21 +11511,6 @@ module Aws::Lightsail
12848
11511
  include Aws::Structure
12849
11512
  end
12850
11513
 
12851
- # @note When making an API call, you may pass OpenInstancePublicPortsRequest
12852
- # data as a hash:
12853
- #
12854
- # {
12855
- # port_info: { # required
12856
- # from_port: 1,
12857
- # to_port: 1,
12858
- # protocol: "tcp", # accepts tcp, all, udp, icmp
12859
- # cidrs: ["string"],
12860
- # ipv6_cidrs: ["string"],
12861
- # cidr_list_aliases: ["string"],
12862
- # },
12863
- # instance_name: "ResourceName", # required
12864
- # }
12865
- #
12866
11514
  # @!attribute [rw] port_info
12867
11515
  # An object to describe the ports to open for the specified instance.
12868
11516
  # @return [Types::PortInfo]
@@ -13138,18 +11786,6 @@ module Aws::Lightsail
13138
11786
  # Describes ports to open on an instance, the IP addresses allowed to
13139
11787
  # connect to the instance through the ports, and the protocol.
13140
11788
  #
13141
- # @note When making an API call, you may pass PortInfo
13142
- # data as a hash:
13143
- #
13144
- # {
13145
- # from_port: 1,
13146
- # to_port: 1,
13147
- # protocol: "tcp", # accepts tcp, all, udp, icmp
13148
- # cidrs: ["string"],
13149
- # ipv6_cidrs: ["string"],
13150
- # cidr_list_aliases: ["string"],
13151
- # }
13152
- #
13153
11789
  # @!attribute [rw] from_port
13154
11790
  # The first port in a range of open ports on an instance.
13155
11791
  #
@@ -13338,15 +11974,6 @@ module Aws::Lightsail
13338
11974
  #
13339
11975
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
13340
11976
  #
13341
- # @note When making an API call, you may pass PrivateRegistryAccessRequest
13342
- # data as a hash:
13343
- #
13344
- # {
13345
- # ecr_image_puller_role: {
13346
- # is_active: false,
13347
- # },
13348
- # }
13349
- #
13350
11977
  # @!attribute [rw] ecr_image_puller_role
13351
11978
  # An object to describe a request to activate or deactivate the role
13352
11979
  # that you can use to grant an Amazon Lightsail container service
@@ -13362,23 +11989,6 @@ module Aws::Lightsail
13362
11989
  include Aws::Structure
13363
11990
  end
13364
11991
 
13365
- # @note When making an API call, you may pass PutAlarmRequest
13366
- # data as a hash:
13367
- #
13368
- # {
13369
- # alarm_name: "ResourceName", # required
13370
- # metric_name: "CPUUtilization", # required, accepts CPUUtilization, NetworkIn, NetworkOut, StatusCheckFailed, StatusCheckFailed_Instance, StatusCheckFailed_System, ClientTLSNegotiationErrorCount, HealthyHostCount, UnhealthyHostCount, HTTPCode_LB_4XX_Count, HTTPCode_LB_5XX_Count, HTTPCode_Instance_2XX_Count, HTTPCode_Instance_3XX_Count, HTTPCode_Instance_4XX_Count, HTTPCode_Instance_5XX_Count, InstanceResponseTime, RejectedConnectionCount, RequestCount, DatabaseConnections, DiskQueueDepth, FreeStorageSpace, NetworkReceiveThroughput, NetworkTransmitThroughput, BurstCapacityTime, BurstCapacityPercentage
13371
- # monitored_resource_name: "ResourceName", # required
13372
- # comparison_operator: "GreaterThanOrEqualToThreshold", # required, accepts GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold
13373
- # threshold: 1.0, # required
13374
- # evaluation_periods: 1, # required
13375
- # datapoints_to_alarm: 1,
13376
- # treat_missing_data: "breaching", # accepts breaching, notBreaching, ignore, missing
13377
- # contact_protocols: ["Email"], # accepts Email, SMS
13378
- # notification_triggers: ["OK"], # accepts OK, ALARM, INSUFFICIENT_DATA
13379
- # notification_enabled: false,
13380
- # }
13381
- #
13382
11992
  # @!attribute [rw] alarm_name
13383
11993
  # The name for the alarm. Specify the name of an existing alarm to
13384
11994
  # update, and overwrite the previous configuration of the alarm.
@@ -13563,23 +12173,6 @@ module Aws::Lightsail
13563
12173
  include Aws::Structure
13564
12174
  end
13565
12175
 
13566
- # @note When making an API call, you may pass PutInstancePublicPortsRequest
13567
- # data as a hash:
13568
- #
13569
- # {
13570
- # port_infos: [ # required
13571
- # {
13572
- # from_port: 1,
13573
- # to_port: 1,
13574
- # protocol: "tcp", # accepts tcp, all, udp, icmp
13575
- # cidrs: ["string"],
13576
- # ipv6_cidrs: ["string"],
13577
- # cidr_list_aliases: ["string"],
13578
- # },
13579
- # ],
13580
- # instance_name: "ResourceName", # required
13581
- # }
13582
- #
13583
12176
  # @!attribute [rw] port_infos
13584
12177
  # An array of objects to describe the ports to open for the specified
13585
12178
  # instance.
@@ -13619,14 +12212,6 @@ module Aws::Lightsail
13619
12212
  # separate versions of the specified content based on the query string
13620
12213
  # values in viewer requests.
13621
12214
  #
13622
- # @note When making an API call, you may pass QueryStringObject
13623
- # data as a hash:
13624
- #
13625
- # {
13626
- # option: false,
13627
- # query_strings_allow_list: ["string"],
13628
- # }
13629
- #
13630
12215
  # @!attribute [rw] option
13631
12216
  # Indicates whether the distribution forwards and caches based on
13632
12217
  # query strings.
@@ -13653,13 +12238,37 @@ module Aws::Lightsail
13653
12238
  include Aws::Structure
13654
12239
  end
13655
12240
 
13656
- # @note When making an API call, you may pass RebootInstanceRequest
13657
- # data as a hash:
12241
+ # Describes the deletion state of an Amazon Route 53 hosted zone for a
12242
+ # domain that is being automatically delegated to an Amazon Lightsail
12243
+ # DNS zone.
12244
+ #
12245
+ # @!attribute [rw] code
12246
+ # The status code for the deletion state.
12247
+ #
12248
+ # Following are the possible values:
13658
12249
  #
13659
- # {
13660
- # instance_name: "ResourceName", # required
13661
- # }
12250
+ # * `SUCCEEDED` - The hosted zone was successfully deleted.
13662
12251
  #
12252
+ # * `PENDING` - The hosted zone deletion is in progress.
12253
+ #
12254
+ # * `FAILED` - The hosted zone deletion failed.
12255
+ #
12256
+ # * `STARTED` - The hosted zone deletion started.
12257
+ # @return [String]
12258
+ #
12259
+ # @!attribute [rw] message
12260
+ # The message that describes the reason for the status code.
12261
+ # @return [String]
12262
+ #
12263
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/R53HostedZoneDeletionState AWS API Documentation
12264
+ #
12265
+ class R53HostedZoneDeletionState < Struct.new(
12266
+ :code,
12267
+ :message)
12268
+ SENSITIVE = []
12269
+ include Aws::Structure
12270
+ end
12271
+
13663
12272
  # @!attribute [rw] instance_name
13664
12273
  # The name of the instance to reboot.
13665
12274
  # @return [String]
@@ -13686,13 +12295,6 @@ module Aws::Lightsail
13686
12295
  include Aws::Structure
13687
12296
  end
13688
12297
 
13689
- # @note When making an API call, you may pass RebootRelationalDatabaseRequest
13690
- # data as a hash:
13691
- #
13692
- # {
13693
- # relational_database_name: "ResourceName", # required
13694
- # }
13695
- #
13696
12298
  # @!attribute [rw] relational_database_name
13697
12299
  # The name of your database to reboot.
13698
12300
  # @return [String]
@@ -13719,15 +12321,16 @@ module Aws::Lightsail
13719
12321
  include Aws::Structure
13720
12322
  end
13721
12323
 
13722
- # Describes the AWS Region.
12324
+ # Describes the Amazon Web Services Region.
13723
12325
  #
13724
12326
  # @!attribute [rw] continent_code
13725
12327
  # The continent code (e.g., `NA`, meaning North America).
13726
12328
  # @return [String]
13727
12329
  #
13728
12330
  # @!attribute [rw] description
13729
- # The description of the AWS Region (e.g., `This region is recommended
13730
- # to serve users in the eastern United States and eastern Canada`).
12331
+ # The description of the Amazon Web Services Region (e.g., `This
12332
+ # region is recommended to serve users in the eastern United States
12333
+ # and eastern Canada`).
13731
12334
  # @return [String]
13732
12335
  #
13733
12336
  # @!attribute [rw] display_name
@@ -13761,15 +12364,6 @@ module Aws::Lightsail
13761
12364
  include Aws::Structure
13762
12365
  end
13763
12366
 
13764
- # @note When making an API call, you may pass RegisterContainerImageRequest
13765
- # data as a hash:
13766
- #
13767
- # {
13768
- # service_name: "ContainerServiceName", # required
13769
- # label: "ContainerLabel", # required
13770
- # digest: "string", # required
13771
- # }
13772
- #
13773
12367
  # @!attribute [rw] service_name
13774
12368
  # The name of the container service for which to register a container
13775
12369
  # image.
@@ -13830,6 +12424,61 @@ module Aws::Lightsail
13830
12424
  include Aws::Structure
13831
12425
  end
13832
12426
 
12427
+ # Describes the delegation state of an Amazon Route 53 registered domain
12428
+ # to Amazon Lightsail.
12429
+ #
12430
+ # When you delegate an Amazon Route 53 registered domain to Lightsail,
12431
+ # you can manage the DNS of the domain using a Lightsail DNS zone. You
12432
+ # no longer use the Route 53 hosted zone to manage the DNS of the
12433
+ # domain. To delegate the domain, Lightsail automatically updates the
12434
+ # domain's name servers in Route 53 to the name servers of the
12435
+ # Lightsail DNS zone. Then, Lightsail automatically deletes the Route 53
12436
+ # hosted zone for the domain.
12437
+ #
12438
+ # All of the following conditions must be true for automatic domain
12439
+ # delegation to be successful:
12440
+ #
12441
+ # * The registered domain must be in the same Amazon Web Services
12442
+ # account as the Lightsail account making the request.
12443
+ #
12444
+ # * The user or entity making the request must have permission to manage
12445
+ # domains in Route 53.
12446
+ #
12447
+ # * The Route 53 hosted zone for the domain must be empty. It cannot
12448
+ # contain DNS records other than start of authority (SOA) and name
12449
+ # server records.
12450
+ #
12451
+ # If automatic domain delegation fails, or if you manage the DNS of your
12452
+ # domain using a service other than Route 53, then you must manually add
12453
+ # the Lightsail DNS zone name servers to your domain in order to
12454
+ # delegate management of its DNS to Lightsail. For more information, see
12455
+ # [Creating a DNS zone to manage your domain’s records in Amazon
12456
+ # Lightsail][1] in the *Amazon Lightsail Developer Guide*.
12457
+ #
12458
+ #
12459
+ #
12460
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-create-dns-entry
12461
+ #
12462
+ # @!attribute [rw] name_servers_update_state
12463
+ # An object that describes the state of the name server records that
12464
+ # are automatically added to the Route 53 domain by Lightsail.
12465
+ # @return [Types::NameServersUpdateState]
12466
+ #
12467
+ # @!attribute [rw] r53_hosted_zone_deletion_state
12468
+ # Describes the deletion state of an Amazon Route 53 hosted zone for a
12469
+ # domain that is being automatically delegated to an Amazon Lightsail
12470
+ # DNS zone.
12471
+ # @return [Types::R53HostedZoneDeletionState]
12472
+ #
12473
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/RegisteredDomainDelegationInfo AWS API Documentation
12474
+ #
12475
+ class RegisteredDomainDelegationInfo < Struct.new(
12476
+ :name_servers_update_state,
12477
+ :r53_hosted_zone_deletion_state)
12478
+ SENSITIVE = []
12479
+ include Aws::Structure
12480
+ end
12481
+
13833
12482
  # Describes a database.
13834
12483
  #
13835
12484
  # @!attribute [rw] name
@@ -14168,20 +12817,6 @@ module Aws::Lightsail
14168
12817
 
14169
12818
  # Describes the parameters of a database.
14170
12819
  #
14171
- # @note When making an API call, you may pass RelationalDatabaseParameter
14172
- # data as a hash:
14173
- #
14174
- # {
14175
- # allowed_values: "string",
14176
- # apply_method: "string",
14177
- # apply_type: "string",
14178
- # data_type: "string",
14179
- # description: "string",
14180
- # is_modifiable: false,
14181
- # parameter_name: "string",
14182
- # parameter_value: "string",
14183
- # }
14184
- #
14185
12820
  # @!attribute [rw] allowed_values
14186
12821
  # Specifies the valid range of values for the parameter.
14187
12822
  # @return [String]
@@ -14332,13 +12967,6 @@ module Aws::Lightsail
14332
12967
  include Aws::Structure
14333
12968
  end
14334
12969
 
14335
- # @note When making an API call, you may pass ReleaseStaticIpRequest
14336
- # data as a hash:
14337
- #
14338
- # {
14339
- # static_ip_name: "ResourceName", # required
14340
- # }
14341
- #
14342
12970
  # @!attribute [rw] static_ip_name
14343
12971
  # The name of the static IP to delete.
14344
12972
  # @return [String]
@@ -14418,13 +13046,6 @@ module Aws::Lightsail
14418
13046
  include Aws::Structure
14419
13047
  end
14420
13048
 
14421
- # @note When making an API call, you may pass ResetDistributionCacheRequest
14422
- # data as a hash:
14423
- #
14424
- # {
14425
- # distribution_name: "ResourceName",
14426
- # }
14427
- #
14428
13049
  # @!attribute [rw] distribution_name
14429
13050
  # The name of the distribution for which to reset cache.
14430
13051
  #
@@ -14473,7 +13094,7 @@ module Aws::Lightsail
14473
13094
  # @return [String]
14474
13095
  #
14475
13096
  # @!attribute [rw] region_name
14476
- # The AWS Region name.
13097
+ # The Amazon Web Services Region name.
14477
13098
  # @return [String]
14478
13099
  #
14479
13100
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ResourceLocation AWS API Documentation
@@ -14530,13 +13151,6 @@ module Aws::Lightsail
14530
13151
  include Aws::Structure
14531
13152
  end
14532
13153
 
14533
- # @note When making an API call, you may pass SendContactMethodVerificationRequest
14534
- # data as a hash:
14535
- #
14536
- # {
14537
- # protocol: "Email", # required, accepts Email
14538
- # }
14539
- #
14540
13154
  # @!attribute [rw] protocol
14541
13155
  # The protocol to verify, such as `Email` or `SMS` (text messaging).
14542
13156
  # @return [String]
@@ -14588,15 +13202,6 @@ module Aws::Lightsail
14588
13202
  include Aws::Structure
14589
13203
  end
14590
13204
 
14591
- # @note When making an API call, you may pass SetIpAddressTypeRequest
14592
- # data as a hash:
14593
- #
14594
- # {
14595
- # resource_type: "ContainerService", # required, accepts ContainerService, Instance, StaticIp, KeyPair, InstanceSnapshot, Domain, PeeredVpc, LoadBalancer, LoadBalancerTlsCertificate, Disk, DiskSnapshot, RelationalDatabase, RelationalDatabaseSnapshot, ExportSnapshotRecord, CloudFormationStackRecord, Alarm, ContactMethod, Distribution, Certificate, Bucket
14596
- # resource_name: "ResourceName", # required
14597
- # ip_address_type: "dualstack", # required, accepts dualstack, ipv4
14598
- # }
14599
- #
14600
13205
  # @!attribute [rw] resource_type
14601
13206
  # The resource type.
14602
13207
  #
@@ -14646,15 +13251,6 @@ module Aws::Lightsail
14646
13251
  include Aws::Structure
14647
13252
  end
14648
13253
 
14649
- # @note When making an API call, you may pass SetResourceAccessForBucketRequest
14650
- # data as a hash:
14651
- #
14652
- # {
14653
- # resource_name: "ResourceName", # required
14654
- # bucket_name: "BucketName", # required
14655
- # access: "allow", # required, accepts allow, deny
14656
- # }
14657
- #
14658
13254
  # @!attribute [rw] resource_name
14659
13255
  # The name of the Lightsail instance for which to set bucket access.
14660
13256
  # The instance must be in a running or stopped state.
@@ -14700,13 +13296,6 @@ module Aws::Lightsail
14700
13296
  include Aws::Structure
14701
13297
  end
14702
13298
 
14703
- # @note When making an API call, you may pass StartInstanceRequest
14704
- # data as a hash:
14705
- #
14706
- # {
14707
- # instance_name: "ResourceName", # required
14708
- # }
14709
- #
14710
13299
  # @!attribute [rw] instance_name
14711
13300
  # The name of the instance (a virtual private server) to start.
14712
13301
  # @return [String]
@@ -14733,13 +13322,6 @@ module Aws::Lightsail
14733
13322
  include Aws::Structure
14734
13323
  end
14735
13324
 
14736
- # @note When making an API call, you may pass StartRelationalDatabaseRequest
14737
- # data as a hash:
14738
- #
14739
- # {
14740
- # relational_database_name: "ResourceName", # required
14741
- # }
14742
- #
14743
13325
  # @!attribute [rw] relational_database_name
14744
13326
  # The name of your database to start.
14745
13327
  # @return [String]
@@ -14826,14 +13408,6 @@ module Aws::Lightsail
14826
13408
  include Aws::Structure
14827
13409
  end
14828
13410
 
14829
- # @note When making an API call, you may pass StopInstanceRequest
14830
- # data as a hash:
14831
- #
14832
- # {
14833
- # instance_name: "ResourceName", # required
14834
- # force: false,
14835
- # }
14836
- #
14837
13411
  # @!attribute [rw] instance_name
14838
13412
  # The name of the instance (a virtual private server) to stop.
14839
13413
  # @return [String]
@@ -14870,14 +13444,6 @@ module Aws::Lightsail
14870
13444
  include Aws::Structure
14871
13445
  end
14872
13446
 
14873
- # @note When making an API call, you may pass StopRelationalDatabaseRequest
14874
- # data as a hash:
14875
- #
14876
- # {
14877
- # relational_database_name: "ResourceName", # required
14878
- # relational_database_snapshot_name: "ResourceName",
14879
- # }
14880
- #
14881
13447
  # @!attribute [rw] relational_database_name
14882
13448
  # The name of your database to stop.
14883
13449
  # @return [String]
@@ -14920,14 +13486,6 @@ module Aws::Lightsail
14920
13486
  #
14921
13487
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags
14922
13488
  #
14923
- # @note When making an API call, you may pass Tag
14924
- # data as a hash:
14925
- #
14926
- # {
14927
- # key: "TagKey",
14928
- # value: "TagValue",
14929
- # }
14930
- #
14931
13489
  # @!attribute [rw] key
14932
13490
  # The key of the tag.
14933
13491
  #
@@ -14951,20 +13509,6 @@ module Aws::Lightsail
14951
13509
  include Aws::Structure
14952
13510
  end
14953
13511
 
14954
- # @note When making an API call, you may pass TagResourceRequest
14955
- # data as a hash:
14956
- #
14957
- # {
14958
- # resource_name: "ResourceName", # required
14959
- # resource_arn: "ResourceArn",
14960
- # tags: [ # required
14961
- # {
14962
- # key: "TagKey",
14963
- # value: "TagValue",
14964
- # },
14965
- # ],
14966
- # }
14967
- #
14968
13512
  # @!attribute [rw] resource_name
14969
13513
  # The name of the resource to which you are adding tags.
14970
13514
  # @return [String]
@@ -15002,14 +13546,6 @@ module Aws::Lightsail
15002
13546
  include Aws::Structure
15003
13547
  end
15004
13548
 
15005
- # @note When making an API call, you may pass TestAlarmRequest
15006
- # data as a hash:
15007
- #
15008
- # {
15009
- # alarm_name: "ResourceName", # required
15010
- # state: "OK", # required, accepts OK, ALARM, INSUFFICIENT_DATA
15011
- # }
15012
- #
15013
13549
  # @!attribute [rw] alarm_name
15014
13550
  # The name of the alarm to test.
15015
13551
  # @return [String]
@@ -15097,15 +13633,6 @@ module Aws::Lightsail
15097
13633
  include Aws::Structure
15098
13634
  end
15099
13635
 
15100
- # @note When making an API call, you may pass UntagResourceRequest
15101
- # data as a hash:
15102
- #
15103
- # {
15104
- # resource_name: "ResourceName", # required
15105
- # resource_arn: "ResourceArn",
15106
- # tag_keys: ["TagKey"], # required
15107
- # }
15108
- #
15109
13636
  # @!attribute [rw] resource_name
15110
13637
  # The name of the resource from which you are removing a tag.
15111
13638
  # @return [String]
@@ -15143,14 +13670,6 @@ module Aws::Lightsail
15143
13670
  include Aws::Structure
15144
13671
  end
15145
13672
 
15146
- # @note When making an API call, you may pass UpdateBucketBundleRequest
15147
- # data as a hash:
15148
- #
15149
- # {
15150
- # bucket_name: "BucketName", # required
15151
- # bundle_id: "NonEmptyString", # required
15152
- # }
15153
- #
15154
13673
  # @!attribute [rw] bucket_name
15155
13674
  # The name of the bucket for which to update the bundle.
15156
13675
  # @return [String]
@@ -15189,24 +13708,6 @@ module Aws::Lightsail
15189
13708
  include Aws::Structure
15190
13709
  end
15191
13710
 
15192
- # @note When making an API call, you may pass UpdateBucketRequest
15193
- # data as a hash:
15194
- #
15195
- # {
15196
- # bucket_name: "BucketName", # required
15197
- # access_rules: {
15198
- # get_object: "public", # accepts public, private
15199
- # allow_public_overrides: false,
15200
- # },
15201
- # versioning: "NonEmptyString",
15202
- # readonly_access_accounts: ["NonEmptyString"],
15203
- # access_log_config: {
15204
- # enabled: false, # required
15205
- # destination: "BucketName",
15206
- # prefix: "BucketAccessLogPrefix",
15207
- # },
15208
- # }
15209
- #
15210
13711
  # @!attribute [rw] bucket_name
15211
13712
  # The name of the bucket to update.
15212
13713
  # @return [String]
@@ -15272,24 +13773,6 @@ module Aws::Lightsail
15272
13773
  include Aws::Structure
15273
13774
  end
15274
13775
 
15275
- # @note When making an API call, you may pass UpdateContainerServiceRequest
15276
- # data as a hash:
15277
- #
15278
- # {
15279
- # service_name: "ContainerServiceName", # required
15280
- # power: "nano", # accepts nano, micro, small, medium, large, xlarge
15281
- # scale: 1,
15282
- # is_disabled: false,
15283
- # public_domain_names: {
15284
- # "string" => ["string"],
15285
- # },
15286
- # private_registry_access: {
15287
- # ecr_image_puller_role: {
15288
- # is_active: false,
15289
- # },
15290
- # },
15291
- # }
15292
- #
15293
13776
  # @!attribute [rw] service_name
15294
13777
  # The name of the container service to update.
15295
13778
  # @return [String]
@@ -15383,14 +13866,6 @@ module Aws::Lightsail
15383
13866
  include Aws::Structure
15384
13867
  end
15385
13868
 
15386
- # @note When making an API call, you may pass UpdateDistributionBundleRequest
15387
- # data as a hash:
15388
- #
15389
- # {
15390
- # distribution_name: "ResourceName",
15391
- # bundle_id: "string",
15392
- # }
15393
- #
15394
13869
  # @!attribute [rw] distribution_name
15395
13870
  # The name of the distribution for which to update the bundle.
15396
13871
  #
@@ -15428,47 +13903,6 @@ module Aws::Lightsail
15428
13903
  include Aws::Structure
15429
13904
  end
15430
13905
 
15431
- # @note When making an API call, you may pass UpdateDistributionRequest
15432
- # data as a hash:
15433
- #
15434
- # {
15435
- # distribution_name: "ResourceName", # required
15436
- # origin: {
15437
- # name: "ResourceName",
15438
- # region_name: "us-east-1", # accepts us-east-1, us-east-2, us-west-1, us-west-2, eu-west-1, eu-west-2, eu-west-3, eu-central-1, ca-central-1, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, eu-north-1
15439
- # protocol_policy: "http-only", # accepts http-only, https-only
15440
- # },
15441
- # default_cache_behavior: {
15442
- # behavior: "dont-cache", # accepts dont-cache, cache
15443
- # },
15444
- # cache_behavior_settings: {
15445
- # default_ttl: 1,
15446
- # minimum_ttl: 1,
15447
- # maximum_ttl: 1,
15448
- # allowed_http_methods: "NonEmptyString",
15449
- # cached_http_methods: "NonEmptyString",
15450
- # forwarded_cookies: {
15451
- # option: "none", # accepts none, allow-list, all
15452
- # cookies_allow_list: ["string"],
15453
- # },
15454
- # forwarded_headers: {
15455
- # option: "none", # accepts none, allow-list, all
15456
- # headers_allow_list: ["Accept"], # accepts Accept, Accept-Charset, Accept-Datetime, Accept-Encoding, Accept-Language, Authorization, CloudFront-Forwarded-Proto, CloudFront-Is-Desktop-Viewer, CloudFront-Is-Mobile-Viewer, CloudFront-Is-SmartTV-Viewer, CloudFront-Is-Tablet-Viewer, CloudFront-Viewer-Country, Host, Origin, Referer
15457
- # },
15458
- # forwarded_query_strings: {
15459
- # option: false,
15460
- # query_strings_allow_list: ["string"],
15461
- # },
15462
- # },
15463
- # cache_behaviors: [
15464
- # {
15465
- # path: "string",
15466
- # behavior: "dont-cache", # accepts dont-cache, cache
15467
- # },
15468
- # ],
15469
- # is_enabled: false,
15470
- # }
15471
- #
15472
13906
  # @!attribute [rw] distribution_name
15473
13907
  # The name of the distribution to update.
15474
13908
  #
@@ -15535,23 +13969,6 @@ module Aws::Lightsail
15535
13969
  include Aws::Structure
15536
13970
  end
15537
13971
 
15538
- # @note When making an API call, you may pass UpdateDomainEntryRequest
15539
- # data as a hash:
15540
- #
15541
- # {
15542
- # domain_name: "DomainName", # required
15543
- # domain_entry: { # required
15544
- # id: "NonEmptyString",
15545
- # name: "DomainName",
15546
- # target: "string",
15547
- # is_alias: false,
15548
- # type: "DomainEntryType",
15549
- # options: {
15550
- # "DomainEntryOptionsKeys" => "string",
15551
- # },
15552
- # },
15553
- # }
15554
- #
15555
13972
  # @!attribute [rw] domain_name
15556
13973
  # The name of the domain recordset to update.
15557
13974
  # @return [String]
@@ -15584,17 +14001,6 @@ module Aws::Lightsail
15584
14001
  include Aws::Structure
15585
14002
  end
15586
14003
 
15587
- # @note When making an API call, you may pass UpdateInstanceMetadataOptionsRequest
15588
- # data as a hash:
15589
- #
15590
- # {
15591
- # instance_name: "ResourceName", # required
15592
- # http_tokens: "optional", # accepts optional, required
15593
- # http_endpoint: "disabled", # accepts disabled, enabled
15594
- # http_put_response_hop_limit: 1,
15595
- # http_protocol_ipv_6: "disabled", # accepts disabled, enabled
15596
- # }
15597
- #
15598
14004
  # @!attribute [rw] instance_name
15599
14005
  # The name of the instance for which to update metadata parameters.
15600
14006
  # @return [String]
@@ -15667,15 +14073,6 @@ module Aws::Lightsail
15667
14073
  include Aws::Structure
15668
14074
  end
15669
14075
 
15670
- # @note When making an API call, you may pass UpdateLoadBalancerAttributeRequest
15671
- # data as a hash:
15672
- #
15673
- # {
15674
- # load_balancer_name: "ResourceName", # required
15675
- # attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds, HttpsRedirectionEnabled, TlsPolicyName
15676
- # attribute_value: "StringMax256", # required
15677
- # }
15678
- #
15679
14076
  # @!attribute [rw] load_balancer_name
15680
14077
  # The name of the load balancer that you want to modify (e.g.,
15681
14078
  # `my-load-balancer`.
@@ -15747,25 +14144,6 @@ module Aws::Lightsail
15747
14144
  include Aws::Structure
15748
14145
  end
15749
14146
 
15750
- # @note When making an API call, you may pass UpdateRelationalDatabaseParametersRequest
15751
- # data as a hash:
15752
- #
15753
- # {
15754
- # relational_database_name: "ResourceName", # required
15755
- # parameters: [ # required
15756
- # {
15757
- # allowed_values: "string",
15758
- # apply_method: "string",
15759
- # apply_type: "string",
15760
- # data_type: "string",
15761
- # description: "string",
15762
- # is_modifiable: false,
15763
- # parameter_name: "string",
15764
- # parameter_value: "string",
15765
- # },
15766
- # ],
15767
- # }
15768
- #
15769
14147
  # @!attribute [rw] relational_database_name
15770
14148
  # The name of your database for which to update parameters.
15771
14149
  # @return [String]
@@ -15797,22 +14175,6 @@ module Aws::Lightsail
15797
14175
  include Aws::Structure
15798
14176
  end
15799
14177
 
15800
- # @note When making an API call, you may pass UpdateRelationalDatabaseRequest
15801
- # data as a hash:
15802
- #
15803
- # {
15804
- # relational_database_name: "ResourceName", # required
15805
- # master_user_password: "SensitiveString",
15806
- # rotate_master_user_password: false,
15807
- # preferred_backup_window: "string",
15808
- # preferred_maintenance_window: "string",
15809
- # enable_backup_retention: false,
15810
- # disable_backup_retention: false,
15811
- # publicly_accessible: false,
15812
- # apply_immediately: false,
15813
- # ca_certificate_identifier: "string",
15814
- # }
15815
- #
15816
14178
  # @!attribute [rw] relational_database_name
15817
14179
  # The name of your Lightsail database resource to update.
15818
14180
  # @return [String]
@@ -15860,8 +14222,8 @@ module Aws::Lightsail
15860
14222
  # your database.
15861
14223
  #
15862
14224
  # The default is a 30-minute window selected at random from an 8-hour
15863
- # block of time for each AWS Region, occurring on a random day of the
15864
- # week.
14225
+ # block of time for each Amazon Web Services Region, occurring on a
14226
+ # random day of the week.
15865
14227
  #
15866
14228
  # Constraints:
15867
14229
  #