aws-sdk-lightsail 1.60.0 → 1.82.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,8 @@ module Aws::Lightsail
21
21
  AccessReceiverList = Shapes::ListShape.new(name: 'AccessReceiverList')
22
22
  AccessRules = Shapes::StructureShape.new(name: 'AccessRules')
23
23
  AccessType = Shapes::StringShape.new(name: 'AccessType')
24
+ AccountLevelBpaSync = Shapes::StructureShape.new(name: 'AccountLevelBpaSync')
25
+ AccountLevelBpaSyncStatus = Shapes::StringShape.new(name: 'AccountLevelBpaSyncStatus')
24
26
  AccountSetupInProgressException = Shapes::StructureShape.new(name: 'AccountSetupInProgressException')
25
27
  AddOn = Shapes::StructureShape.new(name: 'AddOn')
26
28
  AddOnList = Shapes::ListShape.new(name: 'AddOnList')
@@ -32,6 +34,8 @@ module Aws::Lightsail
32
34
  AlarmsList = Shapes::ListShape.new(name: 'AlarmsList')
33
35
  AllocateStaticIpRequest = Shapes::StructureShape.new(name: 'AllocateStaticIpRequest')
34
36
  AllocateStaticIpResult = Shapes::StructureShape.new(name: 'AllocateStaticIpResult')
37
+ AppCategory = Shapes::StringShape.new(name: 'AppCategory')
38
+ AppCategoryList = Shapes::ListShape.new(name: 'AppCategoryList')
35
39
  AttachCertificateToDistributionRequest = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionRequest')
36
40
  AttachCertificateToDistributionResult = Shapes::StructureShape.new(name: 'AttachCertificateToDistributionResult')
37
41
  AttachDiskRequest = Shapes::StructureShape.new(name: 'AttachDiskRequest')
@@ -45,6 +49,7 @@ module Aws::Lightsail
45
49
  AttachedDisk = Shapes::StructureShape.new(name: 'AttachedDisk')
46
50
  AttachedDiskList = Shapes::ListShape.new(name: 'AttachedDiskList')
47
51
  AttachedDiskMap = Shapes::MapShape.new(name: 'AttachedDiskMap')
52
+ AutoMountStatus = Shapes::StringShape.new(name: 'AutoMountStatus')
48
53
  AutoSnapshotAddOnRequest = Shapes::StructureShape.new(name: 'AutoSnapshotAddOnRequest')
49
54
  AutoSnapshotDate = Shapes::StringShape.new(name: 'AutoSnapshotDate')
50
55
  AutoSnapshotDetails = Shapes::StructureShape.new(name: 'AutoSnapshotDetails')
@@ -52,6 +57,7 @@ module Aws::Lightsail
52
57
  AutoSnapshotStatus = Shapes::StringShape.new(name: 'AutoSnapshotStatus')
53
58
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
54
59
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
60
+ BPAStatusMessage = Shapes::StringShape.new(name: 'BPAStatusMessage')
55
61
  Base64 = Shapes::StringShape.new(name: 'Base64')
56
62
  BehaviorEnum = Shapes::StringShape.new(name: 'BehaviorEnum')
57
63
  Blueprint = Shapes::StructureShape.new(name: 'Blueprint')
@@ -73,6 +79,7 @@ module Aws::Lightsail
73
79
  CacheBehaviorPerPath = Shapes::StructureShape.new(name: 'CacheBehaviorPerPath')
74
80
  CacheSettings = Shapes::StructureShape.new(name: 'CacheSettings')
75
81
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
82
+ CertificateDomainValidationStatus = Shapes::StringShape.new(name: 'CertificateDomainValidationStatus')
76
83
  CertificateName = Shapes::StringShape.new(name: 'CertificateName')
77
84
  CertificateStatus = Shapes::StringShape.new(name: 'CertificateStatus')
78
85
  CertificateStatusList = Shapes::ListShape.new(name: 'CertificateStatusList')
@@ -103,6 +110,8 @@ module Aws::Lightsail
103
110
  ContainerServiceDeploymentList = Shapes::ListShape.new(name: 'ContainerServiceDeploymentList')
104
111
  ContainerServiceDeploymentRequest = Shapes::StructureShape.new(name: 'ContainerServiceDeploymentRequest')
105
112
  ContainerServiceDeploymentState = Shapes::StringShape.new(name: 'ContainerServiceDeploymentState')
113
+ ContainerServiceECRImagePullerRole = Shapes::StructureShape.new(name: 'ContainerServiceECRImagePullerRole')
114
+ ContainerServiceECRImagePullerRoleRequest = Shapes::StructureShape.new(name: 'ContainerServiceECRImagePullerRoleRequest')
106
115
  ContainerServiceEndpoint = Shapes::StructureShape.new(name: 'ContainerServiceEndpoint')
107
116
  ContainerServiceHealthCheckConfig = Shapes::StructureShape.new(name: 'ContainerServiceHealthCheckConfig')
108
117
  ContainerServiceList = Shapes::ListShape.new(name: 'ContainerServiceList')
@@ -127,6 +136,8 @@ module Aws::Lightsail
127
136
  CookieObject = Shapes::StructureShape.new(name: 'CookieObject')
128
137
  CopySnapshotRequest = Shapes::StructureShape.new(name: 'CopySnapshotRequest')
129
138
  CopySnapshotResult = Shapes::StructureShape.new(name: 'CopySnapshotResult')
139
+ CostEstimate = Shapes::StructureShape.new(name: 'CostEstimate')
140
+ CostEstimates = Shapes::ListShape.new(name: 'CostEstimates')
130
141
  CreateBucketAccessKeyRequest = Shapes::StructureShape.new(name: 'CreateBucketAccessKeyRequest')
131
142
  CreateBucketAccessKeyResult = Shapes::StructureShape.new(name: 'CreateBucketAccessKeyResult')
132
143
  CreateBucketRequest = Shapes::StructureShape.new(name: 'CreateBucketRequest')
@@ -155,6 +166,8 @@ module Aws::Lightsail
155
166
  CreateDomainEntryResult = Shapes::StructureShape.new(name: 'CreateDomainEntryResult')
156
167
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
157
168
  CreateDomainResult = Shapes::StructureShape.new(name: 'CreateDomainResult')
169
+ CreateGUISessionAccessDetailsRequest = Shapes::StructureShape.new(name: 'CreateGUISessionAccessDetailsRequest')
170
+ CreateGUISessionAccessDetailsResult = Shapes::StructureShape.new(name: 'CreateGUISessionAccessDetailsResult')
158
171
  CreateInstanceSnapshotRequest = Shapes::StructureShape.new(name: 'CreateInstanceSnapshotRequest')
159
172
  CreateInstanceSnapshotResult = Shapes::StructureShape.new(name: 'CreateInstanceSnapshotResult')
160
173
  CreateInstancesFromSnapshotRequest = Shapes::StructureShape.new(name: 'CreateInstancesFromSnapshotRequest')
@@ -173,6 +186,7 @@ module Aws::Lightsail
173
186
  CreateRelationalDatabaseResult = Shapes::StructureShape.new(name: 'CreateRelationalDatabaseResult')
174
187
  CreateRelationalDatabaseSnapshotRequest = Shapes::StructureShape.new(name: 'CreateRelationalDatabaseSnapshotRequest')
175
188
  CreateRelationalDatabaseSnapshotResult = Shapes::StructureShape.new(name: 'CreateRelationalDatabaseSnapshotResult')
189
+ Currency = Shapes::StringShape.new(name: 'Currency')
176
190
  DeleteAlarmRequest = Shapes::StructureShape.new(name: 'DeleteAlarmRequest')
177
191
  DeleteAlarmResult = Shapes::StructureShape.new(name: 'DeleteAlarmResult')
178
192
  DeleteAutoSnapshotRequest = Shapes::StructureShape.new(name: 'DeleteAutoSnapshotRequest')
@@ -241,6 +255,8 @@ module Aws::Lightsail
241
255
  DistributionBundleList = Shapes::ListShape.new(name: 'DistributionBundleList')
242
256
  DistributionList = Shapes::ListShape.new(name: 'DistributionList')
243
257
  DistributionMetricName = Shapes::StringShape.new(name: 'DistributionMetricName')
258
+ DnsRecordCreationState = Shapes::StructureShape.new(name: 'DnsRecordCreationState')
259
+ DnsRecordCreationStateCode = Shapes::StringShape.new(name: 'DnsRecordCreationStateCode')
244
260
  Domain = Shapes::StructureShape.new(name: 'Domain')
245
261
  DomainEntry = Shapes::StructureShape.new(name: 'DomainEntry')
