aws-sdk-vpclattice 1.39.0 → 1.40.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,6 +61,8 @@ module Aws::VPCLattice
61
61
  DeleteAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteAccessLogSubscriptionResponse')
62
62
  DeleteAuthPolicyRequest = Shapes::StructureShape.new(name: 'DeleteAuthPolicyRequest')
63
63
  DeleteAuthPolicyResponse = Shapes::StructureShape.new(name: 'DeleteAuthPolicyResponse')
64
+ DeleteDomainVerificationRequest = Shapes::StructureShape.new(name: 'DeleteDomainVerificationRequest')
65
+ DeleteDomainVerificationResponse = Shapes::StructureShape.new(name: 'DeleteDomainVerificationResponse')
64
66
  DeleteListenerRequest = Shapes::StructureShape.new(name: 'DeleteListenerRequest')
65
67
  DeleteListenerResponse = Shapes::StructureShape.new(name: 'DeleteListenerResponse')
66
68
  DeleteResourceConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteResourceConfigurationRequest')
@@ -89,8 +91,14 @@ module Aws::VPCLattice
89
91
  DeregisterTargetsRequestTargetsList = Shapes::ListShape.new(name: 'DeregisterTargetsRequestTargetsList')
90
92
  DeregisterTargetsResponse = Shapes::StructureShape.new(name: 'DeregisterTargetsResponse')
91
93
  DnsEntry = Shapes::StructureShape.new(name: 'DnsEntry')
94
+ DnsOptions = Shapes::StructureShape.new(name: 'DnsOptions')
92
95
  DnsResource = Shapes::StructureShape.new(name: 'DnsResource')
93
96
  DomainName = Shapes::StringShape.new(name: 'DomainName')
97
+ DomainVerificationArn = Shapes::StringShape.new(name: 'DomainVerificationArn')
98
+ DomainVerificationId = Shapes::StringShape.new(name: 'DomainVerificationId')
99
+ DomainVerificationIdentifier = Shapes::StringShape.new(name: 'DomainVerificationIdentifier')
100
+ DomainVerificationList = Shapes::ListShape.new(name: 'DomainVerificationList')
101
+ DomainVerificationSummary = Shapes::StructureShape.new(name: 'DomainVerificationSummary')
94
102
  FailureCode = Shapes::StringShape.new(name: 'FailureCode')
95
103
  FailureMessage = Shapes::StringShape.new(name: 'FailureMessage')
96
104
  FixedResponseAction = Shapes::StructureShape.new(name: 'FixedResponseAction')
@@ -99,6 +107,8 @@ module Aws::VPCLattice
99
107
  GetAccessLogSubscriptionResponse = Shapes::StructureShape.new(name: 'GetAccessLogSubscriptionResponse')
100
108
  GetAuthPolicyRequest = Shapes::StructureShape.new(name: 'GetAuthPolicyRequest')
101
109
  GetAuthPolicyResponse = Shapes::StructureShape.new(name: 'GetAuthPolicyResponse')
110
+ GetDomainVerificationRequest = Shapes::StructureShape.new(name: 'GetDomainVerificationRequest')
111
+ GetDomainVerificationResponse = Shapes::StructureShape.new(name: 'GetDomainVerificationResponse')
102
112
  GetListenerRequest = Shapes::StructureShape.new(name: 'GetListenerRequest')
103
113
  GetListenerResponse = Shapes::StructureShape.new(name: 'GetListenerResponse')
104
114
  GetResourceConfigurationRequest = Shapes::StructureShape.new(name: 'GetResourceConfigurationRequest')
@@ -148,6 +158,8 @@ module Aws::VPCLattice
148
158
  LambdaEventStructureVersion = Shapes::StringShape.new(name: 'LambdaEventStructureVersion')
149
159
  ListAccessLogSubscriptionsRequest = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsRequest')
