aws-sdk-lightsail 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-lightsail.rb +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1083 -92
- data/lib/aws-sdk-lightsail/client_api.rb +291 -0
- data/lib/aws-sdk-lightsail/types.rb +991 -47
- metadata +2 -2
@@ -35,6 +35,15 @@ module Aws::Lightsail
|
|
35
35
|
BundleList = Shapes::ListShape.new(name: 'BundleList')
|
36
36
|
CloseInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsRequest')
|
37
37
|
CloseInstancePublicPortsResult = Shapes::StructureShape.new(name: 'CloseInstancePublicPortsResult')
|
38
|
+
CloudFormationStackRecord = Shapes::StructureShape.new(name: 'CloudFormationStackRecord')
|
39
|
+
CloudFormationStackRecordList = Shapes::ListShape.new(name: 'CloudFormationStackRecordList')
|
40
|
+
CloudFormationStackRecordSourceInfo = Shapes::StructureShape.new(name: 'CloudFormationStackRecordSourceInfo')
|
41
|
+
CloudFormationStackRecordSourceInfoList = Shapes::ListShape.new(name: 'CloudFormationStackRecordSourceInfoList')
|
42
|
+
CloudFormationStackRecordSourceType = Shapes::StringShape.new(name: 'CloudFormationStackRecordSourceType')
|
43
|
+
CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
|
44
|
+
CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
|
45
|
+
CreateCloudFormationStackRequest = Shapes::StructureShape.new(name: 'CreateCloudFormationStackRequest')
|
46
|
+
CreateCloudFormationStackResult = Shapes::StructureShape.new(name: 'CreateCloudFormationStackResult')
|
38
47
|
CreateDiskFromSnapshotRequest = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotRequest')
|
39
48
|
CreateDiskFromSnapshotResult = Shapes::StructureShape.new(name: 'CreateDiskFromSnapshotResult')
|
40
49
|
CreateDiskRequest = Shapes::StructureShape.new(name: 'CreateDiskRequest')
|
@@ -85,6 +94,7 @@ module Aws::Lightsail
|
|
85
94
|
DeleteRelationalDatabaseResult = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseResult')
|
86
95
|
DeleteRelationalDatabaseSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotRequest')
|
87
96
|
DeleteRelationalDatabaseSnapshotResult = Shapes::StructureShape.new(name: 'DeleteRelationalDatabaseSnapshotResult')
|
97
|
+
DestinationInfo = Shapes::StructureShape.new(name: 'DestinationInfo')
|
88
98
|
DetachDiskRequest = Shapes::StructureShape.new(name: 'DetachDiskRequest')
|
89
99
|
DetachDiskResult = Shapes::StructureShape.new(name: 'DetachDiskResult')
|
90
100
|
DetachInstancesFromLoadBalancerRequest = Shapes::StructureShape.new(name: 'DetachInstancesFromLoadBalancerRequest')
|
@@ -92,10 +102,13 @@ module Aws::Lightsail
|
|
92
102
|
DetachStaticIpRequest = Shapes::StructureShape.new(name: 'DetachStaticIpRequest')
|
93
103
|
DetachStaticIpResult = Shapes::StructureShape.new(name: 'DetachStaticIpResult')
|
94
104
|
Disk = Shapes::StructureShape.new(name: 'Disk')
|
105
|
+
DiskInfo = Shapes::StructureShape.new(name: 'DiskInfo')
|
106
|
+
DiskInfoList = Shapes::ListShape.new(name: 'DiskInfoList')
|
95
107
|
DiskList = Shapes::ListShape.new(name: 'DiskList')
|
96
108
|
DiskMap = Shapes::StructureShape.new(name: 'DiskMap')
|
97
109
|
DiskMapList = Shapes::ListShape.new(name: 'DiskMapList')
|
98
110
|
DiskSnapshot = Shapes::StructureShape.new(name: 'DiskSnapshot')
|
111
|
+
DiskSnapshotInfo = Shapes::StructureShape.new(name: 'DiskSnapshotInfo')
|
99
112
|
DiskSnapshotList = Shapes::ListShape.new(name: 'DiskSnapshotList')
|
100
113
|
DiskSnapshotState = Shapes::StringShape.new(name: 'DiskSnapshotState')
|
101
114
|
DiskState = Shapes::StringShape.new(name: 'DiskState')
|
@@ -110,12 +123,20 @@ module Aws::Lightsail
|
|
110
123
|
DomainNameList = Shapes::ListShape.new(name: 'DomainNameList')
|
111
124
|
DownloadDefaultKeyPairRequest = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairRequest')
|
112
125
|
DownloadDefaultKeyPairResult = Shapes::StructureShape.new(name: 'DownloadDefaultKeyPairResult')
|
126
|
+
ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
|
127
|
+
ExportSnapshotRecordList = Shapes::ListShape.new(name: 'ExportSnapshotRecordList')
|
128
|
+
ExportSnapshotRecordSourceInfo = Shapes::StructureShape.new(name: 'ExportSnapshotRecordSourceInfo')
|
129
|
+
ExportSnapshotRecordSourceType = Shapes::StringShape.new(name: 'ExportSnapshotRecordSourceType')
|
130
|
+
ExportSnapshotRequest = Shapes::StructureShape.new(name: 'ExportSnapshotRequest')
|
131
|
+
ExportSnapshotResult = Shapes::StructureShape.new(name: 'ExportSnapshotResult')
|
113
132
|
GetActiveNamesRequest = Shapes::StructureShape.new(name: 'GetActiveNamesRequest')
|
114
133
|
GetActiveNamesResult = Shapes::StructureShape.new(name: 'GetActiveNamesResult')
|
115
134
|
GetBlueprintsRequest = Shapes::StructureShape.new(name: 'GetBlueprintsRequest')
|
116
135
|
GetBlueprintsResult = Shapes::StructureShape.new(name: 'GetBlueprintsResult')
|
117
136
|
GetBundlesRequest = Shapes::StructureShape.new(name: 'GetBundlesRequest')
|
118
137
|
GetBundlesResult = Shapes::StructureShape.new(name: 'GetBundlesResult')
|
138
|
+
GetCloudFormationStackRecordsRequest = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsRequest')
|
139
|
+
GetCloudFormationStackRecordsResult = Shapes::StructureShape.new(name: 'GetCloudFormationStackRecordsResult')
|
119
140
|
GetDiskRequest = Shapes::StructureShape.new(name: 'GetDiskRequest')
|
120
141
|
GetDiskResult = Shapes::StructureShape.new(name: 'GetDiskResult')
|
121
142
|
GetDiskSnapshotRequest = Shapes::StructureShape.new(name: 'GetDiskSnapshotRequest')
|
@@ -128,6 +149,8 @@ module Aws::Lightsail
|
|
128
149
|
GetDomainResult = Shapes::StructureShape.new(name: 'GetDomainResult')
|
129
150
|
GetDomainsRequest = Shapes::StructureShape.new(name: 'GetDomainsRequest')
|
130
151
|
GetDomainsResult = Shapes::StructureShape.new(name: 'GetDomainsResult')
|
152
|
+
GetExportSnapshotRecordsRequest = Shapes::StructureShape.new(name: 'GetExportSnapshotRecordsRequest')
|
153
|
+
GetExportSnapshotRecordsResult = Shapes::StructureShape.new(name: 'GetExportSnapshotRecordsResult')
|
131
154
|
GetInstanceAccessDetailsRequest = Shapes::StructureShape.new(name: 'GetInstanceAccessDetailsRequest')
|
132
155
|
GetInstanceAccessDetailsResult = Shapes::StructureShape.new(name: 'GetInstanceAccessDetailsResult')
|
133
156
|
GetInstanceMetricDataRequest = Shapes::StructureShape.new(name: 'GetInstanceMetricDataRequest')
|
@@ -197,6 +220,8 @@ module Aws::Lightsail
|
|
197
220
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
198
221
|
InstanceAccessDetails = Shapes::StructureShape.new(name: 'InstanceAccessDetails')
|
199
222
|
InstanceAccessProtocol = Shapes::StringShape.new(name: 'InstanceAccessProtocol')
|
223
|
+
InstanceEntry = Shapes::StructureShape.new(name: 'InstanceEntry')
|
224
|
+
InstanceEntryList = Shapes::ListShape.new(name: 'InstanceEntryList')
|
200
225
|
InstanceHardware = Shapes::StructureShape.new(name: 'InstanceHardware')
|
201
226
|
InstanceHealthReason = Shapes::StringShape.new(name: 'InstanceHealthReason')
|
202
227
|
InstanceHealthState = Shapes::StringShape.new(name: 'InstanceHealthState')
|
@@ -212,6 +237,7 @@ module Aws::Lightsail
|
|
212
237
|
InstancePortState = Shapes::StructureShape.new(name: 'InstancePortState')
|
213
238
|
InstancePortStateList = Shapes::ListShape.new(name: 'InstancePortStateList')
|
214
239
|
InstanceSnapshot = Shapes::StructureShape.new(name: 'InstanceSnapshot')
|
240
|
+
InstanceSnapshotInfo = Shapes::StructureShape.new(name: 'InstanceSnapshotInfo')
|
215
241
|
InstanceSnapshotList = Shapes::ListShape.new(name: 'InstanceSnapshotList')
|
216
242
|
InstanceSnapshotState = Shapes::StringShape.new(name: 'InstanceSnapshotState')
|
217
243
|
InstanceState = Shapes::StructureShape.new(name: 'InstanceState')
|
@@ -273,6 +299,7 @@ module Aws::Lightsail
|
|
273
299
|
PortAccessType = Shapes::StringShape.new(name: 'PortAccessType')
|
274
300
|
PortInfo = Shapes::StructureShape.new(name: 'PortInfo')
|
275
301
|
PortInfoList = Shapes::ListShape.new(name: 'PortInfoList')
|
302
|
+
PortInfoSourceType = Shapes::StringShape.new(name: 'PortInfoSourceType')
|
276
303
|
PortList = Shapes::ListShape.new(name: 'PortList')
|
277
304
|
PortState = Shapes::StringShape.new(name: 'PortState')
|
278
305
|
PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
|
@@ -281,6 +308,7 @@ module Aws::Lightsail
|
|
281
308
|
RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
|
282
309
|
RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
|
283
310
|
RebootRelationalDatabaseResult = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseResult')
|
311
|
+
RecordState = Shapes::StringShape.new(name: 'RecordState')
|
284
312
|
Region = Shapes::StructureShape.new(name: 'Region')
|
285
313
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
286
314
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
@@ -321,9 +349,18 @@ module Aws::Lightsail
|
|
321
349
|
StopRelationalDatabaseResult = Shapes::StructureShape.new(name: 'StopRelationalDatabaseResult')
|
322
350
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
323
351
|
StringMax256 = Shapes::StringShape.new(name: 'StringMax256')
|
352
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
353
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
354
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
355
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
356
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
357
|
+
TagResourceResult = Shapes::StructureShape.new(name: 'TagResourceResult')
|
358
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
324
359
|
UnauthenticatedException = Shapes::StructureShape.new(name: 'UnauthenticatedException')
|
325
360
|
UnpeerVpcRequest = Shapes::StructureShape.new(name: 'UnpeerVpcRequest')
|
326
361
|
UnpeerVpcResult = Shapes::StructureShape.new(name: 'UnpeerVpcResult')
|
362
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
363
|
+
UntagResourceResult = Shapes::StructureShape.new(name: 'UntagResourceResult')
|
327
364
|
UpdateDomainEntryRequest = Shapes::StructureShape.new(name: 'UpdateDomainEntryRequest')
|
328
365
|
UpdateDomainEntryResult = Shapes::StructureShape.new(name: 'UpdateDomainEntryResult')
|
329
366
|
UpdateLoadBalancerAttributeRequest = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeRequest')
|
@@ -421,10 +458,44 @@ module Aws::Lightsail
|
|
421
458
|
CloseInstancePublicPortsResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
422
459
|
CloseInstancePublicPortsResult.struct_class = Types::CloseInstancePublicPortsResult
|
423
460
|
|
461
|
+
CloudFormationStackRecord.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
462
|
+
CloudFormationStackRecord.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
463
|
+
CloudFormationStackRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
464
|
+
CloudFormationStackRecord.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
465
|
+
CloudFormationStackRecord.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
466
|
+
CloudFormationStackRecord.add_member(:state, Shapes::ShapeRef.new(shape: RecordState, location_name: "state"))
|
467
|
+
CloudFormationStackRecord.add_member(:source_info, Shapes::ShapeRef.new(shape: CloudFormationStackRecordSourceInfoList, location_name: "sourceInfo"))
|
468
|
+
CloudFormationStackRecord.add_member(:destination_info, Shapes::ShapeRef.new(shape: DestinationInfo, location_name: "destinationInfo"))
|
469
|
+
CloudFormationStackRecord.struct_class = Types::CloudFormationStackRecord
|
470
|
+
|
471
|
+
CloudFormationStackRecordList.member = Shapes::ShapeRef.new(shape: CloudFormationStackRecord)
|
472
|
+
|
473
|
+
CloudFormationStackRecordSourceInfo.add_member(:resource_type, Shapes::ShapeRef.new(shape: CloudFormationStackRecordSourceType, location_name: "resourceType"))
|
474
|
+
CloudFormationStackRecordSourceInfo.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
|
475
|
+
CloudFormationStackRecordSourceInfo.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
476
|
+
CloudFormationStackRecordSourceInfo.struct_class = Types::CloudFormationStackRecordSourceInfo
|
477
|
+
|
478
|
+
CloudFormationStackRecordSourceInfoList.member = Shapes::ShapeRef.new(shape: CloudFormationStackRecordSourceInfo)
|
479
|
+
|
480
|
+
CopySnapshotRequest.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "sourceSnapshotName"))
|
481
|
+
CopySnapshotRequest.add_member(:target_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "targetSnapshotName"))
|
482
|
+
CopySnapshotRequest.add_member(:source_region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "sourceRegion"))
|
483
|
+
CopySnapshotRequest.struct_class = Types::CopySnapshotRequest
|
484
|
+
|
485
|
+
CopySnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
486
|
+
CopySnapshotResult.struct_class = Types::CopySnapshotResult
|
487
|
+
|
488
|
+
CreateCloudFormationStackRequest.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceEntryList, required: true, location_name: "instances"))
|
489
|
+
CreateCloudFormationStackRequest.struct_class = Types::CreateCloudFormationStackRequest
|
490
|
+
|
491
|
+
CreateCloudFormationStackResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
492
|
+
CreateCloudFormationStackResult.struct_class = Types::CreateCloudFormationStackResult
|
493
|
+
|
424
494
|
CreateDiskFromSnapshotRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
425
495
|
CreateDiskFromSnapshotRequest.add_member(:disk_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskSnapshotName"))
|
426
496
|
CreateDiskFromSnapshotRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "availabilityZone"))
|
427
497
|
CreateDiskFromSnapshotRequest.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "sizeInGb"))
|
498
|
+
CreateDiskFromSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
428
499
|
CreateDiskFromSnapshotRequest.struct_class = Types::CreateDiskFromSnapshotRequest
|
429
500
|
|
430
501
|
CreateDiskFromSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -433,6 +504,7 @@ module Aws::Lightsail
|
|
433
504
|
CreateDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
434
505
|
CreateDiskRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "availabilityZone"))
|
435
506
|
CreateDiskRequest.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, required: true, location_name: "sizeInGb"))
|
507
|
+
CreateDiskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
436
508
|
CreateDiskRequest.struct_class = Types::CreateDiskRequest
|
437
509
|
|
438
510
|
CreateDiskResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -440,6 +512,7 @@ module Aws::Lightsail
|
|
440
512
|
|
441
513
|
CreateDiskSnapshotRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
442
514
|
CreateDiskSnapshotRequest.add_member(:disk_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskSnapshotName"))
|
515
|
+
CreateDiskSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
443
516
|
CreateDiskSnapshotRequest.struct_class = Types::CreateDiskSnapshotRequest
|
444
517
|
|
445
518
|
CreateDiskSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -453,6 +526,7 @@ module Aws::Lightsail
|
|
453
526
|
CreateDomainEntryResult.struct_class = Types::CreateDomainEntryResult
|
454
527
|
|
455
528
|
CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
529
|
+
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
456
530
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
457
531
|
|
458
532
|
CreateDomainResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
@@ -460,6 +534,7 @@ module Aws::Lightsail
|
|
460
534
|
|
461
535
|
CreateInstanceSnapshotRequest.add_member(:instance_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceSnapshotName"))
|
462
536
|
CreateInstanceSnapshotRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
537
|
+
CreateInstanceSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
463
538
|
CreateInstanceSnapshotRequest.struct_class = Types::CreateInstanceSnapshotRequest
|
464
539
|
|
465
540
|
CreateInstanceSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -472,6 +547,7 @@ module Aws::Lightsail
|
|
472
547
|
CreateInstancesFromSnapshotRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "bundleId"))
|
473
548
|
CreateInstancesFromSnapshotRequest.add_member(:user_data, Shapes::ShapeRef.new(shape: string, location_name: "userData"))
|
474
549
|
CreateInstancesFromSnapshotRequest.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "keyPairName"))
|
550
|
+
CreateInstancesFromSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
475
551
|
CreateInstancesFromSnapshotRequest.struct_class = Types::CreateInstancesFromSnapshotRequest
|
476
552
|
|
477
553
|
CreateInstancesFromSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -484,12 +560,14 @@ module Aws::Lightsail
|
|
484
560
|
CreateInstancesRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "bundleId"))
|
485
561
|
CreateInstancesRequest.add_member(:user_data, Shapes::ShapeRef.new(shape: string, location_name: "userData"))
|
486
562
|
CreateInstancesRequest.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "keyPairName"))
|
563
|
+
CreateInstancesRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
487
564
|
CreateInstancesRequest.struct_class = Types::CreateInstancesRequest
|
488
565
|
|
489
566
|
CreateInstancesResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
490
567
|
CreateInstancesResult.struct_class = Types::CreateInstancesResult
|
491
568
|
|
492
569
|
CreateKeyPairRequest.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "keyPairName"))
|
570
|
+
CreateKeyPairRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
493
571
|
CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
|
494
572
|
|
495
573
|
CreateKeyPairResult.add_member(:key_pair, Shapes::ShapeRef.new(shape: KeyPair, location_name: "keyPair"))
|
@@ -504,6 +582,7 @@ module Aws::Lightsail
|
|
504
582
|
CreateLoadBalancerRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "certificateName"))
|
505
583
|
CreateLoadBalancerRequest.add_member(:certificate_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "certificateDomainName"))
|
506
584
|
CreateLoadBalancerRequest.add_member(:certificate_alternative_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "certificateAlternativeNames"))
|
585
|
+
CreateLoadBalancerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
507
586
|
CreateLoadBalancerRequest.struct_class = Types::CreateLoadBalancerRequest
|
508
587
|
|
509
588
|
CreateLoadBalancerResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -513,6 +592,7 @@ module Aws::Lightsail
|
|
513
592
|
CreateLoadBalancerTlsCertificateRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "certificateName"))
|
514
593
|
CreateLoadBalancerTlsCertificateRequest.add_member(:certificate_domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "certificateDomainName"))
|
515
594
|
CreateLoadBalancerTlsCertificateRequest.add_member(:certificate_alternative_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "certificateAlternativeNames"))
|
595
|
+
CreateLoadBalancerTlsCertificateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
516
596
|
CreateLoadBalancerTlsCertificateRequest.struct_class = Types::CreateLoadBalancerTlsCertificateRequest
|
517
597
|
|
518
598
|
CreateLoadBalancerTlsCertificateResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -526,6 +606,7 @@ module Aws::Lightsail
|
|
526
606
|
CreateRelationalDatabaseFromSnapshotRequest.add_member(:source_relational_database_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sourceRelationalDatabaseName"))
|
527
607
|
CreateRelationalDatabaseFromSnapshotRequest.add_member(:restore_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "restoreTime"))
|
528
608
|
CreateRelationalDatabaseFromSnapshotRequest.add_member(:use_latest_restorable_time, Shapes::ShapeRef.new(shape: boolean, location_name: "useLatestRestorableTime"))
|
609
|
+
CreateRelationalDatabaseFromSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
529
610
|
CreateRelationalDatabaseFromSnapshotRequest.struct_class = Types::CreateRelationalDatabaseFromSnapshotRequest
|
530
611
|
|
531
612
|
CreateRelationalDatabaseFromSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -541,6 +622,7 @@ module Aws::Lightsail
|
|
541
622
|
CreateRelationalDatabaseRequest.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: string, location_name: "preferredBackupWindow"))
|
542
623
|
CreateRelationalDatabaseRequest.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: string, location_name: "preferredMaintenanceWindow"))
|
543
624
|
CreateRelationalDatabaseRequest.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: boolean, location_name: "publiclyAccessible"))
|
625
|
+
CreateRelationalDatabaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
544
626
|
CreateRelationalDatabaseRequest.struct_class = Types::CreateRelationalDatabaseRequest
|
545
627
|
|
546
628
|
CreateRelationalDatabaseResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -548,6 +630,7 @@ module Aws::Lightsail
|
|
548
630
|
|
549
631
|
CreateRelationalDatabaseSnapshotRequest.add_member(:relational_database_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "relationalDatabaseName"))
|
550
632
|
CreateRelationalDatabaseSnapshotRequest.add_member(:relational_database_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "relationalDatabaseSnapshotName"))
|
633
|
+
CreateRelationalDatabaseSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
551
634
|
CreateRelationalDatabaseSnapshotRequest.struct_class = Types::CreateRelationalDatabaseSnapshotRequest
|
552
635
|
|
553
636
|
CreateRelationalDatabaseSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
@@ -624,6 +707,10 @@ module Aws::Lightsail
|
|
624
707
|
DeleteRelationalDatabaseSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
625
708
|
DeleteRelationalDatabaseSnapshotResult.struct_class = Types::DeleteRelationalDatabaseSnapshotResult
|
626
709
|
|
710
|
+
DestinationInfo.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
|
711
|
+
DestinationInfo.add_member(:service, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "service"))
|
712
|
+
DestinationInfo.struct_class = Types::DestinationInfo
|
713
|
+
|
627
714
|
DetachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
628
715
|
DetachDiskRequest.struct_class = Types::DetachDiskRequest
|
629
716
|
|
@@ -649,6 +736,7 @@ module Aws::Lightsail
|
|
649
736
|
Disk.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
650
737
|
Disk.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
651
738
|
Disk.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
739
|
+
Disk.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
652
740
|
Disk.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
653
741
|
Disk.add_member(:is_system_disk, Shapes::ShapeRef.new(shape: boolean, location_name: "isSystemDisk"))
|
654
742
|
Disk.add_member(:iops, Shapes::ShapeRef.new(shape: integer, location_name: "iops"))
|
@@ -660,6 +748,14 @@ module Aws::Lightsail
|
|
660
748
|
Disk.add_member(:gb_in_use, Shapes::ShapeRef.new(shape: integer, deprecated: true, location_name: "gbInUse"))
|
661
749
|
Disk.struct_class = Types::Disk
|
662
750
|
|
751
|
+
DiskInfo.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
|
752
|
+
DiskInfo.add_member(:path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "path"))
|
753
|
+
DiskInfo.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
754
|
+
DiskInfo.add_member(:is_system_disk, Shapes::ShapeRef.new(shape: boolean, location_name: "isSystemDisk"))
|
755
|
+
DiskInfo.struct_class = Types::DiskInfo
|
756
|
+
|
757
|
+
DiskInfoList.member = Shapes::ShapeRef.new(shape: DiskInfo)
|
758
|
+
|
663
759
|
DiskList.member = Shapes::ShapeRef.new(shape: Disk)
|
664
760
|
|
665
761
|
DiskMap.add_member(:original_disk_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "originalDiskPath"))
|
@@ -674,6 +770,7 @@ module Aws::Lightsail
|
|
674
770
|
DiskSnapshot.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
675
771
|
DiskSnapshot.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
676
772
|
DiskSnapshot.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
773
|
+
DiskSnapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
677
774
|
DiskSnapshot.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
678
775
|
DiskSnapshot.add_member(:state, Shapes::ShapeRef.new(shape: DiskSnapshotState, location_name: "state"))
|
679
776
|
DiskSnapshot.add_member(:progress, Shapes::ShapeRef.new(shape: string, location_name: "progress"))
|
@@ -681,6 +778,9 @@ module Aws::Lightsail
|
|
681
778
|
DiskSnapshot.add_member(:from_disk_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fromDiskArn"))
|
682
779
|
DiskSnapshot.struct_class = Types::DiskSnapshot
|
683
780
|
|
781
|
+
DiskSnapshotInfo.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
782
|
+
DiskSnapshotInfo.struct_class = Types::DiskSnapshotInfo
|
783
|
+
|
684
784
|
DiskSnapshotList.member = Shapes::ShapeRef.new(shape: DiskSnapshot)
|
685
785
|
|
686
786
|
Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
@@ -689,6 +789,7 @@ module Aws::Lightsail
|
|
689
789
|
Domain.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
690
790
|
Domain.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
691
791
|
Domain.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
792
|
+
Domain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
692
793
|
Domain.add_member(:domain_entries, Shapes::ShapeRef.new(shape: DomainEntryList, location_name: "domainEntries"))
|
693
794
|
Domain.struct_class = Types::Domain
|
694
795
|
|
@@ -715,6 +816,34 @@ module Aws::Lightsail
|
|
715
816
|
DownloadDefaultKeyPairResult.add_member(:private_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "privateKeyBase64"))
|
716
817
|
DownloadDefaultKeyPairResult.struct_class = Types::DownloadDefaultKeyPairResult
|
717
818
|
|
819
|
+
ExportSnapshotRecord.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
820
|
+
ExportSnapshotRecord.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
821
|
+
ExportSnapshotRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
822
|
+
ExportSnapshotRecord.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
823
|
+
ExportSnapshotRecord.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
824
|
+
ExportSnapshotRecord.add_member(:state, Shapes::ShapeRef.new(shape: RecordState, location_name: "state"))
|
825
|
+
ExportSnapshotRecord.add_member(:source_info, Shapes::ShapeRef.new(shape: ExportSnapshotRecordSourceInfo, location_name: "sourceInfo"))
|
826
|
+
ExportSnapshotRecord.add_member(:destination_info, Shapes::ShapeRef.new(shape: DestinationInfo, location_name: "destinationInfo"))
|
827
|
+
ExportSnapshotRecord.struct_class = Types::ExportSnapshotRecord
|
828
|
+
|
829
|
+
ExportSnapshotRecordList.member = Shapes::ShapeRef.new(shape: ExportSnapshotRecord)
|
830
|
+
|
831
|
+
ExportSnapshotRecordSourceInfo.add_member(:resource_type, Shapes::ShapeRef.new(shape: ExportSnapshotRecordSourceType, location_name: "resourceType"))
|
832
|
+
ExportSnapshotRecordSourceInfo.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
833
|
+
ExportSnapshotRecordSourceInfo.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
|
834
|
+
ExportSnapshotRecordSourceInfo.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
|
835
|
+
ExportSnapshotRecordSourceInfo.add_member(:from_resource_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fromResourceName"))
|
836
|
+
ExportSnapshotRecordSourceInfo.add_member(:from_resource_arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fromResourceArn"))
|
837
|
+
ExportSnapshotRecordSourceInfo.add_member(:instance_snapshot_info, Shapes::ShapeRef.new(shape: InstanceSnapshotInfo, location_name: "instanceSnapshotInfo"))
|
838
|
+
ExportSnapshotRecordSourceInfo.add_member(:disk_snapshot_info, Shapes::ShapeRef.new(shape: DiskSnapshotInfo, location_name: "diskSnapshotInfo"))
|
839
|
+
ExportSnapshotRecordSourceInfo.struct_class = Types::ExportSnapshotRecordSourceInfo
|
840
|
+
|
841
|
+
ExportSnapshotRequest.add_member(:source_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "sourceSnapshotName"))
|
842
|
+
ExportSnapshotRequest.struct_class = Types::ExportSnapshotRequest
|
843
|
+
|
844
|
+
ExportSnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
845
|
+
ExportSnapshotResult.struct_class = Types::ExportSnapshotResult
|
846
|
+
|
718
847
|
GetActiveNamesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
719
848
|
GetActiveNamesRequest.struct_class = Types::GetActiveNamesRequest
|
720
849
|
|
@@ -738,6 +867,13 @@ module Aws::Lightsail
|
|
738
867
|
GetBundlesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
739
868
|
GetBundlesResult.struct_class = Types::GetBundlesResult
|
740
869
|
|
870
|
+
GetCloudFormationStackRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
871
|
+
GetCloudFormationStackRecordsRequest.struct_class = Types::GetCloudFormationStackRecordsRequest
|
872
|
+
|
873
|
+
GetCloudFormationStackRecordsResult.add_member(:cloud_formation_stack_records, Shapes::ShapeRef.new(shape: CloudFormationStackRecordList, location_name: "cloudFormationStackRecords"))
|
874
|
+
GetCloudFormationStackRecordsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
875
|
+
GetCloudFormationStackRecordsResult.struct_class = Types::GetCloudFormationStackRecordsResult
|
876
|
+
|
741
877
|
GetDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
|
742
878
|
GetDiskRequest.struct_class = Types::GetDiskRequest
|
743
879
|
|
@@ -777,6 +913,13 @@ module Aws::Lightsail
|
|
777
913
|
GetDomainsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
778
914
|
GetDomainsResult.struct_class = Types::GetDomainsResult
|
779
915
|
|
916
|
+
GetExportSnapshotRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
917
|
+
GetExportSnapshotRecordsRequest.struct_class = Types::GetExportSnapshotRecordsRequest
|
918
|
+
|
919
|
+
GetExportSnapshotRecordsResult.add_member(:export_snapshot_records, Shapes::ShapeRef.new(shape: ExportSnapshotRecordList, location_name: "exportSnapshotRecords"))
|
920
|
+
GetExportSnapshotRecordsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
921
|
+
GetExportSnapshotRecordsResult.struct_class = Types::GetExportSnapshotRecordsResult
|
922
|
+
|
780
923
|
GetInstanceAccessDetailsRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
|
781
924
|
GetInstanceAccessDetailsRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: InstanceAccessProtocol, location_name: "protocol"))
|
782
925
|
GetInstanceAccessDetailsRequest.struct_class = Types::GetInstanceAccessDetailsRequest
|
@@ -1032,6 +1175,7 @@ module Aws::Lightsail
|
|
1032
1175
|
Instance.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1033
1176
|
Instance.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1034
1177
|
Instance.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1178
|
+
Instance.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1035
1179
|
Instance.add_member(:blueprint_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "blueprintId"))
|
1036
1180
|
Instance.add_member(:blueprint_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "blueprintName"))
|
1037
1181
|
Instance.add_member(:bundle_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "bundleId"))
|
@@ -1057,6 +1201,15 @@ module Aws::Lightsail
|
|
1057
1201
|
InstanceAccessDetails.add_member(:username, Shapes::ShapeRef.new(shape: string, location_name: "username"))
|
1058
1202
|
InstanceAccessDetails.struct_class = Types::InstanceAccessDetails
|
1059
1203
|
|
1204
|
+
InstanceEntry.add_member(:source_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "sourceName"))
|
1205
|
+
InstanceEntry.add_member(:instance_type, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "instanceType"))
|
1206
|
+
InstanceEntry.add_member(:port_info_source, Shapes::ShapeRef.new(shape: PortInfoSourceType, required: true, location_name: "portInfoSource"))
|
1207
|
+
InstanceEntry.add_member(:user_data, Shapes::ShapeRef.new(shape: string, location_name: "userData"))
|
1208
|
+
InstanceEntry.add_member(:availability_zone, Shapes::ShapeRef.new(shape: string, required: true, location_name: "availabilityZone"))
|
1209
|
+
InstanceEntry.struct_class = Types::InstanceEntry
|
1210
|
+
|
1211
|
+
InstanceEntryList.member = Shapes::ShapeRef.new(shape: InstanceEntry)
|
1212
|
+
|
1060
1213
|
InstanceHardware.add_member(:cpu_count, Shapes::ShapeRef.new(shape: integer, location_name: "cpuCount"))
|
1061
1214
|
InstanceHardware.add_member(:disks, Shapes::ShapeRef.new(shape: DiskList, location_name: "disks"))
|
1062
1215
|
InstanceHardware.add_member(:ram_size_in_gb, Shapes::ShapeRef.new(shape: float, location_name: "ramSizeInGb"))
|
@@ -1102,6 +1255,7 @@ module Aws::Lightsail
|
|
1102
1255
|
InstanceSnapshot.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1103
1256
|
InstanceSnapshot.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1104
1257
|
InstanceSnapshot.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1258
|
+
InstanceSnapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1105
1259
|
InstanceSnapshot.add_member(:state, Shapes::ShapeRef.new(shape: InstanceSnapshotState, location_name: "state"))
|
1106
1260
|
InstanceSnapshot.add_member(:progress, Shapes::ShapeRef.new(shape: string, location_name: "progress"))
|
1107
1261
|
InstanceSnapshot.add_member(:from_attached_disks, Shapes::ShapeRef.new(shape: DiskList, location_name: "fromAttachedDisks"))
|
@@ -1112,6 +1266,11 @@ module Aws::Lightsail
|
|
1112
1266
|
InstanceSnapshot.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
1113
1267
|
InstanceSnapshot.struct_class = Types::InstanceSnapshot
|
1114
1268
|
|
1269
|
+
InstanceSnapshotInfo.add_member(:from_bundle_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fromBundleId"))
|
1270
|
+
InstanceSnapshotInfo.add_member(:from_blueprint_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fromBlueprintId"))
|
1271
|
+
InstanceSnapshotInfo.add_member(:from_disk_info, Shapes::ShapeRef.new(shape: DiskInfoList, location_name: "fromDiskInfo"))
|
1272
|
+
InstanceSnapshotInfo.struct_class = Types::InstanceSnapshotInfo
|
1273
|
+
|
1115
1274
|
InstanceSnapshotList.member = Shapes::ShapeRef.new(shape: InstanceSnapshot)
|
1116
1275
|
|
1117
1276
|
InstanceState.add_member(:code, Shapes::ShapeRef.new(shape: integer, location_name: "code"))
|
@@ -1129,6 +1288,7 @@ module Aws::Lightsail
|
|
1129
1288
|
KeyPair.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1130
1289
|
KeyPair.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1131
1290
|
KeyPair.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1291
|
+
KeyPair.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1132
1292
|
KeyPair.add_member(:fingerprint, Shapes::ShapeRef.new(shape: Base64, location_name: "fingerprint"))
|
1133
1293
|
KeyPair.struct_class = Types::KeyPair
|
1134
1294
|
|
@@ -1140,6 +1300,7 @@ module Aws::Lightsail
|
|
1140
1300
|
LoadBalancer.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1141
1301
|
LoadBalancer.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1142
1302
|
LoadBalancer.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1303
|
+
LoadBalancer.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1143
1304
|
LoadBalancer.add_member(:dns_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "dnsName"))
|
1144
1305
|
LoadBalancer.add_member(:state, Shapes::ShapeRef.new(shape: LoadBalancerState, location_name: "state"))
|
1145
1306
|
LoadBalancer.add_member(:protocol, Shapes::ShapeRef.new(shape: LoadBalancerProtocol, location_name: "protocol"))
|
@@ -1162,6 +1323,7 @@ module Aws::Lightsail
|
|
1162
1323
|
LoadBalancerTlsCertificate.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1163
1324
|
LoadBalancerTlsCertificate.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1164
1325
|
LoadBalancerTlsCertificate.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1326
|
+
LoadBalancerTlsCertificate.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1165
1327
|
LoadBalancerTlsCertificate.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "loadBalancerName"))
|
1166
1328
|
LoadBalancerTlsCertificate.add_member(:is_attached, Shapes::ShapeRef.new(shape: boolean, location_name: "isAttached"))
|
1167
1329
|
LoadBalancerTlsCertificate.add_member(:status, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateStatus, location_name: "status"))
|
@@ -1319,6 +1481,7 @@ module Aws::Lightsail
|
|
1319
1481
|
RelationalDatabase.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1320
1482
|
RelationalDatabase.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1321
1483
|
RelationalDatabase.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1484
|
+
RelationalDatabase.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1322
1485
|
RelationalDatabase.add_member(:relational_database_blueprint_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "relationalDatabaseBlueprintId"))
|
1323
1486
|
RelationalDatabase.add_member(:relational_database_bundle_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "relationalDatabaseBundleId"))
|
1324
1487
|
RelationalDatabase.add_member(:master_database_name, Shapes::ShapeRef.new(shape: string, location_name: "masterDatabaseName"))
|
@@ -1399,6 +1562,7 @@ module Aws::Lightsail
|
|
1399
1562
|
RelationalDatabaseSnapshot.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
1400
1563
|
RelationalDatabaseSnapshot.add_member(:location, Shapes::ShapeRef.new(shape: ResourceLocation, location_name: "location"))
|
1401
1564
|
RelationalDatabaseSnapshot.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1565
|
+
RelationalDatabaseSnapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
1402
1566
|
RelationalDatabaseSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "engine"))
|
1403
1567
|
RelationalDatabaseSnapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "engineVersion"))
|
1404
1568
|
RelationalDatabaseSnapshot.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "sizeInGb"))
|
@@ -1464,11 +1628,33 @@ module Aws::Lightsail
|
|
1464
1628
|
|
1465
1629
|
StringList.member = Shapes::ShapeRef.new(shape: string)
|
1466
1630
|
|
1631
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "key"))
|
1632
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "value"))
|
1633
|
+
Tag.struct_class = Types::Tag
|
1634
|
+
|
1635
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1636
|
+
|
1637
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
1638
|
+
|
1639
|
+
TagResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
|
1640
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "tags"))
|
1641
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1642
|
+
|
1643
|
+
TagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1644
|
+
TagResourceResult.struct_class = Types::TagResourceResult
|
1645
|
+
|
1467
1646
|
UnpeerVpcRequest.struct_class = Types::UnpeerVpcRequest
|
1468
1647
|
|
1469
1648
|
UnpeerVpcResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
|
1470
1649
|
UnpeerVpcResult.struct_class = Types::UnpeerVpcResult
|
1471
1650
|
|
1651
|
+
UntagResourceRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
|
1652
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "tagKeys"))
|
1653
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1654
|
+
|
1655
|
+
UntagResourceResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
1656
|
+
UntagResourceResult.struct_class = Types::UntagResourceResult
|
1657
|
+
|
1472
1658
|
UpdateDomainEntryRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
|
1473
1659
|
UpdateDomainEntryRequest.add_member(:domain_entry, Shapes::ShapeRef.new(shape: DomainEntry, required: true, location_name: "domainEntry"))
|
1474
1660
|
UpdateDomainEntryRequest.struct_class = Types::UpdateDomainEntryRequest
|
@@ -1613,6 +1799,36 @@ module Aws::Lightsail
|
|
1613
1799
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
1614
1800
|
end)
|
1615
1801
|
|
1802
|
+
api.add_operation(:copy_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1803
|
+
o.name = "CopySnapshot"
|
1804
|
+
o.http_method = "POST"
|
1805
|
+
o.http_request_uri = "/"
|
1806
|
+
o.input = Shapes::ShapeRef.new(shape: CopySnapshotRequest)
|
1807
|
+
o.output = Shapes::ShapeRef.new(shape: CopySnapshotResult)
|
1808
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1811
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
1815
|
+
end)
|
1816
|
+
|
1817
|
+
api.add_operation(:create_cloud_formation_stack, Seahorse::Model::Operation.new.tap do |o|
|
1818
|
+
o.name = "CreateCloudFormationStack"
|
1819
|
+
o.http_method = "POST"
|
1820
|
+
o.http_request_uri = "/"
|
1821
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCloudFormationStackRequest)
|
1822
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCloudFormationStackResult)
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1826
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
1827
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
1829
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
1830
|
+
end)
|
1831
|
+
|
1616
1832
|
api.add_operation(:create_disk, Seahorse::Model::Operation.new.tap do |o|
|
1617
1833
|
o.name = "CreateDisk"
|
1618
1834
|
o.http_method = "POST"
|
@@ -2048,6 +2264,21 @@ module Aws::Lightsail
|
|
2048
2264
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2049
2265
|
end)
|
2050
2266
|
|
2267
|
+
api.add_operation(:export_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2268
|
+
o.name = "ExportSnapshot"
|
2269
|
+
o.http_method = "POST"
|
2270
|
+
o.http_request_uri = "/"
|
2271
|
+
o.input = Shapes::ShapeRef.new(shape: ExportSnapshotRequest)
|
2272
|
+
o.output = Shapes::ShapeRef.new(shape: ExportSnapshotResult)
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2276
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2277
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2278
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
2279
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2280
|
+
end)
|
2281
|
+
|
2051
2282
|
api.add_operation(:get_active_names, Seahorse::Model::Operation.new.tap do |o|
|
2052
2283
|
o.name = "GetActiveNames"
|
2053
2284
|
o.http_method = "POST"
|
@@ -2093,6 +2324,21 @@ module Aws::Lightsail
|
|
2093
2324
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2094
2325
|
end)
|
2095
2326
|
|
2327
|
+
api.add_operation(:get_cloud_formation_stack_records, Seahorse::Model::Operation.new.tap do |o|
|
2328
|
+
o.name = "GetCloudFormationStackRecords"
|
2329
|
+
o.http_method = "POST"
|
2330
|
+
o.http_request_uri = "/"
|
2331
|
+
o.input = Shapes::ShapeRef.new(shape: GetCloudFormationStackRecordsRequest)
|
2332
|
+
o.output = Shapes::ShapeRef.new(shape: GetCloudFormationStackRecordsResult)
|
2333
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2334
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2335
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2336
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2337
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2338
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
2339
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2340
|
+
end)
|
2341
|
+
|
2096
2342
|
api.add_operation(:get_disk, Seahorse::Model::Operation.new.tap do |o|
|
2097
2343
|
o.name = "GetDisk"
|
2098
2344
|
o.http_method = "POST"
|
@@ -2183,6 +2429,21 @@ module Aws::Lightsail
|
|
2183
2429
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2184
2430
|
end)
|
2185
2431
|
|
2432
|
+
api.add_operation(:get_export_snapshot_records, Seahorse::Model::Operation.new.tap do |o|
|
2433
|
+
o.name = "GetExportSnapshotRecords"
|
2434
|
+
o.http_method = "POST"
|
2435
|
+
o.http_request_uri = "/"
|
2436
|
+
o.input = Shapes::ShapeRef.new(shape: GetExportSnapshotRecordsRequest)
|
2437
|
+
o.output = Shapes::ShapeRef.new(shape: GetExportSnapshotRecordsResult)
|
2438
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2439
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2441
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
2442
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2443
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
2444
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2445
|
+
end)
|
2446
|
+
|
2186
2447
|
api.add_operation(:get_instance, Seahorse::Model::Operation.new.tap do |o|
|
2187
2448
|
o.name = "GetInstance"
|
2188
2449
|
o.http_method = "POST"
|
@@ -2843,6 +3104,21 @@ module Aws::Lightsail
|
|
2843
3104
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2844
3105
|
end)
|
2845
3106
|
|
3107
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
3108
|
+
o.name = "TagResource"
|
3109
|
+
o.http_method = "POST"
|
3110
|
+
o.http_request_uri = "/"
|
3111
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
3112
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResult)
|
3113
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3114
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3115
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3116
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3117
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3118
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
3119
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3120
|
+
end)
|
3121
|
+
|
2846
3122
|
api.add_operation(:unpeer_vpc, Seahorse::Model::Operation.new.tap do |o|
|
2847
3123
|
o.name = "UnpeerVpc"
|
2848
3124
|
o.http_method = "POST"
|
@@ -2858,6 +3134,21 @@ module Aws::Lightsail
|
|
2858
3134
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
2859
3135
|
end)
|
2860
3136
|
|
3137
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
3138
|
+
o.name = "UntagResource"
|
3139
|
+
o.http_method = "POST"
|
3140
|
+
o.http_request_uri = "/"
|
3141
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
3142
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResult)
|
3143
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3144
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
3145
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
3146
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
|
3147
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
3148
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
3149
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
3150
|
+
end)
|
3151
|
+
|
2861
3152
|
api.add_operation(:update_domain_entry, Seahorse::Model::Operation.new.tap do |o|
|
2862
3153
|
o.name = "UpdateDomainEntry"
|
2863
3154
|
o.http_method = "POST"
|