246
262
  DomainEntryList = Shapes::ListShape.new(name: 'DomainEntryList')
@@ -259,6 +275,8 @@ module Aws::Lightsail
259
275
  EnableAddOnResult = Shapes::StructureShape.new(name: 'EnableAddOnResult')
260
276
  EndpointRequest = Shapes::StructureShape.new(name: 'EndpointRequest')
261
277
  Environment = Shapes::MapShape.new(name: 'Environment')
278
+ EstimateByTime = Shapes::StructureShape.new(name: 'EstimateByTime')
279
+ EstimatesByTime = Shapes::ListShape.new(name: 'EstimatesByTime')
262
280
  ExportSnapshotRecord = Shapes::StructureShape.new(name: 'ExportSnapshotRecord')
263
281
  ExportSnapshotRecordList = Shapes::ListShape.new(name: 'ExportSnapshotRecordList')
264
282
  ExportSnapshotRecordSourceInfo = Shapes::StructureShape.new(name: 'ExportSnapshotRecordSourceInfo')
@@ -303,6 +321,8 @@ module Aws::Lightsail
303
321
  GetContainerServicePowersRequest = Shapes::StructureShape.new(name: 'GetContainerServicePowersRequest')
304
322
  GetContainerServicePowersResult = Shapes::StructureShape.new(name: 'GetContainerServicePowersResult')
305
323
  GetContainerServicesRequest = Shapes::StructureShape.new(name: 'GetContainerServicesRequest')
324
+ GetCostEstimateRequest = Shapes::StructureShape.new(name: 'GetCostEstimateRequest')
325
+ GetCostEstimateResult = Shapes::StructureShape.new(name: 'GetCostEstimateResult')
306
326
  GetDiskRequest = Shapes::StructureShape.new(name: 'GetDiskRequest')
307
327
  GetDiskResult = Shapes::StructureShape.new(name: 'GetDiskResult')
308
328
  GetDiskSnapshotRequest = Shapes::StructureShape.new(name: 'GetDiskSnapshotRequest')
@@ -351,6 +371,8 @@ module Aws::Lightsail
351
371
  GetLoadBalancerResult = Shapes::StructureShape.new(name: 'GetLoadBalancerResult')
352
372
  GetLoadBalancerTlsCertificatesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesRequest')
353
373
  GetLoadBalancerTlsCertificatesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesResult')
374
+ GetLoadBalancerTlsPoliciesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesRequest')
375
+ GetLoadBalancerTlsPoliciesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesResult')
354
376
  GetLoadBalancersRequest = Shapes::StructureShape.new(name: 'GetLoadBalancersRequest')
355
377
  GetLoadBalancersResult = Shapes::StructureShape.new(name: 'GetLoadBalancersResult')
356
378
  GetOperationRequest = Shapes::StructureShape.new(name: 'GetOperationRequest')
@@ -394,6 +416,9 @@ module Aws::Lightsail
394
416
  HeaderObject = Shapes::StructureShape.new(name: 'HeaderObject')
395
417
  HostKeyAttributes = Shapes::StructureShape.new(name: 'HostKeyAttributes')
396
418
  HostKeysList = Shapes::ListShape.new(name: 'HostKeysList')
419
+ HttpEndpoint = Shapes::StringShape.new(name: 'HttpEndpoint')
420
+ HttpProtocolIpv6 = Shapes::StringShape.new(name: 'HttpProtocolIpv6')
421
+ HttpTokens = Shapes::StringShape.new(name: 'HttpTokens')
397
422
  IAMAccessKeyId = Shapes::StringShape.new(name: 'IAMAccessKeyId')
398
423
  ImportKeyPairRequest = Shapes::StructureShape.new(name: 'ImportKeyPairRequest')
399
424
  ImportKeyPairResult = Shapes::StructureShape.new(name: 'ImportKeyPairResult')
@@ -411,6 +436,8 @@ module Aws::Lightsail
411
436
  InstanceHealthSummary = Shapes::StructureShape.new(name: 'InstanceHealthSummary')
412
437
  InstanceHealthSummaryList = Shapes::ListShape.new(name: 'InstanceHealthSummaryList')
413
438
  InstanceList = Shapes::ListShape.new(name: 'InstanceList')
439
+ InstanceMetadataOptions = Shapes::StructureShape.new(name: 'InstanceMetadataOptions')
440
+ InstanceMetadataState = Shapes::StringShape.new(name: 'InstanceMetadataState')
414
441
  InstanceMetricName = Shapes::StringShape.new(name: 'InstanceMetricName')
415
442
  InstanceNetworking = Shapes::StructureShape.new(name: 'InstanceNetworking')
416
443
  InstancePlatform = Shapes::StringShape.new(name: 'InstancePlatform')
@@ -445,6 +472,8 @@ module Aws::Lightsail
445
472
  LoadBalancerProtocol = Shapes::StringShape.new(name: 'LoadBalancerProtocol')
446
473
  LoadBalancerState = Shapes::StringShape.new(name: 'LoadBalancerState')
447
474
  LoadBalancerTlsCertificate = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificate')
475
+ LoadBalancerTlsCertificateDnsRecordCreationState = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateDnsRecordCreationState')
476
+ LoadBalancerTlsCertificateDnsRecordCreationStateCode = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateDnsRecordCreationStateCode')
448
477
  LoadBalancerTlsCertificateDomainStatus = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateDomainStatus')
449
478
  LoadBalancerTlsCertificateDomainValidationOption = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateDomainValidationOption')
450
479
  LoadBalancerTlsCertificateDomainValidationOptionList = Shapes::ListShape.new(name: 'LoadBalancerTlsCertificateDomainValidationOptionList')
@@ -458,6 +487,8 @@ module Aws::Lightsail
458
487
  LoadBalancerTlsCertificateStatus = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateStatus')
459
488
  LoadBalancerTlsCertificateSummary = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateSummary')
460
489
  LoadBalancerTlsCertificateSummaryList = Shapes::ListShape.new(name: 'LoadBalancerTlsCertificateSummaryList')
490
+ LoadBalancerTlsPolicy = Shapes::StructureShape.new(name: 'LoadBalancerTlsPolicy')
491
+ LoadBalancerTlsPolicyList = Shapes::ListShape.new(name: 'LoadBalancerTlsPolicyList')
461
492
  LogEvent = Shapes::StructureShape.new(name: 'LogEvent')
462
493
  LogEventList = Shapes::ListShape.new(name: 'LogEventList')
463
494
  MetricDatapoint = Shapes::StructureShape.new(name: 'MetricDatapoint')
@@ -469,6 +500,8 @@ module Aws::Lightsail
469
500
  MetricUnit = Shapes::StringShape.new(name: 'MetricUnit')
470
501
  MonitoredResourceInfo = Shapes::StructureShape.new(name: 'MonitoredResourceInfo')
471
502
  MonthlyTransfer = Shapes::StructureShape.new(name: 'MonthlyTransfer')
503
+ NameServersUpdateState = Shapes::StructureShape.new(name: 'NameServersUpdateState')
504
+ NameServersUpdateStateCode = Shapes::StringShape.new(name: 'NameServersUpdateStateCode')
472
505
  NetworkProtocol = Shapes::StringShape.new(name: 'NetworkProtocol')
473
506
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
474
507
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
@@ -497,11 +530,16 @@ module Aws::Lightsail
497
530
  PortList = Shapes::ListShape.new(name: 'PortList')
498
531
  PortMap = Shapes::MapShape.new(name: 'PortMap')
499
532
  PortState = Shapes::StringShape.new(name: 'PortState')
533
+ PricingUnit = Shapes::StringShape.new(name: 'PricingUnit')
534
+ PrivateRegistryAccess = Shapes::StructureShape.new(name: 'PrivateRegistryAccess')
535
+ PrivateRegistryAccessRequest = Shapes::StructureShape.new(name: 'PrivateRegistryAccessRequest')
500
536
  PutAlarmRequest = Shapes::StructureShape.new(name: 'PutAlarmRequest')
501
537
  PutAlarmResult = Shapes::StructureShape.new(name: 'PutAlarmResult')
502
538
  PutInstancePublicPortsRequest = Shapes::StructureShape.new(name: 'PutInstancePublicPortsRequest')
503
539
  PutInstancePublicPortsResult = Shapes::StructureShape.new(name: 'PutInstancePublicPortsResult')
504
540
  QueryStringObject = Shapes::StructureShape.new(name: 'QueryStringObject')
541
+ R53HostedZoneDeletionState = Shapes::StructureShape.new(name: 'R53HostedZoneDeletionState')
542
+ R53HostedZoneDeletionStateCode = Shapes::StringShape.new(name: 'R53HostedZoneDeletionStateCode')
505
543
  RebootInstanceRequest = Shapes::StructureShape.new(name: 'RebootInstanceRequest')