150
160
  ListAccessLogSubscriptionsResponse = Shapes::StructureShape.new(name: 'ListAccessLogSubscriptionsResponse')
161
+ ListDomainVerificationsRequest = Shapes::StructureShape.new(name: 'ListDomainVerificationsRequest')
162
+ ListDomainVerificationsResponse = Shapes::StructureShape.new(name: 'ListDomainVerificationsResponse')
151
163
  ListListenersRequest = Shapes::StructureShape.new(name: 'ListListenersRequest')
152
164
  ListListenersResponse = Shapes::StructureShape.new(name: 'ListListenersResponse')
153
165
  ListResourceConfigurationsRequest = Shapes::StructureShape.new(name: 'ListResourceConfigurationsRequest')
@@ -196,6 +208,9 @@ module Aws::VPCLattice
196
208
  Port = Shapes::IntegerShape.new(name: 'Port')
197
209
  PortRange = Shapes::StringShape.new(name: 'PortRange')
198
210
  PortRangeList = Shapes::ListShape.new(name: 'PortRangeList')
211
+ PrivateDnsPreference = Shapes::StringShape.new(name: 'PrivateDnsPreference')
212
+ PrivateDnsSpecifiedDomain = Shapes::StringShape.new(name: 'PrivateDnsSpecifiedDomain')
213
+ PrivateDnsSpecifiedDomainsList = Shapes::ListShape.new(name: 'PrivateDnsSpecifiedDomainsList')
199
214
  ProtocolType = Shapes::StringShape.new(name: 'ProtocolType')
200
215
  PutAuthPolicyRequest = Shapes::StructureShape.new(name: 'PutAuthPolicyRequest')
201
216
  PutAuthPolicyResponse = Shapes::StructureShape.new(name: 'PutAuthPolicyResponse')
@@ -288,6 +303,8 @@ module Aws::VPCLattice
288
303
  ServiceStatus = Shapes::StringShape.new(name: 'ServiceStatus')
289
304
  ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
290
305
  SharingConfig = Shapes::StructureShape.new(name: 'SharingConfig')
306
+ StartDomainVerificationRequest = Shapes::StructureShape.new(name: 'StartDomainVerificationRequest')
307
+ StartDomainVerificationResponse = Shapes::StructureShape.new(name: 'StartDomainVerificationResponse')
291
308
  String = Shapes::StringShape.new(name: 'String')
292
309
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
293
310
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
@@ -319,6 +336,7 @@ module Aws::VPCLattice
319
336
  TargetSummaryList = Shapes::ListShape.new(name: 'TargetSummaryList')
320
337
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
321
338
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
339
+ TxtMethodConfig = Shapes::StructureShape.new(name: 'TxtMethodConfig')
322
340
  UnhealthyThresholdCount = Shapes::IntegerShape.new(name: 'UnhealthyThresholdCount')
323
341
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
324
342
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -346,6 +364,7 @@ module Aws::VPCLattice
346
364
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
347
365
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
348
366
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
367
+ VerificationStatus = Shapes::StringShape.new(name: 'VerificationStatus')
349
368
  VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
350
369
  VpcEndpointOwner = Shapes::StringShape.new(name: 'VpcEndpointOwner')
351
370
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -427,6 +446,9 @@ module Aws::VPCLattice
427
446
  CreateResourceConfigurationRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location_name: "resourceConfigurationGroupIdentifier"))
428
447
  CreateResourceConfigurationRequest.add_member(:resource_configuration_definition, Shapes::ShapeRef.new(shape: ResourceConfigurationDefinition, location_name: "resourceConfigurationDefinition"))
429
448
  CreateResourceConfigurationRequest.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
449
+ CreateResourceConfigurationRequest.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "customDomainName"))
450
+ CreateResourceConfigurationRequest.add_member(:group_domain, Shapes::ShapeRef.new(shape: DomainName, location_name: "groupDomain"))
451
+ CreateResourceConfigurationRequest.add_member(:domain_verification_identifier, Shapes::ShapeRef.new(shape: DomainVerificationIdentifier, location_name: "domainVerificationIdentifier"))
430
452
  CreateResourceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
