@aws-sdk/client-ec2 3.932.0 → 3.933.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 (67) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +371 -5
  3. package/dist-es/EC2.js +8 -0
  4. package/dist-es/commands/DescribeInstanceSqlHaHistoryStatesCommand.js +16 -0
  5. package/dist-es/commands/DescribeInstanceSqlHaStatesCommand.js +16 -0
  6. package/dist-es/commands/DisableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  7. package/dist-es/commands/EnableInstanceSqlHaStandbyDetectionsCommand.js +16 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_4.js +10 -6
  10. package/dist-es/models/models_5.js +6 -0
  11. package/dist-es/models/models_6.js +0 -12
  12. package/dist-es/models/models_7.js +12 -11
  13. package/dist-es/models/models_8.js +11 -0
  14. package/dist-es/schemas/schemas_0.js +300 -2
  15. package/dist-types/EC2.d.ts +30 -0
  16. package/dist-types/EC2Client.d.ts +6 -2
  17. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +106 -0
  18. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +104 -0
  19. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  25. package/dist-types/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +95 -0
  26. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +102 -0
  27. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  32. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +4 -0
  35. package/dist-types/models/models_4.d.ts +270 -257
  36. package/dist-types/models/models_5.d.ts +259 -258
  37. package/dist-types/models/models_6.d.ts +326 -163
  38. package/dist-types/models/models_7.d.ts +163 -339
  39. package/dist-types/models/models_8.d.ts +336 -1
  40. package/dist-types/schemas/schemas_0.d.ts +15 -0
  41. package/dist-types/ts3.4/EC2.d.ts +88 -0
  42. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  43. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +51 -0
  45. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/models_4.d.ts +46 -44
  62. package/dist-types/ts3.4/models/models_5.d.ts +44 -43
  63. package/dist-types/ts3.4/models/models_6.d.ts +62 -53
  64. package/dist-types/ts3.4/models/models_7.d.ts +52 -96
  65. package/dist-types/ts3.4/models/models_8.d.ts +91 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  67. package/package.json +3 -3
@@ -10815,6 +10815,276 @@ export interface DescribeInstancesResult {
10815
10815
  */
10816
10816
  Reservations?: Reservation[] | undefined;
10817
10817
  }
