aws-sdk-lightsail 1.62.0 → 1.65.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')
@@ -52,6 +54,7 @@ module Aws::Lightsail
52
54
  AutoSnapshotStatus = Shapes::StringShape.new(name: 'AutoSnapshotStatus')
53
55
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
54
56
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
57
+ BPAStatusMessage = Shapes::StringShape.new(name: 'BPAStatusMessage')
55
58
  Base64 = Shapes::StringShape.new(name: 'Base64')
56
59
  BehaviorEnum = Shapes::StringShape.new(name: 'BehaviorEnum')
57
60
  Blueprint = Shapes::StructureShape.new(name: 'Blueprint')
@@ -351,6 +354,8 @@ module Aws::Lightsail
351
354
  GetLoadBalancerResult = Shapes::StructureShape.new(name: 'GetLoadBalancerResult')
352
355
  GetLoadBalancerTlsCertificatesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesRequest')
353
356
  GetLoadBalancerTlsCertificatesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesResult')
357
+ GetLoadBalancerTlsPoliciesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesRequest')
358
+ GetLoadBalancerTlsPoliciesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesResult')
354
359
  GetLoadBalancersRequest = Shapes::StructureShape.new(name: 'GetLoadBalancersRequest')
355
360
  GetLoadBalancersResult = Shapes::StructureShape.new(name: 'GetLoadBalancersResult')
356
361
  GetOperationRequest = Shapes::StructureShape.new(name: 'GetOperationRequest')
@@ -458,6 +463,8 @@ module Aws::Lightsail
458
463
  LoadBalancerTlsCertificateStatus = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateStatus')
459
464
  LoadBalancerTlsCertificateSummary = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateSummary')
460
465
  LoadBalancerTlsCertificateSummaryList = Shapes::ListShape.new(name: 'LoadBalancerTlsCertificateSummaryList')
466
+ LoadBalancerTlsPolicy = Shapes::StructureShape.new(name: 'LoadBalancerTlsPolicy')
467
+ LoadBalancerTlsPolicyList = Shapes::ListShape.new(name: 'LoadBalancerTlsPolicyList')
461
468
  LogEvent = Shapes::StructureShape.new(name: 'LogEvent')
462
469
  LogEventList = Shapes::ListShape.new(name: 'LogEventList')
463
470
  MetricDatapoint = Shapes::StructureShape.new(name: 'MetricDatapoint')
@@ -637,6 +644,12 @@ module Aws::Lightsail
637
644
  AccessRules.add_member(:allow_public_overrides, Shapes::ShapeRef.new(shape: boolean, location_name: "allowPublicOverrides"))
638
645
  AccessRules.struct_class = Types::AccessRules
639
646
 
647
+ AccountLevelBpaSync.add_member(:status, Shapes::ShapeRef.new(shape: AccountLevelBpaSyncStatus, location_name: "status"))
648
+ AccountLevelBpaSync.add_member(:last_synced_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "lastSyncedAt"))
649
+ AccountLevelBpaSync.add_member(:message, Shapes::ShapeRef.new(shape: BPAStatusMessage, location_name: "message"))
650
+ AccountLevelBpaSync.add_member(:bpa_impacts_lightsail, Shapes::ShapeRef.new(shape: boolean, location_name: "bpaImpactsLightsail"))
651
+ AccountLevelBpaSync.struct_class = Types::AccountLevelBpaSync
652
+
640
653
  AccountSetupInProgressException.add_member(:code, Shapes::ShapeRef.new(shape: string, location_name: "code"))
641
654
  AccountSetupInProgressException.add_member(:docs, Shapes::ShapeRef.new(shape: string, location_name: "docs"))
642
655
  AccountSetupInProgressException.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
@@ -1215,6 +1228,7 @@ module Aws::Lightsail
1215
1228
  CreateLoadBalancerRequest.add_member(:certificate_alternative_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "certificateAlternativeNames"))
1216
1229
  CreateLoadBalancerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
1217
1230
  CreateLoadBalancerRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
1231
+ CreateLoadBalancerRequest.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: string, location_name: "tlsPolicyName"))
1218
1232
  CreateLoadBalancerRequest.struct_class = Types::CreateLoadBalancerRequest
1219
1233
 
1220
1234
  CreateLoadBalancerResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
@@ -1364,6 +1378,7 @@ module Aws::Lightsail
1364
1378
  DeleteInstanceSnapshotResult.struct_class = Types::DeleteInstanceSnapshotResult
1365
1379
 
1366
1380
  DeleteKeyPairRequest.add_member(:key_pair_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "keyPairName"))
1381
+ DeleteKeyPairRequest.add_member(:expected_fingerprint, Shapes::ShapeRef.new(shape: string, location_name: "expectedFingerprint"))
1367
1382
  DeleteKeyPairRequest.struct_class = Types::DeleteKeyPairRequest
1368
1383
 
1369
1384
  DeleteKeyPairResult.add_member(:operation, Shapes::ShapeRef.new(shape: Operation, location_name: "operation"))
@@ -1544,6 +1559,7 @@ module Aws::Lightsail
1544
1559
 
1545
1560
  DownloadDefaultKeyPairResult.add_member(:public_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "publicKeyBase64"))
1546
1561
  DownloadDefaultKeyPairResult.add_member(:private_key_base_64, Shapes::ShapeRef.new(shape: Base64, location_name: "privateKeyBase64"))