431
453
  CreateResourceConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
432
454
  CreateResourceConfigurationRequest.struct_class = Types::CreateResourceConfigurationRequest
@@ -444,6 +466,10 @@ module Aws::VPCLattice
444
466
  CreateResourceConfigurationResponse.add_member(:allow_association_to_shareable_service_network, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowAssociationToShareableServiceNetwork"))
445
467
  CreateResourceConfigurationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
446
468
  CreateResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
469
+ CreateResourceConfigurationResponse.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "customDomainName"))
470
+ CreateResourceConfigurationResponse.add_member(:domain_verification_id, Shapes::ShapeRef.new(shape: DomainVerificationId, location_name: "domainVerificationId"))
471
+ CreateResourceConfigurationResponse.add_member(:group_domain, Shapes::ShapeRef.new(shape: DomainName, location_name: "groupDomain"))
472
+ CreateResourceConfigurationResponse.add_member(:domain_verification_arn, Shapes::ShapeRef.new(shape: DomainVerificationArn, location_name: "domainVerificationArn"))
447
473
  CreateResourceConfigurationResponse.struct_class = Types::CreateResourceConfigurationResponse
448
474
 
449
475
  CreateResourceGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
@@ -497,6 +523,7 @@ module Aws::VPCLattice
497
523
  CreateServiceNetworkResourceAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
498
524
  CreateServiceNetworkResourceAssociationRequest.add_member(:resource_configuration_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, required: true, location_name: "resourceConfigurationIdentifier"))
499
525
  CreateServiceNetworkResourceAssociationRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifierWithoutRegex, required: true, location_name: "serviceNetworkIdentifier"))
526
+ CreateServiceNetworkResourceAssociationRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
500
527
  CreateServiceNetworkResourceAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
501
528
  CreateServiceNetworkResourceAssociationRequest.struct_class = Types::CreateServiceNetworkResourceAssociationRequest
502
529
 
@@ -504,6 +531,7 @@ module Aws::VPCLattice
504
531
  CreateServiceNetworkResourceAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationArn, location_name: "arn"))
505
532
  CreateServiceNetworkResourceAssociationResponse.add_member(:status, Shapes::ShapeRef.new(shape: ServiceNetworkResourceAssociationStatus, location_name: "status"))
506
533
  CreateServiceNetworkResourceAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
534
+ CreateServiceNetworkResourceAssociationResponse.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
507
535
  CreateServiceNetworkResourceAssociationResponse.struct_class = Types::CreateServiceNetworkResourceAssociationResponse
508
536
 
509
537
  CreateServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
@@ -530,8 +558,10 @@ module Aws::VPCLattice
530
558
  CreateServiceNetworkVpcAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
531
559
  CreateServiceNetworkVpcAssociationRequest.add_member(:service_network_identifier, Shapes::ShapeRef.new(shape: ServiceNetworkIdentifier, required: true, location_name: "serviceNetworkIdentifier"))
532
560
  CreateServiceNetworkVpcAssociationRequest.add_member(:vpc_identifier, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcIdentifier"))
561
+ CreateServiceNetworkVpcAssociationRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
533
562
  CreateServiceNetworkVpcAssociationRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList, location_name: "securityGroupIds"))
534
563
  CreateServiceNetworkVpcAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
564
+ CreateServiceNetworkVpcAssociationRequest.add_member(:dns_options, Shapes::ShapeRef.new(shape: DnsOptions, location_name: "dnsOptions"))
535
565
  CreateServiceNetworkVpcAssociationRequest.struct_class = Types::CreateServiceNetworkVpcAssociationRequest
536
566
 
537
567
  CreateServiceNetworkVpcAssociationRequestSecurityGroupIdsList.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
