aws-sdk-lightsail 1.65.0 → 1.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +83 -17
- data/lib/aws-sdk-lightsail/client_api.rb +21 -0
- data/lib/aws-sdk-lightsail/types.rb +224 -48
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d16f2b0957cdbc9a808ee81724362fedbe0a13a0f4050913b8db4b39c47fab6c
|
|
4
|
+
data.tar.gz: d5a6892f70d69335015dc82f4e4e17641f1ac9dfbefe8d23739cee865ee11931
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1c364a152da6b8920516649912433f8460b4550ba207b2e8f4c6122a9705c8e0d5c1cec44e99582daa2efed81a52b2c22670c5f06f8b0fff217c1dc7f441d9c
|
|
7
|
+
data.tar.gz: c49709d7c395a3b084a40b5805c432e6bbc61f04965876273190d95b92953c56ef0828ca0acd7a870b806950a4336af4f808b2a575377b3a5380fe19df61297e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.68.0 (2022-05-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.
|
|
8
|
+
|
|
9
|
+
1.67.0 (2022-05-12)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
|
|
13
|
+
|
|
14
|
+
1.66.0 (2022-05-04)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Documentation updates for Lightsail
|
|
18
|
+
|
|
4
19
|
1.65.0 (2022-04-26)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -1479,6 +1479,19 @@ module Aws::Lightsail
|
|
|
1479
1479
|
# deployment and its settings, such as the HTTP or HTTPS port to use,
|
|
1480
1480
|
# and the health check configuration.
|
|
1481
1481
|
#
|
|
1482
|
+
# @option params [Types::PrivateRegistryAccessRequest] :private_registry_access
|
|
1483
|
+
# An object to describe the configuration for the container service to
|
|
1484
|
+
# access private container image repositories, such as Amazon Elastic
|
|
1485
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
1486
|
+
#
|
|
1487
|
+
# For more information, see [Configuring access to an Amazon ECR private
|
|
1488
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
1489
|
+
# *Amazon Lightsail Developer Guide*.
|
|
1490
|
+
#
|
|
1491
|
+
#
|
|
1492
|
+
#
|
|
1493
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
1494
|
+
#
|
|
1482
1495
|
# @return [Types::CreateContainerServiceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1483
1496
|
#
|
|
1484
1497
|
# * {Types::CreateContainerServiceResult#container_service #container_service} => Types::ContainerService
|
|
@@ -1524,6 +1537,11 @@ module Aws::Lightsail
|
|
|
1524
1537
|
# },
|
|
1525
1538
|
# },
|
|
1526
1539
|
# },
|
|
1540
|
+
# private_registry_access: {
|
|
1541
|
+
# ecr_image_puller_role: {
|
|
1542
|
+
# is_active: false,
|
|
1543
|
+
# },
|
|
1544
|
+
# },
|
|
1527
1545
|
# })
|
|
1528
1546
|
#
|
|
1529
1547
|
# @example Response structure
|
|
@@ -1588,6 +1606,8 @@ module Aws::Lightsail
|
|
|
1588
1606
|
# resp.container_service.public_domain_names["string"] #=> Array
|
|
1589
1607
|
# resp.container_service.public_domain_names["string"][0] #=> String
|
|
1590
1608
|
# resp.container_service.url #=> String
|
|
1609
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.is_active #=> Boolean
|
|
1610
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.principal_arn #=> String
|
|
1591
1611
|
#
|
|
1592
1612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateContainerService AWS API Documentation
|
|
1593
1613
|
#
|
|
@@ -1724,6 +1744,8 @@ module Aws::Lightsail
|
|
|
1724
1744
|
# resp.container_service.public_domain_names["string"] #=> Array
|
|
1725
1745
|
# resp.container_service.public_domain_names["string"][0] #=> String
|
|
1726
1746
|
# resp.container_service.url #=> String
|
|
1747
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.is_active #=> Boolean
|
|
1748
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.principal_arn #=> String
|
|
1727
1749
|
#
|
|
1728
1750
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateContainerServiceDeployment AWS API Documentation
|
|
1729
1751
|
#
|
|
@@ -3019,9 +3041,9 @@ module Aws::Lightsail
|
|
|
3019
3041
|
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
3020
3042
|
# policy names that you can specify.
|
|
3021
3043
|
#
|
|
3022
|
-
# For more information about load balancer TLS policies, see
|
|
3023
|
-
#
|
|
3024
|
-
# Guide*.
|
|
3044
|
+
# For more information about load balancer TLS policies, see
|
|
3045
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
3046
|
+
# balancers][2] in the *Amazon Lightsail Developer Guide*.
|
|
3025
3047
|
#
|
|
3026
3048
|
#
|
|
3027
3049
|
#
|
|
@@ -5372,8 +5394,8 @@ module Aws::Lightsail
|
|
|
5372
5394
|
# </note>
|
|
5373
5395
|
#
|
|
5374
5396
|
# @option params [Boolean] :include_inactive
|
|
5375
|
-
# A Boolean value
|
|
5376
|
-
# request.
|
|
5397
|
+
# A Boolean value that indicates whether to include inactive
|
|
5398
|
+
# (unavailable) blueprints in the response of your request.
|
|
5377
5399
|
#
|
|
5378
5400
|
# @option params [String] :page_token
|
|
5379
5401
|
# The token to advance to the next page of results from your request.
|
|
@@ -5479,7 +5501,7 @@ module Aws::Lightsail
|
|
|
5479
5501
|
#
|
|
5480
5502
|
# @option params [Boolean] :include_inactive
|
|
5481
5503
|
# A Boolean value that indicates whether to include inactive
|
|
5482
|
-
# (unavailable) bundles in the response.
|
|
5504
|
+
# (unavailable) bundles in the response of your request.
|
|
5483
5505
|
#
|
|
5484
5506
|
# @return [Types::GetBucketBundlesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5485
5507
|
#
|
|
@@ -5727,12 +5749,20 @@ module Aws::Lightsail
|
|
|
5727
5749
|
req.send_request(options)
|
|
5728
5750
|
end
|
|
5729
5751
|
|
|
5730
|
-
# Returns the
|
|
5731
|
-
#
|
|
5752
|
+
# Returns the bundles that you can apply to an Amazon Lightsail instance
|
|
5753
|
+
# when you create it.
|
|
5754
|
+
#
|
|
5755
|
+
# A bundle describes the specifications of an instance, such as the
|
|
5756
|
+
# monthly cost, amount of memory, the number of vCPUs, amount of storage
|
|
5757
|
+
# space, and monthly network data transfer quota.
|
|
5758
|
+
#
|
|
5759
|
+
# <note markdown="1"> Bundles are referred to as *instance plans* in the Lightsail console.
|
|
5760
|
+
#
|
|
5761
|
+
# </note>
|
|
5732
5762
|
#
|
|
5733
5763
|
# @option params [Boolean] :include_inactive
|
|
5734
|
-
# A Boolean value that indicates whether to include inactive
|
|
5735
|
-
#
|
|
5764
|
+
# A Boolean value that indicates whether to include inactive
|
|
5765
|
+
# (unavailable) bundles in the response of your request.
|
|
5736
5766
|
#
|
|
5737
5767
|
# @option params [String] :page_token
|
|
5738
5768
|
# The token to advance to the next page of results from your request.
|
|
@@ -6455,6 +6485,8 @@ module Aws::Lightsail
|
|
|
6455
6485
|
# resp.container_services[0].public_domain_names["string"] #=> Array
|
|
6456
6486
|
# resp.container_services[0].public_domain_names["string"][0] #=> String
|
|
6457
6487
|
# resp.container_services[0].url #=> String
|
|
6488
|
+
# resp.container_services[0].private_registry_access.ecr_image_puller_role.is_active #=> Boolean
|
|
6489
|
+
# resp.container_services[0].private_registry_access.ecr_image_puller_role.principal_arn #=> String
|
|
6458
6490
|
#
|
|
6459
6491
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetContainerServices AWS API Documentation
|
|
6460
6492
|
#
|
|
@@ -8279,8 +8311,8 @@ module Aws::Lightsail
|
|
|
8279
8311
|
# Lightsail load balancers.
|
|
8280
8312
|
#
|
|
8281
8313
|
# For more information about load balancer TLS security policies, see
|
|
8282
|
-
# [
|
|
8283
|
-
# Developer Guide*.
|
|
8314
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
8315
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
8284
8316
|
#
|
|
8285
8317
|
#
|
|
8286
8318
|
#
|
|
@@ -8709,6 +8741,10 @@ module Aws::Lightsail
|
|
|
8709
8741
|
# next page token that you can specify as the page token in a subsequent
|
|
8710
8742
|
# request.
|
|
8711
8743
|
#
|
|
8744
|
+
# @option params [Boolean] :include_inactive
|
|
8745
|
+
# A Boolean value that indicates whether to include inactive
|
|
8746
|
+
# (unavailable) bundles in the response of your request.
|
|
8747
|
+
#
|
|
8712
8748
|
# @return [Types::GetRelationalDatabaseBundlesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8713
8749
|
#
|
|
8714
8750
|
# * {Types::GetRelationalDatabaseBundlesResult#bundles #bundles} => Array<Types::RelationalDatabaseBundle>
|
|
@@ -8718,6 +8754,7 @@ module Aws::Lightsail
|
|
|
8718
8754
|
#
|
|
8719
8755
|
# resp = client.get_relational_database_bundles({
|
|
8720
8756
|
# page_token: "string",
|
|
8757
|
+
# include_inactive: false,
|
|
8721
8758
|
# })
|
|
8722
8759
|
#
|
|
8723
8760
|
# @example Response structure
|
|
@@ -11016,6 +11053,19 @@ module Aws::Lightsail
|
|
|
11016
11053
|
# You can specify public domain names using a string to array map as
|
|
11017
11054
|
# shown in the example later on this page.
|
|
11018
11055
|
#
|
|
11056
|
+
# @option params [Types::PrivateRegistryAccessRequest] :private_registry_access
|
|
11057
|
+
# An object to describe the configuration for the container service to
|
|
11058
|
+
# access private container image repositories, such as Amazon Elastic
|
|
11059
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
11060
|
+
#
|
|
11061
|
+
# For more information, see [Configuring access to an Amazon ECR private
|
|
11062
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
11063
|
+
# *Amazon Lightsail Developer Guide*.
|
|
11064
|
+
#
|
|
11065
|
+
#
|
|
11066
|
+
#
|
|
11067
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
11068
|
+
#
|
|
11019
11069
|
# @return [Types::UpdateContainerServiceResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
11020
11070
|
#
|
|
11021
11071
|
# * {Types::UpdateContainerServiceResult#container_service #container_service} => Types::ContainerService
|
|
@@ -11030,6 +11080,11 @@ module Aws::Lightsail
|
|
|
11030
11080
|
# public_domain_names: {
|
|
11031
11081
|
# "string" => ["string"],
|
|
11032
11082
|
# },
|
|
11083
|
+
# private_registry_access: {
|
|
11084
|
+
# ecr_image_puller_role: {
|
|
11085
|
+
# is_active: false,
|
|
11086
|
+
# },
|
|
11087
|
+
# },
|
|
11033
11088
|
# })
|
|
11034
11089
|
#
|
|
11035
11090
|
# @example Response structure
|
|
@@ -11094,6 +11149,8 @@ module Aws::Lightsail
|
|
|
11094
11149
|
# resp.container_service.public_domain_names["string"] #=> Array
|
|
11095
11150
|
# resp.container_service.public_domain_names["string"][0] #=> String
|
|
11096
11151
|
# resp.container_service.url #=> String
|
|
11152
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.is_active #=> Boolean
|
|
11153
|
+
# resp.container_service.private_registry_access.ecr_image_puller_role.principal_arn #=> String
|
|
11097
11154
|
#
|
|
11098
11155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateContainerService AWS API Documentation
|
|
11099
11156
|
#
|
|
@@ -11369,7 +11426,8 @@ module Aws::Lightsail
|
|
|
11369
11426
|
#
|
|
11370
11427
|
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
11371
11428
|
# request parameter, then the `attributeValue` request parameter must
|
|
11372
|
-
# be `true` or `false
|
|
11429
|
+
# be `true` to activate session stickiness or `false` to deactivate
|
|
11430
|
+
# session stickiness.
|
|
11373
11431
|
#
|
|
11374
11432
|
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for the
|
|
11375
11433
|
# `attributeName` request parameter, then the `attributeValue` request
|
|
@@ -11378,11 +11436,19 @@ module Aws::Lightsail
|
|
|
11378
11436
|
#
|
|
11379
11437
|
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
11380
11438
|
# request parameter, then the `attributeValue` request parameter must
|
|
11381
|
-
# be `true` or `false
|
|
11439
|
+
# be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
11440
|
+
# deactivate HTTP to HTTPS redirection.
|
|
11382
11441
|
#
|
|
11383
11442
|
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
11384
|
-
# parameter, then the `attributeValue` request parameter must be
|
|
11385
|
-
#
|
|
11443
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
11444
|
+
# name of the TLS policy.
|
|
11445
|
+
#
|
|
11446
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
11447
|
+
# policy names that you can specify.
|
|
11448
|
+
#
|
|
11449
|
+
#
|
|
11450
|
+
#
|
|
11451
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
11386
11452
|
#
|
|
11387
11453
|
# @return [Types::UpdateLoadBalancerAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
11388
11454
|
#
|
|
@@ -11662,7 +11728,7 @@ module Aws::Lightsail
|
|
|
11662
11728
|
params: params,
|
|
11663
11729
|
config: config)
|
|
11664
11730
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
11665
|
-
context[:gem_version] = '1.
|
|
11731
|
+
context[:gem_version] = '1.68.0'
|
|
11666
11732
|
Seahorse::Client::Request.new(handlers, context)
|
|
11667
11733
|
end
|
|
11668
11734
|
|
|
@@ -106,6 +106,8 @@ module Aws::Lightsail
|
|
|
106
106
|
ContainerServiceDeploymentList = Shapes::ListShape.new(name: 'ContainerServiceDeploymentList')
|
|
107
107
|
ContainerServiceDeploymentRequest = Shapes::StructureShape.new(name: 'ContainerServiceDeploymentRequest')
|
|
108
108
|
ContainerServiceDeploymentState = Shapes::StringShape.new(name: 'ContainerServiceDeploymentState')
|
|
109
|
+
ContainerServiceECRImagePullerRole = Shapes::StructureShape.new(name: 'ContainerServiceECRImagePullerRole')
|
|
110
|
+
ContainerServiceECRImagePullerRoleRequest = Shapes::StructureShape.new(name: 'ContainerServiceECRImagePullerRoleRequest')
|
|
109
111
|
ContainerServiceEndpoint = Shapes::StructureShape.new(name: 'ContainerServiceEndpoint')
|
|
110
112
|
ContainerServiceHealthCheckConfig = Shapes::StructureShape.new(name: 'ContainerServiceHealthCheckConfig')
|
|
111
113
|
ContainerServiceList = Shapes::ListShape.new(name: 'ContainerServiceList')
|
|
@@ -504,6 +506,8 @@ module Aws::Lightsail
|
|
|
504
506
|
PortList = Shapes::ListShape.new(name: 'PortList')
|
|
505
507
|
PortMap = Shapes::MapShape.new(name: 'PortMap')
|
|
506
508
|
PortState = Shapes::StringShape.new(name: 'PortState')
|
|
509
|
+
PrivateRegistryAccess = Shapes::StructureShape.new(name: 'PrivateRegistryAccess')
|
|
510
|
+
PrivateRegistryAccessRequest = Shapes::StructureShape.new(name: 'PrivateRegistryAccessRequest')
|
|
507
511
|
PutAlarmRequest = Shapes::StructureShape.new(name: 'PutAlarmRequest')
|
|
508
512
|
PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
|
|
509
513
|
PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
|
|
@@ -960,6 +964,7 @@ module Aws::Lightsail
|
|
|
960
964
|
ContainerService.add_member(:private_domain_name, Shapes::ShapeRef.new(shape: string, location_name: "privateDomainName"))
|
|
961
965
|
ContainerService.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
|
962
966
|
ContainerService.add_member(:url, Shapes::ShapeRef.new(shape: string, location_name: "url"))
|
|
967
|
+
ContainerService.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccess, location_name: "privateRegistryAccess"))
|
|
963
968
|
ContainerService.struct_class = Types::ContainerService
|
|
964
969
|
|
|
965
970
|
ContainerServiceDeployment.add_member(:version, Shapes::ShapeRef.new(shape: integer, location_name: "version"))
|
|
@@ -975,6 +980,13 @@ module Aws::Lightsail
|
|
|
975
980
|
ContainerServiceDeploymentRequest.add_member(:public_endpoint, Shapes::ShapeRef.new(shape: EndpointRequest, location_name: "publicEndpoint"))
|
|
976
981
|
ContainerServiceDeploymentRequest.struct_class = Types::ContainerServiceDeploymentRequest
|
|
977
982
|
|
|
983
|
+
ContainerServiceECRImagePullerRole.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
|
|
984
|
+
ContainerServiceECRImagePullerRole.add_member(:principal_arn, Shapes::ShapeRef.new(shape: string, location_name: "principalArn"))
|
|
985
|
+
ContainerServiceECRImagePullerRole.struct_class = Types::ContainerServiceECRImagePullerRole
|
|
986
|
+
|
|
987
|
+
ContainerServiceECRImagePullerRoleRequest.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
|
|
988
|
+
ContainerServiceECRImagePullerRoleRequest.struct_class = Types::ContainerServiceECRImagePullerRoleRequest
|
|
989
|
+
|
|
978
990
|
ContainerServiceEndpoint.add_member(:container_name, Shapes::ShapeRef.new(shape: string, location_name: "containerName"))
|
|
979
991
|
ContainerServiceEndpoint.add_member(:container_port, Shapes::ShapeRef.new(shape: integer, location_name: "containerPort"))
|
|
980
992
|
ContainerServiceEndpoint.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerServiceHealthCheckConfig, location_name: "healthCheck"))
|
|
@@ -1103,6 +1115,7 @@ module Aws::Lightsail
|
|
|
1103
1115
|
CreateContainerServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
1104
1116
|
CreateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
|
1105
1117
|
CreateContainerServiceRequest.add_member(:deployment, Shapes::ShapeRef.new(shape: ContainerServiceDeploymentRequest, location_name: "deployment"))
|
|
1118
|
+
CreateContainerServiceRequest.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccessRequest, location_name: "privateRegistryAccess"))
|
|
1106
1119
|
CreateContainerServiceRequest.struct_class = Types::CreateContainerServiceRequest
|
|
1107
1120
|
|
|
1108
1121
|
CreateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
|
|
@@ -1977,6 +1990,7 @@ module Aws::Lightsail
|
|
|
1977
1990
|
GetRelationalDatabaseBlueprintsResult.struct_class = Types::GetRelationalDatabaseBlueprintsResult
|
|
1978
1991
|
|
|
1979
1992
|
GetRelationalDatabaseBundlesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
|
1993
|
+
GetRelationalDatabaseBundlesRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
|
|
1980
1994
|
GetRelationalDatabaseBundlesRequest.struct_class = Types::GetRelationalDatabaseBundlesRequest
|
|
1981
1995
|
|
|
1982
1996
|
GetRelationalDatabaseBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: RelationalDatabaseBundleList, location_name: "bundles"))
|
|
@@ -2470,6 +2484,12 @@ module Aws::Lightsail
|
|
|
2470
2484
|
PortMap.key = Shapes::ShapeRef.new(shape: string)
|
|
2471
2485
|
PortMap.value = Shapes::ShapeRef.new(shape: ContainerServiceProtocol)
|
|
2472
2486
|
|
|
2487
|
+
PrivateRegistryAccess.add_member(:ecr_image_puller_role, Shapes::ShapeRef.new(shape: ContainerServiceECRImagePullerRole, location_name: "ecrImagePullerRole"))
|
|
2488
|
+
PrivateRegistryAccess.struct_class = Types::PrivateRegistryAccess
|
|
2489
|
+
|
|
2490
|
+
PrivateRegistryAccessRequest.add_member(:ecr_image_puller_role, Shapes::ShapeRef.new(shape: ContainerServiceECRImagePullerRoleRequest, location_name: "ecrImagePullerRole"))
|
|
2491
|
+
PrivateRegistryAccessRequest.struct_class = Types::PrivateRegistryAccessRequest
|
|
2492
|
+
|
|
2473
2493
|
PutAlarmRequest.add_member(:alarm_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "alarmName"))
|
|
2474
2494
|
PutAlarmRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "metricName"))
|
|
2475
2495
|
PutAlarmRequest.add_member(:monitored_resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitoredResourceName"))
|
|
@@ -2799,6 +2819,7 @@ module Aws::Lightsail
|
|
|
2799
2819
|
UpdateContainerServiceRequest.add_member(:scale, Shapes::ShapeRef.new(shape: ContainerServiceScale, location_name: "scale"))
|
|
2800
2820
|
UpdateContainerServiceRequest.add_member(:is_disabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isDisabled"))
|
|
2801
2821
|
UpdateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
|
2822
|
+
UpdateContainerServiceRequest.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccessRequest, location_name: "privateRegistryAccess"))
|
|
2802
2823
|
UpdateContainerServiceRequest.struct_class = Types::UpdateContainerServiceRequest
|
|
2803
2824
|
|
|
2804
2825
|
UpdateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
|
|
@@ -2344,6 +2344,20 @@ module Aws::Lightsail
|
|
|
2344
2344
|
# URL returns a 404 response.
|
|
2345
2345
|
# @return [String]
|
|
2346
2346
|
#
|
|
2347
|
+
# @!attribute [rw] private_registry_access
|
|
2348
|
+
# An object that describes the configuration for the container service
|
|
2349
|
+
# to access private container image repositories, such as Amazon
|
|
2350
|
+
# Elastic Container Registry (Amazon ECR) private repositories.
|
|
2351
|
+
#
|
|
2352
|
+
# For more information, see [Configuring access to an Amazon ECR
|
|
2353
|
+
# private repository for an Amazon Lightsail container service][1] in
|
|
2354
|
+
# the *Amazon Lightsail Developer Guide*.
|
|
2355
|
+
#
|
|
2356
|
+
#
|
|
2357
|
+
#
|
|
2358
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
2359
|
+
# @return [Types::PrivateRegistryAccess]
|
|
2360
|
+
#
|
|
2347
2361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ContainerService AWS API Documentation
|
|
2348
2362
|
#
|
|
2349
2363
|
class ContainerService < Struct.new(
|
|
@@ -2364,7 +2378,8 @@ module Aws::Lightsail
|
|
|
2364
2378
|
:principal_arn,
|
|
2365
2379
|
:private_domain_name,
|
|
2366
2380
|
:public_domain_names,
|
|
2367
|
-
:url
|
|
2381
|
+
:url,
|
|
2382
|
+
:private_registry_access)
|
|
2368
2383
|
SENSITIVE = []
|
|
2369
2384
|
include Aws::Structure
|
|
2370
2385
|
end
|
|
@@ -2477,6 +2492,78 @@ module Aws::Lightsail
|
|
|
2477
2492
|
include Aws::Structure
|
|
2478
2493
|
end
|
|
2479
2494
|
|
|
2495
|
+
# Describes the activation status of the role that you can use to grant
|
|
2496
|
+
# an Amazon Lightsail container service access to Amazon Elastic
|
|
2497
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
2498
|
+
#
|
|
2499
|
+
# When activated, Lightsail creates an Identity and Access Management
|
|
2500
|
+
# (IAM) role for the specified Lightsail container service. You can use
|
|
2501
|
+
# the ARN of the role to create a trust relationship between your
|
|
2502
|
+
# Lightsail container service and an Amazon ECR private repository in
|
|
2503
|
+
# your Amazon Web Services account. This allows your container service
|
|
2504
|
+
# to pull images from Amazon ECR private repositories. For more
|
|
2505
|
+
# information, see [Configuring access to an Amazon ECR private
|
|
2506
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
2507
|
+
# *Amazon Lightsail Developer Guide*.
|
|
2508
|
+
#
|
|
2509
|
+
#
|
|
2510
|
+
#
|
|
2511
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
2512
|
+
#
|
|
2513
|
+
# @!attribute [rw] is_active
|
|
2514
|
+
# A Boolean value that indicates whether the role is activated.
|
|
2515
|
+
# @return [Boolean]
|
|
2516
|
+
#
|
|
2517
|
+
# @!attribute [rw] principal_arn
|
|
2518
|
+
# The Amazon Resource Name (ARN) of the role, if it is activated.
|
|
2519
|
+
# @return [String]
|
|
2520
|
+
#
|
|
2521
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ContainerServiceECRImagePullerRole AWS API Documentation
|
|
2522
|
+
#
|
|
2523
|
+
class ContainerServiceECRImagePullerRole < Struct.new(
|
|
2524
|
+
:is_active,
|
|
2525
|
+
:principal_arn)
|
|
2526
|
+
SENSITIVE = []
|
|
2527
|
+
include Aws::Structure
|
|
2528
|
+
end
|
|
2529
|
+
|
|
2530
|
+
# Describes a request to activate or deactivate the role that you can
|
|
2531
|
+
# use to grant an Amazon Lightsail container service access to Amazon
|
|
2532
|
+
# Elastic Container Registry (Amazon ECR) private repositories.
|
|
2533
|
+
#
|
|
2534
|
+
# When activated, Lightsail creates an Identity and Access Management
|
|
2535
|
+
# (IAM) role for the specified Lightsail container service. You can use
|
|
2536
|
+
# the ARN of the role to create a trust relationship between your
|
|
2537
|
+
# Lightsail container service and an Amazon ECR private repository in
|
|
2538
|
+
# your Amazon Web Services account. This allows your container service
|
|
2539
|
+
# to pull images from Amazon ECR private repositories. For more
|
|
2540
|
+
# information, see [Configuring access to an Amazon ECR private
|
|
2541
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
2542
|
+
# *Amazon Lightsail Developer Guide*.
|
|
2543
|
+
#
|
|
2544
|
+
#
|
|
2545
|
+
#
|
|
2546
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
2547
|
+
#
|
|
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
|
+
# @!attribute [rw] is_active
|
|
2556
|
+
# A Boolean value that indicates whether to activate the role.
|
|
2557
|
+
# @return [Boolean]
|
|
2558
|
+
#
|
|
2559
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/ContainerServiceECRImagePullerRoleRequest AWS API Documentation
|
|
2560
|
+
#
|
|
2561
|
+
class ContainerServiceECRImagePullerRoleRequest < Struct.new(
|
|
2562
|
+
:is_active)
|
|
2563
|
+
SENSITIVE = []
|
|
2564
|
+
include Aws::Structure
|
|
2565
|
+
end
|
|
2566
|
+
|
|
2480
2567
|
# Describes the public endpoint configuration of a deployment of an
|
|
2481
2568
|
# Amazon Lightsail container service.
|
|
2482
2569
|
#
|
|
@@ -3357,6 +3444,11 @@ module Aws::Lightsail
|
|
|
3357
3444
|
# },
|
|
3358
3445
|
# },
|
|
3359
3446
|
# },
|
|
3447
|
+
# private_registry_access: {
|
|
3448
|
+
# ecr_image_puller_role: {
|
|
3449
|
+
# is_active: false,
|
|
3450
|
+
# },
|
|
3451
|
+
# },
|
|
3360
3452
|
# }
|
|
3361
3453
|
#
|
|
3362
3454
|
# @!attribute [rw] service_name
|
|
@@ -3456,6 +3548,20 @@ module Aws::Lightsail
|
|
|
3456
3548
|
# to use, and the health check configuration.
|
|
3457
3549
|
# @return [Types::ContainerServiceDeploymentRequest]
|
|
3458
3550
|
#
|
|
3551
|
+
# @!attribute [rw] private_registry_access
|
|
3552
|
+
# An object to describe the configuration for the container service to
|
|
3553
|
+
# access private container image repositories, such as Amazon Elastic
|
|
3554
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
3555
|
+
#
|
|
3556
|
+
# For more information, see [Configuring access to an Amazon ECR
|
|
3557
|
+
# private repository for an Amazon Lightsail container service][1] in
|
|
3558
|
+
# the *Amazon Lightsail Developer Guide*.
|
|
3559
|
+
#
|
|
3560
|
+
#
|
|
3561
|
+
#
|
|
3562
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
3563
|
+
# @return [Types::PrivateRegistryAccessRequest]
|
|
3564
|
+
#
|
|
3459
3565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateContainerServiceRequest AWS API Documentation
|
|
3460
3566
|
#
|
|
3461
3567
|
class CreateContainerServiceRequest < Struct.new(
|
|
@@ -3464,7 +3570,8 @@ module Aws::Lightsail
|
|
|
3464
3570
|
:scale,
|
|
3465
3571
|
:tags,
|
|
3466
3572
|
:public_domain_names,
|
|
3467
|
-
:deployment
|
|
3573
|
+
:deployment,
|
|
3574
|
+
:private_registry_access)
|
|
3468
3575
|
SENSITIVE = []
|
|
3469
3576
|
include Aws::Structure
|
|
3470
3577
|
end
|
|
@@ -4592,9 +4699,9 @@ module Aws::Lightsail
|
|
|
4592
4699
|
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
4593
4700
|
# policy names that you can specify.
|
|
4594
4701
|
#
|
|
4595
|
-
# For more information about load balancer TLS policies, see
|
|
4596
|
-
#
|
|
4597
|
-
# Developer Guide*.
|
|
4702
|
+
# For more information about load balancer TLS policies, see
|
|
4703
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
4704
|
+
# balancers][2] in the *Amazon Lightsail Developer Guide*.
|
|
4598
4705
|
#
|
|
4599
4706
|
#
|
|
4600
4707
|
#
|
|
@@ -7134,8 +7241,8 @@ module Aws::Lightsail
|
|
|
7134
7241
|
# }
|
|
7135
7242
|
#
|
|
7136
7243
|
# @!attribute [rw] include_inactive
|
|
7137
|
-
# A Boolean value
|
|
7138
|
-
# your request.
|
|
7244
|
+
# A Boolean value that indicates whether to include inactive
|
|
7245
|
+
# (unavailable) blueprints in the response of your request.
|
|
7139
7246
|
# @return [Boolean]
|
|
7140
7247
|
#
|
|
7141
7248
|
# @!attribute [rw] page_token
|
|
@@ -7221,7 +7328,7 @@ module Aws::Lightsail
|
|
|
7221
7328
|
#
|
|
7222
7329
|
# @!attribute [rw] include_inactive
|
|
7223
7330
|
# A Boolean value that indicates whether to include inactive
|
|
7224
|
-
# (unavailable) bundles in the response.
|
|
7331
|
+
# (unavailable) bundles in the response of your request.
|
|
7225
7332
|
# @return [Boolean]
|
|
7226
7333
|
#
|
|
7227
7334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBucketBundlesRequest AWS API Documentation
|
|
@@ -7470,8 +7577,8 @@ module Aws::Lightsail
|
|
|
7470
7577
|
# }
|
|
7471
7578
|
#
|
|
7472
7579
|
# @!attribute [rw] include_inactive
|
|
7473
|
-
# A Boolean value that indicates whether to include inactive
|
|
7474
|
-
#
|
|
7580
|
+
# A Boolean value that indicates whether to include inactive
|
|
7581
|
+
# (unavailable) bundles in the response of your request.
|
|
7475
7582
|
# @return [Boolean]
|
|
7476
7583
|
#
|
|
7477
7584
|
# @!attribute [rw] page_token
|
|
@@ -9805,6 +9912,7 @@ module Aws::Lightsail
|
|
|
9805
9912
|
#
|
|
9806
9913
|
# {
|
|
9807
9914
|
# page_token: "string",
|
|
9915
|
+
# include_inactive: false,
|
|
9808
9916
|
# }
|
|
9809
9917
|
#
|
|
9810
9918
|
# @!attribute [rw] page_token
|
|
@@ -9816,10 +9924,16 @@ module Aws::Lightsail
|
|
|
9816
9924
|
# specify as the page token in a subsequent request.
|
|
9817
9925
|
# @return [String]
|
|
9818
9926
|
#
|
|
9927
|
+
# @!attribute [rw] include_inactive
|
|
9928
|
+
# A Boolean value that indicates whether to include inactive
|
|
9929
|
+
# (unavailable) bundles in the response of your request.
|
|
9930
|
+
# @return [Boolean]
|
|
9931
|
+
#
|
|
9819
9932
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRelationalDatabaseBundlesRequest AWS API Documentation
|
|
9820
9933
|
#
|
|
9821
9934
|
class GetRelationalDatabaseBundlesRequest < Struct.new(
|
|
9822
|
-
:page_token
|
|
9935
|
+
:page_token,
|
|
9936
|
+
:include_inactive)
|
|
9823
9937
|
SENSITIVE = []
|
|
9824
9938
|
include Aws::Structure
|
|
9825
9939
|
end
|
|
@@ -12046,12 +12160,6 @@ module Aws::Lightsail
|
|
|
12046
12160
|
#
|
|
12047
12161
|
# @!attribute [rw] tls_policy_name
|
|
12048
12162
|
# The name of the TLS security policy for the load balancer.
|
|
12049
|
-
#
|
|
12050
|
-
# The following TLS security policy names are possible:
|
|
12051
|
-
#
|
|
12052
|
-
# * `TLS-2016-08`
|
|
12053
|
-
#
|
|
12054
|
-
# * `TLS-FS-Res-1-2-2019-08`
|
|
12055
12163
|
# @return [String]
|
|
12056
12164
|
#
|
|
12057
12165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancer AWS API Documentation
|
|
@@ -12471,8 +12579,8 @@ module Aws::Lightsail
|
|
|
12471
12579
|
# load balancers.
|
|
12472
12580
|
#
|
|
12473
12581
|
# For more information about load balancer TLS security policies, see
|
|
12474
|
-
# [
|
|
12475
|
-
# Developer Guide*.
|
|
12582
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
12583
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
12476
12584
|
#
|
|
12477
12585
|
#
|
|
12478
12586
|
#
|
|
@@ -12480,22 +12588,6 @@ module Aws::Lightsail
|
|
|
12480
12588
|
#
|
|
12481
12589
|
# @!attribute [rw] name
|
|
12482
12590
|
# The name of the TLS security policy.
|
|
12483
|
-
#
|
|
12484
|
-
# The following TLS security policy names are possible:
|
|
12485
|
-
#
|
|
12486
|
-
# * `TLS-2016-08`
|
|
12487
|
-
#
|
|
12488
|
-
# * `TLS-FS-Res-1-2-2019-08`
|
|
12489
|
-
#
|
|
12490
|
-
# You can specify either of these values for the
|
|
12491
|
-
# `tlsSecurityPolicyName` request parameter in the
|
|
12492
|
-
# [CreateLoadBalancer][1] action, and the `attributeValue` request
|
|
12493
|
-
# parameter in the [UpdateLoadBalancerAttribute][2] action.
|
|
12494
|
-
#
|
|
12495
|
-
#
|
|
12496
|
-
#
|
|
12497
|
-
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateLoadBalancer.html
|
|
12498
|
-
# [2]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateLoadBalancerAttribute.html
|
|
12499
12591
|
# @return [String]
|
|
12500
12592
|
#
|
|
12501
12593
|
# @!attribute [rw] is_default
|
|
@@ -12509,14 +12601,6 @@ module Aws::Lightsail
|
|
|
12509
12601
|
#
|
|
12510
12602
|
# @!attribute [rw] protocols
|
|
12511
12603
|
# The protocols used in a given TLS security policy.
|
|
12512
|
-
#
|
|
12513
|
-
# The following protocols are possible:
|
|
12514
|
-
#
|
|
12515
|
-
# * `Protocol-TLSv1`
|
|
12516
|
-
#
|
|
12517
|
-
# * `Protocol-TLSv1.1`
|
|
12518
|
-
#
|
|
12519
|
-
# * `Protocol-TLSv1.2`
|
|
12520
12604
|
# @return [Array<String>]
|
|
12521
12605
|
#
|
|
12522
12606
|
# @!attribute [rw] ciphers
|
|
@@ -13125,6 +13209,69 @@ module Aws::Lightsail
|
|
|
13125
13209
|
include Aws::Structure
|
|
13126
13210
|
end
|
|
13127
13211
|
|
|
13212
|
+
# Describes the configuration for an Amazon Lightsail container service
|
|
13213
|
+
# to access private container image repositories, such as Amazon Elastic
|
|
13214
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
13215
|
+
#
|
|
13216
|
+
# For more information, see [Configuring access to an Amazon ECR private
|
|
13217
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
13218
|
+
# *Amazon Lightsail Developer Guide*.
|
|
13219
|
+
#
|
|
13220
|
+
#
|
|
13221
|
+
#
|
|
13222
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
13223
|
+
#
|
|
13224
|
+
# @!attribute [rw] ecr_image_puller_role
|
|
13225
|
+
# An object that describes the activation status of the role that you
|
|
13226
|
+
# can use to grant a Lightsail container service access to Amazon ECR
|
|
13227
|
+
# private repositories. If the role is activated, the Amazon Resource
|
|
13228
|
+
# Name (ARN) of the role is also listed.
|
|
13229
|
+
# @return [Types::ContainerServiceECRImagePullerRole]
|
|
13230
|
+
#
|
|
13231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/PrivateRegistryAccess AWS API Documentation
|
|
13232
|
+
#
|
|
13233
|
+
class PrivateRegistryAccess < Struct.new(
|
|
13234
|
+
:ecr_image_puller_role)
|
|
13235
|
+
SENSITIVE = []
|
|
13236
|
+
include Aws::Structure
|
|
13237
|
+
end
|
|
13238
|
+
|
|
13239
|
+
# Describes a request to configure an Amazon Lightsail container service
|
|
13240
|
+
# to access private container image repositories, such as Amazon Elastic
|
|
13241
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
13242
|
+
#
|
|
13243
|
+
# For more information, see [Configuring access to an Amazon ECR private
|
|
13244
|
+
# repository for an Amazon Lightsail container service][1] in the
|
|
13245
|
+
# *Amazon Lightsail Developer Guide*.
|
|
13246
|
+
#
|
|
13247
|
+
#
|
|
13248
|
+
#
|
|
13249
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
13250
|
+
#
|
|
13251
|
+
# @note When making an API call, you may pass PrivateRegistryAccessRequest
|
|
13252
|
+
# data as a hash:
|
|
13253
|
+
#
|
|
13254
|
+
# {
|
|
13255
|
+
# ecr_image_puller_role: {
|
|
13256
|
+
# is_active: false,
|
|
13257
|
+
# },
|
|
13258
|
+
# }
|
|
13259
|
+
#
|
|
13260
|
+
# @!attribute [rw] ecr_image_puller_role
|
|
13261
|
+
# An object to describe a request to activate or deactivate the role
|
|
13262
|
+
# that you can use to grant an Amazon Lightsail container service
|
|
13263
|
+
# access to Amazon Elastic Container Registry (Amazon ECR) private
|
|
13264
|
+
# repositories.
|
|
13265
|
+
# @return [Types::ContainerServiceECRImagePullerRoleRequest]
|
|
13266
|
+
#
|
|
13267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/PrivateRegistryAccessRequest AWS API Documentation
|
|
13268
|
+
#
|
|
13269
|
+
class PrivateRegistryAccessRequest < Struct.new(
|
|
13270
|
+
:ecr_image_puller_role)
|
|
13271
|
+
SENSITIVE = []
|
|
13272
|
+
include Aws::Structure
|
|
13273
|
+
end
|
|
13274
|
+
|
|
13128
13275
|
# @note When making an API call, you may pass PutAlarmRequest
|
|
13129
13276
|
# data as a hash:
|
|
13130
13277
|
#
|
|
@@ -15046,6 +15193,11 @@ module Aws::Lightsail
|
|
|
15046
15193
|
# public_domain_names: {
|
|
15047
15194
|
# "string" => ["string"],
|
|
15048
15195
|
# },
|
|
15196
|
+
# private_registry_access: {
|
|
15197
|
+
# ecr_image_puller_role: {
|
|
15198
|
+
# is_active: false,
|
|
15199
|
+
# },
|
|
15200
|
+
# },
|
|
15049
15201
|
# }
|
|
15050
15202
|
#
|
|
15051
15203
|
# @!attribute [rw] service_name
|
|
@@ -15102,6 +15254,20 @@ module Aws::Lightsail
|
|
|
15102
15254
|
# shown in the example later on this page.
|
|
15103
15255
|
# @return [Hash<String,Array<String>>]
|
|
15104
15256
|
#
|
|
15257
|
+
# @!attribute [rw] private_registry_access
|
|
15258
|
+
# An object to describe the configuration for the container service to
|
|
15259
|
+
# access private container image repositories, such as Amazon Elastic
|
|
15260
|
+
# Container Registry (Amazon ECR) private repositories.
|
|
15261
|
+
#
|
|
15262
|
+
# For more information, see [Configuring access to an Amazon ECR
|
|
15263
|
+
# private repository for an Amazon Lightsail container service][1] in
|
|
15264
|
+
# the *Amazon Lightsail Developer Guide*.
|
|
15265
|
+
#
|
|
15266
|
+
#
|
|
15267
|
+
#
|
|
15268
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-service-ecr-private-repo-access
|
|
15269
|
+
# @return [Types::PrivateRegistryAccessRequest]
|
|
15270
|
+
#
|
|
15105
15271
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateContainerServiceRequest AWS API Documentation
|
|
15106
15272
|
#
|
|
15107
15273
|
class UpdateContainerServiceRequest < Struct.new(
|
|
@@ -15109,7 +15275,8 @@ module Aws::Lightsail
|
|
|
15109
15275
|
:power,
|
|
15110
15276
|
:scale,
|
|
15111
15277
|
:is_disabled,
|
|
15112
|
-
:public_domain_names
|
|
15278
|
+
:public_domain_names,
|
|
15279
|
+
:private_registry_access)
|
|
15113
15280
|
SENSITIVE = []
|
|
15114
15281
|
include Aws::Structure
|
|
15115
15282
|
end
|
|
@@ -15358,7 +15525,8 @@ module Aws::Lightsail
|
|
|
15358
15525
|
#
|
|
15359
15526
|
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
15360
15527
|
# request parameter, then the `attributeValue` request parameter
|
|
15361
|
-
# must be `true` or `false
|
|
15528
|
+
# must be `true` to activate session stickiness or `false` to
|
|
15529
|
+
# deactivate session stickiness.
|
|
15362
15530
|
#
|
|
15363
15531
|
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for
|
|
15364
15532
|
# the `attributeName` request parameter, then the `attributeValue`
|
|
@@ -15367,11 +15535,19 @@ module Aws::Lightsail
|
|
|
15367
15535
|
#
|
|
15368
15536
|
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
15369
15537
|
# request parameter, then the `attributeValue` request parameter
|
|
15370
|
-
# must be `true` or `false
|
|
15538
|
+
# must be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
15539
|
+
# deactivate HTTP to HTTPS redirection.
|
|
15371
15540
|
#
|
|
15372
15541
|
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
15373
|
-
# parameter, then the `attributeValue` request parameter must be
|
|
15374
|
-
#
|
|
15542
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
15543
|
+
# name of the TLS policy.
|
|
15544
|
+
#
|
|
15545
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of
|
|
15546
|
+
# TLS policy names that you can specify.
|
|
15547
|
+
#
|
|
15548
|
+
#
|
|
15549
|
+
#
|
|
15550
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
15375
15551
|
# @return [String]
|
|
15376
15552
|
#
|
|
15377
15553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateLoadBalancerAttributeRequest AWS API Documentation
|
data/lib/aws-sdk-lightsail.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lightsail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|