10818
+ /**
10819
+ * @public
10820
+ */
10821
+ export interface DescribeInstanceSqlHaHistoryStatesRequest {
10822
+ /**
10823
+ * <p>The IDs of the SQL Server High Availability instances to describe. If omitted, the API returns
10824
+ * historical states for all SQL Server High Availability instances.</p>
10825
+ * @public
10826
+ */
10827
+ InstanceIds?: string[] | undefined;
10828
+ /**
10829
+ * <p>The start data and time of the period for which to get the historical
10830
+ * SQL Server High Availability states. If omitted, the API returns all available historical states.</p>
10831
+ * <p>Timezone: UTC</p>
10832
+ * <p>Format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
10833
+ * </p>
10834
+ * @public
10835
+ */
10836
+ StartTime?: Date | undefined;
10837
+ /**
10838
+ * <p>The end data and time of the period for which to get historical SQL Server High Availability
10839
+ * states. If omitted, the API returns historical states up to the current
10840
+ * date and time.</p>
10841
+ * <p>Timezone: UTC</p>
10842
+ * <p>Format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code>
10843
+ * </p>
10844
+ * @public
10845
+ */
10846
+ EndTime?: Date | undefined;
10847
+ /**
10848
+ * <p>The token to use to retrieve the next page of results.</p>
10849
+ * @public
10850
+ */
10851
+ NextToken?: string | undefined;
10852
+ /**
10853
+ * <p>The maximum number of results to return for the request in a
10854
+ * single page. The remaining results can be seen by sending another request with the
10855
+ * returned <code>nextToken</code> value.</p>
10856
+ * @public
10857
+ */
10858
+ MaxResults?: number | undefined;
10859
+ /**
10860
+ * <p>One or more filters to apply to the results. Supported filters
10861
+ * include:</p>
10862
+ * <ul>
10863
+ * <li>
10864
+ * <p>
10865
+ * <code>tag:<key></code> - The tag key and value pair assigned to the
10866
+ * instance. For example, to find all instances tagged with <code>Owner:TeamA</code>, specify
10867
+ * <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
10868
+ * </li>
10869
+ * <li>
10870
+ * <p>
10871
+ * <code>tag-key</code> - The tag key assigned to the instance.</p>
10872
+ * </li>
10873
+ * <li>
10874
+ * <p>
10875
+ * <code>haStatus</code> - The SQL Server High Availability status of the SQL Server High Availability instance (<code>processing</code> |
10876
+ * <code>active</code> | <code>standby</code> | <code>invalid</code>).</p>
10877
+ * </li>
10878
+ * <li>
10879
+ * <p>
10880
+ * <code>sqlServerLicenseUsage</code> - The license type for the SQL Server license
10881
+ * (<code>full</code> | <code>waived</code>).</p>
10882
+ * </li>
10883
+ * </ul>
10884
+ * @public
10885
+ */
10886
+ Filters?: Filter[] | undefined;
10887
+ /**
10888
+ * <p>Checks whether you have the required permissions for the action,
10889
+ * without actually making the request, and provides an error response. If you have the
10890
+ * required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
10891
+ * it is <code>UnauthorizedOperation</code>.</p>
10892
+ * @public
10893
+ */
10894
+ DryRun?: boolean | undefined;
10895
+ }
10896
+ /**
10897
+ * @public
10898
+ * @enum
10899
+ */
10900
+ export declare const HaStatus: {
10901
+ readonly active: "active";
10902
+ readonly invalid: "invalid";
10903
+ readonly processing: "processing";
10904
+ readonly standby: "standby";
10905
+ };
10906
+ /**
10907
+ * @public
10908
+ */
10909
+ export type HaStatus = (typeof HaStatus)[keyof typeof HaStatus];
10910
+ /**
10911
+ * @public
10912
+ * @enum
10913
+ */
10914
+ export declare const SqlServerLicenseUsage: {
10915
+ readonly full: "full";
10916
+ readonly waived: "waived";
10917
+ };
10918
+ /**
10919
+ * @public
10920
+ */
10921
+ export type SqlServerLicenseUsage = (typeof SqlServerLicenseUsage)[keyof typeof SqlServerLicenseUsage];
10922
+ /**
10923
+ * <p>Describes an Amazon EC2 instance that is enabled for SQL Server High Availability standby
10924
+ * detection monitoring.</p>
10925
+ * @public
10926
+ */
10927
+ export interface RegisteredInstance {
10928
+ /**
10929
+ * <p>The ID of the SQL Server High Availability instance.</p>
10930
+ * @public
10931
+ */
10932
+ InstanceId?: string | undefined;
10933
+ /**
10934
+ * <p>The license type for the SQL Server license. Valid values include:</p>
10935
+ * <ul>
10936
+ * <li>
10937
+ * <p>
10938
+ * <code>full</code> - The SQL Server High Availability instance is using a full SQL Server license.</p>
10939
+ * </li>
10940
+ * <li>
10941
+ * <p>
10942
+ * <code>waived</code> - The SQL Server High Availability instance is waived from the SQL Server license.</p>
10943
+ * </li>
10944
+ * </ul>
10945
+ * @public
10946
+ */
10947
+ SqlServerLicenseUsage?: SqlServerLicenseUsage | undefined;
10948
+ /**
10949
+ * <p>The SQL Server High Availability status of the instance. Valid values are:</p>
10950
+ * <ul>
10951
+ * <li>
10952
+ * <p>
10953
+ * <code>processing</code> - The SQL Server High Availability status for the SQL Server High Availability instance is being updated.</p>
10954
+ * </li>
10955
+ * <li>
10956
+ * <p>
10957
+ * <code>active</code> - The SQL Server High Availability instance is an active node in an SQL Server High Availability cluster.</p>
10958
+ * </li>
10959
+ * <li>
10960
+ * <p>
10961
+ * <code>standby</code> - The SQL Server High Availability instance is a standby failover node in an SQL Server High Availability
10962
+ * cluster.</p>
10963
+ * </li>
10964
+ * <li>
10965
+ * <p>
10966
+ * <code>invalid</code> - An error occurred due to misconfigured permissions, or unable
10967
+ * to dertemine SQL Server High Availability status for the SQL Server High Availability instance.</p>
10968
+ * </li>
10969
+ * </ul>
10970
+ * @public
10971
+ */
10972
+ HaStatus?: HaStatus | undefined;
10973
+ /**
10974
+ * <p>A brief description of the SQL Server High Availability status. If the instance is in the <code>invalid</code>
10975
+ * High Availability status, this parameter includes the error message.</p>
10976
+ * @public
10977
+ */
10978
+ ProcessingStatus?: string | undefined;
10979
+ /**
10980
+ * <p>The date and time when the instance's SQL Server High Availability status was last updated, in the ISO 8601 format
10981
+ * in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
10982
+ * @public
10983
+ */
10984
+ LastUpdatedTime?: Date | undefined;
10985
+ /**
10986
+ * <p>The ARN of the Secrets Manager secret containing the SQL Server access credentials for the SQL Server High Availability instance.
10987
+ * If not specified, deafult local user credentials will be used by the Amazon Web Services Systems Manager agent.</p>
10988
+ * @public
10989
+ */
10990
+ SqlServerCredentials?: string | undefined;
10991
+ /**
10992
+ * <p>The tags assigned to the SQL Server High Availability instance.</p>
10993
+ * @public
10994
+ */
10995
+ Tags?: Tag[] | undefined;
10996
+ }
10997
+ /**
10998
+ * @public
10999
+ */
11000
+ export interface DescribeInstanceSqlHaHistoryStatesResult {
11001
+ /**
11002
+ * <p>Information about the historical SQL Server High Availability states of the SQL Server High Availability instances.</p>
11003
+ * @public
11004
+ */
11005
+ Instances?: RegisteredInstance[] | undefined;
11006
+ /**
11007
+ * <p>The token to use to retrieve the next page of results.
11008
+ * This value is <code>null</code> when there are no more results to return.</p>
11009
+ * @public
11010
+ */
11011
+ NextToken?: string | undefined;
11012
+ }
11013
+ /**
11014
+ * @public
11015
+ */
11016
+ export interface DescribeInstanceSqlHaStatesRequest {
11017
+ /**
11018
+ * <p>The IDs of the SQL Server High Availability instances to describe. If omitted, the API returns
11019
+ * SQL Server High Availability states for all SQL Server High Availability instances.</p>
11020
+ * @public
11021
+ */
11022
+ InstanceIds?: string[] | undefined;
11023
+ /**
11024
+ * <p>The token to use to retrieve the next page of results.</p>
11025
+ * @public
11026
+ */
11027
+ NextToken?: string | undefined;
11028
+ /**
11029
+ * <p>The maximum number of results to return for the request in a
11030
+ * single page. The remaining results can be seen by sending another request with the
11031
+ * returned <code>nextToken</code> value.</p>
11032
+ * @public
11033
+ */
11034
+ MaxResults?: number | undefined;
11035
+ /**
11036
+ * <p>One or more filters to apply to the results. Supported filters
11037
+ * include:</p>
11038
+ * <ul>
11039
+ * <li>
11040
+ * <p>
11041
+ * <code>tag:<key></code> - The tag key and value pair assigned to the
11042
+ * instance. For example, to find all instances tagged with <code>Owner:TeamA</code>, specify
11043
+ * <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
11044
+ * </li>
11045
+ * <li>
11046
+ * <p>
11047
+ * <code>tag-key</code> - The tag key assigned to the instance.</p>
11048
+ * </li>
11049
+ * <li>
11050
+ * <p>
11051
+ * <code>haStatus</code> - The SQL Server High Availability status of the SQL Server High Availability instance (<code>processing</code> |
11052
+ * <code>active</code> | <code>standby</code> | <code>invalid</code>).</p>
11053
+ * </li>
11054
+ * <li>
11055
+ * <p>
11056
+ * <code>sqlServerLicenseUsage</code> - The license type for the SQL Server license
11057
+ * (<code>full</code> | <code>waived</code>).</p>
11058
+ * </li>
11059
+ * </ul>
11060
+ * @public
11061
+ */
11062
+ Filters?: Filter[] | undefined;
11063
+ /**
11064
+ * <p>Checks whether you have the required permissions for the action,
11065
+ * without actually making the request, and provides an error response. If you have the
11066
+ * required permissions, the error response is <code>DryRunOperation</code>. Otherwise,
11067
+ * it is <code>UnauthorizedOperation</code>.</p>
11068
+ * @public
11069
+ */
11070
+ DryRun?: boolean | undefined;
11071
+ }
11072
+ /**
11073
+ * @public
11074
+ */
11075
+ export interface DescribeInstanceSqlHaStatesResult {
11076
+ /**
11077
+ * <p>Information about the SQL Server High Availability instances.</p>
11078
+ * @public
11079
+ */
11080
+ Instances?: RegisteredInstance[] | undefined;
11081
+ /**
11082
+ * <p>The token to use to retrieve the next page of results.
11083
+ * This value is <code>null</code> when there are no more results to return.</p>
11084
+ * @public
11085
+ */
11086
+ NextToken?: string | undefined;
11087
+ }
10818
11088
  /**
10819
11089
  * @public
10820
11090
  */