@@ -541,6 +571,8 @@ module Aws::VPCLattice
541
571
  CreateServiceNetworkVpcAssociationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ServiceNetworkVpcAssociationArn, location_name: "arn"))
542
572
  CreateServiceNetworkVpcAssociationResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AccountId, location_name: "createdBy"))
543
573
  CreateServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
574
+ CreateServiceNetworkVpcAssociationResponse.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
575
+ CreateServiceNetworkVpcAssociationResponse.add_member(:dns_options, Shapes::ShapeRef.new(shape: DnsOptions, location_name: "dnsOptions"))
544
576
  CreateServiceNetworkVpcAssociationResponse.struct_class = Types::CreateServiceNetworkVpcAssociationResponse
545
577
 
546
578
  CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
@@ -586,6 +618,11 @@ module Aws::VPCLattice
586
618
 
587
619
  DeleteAuthPolicyResponse.struct_class = Types::DeleteAuthPolicyResponse
588
620
 
621
+ DeleteDomainVerificationRequest.add_member(:domain_verification_identifier, Shapes::ShapeRef.new(shape: DomainVerificationIdentifier, required: true, location: "uri", location_name: "domainVerificationIdentifier"))
622
+ DeleteDomainVerificationRequest.struct_class = Types::DeleteDomainVerificationRequest
623
+
624
+ DeleteDomainVerificationResponse.struct_class = Types::DeleteDomainVerificationResponse
625
+
589
626
  DeleteListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
590
627
  DeleteListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
591
628
  DeleteListenerRequest.struct_class = Types::DeleteListenerRequest
@@ -688,10 +725,26 @@ module Aws::VPCLattice
688
725
  DnsEntry.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "hostedZoneId"))
689
726
  DnsEntry.struct_class = Types::DnsEntry
690
727
 
728
+ DnsOptions.add_member(:private_dns_preference, Shapes::ShapeRef.new(shape: PrivateDnsPreference, location_name: "privateDnsPreference"))
729
+ DnsOptions.add_member(:private_dns_specified_domains, Shapes::ShapeRef.new(shape: PrivateDnsSpecifiedDomainsList, location_name: "privateDnsSpecifiedDomains"))
730
+ DnsOptions.struct_class = Types::DnsOptions
731
+
691
732
  DnsResource.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "domainName"))
692
733
  DnsResource.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: ResourceConfigurationIpAddressType, location_name: "ipAddressType"))
693
734
  DnsResource.struct_class = Types::DnsResource
694
735
 