506
544
  RebootInstanceResult = Shapes::StructureShape.new(name: 'RebootInstanceResult')
507
545
  RebootRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'RebootRelationalDatabaseRequest')
@@ -512,6 +550,7 @@ module Aws::Lightsail
512
550
  RegionName = Shapes::StringShape.new(name: 'RegionName')
513
551
  RegisterContainerImageRequest = Shapes::StructureShape.new(name: 'RegisterContainerImageRequest')
514
552
  RegisterContainerImageResult = Shapes::StructureShape.new(name: 'RegisterContainerImageResult')
553
+ RegisteredDomainDelegationInfo = Shapes::StructureShape.new(name: 'RegisteredDomainDelegationInfo')
515
554
  RelationalDatabase = Shapes::StructureShape.new(name: 'RelationalDatabase')
516
555
  RelationalDatabaseBlueprint = Shapes::StructureShape.new(name: 'RelationalDatabaseBlueprint')
517
556
  RelationalDatabaseBlueprintList = Shapes::ListShape.new(name: 'RelationalDatabaseBlueprintList')
@@ -539,29 +578,40 @@ module Aws::Lightsail
539
578
  ResetDistributionCacheResult = Shapes::StructureShape.new(name: 'ResetDistributionCacheResult')
540
579
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
541
580
  ResourceBucketAccess = Shapes::StringShape.new(name: 'ResourceBucketAccess')
581
+ ResourceBudgetEstimate = Shapes::StructureShape.new(name: 'ResourceBudgetEstimate')
542
582
  ResourceLocation = Shapes::StructureShape.new(name: 'ResourceLocation')
543
583
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
544
584
  ResourceNameList = Shapes::ListShape.new(name: 'ResourceNameList')
545
585
  ResourceReceivingAccess = Shapes::StructureShape.new(name: 'ResourceReceivingAccess')
546
586
  ResourceRecord = Shapes::StructureShape.new(name: 'ResourceRecord')
547
587
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
588
+ ResourcesBudgetEstimate = Shapes::ListShape.new(name: 'ResourcesBudgetEstimate')
548
589
  RevocationReason = Shapes::StringShape.new(name: 'RevocationReason')
549
590
  SendContactMethodVerificationRequest = Shapes::StructureShape.new(name: 'SendContactMethodVerificationRequest')
550
591
  SendContactMethodVerificationResult = Shapes::StructureShape.new(name: 'SendContactMethodVerificationResult')
592
+ SensitiveNonEmptyString = Shapes::StringShape.new(name: 'SensitiveNonEmptyString')
551
593
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
552
594
  SerialNumber = Shapes::StringShape.new(name: 'SerialNumber')
553
595
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
596
+ Session = Shapes::StructureShape.new(name: 'Session')
597
+ Sessions = Shapes::ListShape.new(name: 'Sessions')
554
598
  SetIpAddressTypeRequest = Shapes::StructureShape.new(name: 'SetIpAddressTypeRequest')
555
599
  SetIpAddressTypeResult = Shapes::StructureShape.new(name: 'SetIpAddressTypeResult')
556
600
  SetResourceAccessForBucketRequest = Shapes::StructureShape.new(name: 'SetResourceAccessForBucketRequest')
557
601
  SetResourceAccessForBucketResult = Shapes::StructureShape.new(name: 'SetResourceAccessForBucketResult')
602
+ StartGUISessionRequest = Shapes::StructureShape.new(name: 'StartGUISessionRequest')
603
+ StartGUISessionResult = Shapes::StructureShape.new(name: 'StartGUISessionResult')
558
604
  StartInstanceRequest = Shapes::StructureShape.new(name: 'StartInstanceRequest')
559
605
  StartInstanceResult = Shapes::StructureShape.new(name: 'StartInstanceResult')
560
606
  StartRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'StartRelationalDatabaseRequest')
561
607
  StartRelationalDatabaseResult = Shapes::StructureShape.new(name: 'StartRelationalDatabaseResult')
562
608
  StaticIp = Shapes::StructureShape.new(name: 'StaticIp')
563
609
  StaticIpList = Shapes::ListShape.new(name: 'StaticIpList')
610
+ Status = Shapes::StringShape.new(name: 'Status')
564
611
  StatusType = Shapes::StringShape.new(name: 'StatusType')
612
+ StopGUISessionRequest = Shapes::StructureShape.new(name: 'StopGUISessionRequest')
613
+ StopGUISessionResult = Shapes::StructureShape.new(name: 'StopGUISessionResult')
614
+ StopInstanceOnIdleRequest = Shapes::StructureShape.new(name: 'StopInstanceOnIdleRequest')
565
615
  StopInstanceRequest = Shapes::StructureShape.new(name: 'StopInstanceRequest')
566
616
  StopInstanceResult = Shapes::StructureShape.new(name: 'StopInstanceResult')
567
617
  StopRelationalDatabaseRequest = Shapes::StructureShape.new(name: 'StopRelationalDatabaseRequest')
@@ -579,6 +629,7 @@ module Aws::Lightsail
579
629
  TestAlarmRequest = Shapes::StructureShape.new(name: 'TestAlarmRequest')
580
630
  TestAlarmResult = Shapes::StructureShape.new(name: 'TestAlarmResult')
581
631
  TimeOfDay = Shapes::StringShape.new(name: 'TimeOfDay')
632
+ TimePeriod = Shapes::StructureShape.new(name: 'TimePeriod')
582
633
  TreatMissingData = Shapes::StringShape.new(name: 'TreatMissingData')
583
634
  UnauthenticatedException = Shapes::StructureShape.new(name: 'UnauthenticatedException')
584
635
  UnpeerVpcRequest = Shapes::StructureShape.new(name: 'UnpeerVpcRequest')
@@ -597,6 +648,8 @@ module Aws::Lightsail
597
648
  UpdateDistributionResult = Shapes::StructureShape.new(name: 'UpdateDistributionResult')
598
649
  UpdateDomainEntryRequest = Shapes::StructureShape.new(name: 'UpdateDomainEntryRequest')
599
650
  UpdateDomainEntryResult = Shapes::StructureShape.new(name: 'UpdateDomainEntryResult')
651
+ UpdateInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'UpdateInstanceMetadataOptionsRequest')
652
+ UpdateInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'UpdateInstanceMetadataOptionsResult')
600
653
  UpdateLoadBalancerAttributeRequest = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeRequest')
601
654
  UpdateLoadBalancerAttributeResult = Shapes::StructureShape.new(name: 'UpdateLoadBalancerAttributeResult')
602
655
  UpdateRelationalDatabaseParametersRequest = Shapes::StructureShape.new(name: 'UpdateRelationalDatabaseParametersRequest')
@@ -637,6 +690,12 @@ module Aws::Lightsail
637
690
  AccessRules.add_member(:allow_public_overrides, Shapes::ShapeRef.new(shape: boolean, location_name: "allowPublicOverrides"))
638
691
  AccessRules.struct_class = Types::AccessRules
639
692
 
693
+ AccountLevelBpaSync.add_member(:status, Shapes::ShapeRef.new(shape: AccountLevelBpaSyncStatus, location_name: "status"))
694
+ AccountLevelBpaSync.add_member(:last_synced_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "lastSyncedAt"))
695
+ AccountLevelBpaSync.add_member(:message, Shapes::ShapeRef.new(shape: BPAStatusMessage, location_name: "message"))
696
+ AccountLevelBpaSync.add_member(:bpa_impacts_lightsail, Shapes::ShapeRef.new(shape: boolean, location_name: "bpaImpactsLightsail"))
697
+ AccountLevelBpaSync.struct_class = Types::AccountLevelBpaSync
698
+
640
699
  AccountSetupInProgressException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
641
700
  AccountSetupInProgressException.add_member(:docs, Shapes::ShapeRef.new(shape: string, location_name: "docs"))
642
701
  AccountSetupInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -647,12 +706,15 @@ module Aws::Lightsail
647
706
  AddOn.add_member(:status, Shapes::ShapeRef.new(shape: string, location_name: "status"))
648
707
  AddOn.add_member(:snapshot_time_of_day, Shapes::ShapeRef.new(shape: TimeOfDay, location_name: "snapshotTimeOfDay"))
649
708
  AddOn.add_member(:next_snapshot_time_of_day, Shapes::ShapeRef.new(shape: TimeOfDay, location_name: "nextSnapshotTimeOfDay"))
709
+ AddOn.add_member(:threshold, Shapes::ShapeRef.new(shape: string, location_name: "threshold"))
710
+ AddOn.add_member(:duration, Shapes::ShapeRef.new(shape: string, location_name: "duration"))
650
711
  AddOn.struct_class = Types::AddOn
