aws-sdk-lightsail 1.31.0 → 1.36.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 -1
- data/lib/aws-sdk-lightsail/client.rb +1428 -220
- data/lib/aws-sdk-lightsail/client_api.rb +508 -0
- data/lib/aws-sdk-lightsail/errors.rb +2 -0
- data/lib/aws-sdk-lightsail/resource.rb +2 -0
- data/lib/aws-sdk-lightsail/types.rb +2466 -254
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,8 @@ module Aws::Lightsail
|
|
24
26
|
AlarmsList = Shapes::ListShape.new(name: 'AlarmsList')
|
25
27
|
AllocateStaticIpRequest = Shapes::StructureShape.new(name: 'AllocateStaticIpRequest')
|
26
28
|
AllocateStaticIpResult = Shapes::StructureShape.new(name: 'AllocateStaticIpResult')
|
29
|
+
AttachCertificateToDistributionRequest = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionRequest')
|
30
|
+
AttachCertificateToDistributionResult = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionResult')
|
27
31
|
AttachDiskRequest = Shapes::StructureShape.new(name: 'AttachDiskRequest')
|
28
32
|
AttachDiskResult = Shapes::StructureShape.new(name: 'AttachDiskResult')
|
29
33
|
AttachInstancesToLoadBalancerRequest = Shapes::StructureShape.new(name: 'AttachInstancesToLoadBalancerRequest')
|
@@ -43,11 +47,22 @@ module Aws::Lightsail
|
|
43
47
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
44
48
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
45
49
|
Base64 = Shapes::StringShape.new(name: 'Base64')
|
50
|
+
BehaviorEnum = Shapes::StringShape.new(name: 'BehaviorEnum')
|
46
51
|
Blueprint = Shapes::StructureShape.new(name: 'Blueprint')
|
47
52
|
BlueprintList = Shapes::ListShape.new(name: 'BlueprintList')
|
48
53
|
BlueprintType = Shapes::StringShape.new(name: 'BlueprintType')
|
49
54
|
Bundle = Shapes::StructureShape.new(name: 'Bundle')
|
50
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')
|
51
66
|
CloseInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsRequest')
|
52
67
|
CloseInstancePublicPortsResult = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsResult')
|
53
68
|
CloudFormationStackRecord = Shapes::StructureShape.new(name: 'CloudFormationStackRecord')
|
@@ -62,8 +77,11 @@ module Aws::Lightsail
|
|
62
77
|
ContactMethodsList = Shapes::ListShape.new(name: 'ContactMethodsList')
|
63
78
|
ContactProtocol = Shapes::StringShape.new(name: 'ContactProtocol')
|
64
79
|
ContactProtocolsList = Shapes::ListShape.new(name: 'ContactProtocolsList')
|
80
|
+
CookieObject = Shapes::StructureShape.new(name: 'CookieObject')
|
65
81
|
CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
|
66
82
|
CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
|
83
|
+
CreateCertificateRequest = Shapes::StructureShape.new(name: 'CreateCertificateRequest')
|
84
|
+
CreateCertificateResult = Shapes::StructureShape.new(name: 'CreateCertificateResult')
|
67
85
|
CreateCloudFormationStackRequest = Shapes::StructureShape.new(name: 'CreateCloudFormationStackRequest')
|
68
86
|
CreateCloudFormationStackResult = Shapes::StructureShape.new(name: 'CreateCloudFormationStackResult')
|
69
87
|
CreateContactMethodRequest = Shapes::StructureShape.new(name: 'CreateContactMethodRequest')
|
@@ -74,6 +92,8 @@ module Aws::Lightsail
|
|
74
92
|
CreateDiskResult = Shapes::StructureShape.new(name: 'CreateDiskResult')
|
75
93
|
CreateDiskSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskSnapshotRequest')
|
76
94
|
CreateDiskSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskSnapshotResult')
|
95
|
+
CreateDistributionRequest = Shapes::StructureShape.new(name: 'CreateDistributionRequest')
|
96
|
+
CreateDistributionResult = Shapes::StructureShape.new(name: 'CreateDistributionResult')
|
77
97
|
CreateDomainEntryRequest = Shapes::StructureShape.new(name: 'CreateDomainEntryRequest')
|
78
98
|
CreateDomainEntryResult = Shapes::StructureShape.new(name: 'CreateDomainEntryResult')
|
79
99
|
CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
|
@@ -100,12 +120,16 @@ module Aws::Lightsail
|
|
100
120
|
DeleteAlarmResult = Shapes::StructureShape.new(name: 'DeleteAlarmResult')
|
101
121
|
DeleteAutoSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotRequest')
|
102
122
|
DeleteAutoSnapshotResult = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotResult')
|
123
|
+
DeleteCertificateRequest = Shapes::StructureShape.new(name: 'DeleteCertificateRequest')
|
124
|
+
DeleteCertificateResult = Shapes::StructureShape.new(name: 'DeleteCertificateResult')
|
103
125
|
DeleteContactMethodRequest = Shapes::StructureShape.new(name: 'DeleteContactMethodRequest')
|
104
126
|
DeleteContactMethodResult = Shapes::StructureShape.new(name: 'DeleteContactMethodResult')
|
105
127
|
DeleteDiskRequest = Shapes::StructureShape.new(name: 'DeleteDiskRequest')
|
106
128
|
DeleteDiskResult = Shapes::StructureShape.new(name: 'DeleteDiskResult')
|
107
129
|
DeleteDiskSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotRequest')
|
108
130
|
DeleteDiskSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDiskSnapshotResult')
|
131
|
+
DeleteDistributionRequest = Shapes::StructureShape.new(name: 'DeleteDistributionRequest')
|
132
|
+
DeleteDistributionResult = Shapes::StructureShape.new(name: 'DeleteDistributionResult')
|
109
133
|
DeleteDomainEntryRequest = Shapes::StructureShape.new(name: 'DeleteDomainEntryRequest')
|
110
134
|
DeleteDomainEntryResult = Shapes::StructureShape.new(name: 'DeleteDomainEntryResult')
|
111
135
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
@@ -127,6 +151,8 @@ module Aws::Lightsail
|
|
127
151
|
DeleteRelationalDatabaseSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotRequest')
|
128
152
|
DeleteRelationalDatabaseSnapshotResult = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotResult')
|
129
153
|
DestinationInfo = Shapes::StructureShape.new(name: 'DestinationInfo')
|
154
|
+
DetachCertificateFromDistributionRequest = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionRequest')
|
155
|
+
DetachCertificateFromDistributionResult = Shapes::StructureShape.new(name: 'DetachCertificateFromDistributionResult')
|
130
156
|
DetachDiskRequest = Shapes::StructureShape.new(name: 'DetachDiskRequest')
|
131
157
|
DetachDiskResult = Shapes::StructureShape.new(name: 'DetachDiskResult')
|
132
158
|
DetachInstancesFromLoadBalancerRequest = Shapes::StructureShape.new(name: 'DetachInstancesFromLoadBalancerRequest')
|
@@ -146,6 +172,10 @@ module Aws::Lightsail
|
|
146
172
|
DiskSnapshotList = Shapes::ListShape.new(name: 'DiskSnapshotList')
|
147
173
|
DiskSnapshotState = Shapes::StringShape.new(name: 'DiskSnapshotState')
|
148
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')
|
149
179
|
Domain = Shapes::StructureShape.new(name: 'Domain')
|
150
180
|
DomainEntry = Shapes::StructureShape.new(name: 'DomainEntry')
|
151
181
|
DomainEntryList = Shapes::ListShape.new(name: 'DomainEntryList')
|
@@ -155,8 +185,11 @@ module Aws::Lightsail
|
|
155
185
|
DomainList = Shapes::ListShape.new(name: 'DomainList')
|
156
186
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
157
187
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
188
|
+
DomainValidationRecord = Shapes::StructureShape.new(name: 'DomainValidationRecord')
|
189
|
+
DomainValidationRecordList = Shapes::ListShape.new(name: 'DomainValidationRecordList')
|
158
190
|
DownloadDefaultKeyPairRequest = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairRequest')
|
159
191
|
DownloadDefaultKeyPairResult = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairResult')
|
192
|
+
EligibleToRenew = Shapes::StringShape.new(name: 'EligibleToRenew')
|
160
193
|
EnableAddOnRequest = Shapes::StructureShape.new(name: 'EnableAddOnRequest')
|
161
194
|
EnableAddOnResult = Shapes::StructureShape.new(name: 'EnableAddOnResult')
|
162
195
|
ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
|
@@ -165,6 +198,7 @@ module Aws::Lightsail
|
|
165
198
|
ExportSnapshotRecordSourceType = Shapes::StringShape.new(name: 'ExportSnapshotRecordSourceType')
|
166
199
|
ExportSnapshotRequest = Shapes::StructureShape.new(name: 'ExportSnapshotRequest')
|
167
200
|
ExportSnapshotResult = Shapes::StructureShape.new(name: 'ExportSnapshotResult')
|
201
|
+
ForwardValues = Shapes::StringShape.new(name: 'ForwardValues')
|
168
202
|
GetActiveNamesRequest = Shapes::StructureShape.new(name: 'GetActiveNamesRequest')
|
169
203
|
GetActiveNamesResult = Shapes::StructureShape.new(name: 'GetActiveNamesResult')
|
170
204
|
GetAlarmsRequest = Shapes::StructureShape.new(name: 'GetAlarmsRequest')
|
@@ -175,6 +209,8 @@ module Aws::Lightsail
|
|
175
209
|
GetBlueprintsResult = Shapes::StructureShape.new(name: 'GetBlueprintsResult')
|
176
210
|
GetBundlesRequest = Shapes::StructureShape.new(name: 'GetBundlesRequest')
|
177
211
|
GetBundlesResult = Shapes::StructureShape.new(name: 'GetBundlesResult')
|
212
|
+
GetCertificatesRequest = Shapes::StructureShape.new(name: 'GetCertificatesRequest')
|
213
|
+
GetCertificatesResult = Shapes::StructureShape.new(name: 'GetCertificatesResult')
|
178
214
|
GetCloudFormationStackRecordsRequest = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsRequest')
|
179
215
|
GetCloudFormationStackRecordsResult = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsResult')
|
180
216
|
GetContactMethodsRequest = Shapes::StructureShape.new(name: 'GetContactMethodsRequest')
|
@@ -187,6 +223,14 @@ module Aws::Lightsail
|
|
187
223
|
GetDiskSnapshotsResult = Shapes::StructureShape.new(name: 'GetDiskSnapshotsResult')
|
188
224
|
GetDisksRequest = Shapes::StructureShape.new(name: 'GetDisksRequest')
|
189
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')
|
190
234
|
GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
|
191
235
|
GetDomainResult = Shapes::StructureShape.new(name: 'GetDomainResult')
|
192
236
|
GetDomainsRequest = Shapes::StructureShape.new(name: 'GetDomainsRequest')
|
@@ -257,10 +301,16 @@ module Aws::Lightsail
|
|
257
301
|
GetStaticIpResult = Shapes::StructureShape.new(name: 'GetStaticIpResult')
|
258
302
|
GetStaticIpsRequest = Shapes::StructureShape.new(name: 'GetStaticIpsRequest')
|
259
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')
|
260
307
|
HostKeyAttributes = Shapes::StructureShape.new(name: 'HostKeyAttributes')
|
261
308
|
HostKeysList = Shapes::ListShape.new(name: 'HostKeysList')
|
262
309
|
ImportKeyPairRequest = Shapes::StructureShape.new(name: 'ImportKeyPairRequest')
|
263
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')
|
264
314
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
265
315
|
InstanceAccessDetails = Shapes::StructureShape.new(name: 'InstanceAccessDetails')
|
266
316
|
InstanceAccessProtocol = Shapes::StringShape.new(name: 'InstanceAccessProtocol')
|
@@ -291,8 +341,11 @@ module Aws::Lightsail
|
|
291
341
|
IsVpcPeeredRequest = Shapes::StructureShape.new(name: 'IsVpcPeeredRequest')
|
292
342
|
IsVpcPeeredResult = Shapes::StructureShape.new(name: 'IsVpcPeeredResult')
|
293
343
|
IsoDate = Shapes::TimestampShape.new(name: 'IsoDate')
|
344
|
+
IssuerCA = Shapes::StringShape.new(name: 'IssuerCA')
|
345
|
+
KeyAlgorithm = Shapes::StringShape.new(name: 'KeyAlgorithm')
|
294
346
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
295
347
|
KeyPairList = Shapes::ListShape.new(name: 'KeyPairList')
|
348
|
+
LightsailDistribution = Shapes::StructureShape.new(name: 'LightsailDistribution')
|
296
349
|
LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
|
297
350
|
LoadBalancerAttributeName = Shapes::StringShape.new(name: 'LoadBalancerAttributeName')
|
298
351
|
LoadBalancerConfigurationOptions = Shapes::MapShape.new(name: 'LoadBalancerConfigurationOptions')
|
@@ -336,6 +389,8 @@ module Aws::Lightsail
|
|
336
389
|
OperationList = Shapes::ListShape.new(name: 'OperationList')
|
337
390
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
338
391
|
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
392
|
+
Origin = Shapes::StructureShape.new(name: 'Origin')
|
393
|
+
OriginProtocolPolicyEnum = Shapes::StringShape.new(name: 'OriginProtocolPolicyEnum')
|
339
394
|
PasswordData = Shapes::StructureShape.new(name: 'PasswordData')
|
340
395
|
PeerVpcRequest = Shapes::StructureShape.new(name: 'PeerVpcRequest')
|
341
396
|
PeerVpcResult = Shapes::StructureShape.new(name: 'PeerVpcResult')
|
@@ -353,6 +408,7 @@ module Aws::Lightsail
|
|
353
408
|
PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
|
354
409
|
PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
|
355
410
|
PutInstancePublicPortsResult = Shapes::StructureShape.new(name: 'PutInstancePublicPortsResult')
|
411
|
+
QueryStringObject = Shapes::StructureShape.new(name: 'QueryStringObject')
|
356
412
|
RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
|
357
413
|
RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
|
358
414
|
RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
|
@@ -380,14 +436,23 @@ module Aws::Lightsail
|
|
380
436
|
RelationalDatabaseSnapshotList = Shapes::ListShape.new(name: 'RelationalDatabaseSnapshotList')
|
381
437
|
ReleaseStaticIpRequest = Shapes::StructureShape.new(name: 'ReleaseStaticIpRequest')
|
382
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')
|
383
445
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
384
446
|
ResourceLocation = Shapes::StructureShape.new(name: 'ResourceLocation')
|
385
447
|
ResourceName = Shapes::StringShape.new(name: 'ResourceName')
|
386
448
|
ResourceNameList = Shapes::ListShape.new(name: 'ResourceNameList')
|
449
|
+
ResourceRecord = Shapes::StructureShape.new(name: 'ResourceRecord')
|
387
450
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
451
|
+
RevocationReason = Shapes::StringShape.new(name: 'RevocationReason')
|
388
452
|
SendContactMethodVerificationRequest = Shapes::StructureShape.new(name: 'SendContactMethodVerificationRequest')
|
389
453
|
SendContactMethodVerificationResult = Shapes::StructureShape.new(name: 'SendContactMethodVerificationResult')
|
390
454
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
455
|
+
SerialNumber = Shapes::StringShape.new(name: 'SerialNumber')
|
391
456
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
392
457
|
StartInstanceRequest = Shapes::StructureShape.new(name: 'StartInstanceRequest')
|
393
458
|
StartInstanceResult = Shapes::StructureShape.new(name: 'StartInstanceResult')
|
@@ -401,6 +466,7 @@ module Aws::Lightsail
|
|
401
466
|
StopRelationalDatabaseResult = Shapes::StructureShape.new(name: 'StopRelationalDatabaseResult')
|
402
467
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
403
468
|
StringMax256 = Shapes::StringShape.new(name: 'StringMax256')
|
469
|
+
SubjectAlternativeNameList = Shapes::ListShape.new(name: 'SubjectAlternativeNameList')
|
404
470
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
405
471
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
406
472
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -417,6 +483,10 @@ module Aws::Lightsail
|
|
417
483
|
UnpeerVpcResult = Shapes::StructureShape.new(name: 'UnpeerVpcResult')
|
418
484
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
419
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')
|
420
490
|
UpdateDomainEntryRequest = Shapes::StructureShape.new(name: 'UpdateDomainEntryRequest')
|
421
491
|
UpdateDomainEntryResult = Shapes::StructureShape.new(name: 'UpdateDomainEntryResult')
|
422
492
|
UpdateLoadBalancerAttributeRequest = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeRequest')
|
@@ -429,6 +499,7 @@ module Aws::Lightsail
|
|
429
499
|
double = Shapes::FloatShape.new(name: 'double')
|
430
500
|
float = Shapes::FloatShape.new(name: 'float')
|
431
501
|
integer = Shapes::IntegerShape.new(name: 'integer')
|
502
|
+
long = Shapes::IntegerShape.new(name: 'long')
|
432
503
|
string = Shapes::StringShape.new(name: 'string')
|
433
504
|
timestamp = Shapes::TimestampShape.new(name: 'timestamp')
|
434
505
|
|
@@ -488,6 +559,13 @@ module Aws::Lightsail
|
|
488
559
|
AllocateStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
489
560
|
AllocateStaticIpResult.struct_class = Types::AllocateStaticIpResult
|
490
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
|
+
|
491
569
|
AttachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
492
570
|
AttachDiskRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
493
571
|
AttachDiskRequest.add_member(:disk_path, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "diskPath"))
|
@@ -574,6 +652,59 @@ module Aws::Lightsail
|
|
574
652
|
|
575
653
|
BundleList.member = Shapes::ShapeRef.new(shape: Bundle)
|
576
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
|
+
|
577
708
|
CloseInstancePublicPortsRequest.add_member(:port_info, Shapes::ShapeRef.new(shape: PortInfo, required: true, location_name: "portInfo"))
|
578
709
|
CloseInstancePublicPortsRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
579
710
|
CloseInstancePublicPortsRequest.struct_class = Types::CloseInstancePublicPortsRequest
|
@@ -615,6 +746,10 @@ module Aws::Lightsail
|
|
615
746
|
|
616
747
|
ContactProtocolsList.member = Shapes::ShapeRef.new(shape: ContactProtocol)
|
617
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
|
+
|
618
753
|
CopySnapshotRequest.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourceSnapshotName"))
|
619
754
|
CopySnapshotRequest.add_member(:source_resource_name, Shapes::ShapeRef.new(shape: string, location_name: "sourceResourceName"))
|
620
755
|
CopySnapshotRequest.add_member(:restore_date, Shapes::ShapeRef.new(shape: string, location_name: "restoreDate"))
|
@@ -626,6 +761,16 @@ module Aws::Lightsail
|
|
626
761
|
CopySnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
627
762
|
CopySnapshotResult.struct_class = Types::CopySnapshotResult
|
628
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
|
+
|
629
774
|
CreateCloudFormationStackRequest.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceEntryList, required: true, location_name: "instances"))
|
630
775
|
CreateCloudFormationStackRequest.struct_class = Types::CreateCloudFormationStackRequest
|
631
776
|
|
@@ -672,6 +817,19 @@ module Aws::Lightsail
|
|
672
817
|
CreateDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
673
818
|
CreateDiskSnapshotResult.struct_class = Types::CreateDiskSnapshotResult
|
674
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
|
+
|
675
833
|
CreateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
676
834
|
CreateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
677
835
|
CreateDomainEntryRequest.struct_class = Types::CreateDomainEntryRequest
|
@@ -808,6 +966,12 @@ module Aws::Lightsail
|
|
808
966
|
DeleteAutoSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
809
967
|
DeleteAutoSnapshotResult.struct_class = Types::DeleteAutoSnapshotResult
|
810
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
|
+
|
811
975
|
DeleteContactMethodRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactProtocol, required: true, location_name: "protocol"))
|
812
976
|
DeleteContactMethodRequest.struct_class = Types::DeleteContactMethodRequest
|
813
977
|
|
@@ -827,6 +991,12 @@ module Aws::Lightsail
|
|
827
991
|
DeleteDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
828
992
|
DeleteDiskSnapshotResult.struct_class = Types::DeleteDiskSnapshotResult
|
829
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
|
+
|
830
1000
|
DeleteDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
831
1001
|
DeleteDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
832
1002
|
DeleteDomainEntryRequest.struct_class = Types::DeleteDomainEntryRequest
|
@@ -897,6 +1067,12 @@ module Aws::Lightsail
|
|
897
1067
|
DestinationInfo.add_member(:service, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "service"))
|
898
1068
|
DestinationInfo.struct_class = Types::DestinationInfo
|
899
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
|
+
|
900
1076
|
DetachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
901
1077
|
DetachDiskRequest.struct_class = Types::DetachDiskRequest
|
902
1078
|
|
@@ -980,6 +1156,17 @@ module Aws::Lightsail
|
|
980
1156
|
|
981
1157
|
DiskSnapshotList.member = Shapes::ShapeRef.new(shape: DiskSnapshot)
|
982
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
|
+
|
983
1170
|
Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
984
1171
|
Domain.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
985
1172
|
Domain.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1007,6 +1194,12 @@ module Aws::Lightsail
|
|
1007
1194
|
|
1008
1195
|
DomainNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
1009
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
|
+
|
1010
1203
|
DownloadDefaultKeyPairRequest.struct_class = Types::DownloadDefaultKeyPairRequest
|
1011
1204
|
|
1012
1205
|
DownloadDefaultKeyPairResult.add_member(:public_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "publicKeyBase64"))
|
@@ -1088,6 +1281,14 @@ module Aws::Lightsail
|
|
1088
1281
|
GetBundlesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1089
1282
|
GetBundlesResult.struct_class = Types::GetBundlesResult
|
1090
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
|
+
|
1091
1292
|
GetCloudFormationStackRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
1092
1293
|
GetCloudFormationStackRecordsRequest.struct_class = Types::GetCloudFormationStackRecordsRequest
|
1093
1294
|
|
@@ -1127,6 +1328,39 @@ module Aws::Lightsail
|
|
1127
1328
|
GetDisksResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1128
1329
|
GetDisksResult.struct_class = Types::GetDisksResult
|
1129
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
|
+
|
1130
1364
|
GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1131
1365
|
GetDomainRequest.struct_class = Types::GetDomainRequest
|
1132
1366
|
|
@@ -1389,6 +1623,12 @@ module Aws::Lightsail
|
|
1389
1623
|
GetStaticIpsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
1390
1624
|
GetStaticIpsResult.struct_class = Types::GetStaticIpsResult
|
1391
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
|
+
|
1392
1632
|
HostKeyAttributes.add_member(:algorithm, Shapes::ShapeRef.new(shape: string, location_name: "algorithm"))
|
1393
1633
|
HostKeyAttributes.add_member(:public_key, Shapes::ShapeRef.new(shape: string, location_name: "publicKey"))
|
1394
1634
|
HostKeyAttributes.add_member(:witnessed_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "witnessedAt"))
|
@@ -1407,6 +1647,11 @@ module Aws::Lightsail
|
|
1407
1647
|
ImportKeyPairResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1408
1648
|
ImportKeyPairResult.struct_class = Types::ImportKeyPairResult
|
1409
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
|
+
|
1410
1655
|
Instance.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1411
1656
|
Instance.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1412
1657
|
Instance.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1545,6 +1790,27 @@ module Aws::Lightsail
|
|
1545
1790
|
|
1546
1791
|
KeyPairList.member = Shapes::ShapeRef.new(shape: KeyPair)
|
1547
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
|
+
|
1548
1814
|
LoadBalancer.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1549
1815
|
LoadBalancer.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
1550
1816
|
LoadBalancer.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
|
@@ -1686,6 +1952,12 @@ module Aws::Lightsail
|
|
1686
1952
|
|
1687
1953
|
OperationList.member = Shapes::ShapeRef.new(shape: Operation)
|
1688
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
|
+
|
1689
1961
|
PasswordData.add_member(:ciphertext, Shapes::ShapeRef.new(shape: string, location_name: "ciphertext"))
|
1690
1962
|
PasswordData.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "keyPairName"))
|
1691
1963
|
PasswordData.struct_class = Types::PasswordData
|
@@ -1741,6 +2013,10 @@ module Aws::Lightsail
|
|
1741
2013
|
PutInstancePublicPortsResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1742
2014
|
PutInstancePublicPortsResult.struct_class = Types::PutInstancePublicPortsResult
|
1743
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
|
+
|
1744
2020
|
RebootInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
1745
2021
|
RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
|
1746
2022
|
|
@@ -1870,12 +2146,31 @@ module Aws::Lightsail
|
|
1870
2146
|
ReleaseStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1871
2147
|
ReleaseStaticIpResult.struct_class = Types::ReleaseStaticIpResult
|
1872
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
|
+
|
1873
2163
|
ResourceLocation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: string, location_name: "availabilityZone"))
|
1874
2164
|
ResourceLocation.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
|
1875
2165
|
ResourceLocation.struct_class = Types::ResourceLocation
|
1876
2166
|
|
1877
2167
|
ResourceNameList.member = Shapes::ShapeRef.new(shape: ResourceName)
|
1878
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
|
+
|
1879
2174
|
SendContactMethodVerificationRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactMethodVerificationProtocol, required: true, location_name: "protocol"))
|
1880
2175
|
SendContactMethodVerificationRequest.struct_class = Types::SendContactMethodVerificationRequest
|
1881
2176
|
|
@@ -1929,6 +2224,8 @@ module Aws::Lightsail
|
|
1929
2224
|
|
1930
2225
|
StringList.member = Shapes::ShapeRef.new(shape: string)
|
1931
2226
|
|
2227
|
+
SubjectAlternativeNameList.member = Shapes::ShapeRef.new(shape: DomainName)
|
2228
|
+
|
1932
2229
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
1933
2230
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
1934
2231
|
Tag.struct_class = Types::Tag
|
@@ -1971,6 +2268,24 @@ module Aws::Lightsail
|
|
1971
2268
|
UntagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1972
2269
|
UntagResourceResult.struct_class = Types::UntagResourceResult
|
1973
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
|
+
|
1974
2289
|
UpdateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1975
2290
|
UpdateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
1976
2291
|
UpdateDomainEntryRequest.struct_class = Types::UpdateDomainEntryRequest
|
@@ -2041,6 +2356,20 @@ module Aws::Lightsail
|
|
2041
2356
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2042
2357
|
end)
|
2043
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
|
+
|
2044
2373
|
api.add_operation(:attach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2045
2374
|
o.name = "AttachDisk"
|
2046
2375
|
o.http_method = "POST"
|
@@ -2131,6 +2460,19 @@ module Aws::Lightsail
|
|
2131
2460
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2132
2461
|
end)
|
2133
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
|
+
|
2134
2476
|
api.add_operation(:create_cloud_formation_stack, Seahorse::Model::Operation.new.tap do |o|
|
2135
2477
|
o.name = "CreateCloudFormationStack"
|
2136
2478
|
o.http_method = "POST"
|
@@ -2205,6 +2547,20 @@ module Aws::Lightsail
|
|
2205
2547
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2206
2548
|
end)
|
2207
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
|
+
|
2208
2564
|
api.add_operation(:create_domain, Seahorse::Model::Operation.new.tap do |o|
|
2209
2565
|
o.name = "CreateDomain"
|
2210
2566
|
o.http_method = "POST"
|
@@ -2398,6 +2754,19 @@ module Aws::Lightsail
|
|
2398
2754
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2399
2755
|
end)
|
2400
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
|
+
|
2401
2770
|
api.add_operation(:delete_contact_method, Seahorse::Model::Operation.new.tap do |o|
|
2402
2771
|
o.name = "DeleteContactMethod"
|
2403
2772
|
o.http_method = "POST"
|
@@ -2442,6 +2811,20 @@ module Aws::Lightsail
|
|
2442
2811
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2443
2812
|
end)
|
2444
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
|
+
|
2445
2828
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
2446
2829
|
o.name = "DeleteDomain"
|
2447
2830
|
o.http_method = "POST"
|
@@ -2592,6 +2975,20 @@ module Aws::Lightsail
|
|
2592
2975
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2593
2976
|
end)
|
2594
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
|
+
|
2595
2992
|
api.add_operation(:detach_disk, Seahorse::Model::Operation.new.tap do |o|
|
2596
2993
|
o.name = "DetachDisk"
|
2597
2994
|
o.http_method = "POST"
|
@@ -2768,6 +3165,19 @@ module Aws::Lightsail
|
|
2768
3165
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2769
3166
|
end)
|
2770
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
|
+
|
2771
3181
|
api.add_operation(:get_cloud_formation_stack_records, Seahorse::Model::Operation.new.tap do |o|
|
2772
3182
|
o.name = "GetCloudFormationStackRecords"
|
2773
3183
|
o.http_method = "POST"
|
@@ -2857,6 +3267,62 @@ module Aws::Lightsail
|
|
2857
3267
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2858
3268
|
end)
|
2859
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
|
+
|
2860
3326
|
api.add_operation(:get_domain, Seahorse::Model::Operation.new.tap do |o|
|
2861
3327
|
o.name = "GetDomain"
|
2862
3328
|
o.http_method = "POST"
|
@@ -3516,6 +3982,20 @@ module Aws::Lightsail
|
|
3516
3982
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3517
3983
|
end)
|
3518
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
|
+
|
3519
3999
|
api.add_operation(:send_contact_method_verification, Seahorse::Model::Operation.new.tap do |o|
|
3520
4000
|
o.name = "SendContactMethodVerification"
|
3521
4001
|
o.http_method = "POST"
|
@@ -3649,6 +4129,34 @@ module Aws::Lightsail
|
|
3649
4129
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3650
4130
|
end)
|
3651
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
|
+
|
3652
4160
|
api.add_operation(:update_domain_entry, Seahorse::Model::Operation.new.tap do |o|
|
3653
4161
|
o.name = "UpdateDomainEntry"
|
3654
4162
|
o.http_method = "POST"
|