@aws-sdk/client-ec2 3.86.0 → 3.89.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.
Files changed (82) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/EC2.js +15 -0
  3. package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +3 -3
  5. package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeRegionsCommand.js +1 -2
  7. package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +3 -3
  8. package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  9. package/dist-cjs/commands/GetInstanceUefiDataCommand.js +36 -0
  10. package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
  11. package/dist-cjs/commands/ReportInstanceStatusCommand.js +2 -2
  12. package/dist-cjs/commands/RequestSpotFleetCommand.js +3 -3
  13. package/dist-cjs/commands/RequestSpotInstancesCommand.js +1 -2
  14. package/dist-cjs/commands/index.js +1 -0
  15. package/dist-cjs/models/models_2.js +36 -36
  16. package/dist-cjs/models/models_3.js +40 -42
  17. package/dist-cjs/models/models_4.js +42 -43
  18. package/dist-cjs/models/models_5.js +55 -42
  19. package/dist-cjs/models/models_6.js +38 -2
  20. package/dist-cjs/protocols/Aws_ec2.js +205 -21
  21. package/dist-es/EC2.js +15 -0
  22. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +2 -1
  23. package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +1 -1
  24. package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +1 -1
  25. package/dist-es/commands/DescribeRegionsCommand.js +1 -2
  26. package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +1 -1
  27. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +1 -2
  28. package/dist-es/commands/GetInstanceUefiDataCommand.js +39 -0
  29. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +2 -1
  30. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  31. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  32. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -2
  33. package/dist-es/commands/index.js +1 -0
  34. package/dist-es/models/models_2.js +26 -20
  35. package/dist-es/models/models_3.js +24 -24
  36. package/dist-es/models/models_4.js +24 -27
  37. package/dist-es/models/models_5.js +35 -24
  38. package/dist-es/models/models_6.js +24 -0
  39. package/dist-es/protocols/Aws_ec2.js +206 -8
  40. package/dist-types/EC2.d.ts +16 -0
  41. package/dist-types/EC2Client.d.ts +3 -2
  42. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  46. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  47. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  48. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +44 -0
  49. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
  50. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  51. package/dist-types/commands/RequestSpotFleetCommand.d.ts +1 -1
  52. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -2
  53. package/dist-types/commands/index.d.ts +1 -0
  54. package/dist-types/models/models_1.d.ts +4 -4
  55. package/dist-types/models/models_2.d.ts +78 -164
  56. package/dist-types/models/models_3.d.ts +184 -187
  57. package/dist-types/models/models_4.d.ts +211 -102
  58. package/dist-types/models/models_5.d.ts +167 -328
  59. package/dist-types/models/models_6.d.ts +325 -1
  60. package/dist-types/protocols/Aws_ec2.d.ts +3 -0
  61. package/dist-types/ts3.4/EC2.d.ts +5 -0
  62. package/dist-types/ts3.4/EC2Client.d.ts +3 -2
  63. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +1 -2
  67. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  69. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -2
  74. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  75. package/dist-types/ts3.4/models/models_1.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_2.d.ts +46 -79
  77. package/dist-types/ts3.4/models/models_3.d.ts +91 -89
  78. package/dist-types/ts3.4/models/models_4.d.ts +93 -62
  79. package/dist-types/ts3.4/models/models_5.d.ts +96 -126
  80. package/dist-types/ts3.4/models/models_6.d.ts +123 -1
  81. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +3 -0
  82. package/package.json +3 -3
@@ -1,6 +1,161 @@
1
- import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
1
+ import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AssociationStatus, AttachmentStatus, AttributeValue, AutoPlacement, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
2
2
  import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
3
  import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