736
+ DomainVerificationList.member = Shapes::ShapeRef.new(shape: DomainVerificationSummary)
737
+
738
+ DomainVerificationSummary.add_member(:id, Shapes::ShapeRef.new(shape: DomainVerificationId, required: true, location_name: "id"))
739
+ DomainVerificationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: DomainVerificationArn, required: true, location_name: "arn"))
740
+ DomainVerificationSummary.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
741
+ DomainVerificationSummary.add_member(:status, Shapes::ShapeRef.new(shape: VerificationStatus, required: true, location_name: "status"))
742
+ DomainVerificationSummary.add_member(:txt_method_config, Shapes::ShapeRef.new(shape: TxtMethodConfig, location_name: "txtMethodConfig"))
743
+ DomainVerificationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
744
+ DomainVerificationSummary.add_member(:last_verified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastVerifiedTime"))
745
+ DomainVerificationSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
746
+ DomainVerificationSummary.struct_class = Types::DomainVerificationSummary
747
+
695
748
  FixedResponseAction.add_member(:status_code, Shapes::ShapeRef.new(shape: HttpStatusCode, required: true, location_name: "statusCode"))
696
749
  FixedResponseAction.struct_class = Types::FixedResponseAction
697
750
 
@@ -720,6 +773,19 @@ module Aws::VPCLattice
720
773
  GetAuthPolicyResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
721
774
  GetAuthPolicyResponse.struct_class = Types::GetAuthPolicyResponse
722
775
 
776
+ GetDomainVerificationRequest.add_member(:domain_verification_identifier, Shapes::ShapeRef.new(shape: DomainVerificationIdentifier, required: true, location: "uri", location_name: "domainVerificationIdentifier"))
777
+ GetDomainVerificationRequest.struct_class = Types::GetDomainVerificationRequest
778
+
779
+ GetDomainVerificationResponse.add_member(:id, Shapes::ShapeRef.new(shape: DomainVerificationId, required: true, location_name: "id"))
780
+ GetDomainVerificationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DomainVerificationArn, required: true, location_name: "arn"))
781
+ GetDomainVerificationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
782
+ GetDomainVerificationResponse.add_member(:status, Shapes::ShapeRef.new(shape: VerificationStatus, required: true, location_name: "status"))
783
+ GetDomainVerificationResponse.add_member(:txt_method_config, Shapes::ShapeRef.new(shape: TxtMethodConfig, location_name: "txtMethodConfig"))
784
+ GetDomainVerificationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
785
+ GetDomainVerificationResponse.add_member(:last_verified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastVerifiedTime"))
786
+ GetDomainVerificationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
787
+ GetDomainVerificationResponse.struct_class = Types::GetDomainVerificationResponse
788
+
723
789
  GetListenerRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
724
790
  GetListenerRequest.add_member(:listener_identifier, Shapes::ShapeRef.new(shape: ListenerIdentifier, required: true, location: "uri", location_name: "listenerIdentifier"))
725
791
  GetListenerRequest.struct_class = Types::GetListenerRequest
@@ -755,6 +821,10 @@ module Aws::VPCLattice
755
821
  GetResourceConfigurationResponse.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
756
822
  GetResourceConfigurationResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
757
823
  GetResourceConfigurationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
824
+ GetResourceConfigurationResponse.add_member(:domain_verification_id, Shapes::ShapeRef.new(shape: DomainVerificationId, location_name: "domainVerificationId"))
825
+ GetResourceConfigurationResponse.add_member(:domain_verification_arn, Shapes::ShapeRef.new(shape: DomainVerificationArn, location_name: "domainVerificationArn"))
826
+ GetResourceConfigurationResponse.add_member(:domain_verification_status, Shapes::ShapeRef.new(shape: VerificationStatus, location_name: "domainVerificationStatus"))
827
+ GetResourceConfigurationResponse.add_member(:group_domain, Shapes::ShapeRef.new(shape: DomainName, location_name: "groupDomain"))
758
828
  GetResourceConfigurationResponse.struct_class = Types::GetResourceConfigurationResponse
759
829
 
760
830
  GetResourceGatewayRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, required: true, location: "uri", location_name: "resourceGatewayIdentifier"))
@@ -816,8 +886,10 @@ module Aws::VPCLattice
816
886
  GetServiceNetworkResourceAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
817
887
  GetServiceNetworkResourceAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
818
888
  GetServiceNetworkResourceAssociationResponse.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
889
+ GetServiceNetworkResourceAssociationResponse.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
819
890
  GetServiceNetworkResourceAssociationResponse.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
820
891
  GetServiceNetworkResourceAssociationResponse.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
892
+ GetServiceNetworkResourceAssociationResponse.add_member(:domain_verification_status, Shapes::ShapeRef.new(shape: VerificationStatus, location_name: "domainVerificationStatus"))
821
893
  GetServiceNetworkResourceAssociationResponse.struct_class = Types::GetServiceNetworkResourceAssociationResponse
822
894
 
823
895
  GetServiceNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "id"))
@@ -864,9 +936,11 @@ module Aws::VPCLattice
864
936
  GetServiceNetworkVpcAssociationResponse.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
865
937
  GetServiceNetworkVpcAssociationResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
866
938
  GetServiceNetworkVpcAssociationResponse.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupIds"))
