aws-sdk-vpclattice 1.11.0 → 1.13.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-vpclattice/client.rb +149 -101
- data/lib/aws-sdk-vpclattice/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-vpclattice/types.rb +131 -120
- data/lib/aws-sdk-vpclattice.rb +1 -1
- data/sig/client.rbs +7 -7
- data/sig/types.rbs +8 -8
- metadata +4 -4
@@ -214,11 +214,7 @@ module Aws::VPCLattice
|
|
214
214
|
#
|
215
215
|
# @!attribute [rw] default_action
|
216
216
|
# The action for the default rule. Each listener has a default rule.
|
217
|
-
#
|
218
|
-
# more conditions. The default rule is the rule that's used if no
|
219
|
-
# other rules match. Each rule must include exactly one of the
|
220
|
-
# following types of actions: `forward `or `fixed-response`, and it
|
221
|
-
# must be the last action to be performed.
|
217
|
+
# The default rule is used if no other rules match.
|
222
218
|
# @return [Types::RuleAction]
|
223
219
|
#
|
224
220
|
# @!attribute [rw] name
|
@@ -229,12 +225,12 @@ module Aws::VPCLattice
|
|
229
225
|
# @return [String]
|
230
226
|
#
|
231
227
|
# @!attribute [rw] port
|
232
|
-
# The listener port. You can specify a value from
|
233
|
-
# HTTP, the default is
|
228
|
+
# The listener port. You can specify a value from 1 to 65535. For
|
229
|
+
# HTTP, the default is 80. For HTTPS, the default is 443.
|
234
230
|
# @return [Integer]
|
235
231
|
#
|
236
232
|
# @!attribute [rw] protocol
|
237
|
-
# The listener protocol
|
233
|
+
# The listener protocol.
|
238
234
|
# @return [String]
|
239
235
|
#
|
240
236
|
# @!attribute [rw] service_identifier
|
@@ -366,9 +362,7 @@ module Aws::VPCLattice
|
|
366
362
|
end
|
367
363
|
|
368
364
|
# @!attribute [rw] action
|
369
|
-
# The rule action.
|
370
|
-
# types of actions: `forward `or `fixed-response`, and it must be the
|
371
|
-
# last action to be performed.
|
365
|
+
# The rule action.
|
372
366
|
# @return [Types::RuleAction]
|
373
367
|
#
|
374
368
|
# @!attribute [rw] arn
|
@@ -534,7 +528,7 @@ module Aws::VPCLattice
|
|
534
528
|
# @return [String]
|
535
529
|
#
|
536
530
|
# @!attribute [rw] status
|
537
|
-
# The
|
531
|
+
# The association status.
|
538
532
|
# @return [String]
|
539
533
|
#
|
540
534
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkServiceAssociationResponse AWS API Documentation
|
@@ -617,7 +611,7 @@ module Aws::VPCLattice
|
|
617
611
|
# @return [Array<String>]
|
618
612
|
#
|
619
613
|
# @!attribute [rw] status
|
620
|
-
# The
|
614
|
+
# The association status.
|
621
615
|
# @return [String]
|
622
616
|
#
|
623
617
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceNetworkVpcAssociationResponse AWS API Documentation
|
@@ -714,8 +708,8 @@ module Aws::VPCLattice
|
|
714
708
|
# @return [String]
|
715
709
|
#
|
716
710
|
# @!attribute [rw] status
|
717
|
-
# The status. If the status is `CREATE_FAILED`, you
|
718
|
-
#
|
711
|
+
# The status. If the status is `CREATE_FAILED`, you must delete and
|
712
|
+
# recreate the service.
|
719
713
|
# @return [String]
|
720
714
|
#
|
721
715
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/CreateServiceResponse AWS API Documentation
|
@@ -745,8 +739,7 @@ module Aws::VPCLattice
|
|
745
739
|
# @return [String]
|
746
740
|
#
|
747
741
|
# @!attribute [rw] config
|
748
|
-
# The target group configuration.
|
749
|
-
# parameter doesn't apply.
|
742
|
+
# The target group configuration.
|
750
743
|
# @return [Types::TargetGroupConfig]
|
751
744
|
#
|
752
745
|
# @!attribute [rw] name
|
@@ -781,8 +774,7 @@ module Aws::VPCLattice
|
|
781
774
|
# @return [String]
|
782
775
|
#
|
783
776
|
# @!attribute [rw] config
|
784
|
-
# The target group configuration.
|
785
|
-
# parameter doesn't apply.
|
777
|
+
# The target group configuration.
|
786
778
|
# @return [Types::TargetGroupConfig]
|
787
779
|
#
|
788
780
|
# @!attribute [rw] id
|
@@ -794,8 +786,8 @@ module Aws::VPCLattice
|
|
794
786
|
# @return [String]
|
795
787
|
#
|
796
788
|
# @!attribute [rw] status
|
797
|
-
# The
|
798
|
-
#
|
789
|
+
# The status. You can retry the operation if the status is
|
790
|
+
# `CREATE_FAILED`. However, if you retry it while the status is
|
799
791
|
# `CREATE_IN_PROGRESS`, there is no change in the status.
|
800
792
|
# @return [String]
|
801
793
|
#
|
@@ -948,8 +940,8 @@ module Aws::VPCLattice
|
|
948
940
|
# @return [String]
|
949
941
|
#
|
950
942
|
# @!attribute [rw] status
|
951
|
-
# The
|
952
|
-
#
|
943
|
+
# The status. You can retry the operation if the status is
|
944
|
+
# `DELETE_FAILED`. However, if you retry it when the status is
|
953
945
|
# `DELETE_IN_PROGRESS`, there is no change in the status.
|
954
946
|
# @return [String]
|
955
947
|
#
|
@@ -985,7 +977,7 @@ module Aws::VPCLattice
|
|
985
977
|
#
|
986
978
|
# @!attribute [rw] status
|
987
979
|
# The status. You can retry the operation if the status is
|
988
|
-
# `DELETE_FAILED`. However, if you retry it
|
980
|
+
# `DELETE_FAILED`. However, if you retry it while the status is
|
989
981
|
# `DELETE_IN_PROGRESS`, there is no change in the status.
|
990
982
|
# @return [String]
|
991
983
|
#
|
@@ -1129,7 +1121,7 @@ module Aws::VPCLattice
|
|
1129
1121
|
include Aws::Structure
|
1130
1122
|
end
|
1131
1123
|
|
1132
|
-
#
|
1124
|
+
# Describes an action that returns a custom HTTP response.
|
1133
1125
|
#
|
1134
1126
|
# @!attribute [rw] status_code
|
1135
1127
|
# The HTTP response code.
|
@@ -1156,8 +1148,8 @@ module Aws::VPCLattice
|
|
1156
1148
|
# traffic.
|
1157
1149
|
#
|
1158
1150
|
# The default value is 1. This means that if only one target group is
|
1159
|
-
# provided, there is no need to set the weight; 100% of traffic
|
1160
|
-
#
|
1151
|
+
# provided, there is no need to set the weight; 100% of the traffic
|
1152
|
+
# goes to that target group.
|
1161
1153
|
# @return [Array<Types::WeightedTargetGroup>]
|
1162
1154
|
#
|
1163
1155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ForwardAction AWS API Documentation
|
@@ -1253,12 +1245,12 @@ module Aws::VPCLattice
|
|
1253
1245
|
#
|
1254
1246
|
# @!attribute [rw] state
|
1255
1247
|
# The state of the auth policy. The auth policy is only active when
|
1256
|
-
# the auth type is set to `
|
1257
|
-
#
|
1258
|
-
#
|
1259
|
-
#
|
1260
|
-
#
|
1261
|
-
#
|
1248
|
+
# the auth type is set to `AWS_IAM`. If you provide a policy, then
|
1249
|
+
# authentication and authorization decisions are made based on this
|
1250
|
+
# policy and the client's IAM policy. If the auth type is `NONE`,
|
1251
|
+
# then any auth policy that you provide remains inactive. For more
|
1252
|
+
# information, see [Create a service network][1] in the *Amazon VPC
|
1253
|
+
# Lattice User Guide*.
|
1262
1254
|
#
|
1263
1255
|
#
|
1264
1256
|
#
|
@@ -1353,7 +1345,7 @@ module Aws::VPCLattice
|
|
1353
1345
|
end
|
1354
1346
|
|
1355
1347
|
# @!attribute [rw] resource_arn
|
1356
|
-
#
|
1348
|
+
# The Amazon Resource Name (ARN) of the service network or service.
|
1357
1349
|
# @return [String]
|
1358
1350
|
#
|
1359
1351
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourcePolicyRequest AWS API Documentation
|
@@ -1365,7 +1357,7 @@ module Aws::VPCLattice
|
|
1365
1357
|
end
|
1366
1358
|
|
1367
1359
|
# @!attribute [rw] policy
|
1368
|
-
#
|
1360
|
+
# An IAM policy.
|
1369
1361
|
# @return [String]
|
1370
1362
|
#
|
1371
1363
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/GetResourcePolicyResponse AWS API Documentation
|
@@ -1856,7 +1848,7 @@ module Aws::VPCLattice
|
|
1856
1848
|
# action.
|
1857
1849
|
#
|
1858
1850
|
# @!attribute [rw] case_sensitive
|
1859
|
-
# Indicates whether the match is case sensitive.
|
1851
|
+
# Indicates whether the match is case sensitive.
|
1860
1852
|
# @return [Boolean]
|
1861
1853
|
#
|
1862
1854
|
# @!attribute [rw] match
|
@@ -1877,22 +1869,22 @@ module Aws::VPCLattice
|
|
1877
1869
|
include Aws::Structure
|
1878
1870
|
end
|
1879
1871
|
|
1880
|
-
# Describes a header match type.
|
1872
|
+
# Describes a header match type.
|
1881
1873
|
#
|
1882
1874
|
# @note HeaderMatchType is a union - when making an API calls you must set exactly one of the members.
|
1883
1875
|
#
|
1884
1876
|
# @note HeaderMatchType is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of HeaderMatchType corresponding to the set member.
|
1885
1877
|
#
|
1886
1878
|
# @!attribute [rw] contains
|
1887
|
-
#
|
1879
|
+
# A contains type match.
|
1888
1880
|
# @return [String]
|
1889
1881
|
#
|
1890
1882
|
# @!attribute [rw] exact
|
1891
|
-
#
|
1883
|
+
# An exact type match.
|
1892
1884
|
# @return [String]
|
1893
1885
|
#
|
1894
1886
|
# @!attribute [rw] prefix
|
1895
|
-
#
|
1887
|
+
# A prefix type match. Matches the value with the prefix.
|
1896
1888
|
# @return [String]
|
1897
1889
|
#
|
1898
1890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/HeaderMatchType AWS API Documentation
|
@@ -1912,8 +1904,9 @@ module Aws::VPCLattice
|
|
1912
1904
|
class Unknown < HeaderMatchType; end
|
1913
1905
|
end
|
1914
1906
|
|
1915
|
-
#
|
1916
|
-
# configurations aren't used for
|
1907
|
+
# Describes the health check configuration of a target group. Health
|
1908
|
+
# check configurations aren't used for target groups of type `LAMBDA`
|
1909
|
+
# or `ALB`.
|
1917
1910
|
#
|
1918
1911
|
# @!attribute [rw] enabled
|
1919
1912
|
# Indicates whether health checking is enabled.
|
@@ -1938,7 +1931,7 @@ module Aws::VPCLattice
|
|
1938
1931
|
#
|
1939
1932
|
# @!attribute [rw] matcher
|
1940
1933
|
# The codes to use when checking for a successful response from a
|
1941
|
-
# target.
|
1934
|
+
# target.
|
1942
1935
|
# @return [Types::Matcher]
|
1943
1936
|
#
|
1944
1937
|
# @!attribute [rw] path
|
@@ -2053,7 +2046,7 @@ module Aws::VPCLattice
|
|
2053
2046
|
end
|
2054
2047
|
|
2055
2048
|
# @!attribute [rw] items
|
2056
|
-
#
|
2049
|
+
# Information about the access log subscriptions.
|
2057
2050
|
# @return [Array<Types::AccessLogSubscriptionSummary>]
|
2058
2051
|
#
|
2059
2052
|
# @!attribute [rw] next_token
|
@@ -2297,7 +2290,7 @@ module Aws::VPCLattice
|
|
2297
2290
|
end
|
2298
2291
|
|
2299
2292
|
# @!attribute [rw] items
|
2300
|
-
#
|
2293
|
+
# Information about the services.
|
2301
2294
|
# @return [Array<Types::ServiceSummary>]
|
2302
2295
|
#
|
2303
2296
|
# @!attribute [rw] next_token
|
@@ -2327,7 +2320,7 @@ module Aws::VPCLattice
|
|
2327
2320
|
end
|
2328
2321
|
|
2329
2322
|
# @!attribute [rw] tags
|
2330
|
-
#
|
2323
|
+
# Information about the tags.
|
2331
2324
|
# @return [Hash<String,String>]
|
2332
2325
|
#
|
2333
2326
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListTagsForResourceResponse AWS API Documentation
|
@@ -2351,7 +2344,7 @@ module Aws::VPCLattice
|
|
2351
2344
|
# @return [String]
|
2352
2345
|
#
|
2353
2346
|
# @!attribute [rw] vpc_identifier
|
2354
|
-
# The ID or Amazon Resource Name (ARN) of the
|
2347
|
+
# The ID or Amazon Resource Name (ARN) of the VPC.
|
2355
2348
|
# @return [String]
|
2356
2349
|
#
|
2357
2350
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListTargetGroupsRequest AWS API Documentation
|
@@ -2396,7 +2389,7 @@ module Aws::VPCLattice
|
|
2396
2389
|
# @return [String]
|
2397
2390
|
#
|
2398
2391
|
# @!attribute [rw] targets
|
2399
|
-
# The targets
|
2392
|
+
# The targets.
|
2400
2393
|
# @return [Array<Types::Target>]
|
2401
2394
|
#
|
2402
2395
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/ListTargetsRequest AWS API Documentation
|
@@ -2474,8 +2467,8 @@ module Aws::VPCLattice
|
|
2474
2467
|
include Aws::Structure
|
2475
2468
|
end
|
2476
2469
|
|
2477
|
-
#
|
2478
|
-
# for health checks.
|
2470
|
+
# Describes the codes to use when checking for a successful response
|
2471
|
+
# from a target for health checks.
|
2479
2472
|
#
|
2480
2473
|
# @note Matcher is a union - when making an API calls you must set exactly one of the members.
|
2481
2474
|
#
|
@@ -2503,7 +2496,7 @@ module Aws::VPCLattice
|
|
2503
2496
|
# incoming requests.
|
2504
2497
|
#
|
2505
2498
|
# @!attribute [rw] case_sensitive
|
2506
|
-
# Indicates whether the match is case sensitive.
|
2499
|
+
# Indicates whether the match is case sensitive.
|
2507
2500
|
# @return [Boolean]
|
2508
2501
|
#
|
2509
2502
|
# @!attribute [rw] match
|
@@ -2550,7 +2543,8 @@ module Aws::VPCLattice
|
|
2550
2543
|
end
|
2551
2544
|
|
2552
2545
|
# @!attribute [rw] policy
|
2553
|
-
# The auth policy.
|
2546
|
+
# The auth policy. The policy string in JSON must not contain newlines
|
2547
|
+
# or blank lines.
|
2554
2548
|
# @return [String]
|
2555
2549
|
#
|
2556
2550
|
# @!attribute [rw] resource_identifier
|
@@ -2568,17 +2562,18 @@ module Aws::VPCLattice
|
|
2568
2562
|
end
|
2569
2563
|
|
2570
2564
|
# @!attribute [rw] policy
|
2571
|
-
# The auth policy.
|
2565
|
+
# The auth policy. The policy string in JSON must not contain newlines
|
2566
|
+
# or blank lines.
|
2572
2567
|
# @return [String]
|
2573
2568
|
#
|
2574
2569
|
# @!attribute [rw] state
|
2575
2570
|
# The state of the auth policy. The auth policy is only active when
|
2576
|
-
# the auth type is set to `
|
2577
|
-
#
|
2578
|
-
#
|
2579
|
-
#
|
2580
|
-
#
|
2581
|
-
#
|
2571
|
+
# the auth type is set to `AWS_IAM`. If you provide a policy, then
|
2572
|
+
# authentication and authorization decisions are made based on this
|
2573
|
+
# policy and the client's IAM policy. If the Auth type is `NONE`,
|
2574
|
+
# then, any auth policy that you provide remains inactive. For more
|
2575
|
+
# information, see [Create a service network][1] in the *Amazon VPC
|
2576
|
+
# Lattice User Guide*.
|
2582
2577
|
#
|
2583
2578
|
#
|
2584
2579
|
#
|
@@ -2595,7 +2590,8 @@ module Aws::VPCLattice
|
|
2595
2590
|
end
|
2596
2591
|
|
2597
2592
|
# @!attribute [rw] policy
|
2598
|
-
# An IAM policy.
|
2593
|
+
# An IAM policy. The policy string in JSON must not contain newlines
|
2594
|
+
# or blank lines.
|
2599
2595
|
# @return [String]
|
2600
2596
|
#
|
2601
2597
|
# @!attribute [rw] resource_arn
|
@@ -2673,16 +2669,14 @@ module Aws::VPCLattice
|
|
2673
2669
|
include Aws::Structure
|
2674
2670
|
end
|
2675
2671
|
|
2676
|
-
# Describes the action for a rule.
|
2677
|
-
# the following types of actions: `forward `or `fixed-response`, and it
|
2678
|
-
# must be the last action to be performed.
|
2672
|
+
# Describes the action for a rule.
|
2679
2673
|
#
|
2680
2674
|
# @note RuleAction is a union - when making an API calls you must set exactly one of the members.
|
2681
2675
|
#
|
2682
2676
|
# @note RuleAction is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of RuleAction corresponding to the set member.
|
2683
2677
|
#
|
2684
2678
|
# @!attribute [rw] fixed_response
|
2685
|
-
#
|
2679
|
+
# The fixed response action. The rule returns a custom HTTP response.
|
2686
2680
|
# @return [Types::FixedResponseAction]
|
2687
2681
|
#
|
2688
2682
|
# @!attribute [rw] forward
|
@@ -2744,9 +2738,7 @@ module Aws::VPCLattice
|
|
2744
2738
|
# @return [String]
|
2745
2739
|
#
|
2746
2740
|
# @!attribute [rw] is_default
|
2747
|
-
# Indicates whether this is the default rule.
|
2748
|
-
# created when you create a listener. Each listener has a default rule
|
2749
|
-
# for checking connection requests.
|
2741
|
+
# Indicates whether this is the default listener rule.
|
2750
2742
|
# @return [Boolean]
|
2751
2743
|
#
|
2752
2744
|
# @!attribute [rw] last_updated_at
|
@@ -2776,7 +2768,7 @@ module Aws::VPCLattice
|
|
2776
2768
|
include Aws::Structure
|
2777
2769
|
end
|
2778
2770
|
|
2779
|
-
#
|
2771
|
+
# Describes a rule update.
|
2780
2772
|
#
|
2781
2773
|
# @!attribute [rw] action
|
2782
2774
|
# The rule action.
|
@@ -2833,7 +2825,7 @@ module Aws::VPCLattice
|
|
2833
2825
|
# Describes a successful rule update.
|
2834
2826
|
#
|
2835
2827
|
# @!attribute [rw] action
|
2836
|
-
# The action for the
|
2828
|
+
# The action for the rule.
|
2837
2829
|
# @return [Types::RuleAction]
|
2838
2830
|
#
|
2839
2831
|
# @!attribute [rw] arn
|
@@ -2895,7 +2887,7 @@ module Aws::VPCLattice
|
|
2895
2887
|
# @return [String]
|
2896
2888
|
#
|
2897
2889
|
# @!attribute [rw] dns_entry
|
2898
|
-
# DNS information
|
2890
|
+
# The DNS information.
|
2899
2891
|
# @return [Types::DnsEntry]
|
2900
2892
|
#
|
2901
2893
|
# @!attribute [rw] id
|
@@ -3107,7 +3099,7 @@ module Aws::VPCLattice
|
|
3107
3099
|
# @return [String]
|
3108
3100
|
#
|
3109
3101
|
# @!attribute [rw] dns_entry
|
3110
|
-
# DNS information
|
3102
|
+
# The DNS information.
|
3111
3103
|
# @return [Types::DnsEntry]
|
3112
3104
|
#
|
3113
3105
|
# @!attribute [rw] id
|
@@ -3166,16 +3158,16 @@ module Aws::VPCLattice
|
|
3166
3158
|
# Describes a target.
|
3167
3159
|
#
|
3168
3160
|
# @!attribute [rw] id
|
3169
|
-
# The ID of the target. If the target type
|
3170
|
-
#
|
3171
|
-
#
|
3172
|
-
#
|
3173
|
-
#
|
3161
|
+
# The ID of the target. If the target group type is `INSTANCE`, this
|
3162
|
+
# is an instance ID. If the target group type is `IP`, this is an IP
|
3163
|
+
# address. If the target group type is `LAMBDA`, this is the ARN of a
|
3164
|
+
# Lambda function. If the target group type is `ALB`, this is the ARN
|
3165
|
+
# of an Application Load Balancer.
|
3174
3166
|
# @return [String]
|
3175
3167
|
#
|
3176
3168
|
# @!attribute [rw] port
|
3177
3169
|
# The port on which the target is listening. For HTTP, the default is
|
3178
|
-
#
|
3170
|
+
# 80. For HTTPS, the default is 443.
|
3179
3171
|
# @return [Integer]
|
3180
3172
|
#
|
3181
3173
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/Target AWS API Documentation
|
@@ -3198,11 +3190,11 @@ module Aws::VPCLattice
|
|
3198
3190
|
# @return [String]
|
3199
3191
|
#
|
3200
3192
|
# @!attribute [rw] id
|
3201
|
-
# The ID of the target. If the target type
|
3202
|
-
#
|
3203
|
-
#
|
3204
|
-
#
|
3205
|
-
#
|
3193
|
+
# The ID of the target. If the target group type is `INSTANCE`, this
|
3194
|
+
# is an instance ID. If the target group type is `IP`, this is an IP
|
3195
|
+
# address. If the target group type is `LAMBDA`, this is the ARN of a
|
3196
|
+
# Lambda function. If the target group type is `ALB`, this is the ARN
|
3197
|
+
# of an Application Load Balancer.
|
3206
3198
|
# @return [String]
|
3207
3199
|
#
|
3208
3200
|
# @!attribute [rw] port
|
@@ -3221,39 +3213,51 @@ module Aws::VPCLattice
|
|
3221
3213
|
include Aws::Structure
|
3222
3214
|
end
|
3223
3215
|
|
3224
|
-
# Describes the configuration of a target group.
|
3225
|
-
#
|
3216
|
+
# Describes the configuration of a target group.
|
3217
|
+
#
|
3218
|
+
# For more information, see [Target groups][1] in the *Amazon VPC
|
3219
|
+
# Lattice User Guide*.
|
3220
|
+
#
|
3221
|
+
#
|
3222
|
+
#
|
3223
|
+
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html
|
3226
3224
|
#
|
3227
3225
|
# @!attribute [rw] health_check
|
3228
|
-
# The health check configuration.
|
3226
|
+
# The health check configuration. Not supported if the target group
|
3227
|
+
# type is `LAMBDA` or `ALB`.
|
3229
3228
|
# @return [Types::HealthCheckConfig]
|
3230
3229
|
#
|
3231
3230
|
# @!attribute [rw] ip_address_type
|
3232
|
-
# The type of IP address used for the target group.
|
3233
|
-
#
|
3234
|
-
# specified, the IP address type defaults to `ipv4`.
|
3231
|
+
# The type of IP address used for the target group. Supported only if
|
3232
|
+
# the target group type is `IP`. The default is `IPV4`.
|
3235
3233
|
# @return [String]
|
3236
3234
|
#
|
3237
3235
|
# @!attribute [rw] lambda_event_structure_version
|
3238
|
-
#
|
3236
|
+
# The version of the event structure that your Lambda function
|
3237
|
+
# receives. Supported only if the target group type is `LAMBDA`. The
|
3238
|
+
# default is `V1`.
|
3239
3239
|
# @return [String]
|
3240
3240
|
#
|
3241
3241
|
# @!attribute [rw] port
|
3242
3242
|
# The port on which the targets are listening. For HTTP, the default
|
3243
|
-
# is
|
3243
|
+
# is 80. For HTTPS, the default is 443. Not supported if the target
|
3244
|
+
# group type is `LAMBDA`.
|
3244
3245
|
# @return [Integer]
|
3245
3246
|
#
|
3246
3247
|
# @!attribute [rw] protocol
|
3247
|
-
# The protocol to use for routing traffic to the targets.
|
3248
|
-
# the protocol of
|
3248
|
+
# The protocol to use for routing traffic to the targets. The default
|
3249
|
+
# is the protocol of the target group. Not supported if the target
|
3250
|
+
# group type is `LAMBDA`.
|
3249
3251
|
# @return [String]
|
3250
3252
|
#
|
3251
3253
|
# @!attribute [rw] protocol_version
|
3252
|
-
# The protocol version.
|
3254
|
+
# The protocol version. The default is `HTTP1`. Not supported if the
|
3255
|
+
# target group type is `LAMBDA`.
|
3253
3256
|
# @return [String]
|
3254
3257
|
#
|
3255
3258
|
# @!attribute [rw] vpc_identifier
|
3256
|
-
# The ID of the VPC.
|
3259
|
+
# The ID of the VPC. Not supported if the target group type is
|
3260
|
+
# `LAMBDA`.
|
3257
3261
|
# @return [String]
|
3258
3262
|
#
|
3259
3263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/TargetGroupConfig AWS API Documentation
|
@@ -3272,6 +3276,13 @@ module Aws::VPCLattice
|
|
3272
3276
|
|
3273
3277
|
# Summary information about a target group.
|
3274
3278
|
#
|
3279
|
+
# For more information, see [Target groups][1] in the *Amazon VPC
|
3280
|
+
# Lattice User Guide*.
|
3281
|
+
#
|
3282
|
+
#
|
3283
|
+
#
|
3284
|
+
# [1]: https://docs.aws.amazon.com/vpc-lattice/latest/ug/target-groups.html
|
3285
|
+
#
|
3275
3286
|
# @!attribute [rw] arn
|
3276
3287
|
# The ARN (Amazon Resource Name) of the target group.
|
3277
3288
|
# @return [String]
|
@@ -3287,12 +3298,13 @@ module Aws::VPCLattice
|
|
3287
3298
|
#
|
3288
3299
|
# @!attribute [rw] ip_address_type
|
3289
3300
|
# The type of IP address used for the target group. The possible
|
3290
|
-
# values are `
|
3291
|
-
# specified, the
|
3301
|
+
# values are `IPV4` and `IPV6`. This is an optional parameter. If not
|
3302
|
+
# specified, the default is `IPV4`.
|
3292
3303
|
# @return [String]
|
3293
3304
|
#
|
3294
3305
|
# @!attribute [rw] lambda_event_structure_version
|
3295
|
-
#
|
3306
|
+
# The version of the event structure that your Lambda function
|
3307
|
+
# receives. Supported only if the target group type is `LAMBDA`.
|
3296
3308
|
# @return [String]
|
3297
3309
|
#
|
3298
3310
|
# @!attribute [rw] last_updated_at
|
@@ -3313,7 +3325,7 @@ module Aws::VPCLattice
|
|
3313
3325
|
# @return [String]
|
3314
3326
|
#
|
3315
3327
|
# @!attribute [rw] service_arns
|
3316
|
-
# The
|
3328
|
+
# The Amazon Resource Names (ARNs) of the service.
|
3317
3329
|
# @return [Array<String>]
|
3318
3330
|
#
|
3319
3331
|
# @!attribute [rw] status
|
@@ -3351,11 +3363,11 @@ module Aws::VPCLattice
|
|
3351
3363
|
# Summary information about a target.
|
3352
3364
|
#
|
3353
3365
|
# @!attribute [rw] id
|
3354
|
-
# The ID of the target. If the target type
|
3355
|
-
#
|
3356
|
-
#
|
3357
|
-
#
|
3358
|
-
#
|
3366
|
+
# The ID of the target. If the target group type is `INSTANCE`, this
|
3367
|
+
# is an instance ID. If the target group type is `IP`, this is an IP
|
3368
|
+
# address. If the target group type is `LAMBDA`, this is the ARN of a
|
3369
|
+
# Lambda function. If the target type is `ALB`, this is the ARN of an
|
3370
|
+
# Application Load Balancer.
|
3359
3371
|
# @return [String]
|
3360
3372
|
#
|
3361
3373
|
# @!attribute [rw] port
|
@@ -3369,20 +3381,20 @@ module Aws::VPCLattice
|
|
3369
3381
|
# @!attribute [rw] status
|
3370
3382
|
# The status of the target.
|
3371
3383
|
#
|
3372
|
-
# * `
|
3373
|
-
#
|
3374
|
-
# drained.
|
3384
|
+
# * `DRAINING`: The target is being deregistered. No new connections
|
3385
|
+
# are sent to this target while current connections are being
|
3386
|
+
# drained. The default draining time is 5 minutes.
|
3375
3387
|
#
|
3376
|
-
# * `
|
3388
|
+
# * `UNAVAILABLE`: Health checks are unavailable for the target group.
|
3377
3389
|
#
|
3378
|
-
# * `
|
3390
|
+
# * `HEALTHY`: The target is healthy.
|
3379
3391
|
#
|
3380
|
-
# * `
|
3392
|
+
# * `UNHEALTHY`: The target is unhealthy.
|
3381
3393
|
#
|
3382
|
-
# * `
|
3394
|
+
# * `INITIAL`: Initial health checks on the target are being
|
3383
3395
|
# performed.
|
3384
3396
|
#
|
3385
|
-
# * `
|
3397
|
+
# * `UNUSED`: Target group is not used in a service.
|
3386
3398
|
# @return [String]
|
3387
3399
|
#
|
3388
3400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/vpc-lattice-2022-11-30/TargetSummary AWS API Documentation
|
@@ -3694,8 +3706,7 @@ module Aws::VPCLattice
|
|
3694
3706
|
end
|
3695
3707
|
|
3696
3708
|
# @!attribute [rw] security_group_ids
|
3697
|
-
# The IDs of the security groups.
|
3698
|
-
# cannot be removed.
|
3709
|
+
# The IDs of the security groups.
|
3699
3710
|
# @return [Array<String>]
|
3700
3711
|
#
|
3701
3712
|
# @!attribute [rw] service_network_vpc_association_identifier
|
@@ -3891,7 +3902,7 @@ module Aws::VPCLattice
|
|
3891
3902
|
# Describes a validation failure.
|
3892
3903
|
#
|
3893
3904
|
# @!attribute [rw] message
|
3894
|
-
# Additional
|
3905
|
+
# Additional information about why the validation failed.
|
3895
3906
|
# @return [String]
|
3896
3907
|
#
|
3897
3908
|
# @!attribute [rw] name
|
@@ -3915,12 +3926,12 @@ module Aws::VPCLattice
|
|
3915
3926
|
#
|
3916
3927
|
# @!attribute [rw] weight
|
3917
3928
|
# Only required if you specify multiple target groups for a forward
|
3918
|
-
# action. The
|
3919
|
-
#
|
3920
|
-
#
|
3921
|
-
#
|
3922
|
-
#
|
3923
|
-
#
|
3929
|
+
# action. The weight determines how requests are distributed to the
|
3930
|
+
# target group. For example, if you specify two target groups, each
|
3931
|
+
# with a weight of 10, each target group receives half the requests.
|
3932
|
+
# If you specify two target groups, one with a weight of 10 and the
|
3933
|
+
# other with a weight of 20, the target group with a weight of 20
|
3934
|
+
# receives twice as many requests as the other target group. If
|
3924
3935
|
# there's only one target group specified, then the default value is
|
3925
3936
|
# 100.
|
3926
3937
|
# @return [Integer]
|