651
712
 
652
713
  AddOnList.member = Shapes::ShapeRef.new(shape: AddOn)
653
714
 
654
715
  AddOnRequest.add_member(:add_on_type, Shapes::ShapeRef.new(shape: AddOnType, required: true, location_name: "addOnType"))
655
716
  AddOnRequest.add_member(:auto_snapshot_add_on_request, Shapes::ShapeRef.new(shape: AutoSnapshotAddOnRequest, location_name: "autoSnapshotAddOnRequest"))
717
+ AddOnRequest.add_member(:stop_instance_on_idle_request, Shapes::ShapeRef.new(shape: StopInstanceOnIdleRequest, location_name: "stopInstanceOnIdleRequest"))
656
718
  AddOnRequest.struct_class = Types::AddOnRequest
657
719
 
658
720
  AddOnRequestList.member = Shapes::ShapeRef.new(shape: AddOnRequest)
@@ -687,6 +749,8 @@ module Aws::Lightsail
687
749
  AllocateStaticIpResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
688
750
  AllocateStaticIpResult.struct_class = Types::AllocateStaticIpResult
689
751
 
752
+ AppCategoryList.member = Shapes::ShapeRef.new(shape: AppCategory)
753
+
690
754
  AttachCertificateToDistributionRequest.add_member(:distribution_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "distributionName"))
691
755
  AttachCertificateToDistributionRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "certificateName"))
692
756
  AttachCertificateToDistributionRequest.struct_class = Types::AttachCertificateToDistributionRequest
@@ -697,6 +761,7 @@ module Aws::Lightsail
697
761
  AttachDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
698
762
  AttachDiskRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
699
763
  AttachDiskRequest.add_member(:disk_path, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "diskPath"))
764
+ AttachDiskRequest.add_member(:auto_mounting, Shapes::ShapeRef.new(shape: boolean, location_name: "autoMounting"))
700
765
  AttachDiskRequest.struct_class = Types::AttachDiskRequest
701
766
 
702
767
  AttachDiskResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
@@ -761,6 +826,7 @@ module Aws::Lightsail
761
826
  Blueprint.add_member(:product_url, Shapes::ShapeRef.new(shape: string, location_name: "productUrl"))
762
827
  Blueprint.add_member(:license_url, Shapes::ShapeRef.new(shape: string, location_name: "licenseUrl"))
763
828
  Blueprint.add_member(:platform, Shapes::ShapeRef.new(shape: InstancePlatform, location_name: "platform"))
829
+ Blueprint.add_member(:app_category, Shapes::ShapeRef.new(shape: AppCategory, location_name: "appCategory"))
764
830
  Blueprint.struct_class = Types::Blueprint
765
831
 
766
832
  BlueprintList.member = Shapes::ShapeRef.new(shape: Blueprint)
@@ -815,6 +881,7 @@ module Aws::Lightsail
815
881
  Bundle.add_member(:ram_size_in_gb, Shapes::ShapeRef.new(shape: float, location_name: "ramSizeInGb"))
816
882
  Bundle.add_member(:transfer_per_month_in_gb, Shapes::ShapeRef.new(shape: integer, location_name: "transferPerMonthInGb"))
817
883
  Bundle.add_member(:supported_platforms, Shapes::ShapeRef.new(shape: InstancePlatformList, location_name: "supportedPlatforms"))
884
+ Bundle.add_member(:supported_app_categories, Shapes::ShapeRef.new(shape: AppCategoryList, location_name: "supportedAppCategories"))
818
885
  Bundle.struct_class = Types::Bundle
819
886
 
820
887
  BundleList.member = Shapes::ShapeRef.new(shape: Bundle)
@@ -947,6 +1014,7 @@ module Aws::Lightsail
947
1014
  ContainerService.add_member(:private_domain_name, Shapes::ShapeRef.new(shape: string, location_name: "privateDomainName"))
948
1015
  ContainerService.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
949
1016
  ContainerService.add_member(:url, Shapes::ShapeRef.new(shape: string, location_name: "url"))
1017
+ ContainerService.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccess, location_name: "privateRegistryAccess"))
950
1018
  ContainerService.struct_class = Types::ContainerService
951
1019
 
952
1020
  ContainerServiceDeployment.add_member(:version, Shapes::ShapeRef.new(shape: integer, location_name: "version"))
@@ -962,6 +1030,13 @@ module Aws::Lightsail
962
1030
  ContainerServiceDeploymentRequest.add_member(:public_endpoint, Shapes::ShapeRef.new(shape: EndpointRequest, location_name: "publicEndpoint"))
963
1031
  ContainerServiceDeploymentRequest.struct_class = Types::ContainerServiceDeploymentRequest
964
1032
 
1033
+ ContainerServiceECRImagePullerRole.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
1034
+ ContainerServiceECRImagePullerRole.add_member(:principal_arn, Shapes::ShapeRef.new(shape: string, location_name: "principalArn"))
1035
+ ContainerServiceECRImagePullerRole.struct_class = Types::ContainerServiceECRImagePullerRole
1036
+
1037
+ ContainerServiceECRImagePullerRoleRequest.add_member(:is_active, Shapes::ShapeRef.new(shape: boolean, location_name: "isActive"))
1038
+ ContainerServiceECRImagePullerRoleRequest.struct_class = Types::ContainerServiceECRImagePullerRoleRequest
1039
+
965
1040
  ContainerServiceEndpoint.add_member(:container_name, Shapes::ShapeRef.new(shape: string, location_name: "containerName"))
966
1041
  ContainerServiceEndpoint.add_member(:container_port, Shapes::ShapeRef.new(shape: integer, location_name: "containerPort"))
967
1042
  ContainerServiceEndpoint.add_member(:health_check, Shapes::ShapeRef.new(shape: ContainerServiceHealthCheckConfig, location_name: "healthCheck"))
@@ -1031,6 +1106,12 @@ module Aws::Lightsail
1031
1106
  CopySnapshotResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
1032
1107
  CopySnapshotResult.struct_class = Types::CopySnapshotResult
1033
1108
 
1109
+ CostEstimate.add_member(:usage_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "usageType"))
1110
+ CostEstimate.add_member(:results_by_time, Shapes::ShapeRef.new(shape: EstimatesByTime, location_name: "resultsByTime"))
1111
+ CostEstimate.struct_class = Types::CostEstimate
1112
+
1113
+ CostEstimates.member = Shapes::ShapeRef.new(shape: CostEstimate)
1114
+
1034
1115
  CreateBucketAccessKeyRequest.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "bucketName"))
1035
1116
  CreateBucketAccessKeyRequest.struct_class = Types::CreateBucketAccessKeyRequest
1036
1117
 
@@ -1090,6 +1171,7 @@ module Aws::Lightsail
1090
1171
  CreateContainerServiceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1091
1172
  CreateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
1092
1173
  CreateContainerServiceRequest.add_member(:deployment, Shapes::ShapeRef.new(shape: ContainerServiceDeploymentRequest, location_name: "deployment"))
1174
+ CreateContainerServiceRequest.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccessRequest, location_name: "privateRegistryAccess"))
1093
1175
  CreateContainerServiceRequest.struct_class = Types::CreateContainerServiceRequest
1094
1176
 
1095
1177
  CreateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
@@ -1156,6 +1238,16 @@ module Aws::Lightsail
1156
1238
  CreateDomainResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
1157
1239
  CreateDomainResult.struct_class = Types::CreateDomainResult
1158
1240
 
1241
+ CreateGUISessionAccessDetailsRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
1242
+ CreateGUISessionAccessDetailsRequest.struct_class = Types::CreateGUISessionAccessDetailsRequest
1243
+
1244
+ CreateGUISessionAccessDetailsResult.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
1245
+ CreateGUISessionAccessDetailsResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
1246
+ CreateGUISessionAccessDetailsResult.add_member(:percentage_complete, Shapes::ShapeRef.new(shape: integer, location_name: "percentageComplete"))
1247
+ CreateGUISessionAccessDetailsResult.add_member(:failure_reason, Shapes::ShapeRef.new(shape: string, location_name: "failureReason"))
1248
+ CreateGUISessionAccessDetailsResult.add_member(:sessions, Shapes::ShapeRef.new(shape: Sessions, location_name: "sessions"))
1249
+ CreateGUISessionAccessDetailsResult.struct_class = Types::CreateGUISessionAccessDetailsResult
1250
+
1159
1251
  CreateInstanceSnapshotRequest.add_member(:instance_snapshot_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceSnapshotName"))
1160
1252
  CreateInstanceSnapshotRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
1161
1253
  CreateInstanceSnapshotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
@@ -1215,6 +1307,7 @@ module Aws::Lightsail
1215
1307
  CreateLoadBalancerRequest.add_member(:certificate_alternative_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "certificateAlternativeNames"))
