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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-vpclattice/client.rb +246 -1
- data/lib/aws-sdk-vpclattice/client_api.rb +166 -0
- data/lib/aws-sdk-vpclattice/types.rb +457 -9
- data/lib/aws-sdk-vpclattice.rb +1 -1
- data/sig/client.rbs +80 -1
- data/sig/types.rbs +105 -0
- metadata +1 -1
|
@@ -396,6 +396,24 @@ module Aws::VPCLattice
|
|
|
396
396
|
# false.
|
|
397
397
|
# @return [Boolean]
|
|
398
398
|
#
|
|
399
|
+
# @!attribute [rw] custom_domain_name
|
|
400
|
+
# A custom domain name for your resource configuration. Additionally,
|
|
401
|
+
# provide a DomainVerificationID to prove your ownership of a domain.
|
|
402
|
+
# @return [String]
|
|
403
|
+
#
|
|
404
|
+
# @!attribute [rw] group_domain
|
|
405
|
+
# (GROUP) The group domain for a group resource configuration. Any
|
|
406
|
+
# domains that you create for the child resource are subdomains of the
|
|
407
|
+
# group domain. Child resources inherit the verification status of the
|
|
408
|
+
# domain.
|
|
409
|
+
# @return [String]
|
|
410
|
+
#
|
|
411
|
+
# @!attribute [rw] domain_verification_identifier
|
|
412
|
+
# The domain verification ID of your verified custom domain name. If
|
|
413
|
+
# you don't provide an ID, you must configure the DNS settings
|
|
414
|
+
# yourself.
|
|
415
|
+
# @return [String]
|
|
416
|
+
#
|
|
399
417
|
# @!attribute [rw] client_token
|
|
400
418
|
# A unique, case-sensitive identifier that you provide to ensure the
|
|
401
419
|
# idempotency of the request. If you retry a request that completed
|
|
@@ -422,6 +440,9 @@ module Aws::VPCLattice
|
|
|
422
440
|
:resource_configuration_group_identifier,
|
|
423
441
|
:resource_configuration_definition,
|
|
424
442
|
:allow_association_to_shareable_service_network,
|
|
443
|
+
:custom_domain_name,
|
|
444
|
+
:group_domain,
|
|
445
|
+
:domain_verification_identifier,
|
|
425
446
|
:client_token,
|
|
426
447
|
:tags)
|
|
427
448
|
SENSITIVE = []
|
|
@@ -503,6 +524,25 @@ module Aws::VPCLattice
|
|
|
503
524
|
# The reason that the request failed.
|
|
504
525
|
# @return [String]
|
|
505
526
|
#
|
|
527
|
+
# @!attribute [rw] custom_domain_name
|
|
528
|
+
# The custom domain name for your resource configuration.
|
|
529
|
+
# @return [String]
|
|
530
|
+
#
|
|
531
|
+
# @!attribute [rw] domain_verification_id
|
|
532
|
+
# The domain name verification ID.
|
|
533
|
+
# @return [String]
|
|
534
|
+
#
|
|
535
|
+
# @!attribute [rw] group_domain
|
|
536
|
+
# (GROUP) The group domain for a group resource configuration. Any
|
|
537
|
+
# domains that you create for the child resource are subdomains of the
|
|
538
|
+
# group domain. Child resources inherit the verification status of the
|
|
539
|
+
# domain.
|
|
540
|
+
# @return [String]
|
|
541
|
+
#
|
|
542
|
+
# @!attribute [rw] domain_verification_arn
|
|
543
|
+
# The verification ID ARN
|
|
544
|
+
# @return [String]
|
|
545
|
+
#
|
|
506
546
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateResourceConfigurationResponse AWS API Documentation
|
|
507
547
|
#
|
|
508
548
|
class CreateResourceConfigurationResponse < Struct.new(
|
|
@@ -518,7 +558,11 @@ module Aws::VPCLattice
|
|
|
518
558
|
:resource_configuration_definition,
|
|
519
559
|
:allow_association_to_shareable_service_network,
|
|
520
560
|
:created_at,
|
|
521
|
-
:failure_reason
|
|
561
|
+
:failure_reason,
|
|
562
|
+
:custom_domain_name,
|
|
563
|
+
:domain_verification_id,
|
|
564
|
+
:group_domain,
|
|
565
|
+
:domain_verification_arn)
|
|
522
566
|
SENSITIVE = []
|
|
523
567
|
include Aws::Structure
|
|
524
568
|
end
|
|
@@ -819,6 +863,11 @@ module Aws::VPCLattice
|
|
|
819
863
|
# configuration.
|
|
820
864
|
# @return [String]
|
|
821
865
|
#
|
|
866
|
+
# @!attribute [rw] private_dns_enabled
|
|
867
|
+
# Indicates if private DNS is enabled for the service network resource
|
|
868
|
+
# association.
|
|
869
|
+
# @return [Boolean]
|
|
870
|
+
#
|
|
822
871
|
# @!attribute [rw] tags
|
|
823
872
|
# A key-value pair to associate with a resource.
|
|
824
873
|
# @return [Hash<String,String>]
|
|
@@ -829,6 +878,7 @@ module Aws::VPCLattice
|
|
|
829
878
|
:client_token,
|
|
830
879
|
:resource_configuration_identifier,
|
|
831
880
|
:service_network_identifier,
|
|
881
|
+
:private_dns_enabled,
|
|
832
882
|
:tags)
|
|
833
883
|
SENSITIVE = []
|
|
834
884
|
include Aws::Structure
|
|
@@ -850,13 +900,19 @@ module Aws::VPCLattice
|
|
|
850
900
|
# The ID of the account that created the association.
|
|
851
901
|
# @return [String]
|
|
852
902
|
#
|
|
903
|
+
# @!attribute [rw] private_dns_enabled
|
|
904
|
+
# Indicates if private DNS is is enabled for the service network
|
|
905
|
+
# resource association.
|
|
906
|
+
# @return [Boolean]
|
|
907
|
+
#
|
|
853
908
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkResourceAssociationResponse AWS API Documentation
|
|
854
909
|
#
|
|
855
910
|
class CreateServiceNetworkResourceAssociationResponse < Struct.new(
|
|
856
911
|
:id,
|
|
857
912
|
:arn,
|
|
858
913
|
:status,
|
|
859
|
-
:created_by
|
|
914
|
+
:created_by,
|
|
915
|
+
:private_dns_enabled)
|
|
860
916
|
SENSITIVE = []
|
|
861
917
|
include Aws::Structure
|
|
862
918
|
end
|
|
@@ -985,6 +1041,10 @@ module Aws::VPCLattice
|
|
|
985
1041
|
# The ID of the VPC.
|
|
986
1042
|
# @return [String]
|
|
987
1043
|
#
|
|
1044
|
+
# @!attribute [rw] private_dns_enabled
|
|
1045
|
+
# Indicates if private DNS is enabled for the VPC association.
|
|
1046
|
+
# @return [Boolean]
|
|
1047
|
+
#
|
|
988
1048
|
# @!attribute [rw] security_group_ids
|
|
989
1049
|
# The IDs of the security groups. Security groups aren't added by
|
|
990
1050
|
# default. You can add a security group to apply network level
|
|
@@ -1002,14 +1062,20 @@ module Aws::VPCLattice
|
|
|
1002
1062
|
# The tags for the association.
|
|
1003
1063
|
# @return [Hash<String,String>]
|
|
1004
1064
|
#
|
|
1065
|
+
# @!attribute [rw] dns_options
|
|
1066
|
+
# DNS options for the service network VPC association.
|
|
1067
|
+
# @return [Types::DnsOptions]
|
|
1068
|
+
#
|
|
1005
1069
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkVpcAssociationRequest AWS API Documentation
|
|
1006
1070
|
#
|
|
1007
1071
|
class CreateServiceNetworkVpcAssociationRequest < Struct.new(
|
|
1008
1072
|
:client_token,
|
|
1009
1073
|
:service_network_identifier,
|
|
1010
1074
|
:vpc_identifier,
|
|
1075
|
+
:private_dns_enabled,
|
|
1011
1076
|
:security_group_ids,
|
|
1012
|
-
:tags
|
|
1077
|
+
:tags,
|
|
1078
|
+
:dns_options)
|
|
1013
1079
|
SENSITIVE = []
|
|
1014
1080
|
include Aws::Structure
|
|
1015
1081
|
end
|
|
@@ -1034,6 +1100,14 @@ module Aws::VPCLattice
|
|
|
1034
1100
|
# The IDs of the security groups.
|
|
1035
1101
|
# @return [Array<String>]
|
|
1036
1102
|
#
|
|
1103
|
+
# @!attribute [rw] private_dns_enabled
|
|
1104
|
+
# Indicates if private DNS is enabled for the VPC association.
|
|
1105
|
+
# @return [Boolean]
|
|
1106
|
+
#
|
|
1107
|
+
# @!attribute [rw] dns_options
|
|
1108
|
+
# The DNS configuration options.
|
|
1109
|
+
# @return [Types::DnsOptions]
|
|
1110
|
+
#
|
|
1037
1111
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkVpcAssociationResponse AWS API Documentation
|
|
1038
1112
|
#
|
|
1039
1113
|
class CreateServiceNetworkVpcAssociationResponse < Struct.new(
|
|
@@ -1041,7 +1115,9 @@ module Aws::VPCLattice
|
|
|
1041
1115
|
:status,
|
|
1042
1116
|
:arn,
|
|
1043
1117
|
:created_by,
|
|
1044
|
-
:security_group_ids
|
|
1118
|
+
:security_group_ids,
|
|
1119
|
+
:private_dns_enabled,
|
|
1120
|
+
:dns_options)
|
|
1045
1121
|
SENSITIVE = []
|
|
1046
1122
|
include Aws::Structure
|
|
1047
1123
|
end
|
|
@@ -1260,6 +1336,22 @@ module Aws::VPCLattice
|
|
|
1260
1336
|
#
|
|
1261
1337
|
class DeleteAuthPolicyResponse < Aws::EmptyStructure; end
|
|
1262
1338
|
|
|
1339
|
+
# @!attribute [rw] domain_verification_identifier
|
|
1340
|
+
# The ID of the domain verification to delete.
|
|
1341
|
+
# @return [String]
|
|
1342
|
+
#
|
|
1343
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteDomainVerificationRequest AWS API Documentation
|
|
1344
|
+
#
|
|
1345
|
+
class DeleteDomainVerificationRequest < Struct.new(
|
|
1346
|
+
:domain_verification_identifier)
|
|
1347
|
+
SENSITIVE = []
|
|
1348
|
+
include Aws::Structure
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DeleteDomainVerificationResponse AWS API Documentation
|
|
1352
|
+
#
|
|
1353
|
+
class DeleteDomainVerificationResponse < Aws::EmptyStructure; end
|
|
1354
|
+
|
|
1263
1355
|
# @!attribute [rw] service_identifier
|
|
1264
1356
|
# The ID or ARN of the service.
|
|
1265
1357
|
# @return [String]
|
|
@@ -1676,6 +1768,49 @@ module Aws::VPCLattice
|
|
|
1676
1768
|
include Aws::Structure
|
|
1677
1769
|
end
|
|
1678
1770
|
|
|
1771
|
+
# The DNS configuration options.
|
|
1772
|
+
#
|
|
1773
|
+
# @!attribute [rw] private_dns_preference
|
|
1774
|
+
# The preference for which private domains have a private hosted zone
|
|
1775
|
+
# created for and associated with the specified VPC. Only supported
|
|
1776
|
+
# when private DNS is enabled and when the VPC endpoint type is
|
|
1777
|
+
# ServiceNetwork or Resource.
|
|
1778
|
+
#
|
|
1779
|
+
# * `ALL_DOMAINS` - VPC Lattice provisions private hosted zones for
|
|
1780
|
+
# all custom domain names.
|
|
1781
|
+
#
|
|
1782
|
+
# * `VERIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
1783
|
+
# zone only if custom domain name has been verified by the provider.
|
|
1784
|
+
#
|
|
1785
|
+
# * `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` - VPC Lattice provisions
|
|
1786
|
+
# private hosted zones for all verified custom domain names and
|
|
1787
|
+
# other domain names that the resource consumer specifies. The
|
|
1788
|
+
# resource consumer specifies the domain names in the
|
|
1789
|
+
# privateDnsSpecifiedDomains parameter.
|
|
1790
|
+
#
|
|
1791
|
+
# * `SPECIFIED_DOMAINS_ONLY` - VPC Lattice provisions a private hosted
|
|
1792
|
+
# zone for domain names specified by the resource consumer. The
|
|
1793
|
+
# resource consumer specifies the domain names in the
|
|
1794
|
+
# privateDnsSpecifiedDomains parameter.
|
|
1795
|
+
# @return [String]
|
|
1796
|
+
#
|
|
1797
|
+
# @!attribute [rw] private_dns_specified_domains
|
|
1798
|
+
# Indicates which of the private domains to create private hosted
|
|
1799
|
+
# zones for and associate with the specified VPC. Only supported when
|
|
1800
|
+
# private DNS is enabled and the private DNS preference is
|
|
1801
|
+
# `VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS` or
|
|
1802
|
+
# `SPECIFIED_DOMAINS_ONLY`.
|
|
1803
|
+
# @return [Array<String>]
|
|
1804
|
+
#
|
|
1805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DnsOptions AWS API Documentation
|
|
1806
|
+
#
|
|
1807
|
+
class DnsOptions < Struct.new(
|
|
1808
|
+
:private_dns_preference,
|
|
1809
|
+
:private_dns_specified_domains)
|
|
1810
|
+
SENSITIVE = []
|
|
1811
|
+
include Aws::Structure
|
|
1812
|
+
end
|
|
1813
|
+
|
|
1679
1814
|
# The DNS name of the resource.
|
|
1680
1815
|
#
|
|
1681
1816
|
# @!attribute [rw] domain_name
|
|
@@ -1695,6 +1830,57 @@ module Aws::VPCLattice
|
|
|
1695
1830
|
include Aws::Structure
|
|
1696
1831
|
end
|
|
1697
1832
|
|
|
1833
|
+
# Summary information about a domain verification.
|
|
1834
|
+
#
|
|
1835
|
+
# @!attribute [rw] id
|
|
1836
|
+
# The ID of the domain verification.
|
|
1837
|
+
# @return [String]
|
|
1838
|
+
#
|
|
1839
|
+
# @!attribute [rw] arn
|
|
1840
|
+
# The Amazon Resource Name (ARN) of the domain verification.
|
|
1841
|
+
# @return [String]
|
|
1842
|
+
#
|
|
1843
|
+
# @!attribute [rw] domain_name
|
|
1844
|
+
# The domain name being verified.
|
|
1845
|
+
# @return [String]
|
|
1846
|
+
#
|
|
1847
|
+
# @!attribute [rw] status
|
|
1848
|
+
# The current status of the domain verification process.
|
|
1849
|
+
# @return [String]
|
|
1850
|
+
#
|
|
1851
|
+
# @!attribute [rw] txt_method_config
|
|
1852
|
+
# The TXT record configuration used for domain verification.
|
|
1853
|
+
# @return [Types::TxtMethodConfig]
|
|
1854
|
+
#
|
|
1855
|
+
# @!attribute [rw] created_at
|
|
1856
|
+
# The date and time that the domain verification was created, in
|
|
1857
|
+
# ISO-8601 format.
|
|
1858
|
+
# @return [Time]
|
|
1859
|
+
#
|
|
1860
|
+
# @!attribute [rw] last_verified_time
|
|
1861
|
+
# The date and time that the domain was last successfully verified, in
|
|
1862
|
+
# ISO-8601 format.
|
|
1863
|
+
# @return [Time]
|
|
1864
|
+
#
|
|
1865
|
+
# @!attribute [rw] tags
|
|
1866
|
+
# The tags associated with the domain verification.
|
|
1867
|
+
# @return [Hash<String,String>]
|
|
1868
|
+
#
|
|
1869
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/DomainVerificationSummary AWS API Documentation
|
|
1870
|
+
#
|
|
1871
|
+
class DomainVerificationSummary < Struct.new(
|
|
1872
|
+
:id,
|
|
1873
|
+
:arn,
|
|
1874
|
+
:domain_name,
|
|
1875
|
+
:status,
|
|
1876
|
+
:txt_method_config,
|
|
1877
|
+
:created_at,
|
|
1878
|
+
:last_verified_time,
|
|
1879
|
+
:tags)
|
|
1880
|
+
SENSITIVE = []
|
|
1881
|
+
include Aws::Structure
|
|
1882
|
+
end
|
|
1883
|
+
|
|
1698
1884
|
# Describes an action that returns a custom HTTP response.
|
|
1699
1885
|
#
|
|
1700
1886
|
# @!attribute [rw] status_code
|
|
@@ -1847,6 +2033,67 @@ module Aws::VPCLattice
|
|
|
1847
2033
|
include Aws::Structure
|
|
1848
2034
|
end
|
|
1849
2035
|
|
|
2036
|
+
# @!attribute [rw] domain_verification_identifier
|
|
2037
|
+
# The ID or ARN of the domain verification to retrieve.
|
|
2038
|
+
# @return [String]
|
|
2039
|
+
#
|
|
2040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetDomainVerificationRequest AWS API Documentation
|
|
2041
|
+
#
|
|
2042
|
+
class GetDomainVerificationRequest < Struct.new(
|
|
2043
|
+
:domain_verification_identifier)
|
|
2044
|
+
SENSITIVE = []
|
|
2045
|
+
include Aws::Structure
|
|
2046
|
+
end
|
|
2047
|
+
|
|
2048
|
+
# @!attribute [rw] id
|
|
2049
|
+
# The ID of the domain verification.
|
|
2050
|
+
# @return [String]
|
|
2051
|
+
#
|
|
2052
|
+
# @!attribute [rw] arn
|
|
2053
|
+
# The Amazon Resource Name (ARN) of the domain verification.
|
|
2054
|
+
# @return [String]
|
|
2055
|
+
#
|
|
2056
|
+
# @!attribute [rw] domain_name
|
|
2057
|
+
# The domain name being verified.
|
|
2058
|
+
# @return [String]
|
|
2059
|
+
#
|
|
2060
|
+
# @!attribute [rw] status
|
|
2061
|
+
# The current status of the domain verification process.
|
|
2062
|
+
# @return [String]
|
|
2063
|
+
#
|
|
2064
|
+
# @!attribute [rw] txt_method_config
|
|
2065
|
+
# The TXT record configuration used for domain verification.
|
|
2066
|
+
# @return [Types::TxtMethodConfig]
|
|
2067
|
+
#
|
|
2068
|
+
# @!attribute [rw] created_at
|
|
2069
|
+
# The date and time that the domain verification was created, in
|
|
2070
|
+
# ISO-8601 format.
|
|
2071
|
+
# @return [Time]
|
|
2072
|
+
#
|
|
2073
|
+
# @!attribute [rw] last_verified_time
|
|
2074
|
+
# The date and time that the domain was last successfully verified, in
|
|
2075
|
+
# ISO-8601 format.
|
|
2076
|
+
# @return [Time]
|
|
2077
|
+
#
|
|
2078
|
+
# @!attribute [rw] tags
|
|
2079
|
+
# The tags associated with the domain verification.
|
|
2080
|
+
# @return [Hash<String,String>]
|
|
2081
|
+
#
|
|
2082
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetDomainVerificationResponse AWS API Documentation
|
|
2083
|
+
#
|
|
2084
|
+
class GetDomainVerificationResponse < Struct.new(
|
|
2085
|
+
:id,
|
|
2086
|
+
:arn,
|
|
2087
|
+
:domain_name,
|
|
2088
|
+
:status,
|
|
2089
|
+
:txt_method_config,
|
|
2090
|
+
:created_at,
|
|
2091
|
+
:last_verified_time,
|
|
2092
|
+
:tags)
|
|
2093
|
+
SENSITIVE = []
|
|
2094
|
+
include Aws::Structure
|
|
2095
|
+
end
|
|
2096
|
+
|
|
1850
2097
|
# @!attribute [rw] service_identifier
|
|
1851
2098
|
# The ID or ARN of the service.
|
|
1852
2099
|
# @return [String]
|
|
@@ -2016,6 +2263,25 @@ module Aws::VPCLattice
|
|
|
2016
2263
|
# updated, in ISO-8601 format.
|
|
2017
2264
|
# @return [Time]
|
|
2018
2265
|
#
|
|
2266
|
+
# @!attribute [rw] domain_verification_id
|
|
2267
|
+
# The domain verification ID.
|
|
2268
|
+
# @return [String]
|
|
2269
|
+
#
|
|
2270
|
+
# @!attribute [rw] domain_verification_arn
|
|
2271
|
+
# The ARN of the domain verification.
|
|
2272
|
+
# @return [String]
|
|
2273
|
+
#
|
|
2274
|
+
# @!attribute [rw] domain_verification_status
|
|
2275
|
+
# The domain verification status.
|
|
2276
|
+
# @return [String]
|
|
2277
|
+
#
|
|
2278
|
+
# @!attribute [rw] group_domain
|
|
2279
|
+
# (GROUP) The group domain for a group resource configuration. Any
|
|
2280
|
+
# domains that you create for the child resource are subdomains of the
|
|
2281
|
+
# group domain. Child resources inherit the verification status of the
|
|
2282
|
+
# domain.
|
|
2283
|
+
# @return [String]
|
|
2284
|
+
#
|
|
2019
2285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourceConfigurationResponse AWS API Documentation
|
|
2020
2286
|
#
|
|
2021
2287
|
class GetResourceConfigurationResponse < Struct.new(
|
|
@@ -2034,7 +2300,11 @@ module Aws::VPCLattice
|
|
|
2034
2300
|
:created_at,
|
|
2035
2301
|
:amazon_managed,
|
|
2036
2302
|
:failure_reason,
|
|
2037
|
-
:last_updated_at
|
|
2303
|
+
:last_updated_at,
|
|
2304
|
+
:domain_verification_id,
|
|
2305
|
+
:domain_verification_arn,
|
|
2306
|
+
:domain_verification_status,
|
|
2307
|
+
:group_domain)
|
|
2038
2308
|
SENSITIVE = []
|
|
2039
2309
|
include Aws::Structure
|
|
2040
2310
|
end
|
|
@@ -2306,6 +2576,11 @@ module Aws::VPCLattice
|
|
|
2306
2576
|
# The private DNS entry for the service.
|
|
2307
2577
|
# @return [Types::DnsEntry]
|
|
2308
2578
|
#
|
|
2579
|
+
# @!attribute [rw] private_dns_enabled
|
|
2580
|
+
# Indicates if private DNS is enabled in the service network resource
|
|
2581
|
+
# association.
|
|
2582
|
+
# @return [Boolean]
|
|
2583
|
+
#
|
|
2309
2584
|
# @!attribute [rw] dns_entry
|
|
2310
2585
|
# The DNS entry for the service.
|
|
2311
2586
|
# @return [Types::DnsEntry]
|
|
@@ -2314,6 +2589,11 @@ module Aws::VPCLattice
|
|
|
2314
2589
|
# Indicates whether the association is managed by Amazon.
|
|
2315
2590
|
# @return [Boolean]
|
|
2316
2591
|
#
|
|
2592
|
+
# @!attribute [rw] domain_verification_status
|
|
2593
|
+
# The domain verification status in the service network resource
|
|
2594
|
+
# association.
|
|
2595
|
+
# @return [String]
|
|
2596
|
+
#
|
|
2317
2597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetworkResourceAssociationResponse AWS API Documentation
|
|
2318
2598
|
#
|
|
2319
2599
|
class GetServiceNetworkResourceAssociationResponse < Struct.new(
|
|
@@ -2332,8 +2612,10 @@ module Aws::VPCLattice
|
|
|
2332
2612
|
:failure_code,
|
|
2333
2613
|
:last_updated_at,
|
|
2334
2614
|
:private_dns_entry,
|
|
2615
|
+
:private_dns_enabled,
|
|
2335
2616
|
:dns_entry,
|
|
2336
|
-
:is_managed_association
|
|
2617
|
+
:is_managed_association,
|
|
2618
|
+
:domain_verification_status)
|
|
2337
2619
|
SENSITIVE = []
|
|
2338
2620
|
include Aws::Structure
|
|
2339
2621
|
end
|
|
@@ -2539,6 +2821,10 @@ module Aws::VPCLattice
|
|
|
2539
2821
|
# The IDs of the security groups.
|
|
2540
2822
|
# @return [Array<String>]
|
|
2541
2823
|
#
|
|
2824
|
+
# @!attribute [rw] private_dns_enabled
|
|
2825
|
+
# Indicates if private DNS is enabled in the VPC association.
|
|
2826
|
+
# @return [Boolean]
|
|
2827
|
+
#
|
|
2542
2828
|
# @!attribute [rw] failure_message
|
|
2543
2829
|
# The failure message.
|
|
2544
2830
|
# @return [String]
|
|
@@ -2552,6 +2838,10 @@ module Aws::VPCLattice
|
|
|
2552
2838
|
# format.
|
|
2553
2839
|
# @return [Time]
|
|
2554
2840
|
#
|
|
2841
|
+
# @!attribute [rw] dns_options
|
|
2842
|
+
# DNS options for the service network VPC association.
|
|
2843
|
+
# @return [Types::DnsOptions]
|
|
2844
|
+
#
|
|
2555
2845
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetServiceNetworkVpcAssociationResponse AWS API Documentation
|
|
2556
2846
|
#
|
|
2557
2847
|
class GetServiceNetworkVpcAssociationResponse < Struct.new(
|
|
@@ -2565,9 +2855,11 @@ module Aws::VPCLattice
|
|
|
2565
2855
|
:service_network_arn,
|
|
2566
2856
|
:vpc_id,
|
|
2567
2857
|
:security_group_ids,
|
|
2858
|
+
:private_dns_enabled,
|
|
2568
2859
|
:failure_message,
|
|
2569
2860
|
:failure_code,
|
|
2570
|
-
:last_updated_at
|
|
2861
|
+
:last_updated_at,
|
|
2862
|
+
:dns_options)
|
|
2571
2863
|
SENSITIVE = []
|
|
2572
2864
|
include Aws::Structure
|
|
2573
2865
|
end
|
|
@@ -2960,6 +3252,40 @@ module Aws::VPCLattice
|
|
|
2960
3252
|
include Aws::Structure
|
|
2961
3253
|
end
|
|
2962
3254
|
|
|
3255
|
+
# @!attribute [rw] max_results
|
|
3256
|
+
# The maximum number of results to return.
|
|
3257
|
+
# @return [Integer]
|
|
3258
|
+
#
|
|
3259
|
+
# @!attribute [rw] next_token
|
|
3260
|
+
# A pagination token for the next page of results.
|
|
3261
|
+
# @return [String]
|
|
3262
|
+
#
|
|
3263
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListDomainVerificationsRequest AWS API Documentation
|
|
3264
|
+
#
|
|
3265
|
+
class ListDomainVerificationsRequest < Struct.new(
|
|
3266
|
+
:max_results,
|
|
3267
|
+
:next_token)
|
|
3268
|
+
SENSITIVE = []
|
|
3269
|
+
include Aws::Structure
|
|
3270
|
+
end
|
|
3271
|
+
|
|
3272
|
+
# @!attribute [rw] items
|
|
3273
|
+
# Information about the domain verifications.
|
|
3274
|
+
# @return [Array<Types::DomainVerificationSummary>]
|
|
3275
|
+
#
|
|
3276
|
+
# @!attribute [rw] next_token
|
|
3277
|
+
# A pagination token for the next page of results.
|
|
3278
|
+
# @return [String]
|
|
3279
|
+
#
|
|
3280
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListDomainVerificationsResponse AWS API Documentation
|
|
3281
|
+
#
|
|
3282
|
+
class ListDomainVerificationsResponse < Struct.new(
|
|
3283
|
+
:items,
|
|
3284
|
+
:next_token)
|
|
3285
|
+
SENSITIVE = []
|
|
3286
|
+
include Aws::Structure
|
|
3287
|
+
end
|
|
3288
|
+
|
|
2963
3289
|
# @!attribute [rw] service_identifier
|
|
2964
3290
|
# The ID or ARN of the service.
|
|
2965
3291
|
# @return [String]
|
|
@@ -3008,6 +3334,10 @@ module Aws::VPCLattice
|
|
|
3008
3334
|
# The ID of the resource configuration of type `Group`.
|
|
3009
3335
|
# @return [String]
|
|
3010
3336
|
#
|
|
3337
|
+
# @!attribute [rw] domain_verification_identifier
|
|
3338
|
+
# The domain verification ID.
|
|
3339
|
+
# @return [String]
|
|
3340
|
+
#
|
|
3011
3341
|
# @!attribute [rw] max_results
|
|
3012
3342
|
# The maximum page size.
|
|
3013
3343
|
# @return [Integer]
|
|
@@ -3021,6 +3351,7 @@ module Aws::VPCLattice
|
|
|
3021
3351
|
class ListResourceConfigurationsRequest < Struct.new(
|
|
3022
3352
|
:resource_gateway_identifier,
|
|
3023
3353
|
:resource_configuration_group_identifier,
|
|
3354
|
+
:domain_verification_identifier,
|
|
3024
3355
|
:max_results,
|
|
3025
3356
|
:next_token)
|
|
3026
3357
|
SENSITIVE = []
|
|
@@ -3866,6 +4197,21 @@ module Aws::VPCLattice
|
|
|
3866
4197
|
# updated, in ISO-8601 format.
|
|
3867
4198
|
# @return [Time]
|
|
3868
4199
|
#
|
|
4200
|
+
# @!attribute [rw] custom_domain_name
|
|
4201
|
+
# The custom domain name.
|
|
4202
|
+
# @return [String]
|
|
4203
|
+
#
|
|
4204
|
+
# @!attribute [rw] domain_verification_id
|
|
4205
|
+
# The domain verification ID.
|
|
4206
|
+
# @return [String]
|
|
4207
|
+
#
|
|
4208
|
+
# @!attribute [rw] group_domain
|
|
4209
|
+
# (GROUP) The group domain for a group resource configuration. Any
|
|
4210
|
+
# domains that you create for the child resource are subdomains of the
|
|
4211
|
+
# group domain. Child resources inherit the verification status of the
|
|
4212
|
+
# domain.
|
|
4213
|
+
# @return [String]
|
|
4214
|
+
#
|
|
3869
4215
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ResourceConfigurationSummary AWS API Documentation
|
|
3870
4216
|
#
|
|
3871
4217
|
class ResourceConfigurationSummary < Struct.new(
|
|
@@ -3878,7 +4224,10 @@ module Aws::VPCLattice
|
|
|
3878
4224
|
:status,
|
|
3879
4225
|
:amazon_managed,
|
|
3880
4226
|
:created_at,
|
|
3881
|
-
:last_updated_at
|
|
4227
|
+
:last_updated_at,
|
|
4228
|
+
:custom_domain_name,
|
|
4229
|
+
:domain_verification_id,
|
|
4230
|
+
:group_domain)
|
|
3882
4231
|
SENSITIVE = []
|
|
3883
4232
|
include Aws::Structure
|
|
3884
4233
|
end
|
|
@@ -4341,6 +4690,11 @@ module Aws::VPCLattice
|
|
|
4341
4690
|
# The failure code.
|
|
4342
4691
|
# @return [String]
|
|
4343
4692
|
#
|
|
4693
|
+
# @!attribute [rw] private_dns_enabled
|
|
4694
|
+
# Indicates if private DNS is enabled for the service network resource
|
|
4695
|
+
# association.
|
|
4696
|
+
# @return [Boolean]
|
|
4697
|
+
#
|
|
4344
4698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ServiceNetworkResourceAssociationSummary AWS API Documentation
|
|
4345
4699
|
#
|
|
4346
4700
|
class ServiceNetworkResourceAssociationSummary < Struct.new(
|
|
@@ -4358,7 +4712,8 @@ module Aws::VPCLattice
|
|
|
4358
4712
|
:dns_entry,
|
|
4359
4713
|
:private_dns_entry,
|
|
4360
4714
|
:is_managed_association,
|
|
4361
|
-
:failure_code
|
|
4715
|
+
:failure_code,
|
|
4716
|
+
:private_dns_enabled)
|
|
4362
4717
|
SENSITIVE = []
|
|
4363
4718
|
include Aws::Structure
|
|
4364
4719
|
end
|
|
@@ -4528,6 +4883,15 @@ module Aws::VPCLattice
|
|
|
4528
4883
|
# The Amazon Resource Name (ARN) of the service network.
|
|
4529
4884
|
# @return [String]
|
|
4530
4885
|
#
|
|
4886
|
+
# @!attribute [rw] private_dns_enabled
|
|
4887
|
+
# Indicates if private DNS is enabled for the service network VPC
|
|
4888
|
+
# association.
|
|
4889
|
+
# @return [Boolean]
|
|
4890
|
+
#
|
|
4891
|
+
# @!attribute [rw] dns_options
|
|
4892
|
+
# The DNS options for the service network VPC association.
|
|
4893
|
+
# @return [Types::DnsOptions]
|
|
4894
|
+
#
|
|
4531
4895
|
# @!attribute [rw] vpc_id
|
|
4532
4896
|
# The ID of the VPC.
|
|
4533
4897
|
# @return [String]
|
|
@@ -4548,6 +4912,8 @@ module Aws::VPCLattice
|
|
|
4548
4912
|
:service_network_id,
|
|
4549
4913
|
:service_network_name,
|
|
4550
4914
|
:service_network_arn,
|
|
4915
|
+
:private_dns_enabled,
|
|
4916
|
+
:dns_options,
|
|
4551
4917
|
:vpc_id,
|
|
4552
4918
|
:last_updated_at)
|
|
4553
4919
|
SENSITIVE = []
|
|
@@ -4651,6 +5017,67 @@ module Aws::VPCLattice
|
|
|
4651
5017
|
include Aws::Structure
|
|
4652
5018
|
end
|
|
4653
5019
|
|
|
5020
|
+
# @!attribute [rw] client_token
|
|
5021
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
|
5022
|
+
# idempotency of the request. If you retry a request that completed
|
|
5023
|
+
# successfully using the same client token and parameters, the retry
|
|
5024
|
+
# succeeds without performing any actions. If the parameters aren't
|
|
5025
|
+
# identical, the retry fails.
|
|
5026
|
+
#
|
|
5027
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
5028
|
+
# not need to pass this option.
|
|
5029
|
+
# @return [String]
|
|
5030
|
+
#
|
|
5031
|
+
# @!attribute [rw] domain_name
|
|
5032
|
+
# The domain name to verify ownership for.
|
|
5033
|
+
# @return [String]
|
|
5034
|
+
#
|
|
5035
|
+
# @!attribute [rw] tags
|
|
5036
|
+
# The tags for the domain verification.
|
|
5037
|
+
# @return [Hash<String,String>]
|
|
5038
|
+
#
|
|
5039
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/StartDomainVerificationRequest AWS API Documentation
|
|
5040
|
+
#
|
|
5041
|
+
class StartDomainVerificationRequest < Struct.new(
|
|
5042
|
+
:client_token,
|
|
5043
|
+
:domain_name,
|
|
5044
|
+
:tags)
|
|
5045
|
+
SENSITIVE = []
|
|
5046
|
+
include Aws::Structure
|
|
5047
|
+
end
|
|
5048
|
+
|
|
5049
|
+
# @!attribute [rw] id
|
|
5050
|
+
# The ID of the domain verification.
|
|
5051
|
+
# @return [String]
|
|
5052
|
+
#
|
|
5053
|
+
# @!attribute [rw] arn
|
|
5054
|
+
# The Amazon Resource Name (ARN) of the domain verification.
|
|
5055
|
+
# @return [String]
|
|
5056
|
+
#
|
|
5057
|
+
# @!attribute [rw] domain_name
|
|
5058
|
+
# The domain name being verified.
|
|
5059
|
+
# @return [String]
|
|
5060
|
+
#
|
|
5061
|
+
# @!attribute [rw] status
|
|
5062
|
+
# The current status of the domain verification process.
|
|
5063
|
+
# @return [String]
|
|
5064
|
+
#
|
|
5065
|
+
# @!attribute [rw] txt_method_config
|
|
5066
|
+
# The TXT record configuration used for domain verification.
|
|
5067
|
+
# @return [Types::TxtMethodConfig]
|
|
5068
|
+
#
|
|
5069
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/StartDomainVerificationResponse AWS API Documentation
|
|
5070
|
+
#
|
|
5071
|
+
class StartDomainVerificationResponse < Struct.new(
|
|
5072
|
+
:id,
|
|
5073
|
+
:arn,
|
|
5074
|
+
:domain_name,
|
|
5075
|
+
:status,
|
|
5076
|
+
:txt_method_config)
|
|
5077
|
+
SENSITIVE = []
|
|
5078
|
+
include Aws::Structure
|
|
5079
|
+
end
|
|
5080
|
+
|
|
4654
5081
|
# @!attribute [rw] resource_arn
|
|
4655
5082
|
# The Amazon Resource Name (ARN) of the resource.
|
|
4656
5083
|
# @return [String]
|
|
@@ -4953,6 +5380,27 @@ module Aws::VPCLattice
|
|
|
4953
5380
|
include Aws::Structure
|
|
4954
5381
|
end
|
|
4955
5382
|
|
|
5383
|
+
# Configuration for TXT record-based domain verification method.
|
|
5384
|
+
#
|
|
5385
|
+
# @!attribute [rw] value
|
|
5386
|
+
# The value that must be added to the TXT record for domain
|
|
5387
|
+
# verification.
|
|
5388
|
+
# @return [String]
|
|
5389
|
+
#
|
|
5390
|
+
# @!attribute [rw] name
|
|
5391
|
+
# The name of the TXT record that must be created for domain
|
|
5392
|
+
# verification.
|
|
5393
|
+
# @return [String]
|
|
5394
|
+
#
|
|
5395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/TxtMethodConfig AWS API Documentation
|
|
5396
|
+
#
|
|
5397
|
+
class TxtMethodConfig < Struct.new(
|
|
5398
|
+
:value,
|
|
5399
|
+
:name)
|
|
5400
|
+
SENSITIVE = []
|
|
5401
|
+
include Aws::Structure
|
|
5402
|
+
end
|
|
5403
|
+
|
|
4956
5404
|
# @!attribute [rw] resource_arn
|
|
4957
5405
|
# The Amazon Resource Name (ARN) of the resource.
|
|
4958
5406
|
# @return [String]
|