aws-sdk-vpclattice 1.11.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- # Each rule consists of a priority, one or more actions, and one or
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 `1` to `65535`. For
233
- # HTTP, the default is `80`. For HTTPS, the default is `443`.
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 HTTP or HTTPS.
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. Each rule must include exactly one of the following
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 operation's status.
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 operation's status.
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 will have to
718
- # delete and recreate the service.
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. If `type` is set to `LAMBDA`, this
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. If `type` is set to `LAMBDA`, this
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 operation's status. You can retry the operation if the status
798
- # is `CREATE_FAILED`. However, if you retry it while the status is
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 operation's status. You can retry the operation if the status
952
- # is `DELETE_FAILED`. However, if you retry it when the status is
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 when the status is
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
- # Information about an action that returns a custom HTTP response.
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 will
1160
- # go to that target group.
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 `Amazon Web Services_IAM`. If you provide a
1257
- # policy, then authentication and authorization decisions are made
1258
- # based on this policy and the client's IAM policy. If the auth type
1259
- # is `NONE`, then any auth policy you provide will remain inactive.
1260
- # For more information, see [Create a service network][1] in the
1261
- # *Amazon VPC Lattice User Guide*.
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
- # An IAM policy.
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
- # The Amazon Resource Name (ARN) of the service network or service.
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. Defaults to false.
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. Only one can be provided.
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
- # Specifies a contains type match.
1879
+ # A contains type match.
1888
1880
  # @return [String]
1889
1881
  #
1890
1882
  # @!attribute [rw] exact
1891
- # Specifies an exact type match.
1883
+ # An exact type match.
1892
1884
  # @return [String]
1893
1885
  #
1894
1886
  # @!attribute [rw] prefix
1895
- # Specifies a prefix type match. Matches the value with the prefix.
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
- # The health check configuration of a target group. Health check
1916
- # configurations aren't used for `LAMBDA` and `ALB` target groups.
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. These are called *Success codes* in the console.
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
- # The access log subscriptions.
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
- # The services.
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
- # The tags.
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 service.
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 to list.
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
- # The codes to use when checking for a successful response from a target
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. Defaults to false.
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 `Amazon Web Services_IAM`. If you provide a
2577
- # policy, then authentication and authorization decisions are made
2578
- # based on this policy and the client's IAM policy. If the Auth type
2579
- # is `NONE`, then, any auth policy you provide will remain inactive.
2580
- # For more information, see [Create a service network][1] in the
2581
- # *Amazon VPC Lattice User Guide*.
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. Each rule must include exactly one of
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
- # Describes the rule action that returns a custom HTTP response.
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. Listener rules are
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
- # Represents an object when updating a rule.
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 default rule.
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 about the service.
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 about the service.
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 of the target group is
3170
- # `INSTANCE`, this is an instance ID. If the target type is `IP` ,
3171
- # this is an IP address. If the target type is `LAMBDA`, this is the
3172
- # ARN of the Lambda function. If the target type is `ALB`, this is the
3173
- # ARN of the Application Load Balancer.
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
- # `80`. For HTTPS, the default is `443`.
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 of the target group is
3202
- # `INSTANCE`, this is an instance ID. If the target type is `IP` ,
3203
- # this is an IP address. If the target type is `LAMBDA`, this is the
3204
- # ARN of the Lambda function. If the target type is `ALB`, this is the
3205
- # ARN of the Application Load Balancer.
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. Lambda functions don't
3225
- # support target group configuration.
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. The possible
3233
- # values are `ipv4` and `ipv6`. This is an optional parameter. If not
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
- # Lambda event structure version
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 `80`. For HTTPS, the default is `443`
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. Default is
3248
- # the protocol of a target group.
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. Default value is `HTTP1`.
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 `ipv4` and `ipv6`. This is an optional parameter. If not
3291
- # specified, the IP address type defaults to `ipv4`.
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
- # Lambda event structure version
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 list of Amazon Resource Names (ARNs) of the service.
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 of the target group is
3355
- # `INSTANCE`, this is an instance ID. If the target type is `IP` ,
3356
- # this is an IP address. If the target type is `LAMBDA`, this is the
3357
- # ARN of the Lambda function. If the target type is `ALB`, this is the
3358
- # ARN of the Application Load Balancer.
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
- # * `Draining`: The target is being deregistered. No new connections
3373
- # will be sent to this target while current connections are being
3374
- # drained. Default draining time is 5 minutes.
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
- # * `Unavailable`: Health checks are unavailable for the target group.
3388
+ # * `UNAVAILABLE`: Health checks are unavailable for the target group.
3377
3389
  #
3378
- # * `Healthy`: The target is healthy.
3390
+ # * `HEALTHY`: The target is healthy.
3379
3391
  #
3380
- # * `Unhealthy`: The target is unhealthy.
3392
+ # * `UNHEALTHY`: The target is unhealthy.
3381
3393
  #
3382
- # * `Initial`: Initial health checks on the target are being
3394
+ # * `INITIAL`: Initial health checks on the target are being
3383
3395
  # performed.
3384
3396
  #
3385
- # * `Unused`: Target group is not used in a service.
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. Once you add a security group, it
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 details about why the validation failed.
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 "weight" determines how requests are distributed to
3919
- # the target group. For example, if you specify two target groups,
3920
- # each with a weight of 10, each target group receives half the
3921
- # requests. If you specify two target groups, one with a weight of 10
3922
- # and the other with a weight of 20, the target group with a weight of
3923
- # 20 receives twice as many requests as the other target group. If
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]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-vpclattice/customizations'
52
52
  # @!group service
53
53
  module Aws::VPCLattice
54
54
 
55
- GEM_VERSION = '1.11.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end