@@ -11203,260 +11473,3 @@ export interface DescribeInstanceStatusResult {
11203
11473
  */
11204
11474
  NextToken?: string | undefined;
11205
11475
  }
11206
- /**
11207
- * @public
11208
- */
11209
- export interface DescribeInstanceTopologyRequest {
11210
- /**
11211
- * <p>Checks whether you have the required permissions for the operation, without actually making the
11212
- * request, and provides an error response. If you have the required permissions, the error response is
11213
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11214
- * @public
11215
- */
11216
- DryRun?: boolean | undefined;
11217
- /**
11218
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
11219
- * @public
11220
- */
11221
- NextToken?: string | undefined;
11222
- /**
11223
- * <p>The maximum number of items to return for this request.
11224
- * To get the next page of items, make another request with the token returned in the output.
11225
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
11226
- * <p>You can't specify this parameter and the instance IDs parameter in the same
11227
- * request.</p>
11228
- * <p>Default: <code>20</code>
11229
- * </p>
11230
- * @public
11231
- */
11232
- MaxResults?: number | undefined;
11233
- /**
11234
- * <p>The instance IDs.</p>
11235
- * <p>Default: Describes all your instances.</p>
11236
- * <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>
11237
- * @public
11238
- */
11239
- InstanceIds?: string[] | undefined;
11240
- /**
11241
- * <p>The name of the placement group that each instance is in.</p>
11242
- * <p>Constraints: Maximum 100 explicitly specified placement group names.</p>
11243
- * @public
11244
- */
11245
- GroupNames?: string[] | undefined;
11246
- /**
11247
- * <p>The filters.</p>
11248
- * <ul>
11249
- * <li>
11250
- * <p>
11251
- * <code>availability-zone</code> - The name of the Availability Zone (for
11252
- * example, <code>us-west-2a</code>) or Local Zone (for example,
11253
- * <code>us-west-2-lax-1b</code>) that the instance is in.</p>
11254
- * </li>
11255
- * <li>
11256
- * <p>
11257
- * <code>instance-type</code> - The instance type (for example,
11258
- * <code>p4d.24xlarge</code>) or instance family (for example,
11259
- * <code>p4d*</code>). You can use the <code>*</code> wildcard to match zero or
11260
- * more characters, or the <code>?</code> wildcard to match zero or one
11261
- * character.</p>
11262
- * </li>
11263
- * <li>
11264
- * <p>
11265
- * <code>zone-id</code> - The ID of the Availability Zone (for example,
11266
- * <code>usw2-az2</code>) or Local Zone (for example,
11267
- * <code>usw2-lax1-az1</code>) that the instance is in.</p>
11268
- * </li>
11269
- * </ul>
11270
- * @public
11271
- */
11272
- Filters?: Filter[] | undefined;
11273
- }
11274
- /**
11275
- * <p>Information about the instance topology.</p>
11276
- * @public
11277
- */
11278
- export interface InstanceTopology {
11279
- /**
11280
- * <p>The instance ID.</p>
11281
- * @public
11282
- */
11283
- InstanceId?: string | undefined;
11284
- /**
11285
- * <p>The instance type.</p>
11286
- * @public
11287
- */
11288
- InstanceType?: string | undefined;
11289
- /**
11290
- * <p>The name of the placement group that the instance is in.</p>
11291
- * @public
11292
- */
11293
- GroupName?: string | undefined;
11294
- /**
11295
- * <p>The network nodes. The nodes are hashed based on your account. Instances from
11296
- * different accounts running under the same server will return a different hashed list of
11297
- * strings.</p>
11298
- * <p>The value is <code>null</code> or empty if:</p>
11299
- * <ul>
11300
- * <li>
11301
- * <p>The instance type is not supported.</p>
11302
- * </li>
11303
- * <li>
11304
- * <p>The instance is in a state other than <code>running</code>.</p>
11305
- * </li>
11306
- * </ul>
11307
- * @public
11308
- */
11309
- NetworkNodes?: string[] | undefined;
11310
- /**
11311
- * <p>The name of the Availability Zone or Local Zone that the instance is in.</p>
11312
- * @public
11313
- */
11314
- AvailabilityZone?: string | undefined;
11315
- /**
11316
- * <p>The ID of the Availability Zone or Local Zone that the instance is in.</p>
11317
- * @public
11318
- */
11319
- ZoneId?: string | undefined;
11320
- /**
11321
- * <p>The ID of the Capacity Block. This parameter is only supported for UltraServer
11322
- * instances and identifies instances within the UltraServer domain.</p>
11323
- * @public
11324
- */
11325
- CapacityBlockId?: string | undefined;
11326
- }
11327
- /**
11328
- * @public
11329
- */
11330
- export interface DescribeInstanceTopologyResult {
11331
- /**
11332
- * <p>Information about the topology of each instance.</p>
11333
- * @public
11334
- */
11335
- Instances?: InstanceTopology[] | undefined;
11336
- /**
11337
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
11338
- * are no more items to return.</p>
11339
- * @public
11340
- */
11341
- NextToken?: string | undefined;
11342
- }
11343
- /**
11344
- * @public
11345
- * @enum
11346
- */
11347
- export declare const LocationType: {
11348
- readonly availability_zone: "availability-zone";
11349
- readonly availability_zone_id: "availability-zone-id";
11350
- readonly outpost: "outpost";
11351
- readonly region: "region";
11352
- };
11353
- /**
11354
- * @public
11355
- */
11356
- export type LocationType = (typeof LocationType)[keyof typeof LocationType];
11357
- /**
11358
- * @public
11359
- */
11360
- export interface DescribeInstanceTypeOfferingsRequest {
11361
- /**
11362
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11363
- * and provides an error response. If you have the required permissions, the error response is
11364
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11365
- * @public
11366
- */
11367
- DryRun?: boolean | undefined;
11368
- /**
11369
- * <p>The location type.</p>
11370
- * <ul>
11371
- * <li>
11372
- * <p>
11373
- * <code>availability-zone</code> - The Availability Zone. When you specify a location
11374
- * filter, it must be an Availability Zone for the current Region.</p>
11375
- * </li>
11376
- * <li>
11377
- * <p>
11378
- * <code>availability-zone-id</code> - The AZ ID. When you specify a location filter, it must
11379
- * be an AZ ID for the current Region.</p>
11380
- * </li>
11381
- * <li>
11382
- * <p>
11383
- * <code>outpost</code> - The Outpost ARN. When you specify a location filter, it must be an
11384
- * Outpost ARN for the current Region.</p>
11385
- * </li>
11386
- * <li>
11387
- * <p>
11388
- * <code>region</code> - The current Region. If you specify a location filter, it must match
11389
- * the current Region.</p>
11390
- * </li>
11391
- * </ul>
11392
- * @public
11393
- */
11394
- LocationType?: LocationType | undefined;
11395
- /**
11396
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
11397
- * <ul>
11398
- * <li>
11399
- * <p>
11400
- * <code>instance-type</code> - The instance type. For a list of possible values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Instance.html">Instance</a>.</p>
11401
- * </li>
11402
- * <li>
11403
- * <p>
11404
- * <code>location</code> - The location. For a list of possible identifiers, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Regions and Zones</a>.</p>
11405
- * </li>
11406
- * </ul>
11407
- * @public
11408
- */
11409
- Filters?: Filter[] | undefined;
11410
- /**
11411
- * <p>The maximum number of items to return for this request.
11412
- * To get the next page of items, make another request with the token returned in the output.
11413
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
11414
- * @public
11415
- */
11416
- MaxResults?: number | undefined;
11417
- /**
11418
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
11419
- * @public
11420
- */
11421
- NextToken?: string | undefined;
11422
- }
11423
- /**
11424
- * <p>The instance types offered.</p>
11425
- * @public
11426
- */
11427
- export interface InstanceTypeOffering {
11428
- /**
11429
- * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2
11430
- * User Guide</i>.</p>
11431
- * @public
11432
- */
11433
- InstanceType?: _InstanceType | undefined;
11434
- /**
11435
- * <p>The location type.</p>
11436
- * @public
11437
- */
11438
- LocationType?: LocationType | undefined;
11439
- /**
11440
- * <p>The identifier for the location. This depends on the location type. For example, if the
11441
- * location type is <code>region</code>, the location is the Region code (for example,
11442
- * <code>us-east-2</code>.)</p>
11443
- * @public
11444
- */
11445
- Location?: string | undefined;
11446
- }
11447
- /**
11448
- * @public
11449
- */
11450
- export interface DescribeInstanceTypeOfferingsResult {
11451
- /**
11452
- * <p>The instance types offered in the location.</p>
11453
- * @public
11454
- */
11455
- InstanceTypeOfferings?: InstanceTypeOffering[] | undefined;
11456
- /**
11457
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
11458
- * are no more items to return.</p>
11459
- * @public
11460
- */
11461
- NextToken?: string | undefined;
11462
- }