@aws-sdk/client-ec2 3.245.0 → 3.252.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.
@@ -1435,11 +1435,11 @@ export interface TargetCapacitySpecificationRequest {
1435
1435
  SpotTargetCapacity?: number;
1436
1436
  /**
1437
1437
  * <p>The default <code>TotalTargetCapacity</code>, which is either <code>Spot</code> or
1438
- * <code>On-Demand</code>.</p>
1438
+ * <code>On-Demand</code>.</p>
1439
1439
  */
1440
1440
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
1441
1441
  /**
1442
- * <p>The unit for the target capacity.</p>
1442
+ * <p>The unit for the target capacity. <code>TargetCapacityUnitType</code> can only be specified when <code>InstanceRequirements</code> is specified.</p>
1443
1443
  * <p>Default: <code>units</code> (translates to number of instances)</p>
1444
1444
  */
1445
1445
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
@@ -3752,17 +3752,27 @@ export declare enum LaunchTemplateInstanceMetadataTagsState {
3752
3752
  */
3753
3753
  export interface LaunchTemplateInstanceMetadataOptionsRequest {
3754
3754
  /**
3755
- * <p>The state of token usage for your instance metadata requests. If the parameter is not
3756
- * specified in the request, the default state is <code>optional</code>.</p>
3757
- * <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
3758
- * with or without a signed token header on your request. If you retrieve the IAM role
3759
- * credentials without a token, the version 1.0 role credentials are returned. If you
3760
- * retrieve the IAM role credentials using a valid signed token, the version 2.0 role
3761
- * credentials are returned.</p>
3762
- * <p>If the state is <code>required</code>, you must send a signed token header with any
3763
- * instance metadata retrieval requests. In this state, retrieving the IAM role credentials
3764
- * always returns the version 2.0 credentials; the version 1.0 credentials are not
3765
- * available.</p>
3755
+ * <p>IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to <code>optional</code>
3756
+ * (in other words, set the use of IMDSv2 to <code>optional</code>) or
3757
+ * <code>required</code> (in other words, set the use of IMDSv2 to
3758
+ * <code>required</code>).</p>
3759
+ * <ul>
3760
+ * <li>
3761
+ * <p>
3762
+ * <code>optional</code> - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without
3763
+ * a session token in your request. If you retrieve the IAM role credentials
3764
+ * without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials
3765
+ * using a valid session token, the IMDSv2 role credentials are returned.</p>
3766
+ * </li>
3767
+ * <li>
3768
+ * <p>
3769
+ * <code>required</code> - When IMDSv2 is required, you must send a session token
3770
+ * with any instance metadata retrieval requests. In this state, retrieving the IAM role
3771
+ * credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</p>
3772
+ * </li>
3773
+ * </ul>
3774
+ * <p>Default: <code>optional</code>
3775
+ * </p>
3766
3776
  */
3767
3777
  HttpTokens?: LaunchTemplateHttpTokensState | string;
3768
3778
  /**
@@ -4246,7 +4256,7 @@ export interface RequestLaunchTemplateData {
4246
4256
  /**
4247
4257
  * <p>Indicates whether to enable the instance for stop protection. For more information,
4248
4258
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
4249
- * Protection</a>.</p>
4259
+ * protection</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4250
4260
  */
4251
4261
  DisableApiStop?: boolean;
4252
4262
  }
@@ -4672,17 +4682,18 @@ export interface LaunchTemplateInstanceMetadataOptions {
4672
4682
  */
4673
4683
  State?: LaunchTemplateInstanceMetadataOptionsState | string;
4674
4684
  /**
4675
- * <p>The state of token usage for your instance metadata requests. If the parameter is not
4676
- * specified in the request, the default state is <code>optional</code>.</p>
4677
- * <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
4678
- * with or without a signed token header on your request. If you retrieve the IAM role
4679
- * credentials without a token, the version 1.0 role credentials are returned. If you
4680
- * retrieve the IAM role credentials using a valid signed token, the version 2.0 role
4681
- * credentials are returned.</p>
4682
- * <p>If the state is <code>required</code>, you must send a signed token header with any
4683
- * instance metadata retrieval requests. In this state, retrieving the IAM role credentials
4684
- * always returns the version 2.0 credentials; the version 1.0 credentials are not
4685
- * available.</p>
4685
+ * <p>Indicates whether IMDSv2 is <code>optional</code> or <code>required</code>.</p>
4686
+ * <p>
4687
+ * <code>optional</code> - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without
4688
+ * a session token in your request. If you retrieve the IAM role credentials
4689
+ * without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials
4690
+ * using a valid session token, the IMDSv2 role credentials are returned.</p>
4691
+ * <p>
4692
+ * <code>required</code> - When IMDSv2 is required, you must send a session token
4693
+ * with any instance metadata retrieval requests. In this state, retrieving the IAM role
4694
+ * credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</p>
4695
+ * <p>Default: <code>optional</code>
4696
+ * </p>
4686
4697
  */
4687
4698
  HttpTokens?: LaunchTemplateHttpTokensState | string;
4688
4699
  /**
@@ -5059,7 +5070,7 @@ export interface ResponseLaunchTemplateData {
5059
5070
  /**
5060
5071
  * <p>Indicates whether the instance is enabled for stop protection. For more information,
5061
5072
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop
5062
- * Protection</a>.</p>
5073
+ * protection</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
5063
5074
  */
5064
5075
  DisableApiStop?: boolean;
5065
5076
  }
@@ -2531,9 +2531,6 @@ export declare enum VpcEndpointType {
2531
2531
  GatewayLoadBalancer = "GatewayLoadBalancer",
2532
2532
  Interface = "Interface"
2533
2533
  }
2534
- /**
2535
- * <p>Contains the parameters for CreateVpcEndpoint.</p>
2536
- */
2537
2534
  export interface CreateVpcEndpointRequest {
2538
2535
  /**
2539
2536
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2547,12 +2544,11 @@ export interface CreateVpcEndpointRequest {
2547
2544
  */
2548
2545
  VpcEndpointType?: VpcEndpointType | string;
2549
2546
  /**
2550
- * <p>The ID of the VPC in which the endpoint will be used.</p>
2547
+ * <p>The ID of the VPC for the endpoint.</p>
2551
2548
  */
2552
2549
  VpcId: string | undefined;
2553
2550
  /**
2554
- * <p>The service name. To get a list of available services, use the <a>DescribeVpcEndpointServices</a> request, or get the name from the service
2555
- * provider.</p>
2551
+ * <p>The service name.</p>
2556
2552
  */
2557
2553
  ServiceName: string | undefined;
2558
2554
  /**
@@ -2562,17 +2558,18 @@ export interface CreateVpcEndpointRequest {
2562
2558
  */
2563
2559
  PolicyDocument?: string;
2564
2560
  /**
2565
- * <p>(Gateway endpoint) One or more route table IDs.</p>
2561
+ * <p>(Gateway endpoint) The route table IDs.</p>
2566
2562
  */
2567
2563
  RouteTableIds?: string[];
2568
2564
  /**
2569
- * <p>(Interface and Gateway Load Balancer endpoints) The ID of one or more subnets in which to create an endpoint
2570
- * network interface. For a Gateway Load Balancer endpoint, you can specify one subnet only.</p>
2565
+ * <p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create an endpoint
2566
+ * network interface. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
2571
2567
  */
2572
2568
  SubnetIds?: string[];
2573
2569
  /**
2574
- * <p>(Interface endpoint) The ID of one or more security groups to associate with the
2575
- * endpoint network interface.</p>
2570
+ * <p>(Interface endpoint) The IDs of the security groups to associate with the
2571
+ * endpoint network interface. If this parameter is not specified, we use the default
2572
+ * security group for the VPC.</p>
2576
2573
  */
2577
2574
  SecurityGroupIds?: string[];
2578
2575
  /**
@@ -2697,7 +2694,7 @@ export interface VpcEndpoint {
2697
2694
  */
2698
2695
  PolicyDocument?: string;
2699
2696
  /**
2700
- * <p>(Gateway endpoint) One or more route tables associated with the endpoint.</p>
2697
+ * <p>(Gateway endpoint) The IDs of the route tables associated with the endpoint.</p>
2701
2698
  */
2702
2699
  RouteTableIds?: string[];
2703
2700
  /**
@@ -2726,7 +2723,7 @@ export interface VpcEndpoint {
2726
2723
  */
2727
2724
  RequesterManaged?: boolean;
2728
2725
  /**
2729
- * <p>(Interface endpoint) One or more network interfaces for the endpoint.</p>
2726
+ * <p>(Interface endpoint) The network interfaces for the endpoint.</p>
2730
2727
  */
2731
2728
  NetworkInterfaceIds?: string[];
2732
2729
  /**
@@ -2738,7 +2735,7 @@ export interface VpcEndpoint {
2738
2735
  */
2739
2736
  CreationTimestamp?: Date;
2740
2737
  /**
2741
- * <p>Any tags assigned to the endpoint.</p>
2738
+ * <p>The tags assigned to the endpoint.</p>
2742
2739
  */
2743
2740
  Tags?: Tag[];
2744
2741
  /**
@@ -2750,9 +2747,6 @@ export interface VpcEndpoint {
2750
2747
  */
2751
2748
  LastError?: LastError;
2752
2749
  }
2753
- /**
2754
- * <p>Contains the output of CreateVpcEndpoint.</p>
2755
- */
2756
2750
  export interface CreateVpcEndpointResult {
2757
2751
  /**
2758
2752
  * <p>Information about the endpoint.</p>
@@ -2784,7 +2778,7 @@ export interface CreateVpcEndpointConnectionNotificationRequest {
2784
2778
  */
2785
2779
  ConnectionNotificationArn: string | undefined;
2786
2780
  /**
2787
- * <p>One or more endpoint events for which to receive notifications. Valid values are
2781
+ * <p>The endpoint events for which to receive notifications. Valid values are
2788
2782
  * <code>Accept</code>, <code>Connect</code>, <code>Delete</code>, and
2789
2783
  * <code>Reject</code>.</p>
2790
2784
  */
@@ -2866,12 +2860,11 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
2866
2860
  */
2867
2861
  PrivateDnsName?: string;
2868
2862
  /**
2869
- * <p>The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your
2870
- * service.</p>
2863
+ * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers.</p>
2871
2864
  */
2872
2865
  NetworkLoadBalancerArns?: string[];
2873
2866
  /**
2874
- * <p>The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.</p>
2867
+ * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers.</p>
2875
2868
  */
2876
2869
  GatewayLoadBalancerArns?: string[];
2877
2870
  /**
@@ -3008,7 +3001,7 @@ export interface ServiceConfiguration {
3008
3001
  */
3009
3002
  PayerResponsibility?: PayerResponsibility | string;
3010
3003
  /**
3011
- * <p>Any tags assigned to the service.</p>
3004
+ * <p>The tags assigned to the service.</p>
3012
3005
  */
3013
3006
  Tags?: Tag[];
3014
3007
  }
@@ -185,7 +185,7 @@ export interface DeleteVpcEndpointConnectionNotificationsRequest {
185
185
  */
186
186
  DryRun?: boolean;
187
187
  /**
188
- * <p>One or more notification IDs.</p>
188
+ * <p>The IDs of the notifications.</p>
189
189
  */
190
190
  ConnectionNotificationIds: string[] | undefined;
191
191
  }
@@ -196,9 +196,6 @@ export interface DeleteVpcEndpointConnectionNotificationsResult {
196
196
  */
197
197
  Unsuccessful?: UnsuccessfulItem[];
198
198
  }
199
- /**
200
- * <p>Contains the parameters for DeleteVpcEndpoints.</p>
201
- */
202
199
  export interface DeleteVpcEndpointsRequest {
203
200
  /**
204
201
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -207,13 +204,10 @@ export interface DeleteVpcEndpointsRequest {
207
204
  */
208
205
  DryRun?: boolean;
209
206
  /**
210
- * <p>One or more VPC endpoint IDs.</p>
207
+ * <p>The IDs of the VPC endpoints.</p>
211
208
  */
212
209
  VpcEndpointIds: string[] | undefined;
213
210
  }
214
- /**
215
- * <p>Contains the output of DeleteVpcEndpoints.</p>
216
- */
217
211
  export interface DeleteVpcEndpointsResult {
218
212
  /**
219
213
  * <p>Information about the VPC endpoints that were not successfully deleted.</p>
@@ -228,7 +222,7 @@ export interface DeleteVpcEndpointServiceConfigurationsRequest {
228
222
  */
229
223
  DryRun?: boolean;
230
224
  /**
231
- * <p>The IDs of one or more services.</p>
225
+ * <p>The IDs of the services.</p>
232
226
  */
233
227
  ServiceIds: string[] | undefined;
234
228
  }
@@ -3766,11 +3760,11 @@ export interface TargetCapacitySpecification {
3766
3760
  SpotTargetCapacity?: number;
3767
3761
  /**
3768
3762
  * <p>The default <code>TotalTargetCapacity</code>, which is either <code>Spot</code> or
3769
- * <code>On-Demand</code>.</p>
3763
+ * <code>On-Demand</code>.</p>
3770
3764
  */
3771
3765
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
3772
3766
  /**
3773
- * <p>The unit for the target capacity.</p>
3767
+ * <p>The unit for the target capacity. <code>TargetCapacityUnitType</code> can only be specified when <code>InstanceRequirements</code> is specified.</p>
3774
3768
  * <p>Default: <code>units</code> (translates to number of instances)</p>
3775
3769
  */
3776
3770
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
@@ -4358,6 +4352,9 @@ export interface FpgaImage {
4358
4352
  * <p>Indicates whether data retention support is enabled for the AFI.</p>
4359
4353
  */
4360
4354
  DataRetentionSupport?: boolean;
4355
+ /**
4356
+ * <p>The instance types supported by the AFI.</p>
4357
+ */
4361
4358
  InstanceTypes?: string[];
4362
4359
  }
4363
4360
  export interface DescribeFpgaImagesResult {
@@ -6262,14 +6259,21 @@ export interface DescribeInstancesRequest {
6262
6259
  * </li>
6263
6260
  * <li>
6264
6261
  * <p>
6265
- * <code>metadata-options.http-put-response-hop-limit</code> - The http metadata
6262
+ * <code>metadata-options.http-put-response-hop-limit</code> - The HTTP metadata
6266
6263
  * request put response hop limit (integer, possible values <code>1</code> to
6267
6264
  * <code>64</code>)</p>
6268
6265
  * </li>
6269
6266
  * <li>
6270
6267
  * <p>
6271
- * <code>metadata-options.http-endpoint</code> - Enable or disable metadata
6272
- * access on http endpoint (<code>enabled</code> | <code>disabled</code>)</p>
6268
+ * <code>metadata-options.http-endpoint</code> - The status of access to the HTTP
6269
+ * metadata endpoint on your instance (<code>enabled</code> |
6270
+ * <code>disabled</code>)</p>
6271
+ * </li>
6272
+ * <li>
6273
+ * <p>
6274
+ * <code>metadata-options.instance-metadata-tags</code> - The status of access to
6275
+ * instance tags from the instance metadata (<code>enabled</code> |
6276
+ * <code>disabled</code>)</p>
6273
6277
  * </li>
6274
6278
  * <li>
6275
6279
  * <p>
@@ -6758,16 +6762,25 @@ export interface InstanceMetadataOptionsResponse {
6758
6762
  */
6759
6763
  State?: InstanceMetadataOptionsState | string;
6760
6764
  /**
6761
- * <p>The state of token usage for your instance metadata requests.</p>
6762
- * <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
6763
- * with or without a session token on your request. If you retrieve the IAM
6764
- * role credentials without a token, the version 1.0 role credentials are returned. If you
6765
- * retrieve the IAM role credentials using a valid session token, the
6766
- * version 2.0 role credentials are returned.</p>
6767
- * <p>If the state is <code>required</code>, you must send a session token with any instance
6768
- * metadata retrieval requests. In this state, retrieving the IAM role
6769
- * credentials always returns the version 2.0 credentials; the version 1.0 credentials are
6770
- * not available.</p>
6765
+ * <p>IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP tokens is
6766
+ * <code>optional</code> (in other words, indicates whether the use of IMDSv2 is
6767
+ * <code>optional</code>) or <code>required</code> (in other words, indicates whether
6768
+ * the use of IMDSv2 is <code>required</code>).</p>
6769
+ * <ul>
6770
+ * <li>
6771
+ * <p>
6772
+ * <code>optional</code> - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without
6773
+ * a session token in your request. If you retrieve the IAM role credentials
6774
+ * without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials
6775
+ * using a valid session token, the IMDSv2 role credentials are returned.</p>
6776
+ * </li>
6777
+ * <li>
6778
+ * <p>
6779
+ * <code>required</code> - When IMDSv2 is required, you must send a session token
6780
+ * with any instance metadata retrieval requests. In this state, retrieving the IAM role
6781
+ * credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</p>
6782
+ * </li>
6783
+ * </ul>
6771
6784
  * <p>Default: <code>optional</code>
6772
6785
  * </p>
6773
6786
  */
@@ -5456,7 +5456,7 @@ export interface SpotFleetRequestConfigData {
5456
5456
  */
5457
5457
  Context?: string;
5458
5458
  /**
5459
- * <p>The unit for the target capacity.</p>
5459
+ * <p>The unit for the target capacity. <code>TargetCapacityUnitType</code> can only be specified when <code>InstanceRequirements</code> is specified.</p>
5460
5460
  * <p>Default: <code>units</code> (translates to number of instances)</p>
5461
5461
  */
5462
5462
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
@@ -6122,7 +6122,7 @@ export interface DescribeStaleSecurityGroupsRequest {
6122
6122
  export interface StaleIpPermission {
6123
6123
  /**
6124
6124
  * <p>The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of
6125
- * <code>-1</code> indicates all ICMP types. </p>
6125
+ * -1 indicates all ICMP types. </p>
6126
6126
  */
6127
6127
  FromPort?: number;
6128
6128
  /**
@@ -8377,7 +8377,7 @@ export interface DescribeVpcEndpointConnectionNotificationsRequest {
8377
8377
  */
8378
8378
  ConnectionNotificationId?: string;
8379
8379
  /**
8380
- * <p>One or more filters.</p>
8380
+ * <p>The filters.</p>
8381
8381
  * <ul>
8382
8382
  * <li>
8383
8383
  * <p>
@@ -8422,7 +8422,7 @@ export interface DescribeVpcEndpointConnectionNotificationsRequest {
8422
8422
  }
8423
8423
  export interface DescribeVpcEndpointConnectionNotificationsResult {
8424
8424
  /**
8425
- * <p>One or more notifications.</p>
8425
+ * <p>The notifications.</p>
8426
8426
  */
8427
8427
  ConnectionNotificationSet?: ConnectionNotification[];
8428
8428
  /**
@@ -8439,7 +8439,7 @@ export interface DescribeVpcEndpointConnectionsRequest {
8439
8439
  */
8440
8440
  DryRun?: boolean;
8441
8441
  /**
8442
- * <p>One or more filters.</p>
8442
+ * <p>The filters.</p>
8443
8443
  * <ul>
8444
8444
  * <li>
8445
8445
  * <p>
@@ -8532,7 +8532,7 @@ export interface VpcEndpointConnection {
8532
8532
  }
8533
8533
  export interface DescribeVpcEndpointConnectionsResult {
8534
8534
  /**
8535
- * <p>Information about one or more VPC endpoint connections.</p>
8535
+ * <p>Information about the VPC endpoint connections.</p>
8536
8536
  */
8537
8537
  VpcEndpointConnections?: VpcEndpointConnection[];
8538
8538
  /**
@@ -8540,9 +8540,6 @@ export interface DescribeVpcEndpointConnectionsResult {
8540
8540
  */
8541
8541
  NextToken?: string;
8542
8542
  }
8543
- /**
8544
- * <p>Contains the parameters for DescribeVpcEndpoints.</p>
8545
- */
8546
8543
  export interface DescribeVpcEndpointsRequest {
8547
8544
  /**
8548
8545
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -8551,11 +8548,11 @@ export interface DescribeVpcEndpointsRequest {
8551
8548
  */
8552
8549
  DryRun?: boolean;
8553
8550
  /**
8554
- * <p>One or more endpoint IDs.</p>
8551
+ * <p>The IDs of the VPC endpoints.</p>
8555
8552
  */
8556
8553
  VpcEndpointIds?: string[];
8557
8554
  /**
8558
- * <p>One or more filters.</p>
8555
+ * <p>The filters.</p>
8559
8556
  * <ul>
8560
8557
  * <li>
8561
8558
  * <p>
@@ -8605,9 +8602,6 @@ export interface DescribeVpcEndpointsRequest {
8605
8602
  */
8606
8603
  NextToken?: string;
8607
8604
  }
8608
- /**
8609
- * <p>Contains the output of DescribeVpcEndpoints.</p>
8610
- */
8611
8605
  export interface DescribeVpcEndpointsResult {
8612
8606
  /**
8613
8607
  * <p>Information about the endpoints.</p>
@@ -8626,11 +8620,11 @@ export interface DescribeVpcEndpointServiceConfigurationsRequest {
8626
8620
  */
8627
8621
  DryRun?: boolean;
8628
8622
  /**
8629
- * <p>The IDs of one or more services.</p>
8623
+ * <p>The IDs of the endpoint services.</p>
8630
8624
  */
8631
8625
  ServiceIds?: string[];
8632
8626
  /**
8633
- * <p>One or more filters.</p>
8627
+ * <p>The filters.</p>
8634
8628
  * <ul>
8635
8629
  * <li>
8636
8630
  * <p>
@@ -5,7 +5,7 @@ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTa
5
5
  import { AnalysisStatus, ArchitectureType } from "./models_4";
6
6
  export interface DescribeVpcEndpointServiceConfigurationsResult {
7
7
  /**
8
- * <p>Information about one or more services.</p>
8
+ * <p>Information about the services.</p>
9
9
  */
10
10
  ServiceConfigurations?: ServiceConfiguration[];
11
11
  /**
@@ -25,7 +25,7 @@ export interface DescribeVpcEndpointServicePermissionsRequest {
25
25
  */
26
26
  ServiceId: string | undefined;
27
27
  /**
28
- * <p>One or more filters.</p>
28
+ * <p>The filters.</p>
29
29
  * <ul>
30
30
  * <li>
31
31
  * <p>
@@ -55,7 +55,7 @@ export interface DescribeVpcEndpointServicePermissionsRequest {
55
55
  }
56
56
  export interface DescribeVpcEndpointServicePermissionsResult {
57
57
  /**
58
- * <p>Information about one or more allowed principals.</p>
58
+ * <p>Information about the allowed principals.</p>
59
59
  */
60
60
  AllowedPrincipals?: AllowedPrincipal[];
61
61
  /**
@@ -63,9 +63,6 @@ export interface DescribeVpcEndpointServicePermissionsResult {
63
63
  */
64
64
  NextToken?: string;
65
65
  }
66
- /**
67
- * <p>Contains the parameters for DescribeVpcEndpointServices.</p>
68
- */
69
66
  export interface DescribeVpcEndpointServicesRequest {
70
67
  /**
71
68
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -74,11 +71,11 @@ export interface DescribeVpcEndpointServicesRequest {
74
71
  */
75
72
  DryRun?: boolean;
76
73
  /**
77
- * <p>One or more service names.</p>
74
+ * <p>The service names.</p>
78
75
  */
79
76
  ServiceNames?: string[];
80
77
  /**
81
- * <p>One or more filters.</p>
78
+ * <p>The filters.</p>
82
79
  * <ul>
83
80
  * <li>
84
81
  * <p>
@@ -182,7 +179,7 @@ export interface ServiceDetail {
182
179
  */
183
180
  PayerResponsibility?: PayerResponsibility | string;
184
181
  /**
185
- * <p>Any tags assigned to the service.</p>
182
+ * <p>The tags assigned to the service.</p>
186
183
  */
187
184
  Tags?: Tag[];
188
185
  /**
@@ -195,12 +192,9 @@ export interface ServiceDetail {
195
192
  */
196
193
  SupportedIpAddressTypes?: (ServiceConnectivityType | string)[];
197
194
  }
198
- /**
199
- * <p>Contains the output of DescribeVpcEndpointServices.</p>
200
- */
201
195
  export interface DescribeVpcEndpointServicesResult {
202
196
  /**
203
- * <p>A list of supported services.</p>
197
+ * <p>The supported services.</p>
204
198
  */
205
199
  ServiceNames?: string[];
206
200
  /**
@@ -2179,19 +2173,11 @@ export interface DataQuery {
2179
2173
  */
2180
2174
  Destination?: string;
2181
2175
  /**
2182
- * <p>The aggregation metric used for the data query. Currently only <code>aggregation-latency</code> is supported, indicating network latency.</p>
2176
+ * <p>The metric, <code>aggregation-latency</code>, indicating that network latency is aggregated for the query. This is the only supported metric.</p>
2183
2177
  */
2184
2178
  Metric?: MetricType | string;
2185
2179
  /**
2186
- * <p>Metric data aggregations over specified periods of time. The following are the supported Infrastructure Performance statistics:</p>
2187
- * <ul>
2188
- * <li>
2189
- * <p>
2190
- * <code>p50</code> - The median value of the metric aggregated over a specified
2191
- * start and end time. For example, a metric of <code>five_minutes</code> is the median
2192
- * of all the data points gathered within those five minutes.</p>
2193
- * </li>
2194
- * </ul>
2180
+ * <p>The metric data aggregation period, <code>p50</code>, between the specified <code>startDate</code> and <code>endDate</code>. For example, a metric of <code>five_minutes</code> is the median of all the data points gathered within those five minutes. <code>p50</code> is the only supported metric.</p>
2195
2181
  */
2196
2182
  Statistic?: StatisticType | string;
2197
2183
  /**
@@ -2230,7 +2216,7 @@ export interface GetAwsNetworkPerformanceDataRequest {
2230
2216
  DryRun?: boolean;
2231
2217
  }
2232
2218
  /**
2233
- * <p>Indicates whether the network was healthy or unhealthy at a particular point. The value is aggregated from the <code>startDate</code> to the <code>endDate</code>. Currently only <code>five_minutes</code> is supported.</p>
2219
+ * <p>Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the <code>startDate</code> to the <code>endDate</code>. Currently only <code>five_minutes</code> is supported.</p>
2234
2220
  */
2235
2221
  export interface MetricPoint {
2236
2222
  /**
@@ -2265,7 +2251,7 @@ export interface DataResponse {
2265
2251
  */
2266
2252
  Destination?: string;
2267
2253
  /**
2268
- * <p>The metric used for the network performance request. Currently only <code>aggregate-latency</code> is supported, showing network latency during a specified period. </p>
2254
+ * <p>The metric used for the network performance request. Only <code>aggregate-latency</code> is supported, which shows network latency during a specified period. </p>
2269
2255
  */
2270
2256
  Metric?: MetricType | string;
2271
2257
  /**