1216
1308
  CreateLoadBalancerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1217
1309
  CreateLoadBalancerRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
1310
+ CreateLoadBalancerRequest.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: string, location_name: "tlsPolicyName"))
1218
1311
  CreateLoadBalancerRequest.struct_class = Types::CreateLoadBalancerRequest
1219
1312
 
1220
1313
  CreateLoadBalancerResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
@@ -1364,6 +1457,7 @@ module Aws::Lightsail
1364
1457
  DeleteInstanceSnapshotResult.struct_class = Types::DeleteInstanceSnapshotResult
1365
1458
 
1366
1459
  DeleteKeyPairRequest.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "keyPairName"))
1460
+ DeleteKeyPairRequest.add_member(:expected_fingerprint, Shapes::ShapeRef.new(shape: string, location_name: "expectedFingerprint"))
1367
1461
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
1368
1462
 
1369
1463
  DeleteKeyPairResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
@@ -1456,6 +1550,7 @@ module Aws::Lightsail
1456
1550
  Disk.add_member(:is_attached, Shapes::ShapeRef.new(shape: boolean, location_name: "isAttached"))
1457
1551
  Disk.add_member(:attachment_state, Shapes::ShapeRef.new(shape: string, deprecated: true, location_name: "attachmentState"))
1458
1552
  Disk.add_member(:gb_in_use, Shapes::ShapeRef.new(shape: integer, deprecated: true, location_name: "gbInUse"))
1553
+ Disk.add_member(:auto_mount_status, Shapes::ShapeRef.new(shape: AutoMountStatus, location_name: "autoMountStatus"))
1459
1554
  Disk.struct_class = Types::Disk
1460
1555
 
1461
1556
  DiskInfo.add_member(:name, Shapes::ShapeRef.new(shape: string, location_name: "name"))
@@ -1507,6 +1602,10 @@ module Aws::Lightsail
1507
1602
 
1508
1603
  DistributionList.member = Shapes::ShapeRef.new(shape: LightsailDistribution)
1509
1604
 
1605
+ DnsRecordCreationState.add_member(:code, Shapes::ShapeRef.new(shape: DnsRecordCreationStateCode, location_name: "code"))
1606
+ DnsRecordCreationState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
1607
+ DnsRecordCreationState.struct_class = Types::DnsRecordCreationState
1608
+
1510
1609
  Domain.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1511
1610
  Domain.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
1512
1611
  Domain.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
@@ -1515,6 +1614,7 @@ module Aws::Lightsail
1515
1614
  Domain.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
1516
1615
  Domain.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1517
1616
  Domain.add_member(:domain_entries, Shapes::ShapeRef.new(shape: DomainEntryList, location_name: "domainEntries"))
1617
+ Domain.add_member(:registered_domain_delegation_info, Shapes::ShapeRef.new(shape: RegisteredDomainDelegationInfo, location_name: "registeredDomainDelegationInfo"))
1518
1618
  Domain.struct_class = Types::Domain
1519
1619
 
1520
1620
  DomainEntry.add_member(:id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "id"))
@@ -1536,6 +1636,8 @@ module Aws::Lightsail
1536
1636
 
1537
1637
  DomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
1538
1638
  DomainValidationRecord.add_member(:resource_record, Shapes::ShapeRef.new(shape: ResourceRecord, location_name: "resourceRecord"))
1639
+ DomainValidationRecord.add_member(:dns_record_creation_state, Shapes::ShapeRef.new(shape: DnsRecordCreationState, location_name: "dnsRecordCreationState"))
1640
+ DomainValidationRecord.add_member(:validation_status, Shapes::ShapeRef.new(shape: CertificateDomainValidationStatus, location_name: "validationStatus"))
1539
1641
  DomainValidationRecord.struct_class = Types::DomainValidationRecord
1540
1642
 
1541
1643
  DomainValidationRecordList.member = Shapes::ShapeRef.new(shape: DomainValidationRecord)
@@ -1544,6 +1646,7 @@ module Aws::Lightsail
1544
1646
 
1545
1647
  DownloadDefaultKeyPairResult.add_member(:public_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "publicKeyBase64"))
1546
1648
  DownloadDefaultKeyPairResult.add_member(:private_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "privateKeyBase64"))
1649
+ DownloadDefaultKeyPairResult.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
1547
1650
  DownloadDefaultKeyPairResult.struct_class = Types::DownloadDefaultKeyPairResult
1548
1651
 
1549
1652
  EnableAddOnRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
@@ -1561,6 +1664,15 @@ module Aws::Lightsail
1561
1664
  Environment.key = Shapes::ShapeRef.new(shape: string)
1562
1665
  Environment.value = Shapes::ShapeRef.new(shape: string)
1563
1666
 
1667
+ EstimateByTime.add_member(:usage_cost, Shapes::ShapeRef.new(shape: double, location_name: "usageCost"))
1668
+ EstimateByTime.add_member(:pricing_unit, Shapes::ShapeRef.new(shape: PricingUnit, location_name: "pricingUnit"))
1669
+ EstimateByTime.add_member(:unit, Shapes::ShapeRef.new(shape: double, location_name: "unit"))
1670
+ EstimateByTime.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, location_name: "currency"))
1671
+ EstimateByTime.add_member(:time_period, Shapes::ShapeRef.new(shape: TimePeriod, location_name: "timePeriod"))
1672
+ EstimateByTime.struct_class = Types::EstimateByTime
1673
+
1674
+ EstimatesByTime.member = Shapes::ShapeRef.new(shape: EstimateByTime)
1675
+
1564
1676
  ExportSnapshotRecord.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1565
1677
  ExportSnapshotRecord.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
1566
1678
  ExportSnapshotRecord.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
@@ -1615,6 +1727,7 @@ module Aws::Lightsail
1615
1727
 
1616
1728
  GetBlueprintsRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
1617
1729
  GetBlueprintsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1730
+ GetBlueprintsRequest.add_member(:app_category, Shapes::ShapeRef.new(shape: AppCategory, location_name: "appCategory"))
1618
1731
  GetBlueprintsRequest.struct_class = Types::GetBlueprintsRequest
1619
1732
 
1620
1733
  GetBlueprintsResult.add_member(:blueprints, Shapes::ShapeRef.new(shape: BlueprintList, location_name: "blueprints"))
@@ -1653,10 +1766,12 @@ module Aws::Lightsail
1653
1766
 
1654
1767
  GetBucketsResult.add_member(:buckets, Shapes::ShapeRef.new(shape: BucketList, location_name: "buckets"))
1655
1768
  GetBucketsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
1769
+ GetBucketsResult.add_member(:account_level_bpa_sync, Shapes::ShapeRef.new(shape: AccountLevelBpaSync, location_name: "accountLevelBpaSync"))
1656
1770
  GetBucketsResult.struct_class = Types::GetBucketsResult
1657
1771
 
1658
1772
  GetBundlesRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
1659
1773
  GetBundlesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1774
+ GetBundlesRequest.add_member(:app_category, Shapes::ShapeRef.new(shape: AppCategory, location_name: "appCategory"))
1660
1775
  GetBundlesRequest.struct_class = Types::GetBundlesRequest
1661
1776
 
1662
1777
  GetBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: BundleList, location_name: "bundles"))
@@ -1666,9 +1781,11 @@ module Aws::Lightsail
1666
1781
  GetCertificatesRequest.add_member(:certificate_statuses, Shapes::ShapeRef.new(shape: CertificateStatusList, location_name: "certificateStatuses"))
1667
1782
  GetCertificatesRequest.add_member(:include_certificate_details, Shapes::ShapeRef.new(shape: IncludeCertificateDetails, location_name: "includeCertificateDetails"))
1668
1783
  GetCertificatesRequest.add_member(:certificate_name, Shapes::ShapeRef.new(shape: CertificateName, location_name: "certificateName"))
1784
+ GetCertificatesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1669
1785
  GetCertificatesRequest.struct_class = Types::GetCertificatesRequest
1670
1786
 
1671
1787
  GetCertificatesResult.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateSummaryList, location_name: "certificates"))
1788
+ GetCertificatesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
1672
1789
  GetCertificatesResult.struct_class = Types::GetCertificatesResult
1673
1790
 
1674
1791
  GetCloudFormationStackRecordsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
@@ -1733,6 +1850,14 @@ module Aws::Lightsail
1733
1850
  GetContainerServicesRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ContainerServiceName, location_name: "serviceName"))
