@aws-sdk/client-ec2 3.449.0 → 3.450.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 (71) hide show
  1. package/README.md +9 -1
  2. package/dist-cjs/EC2.js +2 -0
  3. package/dist-cjs/commands/DescribeInstanceTopologyCommand.js +51 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_6.js +1 -4
  6. package/dist-cjs/models/models_7.js +4 -1
  7. package/dist-cjs/pagination/DescribeInstanceTopologyPaginator.js +29 -0
  8. package/dist-cjs/pagination/index.js +1 -0
  9. package/dist-cjs/protocols/Aws_ec2.js +180 -20
  10. package/dist-es/EC2.js +2 -0
  11. package/dist-es/commands/DescribeInstanceTopologyCommand.js +47 -0
  12. package/dist-es/commands/index.js +1 -0
  13. package/dist-es/models/models_6.js +0 -3
  14. package/dist-es/models/models_7.js +3 -0
  15. package/dist-es/pagination/DescribeInstanceTopologyPaginator.js +25 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_ec2.js +158 -0
  18. package/dist-types/EC2.d.ts +7 -0
  19. package/dist-types/EC2Client.d.ts +3 -2
  20. package/dist-types/commands/CreateFleetCommand.d.ts +6 -6
  21. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  23. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -6
  26. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +148 -0
  27. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  28. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  29. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  31. package/dist-types/commands/DisableFastLaunchCommand.d.ts +4 -4
  32. package/dist-types/commands/DisableImageCommand.d.ts +3 -3
  33. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -2
  34. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
  35. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -2
  36. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  37. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +4 -3
  38. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -2
  39. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -2
  40. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  41. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  42. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  43. package/dist-types/commands/index.d.ts +1 -0
  44. package/dist-types/models/models_0.d.ts +7 -15
  45. package/dist-types/models/models_1.d.ts +19 -3
  46. package/dist-types/models/models_2.d.ts +11 -21
  47. package/dist-types/models/models_3.d.ts +22 -24
  48. package/dist-types/models/models_4.d.ts +122 -64
  49. package/dist-types/models/models_5.d.ts +108 -155
  50. package/dist-types/models/models_6.d.ts +127 -71
  51. package/dist-types/models/models_7.d.ts +44 -1
  52. package/dist-types/pagination/DescribeInstanceTopologyPaginator.d.ts +7 -0
  53. package/dist-types/pagination/index.d.ts +1 -0
  54. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  55. package/dist-types/ts3.4/EC2.d.ts +17 -0
  56. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  57. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +42 -0
  58. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -4
  59. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +4 -2
  62. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  64. package/dist-types/ts3.4/models/models_4.d.ts +20 -17
  65. package/dist-types/ts3.4/models/models_5.d.ts +18 -16
  66. package/dist-types/ts3.4/models/models_6.d.ts +16 -13
  67. package/dist-types/ts3.4/models/models_7.d.ts +14 -1
  68. package/dist-types/ts3.4/pagination/DescribeInstanceTopologyPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  70. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  71. package/package.json +3 -3
@@ -1,8 +1,71 @@
1
1
  import { AccessScopeAnalysisFinding, AddressTransfer, AllowedPrincipal, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, NetworkInsightsAccessScopeContent, RequestIpamResourceTag, ResponseLaunchTemplateData, TargetCapacityUnitType, VolumeType, Vpc } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TransitGateway, TransitGatewayRouteTable, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TransitGateway, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
4
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
5
5
  import { AnalysisStatus, ArchitectureType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTransitGatewayPolicyTablesResult {
10
+ /**
11
+ * @public
12
+ * <p>Describes the transit gateway policy tables.</p>
13
+ */
14
+ TransitGatewayPolicyTables?: TransitGatewayPolicyTable[];
15
+ /**
16
+ * @public
17
+ * <p>The token for the next page of results.</p>
18
+ */
19
+ NextToken?: string;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
25
+ /**
26
+ * @public
27
+ * <p>The IDs of the transit gateway route tables that are being advertised.</p>
28
+ */
29
+ TransitGatewayRouteTableAnnouncementIds?: string[];
30
+ /**
31
+ * @public
32
+ * <p>The filters associated with the transit gateway policy table.</p>
33
+ */
34
+ Filters?: Filter[];
35
+ /**
36
+ * @public
37
+ * <p>The maximum number of results to return with a single call.
38
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
39
+ */
40
+ MaxResults?: number;
41
+ /**
42
+ * @public
43
+ * <p>The token for the next page of results.</p>
44
+ */
45
+ NextToken?: string;
46
+ /**
47
+ * @public
48
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
49
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
50
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
51
+ */
52
+ DryRun?: boolean;
53
+ }
54
+ /**
55
+ * @public
56
+ */
57
+ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
58
+ /**
59
+ * @public
60
+ * <p>Describes the transit gateway route table announcement.</p>
61
+ */
62
+ TransitGatewayRouteTableAnnouncements?: TransitGatewayRouteTableAnnouncement[];
63
+ /**
64
+ * @public
65
+ * <p>The token for the next page of results.</p>
66
+ */
67
+ NextToken?: string;
68
+ }
6
69
  /**
7
70
  * @public
8
71
  */