939
+ GetServiceNetworkVpcAssociationResponse.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
867
940
  GetServiceNetworkVpcAssociationResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
868
941
  GetServiceNetworkVpcAssociationResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
869
942
  GetServiceNetworkVpcAssociationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
943
+ GetServiceNetworkVpcAssociationResponse.add_member(:dns_options, Shapes::ShapeRef.new(shape: DnsOptions, location_name: "dnsOptions"))
870
944
  GetServiceNetworkVpcAssociationResponse.struct_class = Types::GetServiceNetworkVpcAssociationResponse
871
945
 
872
946
  GetServiceRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
@@ -952,6 +1026,14 @@ module Aws::VPCLattice
952
1026
  ListAccessLogSubscriptionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
953
1027
  ListAccessLogSubscriptionsResponse.struct_class = Types::ListAccessLogSubscriptionsResponse
954
1028
 
1029
+ ListDomainVerificationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1030
+ ListDomainVerificationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1031
+ ListDomainVerificationsRequest.struct_class = Types::ListDomainVerificationsRequest
1032
+
1033
+ ListDomainVerificationsResponse.add_member(:items, Shapes::ShapeRef.new(shape: DomainVerificationList, required: true, location_name: "items"))
1034
+ ListDomainVerificationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1035
+ ListDomainVerificationsResponse.struct_class = Types::ListDomainVerificationsResponse
1036
+
955
1037
  ListListenersRequest.add_member(:service_identifier, Shapes::ShapeRef.new(shape: ServiceIdentifier, required: true, location: "uri", location_name: "serviceIdentifier"))
956
1038
  ListListenersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
957
1039
  ListListenersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
@@ -963,6 +1045,7 @@ module Aws::VPCLattice
963
1045
 
964
1046
  ListResourceConfigurationsRequest.add_member(:resource_gateway_identifier, Shapes::ShapeRef.new(shape: ResourceGatewayIdentifier, location: "querystring", location_name: "resourceGatewayIdentifier"))
965
1047
  ListResourceConfigurationsRequest.add_member(:resource_configuration_group_identifier, Shapes::ShapeRef.new(shape: ResourceConfigurationIdentifier, location: "querystring", location_name: "resourceConfigurationGroupIdentifier"))
1048
+ ListResourceConfigurationsRequest.add_member(:domain_verification_identifier, Shapes::ShapeRef.new(shape: DomainVerificationIdentifier, location: "querystring", location_name: "domainVerificationIdentifier"))
966
1049
  ListResourceConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
967
1050
  ListResourceConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
968
1051
  ListResourceConfigurationsRequest.struct_class = Types::ListResourceConfigurationsRequest
@@ -1116,6 +1199,8 @@ module Aws::VPCLattice
1116
1199
 
1117
1200
  PortRangeList.member = Shapes::ShapeRef.new(shape: PortRange)
1118
1201
 
1202
+ PrivateDnsSpecifiedDomainsList.member = Shapes::ShapeRef.new(shape: PrivateDnsSpecifiedDomain)
1203
+
1119
1204
  PutAuthPolicyRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location: "uri", location_name: "resourceIdentifier"))
1120
1205
  PutAuthPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: AuthPolicyString, required: true, location_name: "policy"))
1121
1206
  PutAuthPolicyRequest.struct_class = Types::PutAuthPolicyRequest
@@ -1160,6 +1245,9 @@ module Aws::VPCLattice
1160
1245
  ResourceConfigurationSummary.add_member(:amazon_managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonManaged"))
1161
1246
  ResourceConfigurationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1162
1247
  ResourceConfigurationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
1248
+ ResourceConfigurationSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "customDomainName"))
1249
+ ResourceConfigurationSummary.add_member(:domain_verification_id, Shapes::ShapeRef.new(shape: DomainVerificationId, location_name: "domainVerificationId"))
1250
+ ResourceConfigurationSummary.add_member(:group_domain, Shapes::ShapeRef.new(shape: DomainName, location_name: "groupDomain"))
1163
1251
  ResourceConfigurationSummary.struct_class = Types::ResourceConfigurationSummary