1734
1851
  GetContainerServicesRequest.struct_class = Types::GetContainerServicesRequest
1735
1852
 
1853
+ GetCostEstimateRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
1854
+ GetCostEstimateRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: IsoDate, required: true, location_name: "startTime"))
1855
+ GetCostEstimateRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: IsoDate, required: true, location_name: "endTime"))
1856
+ GetCostEstimateRequest.struct_class = Types::GetCostEstimateRequest
1857
+
1858
+ GetCostEstimateResult.add_member(:resources_budget_estimate, Shapes::ShapeRef.new(shape: ResourcesBudgetEstimate, location_name: "resourcesBudgetEstimate"))
1859
+ GetCostEstimateResult.struct_class = Types::GetCostEstimateResult
1860
+
1736
1861
  GetDiskRequest.add_member(:disk_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "diskName"))
1737
1862
  GetDiskRequest.struct_class = Types::GetDiskRequest
1738
1863
 
@@ -1877,6 +2002,7 @@ module Aws::Lightsail
1877
2002
  GetKeyPairResult.struct_class = Types::GetKeyPairResult
1878
2003
 
1879
2004
  GetKeyPairsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
2005
+ GetKeyPairsRequest.add_member(:include_default_key_pair, Shapes::ShapeRef.new(shape: boolean, location_name: "includeDefaultKeyPair"))
1880
2006
  GetKeyPairsRequest.struct_class = Types::GetKeyPairsRequest
1881
2007
 
1882
2008
  GetKeyPairsResult.add_member(:key_pairs, Shapes::ShapeRef.new(shape: KeyPairList, location_name: "keyPairs"))
@@ -1908,6 +2034,13 @@ module Aws::Lightsail
1908
2034
  GetLoadBalancerTlsCertificatesResult.add_member(:tls_certificates, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateList, location_name: "tlsCertificates"))
1909
2035
  GetLoadBalancerTlsCertificatesResult.struct_class = Types::GetLoadBalancerTlsCertificatesResult
1910
2036
 
2037
+ GetLoadBalancerTlsPoliciesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
2038
+ GetLoadBalancerTlsPoliciesRequest.struct_class = Types::GetLoadBalancerTlsPoliciesRequest
2039
+
2040
+ GetLoadBalancerTlsPoliciesResult.add_member(:tls_policies, Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicyList, location_name: "tlsPolicies"))
2041
+ GetLoadBalancerTlsPoliciesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
2042
+ GetLoadBalancerTlsPoliciesResult.struct_class = Types::GetLoadBalancerTlsPoliciesResult
2043
+
1911
2044
  GetLoadBalancersRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1912
2045
  GetLoadBalancersRequest.struct_class = Types::GetLoadBalancersRequest
1913
2046
 
@@ -1952,6 +2085,7 @@ module Aws::Lightsail
1952
2085
  GetRelationalDatabaseBlueprintsResult.struct_class = Types::GetRelationalDatabaseBlueprintsResult
1953
2086
 
1954
2087
  GetRelationalDatabaseBundlesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
2088
+ GetRelationalDatabaseBundlesRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
1955
2089
  GetRelationalDatabaseBundlesRequest.struct_class = Types::GetRelationalDatabaseBundlesRequest
1956
2090
 
1957
2091
  GetRelationalDatabaseBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: RelationalDatabaseBundleList, location_name: "bundles"))
@@ -2104,6 +2238,7 @@ module Aws::Lightsail
2104
2238
  Instance.add_member(:state, Shapes::ShapeRef.new(shape: InstanceState, location_name: "state"))
2105
2239
  Instance.add_member(:username, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "username"))
2106
2240
  Instance.add_member(:ssh_key_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "sshKeyName"))
2241
+ Instance.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "metadataOptions"))
2107
2242
  Instance.struct_class = Types::Instance
2108
2243
 
2109
2244
  InstanceAccessDetails.add_member(:cert_key, Shapes::ShapeRef.new(shape: string, location_name: "certKey"))
@@ -2141,6 +2276,13 @@ module Aws::Lightsail
2141
2276
 
2142
2277
  InstanceList.member = Shapes::ShapeRef.new(shape: Instance)
2143
2278
 
2279
+ InstanceMetadataOptions.add_member(:state, Shapes::ShapeRef.new(shape: InstanceMetadataState, location_name: "state"))
2280
+ InstanceMetadataOptions.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokens, location_name: "httpTokens"))
2281
+ InstanceMetadataOptions.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: HttpEndpoint, location_name: "httpEndpoint"))
2282
+ InstanceMetadataOptions.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: integer, location_name: "httpPutResponseHopLimit"))
2283
+ InstanceMetadataOptions.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: HttpProtocolIpv6, location_name: "httpProtocolIpv6"))
2284
+ InstanceMetadataOptions.struct_class = Types::InstanceMetadataOptions
2285
+
2144
2286
  InstanceNetworking.add_member(:monthly_transfer, Shapes::ShapeRef.new(shape: MonthlyTransfer, location_name: "monthlyTransfer"))
2145
2287
  InstanceNetworking.add_member(:ports, Shapes::ShapeRef.new(shape: InstancePortInfoList, location_name: "ports"))
2146
2288
  InstanceNetworking.struct_class = Types::InstanceNetworking
@@ -2265,6 +2407,8 @@ module Aws::Lightsail
2265
2407
  LoadBalancer.add_member(:tls_certificate_summaries, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummaryList, location_name: "tlsCertificateSummaries"))
2266
2408
  LoadBalancer.add_member(:configuration_options, Shapes::ShapeRef.new(shape: LoadBalancerConfigurationOptions, location_name: "configurationOptions"))
2267
2409
  LoadBalancer.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
2410
+ LoadBalancer.add_member(:https_redirection_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "httpsRedirectionEnabled"))
2411
+ LoadBalancer.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "tlsPolicyName"))
2268
2412
  LoadBalancer.struct_class = Types::LoadBalancer
2269
2413
 
2270
2414
  LoadBalancerConfigurationOptions.key = Shapes::ShapeRef.new(shape: LoadBalancerAttributeName)
@@ -2299,6 +2443,10 @@ module Aws::Lightsail
2299
2443
  LoadBalancerTlsCertificate.add_member(:subject_alternative_names, Shapes::ShapeRef.new(shape: StringList, location_name: "subjectAlternativeNames"))
2300
2444
  LoadBalancerTlsCertificate.struct_class = Types::LoadBalancerTlsCertificate
2301
2445
 
2446
+ LoadBalancerTlsCertificateDnsRecordCreationState.add_member(:code, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDnsRecordCreationStateCode, location_name: "code"))
2447
+ LoadBalancerTlsCertificateDnsRecordCreationState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2448
+ LoadBalancerTlsCertificateDnsRecordCreationState.struct_class = Types::LoadBalancerTlsCertificateDnsRecordCreationState
2449
+
2302
2450
  LoadBalancerTlsCertificateDomainValidationOption.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
2303
2451
  LoadBalancerTlsCertificateDomainValidationOption.add_member(:validation_status, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainStatus, location_name: "validationStatus"))
2304
2452
  LoadBalancerTlsCertificateDomainValidationOption.struct_class = Types::LoadBalancerTlsCertificateDomainValidationOption
@@ -2310,6 +2458,7 @@ module Aws::Lightsail
2310
2458
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "value"))
2311
2459
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:validation_status, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainStatus, location_name: "validationStatus"))
2312
2460
  LoadBalancerTlsCertificateDomainValidationRecord.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
2461
+ LoadBalancerTlsCertificateDomainValidationRecord.add_member(:dns_record_creation_state, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDnsRecordCreationState, location_name: "dnsRecordCreationState"))
2313
2462
  LoadBalancerTlsCertificateDomainValidationRecord.struct_class = Types::LoadBalancerTlsCertificateDomainValidationRecord
2314
2463
 
2315
2464
  LoadBalancerTlsCertificateDomainValidationRecordList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateDomainValidationRecord)
@@ -2326,6 +2475,15 @@ module Aws::Lightsail
2326
2475
 
2327
2476
  LoadBalancerTlsCertificateSummaryList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummary)
2328
2477
 
2478
+ LoadBalancerTlsPolicy.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
2479
+ LoadBalancerTlsPolicy.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "isDefault"))
2480
+ LoadBalancerTlsPolicy.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
2481
+ LoadBalancerTlsPolicy.add_member(:protocols, Shapes::ShapeRef.new(shape: StringList, location_name: "protocols"))
2482
+ LoadBalancerTlsPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: StringList, location_name: "ciphers"))
2483
+ LoadBalancerTlsPolicy.struct_class = Types::LoadBalancerTlsPolicy
2484
+
2485
+ LoadBalancerTlsPolicyList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicy)
2486
+
2329
2487
  LogEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