@@ -344,7 +407,7 @@ export interface DescribeVerifiedAccessEndpointsRequest {
344
407
  export interface DescribeVerifiedAccessEndpointsResult {
345
408
  /**
346
409
  * @public
347
- * <p>The ID of the Verified Access endpoint.</p>
410
+ * <p>Details about the Verified Access endpoints.</p>
348
411
  */
349
412
  VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
350
413
  /**
@@ -397,7 +460,7 @@ export interface DescribeVerifiedAccessGroupsRequest {
397
460
  export interface DescribeVerifiedAccessGroupsResult {
398
461
  /**
399
462
  * @public
400
- * <p>The ID of the Verified Access group.</p>
463
+ * <p>Details about the Verified Access groups.</p>
401
464
  */
402
465
  VerifiedAccessGroups?: VerifiedAccessGroup[];
403
466
  /**
@@ -562,16 +625,12 @@ export interface VerifiedAccessLogs {
562
625
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
563
626
  /**
564
627
  * @public
565
- * <p>
566
- * Describes current setting for the logging version.
567
- * </p>
628
+ * <p>The log version.</p>
568
629
  */
569
630
  LogVersion?: string;
570
631
  /**
571
632
  * @public
572
- * <p>
573
- * Describes current setting for including trust data into the logs.
574
- * </p>
633
+ * <p>Indicates whether trust data is included in the logs.</p>
575
634
  */
576
635
  IncludeTrustContext?: boolean;
577
636
  }
@@ -597,7 +656,7 @@ export interface VerifiedAccessInstanceLoggingConfiguration {
597
656
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
598
657
  /**
599
658
  * @public
600
- * <p>The current logging configuration for the Verified Access instances.</p>
659
+ * <p>The logging configuration for the Verified Access instances.</p>
601
660
  */
602
661
  LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[];
603
662
  /**
@@ -645,7 +704,7 @@ export interface DescribeVerifiedAccessInstancesRequest {
645
704
  export interface DescribeVerifiedAccessInstancesResult {
646
705
  /**
647
706
  * @public
648
- * <p>The IDs of the Verified Access instances.</p>
707
+ * <p>Details about the Verified Access instances.</p>
649
708
  */
650
709
  VerifiedAccessInstances?: VerifiedAccessInstance[];
651
710
  /**
@@ -693,7 +752,7 @@ export interface DescribeVerifiedAccessTrustProvidersRequest {
693
752
  export interface DescribeVerifiedAccessTrustProvidersResult {
694
753
  /**
695
754
  * @public
696
- * <p>The IDs of the Verified Access trust providers.</p>
755
+ * <p>Details about the Verified Access trust providers.</p>
697
756
  */
698
757
  VerifiedAccessTrustProviders?: VerifiedAccessTrustProvider[];
699
758
  /**
@@ -2732,12 +2791,12 @@ export interface DetachVerifiedAccessTrustProviderRequest {
2732
2791
  export interface DetachVerifiedAccessTrustProviderResult {
2733
2792
  /**
2734
2793
  * @public
2735
- * <p>The ID of the Verified Access trust provider.</p>
2794
+ * <p>Details about the Verified Access trust provider.</p>
2736
2795
  */
2737
2796
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
2738
2797
  /**
2739
2798
  * @public
2740
- * <p>The ID of the Verified Access instance.</p>
2799
+ * <p>Details about the Verified Access instance.</p>
2741
2800
  */
2742
2801
  VerifiedAccessInstance?: VerifiedAccessInstance;
2743
2802
  }
@@ -2899,12 +2958,12 @@ export interface DisableEbsEncryptionByDefaultResult {
2899
2958
  export interface DisableFastLaunchRequest {
2900
2959
  /**
2901
2960
  * @public
2902
- * <p>The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.</p>
2961
+ * <p>Specify the ID of the image for which to disable Windows fast launch.</p>
2903
2962
  */
2904
2963
  ImageId: string | undefined;
2905
2964
  /**
2906
2965
  * @public
2907
- * <p>Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides
2966
+ * <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This parameter overrides
2908
2967
  * any errors that are encountered while cleaning up resources in your account.</p>
2909
2968
  */
2910
2969
  Force?: boolean;
@@ -2922,19 +2981,19 @@ export interface DisableFastLaunchRequest {
2922
2981
  export interface DisableFastLaunchResult {
2923
2982
  /**
2924
2983
  * @public
2925
- * <p>The ID of the image for which faster-launching has been turned off.</p>
2984
+ * <p>The ID of the image for which Windows fast launch was disabled.</p>
2926
2985
  */
2927
2986
  ImageId?: string;
2928
2987
  /**
2929
2988
  * @public
2930
- * <p>The pre-provisioning resource type that must be cleaned after turning off faster launching
2989
+ * <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast launch
2931
2990
  * for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
2932
2991
  */
2933
2992
  ResourceType?: FastLaunchResourceType;
2934
2993
  /**
2935
2994
  * @public
2936
- * <p>Parameters that were used for faster launching for the Windows AMI before
2937
- * faster launching was turned off. This informs the clean-up process.</p>
2995
+ * <p>Parameters that were used for Windows fast launch for the Windows AMI before
2996
+ * Windows fast launch was disabled. This informs the clean-up process.</p>
2938
2997
  */
2939
2998
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
2940
2999
  /**
@@ -2945,27 +3004,27 @@ export interface DisableFastLaunchResult {
2945
3004
  /**
2946
3005
  * @public
2947
3006
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to
2948
- * create pre-provisioned snapshots for Windows faster launching.</p>
3007
+ * create pre-provisioned snapshots for Windows fast launch.</p>
2949
3008
  */
2950
3009
  MaxParallelLaunches?: number;
2951
3010
  /**
2952
3011
  * @public
2953
- * <p>The owner of the Windows AMI for which faster launching was turned off.</p>
3012
+ * <p>The owner of the Windows AMI for which Windows fast launch was disabled.</p>
2954
3013
  */
2955
3014
  OwnerId?: string;
2956
3015
  /**
2957
3016
  * @public
2958
- * <p>The current state of faster launching for the specified Windows AMI.</p>
3017
+ * <p>The current state of Windows fast launch for the specified Windows AMI.</p>
2959
3018
  */
2960
3019
  State?: FastLaunchStateCode;
2961
3020
  /**
2962
3021
  * @public
2963
- * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
3022
+ * <p>The reason that the state changed for Windows fast launch for the Windows AMI.</p>
2964
3023
  */
2965
3024
  StateTransitionReason?: string;
2966
3025
  /**
2967
3026
  * @public
2968
- * <p>The time that the state changed for faster launching for the Windows AMI.</p>
3027
+ * <p>The time that the state changed for Windows fast launch for the Windows AMI.</p>
2969
3028
  */
2970
3029
  StateTransitionTime?: Date;
2971
3030
  }
@@ -3999,7 +4058,7 @@ export interface EnableEbsEncryptionByDefaultResult {
3999
4058
  }
4000
4059
  /**
4001
4060
  * @public
4002
- * <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
4061
+ * <p>Request to create a launch template for a Windows fast launch enabled AMI.</p>
4003
4062
  * <note>
4004
4063
  * <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
4005
4064
  * <code>LaunchTemplateId</code>, but not both.</p>
@@ -4008,28 +4067,30 @@ export interface EnableEbsEncryptionByDefaultResult {
4008
4067
  export interface FastLaunchLaunchTemplateSpecificationRequest {
4009
4068
  /**
4010
4069
  * @public
4011
- * <p>The ID of the launch template to use for faster launching for a Windows AMI.</p>
4070
+ * <p>Specify the ID of the launch template that the AMI should use for Windows fast launch.</p>
4012
4071
  */
4013
4072
  LaunchTemplateId?: string;
4014
4073
  /**
4015
4074
  * @public
4016
- * <p>The name of the launch template to use for faster launching for a Windows AMI.</p>
4075
+ * <p>Specify the name of the launch template that the AMI should use for Windows fast launch.</p>
4017
4076
  */
4018
4077
  LaunchTemplateName?: string;
4019
4078
  /**
4020
4079
  * @public
4021
- * <p>The version of the launch template to use for faster launching for a Windows AMI.</p>
4080
+ * <p>Specify the version of the launch template that the AMI should use for Windows fast launch.</p>
4022
4081
  */
4023
4082
  Version: string | undefined;
4024
4083
  }
4025
4084
  /**
4026
4085
  * @public
4027
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
4086
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch
4087
+ * enabled AMI.</p>
4028
4088
  */
4029
4089
  export interface FastLaunchSnapshotConfigurationRequest {
4030
4090
  /**
4031
4091
  * @public
4032
- * <p>The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.</p>
4092
+ * <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch
4093
+ * enabled AMI.</p>
4033
4094
  */
4034
4095
  TargetResourceCount?: number;
4035
4096
  }
@@ -4039,19 +4100,19 @@ export interface FastLaunchSnapshotConfigurationRequest {
4039
4100
  export interface EnableFastLaunchRequest {
4040
4101
  /**
4041
4102
  * @public
4042
- * <p>The ID of the image for which you’re enabling faster launching.</p>
4103
+ * <p>Specify the ID of the image for which to enable Windows fast launch.</p>
4043
4104
  */
4044
4105
  ImageId: string | undefined;
4045
4106
  /**
4046
4107
  * @public
4047
- * <p>The type of resource to use for pre-provisioning the Windows AMI for faster launching.
4108
+ * <p>The type of resource to use for pre-provisioning the AMI for Windows fast launch.
4048
4109
  * Supported values include: <code>snapshot</code>, which is the default value.</p>
4049
4110
  */
4050
4111
  ResourceType?: string;
4051
4112
  /**
4052
4113
  * @public
4053
4114
  * <p>Configuration settings for creating and managing the snapshots that are used for
4054
- * pre-provisioning the Windows AMI for faster launching. The associated <code>ResourceType</code>
4115
+ * pre-provisioning the AMI for Windows fast launch. The associated <code>ResourceType</code>
4055
4116
  * must be <code>snapshot</code>.</p>
4056
4117
  */
4057
4118
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
@@ -4065,7 +4126,7 @@ export interface EnableFastLaunchRequest {
4065
4126
  /**
4066
4127
  * @public
4067
4128
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
4068
- * pre-provisioned snapshots for Windows faster launching. Value must be
4129
+ * pre-provisioned snapshots for Windows fast launch. Value must be
4069
4130
  * <code>6</code> or greater.</p>
4070
4131
  */
4071
4132
  MaxParallelLaunches?: number;
@@ -4083,12 +4144,12 @@ export interface EnableFastLaunchRequest {
4083
4144
  export interface EnableFastLaunchResult {
4084
4145
  /**
4085
4146
  * @public
4086
- * <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
4147
+ * <p>The image ID that identifies the AMI for which Windows fast launch was enabled.</p>
4087
4148
  */
4088
4149
  ImageId?: string;
4089
4150
  /**
4090
4151
  * @public
4091
- * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
4152
+ * <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.</p>
4092
4153
  */
4093
4154
  ResourceType?: FastLaunchResourceType;
4094
4155
  /**
@@ -4106,27 +4167,27 @@ export interface EnableFastLaunchResult {
4106
4167
  /**
4107
4168
  * @public
4108
4169
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to
4109
- * create pre-provisioned snapshots for Windows faster launching.</p>
4170
+ * create pre-provisioned snapshots for Windows fast launch.</p>
4110
4171
  */
4111
4172
  MaxParallelLaunches?: number;
4112
4173
  /**
4113
4174
  * @public
4114
- * <p>The owner ID for the Windows AMI for which faster launching was enabled.</p>
4175
+ * <p>The owner ID for the AMI for which Windows fast launch was enabled.</p>
4115
4176
  */
4116
4177
  OwnerId?: string;
4117
4178
  /**
4118
4179
  * @public
4119
- * <p>The current state of faster launching for the specified Windows AMI.</p>
4180
+ * <p>The current state of Windows fast launch for the specified AMI.</p>
4120
4181
  */
4121
4182
  State?: FastLaunchStateCode;
4122
4183
  /**
4123
4184
  * @public
4124
- * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
4185
+ * <p>The reason that the state changed for Windows fast launch for the AMI.</p>
4125
4186
  */
4126
4187
  StateTransitionReason?: string;
4127
4188
  /**
4128
4189
  * @public
4129
- * <p>The time that the state changed for faster launching for the Windows AMI.</p>
4190
+ * <p>The time that the state changed for Windows fast launch for the AMI.</p>
4130
4191
  */
4131
4192
  StateTransitionTime?: Date;
4132
4193
  }
@@ -5399,6 +5460,11 @@ export interface GetCoipPoolUsageResult {
5399
5460
  * <p>The ID of the local gateway route table.</p>
5400
5461
  */
5401
5462
  LocalGatewayRouteTableId?: string;
5463
+ /**
5464
+ * @public
5465
+ * <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>
5466
+ */
5467
+ NextToken?: string;
5402
5468
  }
5403
5469
  /**
5404
5470
  * @public
@@ -7360,119 +7426,6 @@ export interface GetSpotPlacementScoresRequest {
7360
7426
  */
7361
7427
  NextToken?: string;
7362
7428
  }
7363
- /**
7364
- * @public
7365
- * <p>The Spot placement score for this Region or Availability Zone. The score is calculated
7366
- * based on the assumption that the <code>capacity-optimized</code> allocation strategy is
7367
- * used and that all of the Availability Zones in the Region can be used.</p>
7368
- */
7369
- export interface SpotPlacementScore {
7370
- /**
7371
- * @public
7372
- * <p>The Region.</p>
7373
- */
7374
- Region?: string;
7375
- /**
7376
- * @public
7377
- * <p>The Availability Zone.</p>
7378
- */
7379
- AvailabilityZoneId?: string;
7380
- /**
7381
- * @public
7382
- * <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
7383
- * <code>10</code> indicates that your Spot request is highly likely to succeed in this
7384
- * Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
7385
- * not likely to succeed. </p>
7386
- */
7387
- Score?: number;
7388
- }
7389
- /**
7390
- * @public
7391
- */
7392
- export interface GetSpotPlacementScoresResult {
7393
- /**
7394
- * @public
7395
- * <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
7396
- * from 1 to 10. Each score
7397
- reflects how likely it is that each Region or Availability Zone
7398
- * will succeed at fulfilling the specified target capacity
7399
- <i>at the time of the Spot
7400
- * placement score request</i>. A score of <code>10</code> means that your Spot
7401
- * capacity request is highly likely to succeed in that Region or Availability Zone. </p>
7402
- * <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
7403
- * request will be configured to use all Availability Zones and the
7404
- * <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
7405
- * score for Availability Zones, a high score assumes that your fleet request will be
7406
- * configured to use a single Availability Zone and the <code>capacity-optimized</code>
7407
- * allocation strategy.</p>
7408
- * <p>Different
7409
- Regions or Availability Zones might return the same score.</p>
7410
- * <note>
7411
- * <p>The Spot placement score serves as a recommendation only. No score guarantees that your
7412
- * Spot request will be fully or partially fulfilled.</p>
7413
- * </note>
7414
- */
7415
- SpotPlacementScores?: SpotPlacementScore[];
7416
- /**
7417
- * @public
7418
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
7419
- * are no more items to return.</p>
7420
- */
7421
- NextToken?: string;
7422
- }
7423
- /**
7424
- * @public
7425
- */
7426
- export interface GetSubnetCidrReservationsRequest {
7427
- /**
7428
- * @public
7429
- * <p>One or more filters.</p>
7430
- * <ul>
7431
- * <li>
7432
- * <p>
7433
- * <code>reservationType</code> - The type of reservation (<code>prefix</code> |
7434
- * <code>explicit</code>).</p>
7435
- * </li>
7436
- * <li>
7437
- * <p>
7438
- * <code>subnet-id</code> - The ID of the subnet.</p>
7439
- * </li>
7440
- * <li>
7441
- * <p>
7442
- * <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.
7443
- * 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>
7444
- * </li>
7445
- * <li>
7446
- * <p>
7447
- * <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>
7448
- * </li>
7449
- * </ul>
7450
- */
7451
- Filters?: Filter[];
7452
- /**
7453
- * @public
7454
- * <p>The ID of the subnet.</p>
7455
- */
7456
- SubnetId: string | undefined;
7457
- /**
7458
- * @public
7459
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7460
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7461
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7462
- */
7463
- DryRun?: boolean;
7464
- /**
7465
- * @public
7466
- * <p>The token for the next page of results.</p>
7467
- */
7468
- NextToken?: string;
7469
- /**
7470
- * @public
7471
- * <p>The maximum number of results to return with a single call.
7472
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7473
- */
7474
- MaxResults?: number;
7475
- }
7476
7429
  /**
7477
7430
  * @internal
7478
7431
  */