1164
1252
 
1165
1253
  ResourceConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: ResourceConfigurationSummary)
@@ -1282,6 +1370,7 @@ module Aws::VPCLattice
1282
1370
  ServiceNetworkResourceAssociationSummary.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
1283
1371
  ServiceNetworkResourceAssociationSummary.add_member(:is_managed_association, Shapes::ShapeRef.new(shape: Boolean, location_name: "isManagedAssociation"))
1284
1372
  ServiceNetworkResourceAssociationSummary.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
1373
+ ServiceNetworkResourceAssociationSummary.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
1285
1374
  ServiceNetworkResourceAssociationSummary.struct_class = Types::ServiceNetworkResourceAssociationSummary
1286
1375
 
1287
1376
  ServiceNetworkServiceAssociationList.member = Shapes::ShapeRef.new(shape: ServiceNetworkServiceAssociationSummary)
@@ -1321,6 +1410,8 @@ module Aws::VPCLattice
1321
1410
  ServiceNetworkVpcAssociationSummary.add_member(:service_network_id, Shapes::ShapeRef.new(shape: ServiceNetworkId, location_name: "serviceNetworkId"))
1322
1411
  ServiceNetworkVpcAssociationSummary.add_member(:service_network_name, Shapes::ShapeRef.new(shape: ServiceNetworkName, location_name: "serviceNetworkName"))
1323
1412
  ServiceNetworkVpcAssociationSummary.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
1413
+ ServiceNetworkVpcAssociationSummary.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "privateDnsEnabled"))
1414
+ ServiceNetworkVpcAssociationSummary.add_member(:dns_options, Shapes::ShapeRef.new(shape: DnsOptions, location_name: "dnsOptions"))
1324
1415
  ServiceNetworkVpcAssociationSummary.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
1325
1416
  ServiceNetworkVpcAssociationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedAt"))
1326
1417
  ServiceNetworkVpcAssociationSummary.struct_class = Types::ServiceNetworkVpcAssociationSummary
@@ -1347,6 +1438,18 @@ module Aws::VPCLattice
1347
1438
  SharingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
1348
1439
  SharingConfig.struct_class = Types::SharingConfig
1349
1440
 
1441
+ StartDomainVerificationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1442
+ StartDomainVerificationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
1443
+ StartDomainVerificationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1444
+ StartDomainVerificationRequest.struct_class = Types::StartDomainVerificationRequest
1445
+
1446
+ StartDomainVerificationResponse.add_member(:id, Shapes::ShapeRef.new(shape: DomainVerificationId, required: true, location_name: "id"))
1447
+ StartDomainVerificationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DomainVerificationArn, required: true, location_name: "arn"))
1448
+ StartDomainVerificationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "domainName"))
1449
+ StartDomainVerificationResponse.add_member(:status, Shapes::ShapeRef.new(shape: VerificationStatus, required: true, location_name: "status"))
1450
+ StartDomainVerificationResponse.add_member(:txt_method_config, Shapes::ShapeRef.new(shape: TxtMethodConfig, location_name: "txtMethodConfig"))
1451
+ StartDomainVerificationResponse.struct_class = Types::StartDomainVerificationResponse
1452
+
1350
1453
  SubnetList.member = Shapes::ShapeRef.new(shape: SubnetId)
1351
1454
 
1352
1455
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -1414,6 +1517,10 @@ module Aws::VPCLattice
1414
1517
  ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location: "header", location_name: "Retry-After"))
1415
1518
  ThrottlingException.struct_class = Types::ThrottlingException
1416
1519
 