2330
2488
  LogEvent.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2331
2489
  LogEvent.struct_class = Types::LogEvent
@@ -2353,6 +2511,10 @@ module Aws::Lightsail
2353
2511
  MonthlyTransfer.add_member(:gb_per_month_allocated, Shapes::ShapeRef.new(shape: integer, location_name: "gbPerMonthAllocated"))
2354
2512
  MonthlyTransfer.struct_class = Types::MonthlyTransfer
2355
2513
 
2514
+ NameServersUpdateState.add_member(:code, Shapes::ShapeRef.new(shape: NameServersUpdateStateCode, location_name: "code"))
2515
+ NameServersUpdateState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2516
+ NameServersUpdateState.struct_class = Types::NameServersUpdateState
2517
+
2356
2518
  NotFoundException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
2357
2519
  NotFoundException.add_member(:docs, Shapes::ShapeRef.new(shape: string, location_name: "docs"))
2358
2520
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -2434,6 +2596,12 @@ module Aws::Lightsail
2434
2596
  PortMap.key = Shapes::ShapeRef.new(shape: string)
2435
2597
  PortMap.value = Shapes::ShapeRef.new(shape: ContainerServiceProtocol)
2436
2598
 
2599
+ PrivateRegistryAccess.add_member(:ecr_image_puller_role, Shapes::ShapeRef.new(shape: ContainerServiceECRImagePullerRole, location_name: "ecrImagePullerRole"))
2600
+ PrivateRegistryAccess.struct_class = Types::PrivateRegistryAccess
2601
+
2602
+ PrivateRegistryAccessRequest.add_member(:ecr_image_puller_role, Shapes::ShapeRef.new(shape: ContainerServiceECRImagePullerRoleRequest, location_name: "ecrImagePullerRole"))
2603
+ PrivateRegistryAccessRequest.struct_class = Types::PrivateRegistryAccessRequest
2604
+
2437
2605
  PutAlarmRequest.add_member(:alarm_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "alarmName"))
2438
2606
  PutAlarmRequest.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "metricName"))
2439
2607
  PutAlarmRequest.add_member(:monitored_resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "monitoredResourceName"))
@@ -2461,6 +2629,10 @@ module Aws::Lightsail
2461
2629
  QueryStringObject.add_member(:query_strings_allow_list, Shapes::ShapeRef.new(shape: StringList, location_name: "queryStringsAllowList"))
2462
2630
  QueryStringObject.struct_class = Types::QueryStringObject
2463
2631
 
2632
+ R53HostedZoneDeletionState.add_member(:code, Shapes::ShapeRef.new(shape: R53HostedZoneDeletionStateCode, location_name: "code"))
2633
+ R53HostedZoneDeletionState.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2634
+ R53HostedZoneDeletionState.struct_class = Types::R53HostedZoneDeletionState
2635
+
2464
2636
  RebootInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
2465
2637
  RebootInstanceRequest.struct_class = Types::RebootInstanceRequest
2466
2638
 
@@ -2491,6 +2663,10 @@ module Aws::Lightsail
2491
2663
  RegisterContainerImageResult.add_member(:container_image, Shapes::ShapeRef.new(shape: ContainerImage, location_name: "containerImage"))
2492
2664
  RegisterContainerImageResult.struct_class = Types::RegisterContainerImageResult
2493
2665
 
2666
+ RegisteredDomainDelegationInfo.add_member(:name_servers_update_state, Shapes::ShapeRef.new(shape: NameServersUpdateState, location_name: "nameServersUpdateState"))
2667
+ RegisteredDomainDelegationInfo.add_member(:r53_hosted_zone_deletion_state, Shapes::ShapeRef.new(shape: R53HostedZoneDeletionState, location_name: "r53HostedZoneDeletionState"))
2668
+ RegisteredDomainDelegationInfo.struct_class = Types::RegisteredDomainDelegationInfo
2669
+
2494
2670
  RelationalDatabase.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
2495
2671
  RelationalDatabase.add_member(:arn, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "arn"))
2496
2672
  RelationalDatabase.add_member(:support_code, Shapes::ShapeRef.new(shape: string, location_name: "supportCode"))
@@ -2612,6 +2788,13 @@ module Aws::Lightsail
2612
2788
  ResetDistributionCacheResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
2613
2789
  ResetDistributionCacheResult.struct_class = Types::ResetDistributionCacheResult
2614
2790
 
2791
+ ResourceBudgetEstimate.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "resourceName"))
2792
+ ResourceBudgetEstimate.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
2793
+ ResourceBudgetEstimate.add_member(:cost_estimates, Shapes::ShapeRef.new(shape: CostEstimates, location_name: "costEstimates"))
2794
+ ResourceBudgetEstimate.add_member(:start_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "startTime"))
2795
+ ResourceBudgetEstimate.add_member(:end_time, Shapes::ShapeRef.new(shape: IsoDate, location_name: "endTime"))
2796
+ ResourceBudgetEstimate.struct_class = Types::ResourceBudgetEstimate
2797
+
2615
2798
  ResourceLocation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: string, location_name: "availabilityZone"))
2616
2799
  ResourceLocation.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
2617
2800
  ResourceLocation.struct_class = Types::ResourceLocation
@@ -2627,6 +2810,8 @@ module Aws::Lightsail
2627
2810
  ResourceRecord.add_member(:value, Shapes::ShapeRef.new(shape: string, location_name: "value"))
2628
2811
  ResourceRecord.struct_class = Types::ResourceRecord
2629
2812
 
2813
+ ResourcesBudgetEstimate.member = Shapes::ShapeRef.new(shape: ResourceBudgetEstimate)
2814
+
2630
2815
  SendContactMethodVerificationRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: ContactMethodVerificationProtocol, required: true, location_name: "protocol"))
2631
2816
  SendContactMethodVerificationRequest.struct_class = Types::SendContactMethodVerificationRequest
2632
2817
 
@@ -2639,6 +2824,13 @@ module Aws::Lightsail
2639
2824
  ServiceException.add_member(:tip, Shapes::ShapeRef.new(shape: string, location_name: "tip"))
2640
2825
  ServiceException.struct_class = Types::ServiceException
2641
2826
 
2827
+ Session.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
2828
+ Session.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveNonEmptyString, location_name: "url"))
2829
+ Session.add_member(:is_primary, Shapes::ShapeRef.new(shape: boolean, location_name: "isPrimary"))
2830
+ Session.struct_class = Types::Session
2831
+
2832
+ Sessions.member = Shapes::ShapeRef.new(shape: Session)
2833
+
2642
2834
  SetIpAddressTypeRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "resourceType"))
2643
2835
  SetIpAddressTypeRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
2644
2836
  SetIpAddressTypeRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, required: true, location_name: "ipAddressType"))
@@ -2655,6 +2847,12 @@ module Aws::Lightsail
2655
2847
  SetResourceAccessForBucketResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
2656
2848
  SetResourceAccessForBucketResult.struct_class = Types::SetResourceAccessForBucketResult
2657
2849
 
2850
+ StartGUISessionRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
2851
+ StartGUISessionRequest.struct_class = Types::StartGUISessionRequest
2852
+
2853
+ StartGUISessionResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
2854
+ StartGUISessionResult.struct_class = Types::StartGUISessionResult
2855
+
2658
2856
  StartInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
2659
2857
  StartInstanceRequest.struct_class = Types::StartInstanceRequest
2660
2858
 
@@ -2680,6 +2878,16 @@ module Aws::Lightsail
2680
2878
 
2681
2879
  StaticIpList.member = Shapes::ShapeRef.new(shape: StaticIp)
2682
2880
 
2881
+ StopGUISessionRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
2882
+ StopGUISessionRequest.struct_class = Types::StopGUISessionRequest
2883
+
2884
+ StopGUISessionResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
2885
+ StopGUISessionResult.struct_class = Types::StopGUISessionResult
2886
+
2887
+ StopInstanceOnIdleRequest.add_member(:threshold, Shapes::ShapeRef.new(shape: string, location_name: "threshold"))
2888
+ StopInstanceOnIdleRequest.add_member(:duration, Shapes::ShapeRef.new(shape: string, location_name: "duration"))
2889
+ StopInstanceOnIdleRequest.struct_class = Types::StopInstanceOnIdleRequest
2890
+
2683
2891
  StopInstanceRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
2684
2892
  StopInstanceRequest.add_member(:force, Shapes::ShapeRef.new(shape: boolean, location_name: "force"))
2685
2893
  StopInstanceRequest.struct_class = Types::StopInstanceRequest
