aws-sdk-lightsail 1.39.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-lightsail.rb +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1343 -200
- data/lib/aws-sdk-lightsail/client_api.rb +451 -0
- data/lib/aws-sdk-lightsail/types.rb +3258 -1828
- metadata +2 -2
@@ -77,6 +77,36 @@ module Aws::Lightsail
|
|
77
77
|
ContactMethodsList = Shapes::ListShape.new(name: 'ContactMethodsList')
|
78
78
|
ContactProtocol = Shapes::StringShape.new(name: 'ContactProtocol')
|
79
79
|
ContactProtocolsList = Shapes::ListShape.new(name: 'ContactProtocolsList')
|
80
|
+
Container = Shapes::StructureShape.new(name: 'Container')
|
81
|
+
ContainerImage = Shapes::StructureShape.new(name: 'ContainerImage')
|
82
|
+
ContainerImageList = Shapes::ListShape.new(name: 'ContainerImageList')
|
83
|
+
ContainerLabel = Shapes::StringShape.new(name: 'ContainerLabel')
|
84
|
+
ContainerMap = Shapes::MapShape.new(name: 'ContainerMap')
|
85
|
+
ContainerName = Shapes::StringShape.new(name: 'ContainerName')
|
86
|
+
ContainerService = Shapes::StructureShape.new(name: 'ContainerService')
|
87
|
+
ContainerServiceDeployment = Shapes::StructureShape.new(name: 'ContainerServiceDeployment')
|
88
|
+
ContainerServiceDeploymentList = Shapes::ListShape.new(name: 'ContainerServiceDeploymentList')
|
89
|
+
ContainerServiceDeploymentRequest = Shapes::StructureShape.new(name: 'ContainerServiceDeploymentRequest')
|
90
|
+
ContainerServiceDeploymentState = Shapes::StringShape.new(name: 'ContainerServiceDeploymentState')
|
91
|
+
ContainerServiceEndpoint = Shapes::StructureShape.new(name: 'ContainerServiceEndpoint')
|
92
|
+
ContainerServiceHealthCheckConfig = Shapes::StructureShape.new(name: 'ContainerServiceHealthCheckConfig')
|
93
|
+
ContainerServiceList = Shapes::ListShape.new(name: 'ContainerServiceList')
|
94
|
+
ContainerServiceLogEvent = Shapes::StructureShape.new(name: 'ContainerServiceLogEvent')
|
95
|
+
ContainerServiceLogEventList = Shapes::ListShape.new(name: 'ContainerServiceLogEventList')
|
96
|
+
ContainerServiceMetadataEntry = Shapes::MapShape.new(name: 'ContainerServiceMetadataEntry')
|
97
|
+
ContainerServiceMetadataEntryList = Shapes::ListShape.new(name: 'ContainerServiceMetadataEntryList')
|
98
|
+
ContainerServiceMetricName = Shapes::StringShape.new(name: 'ContainerServiceMetricName')
|
99
|
+
ContainerServiceName = Shapes::StringShape.new(name: 'ContainerServiceName')
|
100
|
+
ContainerServicePower = Shapes::StructureShape.new(name: 'ContainerServicePower')
|
101
|
+
ContainerServicePowerList = Shapes::ListShape.new(name: 'ContainerServicePowerList')
|
102
|
+
ContainerServicePowerName = Shapes::StringShape.new(name: 'ContainerServicePowerName')
|
103
|
+
ContainerServiceProtocol = Shapes::StringShape.new(name: 'ContainerServiceProtocol')
|
104
|
+
ContainerServicePublicDomains = Shapes::MapShape.new(name: 'ContainerServicePublicDomains')
|
105
|
+
ContainerServicePublicDomainsList = Shapes::ListShape.new(name: 'ContainerServicePublicDomainsList')
|
106
|
+
ContainerServiceRegistryLogin = Shapes::StructureShape.new(name: 'ContainerServiceRegistryLogin')
|
107
|
+
ContainerServiceScale = Shapes::IntegerShape.new(name: 'ContainerServiceScale')
|
108
|
+
ContainerServiceState = Shapes::StringShape.new(name: 'ContainerServiceState')
|
109
|
+
ContainerServicesListResult = Shapes::StructureShape.new(name: 'ContainerServicesListResult')
|
80
110
|
CookieObject = Shapes::StructureShape.new(name: 'CookieObject')
|
81
111
|
CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
|
82
112
|
CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
|
@@ -86,6 +116,12 @@ module Aws::Lightsail
|
|
86
116
|
CreateCloudFormationStackResult = Shapes::StructureShape.new(name: 'CreateCloudFormationStackResult')
|
87
117
|
CreateContactMethodRequest = Shapes::StructureShape.new(name: 'CreateContactMethodRequest')
|
88
118
|
CreateContactMethodResult = Shapes::StructureShape.new(name: 'CreateContactMethodResult')
|
119
|
+
CreateContainerServiceDeploymentRequest = Shapes::StructureShape.new(name: 'CreateContainerServiceDeploymentRequest')
|
120
|
+
CreateContainerServiceDeploymentResult = Shapes::StructureShape.new(name: 'CreateContainerServiceDeploymentResult')
|
121
|
+
CreateContainerServiceRegistryLoginRequest = Shapes::StructureShape.new(name: 'CreateContainerServiceRegistryLoginRequest')
|
122
|
+
CreateContainerServiceRegistryLoginResult = Shapes::StructureShape.new(name: 'CreateContainerServiceRegistryLoginResult')
|
123
|
+
CreateContainerServiceRequest = Shapes::StructureShape.new(name: 'CreateContainerServiceRequest')
|
124
|
+
CreateContainerServiceResult = Shapes::StructureShape.new(name: 'CreateContainerServiceResult')
|
89
125
|
CreateDiskFromSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotRequest')
|
90
126
|
CreateDiskFromSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotResult')
|
91
127
|
CreateDiskRequest = Shapes::StructureShape.new(name: 'CreateDiskRequest')
|
@@ -124,6 +160,10 @@ module Aws::Lightsail
|
|
124
160
|
DeleteCertificateResult = Shapes::StructureShape.new(name: 'DeleteCertificateResult')
|
125
161
|
DeleteContactMethodRequest = Shapes::StructureShape.new(name: 'DeleteContactMethodRequest')
|
126
162
|
DeleteContactMethodResult = Shapes::StructureShape.new(name: 'DeleteContactMethodResult')
|
163
|
+
DeleteContainerImageRequest = Shapes::StructureShape.new(name: 'DeleteContainerImageRequest')
|
164
|
+
DeleteContainerImageResult = Shapes::StructureShape.new(name: 'DeleteContainerImageResult')
|
165
|
+
DeleteContainerServiceRequest = Shapes::StructureShape.new(name: 'DeleteContainerServiceRequest')
|
166
|
+
DeleteContainerServiceResult = Shapes::StructureShape.new(name: 'DeleteContainerServiceResult')
|
127
167
|
DeleteDiskRequest = Shapes::StructureShape.new(name: 'DeleteDiskRequest')
|
128
168
|
DeleteDiskResult = Shapes::StructureShape.new(name: 'DeleteDiskResult')
|
129
169
|
DeleteDiskSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotRequest')
|
@@ -192,6 +232,8 @@ module Aws::Lightsail
|
|
192
232
|
EligibleToRenew = Shapes::StringShape.new(name: 'EligibleToRenew')
|
193
233
|
EnableAddOnRequest = Shapes::StructureShape.new(name: 'EnableAddOnRequest')
|
194
234
|
EnableAddOnResult = Shapes::StructureShape.new(name: 'EnableAddOnResult')
|
235
|
+
EndpointRequest = Shapes::StructureShape.new(name: 'EndpointRequest')
|
236
|
+
Environment = Shapes::MapShape.new(name: 'Environment')
|
195
237
|
ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
|
196
238
|
ExportSnapshotRecordList = Shapes::ListShape.new(name: 'ExportSnapshotRecordList')
|
197
239
|
ExportSnapshotRecordSourceInfo = Shapes::StructureShape.new(name: 'ExportSnapshotRecordSourceInfo')
|
@@ -215,6 +257,19 @@ module Aws::Lightsail
|
|
215
257
|
GetCloudFormationStackRecordsResult = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsResult')
|
216
258
|
GetContactMethodsRequest = Shapes::StructureShape.new(name: 'GetContactMethodsRequest')
|
217
259
|
GetContactMethodsResult = Shapes::StructureShape.new(name: 'GetContactMethodsResult')
|
260
|
+
GetContainerAPIMetadataRequest = Shapes::StructureShape.new(name: 'GetContainerAPIMetadataRequest')
|
261
|
+
GetContainerAPIMetadataResult = Shapes::StructureShape.new(name: 'GetContainerAPIMetadataResult')
|
262
|
+
GetContainerImagesRequest = Shapes::StructureShape.new(name: 'GetContainerImagesRequest')
|
263
|
+
GetContainerImagesResult = Shapes::StructureShape.new(name: 'GetContainerImagesResult')
|
264
|
+
GetContainerLogRequest = Shapes::StructureShape.new(name: 'GetContainerLogRequest')
|
265
|
+
GetContainerLogResult = Shapes::StructureShape.new(name: 'GetContainerLogResult')
|
266
|
+
GetContainerServiceDeploymentsRequest = Shapes::StructureShape.new(name: 'GetContainerServiceDeploymentsRequest')
|
267
|
+
GetContainerServiceDeploymentsResult = Shapes::StructureShape.new(name: 'GetContainerServiceDeploymentsResult')
|
268
|
+
GetContainerServiceMetricDataRequest = Shapes::StructureShape.new(name: 'GetContainerServiceMetricDataRequest')
|
269
|
+
GetContainerServiceMetricDataResult = Shapes::StructureShape.new(name: 'GetContainerServiceMetricDataResult')
|
270
|
+
GetContainerServicePowersRequest = Shapes::StructureShape.new(name: 'GetContainerServicePowersRequest')
|
271
|
+
GetContainerServicePowersResult = Shapes::StructureShape.new(name: 'GetContainerServicePowersResult')
|
272
|
+
GetContainerServicesRequest = Shapes::StructureShape.new(name: 'GetContainerServicesRequest')
|
218
273
|
GetDiskRequest = Shapes::StructureShape.new(name: 'GetDiskRequest')
|
219
274
|
GetDiskResult = Shapes::StructureShape.new(name: 'GetDiskResult')
|
220
275
|
GetDiskSnapshotRequest = Shapes::StructureShape.new(name: 'GetDiskSnapshotRequest')
|
@@ -403,6 +458,7 @@ module Aws::Lightsail
|
|
403
458
|
PortInfoList = Shapes::ListShape.new(name: 'PortInfoList')
|
404
459
|
PortInfoSourceType = Shapes::StringShape.new(name: 'PortInfoSourceType')
|
405
460
|
PortList = Shapes::ListShape.new(name: 'PortList')
|
461
|
+
PortMap = Shapes::MapShape.new(name: 'PortMap')
|
406
462
|
PortState = Shapes::StringShape.new(name: 'PortState')
|
407
463
|
PutAlarmRequest = Shapes::StructureShape.new(name: 'PutAlarmRequest')
|
408
464
|
PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
|
@@ -417,6 +473,8 @@ module Aws::Lightsail
|
|
417
473
|
Region = Shapes::StructureShape.new(name: 'Region')
|
418
474
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
419
475
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
476
|
+
RegisterContainerImageRequest = Shapes::StructureShape.new(name: 'RegisterContainerImageRequest')
|
477
|
+
RegisterContainerImageResult = Shapes::StructureShape.new(name: 'RegisterContainerImageResult')
|
420
478
|
RelationalDatabase = Shapes::StructureShape.new(name: 'RelationalDatabase')
|
421
479
|
RelationalDatabaseBlueprint = Shapes::StructureShape.new(name: 'RelationalDatabaseBlueprint')
|
422
480
|
RelationalDatabaseBlueprintList = Shapes::ListShape.new(name: 'RelationalDatabaseBlueprintList')
|
@@ -483,6 +541,8 @@ module Aws::Lightsail
|
|
483
541
|
UnpeerVpcResult = Shapes::StructureShape.new(name: 'UnpeerVpcResult')
|
484
542
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
485
543
|
UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
|
544
|
+
UpdateContainerServiceRequest = Shapes::StructureShape.new(name: 'UpdateContainerServiceRequest')
|
545
|
+
UpdateContainerServiceResult = Shapes::StructureShape.new(name: 'UpdateContainerServiceResult')
|
486
546
|
UpdateDistributionBundleRequest = Shapes::StructureShape.new(name: 'UpdateDistributionBundleRequest')
|
487
547
|
UpdateDistributionBundleResult = Shapes::StructureShape.new(name: 'UpdateDistributionBundleResult')
|
488
548
|
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
@@ -746,6 +806,104 @@ module Aws::Lightsail
|
|
746
806
|
|
747
807
|
ContactProtocolsList.member = Shapes::ShapeRef.new(shape: ContactProtocol)
|
748
808
|
|
809
|
+
Container.add_member(:image, Shapes::ShapeRef.new(shape: string, location_name: "image"))
|
810
|
+
Container.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "command"))
|
811
|
+
Container.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
|
812
|
+
Container.add_member(:ports, Shapes::ShapeRef.new(shape: PortMap, location_name: "ports"))
|
813
|
+
Container.struct_class = Types::Container
|
814
|
+
|
815
|
+
ContainerImage.add_member(:image, Shapes::ShapeRef.new(shape: string, location_name: "image"))
|
816
|
+
ContainerImage.add_member(:digest, Shapes::ShapeRef.new(shape: string, location_name: "digest"))
|
817
|
+
ContainerImage.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
818
|
+
ContainerImage.struct_class = Types::ContainerImage
|
819
|
+
|
820
|
+
ContainerImageList.member = Shapes::ShapeRef.new(shape: ContainerImage)
|
821
|
+
|
822
|
+
ContainerMap.key = Shapes::ShapeRef.new(shape: ContainerName)
|
823
|
+
ContainerMap.value = Shapes::ShapeRef.new(shape: Container)
|
824
|
+
|
825
|
+
ContainerService.add_member(:container_service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, location_name: "containerServiceName"))
|
826
|
+
ContainerService.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
827
|
+
ContainerService.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
828
|
+
ContainerService.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
829
|
+
ContainerService.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
830
|
+
ContainerService.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
831
|
+
ContainerService.add_member(:power, Shapes::ShapeRef.new(shape: ContainerServicePowerName, location_name: "power"))
|
832
|
+
ContainerService.add_member(:power_id, Shapes::ShapeRef.new(shape: string, location_name: "powerId"))
|
833
|
+
ContainerService.add_member(:state, Shapes::ShapeRef.new(shape: ContainerServiceState, location_name: "state"))
|
834
|
+
ContainerService.add_member(:scale, Shapes::ShapeRef.new(shape: ContainerServiceScale, location_name: "scale"))
|
835
|
+
ContainerService.add_member(:current_deployment, Shapes::ShapeRef.new(shape: ContainerServiceDeployment, location_name: "currentDeployment"))
|
836
|
+
ContainerService.add_member(:next_deployment, Shapes::ShapeRef.new(shape: ContainerServiceDeployment, location_name: "nextDeployment"))
|
837
|
+
ContainerService.add_member(:is_disabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isDisabled"))
|
838
|
+
ContainerService.add_member(:principal_arn, Shapes::ShapeRef.new(shape: string, location_name: "principalArn"))
|
839
|
+
ContainerService.add_member(:private_domain_name, Shapes::ShapeRef.new(shape: string, location_name: "privateDomainName"))
|
840
|
+
ContainerService.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
841
|
+
ContainerService.add_member(:url, Shapes::ShapeRef.new(shape: string, location_name: "url"))
|
842
|
+
ContainerService.struct_class = Types::ContainerService
|
843
|
+
|
844
|
+
ContainerServiceDeployment.add_member(:version, Shapes::ShapeRef.new(shape: integer, location_name: "version"))
|
845
|
+
ContainerServiceDeployment.add_member(:state, Shapes::ShapeRef.new(shape: ContainerServiceDeploymentState, location_name: "state"))
|
846
|
+
ContainerServiceDeployment.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerMap, location_name: "containers"))
|
847
|
+
ContainerServiceDeployment.add_member(:public_endpoint, Shapes::ShapeRef.new(shape: ContainerServiceEndpoint, location_name: "publicEndpoint"))
|
848
|
+
ContainerServiceDeployment.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
849
|
+
ContainerServiceDeployment.struct_class = Types::ContainerServiceDeployment
|
850
|
+
|
851
|
+
ContainerServiceDeploymentList.member = Shapes::ShapeRef.new(shape: ContainerServiceDeployment)
|
852
|
+
|
853
|
+
ContainerServiceDeploymentRequest.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerMap, location_name: "containers"))
|
854
|
+
ContainerServiceDeploymentRequest.add_member(:public_endpoint, Shapes::ShapeRef.new(shape: EndpointRequest, location_name: "publicEndpoint"))
|
855
|
+
ContainerServiceDeploymentRequest.struct_class = Types::ContainerServiceDeploymentRequest
|
856
|
+
|
857
|
+
ContainerServiceEndpoint.add_member(:container_name, Shapes::ShapeRef.new(shape: string, location_name: "containerName"))
|
858
|
+
ContainerServiceEndpoint.add_member(:container_port, Shapes::ShapeRef.new(shape: integer, location_name: "containerPort"))
|
859
|
+
ContainerServiceEndpoint.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerServiceHealthCheckConfig, location_name: "healthCheck"))
|
860
|
+
ContainerServiceEndpoint.struct_class = Types::ContainerServiceEndpoint
|
861
|
+
|
862
|
+
ContainerServiceHealthCheckConfig.add_member(:healthy_threshold, Shapes::ShapeRef.new(shape: integer, location_name: "healthyThreshold"))
|
863
|
+
ContainerServiceHealthCheckConfig.add_member(:unhealthy_threshold, Shapes::ShapeRef.new(shape: integer, location_name: "unhealthyThreshold"))
|
864
|
+
ContainerServiceHealthCheckConfig.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: integer, location_name: "timeoutSeconds"))
|
865
|
+
ContainerServiceHealthCheckConfig.add_member(:interval_seconds, Shapes::ShapeRef.new(shape: integer, location_name: "intervalSeconds"))
|
866
|
+
ContainerServiceHealthCheckConfig.add_member(:path, Shapes::ShapeRef.new(shape: string, location_name: "path"))
|
867
|
+
ContainerServiceHealthCheckConfig.add_member(:success_codes, Shapes::ShapeRef.new(shape: string, location_name: "successCodes"))
|
868
|
+
ContainerServiceHealthCheckConfig.struct_class = Types::ContainerServiceHealthCheckConfig
|
869
|
+
|
870
|
+
ContainerServiceList.member = Shapes::ShapeRef.new(shape: ContainerService)
|
871
|
+
|
872
|
+
ContainerServiceLogEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
873
|
+
ContainerServiceLogEvent.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
|
874
|
+
ContainerServiceLogEvent.struct_class = Types::ContainerServiceLogEvent
|
875
|
+
|
876
|
+
ContainerServiceLogEventList.member = Shapes::ShapeRef.new(shape: ContainerServiceLogEvent)
|
877
|
+
|
878
|
+
ContainerServiceMetadataEntry.key = Shapes::ShapeRef.new(shape: string)
|
879
|
+
ContainerServiceMetadataEntry.value = Shapes::ShapeRef.new(shape: string)
|
880
|
+
|
881
|
+
ContainerServiceMetadataEntryList.member = Shapes::ShapeRef.new(shape: ContainerServiceMetadataEntry)
|
882
|
+
|
883
|
+
ContainerServicePower.add_member(:power_id, Shapes::ShapeRef.new(shape: string, location_name: "powerId"))
|
884
|
+
ContainerServicePower.add_member(:price, Shapes::ShapeRef.new(shape: float, location_name: "price"))
|
885
|
+
ContainerServicePower.add_member(:cpu_count, Shapes::ShapeRef.new(shape: float, location_name: "cpuCount"))
|
886
|
+
ContainerServicePower.add_member(:ram_size_in_gb, Shapes::ShapeRef.new(shape: float, location_name: "ramSizeInGb"))
|
887
|
+
ContainerServicePower.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
888
|
+
ContainerServicePower.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
|
889
|
+
ContainerServicePower.struct_class = Types::ContainerServicePower
|
890
|
+
|
891
|
+
ContainerServicePowerList.member = Shapes::ShapeRef.new(shape: ContainerServicePower)
|
892
|
+
|
893
|
+
ContainerServicePublicDomains.key = Shapes::ShapeRef.new(shape: string)
|
894
|
+
ContainerServicePublicDomains.value = Shapes::ShapeRef.new(shape: ContainerServicePublicDomainsList)
|
895
|
+
|
896
|
+
ContainerServicePublicDomainsList.member = Shapes::ShapeRef.new(shape: string)
|
897
|
+
|
898
|
+
ContainerServiceRegistryLogin.add_member(:username, Shapes::ShapeRef.new(shape: string, location_name: "username"))
|
899
|
+
ContainerServiceRegistryLogin.add_member(:password, Shapes::ShapeRef.new(shape: string, location_name: "password"))
|
900
|
+
ContainerServiceRegistryLogin.add_member(:expires_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "expiresAt"))
|
901
|
+
ContainerServiceRegistryLogin.add_member(:registry, Shapes::ShapeRef.new(shape: string, location_name: "registry"))
|
902
|
+
ContainerServiceRegistryLogin.struct_class = Types::ContainerServiceRegistryLogin
|
903
|
+
|
904
|
+
ContainerServicesListResult.add_member(:container_services, Shapes::ShapeRef.new(shape: ContainerServiceList, location_name: "containerServices"))
|
905
|
+
ContainerServicesListResult.struct_class = Types::ContainerServicesListResult
|
906
|
+
|
749
907
|
CookieObject.add_member(:option, Shapes::ShapeRef.new(shape: ForwardValues, location_name: "option"))
|
750
908
|
CookieObject.add_member(:cookies_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "cookiesAllowList"))
|
751
909
|
CookieObject.struct_class = Types::CookieObject
|
@@ -784,6 +942,30 @@ module Aws::Lightsail
|
|
784
942
|
CreateContactMethodResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
785
943
|
CreateContactMethodResult.struct_class = Types::CreateContactMethodResult
|
786
944
|
|
945
|
+
CreateContainerServiceDeploymentRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
946
|
+
CreateContainerServiceDeploymentRequest.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerMap, location_name: "containers"))
|
947
|
+
CreateContainerServiceDeploymentRequest.add_member(:public_endpoint, Shapes::ShapeRef.new(shape: EndpointRequest, location_name: "publicEndpoint"))
|
948
|
+
CreateContainerServiceDeploymentRequest.struct_class = Types::CreateContainerServiceDeploymentRequest
|
949
|
+
|
950
|
+
CreateContainerServiceDeploymentResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
|
951
|
+
CreateContainerServiceDeploymentResult.struct_class = Types::CreateContainerServiceDeploymentResult
|
952
|
+
|
953
|
+
CreateContainerServiceRegistryLoginRequest.struct_class = Types::CreateContainerServiceRegistryLoginRequest
|
954
|
+
|
955
|
+
CreateContainerServiceRegistryLoginResult.add_member(:registry_login, Shapes::ShapeRef.new(shape: ContainerServiceRegistryLogin, location_name: "registryLogin"))
|
956
|
+
CreateContainerServiceRegistryLoginResult.struct_class = Types::CreateContainerServiceRegistryLoginResult
|
957
|
+
|
958
|
+
CreateContainerServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
959
|
+
CreateContainerServiceRequest.add_member(:power, Shapes::ShapeRef.new(shape: ContainerServicePowerName, required: true, location_name: "power"))
|
960
|
+
CreateContainerServiceRequest.add_member(:scale, Shapes::ShapeRef.new(shape: ContainerServiceScale, required: true, location_name: "scale"))
|
961
|
+
CreateContainerServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
962
|
+
CreateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
963
|
+
CreateContainerServiceRequest.add_member(:deployment, Shapes::ShapeRef.new(shape: ContainerServiceDeploymentRequest, location_name: "deployment"))
|
964
|
+
CreateContainerServiceRequest.struct_class = Types::CreateContainerServiceRequest
|
965
|
+
|
966
|
+
CreateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
|
967
|
+
CreateContainerServiceResult.struct_class = Types::CreateContainerServiceResult
|
968
|
+
|
787
969
|
CreateDiskFromSnapshotRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
788
970
|
CreateDiskFromSnapshotRequest.add_member(:disk_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "diskSnapshotName"))
|
789
971
|
CreateDiskFromSnapshotRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "availabilityZone"))
|
@@ -978,6 +1160,17 @@ module Aws::Lightsail
|
|
978
1160
|
DeleteContactMethodResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
979
1161
|
DeleteContactMethodResult.struct_class = Types::DeleteContactMethodResult
|
980
1162
|
|
1163
|
+
DeleteContainerImageRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1164
|
+
DeleteContainerImageRequest.add_member(:image, Shapes::ShapeRef.new(shape: string, required: true, location_name: "image"))
|
1165
|
+
DeleteContainerImageRequest.struct_class = Types::DeleteContainerImageRequest
|
1166
|
+
|
1167
|
+
DeleteContainerImageResult.struct_class = Types::DeleteContainerImageResult
|
1168
|
+
|
1169
|
+
DeleteContainerServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1170
|
+
DeleteContainerServiceRequest.struct_class = Types::DeleteContainerServiceRequest
|
1171
|
+
|
1172
|
+
DeleteContainerServiceResult.struct_class = Types::DeleteContainerServiceResult
|
1173
|
+
|
981
1174
|
DeleteDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
982
1175
|
DeleteDiskRequest.add_member(:force_delete_add_ons, Shapes::ShapeRef.new(shape: boolean, location_name: "forceDeleteAddOns"))
|
983
1176
|
DeleteDiskRequest.struct_class = Types::DeleteDiskRequest
|
@@ -1213,6 +1406,14 @@ module Aws::Lightsail
|
|
1213
1406
|
EnableAddOnResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1214
1407
|
EnableAddOnResult.struct_class = Types::EnableAddOnResult
|
1215
1408
|
|
1409
|
+
EndpointRequest.add_member(:container_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "containerName"))
|
1410
|
+
EndpointRequest.add_member(:container_port, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "containerPort"))
|
1411
|
+
EndpointRequest.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerServiceHealthCheckConfig, location_name: "healthCheck"))
|
1412
|
+
EndpointRequest.struct_class = Types::EndpointRequest
|
1413
|
+
|
1414
|
+
Environment.key = Shapes::ShapeRef.new(shape: string)
|
1415
|
+
Environment.value = Shapes::ShapeRef.new(shape: string)
|
1416
|
+
|
1216
1417
|
ExportSnapshotRecord.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1217
1418
|
ExportSnapshotRecord.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1218
1419
|
ExportSnapshotRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
@@ -1302,6 +1503,55 @@ module Aws::Lightsail
|
|
1302
1503
|
GetContactMethodsResult.add_member(:contact_methods, Shapes::ShapeRef.new(shape: ContactMethodsList, location_name: "contactMethods"))
|
1303
1504
|
GetContactMethodsResult.struct_class = Types::GetContactMethodsResult
|
1304
1505
|
|
1506
|
+
GetContainerAPIMetadataRequest.struct_class = Types::GetContainerAPIMetadataRequest
|
1507
|
+
|
1508
|
+
GetContainerAPIMetadataResult.add_member(:metadata, Shapes::ShapeRef.new(shape: ContainerServiceMetadataEntryList, location_name: "metadata"))
|
1509
|
+
GetContainerAPIMetadataResult.struct_class = Types::GetContainerAPIMetadataResult
|
1510
|
+
|
1511
|
+
GetContainerImagesRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1512
|
+
GetContainerImagesRequest.struct_class = Types::GetContainerImagesRequest
|
1513
|
+
|
1514
|
+
GetContainerImagesResult.add_member(:container_images, Shapes::ShapeRef.new(shape: ContainerImageList, location_name: "containerImages"))
|
1515
|
+
GetContainerImagesResult.struct_class = Types::GetContainerImagesResult
|
1516
|
+
|
1517
|
+
GetContainerLogRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1518
|
+
GetContainerLogRequest.add_member(:container_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "containerName"))
|
1519
|
+
GetContainerLogRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "startTime"))
|
1520
|
+
GetContainerLogRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "endTime"))
|
1521
|
+
GetContainerLogRequest.add_member(:filter_pattern, Shapes::ShapeRef.new(shape: string, location_name: "filterPattern"))
|
1522
|
+
GetContainerLogRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1523
|
+
GetContainerLogRequest.struct_class = Types::GetContainerLogRequest
|
1524
|
+
|
1525
|
+
GetContainerLogResult.add_member(:log_events, Shapes::ShapeRef.new(shape: ContainerServiceLogEventList, location_name: "logEvents"))
|
1526
|
+
GetContainerLogResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1527
|
+
GetContainerLogResult.struct_class = Types::GetContainerLogResult
|
1528
|
+
|
1529
|
+
GetContainerServiceDeploymentsRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1530
|
+
GetContainerServiceDeploymentsRequest.struct_class = Types::GetContainerServiceDeploymentsRequest
|
1531
|
+
|
1532
|
+
GetContainerServiceDeploymentsResult.add_member(:deployments, Shapes::ShapeRef.new(shape: ContainerServiceDeploymentList, location_name: "deployments"))
|
1533
|
+
GetContainerServiceDeploymentsResult.struct_class = Types::GetContainerServiceDeploymentsResult
|
1534
|
+
|
1535
|
+
GetContainerServiceMetricDataRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
1536
|
+
GetContainerServiceMetricDataRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: ContainerServiceMetricName, required: true, location_name: "metricName"))
|
1537
|
+
GetContainerServiceMetricDataRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: IsoDate, required: true, location_name: "startTime"))
|
1538
|
+
GetContainerServiceMetricDataRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: IsoDate, required: true, location_name: "endTime"))
|
1539
|
+
GetContainerServiceMetricDataRequest.add_member(:period, Shapes::ShapeRef.new(shape: MetricPeriod, required: true, location_name: "period"))
|
1540
|
+
GetContainerServiceMetricDataRequest.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricStatisticList, required: true, location_name: "statistics"))
|
1541
|
+
GetContainerServiceMetricDataRequest.struct_class = Types::GetContainerServiceMetricDataRequest
|
1542
|
+
|
1543
|
+
GetContainerServiceMetricDataResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: ContainerServiceMetricName, location_name: "metricName"))
|
1544
|
+
GetContainerServiceMetricDataResult.add_member(:metric_data, Shapes::ShapeRef.new(shape: MetricDatapointList, location_name: "metricData"))
|
1545
|
+
GetContainerServiceMetricDataResult.struct_class = Types::GetContainerServiceMetricDataResult
|
1546
|
+
|
1547
|
+
GetContainerServicePowersRequest.struct_class = Types::GetContainerServicePowersRequest
|
1548
|
+
|
1549
|
+
GetContainerServicePowersResult.add_member(:powers, Shapes::ShapeRef.new(shape: ContainerServicePowerList, location_name: "powers"))
|
1550
|
+
GetContainerServicePowersResult.struct_class = Types::GetContainerServicePowersResult
|
1551
|
+
|
1552
|
+
GetContainerServicesRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, location_name: "serviceName"))
|
1553
|
+
GetContainerServicesRequest.struct_class = Types::GetContainerServicesRequest
|
1554
|
+
|
1305
1555
|
GetDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
1306
1556
|
GetDiskRequest.struct_class = Types::GetDiskRequest
|
1307
1557
|
|
@@ -1990,6 +2240,9 @@ module Aws::Lightsail
|
|
1990
2240
|
|
1991
2241
|
PortList.member = Shapes::ShapeRef.new(shape: Port)
|
1992
2242
|
|
2243
|
+
PortMap.key = Shapes::ShapeRef.new(shape: string)
|
2244
|
+
PortMap.value = Shapes::ShapeRef.new(shape: ContainerServiceProtocol)
|
2245
|
+
|
1993
2246
|
PutAlarmRequest.add_member(:alarm_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "alarmName"))
|
1994
2247
|
PutAlarmRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "metricName"))
|
1995
2248
|
PutAlarmRequest.add_member(:monitored_resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitoredResourceName"))
|
@@ -2039,6 +2292,14 @@ module Aws::Lightsail
|
|
2039
2292
|
|
2040
2293
|
RegionList.member = Shapes::ShapeRef.new(shape: Region)
|
2041
2294
|
|
2295
|
+
RegisterContainerImageRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
2296
|
+
RegisterContainerImageRequest.add_member(:label, Shapes::ShapeRef.new(shape: ContainerLabel, required: true, location_name: "label"))
|
2297
|
+
RegisterContainerImageRequest.add_member(:digest, Shapes::ShapeRef.new(shape: string, required: true, location_name: "digest"))
|
2298
|
+
RegisterContainerImageRequest.struct_class = Types::RegisterContainerImageRequest
|
2299
|
+
|
2300
|
+
RegisterContainerImageResult.add_member(:container_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "containerImage"))
|
2301
|
+
RegisterContainerImageResult.struct_class = Types::RegisterContainerImageResult
|
2302
|
+
|
2042
2303
|
RelationalDatabase.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2043
2304
|
RelationalDatabase.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
2044
2305
|
RelationalDatabase.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -2268,6 +2529,16 @@ module Aws::Lightsail
|
|
2268
2529
|
UntagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
2269
2530
|
UntagResourceResult.struct_class = Types::UntagResourceResult
|
2270
2531
|
|
2532
|
+
UpdateContainerServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, required: true, location_name: "serviceName"))
|
2533
|
+
UpdateContainerServiceRequest.add_member(:power, Shapes::ShapeRef.new(shape: ContainerServicePowerName, location_name: "power"))
|
2534
|
+
UpdateContainerServiceRequest.add_member(:scale, Shapes::ShapeRef.new(shape: ContainerServiceScale, location_name: "scale"))
|
2535
|
+
UpdateContainerServiceRequest.add_member(:is_disabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isDisabled"))
|
2536
|
+
UpdateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
|
2537
|
+
UpdateContainerServiceRequest.struct_class = Types::UpdateContainerServiceRequest
|
2538
|
+
|
2539
|
+
UpdateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
|
2540
|
+
UpdateContainerServiceResult.struct_class = Types::UpdateContainerServiceResult
|
2541
|
+
|
2271
2542
|
UpdateDistributionBundleRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
2272
2543
|
UpdateDistributionBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
2273
2544
|
UpdateDistributionBundleRequest.struct_class = Types::UpdateDistributionBundleRequest
|
@@ -2502,6 +2773,45 @@ module Aws::Lightsail
|
|
2502
2773
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2503
2774
|
end)
|
2504
2775
|
|
2776
|
+
api.add_operation(:create_container_service, Seahorse::Model::Operation.new.tap do |o|
|
2777
|
+
o.name = "CreateContainerService"
|
2778
|
+
o.http_method = "POST"
|
2779
|
+
o.http_request_uri = "/"
|
2780
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContainerServiceRequest)
|
2781
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContainerServiceResult)
|
2782
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2783
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2784
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2785
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2786
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2787
|
+
end)
|
2788
|
+
|
2789
|
+
api.add_operation(:create_container_service_deployment, Seahorse::Model::Operation.new.tap do |o|
|
2790
|
+
o.name = "CreateContainerServiceDeployment"
|
2791
|
+
o.http_method = "POST"
|
2792
|
+
o.http_request_uri = "/"
|
2793
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContainerServiceDeploymentRequest)
|
2794
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContainerServiceDeploymentResult)
|
2795
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2796
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2797
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2798
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2799
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2800
|
+
end)
|
2801
|
+
|
2802
|
+
api.add_operation(:create_container_service_registry_login, Seahorse::Model::Operation.new.tap do |o|
|
2803
|
+
o.name = "CreateContainerServiceRegistryLogin"
|
2804
|
+
o.http_method = "POST"
|
2805
|
+
o.http_request_uri = "/"
|
2806
|
+
o.input = Shapes::ShapeRef.new(shape: CreateContainerServiceRegistryLoginRequest)
|
2807
|
+
o.output = Shapes::ShapeRef.new(shape: CreateContainerServiceRegistryLoginResult)
|
2808
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2809
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2810
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2811
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2812
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2813
|
+
end)
|
2814
|
+
|
2505
2815
|
api.add_operation(:create_disk, Seahorse::Model::Operation.new.tap do |o|
|
2506
2816
|
o.name = "CreateDisk"
|
2507
2817
|
o.http_method = "POST"
|
@@ -2781,6 +3091,32 @@ module Aws::Lightsail
|
|
2781
3091
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2782
3092
|
end)
|
2783
3093
|
|
3094
|
+
api.add_operation(:delete_container_image, Seahorse::Model::Operation.new.tap do |o|
|
3095
|
+
o.name = "DeleteContainerImage"
|
3096
|
+
o.http_method = "POST"
|
3097
|
+
o.http_request_uri = "/"
|
3098
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContainerImageRequest)
|
3099
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContainerImageResult)
|
3100
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3101
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3102
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3103
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3104
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3105
|
+
end)
|
3106
|
+
|
3107
|
+
api.add_operation(:delete_container_service, Seahorse::Model::Operation.new.tap do |o|
|
3108
|
+
o.name = "DeleteContainerService"
|
3109
|
+
o.http_method = "POST"
|
3110
|
+
o.http_request_uri = "/"
|
3111
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteContainerServiceRequest)
|
3112
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteContainerServiceResult)
|
3113
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3114
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3115
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3116
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3117
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3118
|
+
end)
|
3119
|
+
|
2784
3120
|
api.add_operation(:delete_disk, Seahorse::Model::Operation.new.tap do |o|
|
2785
3121
|
o.name = "DeleteDisk"
|
2786
3122
|
o.http_method = "POST"
|
@@ -3207,6 +3543,95 @@ module Aws::Lightsail
|
|
3207
3543
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3208
3544
|
end)
|
3209
3545
|
|
3546
|
+
api.add_operation(:get_container_api_metadata, Seahorse::Model::Operation.new.tap do |o|
|
3547
|
+
o.name = "GetContainerAPIMetadata"
|
3548
|
+
o.http_method = "POST"
|
3549
|
+
o.http_request_uri = "/"
|
3550
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerAPIMetadataRequest)
|
3551
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerAPIMetadataResult)
|
3552
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3553
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3554
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3555
|
+
end)
|
3556
|
+
|
3557
|
+
api.add_operation(:get_container_images, Seahorse::Model::Operation.new.tap do |o|
|
3558
|
+
o.name = "GetContainerImages"
|
3559
|
+
o.http_method = "POST"
|
3560
|
+
o.http_request_uri = "/"
|
3561
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerImagesRequest)
|
3562
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerImagesResult)
|
3563
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3564
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3565
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3566
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3567
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3568
|
+
end)
|
3569
|
+
|
3570
|
+
api.add_operation(:get_container_log, Seahorse::Model::Operation.new.tap do |o|
|
3571
|
+
o.name = "GetContainerLog"
|
3572
|
+
o.http_method = "POST"
|
3573
|
+
o.http_request_uri = "/"
|
3574
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerLogRequest)
|
3575
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerLogResult)
|
3576
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3578
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3580
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3581
|
+
end)
|
3582
|
+
|
3583
|
+
api.add_operation(:get_container_service_deployments, Seahorse::Model::Operation.new.tap do |o|
|
3584
|
+
o.name = "GetContainerServiceDeployments"
|
3585
|
+
o.http_method = "POST"
|
3586
|
+
o.http_request_uri = "/"
|
3587
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerServiceDeploymentsRequest)
|
3588
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerServiceDeploymentsResult)
|
3589
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3590
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3591
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3593
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3594
|
+
end)
|
3595
|
+
|
3596
|
+
api.add_operation(:get_container_service_metric_data, Seahorse::Model::Operation.new.tap do |o|
|
3597
|
+
o.name = "GetContainerServiceMetricData"
|
3598
|
+
o.http_method = "POST"
|
3599
|
+
o.http_request_uri = "/"
|
3600
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerServiceMetricDataRequest)
|
3601
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerServiceMetricDataResult)
|
3602
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3603
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3604
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3605
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3606
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3607
|
+
end)
|
3608
|
+
|
3609
|
+
api.add_operation(:get_container_service_powers, Seahorse::Model::Operation.new.tap do |o|
|
3610
|
+
o.name = "GetContainerServicePowers"
|
3611
|
+
o.http_method = "POST"
|
3612
|
+
o.http_request_uri = "/"
|
3613
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerServicePowersRequest)
|
3614
|
+
o.output = Shapes::ShapeRef.new(shape: GetContainerServicePowersResult)
|
3615
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3616
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3617
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3618
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3619
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3620
|
+
end)
|
3621
|
+
|
3622
|
+
api.add_operation(:get_container_services, Seahorse::Model::Operation.new.tap do |o|
|
3623
|
+
o.name = "GetContainerServices"
|
3624
|
+
o.http_method = "POST"
|
3625
|
+
o.http_request_uri = "/"
|
3626
|
+
o.input = Shapes::ShapeRef.new(shape: GetContainerServicesRequest)
|
3627
|
+
o.output = Shapes::ShapeRef.new(shape: ContainerServicesListResult)
|
3628
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3629
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3630
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3631
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3632
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3633
|
+
end)
|
3634
|
+
|
3210
3635
|
api.add_operation(:get_disk, Seahorse::Model::Operation.new.tap do |o|
|
3211
3636
|
o.name = "GetDisk"
|
3212
3637
|
o.http_method = "POST"
|
@@ -3967,6 +4392,19 @@ module Aws::Lightsail
|
|
3967
4392
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3968
4393
|
end)
|
3969
4394
|
|
4395
|
+
api.add_operation(:register_container_image, Seahorse::Model::Operation.new.tap do |o|
|
4396
|
+
o.name = "RegisterContainerImage"
|
4397
|
+
o.http_method = "POST"
|
4398
|
+
o.http_request_uri = "/"
|
4399
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterContainerImageRequest)
|
4400
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterContainerImageResult)
|
4401
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4402
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4403
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4404
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4405
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4406
|
+
end)
|
4407
|
+
|
3970
4408
|
api.add_operation(:release_static_ip, Seahorse::Model::Operation.new.tap do |o|
|
3971
4409
|
o.name = "ReleaseStaticIp"
|
3972
4410
|
o.http_method = "POST"
|
@@ -4129,6 +4567,19 @@ module Aws::Lightsail
|
|
4129
4567
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4130
4568
|
end)
|
4131
4569
|
|
4570
|
+
api.add_operation(:update_container_service, Seahorse::Model::Operation.new.tap do |o|
|
4571
|
+
o.name = "UpdateContainerService"
|
4572
|
+
o.http_method = "POST"
|
4573
|
+
o.http_request_uri = "/"
|
4574
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateContainerServiceRequest)
|
4575
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateContainerServiceResult)
|
4576
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4577
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4578
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4579
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4580
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4581
|
+
end)
|
4582
|
+
|
4132
4583
|
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
4133
4584
|
o.name = "UpdateDistribution"
|
4134
4585
|
o.http_method = "POST"
|