1562
+ DownloadDefaultKeyPairResult.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
1547
1563
  DownloadDefaultKeyPairResult.struct_class = Types::DownloadDefaultKeyPairResult
1548
1564
 
1549
1565
  EnableAddOnRequest.add_member(:resource_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "resourceName"))
@@ -1653,6 +1669,7 @@ module Aws::Lightsail
1653
1669
 
1654
1670
  GetBucketsResult.add_member(:buckets, Shapes::ShapeRef.new(shape: BucketList, location_name: "buckets"))
1655
1671
  GetBucketsResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
1672
+ GetBucketsResult.add_member(:account_level_bpa_sync, Shapes::ShapeRef.new(shape: AccountLevelBpaSync, location_name: "accountLevelBpaSync"))
1656
1673
  GetBucketsResult.struct_class = Types::GetBucketsResult
1657
1674
 
1658
1675
  GetBundlesRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
@@ -1877,6 +1894,7 @@ module Aws::Lightsail
1877
1894
  GetKeyPairResult.struct_class = Types::GetKeyPairResult
1878
1895
 
1879
1896
  GetKeyPairsRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1897
+ GetKeyPairsRequest.add_member(:include_default_key_pair, Shapes::ShapeRef.new(shape: boolean, location_name: "includeDefaultKeyPair"))
1880
1898
  GetKeyPairsRequest.struct_class = Types::GetKeyPairsRequest
1881
1899
 
1882
1900
  GetKeyPairsResult.add_member(:key_pairs, Shapes::ShapeRef.new(shape: KeyPairList, location_name: "keyPairs"))
@@ -1908,6 +1926,13 @@ module Aws::Lightsail
1908
1926
  GetLoadBalancerTlsCertificatesResult.add_member(:tls_certificates, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateList, location_name: "tlsCertificates"))
1909
1927
  GetLoadBalancerTlsCertificatesResult.struct_class = Types::GetLoadBalancerTlsCertificatesResult
1910
1928
 
1929
+ GetLoadBalancerTlsPoliciesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1930
+ GetLoadBalancerTlsPoliciesRequest.struct_class = Types::GetLoadBalancerTlsPoliciesRequest
1931
+
1932
+ GetLoadBalancerTlsPoliciesResult.add_member(:tls_policies, Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicyList, location_name: "tlsPolicies"))
1933
+ GetLoadBalancerTlsPoliciesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
1934
+ GetLoadBalancerTlsPoliciesResult.struct_class = Types::GetLoadBalancerTlsPoliciesResult
1935
+
1911
1936
  GetLoadBalancersRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
1912
1937
  GetLoadBalancersRequest.struct_class = Types::GetLoadBalancersRequest
1913
1938
 
@@ -2265,6 +2290,8 @@ module Aws::Lightsail
2265
2290
  LoadBalancer.add_member(:tls_certificate_summaries, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummaryList, location_name: "tlsCertificateSummaries"))
2266
2291
  LoadBalancer.add_member(:configuration_options, Shapes::ShapeRef.new(shape: LoadBalancerConfigurationOptions, location_name: "configurationOptions"))
2267
2292
  LoadBalancer.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
2293
+ LoadBalancer.add_member(:https_redirection_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "httpsRedirectionEnabled"))
2294
+ LoadBalancer.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "tlsPolicyName"))
2268
2295
  LoadBalancer.struct_class = Types::LoadBalancer
2269
2296
 
2270
2297
  LoadBalancerConfigurationOptions.key = Shapes::ShapeRef.new(shape: LoadBalancerAttributeName)
@@ -2326,6 +2353,15 @@ module Aws::Lightsail
2326
2353
 
2327
2354
  LoadBalancerTlsCertificateSummaryList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummary)
2328
2355
 
2356
+ LoadBalancerTlsPolicy.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
2357
+ LoadBalancerTlsPolicy.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "isDefault"))
2358
+ LoadBalancerTlsPolicy.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
2359
+ LoadBalancerTlsPolicy.add_member(:protocols, Shapes::ShapeRef.new(shape: StringList, location_name: "protocols"))
2360
+ LoadBalancerTlsPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: StringList, location_name: "ciphers"))
2361
+ LoadBalancerTlsPolicy.struct_class = Types::LoadBalancerTlsPolicy
2362
+
2363
+ LoadBalancerTlsPolicyList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicy)
2364
+
2329
2365
  LogEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
2330
2366
  LogEvent.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
2331
2367
  LogEvent.struct_class = Types::LogEvent
@@ -4319,6 +4355,19 @@ module Aws::Lightsail
4319
4355
  o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4320
4356
  end)
4321
4357
 
4358
+ api.add_operation(:get_load_balancer_tls_policies, Seahorse::Model::Operation.new.tap do |o|
4359
+ o.name = "GetLoadBalancerTlsPolicies"
4360
+ o.http_method = "POST"
4361
+ o.http_request_uri = "/"
4362
+ o.input = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesRequest)
4363
+ o.output = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesResult)
4364
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
4365
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4366
+ o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
4367
+ o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
4368
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
4369
+ end)
4370
+
4322
4371
  api.add_operation(:get_load_balancers, Seahorse::Model::Operation.new.tap do |o|
4323
4372
  o.name = "GetLoadBalancers"
4324
4373
  o.http_method = "POST"