aws-sdk-lightsail 1.35.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 +3 -2
- data/lib/aws-sdk-lightsail/client.rb +2655 -351
- data/lib/aws-sdk-lightsail/client_api.rb +957 -0
- data/lib/aws-sdk-lightsail/types.rb +5480 -2083
- metadata +4 -4
@@ -26,6 +26,8 @@ module Aws::Lightsail
|
|
26
26
|
AlarmsList = Shapes::ListShape.new(name: 'AlarmsList')
|
27
27
|
AllocateStaticIpRequest = Shapes::StructureShape.new(name: 'AllocateStaticIpRequest')
|
28
28
|
AllocateStaticIpResult = Shapes::StructureShape.new(name: 'AllocateStaticIpResult')
|
29
|
+
AttachCertificateToDistributionRequest = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionRequest')
|
30
|
+
AttachCertificateToDistributionResult = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionResult')
|
29
31
|
AttachDiskRequest = Shapes::StructureShape.new(name: 'AttachDiskRequest')
|
30
32
|
AttachDiskResult = Shapes::StructureShape.new(name: 'AttachDiskResult')
|
31
33
|
AttachInstancesToLoadBalancerRequest = Shapes::StructureShape.new(name: 'AttachInstancesToLoadBalancerRequest')
|
@@ -45,11 +47,22 @@ module Aws::Lightsail
|
|
45
47
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
46
48
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
47
49
|
Base64 = Shapes::StringShape.new(name: 'Base64')
|
50
|
+
BehaviorEnum = Shapes::StringShape.new(name: 'BehaviorEnum')
|
48
51
|
Blueprint = Shapes::StructureShape.new(name: 'Blueprint')
|
49
52
|
BlueprintList = Shapes::ListShape.new(name: 'BlueprintList')
|
50
53
|
BlueprintType = Shapes::StringShape.new(name: 'BlueprintType')
|
51
54
|
Bundle = Shapes::StructureShape.new(name: 'Bundle')
|
52
55
|
BundleList = Shapes::ListShape.new(name: 'BundleList')
|
56
|
+
CacheBehavior = Shapes::StructureShape.new(name: 'CacheBehavior')
|
57
|
+
CacheBehaviorList = Shapes::ListShape.new(name: 'CacheBehaviorList')
|
58
|
+
CacheBehaviorPerPath = Shapes::StructureShape.new(name: 'CacheBehaviorPerPath')
|
59
|
+
CacheSettings = Shapes::StructureShape.new(name: 'CacheSettings')
|
60
|
+
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
61
|
+
CertificateName = Shapes::StringShape.new(name: 'CertificateName')
|
62
|
+
CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
|
63
|
+
CertificateStatusList = Shapes::ListShape.new(name: 'CertificateStatusList')
|
64
|
+
CertificateSummary = Shapes::StructureShape.new(name: 'CertificateSummary')
|
65
|
+
CertificateSummaryList = Shapes::ListShape.new(name: 'CertificateSummaryList')
|
53
66
|
CloseInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsRequest')
|
54
67
|
CloseInstancePublicPortsResult = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsResult')
|
55
68
|
CloudFormationStackRecord = Shapes::StructureShape.new(name: 'CloudFormationStackRecord')
|
@@ -64,18 +77,59 @@ module Aws::Lightsail
|
|
64
77
|
ContactMethodsList = Shapes::ListShape.new(name: 'ContactMethodsList')
|
65
78
|
ContactProtocol = Shapes::StringShape.new(name: 'ContactProtocol')
|
66
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')
|
110
|
+
CookieObject = Shapes::StructureShape.new(name: 'CookieObject')
|
67
111
|
CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
|
68
112
|
CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
|
113
|
+
CreateCertificateRequest = Shapes::StructureShape.new(name: 'CreateCertificateRequest')
|
114
|
+
CreateCertificateResult = Shapes::StructureShape.new(name: 'CreateCertificateResult')
|
69
115
|
CreateCloudFormationStackRequest = Shapes::StructureShape.new(name: 'CreateCloudFormationStackRequest')
|
70
116
|
CreateCloudFormationStackResult = Shapes::StructureShape.new(name: 'CreateCloudFormationStackResult')
|
71
117
|
CreateContactMethodRequest = Shapes::StructureShape.new(name: 'CreateContactMethodRequest')
|
72
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')
|
73
125
|
CreateDiskFromSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotRequest')
|
74
126
|
CreateDiskFromSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotResult')
|
75
127
|
CreateDiskRequest = Shapes::StructureShape.new(name: 'CreateDiskRequest')
|
76
128
|
CreateDiskResult = Shapes::StructureShape.new(name: 'CreateDiskResult')
|
77
129
|
CreateDiskSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskSnapshotRequest')
|
78
130
|
CreateDiskSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskSnapshotResult')
|
131
|
+
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
132
|
+
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
79
133
|
CreateDomainEntryRequest = Shapes::StructureShape.new(name: 'CreateDomainEntryRequest')
|
80
134
|
CreateDomainEntryResult = Shapes::StructureShape.new(name: 'CreateDomainEntryResult')
|
81
135
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
@@ -102,12 +156,20 @@ module Aws::Lightsail
|
|
102
156
|
DeleteAlarmResult = Shapes::StructureShape.new(name: 'DeleteAlarmResult')
|
103
157
|
DeleteAutoSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotRequest')
|
104
158
|
DeleteAutoSnapshotResult = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotResult')
|
159
|
+
DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
|
160
|
+
DeleteCertificateResult = Shapes::StructureShape.new(name: 'DeleteCertificateResult')
|
105
161
|
DeleteContactMethodRequest = Shapes::StructureShape.new(name: 'DeleteContactMethodRequest')
|
106
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')
|
107
167
|
DeleteDiskRequest = Shapes::StructureShape.new(name: 'DeleteDiskRequest')
|
108
168
|
DeleteDiskResult = Shapes::StructureShape.new(name: 'DeleteDiskResult')
|
109
169
|
DeleteDiskSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotRequest')
|
110
170
|
DeleteDiskSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotResult')
|
171
|
+
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
172
|
+
DeleteDistributionResult = Shapes::StructureShape.new(name: 'DeleteDistributionResult')
|
111
173
|
DeleteDomainEntryRequest = Shapes::StructureShape.new(name: 'DeleteDomainEntryRequest')
|
112
174
|
DeleteDomainEntryResult = Shapes::StructureShape.new(name: 'DeleteDomainEntryResult')
|
113
175
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
@@ -129,6 +191,8 @@ module Aws::Lightsail
|
|
129
191
|
DeleteRelationalDatabaseSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotRequest')
|
130
192
|
DeleteRelationalDatabaseSnapshotResult = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotResult')
|
131
193
|
DestinationInfo = Shapes::StructureShape.new(name: 'DestinationInfo')
|
194
|
+
DetachCertificateFromDistributionRequest = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionRequest')
|
195
|
+
DetachCertificateFromDistributionResult = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionResult')
|
132
196
|
DetachDiskRequest = Shapes::StructureShape.new(name: 'DetachDiskRequest')
|
133
197
|
DetachDiskResult = Shapes::StructureShape.new(name: 'DetachDiskResult')
|
134
198
|
DetachInstancesFromLoadBalancerRequest = Shapes::StructureShape.new(name: 'DetachInstancesFromLoadBalancerRequest')
|
@@ -148,6 +212,10 @@ module Aws::Lightsail
|
|
148
212
|
DiskSnapshotList = Shapes::ListShape.new(name: 'DiskSnapshotList')
|
149
213
|
DiskSnapshotState = Shapes::StringShape.new(name: 'DiskSnapshotState')
|
150
214
|
DiskState = Shapes::StringShape.new(name: 'DiskState')
|
215
|
+
DistributionBundle = Shapes::StructureShape.new(name: 'DistributionBundle')
|
216
|
+
DistributionBundleList = Shapes::ListShape.new(name: 'DistributionBundleList')
|
217
|
+
DistributionList = Shapes::ListShape.new(name: 'DistributionList')
|
218
|
+
DistributionMetricName = Shapes::StringShape.new(name: 'DistributionMetricName')
|
151
219
|
Domain = Shapes::StructureShape.new(name: 'Domain')
|
152
220
|
DomainEntry = Shapes::StructureShape.new(name: 'DomainEntry')
|
153
221
|
DomainEntryList = Shapes::ListShape.new(name: 'DomainEntryList')
|
@@ -157,16 +225,22 @@ module Aws::Lightsail
|
|
157
225
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
158
226
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
159
227
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
228
|
+
DomainValidationRecord = Shapes::StructureShape.new(name: 'DomainValidationRecord')
|
229
|
+
DomainValidationRecordList = Shapes::ListShape.new(name: 'DomainValidationRecordList')
|
160
230
|
DownloadDefaultKeyPairRequest = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairRequest')
|
161
231
|
DownloadDefaultKeyPairResult = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairResult')
|
232
|
+
EligibleToRenew = Shapes::StringShape.new(name: 'EligibleToRenew')
|
162
233
|
EnableAddOnRequest = Shapes::StructureShape.new(name: 'EnableAddOnRequest')
|
163
234
|
EnableAddOnResult = Shapes::StructureShape.new(name: 'EnableAddOnResult')
|
235
|
+
EndpointRequest = Shapes::StructureShape.new(name: 'EndpointRequest')
|
236
|
+
Environment = Shapes::MapShape.new(name: 'Environment')
|
164
237
|
ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
|
165
238
|
ExportSnapshotRecordList = Shapes::ListShape.new(name: 'ExportSnapshotRecordList')
|
166
239
|
ExportSnapshotRecordSourceInfo = Shapes::StructureShape.new(name: 'ExportSnapshotRecordSourceInfo')
|
167
240
|
ExportSnapshotRecordSourceType = Shapes::StringShape.new(name: 'ExportSnapshotRecordSourceType')
|
168
241
|
ExportSnapshotRequest = Shapes::StructureShape.new(name: 'ExportSnapshotRequest')
|
169
242
|
ExportSnapshotResult = Shapes::StructureShape.new(name: 'ExportSnapshotResult')
|
243
|
+
ForwardValues = Shapes::StringShape.new(name: 'ForwardValues')
|
170
244
|
GetActiveNamesRequest = Shapes::StructureShape.new(name: 'GetActiveNamesRequest')
|
171
245
|
GetActiveNamesResult = Shapes::StructureShape.new(name: 'GetActiveNamesResult')
|
172
246
|
GetAlarmsRequest = Shapes::StructureShape.new(name: 'GetAlarmsRequest')
|
@@ -177,10 +251,25 @@ module Aws::Lightsail
|
|
177
251
|
GetBlueprintsResult = Shapes::StructureShape.new(name: 'GetBlueprintsResult')
|
178
252
|
GetBundlesRequest = Shapes::StructureShape.new(name: 'GetBundlesRequest')
|
179
253
|
GetBundlesResult = Shapes::StructureShape.new(name: 'GetBundlesResult')
|
254
|
+
GetCertificatesRequest = Shapes::StructureShape.new(name: 'GetCertificatesRequest')
|
255
|
+
GetCertificatesResult = Shapes::StructureShape.new(name: 'GetCertificatesResult')
|
180
256
|
GetCloudFormationStackRecordsRequest = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsRequest')
|
181
257
|
GetCloudFormationStackRecordsResult = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsResult')
|
182
258
|
GetContactMethodsRequest = Shapes::StructureShape.new(name: 'GetContactMethodsRequest')
|
183
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')
|
184
273
|
GetDiskRequest = Shapes::StructureShape.new(name: 'GetDiskRequest')
|
185
274
|
GetDiskResult = Shapes::StructureShape.new(name: 'GetDiskResult')
|
186
275
|
GetDiskSnapshotRequest = Shapes::StructureShape.new(name: 'GetDiskSnapshotRequest')
|
@@ -189,6 +278,14 @@ module Aws::Lightsail
|
|
189
278
|
GetDiskSnapshotsResult = Shapes::StructureShape.new(name: 'GetDiskSnapshotsResult')
|
190
279
|
GetDisksRequest = Shapes::StructureShape.new(name: 'GetDisksRequest')
|
191
280
|
GetDisksResult = Shapes::StructureShape.new(name: 'GetDisksResult')
|
281
|
+
GetDistributionBundlesRequest = Shapes::StructureShape.new(name: 'GetDistributionBundlesRequest')
|
282
|
+
GetDistributionBundlesResult = Shapes::StructureShape.new(name: 'GetDistributionBundlesResult')
|
283
|
+
GetDistributionLatestCacheResetRequest = Shapes::StructureShape.new(name: 'GetDistributionLatestCacheResetRequest')
|
284
|
+
GetDistributionLatestCacheResetResult = Shapes::StructureShape.new(name: 'GetDistributionLatestCacheResetResult')
|
285
|
+
GetDistributionMetricDataRequest = Shapes::StructureShape.new(name: 'GetDistributionMetricDataRequest')
|
286
|
+
GetDistributionMetricDataResult = Shapes::StructureShape.new(name: 'GetDistributionMetricDataResult')
|
287
|
+
GetDistributionsRequest = Shapes::StructureShape.new(name: 'GetDistributionsRequest')
|
288
|
+
GetDistributionsResult = Shapes::StructureShape.new(name: 'GetDistributionsResult')
|
192
289
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
193
290
|
GetDomainResult = Shapes::StructureShape.new(name: 'GetDomainResult')
|
194
291
|
GetDomainsRequest = Shapes::StructureShape.new(name: 'GetDomainsRequest')
|
@@ -259,10 +356,16 @@ module Aws::Lightsail
|
|
259
356
|
GetStaticIpResult = Shapes::StructureShape.new(name: 'GetStaticIpResult')
|
260
357
|
GetStaticIpsRequest = Shapes::StructureShape.new(name: 'GetStaticIpsRequest')
|
261
358
|
GetStaticIpsResult = Shapes::StructureShape.new(name: 'GetStaticIpsResult')
|
359
|
+
HeaderEnum = Shapes::StringShape.new(name: 'HeaderEnum')
|
360
|
+
HeaderForwardList = Shapes::ListShape.new(name: 'HeaderForwardList')
|
361
|
+
HeaderObject = Shapes::StructureShape.new(name: 'HeaderObject')
|
262
362
|
HostKeyAttributes = Shapes::StructureShape.new(name: 'HostKeyAttributes')
|
263
363
|
HostKeysList = Shapes::ListShape.new(name: 'HostKeysList')
|
264
364
|
ImportKeyPairRequest = Shapes::StructureShape.new(name: 'ImportKeyPairRequest')
|
265
365
|
ImportKeyPairResult = Shapes::StructureShape.new(name: 'ImportKeyPairResult')
|
366
|
+
InUseResourceCount = Shapes::IntegerShape.new(name: 'InUseResourceCount')
|
367
|
+
IncludeCertificateDetails = Shapes::BooleanShape.new(name: 'IncludeCertificateDetails')
|
368
|
+
InputOrigin = Shapes::StructureShape.new(name: 'InputOrigin')
|
266
369
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
267
370
|
InstanceAccessDetails = Shapes::StructureShape.new(name: 'InstanceAccessDetails')
|
268
371
|
InstanceAccessProtocol = Shapes::StringShape.new(name: 'InstanceAccessProtocol')
|
@@ -293,8 +396,11 @@ module Aws::Lightsail
|
|
293
396
|
IsVpcPeeredRequest = Shapes::StructureShape.new(name: 'IsVpcPeeredRequest')
|
294
397
|
IsVpcPeeredResult = Shapes::StructureShape.new(name: 'IsVpcPeeredResult')
|
295
398
|
IsoDate = Shapes::TimestampShape.new(name: 'IsoDate')
|
399
|
+
IssuerCA = Shapes::StringShape.new(name: 'IssuerCA')
|
400
|
+
KeyAlgorithm = Shapes::StringShape.new(name: 'KeyAlgorithm')
|
296
401
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
297
402
|
KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
|
403
|
+
LightsailDistribution = Shapes::StructureShape.new(name: 'LightsailDistribution')
|
298
404
|
LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
|
299
405
|
LoadBalancerAttributeName = Shapes::StringShape.new(name: 'LoadBalancerAttributeName')
|
300
406
|
LoadBalancerConfigurationOptions = Shapes::MapShape.new(name: 'LoadBalancerConfigurationOptions')
|
@@ -338,6 +444,8 @@ module Aws::Lightsail
|
|
338
444
|
OperationList = Shapes::ListShape.new(name: 'OperationList')
|
339
445
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
340
446
|
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
447
|
+
Origin = Shapes::StructureShape.new(name: 'Origin')
|
448
|
+
OriginProtocolPolicyEnum = Shapes::StringShape.new(name: 'OriginProtocolPolicyEnum')
|
341
449
|
PasswordData = Shapes::StructureShape.new(name: 'PasswordData')
|
342
450
|
PeerVpcRequest = Shapes::StructureShape.new(name: 'PeerVpcRequest')
|
343
451
|
PeerVpcResult = Shapes::StructureShape.new(name: 'PeerVpcResult')
|
@@ -350,11 +458,13 @@ module Aws::Lightsail
|
|
350
458
|
PortInfoList = Shapes::ListShape.new(name: 'PortInfoList')
|
351
459
|
PortInfoSourceType = Shapes::StringShape.new(name: 'PortInfoSourceType')
|
352
460
|
PortList = Shapes::ListShape.new(name: 'PortList')
|
461
|
+
PortMap = Shapes::MapShape.new(name: 'PortMap')
|
353
462
|
PortState = Shapes::StringShape.new(name: 'PortState')
|
354
463
|
PutAlarmRequest = Shapes::StructureShape.new(name: 'PutAlarmRequest')
|
355
464
|
PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
|
356
465
|
PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
|
357
466
|
PutInstancePublicPortsResult = Shapes::StructureShape.new(name: 'PutInstancePublicPortsResult')
|
467
|
+
QueryStringObject = Shapes::StructureShape.new(name: 'QueryStringObject')
|
358
468
|
RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
|
359
469
|
RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
|
360
470
|
RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
|
@@ -363,6 +473,8 @@ module Aws::Lightsail
|
|
363
473
|
Region = Shapes::StructureShape.new(name: 'Region')
|
364
474
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
365
475
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
476
|
+
RegisterContainerImageRequest = Shapes::StructureShape.new(name: 'RegisterContainerImageRequest')
|
477
|
+
RegisterContainerImageResult = Shapes::StructureShape.new(name: 'RegisterContainerImageResult')
|
366
478
|
RelationalDatabase = Shapes::StructureShape.new(name: 'RelationalDatabase')
|
367
479
|
RelationalDatabaseBlueprint = Shapes::StructureShape.new(name: 'RelationalDatabaseBlueprint')
|
368
480
|
RelationalDatabaseBlueprintList = Shapes::ListShape.new(name: 'RelationalDatabaseBlueprintList')
|
@@ -382,14 +494,23 @@ module Aws::Lightsail
|
|
382
494
|
RelationalDatabaseSnapshotList = Shapes::ListShape.new(name: 'RelationalDatabaseSnapshotList')
|
383
495
|
ReleaseStaticIpRequest = Shapes::StructureShape.new(name: 'ReleaseStaticIpRequest')
|
384
496
|
ReleaseStaticIpResult = Shapes::StructureShape.new(name: 'ReleaseStaticIpResult')
|
497
|
+
RenewalStatus = Shapes::StringShape.new(name: 'RenewalStatus')
|
498
|
+
RenewalStatusReason = Shapes::StringShape.new(name: 'RenewalStatusReason')
|
499
|
+
RenewalSummary = Shapes::StructureShape.new(name: 'RenewalSummary')
|
500
|
+
RequestFailureReason = Shapes::StringShape.new(name: 'RequestFailureReason')
|
501
|
+
ResetDistributionCacheRequest = Shapes::StructureShape.new(name: 'ResetDistributionCacheRequest')
|
502
|
+
ResetDistributionCacheResult = Shapes::StructureShape.new(name: 'ResetDistributionCacheResult')
|
385
503
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
386
504
|
ResourceLocation = Shapes::StructureShape.new(name: 'ResourceLocation')
|
387
505
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
388
506
|
ResourceNameList = Shapes::ListShape.new(name: 'ResourceNameList')
|
507
|
+
ResourceRecord = Shapes::StructureShape.new(name: 'ResourceRecord')
|
389
508
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
509
|
+
RevocationReason = Shapes::StringShape.new(name: 'RevocationReason')
|
390
510
|
SendContactMethodVerificationRequest = Shapes::StructureShape.new(name: 'SendContactMethodVerificationRequest')
|
391
511
|
SendContactMethodVerificationResult = Shapes::StructureShape.new(name: 'SendContactMethodVerificationResult')
|
392
512
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
513
|
+
SerialNumber = Shapes::StringShape.new(name: 'SerialNumber')
|
393
514
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
394
515
|
StartInstanceRequest = Shapes::StructureShape.new(name: 'StartInstanceRequest')
|
395
516
|
StartInstanceResult = Shapes::StructureShape.new(name: 'StartInstanceResult')
|
@@ -403,6 +524,7 @@ module Aws::Lightsail
|
|
403
524
|
StopRelationalDatabaseResult = Shapes::StructureShape.new(name: 'StopRelationalDatabaseResult')
|
404
525
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
405
526
|
StringMax256 = Shapes::StringShape.new(name: 'StringMax256')
|
527
|
+
SubjectAlternativeNameList = Shapes::ListShape.new(name: 'SubjectAlternativeNameList')
|
406
528
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
407
529
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
408
530
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -419,6 +541,12 @@ module Aws::Lightsail
|
|
419
541
|
UnpeerVpcResult = Shapes::StructureShape.new(name: 'UnpeerVpcResult')
|
420
542
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
421
543
|
UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
|
544
|
+
UpdateContainerServiceRequest = Shapes::StructureShape.new(name: 'UpdateContainerServiceRequest')
|
545
|
+
UpdateContainerServiceResult = Shapes::StructureShape.new(name: 'UpdateContainerServiceResult')
|
546
|
+
UpdateDistributionBundleRequest = Shapes::StructureShape.new(name: 'UpdateDistributionBundleRequest')
|
547
|
+
UpdateDistributionBundleResult = Shapes::StructureShape.new(name: 'UpdateDistributionBundleResult')
|
548
|
+
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
549
|
+
UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
|
422
550
|
UpdateDomainEntryRequest = Shapes::StructureShape.new(name: 'UpdateDomainEntryRequest')
|
423
551
|
UpdateDomainEntryResult = Shapes::StructureShape.new(name: 'UpdateDomainEntryResult')
|
424
552
|
UpdateLoadBalancerAttributeRequest = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeRequest')
|
@@ -431,6 +559,7 @@ module Aws::Lightsail
|
|
431
559
|
double = Shapes::FloatShape.new(name: 'double')
|
432
560
|
float = Shapes::FloatShape.new(name: 'float')
|
433
561
|
integer = Shapes::IntegerShape.new(name: 'integer')
|
562
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
434
563
|
string = Shapes::StringShape.new(name: 'string')
|
435
564
|
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
436
565
|
|
@@ -490,6 +619,13 @@ module Aws::Lightsail
|
|
490
619
|
AllocateStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
491
620
|
AllocateStaticIpResult.struct_class = Types::AllocateStaticIpResult
|
492
621
|
|
622
|
+
AttachCertificateToDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
623
|
+
AttachCertificateToDistributionRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "certificateName"))
|
624
|
+
AttachCertificateToDistributionRequest.struct_class = Types::AttachCertificateToDistributionRequest
|
625
|
+
|
626
|
+
AttachCertificateToDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
627
|
+
AttachCertificateToDistributionResult.struct_class = Types::AttachCertificateToDistributionResult
|
628
|
+
|
493
629
|
AttachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
494
630
|
AttachDiskRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
495
631
|
AttachDiskRequest.add_member(:disk_path, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "diskPath"))
|
@@ -576,6 +712,59 @@ module Aws::Lightsail
|
|
576
712
|
|
577
713
|
BundleList.member = Shapes::ShapeRef.new(shape: Bundle)
|
578
714
|
|
715
|
+
CacheBehavior.add_member(:behavior, Shapes::ShapeRef.new(shape: BehaviorEnum, location_name: "behavior"))
|
716
|
+
CacheBehavior.struct_class = Types::CacheBehavior
|
717
|
+
|
718
|
+
CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehaviorPerPath)
|
719
|
+
|
720
|
+
CacheBehaviorPerPath.add_member(:path, Shapes::ShapeRef.new(shape: string, location_name: "path"))
|
721
|
+
CacheBehaviorPerPath.add_member(:behavior, Shapes::ShapeRef.new(shape: BehaviorEnum, location_name: "behavior"))
|
722
|
+
CacheBehaviorPerPath.struct_class = Types::CacheBehaviorPerPath
|
723
|
+
|
724
|
+
CacheSettings.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "defaultTTL"))
|
725
|
+
CacheSettings.add_member(:minimum_ttl, Shapes::ShapeRef.new(shape: long, location_name: "minimumTTL"))
|
726
|
+
CacheSettings.add_member(:maximum_ttl, Shapes::ShapeRef.new(shape: long, location_name: "maximumTTL"))
|
727
|
+
CacheSettings.add_member(:allowed_http_methods, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "allowedHTTPMethods"))
|
728
|
+
CacheSettings.add_member(:cached_http_methods, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "cachedHTTPMethods"))
|
729
|
+
CacheSettings.add_member(:forwarded_cookies, Shapes::ShapeRef.new(shape: CookieObject, location_name: "forwardedCookies"))
|
730
|
+
CacheSettings.add_member(:forwarded_headers, Shapes::ShapeRef.new(shape: HeaderObject, location_name: "forwardedHeaders"))
|
731
|
+
CacheSettings.add_member(:forwarded_query_strings, Shapes::ShapeRef.new(shape: QueryStringObject, location_name: "forwardedQueryStrings"))
|
732
|
+
CacheSettings.struct_class = Types::CacheSettings
|
733
|
+
|
734
|
+
Certificate.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
735
|
+
Certificate.add_member(:name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "name"))
|
736
|
+
Certificate.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
737
|
+
Certificate.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatus, location_name: "status"))
|
738
|
+
Certificate.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "serialNumber"))
|
739
|
+
Certificate.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, location_name: "subjectAlternativeNames"))
|
740
|
+
Certificate.add_member(:domain_validation_records, Shapes::ShapeRef.new(shape: DomainValidationRecordList, location_name: "domainValidationRecords"))
|
741
|
+
Certificate.add_member(:request_failure_reason, Shapes::ShapeRef.new(shape: RequestFailureReason, location_name: "requestFailureReason"))
|
742
|
+
Certificate.add_member(:in_use_resource_count, Shapes::ShapeRef.new(shape: InUseResourceCount, location_name: "inUseResourceCount"))
|
743
|
+
Certificate.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, location_name: "keyAlgorithm"))
|
744
|
+
Certificate.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
745
|
+
Certificate.add_member(:issued_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "issuedAt"))
|
746
|
+
Certificate.add_member(:issuer_ca, Shapes::ShapeRef.new(shape: IssuerCA, location_name: "issuerCA"))
|
747
|
+
Certificate.add_member(:not_before, Shapes::ShapeRef.new(shape: IsoDate, location_name: "notBefore"))
|
748
|
+
Certificate.add_member(:not_after, Shapes::ShapeRef.new(shape: IsoDate, location_name: "notAfter"))
|
749
|
+
Certificate.add_member(:eligible_to_renew, Shapes::ShapeRef.new(shape: EligibleToRenew, location_name: "eligibleToRenew"))
|
750
|
+
Certificate.add_member(:renewal_summary, Shapes::ShapeRef.new(shape: RenewalSummary, location_name: "renewalSummary"))
|
751
|
+
Certificate.add_member(:revoked_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "revokedAt"))
|
752
|
+
Certificate.add_member(:revocation_reason, Shapes::ShapeRef.new(shape: RevocationReason, location_name: "revocationReason"))
|
753
|
+
Certificate.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
754
|
+
Certificate.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
755
|
+
Certificate.struct_class = Types::Certificate
|
756
|
+
|
757
|
+
CertificateStatusList.member = Shapes::ShapeRef.new(shape: CertificateStatus)
|
758
|
+
|
759
|
+
CertificateSummary.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "certificateArn"))
|
760
|
+
CertificateSummary.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "certificateName"))
|
761
|
+
CertificateSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
762
|
+
CertificateSummary.add_member(:certificate_detail, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificateDetail"))
|
763
|
+
CertificateSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
764
|
+
CertificateSummary.struct_class = Types::CertificateSummary
|
765
|
+
|
766
|
+
CertificateSummaryList.member = Shapes::ShapeRef.new(shape: CertificateSummary)
|
767
|
+
|
579
768
|
CloseInstancePublicPortsRequest.add_member(:port_info, Shapes::ShapeRef.new(shape: PortInfo, required: true, location_name: "portInfo"))
|
580
769
|
CloseInstancePublicPortsRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
581
770
|
CloseInstancePublicPortsRequest.struct_class = Types::CloseInstancePublicPortsRequest
|
@@ -617,6 +806,108 @@ module Aws::Lightsail
|
|
617
806
|
|
618
807
|
ContactProtocolsList.member = Shapes::ShapeRef.new(shape: ContactProtocol)
|
619
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
|
+
|
907
|
+
CookieObject.add_member(:option, Shapes::ShapeRef.new(shape: ForwardValues, location_name: "option"))
|
908
|
+
CookieObject.add_member(:cookies_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "cookiesAllowList"))
|
909
|
+
CookieObject.struct_class = Types::CookieObject
|
910
|
+
|
620
911
|
CopySnapshotRequest.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourceSnapshotName"))
|
621
912
|
CopySnapshotRequest.add_member(:source_resource_name, Shapes::ShapeRef.new(shape: string, location_name: "sourceResourceName"))
|
622
913
|
CopySnapshotRequest.add_member(:restore_date, Shapes::ShapeRef.new(shape: string, location_name: "restoreDate"))
|
@@ -628,6 +919,16 @@ module Aws::Lightsail
|
|
628
919
|
CopySnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
629
920
|
CopySnapshotResult.struct_class = Types::CopySnapshotResult
|
630
921
|
|
922
|
+
CreateCertificateRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, required: true, location_name: "certificateName"))
|
923
|
+
CreateCertificateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
924
|
+
CreateCertificateRequest.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, location_name: "subjectAlternativeNames"))
|
925
|
+
CreateCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
926
|
+
CreateCertificateRequest.struct_class = Types::CreateCertificateRequest
|
927
|
+
|
928
|
+
CreateCertificateResult.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateSummary, location_name: "certificate"))
|
929
|
+
CreateCertificateResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
930
|
+
CreateCertificateResult.struct_class = Types::CreateCertificateResult
|
931
|
+
|
631
932
|
CreateCloudFormationStackRequest.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceEntryList, required: true, location_name: "instances"))
|
632
933
|
CreateCloudFormationStackRequest.struct_class = Types::CreateCloudFormationStackRequest
|
633
934
|
|
@@ -641,6 +942,30 @@ module Aws::Lightsail
|
|
641
942
|
CreateContactMethodResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
642
943
|
CreateContactMethodResult.struct_class = Types::CreateContactMethodResult
|
643
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
|
+
|
644
969
|
CreateDiskFromSnapshotRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
645
970
|
CreateDiskFromSnapshotRequest.add_member(:disk_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "diskSnapshotName"))
|
646
971
|
CreateDiskFromSnapshotRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "availabilityZone"))
|
@@ -674,6 +999,19 @@ module Aws::Lightsail
|
|
674
999
|
CreateDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
675
1000
|
CreateDiskSnapshotResult.struct_class = Types::CreateDiskSnapshotResult
|
676
1001
|
|
1002
|
+
CreateDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
1003
|
+
CreateDistributionRequest.add_member(:origin, Shapes::ShapeRef.new(shape: InputOrigin, required: true, location_name: "origin"))
|
1004
|
+
CreateDistributionRequest.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, required: true, location_name: "defaultCacheBehavior"))
|
1005
|
+
CreateDistributionRequest.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
1006
|
+
CreateDistributionRequest.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
1007
|
+
CreateDistributionRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "bundleId"))
|
1008
|
+
CreateDistributionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1009
|
+
CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
|
1010
|
+
|
1011
|
+
CreateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: LightsailDistribution, location_name: "distribution"))
|
1012
|
+
CreateDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1013
|
+
CreateDistributionResult.struct_class = Types::CreateDistributionResult
|
1014
|
+
|
677
1015
|
CreateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
678
1016
|
CreateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
679
1017
|
CreateDomainEntryRequest.struct_class = Types::CreateDomainEntryRequest
|
@@ -810,12 +1148,29 @@ module Aws::Lightsail
|
|
810
1148
|
DeleteAutoSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
811
1149
|
DeleteAutoSnapshotResult.struct_class = Types::DeleteAutoSnapshotResult
|
812
1150
|
|
1151
|
+
DeleteCertificateRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, required: true, location_name: "certificateName"))
|
1152
|
+
DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
|
1153
|
+
|
1154
|
+
DeleteCertificateResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1155
|
+
DeleteCertificateResult.struct_class = Types::DeleteCertificateResult
|
1156
|
+
|
813
1157
|
DeleteContactMethodRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactProtocol, required: true, location_name: "protocol"))
|
814
1158
|
DeleteContactMethodRequest.struct_class = Types::DeleteContactMethodRequest
|
815
1159
|
|
816
1160
|
DeleteContactMethodResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
817
1161
|
DeleteContactMethodResult.struct_class = Types::DeleteContactMethodResult
|
818
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
|
+
|
819
1174
|
DeleteDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
820
1175
|
DeleteDiskRequest.add_member(:force_delete_add_ons, Shapes::ShapeRef.new(shape: boolean, location_name: "forceDeleteAddOns"))
|
821
1176
|
DeleteDiskRequest.struct_class = Types::DeleteDiskRequest
|
@@ -829,6 +1184,12 @@ module Aws::Lightsail
|
|
829
1184
|
DeleteDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
830
1185
|
DeleteDiskSnapshotResult.struct_class = Types::DeleteDiskSnapshotResult
|
831
1186
|
|
1187
|
+
DeleteDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
1188
|
+
DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
|
1189
|
+
|
1190
|
+
DeleteDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1191
|
+
DeleteDistributionResult.struct_class = Types::DeleteDistributionResult
|
1192
|
+
|
832
1193
|
DeleteDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
833
1194
|
DeleteDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
834
1195
|
DeleteDomainEntryRequest.struct_class = Types::DeleteDomainEntryRequest
|
@@ -899,6 +1260,12 @@ module Aws::Lightsail
|
|
899
1260
|
DestinationInfo.add_member(:service, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "service"))
|
900
1261
|
DestinationInfo.struct_class = Types::DestinationInfo
|
901
1262
|
|
1263
|
+
DetachCertificateFromDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
1264
|
+
DetachCertificateFromDistributionRequest.struct_class = Types::DetachCertificateFromDistributionRequest
|
1265
|
+
|
1266
|
+
DetachCertificateFromDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1267
|
+
DetachCertificateFromDistributionResult.struct_class = Types::DetachCertificateFromDistributionResult
|
1268
|
+
|
902
1269
|
DetachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
903
1270
|
DetachDiskRequest.struct_class = Types::DetachDiskRequest
|
904
1271
|
|
@@ -982,6 +1349,17 @@ module Aws::Lightsail
|
|
982
1349
|
|
983
1350
|
DiskSnapshotList.member = Shapes::ShapeRef.new(shape: DiskSnapshot)
|
984
1351
|
|
1352
|
+
DistributionBundle.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
1353
|
+
DistributionBundle.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
1354
|
+
DistributionBundle.add_member(:price, Shapes::ShapeRef.new(shape: float, location_name: "price"))
|
1355
|
+
DistributionBundle.add_member(:transfer_per_month_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "transferPerMonthInGb"))
|
1356
|
+
DistributionBundle.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
|
1357
|
+
DistributionBundle.struct_class = Types::DistributionBundle
|
1358
|
+
|
1359
|
+
DistributionBundleList.member = Shapes::ShapeRef.new(shape: DistributionBundle)
|
1360
|
+
|
1361
|
+
DistributionList.member = Shapes::ShapeRef.new(shape: LightsailDistribution)
|
1362
|
+
|
985
1363
|
Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
986
1364
|
Domain.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
987
1365
|
Domain.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1009,6 +1387,12 @@ module Aws::Lightsail
|
|
1009
1387
|
|
1010
1388
|
DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
1011
1389
|
|
1390
|
+
DomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
1391
|
+
DomainValidationRecord.add_member(:resource_record, Shapes::ShapeRef.new(shape: ResourceRecord, location_name: "resourceRecord"))
|
1392
|
+
DomainValidationRecord.struct_class = Types::DomainValidationRecord
|
1393
|
+
|
1394
|
+
DomainValidationRecordList.member = Shapes::ShapeRef.new(shape: DomainValidationRecord)
|
1395
|
+
|
1012
1396
|
DownloadDefaultKeyPairRequest.struct_class = Types::DownloadDefaultKeyPairRequest
|
1013
1397
|
|
1014
1398
|
DownloadDefaultKeyPairResult.add_member(:public_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "publicKeyBase64"))
|
@@ -1022,6 +1406,14 @@ module Aws::Lightsail
|
|
1022
1406
|
EnableAddOnResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1023
1407
|
EnableAddOnResult.struct_class = Types::EnableAddOnResult
|
1024
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
|
+
|
1025
1417
|
ExportSnapshotRecord.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1026
1418
|
ExportSnapshotRecord.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1027
1419
|
ExportSnapshotRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
@@ -1090,6 +1482,14 @@ module Aws::Lightsail
|
|
1090
1482
|
GetBundlesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1091
1483
|
GetBundlesResult.struct_class = Types::GetBundlesResult
|
1092
1484
|
|
1485
|
+
GetCertificatesRequest.add_member(:certificate_statuses, Shapes::ShapeRef.new(shape: CertificateStatusList, location_name: "certificateStatuses"))
|
1486
|
+
GetCertificatesRequest.add_member(:include_certificate_details, Shapes::ShapeRef.new(shape: IncludeCertificateDetails, location_name: "includeCertificateDetails"))
|
1487
|
+
GetCertificatesRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "certificateName"))
|
1488
|
+
GetCertificatesRequest.struct_class = Types::GetCertificatesRequest
|
1489
|
+
|
1490
|
+
GetCertificatesResult.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateSummaryList, location_name: "certificates"))
|
1491
|
+
GetCertificatesResult.struct_class = Types::GetCertificatesResult
|
1492
|
+
|
1093
1493
|
GetCloudFormationStackRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1094
1494
|
GetCloudFormationStackRecordsRequest.struct_class = Types::GetCloudFormationStackRecordsRequest
|
1095
1495
|
|
@@ -1103,6 +1503,55 @@ module Aws::Lightsail
|
|
1103
1503
|
GetContactMethodsResult.add_member(:contact_methods, Shapes::ShapeRef.new(shape: ContactMethodsList, location_name: "contactMethods"))
|
1104
1504
|
GetContactMethodsResult.struct_class = Types::GetContactMethodsResult
|
1105
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
|
+
|
1106
1555
|
GetDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
1107
1556
|
GetDiskRequest.struct_class = Types::GetDiskRequest
|
1108
1557
|
|
@@ -1129,6 +1578,39 @@ module Aws::Lightsail
|
|
1129
1578
|
GetDisksResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1130
1579
|
GetDisksResult.struct_class = Types::GetDisksResult
|
1131
1580
|
|
1581
|
+
GetDistributionBundlesRequest.struct_class = Types::GetDistributionBundlesRequest
|
1582
|
+
|
1583
|
+
GetDistributionBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: DistributionBundleList, location_name: "bundles"))
|
1584
|
+
GetDistributionBundlesResult.struct_class = Types::GetDistributionBundlesResult
|
1585
|
+
|
1586
|
+
GetDistributionLatestCacheResetRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
1587
|
+
GetDistributionLatestCacheResetRequest.struct_class = Types::GetDistributionLatestCacheResetRequest
|
1588
|
+
|
1589
|
+
GetDistributionLatestCacheResetResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
1590
|
+
GetDistributionLatestCacheResetResult.add_member(:create_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createTime"))
|
1591
|
+
GetDistributionLatestCacheResetResult.struct_class = Types::GetDistributionLatestCacheResetResult
|
1592
|
+
|
1593
|
+
GetDistributionMetricDataRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
1594
|
+
GetDistributionMetricDataRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: DistributionMetricName, required: true, location_name: "metricName"))
|
1595
|
+
GetDistributionMetricDataRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "startTime"))
|
1596
|
+
GetDistributionMetricDataRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "endTime"))
|
1597
|
+
GetDistributionMetricDataRequest.add_member(:period, Shapes::ShapeRef.new(shape: MetricPeriod, required: true, location_name: "period"))
|
1598
|
+
GetDistributionMetricDataRequest.add_member(:unit, Shapes::ShapeRef.new(shape: MetricUnit, required: true, location_name: "unit"))
|
1599
|
+
GetDistributionMetricDataRequest.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricStatisticList, required: true, location_name: "statistics"))
|
1600
|
+
GetDistributionMetricDataRequest.struct_class = Types::GetDistributionMetricDataRequest
|
1601
|
+
|
1602
|
+
GetDistributionMetricDataResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: DistributionMetricName, location_name: "metricName"))
|
1603
|
+
GetDistributionMetricDataResult.add_member(:metric_data, Shapes::ShapeRef.new(shape: MetricDatapointList, location_name: "metricData"))
|
1604
|
+
GetDistributionMetricDataResult.struct_class = Types::GetDistributionMetricDataResult
|
1605
|
+
|
1606
|
+
GetDistributionsRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
1607
|
+
GetDistributionsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1608
|
+
GetDistributionsRequest.struct_class = Types::GetDistributionsRequest
|
1609
|
+
|
1610
|
+
GetDistributionsResult.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, location_name: "distributions"))
|
1611
|
+
GetDistributionsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1612
|
+
GetDistributionsResult.struct_class = Types::GetDistributionsResult
|
1613
|
+
|
1132
1614
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1133
1615
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
1134
1616
|
|
@@ -1391,6 +1873,12 @@ module Aws::Lightsail
|
|
1391
1873
|
GetStaticIpsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1392
1874
|
GetStaticIpsResult.struct_class = Types::GetStaticIpsResult
|
1393
1875
|
|
1876
|
+
HeaderForwardList.member = Shapes::ShapeRef.new(shape: HeaderEnum)
|
1877
|
+
|
1878
|
+
HeaderObject.add_member(:option, Shapes::ShapeRef.new(shape: ForwardValues, location_name: "option"))
|
1879
|
+
HeaderObject.add_member(:headers_allow_list, Shapes::ShapeRef.new(shape: HeaderForwardList, location_name: "headersAllowList"))
|
1880
|
+
HeaderObject.struct_class = Types::HeaderObject
|
1881
|
+
|
1394
1882
|
HostKeyAttributes.add_member(:algorithm, Shapes::ShapeRef.new(shape: string, location_name: "algorithm"))
|
1395
1883
|
HostKeyAttributes.add_member(:public_key, Shapes::ShapeRef.new(shape: string, location_name: "publicKey"))
|
1396
1884
|
HostKeyAttributes.add_member(:witnessed_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "witnessedAt"))
|
@@ -1409,6 +1897,11 @@ module Aws::Lightsail
|
|
1409
1897
|
ImportKeyPairResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1410
1898
|
ImportKeyPairResult.struct_class = Types::ImportKeyPairResult
|
1411
1899
|
|
1900
|
+
InputOrigin.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1901
|
+
InputOrigin.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1902
|
+
InputOrigin.add_member(:protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicyEnum, location_name: "protocolPolicy"))
|
1903
|
+
InputOrigin.struct_class = Types::InputOrigin
|
1904
|
+
|
1412
1905
|
Instance.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1413
1906
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1414
1907
|
Instance.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1547,6 +2040,27 @@ module Aws::Lightsail
|
|
1547
2040
|
|
1548
2041
|
KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPair)
|
1549
2042
|
|
2043
|
+
LightsailDistribution.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2044
|
+
LightsailDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
2045
|
+
LightsailDistribution.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
2046
|
+
LightsailDistribution.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
2047
|
+
LightsailDistribution.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
2048
|
+
LightsailDistribution.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
2049
|
+
LightsailDistribution.add_member(:alternative_domain_names, Shapes::ShapeRef.new(shape: StringList, location_name: "alternativeDomainNames"))
|
2050
|
+
LightsailDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
2051
|
+
LightsailDistribution.add_member(:is_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isEnabled"))
|
2052
|
+
LightsailDistribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, location_name: "domainName"))
|
2053
|
+
LightsailDistribution.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
2054
|
+
LightsailDistribution.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "certificateName"))
|
2055
|
+
LightsailDistribution.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, location_name: "origin"))
|
2056
|
+
LightsailDistribution.add_member(:origin_public_dns, Shapes::ShapeRef.new(shape: string, location_name: "originPublicDNS"))
|
2057
|
+
LightsailDistribution.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "defaultCacheBehavior"))
|
2058
|
+
LightsailDistribution.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
2059
|
+
LightsailDistribution.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
2060
|
+
LightsailDistribution.add_member(:able_to_update_bundle, Shapes::ShapeRef.new(shape: boolean, location_name: "ableToUpdateBundle"))
|
2061
|
+
LightsailDistribution.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
2062
|
+
LightsailDistribution.struct_class = Types::LightsailDistribution
|
2063
|
+
|
1550
2064
|
LoadBalancer.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1551
2065
|
LoadBalancer.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1552
2066
|
LoadBalancer.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1688,6 +2202,12 @@ module Aws::Lightsail
|
|
1688
2202
|
|
1689
2203
|
OperationList.member = Shapes::ShapeRef.new(shape: Operation)
|
1690
2204
|
|
2205
|
+
Origin.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2206
|
+
Origin.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
2207
|
+
Origin.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
2208
|
+
Origin.add_member(:protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicyEnum, location_name: "protocolPolicy"))
|
2209
|
+
Origin.struct_class = Types::Origin
|
2210
|
+
|
1691
2211
|
PasswordData.add_member(:ciphertext, Shapes::ShapeRef.new(shape: string, location_name: "ciphertext"))
|
1692
2212
|
PasswordData.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "keyPairName"))
|
1693
2213
|
PasswordData.struct_class = Types::PasswordData
|
@@ -1720,6 +2240,9 @@ module Aws::Lightsail
|
|
1720
2240
|
|
1721
2241
|
PortList.member = Shapes::ShapeRef.new(shape: Port)
|
1722
2242
|
|
2243
|
+
PortMap.key = Shapes::ShapeRef.new(shape: string)
|
2244
|
+
PortMap.value = Shapes::ShapeRef.new(shape: ContainerServiceProtocol)
|
2245
|
+
|
1723
2246
|
PutAlarmRequest.add_member(:alarm_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "alarmName"))
|
1724
2247
|
PutAlarmRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "metricName"))
|
1725
2248
|
PutAlarmRequest.add_member(:monitored_resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitoredResourceName"))
|
@@ -1743,6 +2266,10 @@ module Aws::Lightsail
|
|
1743
2266
|
PutInstancePublicPortsResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1744
2267
|
PutInstancePublicPortsResult.struct_class = Types::PutInstancePublicPortsResult
|
1745
2268
|
|
2269
|
+
QueryStringObject.add_member(:option, Shapes::ShapeRef.new(shape: boolean, location_name: "option"))
|
2270
|
+
QueryStringObject.add_member(:query_strings_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "queryStringsAllowList"))
|
2271
|
+
QueryStringObject.struct_class = Types::QueryStringObject
|
2272
|
+
|
1746
2273
|
RebootInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
1747
2274
|
RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
|
1748
2275
|
|
@@ -1765,6 +2292,14 @@ module Aws::Lightsail
|
|
1765
2292
|
|
1766
2293
|
RegionList.member = Shapes::ShapeRef.new(shape: Region)
|
1767
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
|
+
|
1768
2303
|
RelationalDatabase.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1769
2304
|
RelationalDatabase.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1770
2305
|
RelationalDatabase.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1872,12 +2407,31 @@ module Aws::Lightsail
|
|
1872
2407
|
ReleaseStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1873
2408
|
ReleaseStaticIpResult.struct_class = Types::ReleaseStaticIpResult
|
1874
2409
|
|
2410
|
+
RenewalSummary.add_member(:domain_validation_records, Shapes::ShapeRef.new(shape: DomainValidationRecordList, location_name: "domainValidationRecords"))
|
2411
|
+
RenewalSummary.add_member(:renewal_status, Shapes::ShapeRef.new(shape: RenewalStatus, location_name: "renewalStatus"))
|
2412
|
+
RenewalSummary.add_member(:renewal_status_reason, Shapes::ShapeRef.new(shape: RenewalStatusReason, location_name: "renewalStatusReason"))
|
2413
|
+
RenewalSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "updatedAt"))
|
2414
|
+
RenewalSummary.struct_class = Types::RenewalSummary
|
2415
|
+
|
2416
|
+
ResetDistributionCacheRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
2417
|
+
ResetDistributionCacheRequest.struct_class = Types::ResetDistributionCacheRequest
|
2418
|
+
|
2419
|
+
ResetDistributionCacheResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
2420
|
+
ResetDistributionCacheResult.add_member(:create_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createTime"))
|
2421
|
+
ResetDistributionCacheResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2422
|
+
ResetDistributionCacheResult.struct_class = Types::ResetDistributionCacheResult
|
2423
|
+
|
1875
2424
|
ResourceLocation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: string, location_name: "availabilityZone"))
|
1876
2425
|
ResourceLocation.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1877
2426
|
ResourceLocation.struct_class = Types::ResourceLocation
|
1878
2427
|
|
1879
2428
|
ResourceNameList.member = Shapes::ShapeRef.new(shape: ResourceName)
|
1880
2429
|
|
2430
|
+
ResourceRecord.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
2431
|
+
ResourceRecord.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "type"))
|
2432
|
+
ResourceRecord.add_member(:value, Shapes::ShapeRef.new(shape: string, location_name: "value"))
|
2433
|
+
ResourceRecord.struct_class = Types::ResourceRecord
|
2434
|
+
|
1881
2435
|
SendContactMethodVerificationRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactMethodVerificationProtocol, required: true, location_name: "protocol"))
|
1882
2436
|
SendContactMethodVerificationRequest.struct_class = Types::SendContactMethodVerificationRequest
|
1883
2437
|
|
@@ -1931,6 +2485,8 @@ module Aws::Lightsail
|
|
1931
2485
|
|
1932
2486
|
StringList.member = Shapes::ShapeRef.new(shape: string)
|
1933
2487
|
|
2488
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
2489
|
+
|
1934
2490
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
1935
2491
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
1936
2492
|
Tag.struct_class = Types::Tag
|
@@ -1973,6 +2529,34 @@ module Aws::Lightsail
|
|
1973
2529
|
UntagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1974
2530
|
UntagResourceResult.struct_class = Types::UntagResourceResult
|
1975
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
|
+
|
2542
|
+
UpdateDistributionBundleRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
2543
|
+
UpdateDistributionBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
2544
|
+
UpdateDistributionBundleRequest.struct_class = Types::UpdateDistributionBundleRequest
|
2545
|
+
|
2546
|
+
UpdateDistributionBundleResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2547
|
+
UpdateDistributionBundleResult.struct_class = Types::UpdateDistributionBundleResult
|
2548
|
+
|
2549
|
+
UpdateDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
2550
|
+
UpdateDistributionRequest.add_member(:origin, Shapes::ShapeRef.new(shape: InputOrigin, location_name: "origin"))
|
2551
|
+
UpdateDistributionRequest.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "defaultCacheBehavior"))
|
2552
|
+
UpdateDistributionRequest.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
2553
|
+
UpdateDistributionRequest.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
2554
|
+
UpdateDistributionRequest.add_member(:is_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isEnabled"))
|
2555
|
+
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
2556
|
+
|
2557
|
+
UpdateDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2558
|
+
UpdateDistributionResult.struct_class = Types::UpdateDistributionResult
|
2559
|
+
|
1976
2560
|
UpdateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1977
2561
|
UpdateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
1978
2562
|
UpdateDomainEntryRequest.struct_class = Types::UpdateDomainEntryRequest
|
@@ -2043,6 +2627,20 @@ module Aws::Lightsail
|
|
2043
2627
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2044
2628
|
end)
|
2045
2629
|
|
2630
|
+
api.add_operation(:attach_certificate_to_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2631
|
+
o.name = "AttachCertificateToDistribution"
|
2632
|
+
o.http_method = "POST"
|
2633
|
+
o.http_request_uri = "/"
|
2634
|
+
o.input = Shapes::ShapeRef.new(shape: AttachCertificateToDistributionRequest)
|
2635
|
+
o.output = Shapes::ShapeRef.new(shape: AttachCertificateToDistributionResult)
|
2636
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2638
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2639
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2640
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2641
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2642
|
+
end)
|
2643
|
+
|
2046
2644
|
api.add_operation(:attach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2047
2645
|
o.name = "AttachDisk"
|
2048
2646
|
o.http_method = "POST"
|
@@ -2133,6 +2731,19 @@ module Aws::Lightsail
|
|
2133
2731
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2134
2732
|
end)
|
2135
2733
|
|
2734
|
+
api.add_operation(:create_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2735
|
+
o.name = "CreateCertificate"
|
2736
|
+
o.http_method = "POST"
|
2737
|
+
o.http_request_uri = "/"
|
2738
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCertificateRequest)
|
2739
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCertificateResult)
|
2740
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2741
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2742
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2743
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2744
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2745
|
+
end)
|
2746
|
+
|
2136
2747
|
api.add_operation(:create_cloud_formation_stack, Seahorse::Model::Operation.new.tap do |o|
|
2137
2748
|
o.name = "CreateCloudFormationStack"
|
2138
2749
|
o.http_method = "POST"
|
@@ -2162,6 +2773,45 @@ module Aws::Lightsail
|
|
2162
2773
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2163
2774
|
end)
|
2164
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
|
+
|
2165
2815
|
api.add_operation(:create_disk, Seahorse::Model::Operation.new.tap do |o|
|
2166
2816
|
o.name = "CreateDisk"
|
2167
2817
|
o.http_method = "POST"
|
@@ -2207,6 +2857,20 @@ module Aws::Lightsail
|
|
2207
2857
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2208
2858
|
end)
|
2209
2859
|
|
2860
|
+
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2861
|
+
o.name = "CreateDistribution"
|
2862
|
+
o.http_method = "POST"
|
2863
|
+
o.http_request_uri = "/"
|
2864
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
2865
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
2866
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2867
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2868
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2869
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2870
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2871
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2872
|
+
end)
|
2873
|
+
|
2210
2874
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
2211
2875
|
o.name = "CreateDomain"
|
2212
2876
|
o.http_method = "POST"
|
@@ -2400,6 +3064,19 @@ module Aws::Lightsail
|
|
2400
3064
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2401
3065
|
end)
|
2402
3066
|
|
3067
|
+
api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
|
3068
|
+
o.name = "DeleteCertificate"
|
3069
|
+
o.http_method = "POST"
|
3070
|
+
o.http_request_uri = "/"
|
3071
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
|
3072
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCertificateResult)
|
3073
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3074
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3075
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3076
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3077
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3078
|
+
end)
|
3079
|
+
|
2403
3080
|
api.add_operation(:delete_contact_method, Seahorse::Model::Operation.new.tap do |o|
|
2404
3081
|
o.name = "DeleteContactMethod"
|
2405
3082
|
o.http_method = "POST"
|
@@ -2414,6 +3091,32 @@ module Aws::Lightsail
|
|
2414
3091
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2415
3092
|
end)
|
2416
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
|
+
|
2417
3120
|
api.add_operation(:delete_disk, Seahorse::Model::Operation.new.tap do |o|
|
2418
3121
|
o.name = "DeleteDisk"
|
2419
3122
|
o.http_method = "POST"
|
@@ -2444,6 +3147,20 @@ module Aws::Lightsail
|
|
2444
3147
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2445
3148
|
end)
|
2446
3149
|
|
3150
|
+
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
3151
|
+
o.name = "DeleteDistribution"
|
3152
|
+
o.http_method = "POST"
|
3153
|
+
o.http_request_uri = "/"
|
3154
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
3155
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDistributionResult)
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3159
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3160
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3161
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3162
|
+
end)
|
3163
|
+
|
2447
3164
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
2448
3165
|
o.name = "DeleteDomain"
|
2449
3166
|
o.http_method = "POST"
|
@@ -2594,6 +3311,20 @@ module Aws::Lightsail
|
|
2594
3311
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2595
3312
|
end)
|
2596
3313
|
|
3314
|
+
api.add_operation(:detach_certificate_from_distribution, Seahorse::Model::Operation.new.tap do |o|
|
3315
|
+
o.name = "DetachCertificateFromDistribution"
|
3316
|
+
o.http_method = "POST"
|
3317
|
+
o.http_request_uri = "/"
|
3318
|
+
o.input = Shapes::ShapeRef.new(shape: DetachCertificateFromDistributionRequest)
|
3319
|
+
o.output = Shapes::ShapeRef.new(shape: DetachCertificateFromDistributionResult)
|
3320
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3321
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3322
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3323
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3324
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3325
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3326
|
+
end)
|
3327
|
+
|
2597
3328
|
api.add_operation(:detach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2598
3329
|
o.name = "DetachDisk"
|
2599
3330
|
o.http_method = "POST"
|
@@ -2770,6 +3501,19 @@ module Aws::Lightsail
|
|
2770
3501
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2771
3502
|
end)
|
2772
3503
|
|
3504
|
+
api.add_operation(:get_certificates, Seahorse::Model::Operation.new.tap do |o|
|
3505
|
+
o.name = "GetCertificates"
|
3506
|
+
o.http_method = "POST"
|
3507
|
+
o.http_request_uri = "/"
|
3508
|
+
o.input = Shapes::ShapeRef.new(shape: GetCertificatesRequest)
|
3509
|
+
o.output = Shapes::ShapeRef.new(shape: GetCertificatesResult)
|
3510
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3511
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3512
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3513
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3514
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3515
|
+
end)
|
3516
|
+
|
2773
3517
|
api.add_operation(:get_cloud_formation_stack_records, Seahorse::Model::Operation.new.tap do |o|
|
2774
3518
|
o.name = "GetCloudFormationStackRecords"
|
2775
3519
|
o.http_method = "POST"
|
@@ -2799,6 +3543,95 @@ module Aws::Lightsail
|
|
2799
3543
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2800
3544
|
end)
|
2801
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
|
+
|
2802
3635
|
api.add_operation(:get_disk, Seahorse::Model::Operation.new.tap do |o|
|
2803
3636
|
o.name = "GetDisk"
|
2804
3637
|
o.http_method = "POST"
|
@@ -2859,6 +3692,62 @@ module Aws::Lightsail
|
|
2859
3692
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2860
3693
|
end)
|
2861
3694
|
|
3695
|
+
api.add_operation(:get_distribution_bundles, Seahorse::Model::Operation.new.tap do |o|
|
3696
|
+
o.name = "GetDistributionBundles"
|
3697
|
+
o.http_method = "POST"
|
3698
|
+
o.http_request_uri = "/"
|
3699
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionBundlesRequest)
|
3700
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionBundlesResult)
|
3701
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3702
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3703
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3704
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3705
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3706
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3707
|
+
end)
|
3708
|
+
|
3709
|
+
api.add_operation(:get_distribution_latest_cache_reset, Seahorse::Model::Operation.new.tap do |o|
|
3710
|
+
o.name = "GetDistributionLatestCacheReset"
|
3711
|
+
o.http_method = "POST"
|
3712
|
+
o.http_request_uri = "/"
|
3713
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionLatestCacheResetRequest)
|
3714
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionLatestCacheResetResult)
|
3715
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3716
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3717
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3718
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3719
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3720
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3721
|
+
end)
|
3722
|
+
|
3723
|
+
api.add_operation(:get_distribution_metric_data, Seahorse::Model::Operation.new.tap do |o|
|
3724
|
+
o.name = "GetDistributionMetricData"
|
3725
|
+
o.http_method = "POST"
|
3726
|
+
o.http_request_uri = "/"
|
3727
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionMetricDataRequest)
|
3728
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionMetricDataResult)
|
3729
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3730
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3731
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3732
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3733
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3734
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3735
|
+
end)
|
3736
|
+
|
3737
|
+
api.add_operation(:get_distributions, Seahorse::Model::Operation.new.tap do |o|
|
3738
|
+
o.name = "GetDistributions"
|
3739
|
+
o.http_method = "POST"
|
3740
|
+
o.http_request_uri = "/"
|
3741
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionsRequest)
|
3742
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionsResult)
|
3743
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3744
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3745
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3746
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3747
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3748
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3749
|
+
end)
|
3750
|
+
|
2862
3751
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
2863
3752
|
o.name = "GetDomain"
|
2864
3753
|
o.http_method = "POST"
|
@@ -3503,6 +4392,19 @@ module Aws::Lightsail
|
|
3503
4392
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3504
4393
|
end)
|
3505
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
|
+
|
3506
4408
|
api.add_operation(:release_static_ip, Seahorse::Model::Operation.new.tap do |o|
|
3507
4409
|
o.name = "ReleaseStaticIp"
|
3508
4410
|
o.http_method = "POST"
|
@@ -3518,6 +4420,20 @@ module Aws::Lightsail
|
|
3518
4420
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3519
4421
|
end)
|
3520
4422
|
|
4423
|
+
api.add_operation(:reset_distribution_cache, Seahorse::Model::Operation.new.tap do |o|
|
4424
|
+
o.name = "ResetDistributionCache"
|
4425
|
+
o.http_method = "POST"
|
4426
|
+
o.http_request_uri = "/"
|
4427
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDistributionCacheRequest)
|
4428
|
+
o.output = Shapes::ShapeRef.new(shape: ResetDistributionCacheResult)
|
4429
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4430
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4431
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4432
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
4433
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4434
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4435
|
+
end)
|
4436
|
+
|
3521
4437
|
api.add_operation(:send_contact_method_verification, Seahorse::Model::Operation.new.tap do |o|
|
3522
4438
|
o.name = "SendContactMethodVerification"
|
3523
4439
|
o.http_method = "POST"
|
@@ -3651,6 +4567,47 @@ module Aws::Lightsail
|
|
3651
4567
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3652
4568
|
end)
|
3653
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
|
+
|
4583
|
+
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
4584
|
+
o.name = "UpdateDistribution"
|
4585
|
+
o.http_method = "POST"
|
4586
|
+
o.http_request_uri = "/"
|
4587
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
4588
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
4589
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4590
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4591
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4592
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
4593
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4594
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4595
|
+
end)
|
4596
|
+
|
4597
|
+
api.add_operation(:update_distribution_bundle, Seahorse::Model::Operation.new.tap do |o|
|
4598
|
+
o.name = "UpdateDistributionBundle"
|
4599
|
+
o.http_method = "POST"
|
4600
|
+
o.http_request_uri = "/"
|
4601
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionBundleRequest)
|
4602
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionBundleResult)
|
4603
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4604
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4605
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4606
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
4607
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4608
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4609
|
+
end)
|
4610
|
+
|
3654
4611
|
api.add_operation(:update_domain_entry, Seahorse::Model::Operation.new.tap do |o|
|
3655
4612
|
o.name = "UpdateDomainEntry"
|
3656
4613
|
o.http_method = "POST"
|