aws-sdk-lightsail 1.34.0 → 1.39.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 +1377 -216
- data/lib/aws-sdk-lightsail/client_api.rb +506 -0
- data/lib/aws-sdk-lightsail/types.rb +2124 -157
- 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,8 +77,11 @@ 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
|
+
CookieObject = Shapes::StructureShape.new(name: 'CookieObject')
|
67
81
|
CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
|
68
82
|
CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
|
83
|
+
CreateCertificateRequest = Shapes::StructureShape.new(name: 'CreateCertificateRequest')
|
84
|
+
CreateCertificateResult = Shapes::StructureShape.new(name: 'CreateCertificateResult')
|
69
85
|
CreateCloudFormationStackRequest = Shapes::StructureShape.new(name: 'CreateCloudFormationStackRequest')
|
70
86
|
CreateCloudFormationStackResult = Shapes::StructureShape.new(name: 'CreateCloudFormationStackResult')
|
71
87
|
CreateContactMethodRequest = Shapes::StructureShape.new(name: 'CreateContactMethodRequest')
|
@@ -76,6 +92,8 @@ module Aws::Lightsail
|
|
76
92
|
CreateDiskResult = Shapes::StructureShape.new(name: 'CreateDiskResult')
|
77
93
|
CreateDiskSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskSnapshotRequest')
|
78
94
|
CreateDiskSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskSnapshotResult')
|
95
|
+
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
96
|
+
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
79
97
|
CreateDomainEntryRequest = Shapes::StructureShape.new(name: 'CreateDomainEntryRequest')
|
80
98
|
CreateDomainEntryResult = Shapes::StructureShape.new(name: 'CreateDomainEntryResult')
|
81
99
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
@@ -102,12 +120,16 @@ module Aws::Lightsail
|
|
102
120
|
DeleteAlarmResult = Shapes::StructureShape.new(name: 'DeleteAlarmResult')
|
103
121
|
DeleteAutoSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotRequest')
|
104
122
|
DeleteAutoSnapshotResult = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotResult')
|
123
|
+
DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
|
124
|
+
DeleteCertificateResult = Shapes::StructureShape.new(name: 'DeleteCertificateResult')
|
105
125
|
DeleteContactMethodRequest = Shapes::StructureShape.new(name: 'DeleteContactMethodRequest')
|
106
126
|
DeleteContactMethodResult = Shapes::StructureShape.new(name: 'DeleteContactMethodResult')
|
107
127
|
DeleteDiskRequest = Shapes::StructureShape.new(name: 'DeleteDiskRequest')
|
108
128
|
DeleteDiskResult = Shapes::StructureShape.new(name: 'DeleteDiskResult')
|
109
129
|
DeleteDiskSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotRequest')
|
110
130
|
DeleteDiskSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotResult')
|
131
|
+
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
132
|
+
DeleteDistributionResult = Shapes::StructureShape.new(name: 'DeleteDistributionResult')
|
111
133
|
DeleteDomainEntryRequest = Shapes::StructureShape.new(name: 'DeleteDomainEntryRequest')
|
112
134
|
DeleteDomainEntryResult = Shapes::StructureShape.new(name: 'DeleteDomainEntryResult')
|
113
135
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
@@ -129,6 +151,8 @@ module Aws::Lightsail
|
|
129
151
|
DeleteRelationalDatabaseSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotRequest')
|
130
152
|
DeleteRelationalDatabaseSnapshotResult = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotResult')
|
131
153
|
DestinationInfo = Shapes::StructureShape.new(name: 'DestinationInfo')
|
154
|
+
DetachCertificateFromDistributionRequest = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionRequest')
|
155
|
+
DetachCertificateFromDistributionResult = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionResult')
|
132
156
|
DetachDiskRequest = Shapes::StructureShape.new(name: 'DetachDiskRequest')
|
133
157
|
DetachDiskResult = Shapes::StructureShape.new(name: 'DetachDiskResult')
|
134
158
|
DetachInstancesFromLoadBalancerRequest = Shapes::StructureShape.new(name: 'DetachInstancesFromLoadBalancerRequest')
|
@@ -148,6 +172,10 @@ module Aws::Lightsail
|
|
148
172
|
DiskSnapshotList = Shapes::ListShape.new(name: 'DiskSnapshotList')
|
149
173
|
DiskSnapshotState = Shapes::StringShape.new(name: 'DiskSnapshotState')
|
150
174
|
DiskState = Shapes::StringShape.new(name: 'DiskState')
|
175
|
+
DistributionBundle = Shapes::StructureShape.new(name: 'DistributionBundle')
|
176
|
+
DistributionBundleList = Shapes::ListShape.new(name: 'DistributionBundleList')
|
177
|
+
DistributionList = Shapes::ListShape.new(name: 'DistributionList')
|
178
|
+
DistributionMetricName = Shapes::StringShape.new(name: 'DistributionMetricName')
|
151
179
|
Domain = Shapes::StructureShape.new(name: 'Domain')
|
152
180
|
DomainEntry = Shapes::StructureShape.new(name: 'DomainEntry')
|
153
181
|
DomainEntryList = Shapes::ListShape.new(name: 'DomainEntryList')
|
@@ -157,8 +185,11 @@ module Aws::Lightsail
|
|
157
185
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
158
186
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
159
187
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
188
|
+
DomainValidationRecord = Shapes::StructureShape.new(name: 'DomainValidationRecord')
|
189
|
+
DomainValidationRecordList = Shapes::ListShape.new(name: 'DomainValidationRecordList')
|
160
190
|
DownloadDefaultKeyPairRequest = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairRequest')
|
161
191
|
DownloadDefaultKeyPairResult = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairResult')
|
192
|
+
EligibleToRenew = Shapes::StringShape.new(name: 'EligibleToRenew')
|
162
193
|
EnableAddOnRequest = Shapes::StructureShape.new(name: 'EnableAddOnRequest')
|
163
194
|
EnableAddOnResult = Shapes::StructureShape.new(name: 'EnableAddOnResult')
|
164
195
|
ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
|
@@ -167,6 +198,7 @@ module Aws::Lightsail
|
|
167
198
|
ExportSnapshotRecordSourceType = Shapes::StringShape.new(name: 'ExportSnapshotRecordSourceType')
|
168
199
|
ExportSnapshotRequest = Shapes::StructureShape.new(name: 'ExportSnapshotRequest')
|
169
200
|
ExportSnapshotResult = Shapes::StructureShape.new(name: 'ExportSnapshotResult')
|
201
|
+
ForwardValues = Shapes::StringShape.new(name: 'ForwardValues')
|
170
202
|
GetActiveNamesRequest = Shapes::StructureShape.new(name: 'GetActiveNamesRequest')
|
171
203
|
GetActiveNamesResult = Shapes::StructureShape.new(name: 'GetActiveNamesResult')
|
172
204
|
GetAlarmsRequest = Shapes::StructureShape.new(name: 'GetAlarmsRequest')
|
@@ -177,6 +209,8 @@ module Aws::Lightsail
|
|
177
209
|
GetBlueprintsResult = Shapes::StructureShape.new(name: 'GetBlueprintsResult')
|
178
210
|
GetBundlesRequest = Shapes::StructureShape.new(name: 'GetBundlesRequest')
|
179
211
|
GetBundlesResult = Shapes::StructureShape.new(name: 'GetBundlesResult')
|
212
|
+
GetCertificatesRequest = Shapes::StructureShape.new(name: 'GetCertificatesRequest')
|
213
|
+
GetCertificatesResult = Shapes::StructureShape.new(name: 'GetCertificatesResult')
|
180
214
|
GetCloudFormationStackRecordsRequest = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsRequest')
|
181
215
|
GetCloudFormationStackRecordsResult = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsResult')
|
182
216
|
GetContactMethodsRequest = Shapes::StructureShape.new(name: 'GetContactMethodsRequest')
|
@@ -189,6 +223,14 @@ module Aws::Lightsail
|
|
189
223
|
GetDiskSnapshotsResult = Shapes::StructureShape.new(name: 'GetDiskSnapshotsResult')
|
190
224
|
GetDisksRequest = Shapes::StructureShape.new(name: 'GetDisksRequest')
|
191
225
|
GetDisksResult = Shapes::StructureShape.new(name: 'GetDisksResult')
|
226
|
+
GetDistributionBundlesRequest = Shapes::StructureShape.new(name: 'GetDistributionBundlesRequest')
|
227
|
+
GetDistributionBundlesResult = Shapes::StructureShape.new(name: 'GetDistributionBundlesResult')
|
228
|
+
GetDistributionLatestCacheResetRequest = Shapes::StructureShape.new(name: 'GetDistributionLatestCacheResetRequest')
|
229
|
+
GetDistributionLatestCacheResetResult = Shapes::StructureShape.new(name: 'GetDistributionLatestCacheResetResult')
|
230
|
+
GetDistributionMetricDataRequest = Shapes::StructureShape.new(name: 'GetDistributionMetricDataRequest')
|
231
|
+
GetDistributionMetricDataResult = Shapes::StructureShape.new(name: 'GetDistributionMetricDataResult')
|
232
|
+
GetDistributionsRequest = Shapes::StructureShape.new(name: 'GetDistributionsRequest')
|
233
|
+
GetDistributionsResult = Shapes::StructureShape.new(name: 'GetDistributionsResult')
|
192
234
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
193
235
|
GetDomainResult = Shapes::StructureShape.new(name: 'GetDomainResult')
|
194
236
|
GetDomainsRequest = Shapes::StructureShape.new(name: 'GetDomainsRequest')
|
@@ -259,10 +301,16 @@ module Aws::Lightsail
|
|
259
301
|
GetStaticIpResult = Shapes::StructureShape.new(name: 'GetStaticIpResult')
|
260
302
|
GetStaticIpsRequest = Shapes::StructureShape.new(name: 'GetStaticIpsRequest')
|
261
303
|
GetStaticIpsResult = Shapes::StructureShape.new(name: 'GetStaticIpsResult')
|
304
|
+
HeaderEnum = Shapes::StringShape.new(name: 'HeaderEnum')
|
305
|
+
HeaderForwardList = Shapes::ListShape.new(name: 'HeaderForwardList')
|
306
|
+
HeaderObject = Shapes::StructureShape.new(name: 'HeaderObject')
|
262
307
|
HostKeyAttributes = Shapes::StructureShape.new(name: 'HostKeyAttributes')
|
263
308
|
HostKeysList = Shapes::ListShape.new(name: 'HostKeysList')
|
264
309
|
ImportKeyPairRequest = Shapes::StructureShape.new(name: 'ImportKeyPairRequest')
|
265
310
|
ImportKeyPairResult = Shapes::StructureShape.new(name: 'ImportKeyPairResult')
|
311
|
+
InUseResourceCount = Shapes::IntegerShape.new(name: 'InUseResourceCount')
|
312
|
+
IncludeCertificateDetails = Shapes::BooleanShape.new(name: 'IncludeCertificateDetails')
|
313
|
+
InputOrigin = Shapes::StructureShape.new(name: 'InputOrigin')
|
266
314
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
267
315
|
InstanceAccessDetails = Shapes::StructureShape.new(name: 'InstanceAccessDetails')
|
268
316
|
InstanceAccessProtocol = Shapes::StringShape.new(name: 'InstanceAccessProtocol')
|
@@ -293,8 +341,11 @@ module Aws::Lightsail
|
|
293
341
|
IsVpcPeeredRequest = Shapes::StructureShape.new(name: 'IsVpcPeeredRequest')
|
294
342
|
IsVpcPeeredResult = Shapes::StructureShape.new(name: 'IsVpcPeeredResult')
|
295
343
|
IsoDate = Shapes::TimestampShape.new(name: 'IsoDate')
|
344
|
+
IssuerCA = Shapes::StringShape.new(name: 'IssuerCA')
|
345
|
+
KeyAlgorithm = Shapes::StringShape.new(name: 'KeyAlgorithm')
|
296
346
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
297
347
|
KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
|
348
|
+
LightsailDistribution = Shapes::StructureShape.new(name: 'LightsailDistribution')
|
298
349
|
LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
|
299
350
|
LoadBalancerAttributeName = Shapes::StringShape.new(name: 'LoadBalancerAttributeName')
|
300
351
|
LoadBalancerConfigurationOptions = Shapes::MapShape.new(name: 'LoadBalancerConfigurationOptions')
|
@@ -338,6 +389,8 @@ module Aws::Lightsail
|
|
338
389
|
OperationList = Shapes::ListShape.new(name: 'OperationList')
|
339
390
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
340
391
|
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
392
|
+
Origin = Shapes::StructureShape.new(name: 'Origin')
|
393
|
+
OriginProtocolPolicyEnum = Shapes::StringShape.new(name: 'OriginProtocolPolicyEnum')
|
341
394
|
PasswordData = Shapes::StructureShape.new(name: 'PasswordData')
|
342
395
|
PeerVpcRequest = Shapes::StructureShape.new(name: 'PeerVpcRequest')
|
343
396
|
PeerVpcResult = Shapes::StructureShape.new(name: 'PeerVpcResult')
|
@@ -355,6 +408,7 @@ module Aws::Lightsail
|
|
355
408
|
PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
|
356
409
|
PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
|
357
410
|
PutInstancePublicPortsResult = Shapes::StructureShape.new(name: 'PutInstancePublicPortsResult')
|
411
|
+
QueryStringObject = Shapes::StructureShape.new(name: 'QueryStringObject')
|
358
412
|
RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
|
359
413
|
RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
|
360
414
|
RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
|
@@ -382,14 +436,23 @@ module Aws::Lightsail
|
|
382
436
|
RelationalDatabaseSnapshotList = Shapes::ListShape.new(name: 'RelationalDatabaseSnapshotList')
|
383
437
|
ReleaseStaticIpRequest = Shapes::StructureShape.new(name: 'ReleaseStaticIpRequest')
|
384
438
|
ReleaseStaticIpResult = Shapes::StructureShape.new(name: 'ReleaseStaticIpResult')
|
439
|
+
RenewalStatus = Shapes::StringShape.new(name: 'RenewalStatus')
|
440
|
+
RenewalStatusReason = Shapes::StringShape.new(name: 'RenewalStatusReason')
|
441
|
+
RenewalSummary = Shapes::StructureShape.new(name: 'RenewalSummary')
|
442
|
+
RequestFailureReason = Shapes::StringShape.new(name: 'RequestFailureReason')
|
443
|
+
ResetDistributionCacheRequest = Shapes::StructureShape.new(name: 'ResetDistributionCacheRequest')
|
444
|
+
ResetDistributionCacheResult = Shapes::StructureShape.new(name: 'ResetDistributionCacheResult')
|
385
445
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
386
446
|
ResourceLocation = Shapes::StructureShape.new(name: 'ResourceLocation')
|
387
447
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
388
448
|
ResourceNameList = Shapes::ListShape.new(name: 'ResourceNameList')
|
449
|
+
ResourceRecord = Shapes::StructureShape.new(name: 'ResourceRecord')
|
389
450
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
451
|
+
RevocationReason = Shapes::StringShape.new(name: 'RevocationReason')
|
390
452
|
SendContactMethodVerificationRequest = Shapes::StructureShape.new(name: 'SendContactMethodVerificationRequest')
|
391
453
|
SendContactMethodVerificationResult = Shapes::StructureShape.new(name: 'SendContactMethodVerificationResult')
|
392
454
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
455
|
+
SerialNumber = Shapes::StringShape.new(name: 'SerialNumber')
|
393
456
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
394
457
|
StartInstanceRequest = Shapes::StructureShape.new(name: 'StartInstanceRequest')
|
395
458
|
StartInstanceResult = Shapes::StructureShape.new(name: 'StartInstanceResult')
|
@@ -403,6 +466,7 @@ module Aws::Lightsail
|
|
403
466
|
StopRelationalDatabaseResult = Shapes::StructureShape.new(name: 'StopRelationalDatabaseResult')
|
404
467
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
405
468
|
StringMax256 = Shapes::StringShape.new(name: 'StringMax256')
|
469
|
+
SubjectAlternativeNameList = Shapes::ListShape.new(name: 'SubjectAlternativeNameList')
|
406
470
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
407
471
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
408
472
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -419,6 +483,10 @@ module Aws::Lightsail
|
|
419
483
|
UnpeerVpcResult = Shapes::StructureShape.new(name: 'UnpeerVpcResult')
|
420
484
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
421
485
|
UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
|
486
|
+
UpdateDistributionBundleRequest = Shapes::StructureShape.new(name: 'UpdateDistributionBundleRequest')
|
487
|
+
UpdateDistributionBundleResult = Shapes::StructureShape.new(name: 'UpdateDistributionBundleResult')
|
488
|
+
UpdateDistributionRequest = Shapes::StructureShape.new(name: 'UpdateDistributionRequest')
|
489
|
+
UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
|
422
490
|
UpdateDomainEntryRequest = Shapes::StructureShape.new(name: 'UpdateDomainEntryRequest')
|
423
491
|
UpdateDomainEntryResult = Shapes::StructureShape.new(name: 'UpdateDomainEntryResult')
|
424
492
|
UpdateLoadBalancerAttributeRequest = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeRequest')
|
@@ -431,6 +499,7 @@ module Aws::Lightsail
|
|
431
499
|
double = Shapes::FloatShape.new(name: 'double')
|
432
500
|
float = Shapes::FloatShape.new(name: 'float')
|
433
501
|
integer = Shapes::IntegerShape.new(name: 'integer')
|
502
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
434
503
|
string = Shapes::StringShape.new(name: 'string')
|
435
504
|
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
436
505
|
|
@@ -490,6 +559,13 @@ module Aws::Lightsail
|
|
490
559
|
AllocateStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
491
560
|
AllocateStaticIpResult.struct_class = Types::AllocateStaticIpResult
|
492
561
|
|
562
|
+
AttachCertificateToDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
563
|
+
AttachCertificateToDistributionRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "certificateName"))
|
564
|
+
AttachCertificateToDistributionRequest.struct_class = Types::AttachCertificateToDistributionRequest
|
565
|
+
|
566
|
+
AttachCertificateToDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
567
|
+
AttachCertificateToDistributionResult.struct_class = Types::AttachCertificateToDistributionResult
|
568
|
+
|
493
569
|
AttachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
494
570
|
AttachDiskRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
495
571
|
AttachDiskRequest.add_member(:disk_path, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "diskPath"))
|
@@ -576,6 +652,59 @@ module Aws::Lightsail
|
|
576
652
|
|
577
653
|
BundleList.member = Shapes::ShapeRef.new(shape: Bundle)
|
578
654
|
|
655
|
+
CacheBehavior.add_member(:behavior, Shapes::ShapeRef.new(shape: BehaviorEnum, location_name: "behavior"))
|
656
|
+
CacheBehavior.struct_class = Types::CacheBehavior
|
657
|
+
|
658
|
+
CacheBehaviorList.member = Shapes::ShapeRef.new(shape: CacheBehaviorPerPath)
|
659
|
+
|
660
|
+
CacheBehaviorPerPath.add_member(:path, Shapes::ShapeRef.new(shape: string, location_name: "path"))
|
661
|
+
CacheBehaviorPerPath.add_member(:behavior, Shapes::ShapeRef.new(shape: BehaviorEnum, location_name: "behavior"))
|
662
|
+
CacheBehaviorPerPath.struct_class = Types::CacheBehaviorPerPath
|
663
|
+
|
664
|
+
CacheSettings.add_member(:default_ttl, Shapes::ShapeRef.new(shape: long, location_name: "defaultTTL"))
|
665
|
+
CacheSettings.add_member(:minimum_ttl, Shapes::ShapeRef.new(shape: long, location_name: "minimumTTL"))
|
666
|
+
CacheSettings.add_member(:maximum_ttl, Shapes::ShapeRef.new(shape: long, location_name: "maximumTTL"))
|
667
|
+
CacheSettings.add_member(:allowed_http_methods, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "allowedHTTPMethods"))
|
668
|
+
CacheSettings.add_member(:cached_http_methods, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "cachedHTTPMethods"))
|
669
|
+
CacheSettings.add_member(:forwarded_cookies, Shapes::ShapeRef.new(shape: CookieObject, location_name: "forwardedCookies"))
|
670
|
+
CacheSettings.add_member(:forwarded_headers, Shapes::ShapeRef.new(shape: HeaderObject, location_name: "forwardedHeaders"))
|
671
|
+
CacheSettings.add_member(:forwarded_query_strings, Shapes::ShapeRef.new(shape: QueryStringObject, location_name: "forwardedQueryStrings"))
|
672
|
+
CacheSettings.struct_class = Types::CacheSettings
|
673
|
+
|
674
|
+
Certificate.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
675
|
+
Certificate.add_member(:name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "name"))
|
676
|
+
Certificate.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
677
|
+
Certificate.add_member(:status, Shapes::ShapeRef.new(shape: CertificateStatus, location_name: "status"))
|
678
|
+
Certificate.add_member(:serial_number, Shapes::ShapeRef.new(shape: SerialNumber, location_name: "serialNumber"))
|
679
|
+
Certificate.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, location_name: "subjectAlternativeNames"))
|
680
|
+
Certificate.add_member(:domain_validation_records, Shapes::ShapeRef.new(shape: DomainValidationRecordList, location_name: "domainValidationRecords"))
|
681
|
+
Certificate.add_member(:request_failure_reason, Shapes::ShapeRef.new(shape: RequestFailureReason, location_name: "requestFailureReason"))
|
682
|
+
Certificate.add_member(:in_use_resource_count, Shapes::ShapeRef.new(shape: InUseResourceCount, location_name: "inUseResourceCount"))
|
683
|
+
Certificate.add_member(:key_algorithm, Shapes::ShapeRef.new(shape: KeyAlgorithm, location_name: "keyAlgorithm"))
|
684
|
+
Certificate.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
685
|
+
Certificate.add_member(:issued_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "issuedAt"))
|
686
|
+
Certificate.add_member(:issuer_ca, Shapes::ShapeRef.new(shape: IssuerCA, location_name: "issuerCA"))
|
687
|
+
Certificate.add_member(:not_before, Shapes::ShapeRef.new(shape: IsoDate, location_name: "notBefore"))
|
688
|
+
Certificate.add_member(:not_after, Shapes::ShapeRef.new(shape: IsoDate, location_name: "notAfter"))
|
689
|
+
Certificate.add_member(:eligible_to_renew, Shapes::ShapeRef.new(shape: EligibleToRenew, location_name: "eligibleToRenew"))
|
690
|
+
Certificate.add_member(:renewal_summary, Shapes::ShapeRef.new(shape: RenewalSummary, location_name: "renewalSummary"))
|
691
|
+
Certificate.add_member(:revoked_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "revokedAt"))
|
692
|
+
Certificate.add_member(:revocation_reason, Shapes::ShapeRef.new(shape: RevocationReason, location_name: "revocationReason"))
|
693
|
+
Certificate.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
694
|
+
Certificate.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
695
|
+
Certificate.struct_class = Types::Certificate
|
696
|
+
|
697
|
+
CertificateStatusList.member = Shapes::ShapeRef.new(shape: CertificateStatus)
|
698
|
+
|
699
|
+
CertificateSummary.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "certificateArn"))
|
700
|
+
CertificateSummary.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "certificateName"))
|
701
|
+
CertificateSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
702
|
+
CertificateSummary.add_member(:certificate_detail, Shapes::ShapeRef.new(shape: Certificate, location_name: "certificateDetail"))
|
703
|
+
CertificateSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
704
|
+
CertificateSummary.struct_class = Types::CertificateSummary
|
705
|
+
|
706
|
+
CertificateSummaryList.member = Shapes::ShapeRef.new(shape: CertificateSummary)
|
707
|
+
|
579
708
|
CloseInstancePublicPortsRequest.add_member(:port_info, Shapes::ShapeRef.new(shape: PortInfo, required: true, location_name: "portInfo"))
|
580
709
|
CloseInstancePublicPortsRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
581
710
|
CloseInstancePublicPortsRequest.struct_class = Types::CloseInstancePublicPortsRequest
|
@@ -617,6 +746,10 @@ module Aws::Lightsail
|
|
617
746
|
|
618
747
|
ContactProtocolsList.member = Shapes::ShapeRef.new(shape: ContactProtocol)
|
619
748
|
|
749
|
+
CookieObject.add_member(:option, Shapes::ShapeRef.new(shape: ForwardValues, location_name: "option"))
|
750
|
+
CookieObject.add_member(:cookies_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "cookiesAllowList"))
|
751
|
+
CookieObject.struct_class = Types::CookieObject
|
752
|
+
|
620
753
|
CopySnapshotRequest.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourceSnapshotName"))
|
621
754
|
CopySnapshotRequest.add_member(:source_resource_name, Shapes::ShapeRef.new(shape: string, location_name: "sourceResourceName"))
|
622
755
|
CopySnapshotRequest.add_member(:restore_date, Shapes::ShapeRef.new(shape: string, location_name: "restoreDate"))
|
@@ -628,6 +761,16 @@ module Aws::Lightsail
|
|
628
761
|
CopySnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
629
762
|
CopySnapshotResult.struct_class = Types::CopySnapshotResult
|
630
763
|
|
764
|
+
CreateCertificateRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, required: true, location_name: "certificateName"))
|
765
|
+
CreateCertificateRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
766
|
+
CreateCertificateRequest.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: SubjectAlternativeNameList, location_name: "subjectAlternativeNames"))
|
767
|
+
CreateCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
768
|
+
CreateCertificateRequest.struct_class = Types::CreateCertificateRequest
|
769
|
+
|
770
|
+
CreateCertificateResult.add_member(:certificate, Shapes::ShapeRef.new(shape: CertificateSummary, location_name: "certificate"))
|
771
|
+
CreateCertificateResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
772
|
+
CreateCertificateResult.struct_class = Types::CreateCertificateResult
|
773
|
+
|
631
774
|
CreateCloudFormationStackRequest.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceEntryList, required: true, location_name: "instances"))
|
632
775
|
CreateCloudFormationStackRequest.struct_class = Types::CreateCloudFormationStackRequest
|
633
776
|
|
@@ -674,6 +817,19 @@ module Aws::Lightsail
|
|
674
817
|
CreateDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
675
818
|
CreateDiskSnapshotResult.struct_class = Types::CreateDiskSnapshotResult
|
676
819
|
|
820
|
+
CreateDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
821
|
+
CreateDistributionRequest.add_member(:origin, Shapes::ShapeRef.new(shape: InputOrigin, required: true, location_name: "origin"))
|
822
|
+
CreateDistributionRequest.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, required: true, location_name: "defaultCacheBehavior"))
|
823
|
+
CreateDistributionRequest.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
824
|
+
CreateDistributionRequest.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
825
|
+
CreateDistributionRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, required: true, location_name: "bundleId"))
|
826
|
+
CreateDistributionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
827
|
+
CreateDistributionRequest.struct_class = Types::CreateDistributionRequest
|
828
|
+
|
829
|
+
CreateDistributionResult.add_member(:distribution, Shapes::ShapeRef.new(shape: LightsailDistribution, location_name: "distribution"))
|
830
|
+
CreateDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
831
|
+
CreateDistributionResult.struct_class = Types::CreateDistributionResult
|
832
|
+
|
677
833
|
CreateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
678
834
|
CreateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
679
835
|
CreateDomainEntryRequest.struct_class = Types::CreateDomainEntryRequest
|
@@ -810,6 +966,12 @@ module Aws::Lightsail
|
|
810
966
|
DeleteAutoSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
811
967
|
DeleteAutoSnapshotResult.struct_class = Types::DeleteAutoSnapshotResult
|
812
968
|
|
969
|
+
DeleteCertificateRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, required: true, location_name: "certificateName"))
|
970
|
+
DeleteCertificateRequest.struct_class = Types::DeleteCertificateRequest
|
971
|
+
|
972
|
+
DeleteCertificateResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
973
|
+
DeleteCertificateResult.struct_class = Types::DeleteCertificateResult
|
974
|
+
|
813
975
|
DeleteContactMethodRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactProtocol, required: true, location_name: "protocol"))
|
814
976
|
DeleteContactMethodRequest.struct_class = Types::DeleteContactMethodRequest
|
815
977
|
|
@@ -829,6 +991,12 @@ module Aws::Lightsail
|
|
829
991
|
DeleteDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
830
992
|
DeleteDiskSnapshotResult.struct_class = Types::DeleteDiskSnapshotResult
|
831
993
|
|
994
|
+
DeleteDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
995
|
+
DeleteDistributionRequest.struct_class = Types::DeleteDistributionRequest
|
996
|
+
|
997
|
+
DeleteDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
998
|
+
DeleteDistributionResult.struct_class = Types::DeleteDistributionResult
|
999
|
+
|
832
1000
|
DeleteDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
833
1001
|
DeleteDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
834
1002
|
DeleteDomainEntryRequest.struct_class = Types::DeleteDomainEntryRequest
|
@@ -899,6 +1067,12 @@ module Aws::Lightsail
|
|
899
1067
|
DestinationInfo.add_member(:service, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "service"))
|
900
1068
|
DestinationInfo.struct_class = Types::DestinationInfo
|
901
1069
|
|
1070
|
+
DetachCertificateFromDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
1071
|
+
DetachCertificateFromDistributionRequest.struct_class = Types::DetachCertificateFromDistributionRequest
|
1072
|
+
|
1073
|
+
DetachCertificateFromDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1074
|
+
DetachCertificateFromDistributionResult.struct_class = Types::DetachCertificateFromDistributionResult
|
1075
|
+
|
902
1076
|
DetachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
903
1077
|
DetachDiskRequest.struct_class = Types::DetachDiskRequest
|
904
1078
|
|
@@ -982,6 +1156,17 @@ module Aws::Lightsail
|
|
982
1156
|
|
983
1157
|
DiskSnapshotList.member = Shapes::ShapeRef.new(shape: DiskSnapshot)
|
984
1158
|
|
1159
|
+
DistributionBundle.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
1160
|
+
DistributionBundle.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
1161
|
+
DistributionBundle.add_member(:price, Shapes::ShapeRef.new(shape: float, location_name: "price"))
|
1162
|
+
DistributionBundle.add_member(:transfer_per_month_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "transferPerMonthInGb"))
|
1163
|
+
DistributionBundle.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
|
1164
|
+
DistributionBundle.struct_class = Types::DistributionBundle
|
1165
|
+
|
1166
|
+
DistributionBundleList.member = Shapes::ShapeRef.new(shape: DistributionBundle)
|
1167
|
+
|
1168
|
+
DistributionList.member = Shapes::ShapeRef.new(shape: LightsailDistribution)
|
1169
|
+
|
985
1170
|
Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
986
1171
|
Domain.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
987
1172
|
Domain.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1009,6 +1194,12 @@ module Aws::Lightsail
|
|
1009
1194
|
|
1010
1195
|
DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
1011
1196
|
|
1197
|
+
DomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
|
1198
|
+
DomainValidationRecord.add_member(:resource_record, Shapes::ShapeRef.new(shape: ResourceRecord, location_name: "resourceRecord"))
|
1199
|
+
DomainValidationRecord.struct_class = Types::DomainValidationRecord
|
1200
|
+
|
1201
|
+
DomainValidationRecordList.member = Shapes::ShapeRef.new(shape: DomainValidationRecord)
|
1202
|
+
|
1012
1203
|
DownloadDefaultKeyPairRequest.struct_class = Types::DownloadDefaultKeyPairRequest
|
1013
1204
|
|
1014
1205
|
DownloadDefaultKeyPairResult.add_member(:public_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "publicKeyBase64"))
|
@@ -1090,6 +1281,14 @@ module Aws::Lightsail
|
|
1090
1281
|
GetBundlesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1091
1282
|
GetBundlesResult.struct_class = Types::GetBundlesResult
|
1092
1283
|
|
1284
|
+
GetCertificatesRequest.add_member(:certificate_statuses, Shapes::ShapeRef.new(shape: CertificateStatusList, location_name: "certificateStatuses"))
|
1285
|
+
GetCertificatesRequest.add_member(:include_certificate_details, Shapes::ShapeRef.new(shape: IncludeCertificateDetails, location_name: "includeCertificateDetails"))
|
1286
|
+
GetCertificatesRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "certificateName"))
|
1287
|
+
GetCertificatesRequest.struct_class = Types::GetCertificatesRequest
|
1288
|
+
|
1289
|
+
GetCertificatesResult.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateSummaryList, location_name: "certificates"))
|
1290
|
+
GetCertificatesResult.struct_class = Types::GetCertificatesResult
|
1291
|
+
|
1093
1292
|
GetCloudFormationStackRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1094
1293
|
GetCloudFormationStackRecordsRequest.struct_class = Types::GetCloudFormationStackRecordsRequest
|
1095
1294
|
|
@@ -1129,6 +1328,39 @@ module Aws::Lightsail
|
|
1129
1328
|
GetDisksResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1130
1329
|
GetDisksResult.struct_class = Types::GetDisksResult
|
1131
1330
|
|
1331
|
+
GetDistributionBundlesRequest.struct_class = Types::GetDistributionBundlesRequest
|
1332
|
+
|
1333
|
+
GetDistributionBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: DistributionBundleList, location_name: "bundles"))
|
1334
|
+
GetDistributionBundlesResult.struct_class = Types::GetDistributionBundlesResult
|
1335
|
+
|
1336
|
+
GetDistributionLatestCacheResetRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
1337
|
+
GetDistributionLatestCacheResetRequest.struct_class = Types::GetDistributionLatestCacheResetRequest
|
1338
|
+
|
1339
|
+
GetDistributionLatestCacheResetResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
1340
|
+
GetDistributionLatestCacheResetResult.add_member(:create_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createTime"))
|
1341
|
+
GetDistributionLatestCacheResetResult.struct_class = Types::GetDistributionLatestCacheResetResult
|
1342
|
+
|
1343
|
+
GetDistributionMetricDataRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
1344
|
+
GetDistributionMetricDataRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: DistributionMetricName, required: true, location_name: "metricName"))
|
1345
|
+
GetDistributionMetricDataRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "startTime"))
|
1346
|
+
GetDistributionMetricDataRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: timestamp, required: true, location_name: "endTime"))
|
1347
|
+
GetDistributionMetricDataRequest.add_member(:period, Shapes::ShapeRef.new(shape: MetricPeriod, required: true, location_name: "period"))
|
1348
|
+
GetDistributionMetricDataRequest.add_member(:unit, Shapes::ShapeRef.new(shape: MetricUnit, required: true, location_name: "unit"))
|
1349
|
+
GetDistributionMetricDataRequest.add_member(:statistics, Shapes::ShapeRef.new(shape: MetricStatisticList, required: true, location_name: "statistics"))
|
1350
|
+
GetDistributionMetricDataRequest.struct_class = Types::GetDistributionMetricDataRequest
|
1351
|
+
|
1352
|
+
GetDistributionMetricDataResult.add_member(:metric_name, Shapes::ShapeRef.new(shape: DistributionMetricName, location_name: "metricName"))
|
1353
|
+
GetDistributionMetricDataResult.add_member(:metric_data, Shapes::ShapeRef.new(shape: MetricDatapointList, location_name: "metricData"))
|
1354
|
+
GetDistributionMetricDataResult.struct_class = Types::GetDistributionMetricDataResult
|
1355
|
+
|
1356
|
+
GetDistributionsRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
1357
|
+
GetDistributionsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1358
|
+
GetDistributionsRequest.struct_class = Types::GetDistributionsRequest
|
1359
|
+
|
1360
|
+
GetDistributionsResult.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, location_name: "distributions"))
|
1361
|
+
GetDistributionsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1362
|
+
GetDistributionsResult.struct_class = Types::GetDistributionsResult
|
1363
|
+
|
1132
1364
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1133
1365
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
1134
1366
|
|
@@ -1391,6 +1623,12 @@ module Aws::Lightsail
|
|
1391
1623
|
GetStaticIpsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1392
1624
|
GetStaticIpsResult.struct_class = Types::GetStaticIpsResult
|
1393
1625
|
|
1626
|
+
HeaderForwardList.member = Shapes::ShapeRef.new(shape: HeaderEnum)
|
1627
|
+
|
1628
|
+
HeaderObject.add_member(:option, Shapes::ShapeRef.new(shape: ForwardValues, location_name: "option"))
|
1629
|
+
HeaderObject.add_member(:headers_allow_list, Shapes::ShapeRef.new(shape: HeaderForwardList, location_name: "headersAllowList"))
|
1630
|
+
HeaderObject.struct_class = Types::HeaderObject
|
1631
|
+
|
1394
1632
|
HostKeyAttributes.add_member(:algorithm, Shapes::ShapeRef.new(shape: string, location_name: "algorithm"))
|
1395
1633
|
HostKeyAttributes.add_member(:public_key, Shapes::ShapeRef.new(shape: string, location_name: "publicKey"))
|
1396
1634
|
HostKeyAttributes.add_member(:witnessed_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "witnessedAt"))
|
@@ -1409,6 +1647,11 @@ module Aws::Lightsail
|
|
1409
1647
|
ImportKeyPairResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1410
1648
|
ImportKeyPairResult.struct_class = Types::ImportKeyPairResult
|
1411
1649
|
|
1650
|
+
InputOrigin.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1651
|
+
InputOrigin.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1652
|
+
InputOrigin.add_member(:protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicyEnum, location_name: "protocolPolicy"))
|
1653
|
+
InputOrigin.struct_class = Types::InputOrigin
|
1654
|
+
|
1412
1655
|
Instance.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1413
1656
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1414
1657
|
Instance.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1547,6 +1790,27 @@ module Aws::Lightsail
|
|
1547
1790
|
|
1548
1791
|
KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPair)
|
1549
1792
|
|
1793
|
+
LightsailDistribution.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1794
|
+
LightsailDistribution.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1795
|
+
LightsailDistribution.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
1796
|
+
LightsailDistribution.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1797
|
+
LightsailDistribution.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1798
|
+
LightsailDistribution.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1799
|
+
LightsailDistribution.add_member(:alternative_domain_names, Shapes::ShapeRef.new(shape: StringList, location_name: "alternativeDomainNames"))
|
1800
|
+
LightsailDistribution.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
1801
|
+
LightsailDistribution.add_member(:is_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isEnabled"))
|
1802
|
+
LightsailDistribution.add_member(:domain_name, Shapes::ShapeRef.new(shape: string, location_name: "domainName"))
|
1803
|
+
LightsailDistribution.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
1804
|
+
LightsailDistribution.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "certificateName"))
|
1805
|
+
LightsailDistribution.add_member(:origin, Shapes::ShapeRef.new(shape: Origin, location_name: "origin"))
|
1806
|
+
LightsailDistribution.add_member(:origin_public_dns, Shapes::ShapeRef.new(shape: string, location_name: "originPublicDNS"))
|
1807
|
+
LightsailDistribution.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "defaultCacheBehavior"))
|
1808
|
+
LightsailDistribution.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
1809
|
+
LightsailDistribution.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
1810
|
+
LightsailDistribution.add_member(:able_to_update_bundle, Shapes::ShapeRef.new(shape: boolean, location_name: "ableToUpdateBundle"))
|
1811
|
+
LightsailDistribution.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1812
|
+
LightsailDistribution.struct_class = Types::LightsailDistribution
|
1813
|
+
|
1550
1814
|
LoadBalancer.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1551
1815
|
LoadBalancer.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1552
1816
|
LoadBalancer.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1688,6 +1952,12 @@ module Aws::Lightsail
|
|
1688
1952
|
|
1689
1953
|
OperationList.member = Shapes::ShapeRef.new(shape: Operation)
|
1690
1954
|
|
1955
|
+
Origin.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1956
|
+
Origin.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1957
|
+
Origin.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1958
|
+
Origin.add_member(:protocol_policy, Shapes::ShapeRef.new(shape: OriginProtocolPolicyEnum, location_name: "protocolPolicy"))
|
1959
|
+
Origin.struct_class = Types::Origin
|
1960
|
+
|
1691
1961
|
PasswordData.add_member(:ciphertext, Shapes::ShapeRef.new(shape: string, location_name: "ciphertext"))
|
1692
1962
|
PasswordData.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "keyPairName"))
|
1693
1963
|
PasswordData.struct_class = Types::PasswordData
|
@@ -1743,6 +2013,10 @@ module Aws::Lightsail
|
|
1743
2013
|
PutInstancePublicPortsResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1744
2014
|
PutInstancePublicPortsResult.struct_class = Types::PutInstancePublicPortsResult
|
1745
2015
|
|
2016
|
+
QueryStringObject.add_member(:option, Shapes::ShapeRef.new(shape: boolean, location_name: "option"))
|
2017
|
+
QueryStringObject.add_member(:query_strings_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "queryStringsAllowList"))
|
2018
|
+
QueryStringObject.struct_class = Types::QueryStringObject
|
2019
|
+
|
1746
2020
|
RebootInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
1747
2021
|
RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
|
1748
2022
|
|
@@ -1872,12 +2146,31 @@ module Aws::Lightsail
|
|
1872
2146
|
ReleaseStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1873
2147
|
ReleaseStaticIpResult.struct_class = Types::ReleaseStaticIpResult
|
1874
2148
|
|
2149
|
+
RenewalSummary.add_member(:domain_validation_records, Shapes::ShapeRef.new(shape: DomainValidationRecordList, location_name: "domainValidationRecords"))
|
2150
|
+
RenewalSummary.add_member(:renewal_status, Shapes::ShapeRef.new(shape: RenewalStatus, location_name: "renewalStatus"))
|
2151
|
+
RenewalSummary.add_member(:renewal_status_reason, Shapes::ShapeRef.new(shape: RenewalStatusReason, location_name: "renewalStatusReason"))
|
2152
|
+
RenewalSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "updatedAt"))
|
2153
|
+
RenewalSummary.struct_class = Types::RenewalSummary
|
2154
|
+
|
2155
|
+
ResetDistributionCacheRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
2156
|
+
ResetDistributionCacheRequest.struct_class = Types::ResetDistributionCacheRequest
|
2157
|
+
|
2158
|
+
ResetDistributionCacheResult.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
|
2159
|
+
ResetDistributionCacheResult.add_member(:create_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createTime"))
|
2160
|
+
ResetDistributionCacheResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2161
|
+
ResetDistributionCacheResult.struct_class = Types::ResetDistributionCacheResult
|
2162
|
+
|
1875
2163
|
ResourceLocation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: string, location_name: "availabilityZone"))
|
1876
2164
|
ResourceLocation.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1877
2165
|
ResourceLocation.struct_class = Types::ResourceLocation
|
1878
2166
|
|
1879
2167
|
ResourceNameList.member = Shapes::ShapeRef.new(shape: ResourceName)
|
1880
2168
|
|
2169
|
+
ResourceRecord.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
2170
|
+
ResourceRecord.add_member(:type, Shapes::ShapeRef.new(shape: string, location_name: "type"))
|
2171
|
+
ResourceRecord.add_member(:value, Shapes::ShapeRef.new(shape: string, location_name: "value"))
|
2172
|
+
ResourceRecord.struct_class = Types::ResourceRecord
|
2173
|
+
|
1881
2174
|
SendContactMethodVerificationRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactMethodVerificationProtocol, required: true, location_name: "protocol"))
|
1882
2175
|
SendContactMethodVerificationRequest.struct_class = Types::SendContactMethodVerificationRequest
|
1883
2176
|
|
@@ -1931,6 +2224,8 @@ module Aws::Lightsail
|
|
1931
2224
|
|
1932
2225
|
StringList.member = Shapes::ShapeRef.new(shape: string)
|
1933
2226
|
|
2227
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
2228
|
+
|
1934
2229
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
1935
2230
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
1936
2231
|
Tag.struct_class = Types::Tag
|
@@ -1973,6 +2268,24 @@ module Aws::Lightsail
|
|
1973
2268
|
UntagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1974
2269
|
UntagResourceResult.struct_class = Types::UntagResourceResult
|
1975
2270
|
|
2271
|
+
UpdateDistributionBundleRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "distributionName"))
|
2272
|
+
UpdateDistributionBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: string, location_name: "bundleId"))
|
2273
|
+
UpdateDistributionBundleRequest.struct_class = Types::UpdateDistributionBundleRequest
|
2274
|
+
|
2275
|
+
UpdateDistributionBundleResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2276
|
+
UpdateDistributionBundleResult.struct_class = Types::UpdateDistributionBundleResult
|
2277
|
+
|
2278
|
+
UpdateDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
|
2279
|
+
UpdateDistributionRequest.add_member(:origin, Shapes::ShapeRef.new(shape: InputOrigin, location_name: "origin"))
|
2280
|
+
UpdateDistributionRequest.add_member(:default_cache_behavior, Shapes::ShapeRef.new(shape: CacheBehavior, location_name: "defaultCacheBehavior"))
|
2281
|
+
UpdateDistributionRequest.add_member(:cache_behavior_settings, Shapes::ShapeRef.new(shape: CacheSettings, location_name: "cacheBehaviorSettings"))
|
2282
|
+
UpdateDistributionRequest.add_member(:cache_behaviors, Shapes::ShapeRef.new(shape: CacheBehaviorList, location_name: "cacheBehaviors"))
|
2283
|
+
UpdateDistributionRequest.add_member(:is_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isEnabled"))
|
2284
|
+
UpdateDistributionRequest.struct_class = Types::UpdateDistributionRequest
|
2285
|
+
|
2286
|
+
UpdateDistributionResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
2287
|
+
UpdateDistributionResult.struct_class = Types::UpdateDistributionResult
|
2288
|
+
|
1976
2289
|
UpdateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1977
2290
|
UpdateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
1978
2291
|
UpdateDomainEntryRequest.struct_class = Types::UpdateDomainEntryRequest
|
@@ -2043,6 +2356,20 @@ module Aws::Lightsail
|
|
2043
2356
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2044
2357
|
end)
|
2045
2358
|
|
2359
|
+
api.add_operation(:attach_certificate_to_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2360
|
+
o.name = "AttachCertificateToDistribution"
|
2361
|
+
o.http_method = "POST"
|
2362
|
+
o.http_request_uri = "/"
|
2363
|
+
o.input = Shapes::ShapeRef.new(shape: AttachCertificateToDistributionRequest)
|
2364
|
+
o.output = Shapes::ShapeRef.new(shape: AttachCertificateToDistributionResult)
|
2365
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2366
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2367
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2369
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2371
|
+
end)
|
2372
|
+
|
2046
2373
|
api.add_operation(:attach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2047
2374
|
o.name = "AttachDisk"
|
2048
2375
|
o.http_method = "POST"
|
@@ -2133,6 +2460,19 @@ module Aws::Lightsail
|
|
2133
2460
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2134
2461
|
end)
|
2135
2462
|
|
2463
|
+
api.add_operation(:create_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2464
|
+
o.name = "CreateCertificate"
|
2465
|
+
o.http_method = "POST"
|
2466
|
+
o.http_request_uri = "/"
|
2467
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCertificateRequest)
|
2468
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCertificateResult)
|
2469
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2470
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2471
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2472
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2473
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2474
|
+
end)
|
2475
|
+
|
2136
2476
|
api.add_operation(:create_cloud_formation_stack, Seahorse::Model::Operation.new.tap do |o|
|
2137
2477
|
o.name = "CreateCloudFormationStack"
|
2138
2478
|
o.http_method = "POST"
|
@@ -2207,6 +2547,20 @@ module Aws::Lightsail
|
|
2207
2547
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2208
2548
|
end)
|
2209
2549
|
|
2550
|
+
api.add_operation(:create_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2551
|
+
o.name = "CreateDistribution"
|
2552
|
+
o.http_method = "POST"
|
2553
|
+
o.http_request_uri = "/"
|
2554
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDistributionRequest)
|
2555
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDistributionResult)
|
2556
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2557
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2558
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2559
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2560
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2561
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2562
|
+
end)
|
2563
|
+
|
2210
2564
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
2211
2565
|
o.name = "CreateDomain"
|
2212
2566
|
o.http_method = "POST"
|
@@ -2400,6 +2754,19 @@ module Aws::Lightsail
|
|
2400
2754
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2401
2755
|
end)
|
2402
2756
|
|
2757
|
+
api.add_operation(:delete_certificate, Seahorse::Model::Operation.new.tap do |o|
|
2758
|
+
o.name = "DeleteCertificate"
|
2759
|
+
o.http_method = "POST"
|
2760
|
+
o.http_request_uri = "/"
|
2761
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCertificateRequest)
|
2762
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCertificateResult)
|
2763
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2764
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2765
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2766
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2767
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2768
|
+
end)
|
2769
|
+
|
2403
2770
|
api.add_operation(:delete_contact_method, Seahorse::Model::Operation.new.tap do |o|
|
2404
2771
|
o.name = "DeleteContactMethod"
|
2405
2772
|
o.http_method = "POST"
|
@@ -2444,6 +2811,20 @@ module Aws::Lightsail
|
|
2444
2811
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2445
2812
|
end)
|
2446
2813
|
|
2814
|
+
api.add_operation(:delete_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2815
|
+
o.name = "DeleteDistribution"
|
2816
|
+
o.http_method = "POST"
|
2817
|
+
o.http_request_uri = "/"
|
2818
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDistributionRequest)
|
2819
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDistributionResult)
|
2820
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2821
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2822
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2823
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2824
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2825
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2826
|
+
end)
|
2827
|
+
|
2447
2828
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
2448
2829
|
o.name = "DeleteDomain"
|
2449
2830
|
o.http_method = "POST"
|
@@ -2594,6 +2975,20 @@ module Aws::Lightsail
|
|
2594
2975
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2595
2976
|
end)
|
2596
2977
|
|
2978
|
+
api.add_operation(:detach_certificate_from_distribution, Seahorse::Model::Operation.new.tap do |o|
|
2979
|
+
o.name = "DetachCertificateFromDistribution"
|
2980
|
+
o.http_method = "POST"
|
2981
|
+
o.http_request_uri = "/"
|
2982
|
+
o.input = Shapes::ShapeRef.new(shape: DetachCertificateFromDistributionRequest)
|
2983
|
+
o.output = Shapes::ShapeRef.new(shape: DetachCertificateFromDistributionResult)
|
2984
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2985
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2986
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2987
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2988
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2989
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2990
|
+
end)
|
2991
|
+
|
2597
2992
|
api.add_operation(:detach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2598
2993
|
o.name = "DetachDisk"
|
2599
2994
|
o.http_method = "POST"
|
@@ -2770,6 +3165,19 @@ module Aws::Lightsail
|
|
2770
3165
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2771
3166
|
end)
|
2772
3167
|
|
3168
|
+
api.add_operation(:get_certificates, Seahorse::Model::Operation.new.tap do |o|
|
3169
|
+
o.name = "GetCertificates"
|
3170
|
+
o.http_method = "POST"
|
3171
|
+
o.http_request_uri = "/"
|
3172
|
+
o.input = Shapes::ShapeRef.new(shape: GetCertificatesRequest)
|
3173
|
+
o.output = Shapes::ShapeRef.new(shape: GetCertificatesResult)
|
3174
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3175
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3176
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3177
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3178
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3179
|
+
end)
|
3180
|
+
|
2773
3181
|
api.add_operation(:get_cloud_formation_stack_records, Seahorse::Model::Operation.new.tap do |o|
|
2774
3182
|
o.name = "GetCloudFormationStackRecords"
|
2775
3183
|
o.http_method = "POST"
|
@@ -2859,6 +3267,62 @@ module Aws::Lightsail
|
|
2859
3267
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2860
3268
|
end)
|
2861
3269
|
|
3270
|
+
api.add_operation(:get_distribution_bundles, Seahorse::Model::Operation.new.tap do |o|
|
3271
|
+
o.name = "GetDistributionBundles"
|
3272
|
+
o.http_method = "POST"
|
3273
|
+
o.http_request_uri = "/"
|
3274
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionBundlesRequest)
|
3275
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionBundlesResult)
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3278
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3279
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3280
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3281
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3282
|
+
end)
|
3283
|
+
|
3284
|
+
api.add_operation(:get_distribution_latest_cache_reset, Seahorse::Model::Operation.new.tap do |o|
|
3285
|
+
o.name = "GetDistributionLatestCacheReset"
|
3286
|
+
o.http_method = "POST"
|
3287
|
+
o.http_request_uri = "/"
|
3288
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionLatestCacheResetRequest)
|
3289
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionLatestCacheResetResult)
|
3290
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3291
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3292
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3293
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3294
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3295
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3296
|
+
end)
|
3297
|
+
|
3298
|
+
api.add_operation(:get_distribution_metric_data, Seahorse::Model::Operation.new.tap do |o|
|
3299
|
+
o.name = "GetDistributionMetricData"
|
3300
|
+
o.http_method = "POST"
|
3301
|
+
o.http_request_uri = "/"
|
3302
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionMetricDataRequest)
|
3303
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionMetricDataResult)
|
3304
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3305
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3306
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3307
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3308
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3309
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3310
|
+
end)
|
3311
|
+
|
3312
|
+
api.add_operation(:get_distributions, Seahorse::Model::Operation.new.tap do |o|
|
3313
|
+
o.name = "GetDistributions"
|
3314
|
+
o.http_method = "POST"
|
3315
|
+
o.http_request_uri = "/"
|
3316
|
+
o.input = Shapes::ShapeRef.new(shape: GetDistributionsRequest)
|
3317
|
+
o.output = Shapes::ShapeRef.new(shape: GetDistributionsResult)
|
3318
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3319
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3320
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3321
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3322
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3323
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3324
|
+
end)
|
3325
|
+
|
2862
3326
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
2863
3327
|
o.name = "GetDomain"
|
2864
3328
|
o.http_method = "POST"
|
@@ -3518,6 +3982,20 @@ module Aws::Lightsail
|
|
3518
3982
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3519
3983
|
end)
|
3520
3984
|
|
3985
|
+
api.add_operation(:reset_distribution_cache, Seahorse::Model::Operation.new.tap do |o|
|
3986
|
+
o.name = "ResetDistributionCache"
|
3987
|
+
o.http_method = "POST"
|
3988
|
+
o.http_request_uri = "/"
|
3989
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDistributionCacheRequest)
|
3990
|
+
o.output = Shapes::ShapeRef.new(shape: ResetDistributionCacheResult)
|
3991
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3992
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3993
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3994
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3995
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3996
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3997
|
+
end)
|
3998
|
+
|
3521
3999
|
api.add_operation(:send_contact_method_verification, Seahorse::Model::Operation.new.tap do |o|
|
3522
4000
|
o.name = "SendContactMethodVerification"
|
3523
4001
|
o.http_method = "POST"
|
@@ -3651,6 +4129,34 @@ module Aws::Lightsail
|
|
3651
4129
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3652
4130
|
end)
|
3653
4131
|
|
4132
|
+
api.add_operation(:update_distribution, Seahorse::Model::Operation.new.tap do |o|
|
4133
|
+
o.name = "UpdateDistribution"
|
4134
|
+
o.http_method = "POST"
|
4135
|
+
o.http_request_uri = "/"
|
4136
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionRequest)
|
4137
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionResult)
|
4138
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4139
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4140
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4141
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
4142
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4143
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4144
|
+
end)
|
4145
|
+
|
4146
|
+
api.add_operation(:update_distribution_bundle, Seahorse::Model::Operation.new.tap do |o|
|
4147
|
+
o.name = "UpdateDistributionBundle"
|
4148
|
+
o.http_method = "POST"
|
4149
|
+
o.http_request_uri = "/"
|
4150
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateDistributionBundleRequest)
|
4151
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateDistributionBundleResult)
|
4152
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
4153
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
4154
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
4155
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
4156
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
4157
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
4158
|
+
end)
|
4159
|
+
|
3654
4160
|
api.add_operation(:update_domain_entry, Seahorse::Model::Operation.new.tap do |o|
|
3655
4161
|
o.name = "UpdateDomainEntry"
|
3656
4162
|
o.http_method = "POST"
|