4
+ /**
5
+ * <p>Information about a Client VPN endpoint route.</p>
6
+ */
7
+ export interface ClientVpnRoute {
8
+ /**
9
+ * <p>The ID of the Client VPN endpoint with which the route is associated.</p>
10
+ */
11
+ ClientVpnEndpointId?: string;
12
+ /**
13
+ * <p>The IPv4 address range, in CIDR notation, of the route destination.</p>
14
+ */
15
+ DestinationCidr?: string;
16
+ /**
17
+ * <p>The ID of the subnet through which traffic is routed.</p>
18
+ */
19
+ TargetSubnet?: string;
20
+ /**
21
+ * <p>The route type.</p>
22
+ */
23
+ Type?: string;
24
+ /**
25
+ * <p>Indicates how the route was associated with the Client VPN endpoint.
26
+ * <code>associate</code> indicates that the route was automatically added when the target network
27
+ * was associated with the Client VPN endpoint. <code>add-route</code> indicates that the route
28
+ * was manually added using the <b>CreateClientVpnRoute</b> action.</p>
29
+ */
30
+ Origin?: string;
31
+ /**
32
+ * <p>The current state of the route.</p>
33
+ */
34
+ Status?: ClientVpnRouteStatus;
35
+ /**
36
+ * <p>A brief description of the route.</p>
37
+ */
38
+ Description?: string;
39
+ }
40
+ export declare namespace ClientVpnRoute {
41
+ /**
42
+ * @internal
43
+ */
44
+ const filterSensitiveLog: (obj: ClientVpnRoute) => any;
45
+ }
46
+ export interface DescribeClientVpnRoutesResult {
47
+ /**
48
+ * <p>Information about the Client VPN endpoint routes.</p>
49
+ */
50
+ Routes?: ClientVpnRoute[];
51
+ /**
52
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
53
+ */
54
+ NextToken?: string;
55
+ }
56
+ export declare namespace DescribeClientVpnRoutesResult {
57
+ /**
58
+ * @internal
59
+ */
60
+ const filterSensitiveLog: (obj: DescribeClientVpnRoutesResult) => any;
61
+ }
62
+ export interface DescribeClientVpnTargetNetworksRequest {
63
+ /**
64
+ * <p>The ID of the Client VPN endpoint.</p>
65
+ */
66
+ ClientVpnEndpointId: string | undefined;
67
+ /**
68
+ * <p>The IDs of the target network associations.</p>
69
+ */
70
+ AssociationIds?: string[];
71
+ /**
72
+ * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</p>
73
+ */
74
+ MaxResults?: number;
75
+ /**
76
+ * <p>The token to retrieve the next page of results.</p>
77
+ */
78
+ NextToken?: string;
79
+ /**
80
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
81
+ * <ul>
82
+ * <li>
83
+ * <p>
84
+ * <code>association-id</code> - The ID of the association.</p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <code>target-network-id</code> - The ID of the subnet specified as the target network.</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>
92
+ * <code>vpc-id</code> - The ID of the VPC in which the target network is located.</p>
93
+ * </li>
94
+ * </ul>
95
+ */
96
+ Filters?: Filter[];
97
+ /**
98
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
99
+ */
100
+ DryRun?: boolean;
101
+ }
102
+ export declare namespace DescribeClientVpnTargetNetworksRequest {
103
+ /**
104
+ * @internal
105
+ */
106
+ const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksRequest) => any;
107
+ }
108
+ /**
109
+ * <p>Describes a target network associated with a Client VPN endpoint.</p>
110
+ */
111
+ export interface TargetNetwork {
112
+ /**
113
+ * <p>The ID of the association.</p>
114
+ */
115
+ AssociationId?: string;
116
+ /**
117
+ * <p>The ID of the VPC in which the target network (subnet) is located.</p>
118
+ */
119
+ VpcId?: string;
120
+ /**
121
+ * <p>The ID of the subnet specified as the target network.</p>
122
+ */
123
+ TargetNetworkId?: string;
124
+ /**
125
+ * <p>The ID of the Client VPN endpoint with which the target network is associated.</p>
126
+ */
127
+ ClientVpnEndpointId?: string;
128
+ /**
129
+ * <p>The current state of the target network association.</p>
130
+ */
131
+ Status?: AssociationStatus;
132
+ /**
133
+ * <p>The IDs of the security groups applied to the target network association.</p>
134
+ */
135
+ SecurityGroups?: string[];
136
+ }
137
+ export declare namespace TargetNetwork {
138
+ /**
139
+ * @internal
140
+ */
141
+ const filterSensitiveLog: (obj: TargetNetwork) => any;
142
+ }
143
+ export interface DescribeClientVpnTargetNetworksResult {
144
+ /**
145
+ * <p>Information about the associated target networks.</p>
146
+ */
147
+ ClientVpnTargetNetworks?: TargetNetwork[];
148
+ /**
149
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
150
+ */
151
+ NextToken?: string;
152
+ }
153
+ export declare namespace DescribeClientVpnTargetNetworksResult {
154
+ /**
155
+ * @internal
156
+ */
157
+ const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksResult) => any;
158
+ }
4
159
  export interface DescribeCoipPoolsRequest {
5
160
  /**
6
161
  * <p>The IDs of the address pools.</p>
@@ -3176,7 +3331,7 @@ export declare namespace DescribeIdFormatResult {
3176
3331
  */
3177
3332
  const filterSensitiveLog: (obj: DescribeIdFormatResult) => any;
3178
3333
  }