1520
+ TxtMethodConfig.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
1521
+ TxtMethodConfig.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1522
+ TxtMethodConfig.struct_class = Types::TxtMethodConfig
1523
+
1417
1524
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "resourceArn"))
1418
1525
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location: "querystring", location_name: "tagKeys"))
1419
1526
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1786,6 +1893,19 @@ module Aws::VPCLattice
1786
1893
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1787
1894
  end)
1788
1895
 
1896
+ api.add_operation(:delete_domain_verification, Seahorse::Model::Operation.new.tap do |o|
1897
+ o.name = "DeleteDomainVerification"
1898
+ o.http_method = "DELETE"
1899
+ o.http_request_uri = "/domainverifications/{domainVerificationIdentifier}"
1900
+ o.input = Shapes::ShapeRef.new(shape: DeleteDomainVerificationRequest)
1901
+ o.output = Shapes::ShapeRef.new(shape: DeleteDomainVerificationResponse)
1902
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1905
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1906
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1907
+ end)
1908
+
1789
1909
  api.add_operation(:delete_listener, Seahorse::Model::Operation.new.tap do |o|
1790
1910
  o.name = "DeleteListener"
1791
1911
  o.http_method = "DELETE"
@@ -1991,6 +2111,19 @@ module Aws::VPCLattice
1991
2111
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1992
2112
  end)
1993
2113
 
2114
+ api.add_operation(:get_domain_verification, Seahorse::Model::Operation.new.tap do |o|
2115
+ o.name = "GetDomainVerification"
2116
+ o.http_method = "GET"
2117
+ o.http_request_uri = "/domainverifications/{domainVerificationIdentifier}"
2118
+ o.input = Shapes::ShapeRef.new(shape: GetDomainVerificationRequest)
2119
+ o.output = Shapes::ShapeRef.new(shape: GetDomainVerificationResponse)
2120
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2121
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2122
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2123
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2124
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2125
+ end)
2126
+
1994
2127
  api.add_operation(:get_listener, Seahorse::Model::Operation.new.tap do |o|
1995
2128
  o.name = "GetListener"
1996
2129
  o.http_method = "GET"
@@ -2152,6 +2285,25 @@ module Aws::VPCLattice
2152
2285
  )
2153
2286
  end)
2154
2287
 
2288
+ api.add_operation(:list_domain_verifications, Seahorse::Model::Operation.new.tap do |o|
2289
+ o.name = "ListDomainVerifications"
2290
+ o.http_method = "GET"
2291
+ o.http_request_uri = "/domainverifications"
2292
+ o.input = Shapes::ShapeRef.new(shape: ListDomainVerificationsRequest)
2293
+ o.output = Shapes::ShapeRef.new(shape: ListDomainVerificationsResponse)
2294
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2295
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2296
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2297
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2298
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2299
+ o[:pager] = Aws::Pager.new(
2300
+ limit_key: "max_results",
2301
+ tokens: {
2302
+ "next_token" => "next_token"
2303
+ }
2304
+ )
2305
+ end)
2306
+
2155
2307
  api.add_operation(:list_listeners, Seahorse::Model::Operation.new.tap do |o|
2156
2308
  o.name = "ListListeners"
2157
2309
  o.http_method = "GET"
@@ -2442,6 +2594,20 @@ module Aws::VPCLattice
2442
2594
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2443
2595
  end)
2444
2596
 
2597
+ api.add_operation(:start_domain_verification, Seahorse::Model::Operation.new.tap do |o|
2598
+ o.name = "StartDomainVerification"
2599
+ o.http_method = "POST"
2600
+ o.http_request_uri = "/domainverifications"
2601
+ o.input = Shapes::ShapeRef.new(shape: StartDomainVerificationRequest)
2602
+ o.output = Shapes::ShapeRef.new(shape: StartDomainVerificationResponse)
2603
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2604
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2605
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2606
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2607
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2608
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2609
+ end)
2610
+
2445
2611
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2446
2612
  o.name = "TagResource"
2447
2613
  o.http_method = "POST"