@@ -2721,6 +2929,10 @@ module Aws::Lightsail
2721
2929
  TestAlarmResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
2722
2930
  TestAlarmResult.struct_class = Types::TestAlarmResult
2723
2931
 
2932
+ TimePeriod.add_member(:start, Shapes::ShapeRef.new(shape: IsoDate, location_name: "start"))
2933
+ TimePeriod.add_member(:end, Shapes::ShapeRef.new(shape: IsoDate, location_name: "end"))
2934
+ TimePeriod.struct_class = Types::TimePeriod
2935
+
2724
2936
  UnauthenticatedException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
2725
2937
  UnauthenticatedException.add_member(:docs, Shapes::ShapeRef.new(shape: string, location_name: "docs"))
2726
2938
  UnauthenticatedException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -2763,6 +2975,7 @@ module Aws::Lightsail
2763
2975
  UpdateContainerServiceRequest.add_member(:scale, Shapes::ShapeRef.new(shape: ContainerServiceScale, location_name: "scale"))
2764
2976
  UpdateContainerServiceRequest.add_member(:is_disabled, Shapes::ShapeRef.new(shape: boolean, location_name: "isDisabled"))
2765
2977
  UpdateContainerServiceRequest.add_member(:public_domain_names, Shapes::ShapeRef.new(shape: ContainerServicePublicDomains, location_name: "publicDomainNames"))
2978
+ UpdateContainerServiceRequest.add_member(:private_registry_access, Shapes::ShapeRef.new(shape: PrivateRegistryAccessRequest, location_name: "privateRegistryAccess"))
2766
2979
  UpdateContainerServiceRequest.struct_class = Types::UpdateContainerServiceRequest
2767
2980
 
2768
2981
  UpdateContainerServiceResult.add_member(:container_service, Shapes::ShapeRef.new(shape: ContainerService, location_name: "containerService"))
@@ -2793,6 +3006,16 @@ module Aws::Lightsail
2793
3006
  UpdateDomainEntryResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
2794
3007
  UpdateDomainEntryResult.struct_class = Types::UpdateDomainEntryResult
2795
3008
 
3009
+ UpdateInstanceMetadataOptionsRequest.add_member(:instance_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "instanceName"))
3010
+ UpdateInstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokens, location_name: "httpTokens"))
3011
+ UpdateInstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: HttpEndpoint, location_name: "httpEndpoint"))
3012
+ UpdateInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: integer, location_name: "httpPutResponseHopLimit"))
3013
+ UpdateInstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: HttpProtocolIpv6, location_name: "httpProtocolIpv6"))
3014
+ UpdateInstanceMetadataOptionsRequest.struct_class = Types::UpdateInstanceMetadataOptionsRequest
3015
+
3016
+ UpdateInstanceMetadataOptionsResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
3017
+ UpdateInstanceMetadataOptionsResult.struct_class = Types::UpdateInstanceMetadataOptionsResult
3018
+
2796
3019
  UpdateLoadBalancerAttributeRequest.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "loadBalancerName"))
2797
3020
  UpdateLoadBalancerAttributeRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: LoadBalancerAttributeName, required: true, location_name: "attributeName"))
2798
3021
  UpdateLoadBalancerAttributeRequest.add_member(:attribute_value, Shapes::ShapeRef.new(shape: StringMax256, required: true, location_name: "attributeValue"))
@@ -3155,6 +3378,19 @@ module Aws::Lightsail
3155
3378
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
3156
3379
  end)
3157
3380
 
3381
+ api.add_operation(:create_gui_session_access_details, Seahorse::Model::Operation.new.tap do |o|
3382
+ o.name = "CreateGUISessionAccessDetails"
3383
+ o.http_method = "POST"
3384
+ o.http_request_uri = "/"
3385
+ o.input = Shapes::ShapeRef.new(shape: CreateGUISessionAccessDetailsRequest)
3386
+ o.output = Shapes::ShapeRef.new(shape: CreateGUISessionAccessDetailsResult)
3387
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3388
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
3389
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3390
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
3391
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
3392
+ end)
3393
+
3158
3394
  api.add_operation(:create_instance_snapshot, Seahorse::Model::Operation.new.tap do |o|
3159
3395
  o.name = "CreateInstanceSnapshot"
3160
3396
  o.http_method = "POST"
@@ -3963,6 +4199,19 @@ module Aws::Lightsail
3963
4199
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
3964
4200
  end)
3965
4201
 
4202
+ api.add_operation(:get_cost_estimate, Seahorse::Model::Operation.new.tap do |o|
4203
+ o.name = "GetCostEstimate"
4204
+ o.http_method = "POST"
4205
+ o.http_request_uri = "/"
4206
+ o.input = Shapes::ShapeRef.new(shape: GetCostEstimateRequest)
4207
+ o.output = Shapes::ShapeRef.new(shape: GetCostEstimateResult)
4208
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4209
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4210
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4211
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
4212
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4213
+ end)
4214
+
3966
4215
  api.add_operation(:get_disk, Seahorse::Model::Operation.new.tap do |o|
3967
4216
  o.name = "GetDisk"
3968
4217
  o.http_method = "POST"
@@ -4319,6 +4568,19 @@ module Aws::Lightsail
4319
4568
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4320
4569
  end)
4321
4570
 
4571
+ api.add_operation(:get_load_balancer_tls_policies, Seahorse::Model::Operation.new.tap do |o|
4572
+ o.name = "GetLoadBalancerTlsPolicies"
4573
+ o.http_method = "POST"
4574
+ o.http_request_uri = "/"
4575
+ o.input = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesRequest)
4576
+ o.output = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesResult)
4577
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
4578
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4579
+ o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
4580
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4582
+ end)
4583
+
4322
4584
  api.add_operation(:get_load_balancers, Seahorse::Model::Operation.new.tap do |o|
4323
4585
  o.name = "GetLoadBalancers"
4324
4586
  o.http_method = "POST"
@@ -4807,6 +5069,19 @@ module Aws::Lightsail
4807
5069
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4808
5070
  end)
4809
5071
 
5072
+ api.add_operation(:start_gui_session, Seahorse::Model::Operation.new.tap do |o|
5073
+ o.name = "StartGUISession"
5074
+ o.http_method = "POST"
5075
+ o.http_request_uri = "/"
5076
+ o.input = Shapes::ShapeRef.new(shape: StartGUISessionRequest)
5077
+ o.output = Shapes::ShapeRef.new(shape: StartGUISessionResult)
5078
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5079
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5080
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
5081
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
5082
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
5083
+ end)
5084
+
4810
5085
  api.add_operation(:start_instance, Seahorse::Model::Operation.new.tap do |o|
4811
5086
  o.name = "StartInstance"
4812
5087
  o.http_method = "POST"
@@ -4837,6 +5112,19 @@ module Aws::Lightsail
4837
5112
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4838
5113
  end)
4839
5114
 
5115
+ api.add_operation(:stop_gui_session, Seahorse::Model::Operation.new.tap do |o|
5116
+ o.name = "StopGUISession"
5117
+ o.http_method = "POST"
5118
+ o.http_request_uri = "/"
5119
+ o.input = Shapes::ShapeRef.new(shape: StopGUISessionRequest)
5120
+ o.output = Shapes::ShapeRef.new(shape: StopGUISessionResult)
5121
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5122
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5123
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
5124
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
5125
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
5126
+ end)
5127
+
4840
5128
  api.add_operation(:stop_instance, Seahorse::Model::Operation.new.tap do |o|
4841
5129
  o.name = "StopInstance"
4842
5130
  o.http_method = "POST"
@@ -5008,6 +5296,21 @@ module Aws::Lightsail
5008
5296
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
5009
5297
  end)
5010
5298
 
5299
+ api.add_operation(:update_instance_metadata_options, Seahorse::Model::Operation.new.tap do |o|
5300
+ o.name = "UpdateInstanceMetadataOptions"
5301
+ o.http_method = "POST"
5302
+ o.http_request_uri = "/"
5303
+ o.input = Shapes::ShapeRef.new(shape: UpdateInstanceMetadataOptionsRequest)
5304
+ o.output = Shapes::ShapeRef.new(shape: UpdateInstanceMetadataOptionsResult)
5305
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
5306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
5307
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
5308
+ o.errors << Shapes::ShapeRef.new(shape: OperationFailureException)
5309
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5310
+ o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
5311
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
5312
+ end)
5313
+
5011
5314
  api.add_operation(:update_load_balancer_attribute, Seahorse::Model::Operation.new.tap do |o|
5012
5315
  o.name = "UpdateLoadBalancerAttribute"
5013
5316
  o.http_method = "POST"