3179
- export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "lastLaunchedTime" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport";
3334
+ export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "lastLaunchedTime" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport" | "tpmSupport" | "uefiData";
3180
3335
  /**
3181
3336
  * <p>Contains the parameters for DescribeImageAttribute.</p>
3182
3337
  */
@@ -3274,6 +3429,18 @@ export interface ImageAttribute {
3274
3429
  * <p>The boot mode.</p>
3275
3430
  */
3276
3431
  BootMode?: AttributeValue;
3432
+ /**
3433
+ * <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.</p>
3434
+ */
3435
+ TpmSupport?: AttributeValue;
3436
+ /**
3437
+ * <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
3438
+ * use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
3439
+ * <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
3440
+ * GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
3441
+ * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3442
+ */
3443
+ UefiData?: AttributeValue;
3277
3444
  /**
3278
3445
  * <p>The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time
3279
3446
  * format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used,
@@ -3597,6 +3764,9 @@ export declare namespace StateReason {
3597
3764
  */
3598
3765
  const filterSensitiveLog: (obj: StateReason) => any;
3599
3766
  }
3767
+ export declare enum TpmSupportValues {
3768
+ v2_0 = "v2.0"
3769
+ }
3600
3770
  export declare type VirtualizationType = "hvm" | "paravirtual";
3601
3771
  /**
3602
3772
  * <p>Describes an image.</p>
@@ -3722,6 +3892,12 @@ export interface Image {
3722
3892
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3723
3893
  */
3724
3894
  BootMode?: BootModeValues | string;
3895
+ /**
3896
+ * <p>If the image is configured for NitroTPM support, the value is <code>v2.0</code>.
3897
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
3898
+ * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3899
+ */
3900
+ TpmSupport?: TpmSupportValues | string;
3725
3901
  /**
3726
3902
  * <p>The date and time to deprecate the AMI, in UTC, in the following format:
3727
3903
  * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
@@ -5802,6 +5978,12 @@ export interface Instance {
5802
5978
  * <p>The IPv6 address assigned to the instance.</p>
5803
5979
  */
5804
5980
  Ipv6Address?: string;
5981
+ /**
5982
+ * <p>If the instance is configured for NitroTPM support, the value is <code>v2.0</code>.
5983
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the
5984
+ * <i>Amazon EC2 User Guide</i>.</p>
5985
+ */
5986
+ TpmSupport?: string;
5805
5987
  /**
5806
5988
  * <p>Provides information on the recovery and maintenance options of your instance.</p>
5807
5989
  */
@@ -9907,188 +10089,3 @@ export declare namespace DescribePrincipalIdFormatResult {
9907
10089
  */
9908
10090
  const filterSensitiveLog: (obj: DescribePrincipalIdFormatResult) => any;
9909
10091
  }
9910
- export interface DescribePublicIpv4PoolsRequest {
9911
- /**
9912
- * <p>The IDs of the address pools.</p>
9913
- */
9914
- PoolIds?: string[];
9915
- /**
9916
- * <p>The token for the next page of results.</p>
9917
- */
9918
- NextToken?: string;
9919
- /**
9920
- * <p>The maximum number of results to return with a single call.
9921
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
9922
- */
9923
- MaxResults?: number;
9924
- /**
9925
- * <p>One or more filters.</p>
9926
- * <ul>
9927
- * <li>
9928
- * <p>
9929
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9930
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
9931
- * </li>
9932
- * <li>
9933
- * <p>
9934
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
9935
- * </li>
9936
- * </ul>
9937
- */
9938
- Filters?: Filter[];
9939
- }
9940
- export declare namespace DescribePublicIpv4PoolsRequest {
9941
- /**
9942
- * @internal
9943
- */
9944
- const filterSensitiveLog: (obj: DescribePublicIpv4PoolsRequest) => any;
9945
- }
9946
- /**
9947
- * <p>Describes an address range of an IPv4 address pool.</p>
9948
- */
9949
- export interface PublicIpv4PoolRange {
9950
- /**
9951
- * <p>The first IP address in the range.</p>
9952
- */
9953
- FirstAddress?: string;
9954
- /**
9955
- * <p>The last IP address in the range.</p>
9956
- */
9957
- LastAddress?: string;
9958
- /**
9959
- * <p>The number of addresses in the range.</p>
9960
- */
9961
- AddressCount?: number;
9962
- /**
9963
- * <p>The number of available addresses in the range.</p>
9964
- */
9965
- AvailableAddressCount?: number;
9966
- }
9967
- export declare namespace PublicIpv4PoolRange {
9968
- /**
9969
- * @internal
9970
- */
9971
- const filterSensitiveLog: (obj: PublicIpv4PoolRange) => any;
9972
- }
9973
- /**
9974
- * <p>Describes an IPv4 address pool.</p>
9975
- */
9976
- export interface PublicIpv4Pool {
9977
- /**
9978
- * <p>The ID of the address pool.</p>
9979
- */
9980
- PoolId?: string;
9981
- /**
9982
- * <p>A description of the address pool.</p>
9983
- */
9984
- Description?: string;
9985
- /**
9986
- * <p>The address ranges.</p>
9987
- */
9988
- PoolAddressRanges?: PublicIpv4PoolRange[];
9989
- /**
9990
- * <p>The total number of addresses.</p>
9991
- */
9992
- TotalAddressCount?: number;
9993
- /**
9994
- * <p>The total number of available addresses.</p>
9995
- */
9996
- TotalAvailableAddressCount?: number;
9997
- /**
9998
- * <p>The name of the location from which the address pool is advertised.
9999
- * A network border group is a unique set of Availability Zones or Local Zones
10000
- * from where Amazon Web Services advertises public IP addresses.</p>
10001
- */
10002
- NetworkBorderGroup?: string;
10003
- /**
10004
- * <p>Any tags for the address pool.</p>
10005
- */
10006
- Tags?: Tag[];
10007
- }
10008
- export declare namespace PublicIpv4Pool {
10009
- /**
10010
- * @internal
10011
- */
10012
- const filterSensitiveLog: (obj: PublicIpv4Pool) => any;
10013
- }
10014
- export interface DescribePublicIpv4PoolsResult {
10015
- /**
10016
- * <p>Information about the address pools.</p>
10017
- */
10018
- PublicIpv4Pools?: PublicIpv4Pool[];
10019
- /**
10020
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
10021
- */
10022
- NextToken?: string;
10023
- }
10024
- export declare namespace DescribePublicIpv4PoolsResult {
10025
- /**
10026
- * @internal
10027
- */
10028
- const filterSensitiveLog: (obj: DescribePublicIpv4PoolsResult) => any;
10029
- }
10030
- export interface DescribeRegionsRequest {
10031
- /**
10032
- * <p>The filters.</p>
10033
- * <ul>
10034
- * <li>
10035
- * <p>
10036
- * <code>endpoint</code> - The endpoint of the Region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p>
10037
- * </li>
10038
- * <li>
10039
- * <p>
10040
- * <code>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> |
10041
- * <code>not-opted-in</code>).</p>
10042
- * </li>
10043
- * <li>
10044
- * <p>
10045
- * <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p>
10046
- * </li>
10047
- * </ul>
10048
- */
10049
- Filters?: Filter[];
10050
- /**
10051
- * <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
10052
- */
10053
- RegionNames?: string[];
10054
- /**
10055
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10056
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10057
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10058
- */
10059
- DryRun?: boolean;
10060
- /**
10061
- * <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
10062
- */
10063
- AllRegions?: boolean;
10064
- }
10065
- export declare namespace DescribeRegionsRequest {
10066
- /**
10067
- * @internal
10068
- */
10069
- const filterSensitiveLog: (obj: DescribeRegionsRequest) => any;
10070
- }
10071
- /**
10072
- * <p>Describes a Region.</p>
10073
- */
10074
- export interface Region {
10075
- /**
10076
- * <p>The Region service endpoint.</p>
10077
- */
10078
- Endpoint?: string;
10079
- /**
10080
- * <p>The name of the Region.</p>
10081
- */
10082
- RegionName?: string;
10083
- /**
10084
- * <p>The Region opt-in status. The possible values are <code>opt-in-not-required</code>, <code>opted-in</code>, and
10085
- * <code>not-opted-in</code>.</p>
10086
- */
10087
- OptInStatus?: string;
10088
- }
10089
- export declare namespace Region {
10090
- /**
10091
- * @internal
10092
- */
10093
- const filterSensitiveLog: (obj: Region) => any;
10094
- }