@aws-sdk/client-ec2 3.937.0 → 3.938.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +357 -52
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  5. package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +13 -0
  8. package/dist-es/schemas/schemas_0.js +314 -52
  9. package/dist-types/EC2.d.ts +14 -0
  10. package/dist-types/EC2Client.d.ts +4 -2
  11. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +24 -0
  12. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
  15. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
  22. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -1
  25. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  27. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
  28. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  29. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
  30. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
  32. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  34. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
  35. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +12 -0
  36. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  37. package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/enums.d.ts +29 -0
  40. package/dist-types/models/models_0.d.ts +90 -37
  41. package/dist-types/models/models_1.d.ts +108 -74
  42. package/dist-types/models/models_2.d.ts +73 -65
  43. package/dist-types/models/models_3.d.ts +68 -182
  44. package/dist-types/models/models_4.d.ts +182 -97
  45. package/dist-types/models/models_5.d.ts +117 -158
  46. package/dist-types/models/models_6.d.ts +160 -151
  47. package/dist-types/models/models_7.d.ts +222 -3
  48. package/dist-types/schemas/schemas_0.d.ts +8 -0
  49. package/dist-types/ts3.4/EC2.d.ts +46 -0
  50. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  51. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  59. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +16 -8
  67. package/dist-types/ts3.4/models/models_1.d.ts +24 -17
  68. package/dist-types/ts3.4/models/models_2.d.ts +17 -18
  69. package/dist-types/ts3.4/models/models_3.d.ts +21 -43
  70. package/dist-types/ts3.4/models/models_4.d.ts +47 -30
  71. package/dist-types/ts3.4/models/models_5.d.ts +37 -34
  72. package/dist-types/ts3.4/models/models_6.d.ts +33 -25
  73. package/dist-types/ts3.4/models/models_7.d.ts +42 -1
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  75. package/package.json +1 -1
@@ -1,8 +1,186 @@
1
- import { _InstanceType, ActivityStatus, AllocationStrategy, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HypervisorType, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MoveStatus, NetworkInterfaceAttribute, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VerifiedAccessLogDeliveryStatusCode, VirtualizationType } from "./enums";
2
- import { ActiveInstance, AlternatePathHint, AttributeValue, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, MacModificationTask, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
3
- import { BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault, StateReason } from "./models_1";
1
+ import { _InstanceType, ActivityStatus, AllocationStrategy, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HypervisorType, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MoveStatus, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UsageClassType, VerifiedAccessLogDeliveryStatusCode, VirtualizationType } from "./enums";
2
+ import { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, MacModificationTask, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
3
+ import { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault, StateReason } from "./models_1";
4
4
  import { TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
5
- import { AttributeBooleanValue, Byoasn, CapacityReservationSpecificationResponse, CpuOptions, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, IdFormat, InstanceBlockDeviceMapping, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, InstanceNetworkInterface, InstanceNetworkPerformanceOptions, InstanceState, LicenseConfiguration, Monitoring, PrivateDnsNameOptionsResponse, ProductCode } from "./models_3";
5
+ import { AttributeBooleanValue, Byoasn, CapacityReservationSpecificationResponse, ConnectionTrackingSpecificationResponse, CpuOptions, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, IdFormat, InstanceBlockDeviceMapping, InstanceIpv4Prefix, InstanceIpv6Prefix, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, InstanceNetworkInterfaceAssociation, InstanceNetworkInterfaceAttachment, InstanceState, LicenseConfiguration, Monitoring, ProductCode } from "./models_3";
6
+ /**
7
+ * <p>Describes a private IPv4 address.</p>
8
+ * @public
9
+ */
10
+ export interface InstancePrivateIpAddress {
11
+ /**
12
+ * <p>The association information for an Elastic IP address for the network
13
+ * interface.</p>
14
+ * @public
15
+ */
16
+ Association?: InstanceNetworkInterfaceAssociation | undefined;
17
+ /**
18
+ * <p>Indicates whether this IPv4 address is the primary private IP address of the network
19
+ * interface.</p>
20
+ * @public
21
+ */
22
+ Primary?: boolean | undefined;
23
+ /**
24
+ * <p>The private IPv4 DNS name.</p>
25
+ * @public
26
+ */
27
+ PrivateDnsName?: string | undefined;
28
+ /**
29
+ * <p>The private IPv4 address of the network interface.</p>
30
+ * @public
31
+ */
32
+ PrivateIpAddress?: string | undefined;
33
+ }
34
+ /**
35
+ * <p>Describes a network interface.</p>
36
+ * @public
37
+ */
38
+ export interface InstanceNetworkInterface {
39
+ /**
40
+ * <p>The association information for an Elastic IPv4 associated with the network
41
+ * interface.</p>
42
+ * @public
43
+ */
44
+ Association?: InstanceNetworkInterfaceAssociation | undefined;
45
+ /**
46
+ * <p>The network interface attachment.</p>
47
+ * @public
48
+ */
49
+ Attachment?: InstanceNetworkInterfaceAttachment | undefined;
50
+ /**
51
+ * <p>The description.</p>
52
+ * @public
53
+ */
54
+ Description?: string | undefined;
55
+ /**
56
+ * <p>The security groups.</p>
57
+ * @public
58
+ */
59
+ Groups?: GroupIdentifier[] | undefined;
60
+ /**
61
+ * <p>The IPv6 addresses associated with the network interface.</p>
62
+ * @public
63
+ */
64
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
65
+ /**
66
+ * <p>The MAC address.</p>
67
+ * @public
68
+ */
69
+ MacAddress?: string | undefined;
70
+ /**
71
+ * <p>The ID of the network interface.</p>
72
+ * @public
73
+ */
74
+ NetworkInterfaceId?: string | undefined;
75
+ /**
76
+ * <p>The ID of the Amazon Web Services account that created the network interface.</p>
77
+ * @public
78
+ */
79
+ OwnerId?: string | undefined;
80
+ /**
81
+ * <p>The private DNS name.</p>
82
+ * @public
83
+ */
84
+ PrivateDnsName?: string | undefined;
85
+ /**
86
+ * <p>The IPv4 address of the network interface within the subnet.</p>
87
+ * @public
88
+ */
89
+ PrivateIpAddress?: string | undefined;
90
+ /**
91
+ * <p>The private IPv4 addresses associated with the network interface.</p>
92
+ * @public
93
+ */
94
+ PrivateIpAddresses?: InstancePrivateIpAddress[] | undefined;
95
+ /**
96
+ * <p>Indicates whether source/destination checking is enabled.</p>
97
+ * @public
98
+ */
99
+ SourceDestCheck?: boolean | undefined;
100
+ /**
101
+ * <p>The status of the network interface.</p>
102
+ * @public
103
+ */
104
+ Status?: NetworkInterfaceStatus | undefined;
105
+ /**
106
+ * <p>The ID of the subnet.</p>
107
+ * @public
108
+ */
109
+ SubnetId?: string | undefined;
110
+ /**
111
+ * <p>The ID of the VPC.</p>
112
+ * @public
113
+ */
114
+ VpcId?: string | undefined;
115
+ /**
116
+ * <p>The type of network interface.</p>
117
+ * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>efa-only</code> | <code>evs</code> |
118
+ * <code>trunk</code>
119
+ * </p>
120
+ * @public
121
+ */
122
+ InterfaceType?: string | undefined;
123
+ /**
124
+ * <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
125
+ * @public
126
+ */
127
+ Ipv4Prefixes?: InstanceIpv4Prefix[] | undefined;
128
+ /**
129
+ * <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
130
+ * @public
131
+ */
132
+ Ipv6Prefixes?: InstanceIpv6Prefix[] | undefined;
133
+ /**
134
+ * <p>A security group connection tracking configuration that enables you to set the timeout
135
+ * for connection tracking on an Elastic network interface. For more information, see
136
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the
137
+ * <i>Amazon EC2 User Guide</i>.</p>
138
+ * @public
139
+ */
140
+ ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
141
+ /**
142
+ * <p>The service provider that manages the network interface.</p>
143
+ * @public
144
+ */
145
+ Operator?: OperatorResponse | undefined;
146
+ }
147
+ /**
148
+ * <p>With network performance options, you can adjust your bandwidth preferences to meet
149
+ * the needs of the workload that runs on your instance.</p>
150
+ * @public
151
+ */
152
+ export interface InstanceNetworkPerformanceOptions {
153
+ /**
154
+ * <p>When you configure network bandwidth weighting, you can boost your baseline bandwidth for either
155
+ * networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains
156
+ * the same. The default option uses the standard bandwidth configuration for your instance type.</p>
157
+ * @public
158
+ */
159
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
160
+ }
161
+ /**
162
+ * <p>Describes the options for instance hostnames.</p>
163
+ * @public
164
+ */
165
+ export interface PrivateDnsNameOptionsResponse {
166
+ /**
167
+ * <p>The type of hostname to assign to an instance.</p>
168
+ * @public
169
+ */
170
+ HostnameType?: HostnameType | undefined;
171
+ /**
172
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
173
+ * records.</p>
174
+ * @public
175
+ */
176
+ EnableResourceNameDnsARecord?: boolean | undefined;
177
+ /**
178
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
179
+ * records.</p>
180
+ * @public
181
+ */
182
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
183
+ }
6
184
  /**
7
185
  * <p>Describes an instance.</p>
8
186
  * @public
@@ -12165,96 +12343,3 @@ export interface VerifiedAccessLogKinesisDataFirehoseDestination {
12165
12343
  */
12166
12344
  DeliveryStream?: string | undefined;
12167
12345
  }
12168
- /**
12169
- * <p>Options for Amazon S3 as a logging destination.</p>
12170
- * @public
12171
- */
12172
- export interface VerifiedAccessLogS3Destination {
12173
- /**
12174
- * <p>Indicates whether logging is enabled.</p>
12175
- * @public
12176
- */
12177
- Enabled?: boolean | undefined;
12178
- /**
12179
- * <p>The delivery status.</p>
12180
- * @public
12181
- */
12182
- DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
12183
- /**
12184
- * <p>The bucket name.</p>
12185
- * @public
12186
- */
12187
- BucketName?: string | undefined;
12188
- /**
12189
- * <p>The bucket prefix.</p>
12190
- * @public
12191
- */
12192
- Prefix?: string | undefined;
12193
- /**
12194
- * <p>The Amazon Web Services account number that owns the bucket.</p>
12195
- * @public
12196
- */
12197
- BucketOwner?: string | undefined;
12198
- }
12199
- /**
12200
- * <p>Describes the options for Verified Access logs.</p>
12201
- * @public
12202
- */
12203
- export interface VerifiedAccessLogs {
12204
- /**
12205
- * <p>Amazon S3 logging options.</p>
12206
- * @public
12207
- */
12208
- S3?: VerifiedAccessLogS3Destination | undefined;
12209
- /**
12210
- * <p>CloudWatch Logs logging destination.</p>
12211
- * @public
12212
- */
12213
- CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
12214
- /**
12215
- * <p>Kinesis logging destination.</p>
12216
- * @public
12217
- */
12218
- KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination | undefined;
12219
- /**
12220
- * <p>The log version.</p>
12221
- * @public
12222
- */
12223
- LogVersion?: string | undefined;
12224
- /**
12225
- * <p>Indicates whether trust data is included in the logs.</p>
12226
- * @public
12227
- */
12228
- IncludeTrustContext?: boolean | undefined;
12229
- }
12230
- /**
12231
- * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
12232
- * @public
12233
- */
12234
- export interface VerifiedAccessInstanceLoggingConfiguration {
12235
- /**
12236
- * <p>The ID of the Amazon Web Services Verified Access instance.</p>
12237
- * @public
12238
- */
12239
- VerifiedAccessInstanceId?: string | undefined;
12240
- /**
12241
- * <p>Details about the logging options.</p>
12242
- * @public
12243
- */
12244
- AccessLogs?: VerifiedAccessLogs | undefined;
12245
- }
12246
- /**
12247
- * @public
12248
- */
12249
- export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
12250
- /**
12251
- * <p>The logging configuration for the Verified Access instances.</p>
12252
- * @public
12253
- */
12254
- LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[] | undefined;
12255
- /**
12256
- * <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>
12257
- * @public
12258
- */
12259
- NextToken?: string | undefined;
12260
- }
@@ -1,9 +1,102 @@
1
- import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, ArchitectureType, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, CurrencyCodeValues, DeviceTrustProviderType, DiskImageFormat, DnsNameState, EkPubKeyFormat, EkPubKeyType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, HttpTokensState, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InstanceMetadataEndpointState, InstanceMetadataTagsState, InternetGatewayBlockMode, IpAddressType, IpamAddressHistoryResourceType, IpamComplianceStatus, IpamDiscoveryFailureCode, IpamOverlapStatus, IpamPolicyManagedBy, ManagedBy, Metric, MetricType, PartitionLoadFrequency, PayerResponsibility, PaymentOption, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, SSEType, State, StatisticType, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VirtualizationType, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
- import { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcCidrBlockAssociation, VpcEncryptionControl, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
1
+ import { AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, ArchitectureType, CapacityManagerStatus, CapacityReservationState, CapacityTenancy, ClientCertificateRevocationListStatusCode, Comparison, CurrencyCodeValues, DeviceTrustProviderType, DiskImageFormat, DnsNameState, EkPubKeyFormat, EkPubKeyType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FilterByDimension, GroupBy, HttpTokensState, ImageBlockPublicAccessDisabledState, ImageBlockPublicAccessEnabledState, IngestionStatus, InitializationType, InstanceMetadataEndpointState, InstanceMetadataTagsState, InternetGatewayBlockMode, IpAddressType, IpamPolicyManagedBy, ManagedBy, Metric, MetricType, PartitionLoadFrequency, PayerResponsibility, PaymentOption, PeriodType, ReservationEndDateType, ReservationState, ReservationType, RouteServerPropagationState, SecurityGroupVpcAssociationState, ServiceConnectivityType, SnapshotBlockPublicAccessState, SSEType, State, StatisticType, TransitGatewayAttachmentResourceType, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, UserTrustProviderType, VirtualizationType, VolumeAttributeName, VolumeModificationState, VolumeStatusInfoStatus, VolumeStatusName, VolumeType, VpcAttributeName, VpcBlockPublicAccessExclusionsAllowed, VpcBlockPublicAccessState } from "./enums";
2
+ import { ActiveVpnTunnelStatus, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, IamInstanceProfileAssociation, InstanceEventWindow, InterruptibleCapacityAllocation, InterruptionInfo, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, VerifiedAccessInstance, VerifiedAccessTrustProvider, Volume, Vpc, VpcCidrBlockAssociation, VpcEncryptionControl, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
3
3
  import { InstanceRequirementsRequest } from "./models_1";
4
4
  import { ConnectionNotification, DnsEntry, ServiceConfiguration, ServiceTypeDetail, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_2";
5
5
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchSnapshotConfigurationResponse, Filter, ProductCode } from "./models_3";
6
- import { RegisteredInstance } from "./models_4";
6
+ import { RegisteredInstance, VerifiedAccessLogCloudWatchLogsDestination, VerifiedAccessLogDeliveryStatus, VerifiedAccessLogKinesisDataFirehoseDestination } from "./models_4";
7
+ /**
8
+ * <p>Options for Amazon S3 as a logging destination.</p>
9
+ * @public
10
+ */
11
+ export interface VerifiedAccessLogS3Destination {
12
+ /**
13
+ * <p>Indicates whether logging is enabled.</p>
14
+ * @public
15
+ */
16
+ Enabled?: boolean | undefined;
17
+ /**
18
+ * <p>The delivery status.</p>
19
+ * @public
20
+ */
21
+ DeliveryStatus?: VerifiedAccessLogDeliveryStatus | undefined;
22
+ /**
23
+ * <p>The bucket name.</p>
24
+ * @public
25
+ */
26
+ BucketName?: string | undefined;
27
+ /**
28
+ * <p>The bucket prefix.</p>
29
+ * @public
30
+ */
31
+ Prefix?: string | undefined;
32
+ /**
33
+ * <p>The Amazon Web Services account number that owns the bucket.</p>
34
+ * @public
35
+ */
36
+ BucketOwner?: string | undefined;
37
+ }
38
+ /**
39
+ * <p>Describes the options for Verified Access logs.</p>
40
+ * @public
41
+ */
42
+ export interface VerifiedAccessLogs {
43
+ /**
44
+ * <p>Amazon S3 logging options.</p>
45
+ * @public
46
+ */
47
+ S3?: VerifiedAccessLogS3Destination | undefined;
48
+ /**
49
+ * <p>CloudWatch Logs logging destination.</p>
50
+ * @public
51
+ */
52
+ CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestination | undefined;
53
+ /**
54
+ * <p>Kinesis logging destination.</p>
55
+ * @public
56
+ */
57
+ KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination | undefined;
58
+ /**
59
+ * <p>The log version.</p>
60
+ * @public
61
+ */
62
+ LogVersion?: string | undefined;
63
+ /**
64
+ * <p>Indicates whether trust data is included in the logs.</p>
65
+ * @public
66
+ */
67
+ IncludeTrustContext?: boolean | undefined;
68
+ }
69
+ /**
70
+ * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
71
+ * @public
72
+ */
73
+ export interface VerifiedAccessInstanceLoggingConfiguration {
74
+ /**
75
+ * <p>The ID of the Amazon Web Services Verified Access instance.</p>
76
+ * @public
77
+ */
78
+ VerifiedAccessInstanceId?: string | undefined;
79
+ /**
80
+ * <p>Details about the logging options.</p>
81
+ * @public
82
+ */
83
+ AccessLogs?: VerifiedAccessLogs | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
89
+ /**
90
+ * <p>The logging configuration for the Verified Access instances.</p>
91
+ * @public
92
+ */
93
+ LoggingConfigurations?: VerifiedAccessInstanceLoggingConfiguration[] | undefined;
94
+ /**
95
+ * <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>
96
+ * @public
97
+ */
98
+ NextToken?: string | undefined;
99
+ }
7
100
  /**
8
101
  * @public
9
102
  */
@@ -6538,6 +6631,27 @@ export interface GetCapacityReservationUsageResult {
6538
6631
  * @public
6539
6632
  */
6540
6633
  InstanceUsages?: InstanceUsage[] | undefined;
6634
+ /**
6635
+ * <p>
6636
+ * Indicates whether the Capacity Reservation is interruptible, meaning instances may be terminated when the owner reclaims capacity.
6637
+ * </p>
6638
+ * @public
6639
+ */
6640
+ Interruptible?: boolean | undefined;
6641
+ /**
6642
+ * <p>
6643
+ * Information about the capacity allocated to the interruptible Capacity Reservation, including instance counts and allocation status.
6644
+ * </p>
6645
+ * @public
6646
+ */
6647
+ InterruptibleCapacityAllocation?: InterruptibleCapacityAllocation | undefined;
6648
+ /**
6649
+ * <p>
6650
+ * Details about the interruption configuration and source reservation for interruptible Capacity Reservations.
6651
+ * </p>
6652
+ * @public
6653
+ */
6654
+ InterruptionInfo?: InterruptionInfo | undefined;
6541
6655
  }
6542
6656
  /**
6543
6657
  * @public
@@ -7621,158 +7735,3 @@ export interface GetIpamAddressHistoryRequest {
7621
7735
  */
7622
7736
  NextToken?: string | undefined;
7623
7737
  }
7624
- /**
7625
- * <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
7626
- * </p>
7627
- * @public
7628
- */
7629
- export interface IpamAddressHistoryRecord {
7630
- /**
7631
- * <p>The ID of the resource owner.</p>
7632
- * @public
7633
- */
7634
- ResourceOwnerId?: string | undefined;
7635
- /**
7636
- * <p>The Amazon Web Services Region of the resource.</p>
7637
- * @public
7638
- */
7639
- ResourceRegion?: string | undefined;
7640
- /**
7641
- * <p>The type of the resource.</p>
7642
- * @public
7643
- */
7644
- ResourceType?: IpamAddressHistoryResourceType | undefined;
7645
- /**
7646
- * <p>The ID of the resource.</p>
7647
- * @public
7648
- */
7649
- ResourceId?: string | undefined;
7650
- /**
7651
- * <p>The CIDR of the resource.</p>
7652
- * @public
7653
- */
7654
- ResourceCidr?: string | undefined;
7655
- /**
7656
- * <p>The name of the resource.</p>
7657
- * @public
7658
- */
7659
- ResourceName?: string | undefined;
7660
- /**
7661
- * <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
7662
- * @public
7663
- */
7664
- ResourceComplianceStatus?: IpamComplianceStatus | undefined;
7665
- /**
7666
- * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
7667
- * @public
7668
- */
7669
- ResourceOverlapStatus?: IpamOverlapStatus | undefined;
7670
- /**
7671
- * <p>The VPC ID of the resource.</p>
7672
- * @public
7673
- */
7674
- VpcId?: string | undefined;
7675
- /**
7676
- * <p>Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.</p>
7677
- * @public
7678
- */
7679
- SampledStartTime?: Date | undefined;
7680
- /**
7681
- * <p>Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.</p>
7682
- * @public
7683
- */
7684
- SampledEndTime?: Date | undefined;
7685
- }
7686
- /**
7687
- * @public
7688
- */
7689
- export interface GetIpamAddressHistoryResult {
7690
- /**
7691
- * <p>A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.</p>
7692
- * @public
7693
- */
7694
- HistoryRecords?: IpamAddressHistoryRecord[] | undefined;
7695
- /**
7696
- * <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>
7697
- * @public
7698
- */
7699
- NextToken?: string | undefined;
7700
- }
7701
- /**
7702
- * @public
7703
- */
7704
- export interface GetIpamDiscoveredAccountsRequest {
7705
- /**
7706
- * <p>A check for whether you have the required permissions for the action without actually making the request
7707
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7708
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7709
- * @public
7710
- */
7711
- DryRun?: boolean | undefined;
7712
- /**
7713
- * <p>A resource discovery ID.</p>
7714
- * @public
7715
- */
7716
- IpamResourceDiscoveryId: string | undefined;
7717
- /**
7718
- * <p>The Amazon Web Services Region that the account information is returned from.</p>
7719
- * @public
7720
- */
7721
- DiscoveryRegion: string | undefined;
7722
- /**
7723
- * <p>Discovered account filters.</p>
7724
- * @public
7725
- */
7726
- Filters?: Filter[] | undefined;
7727
- /**
7728
- * <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
7729
- * @public
7730
- */
7731
- NextToken?: string | undefined;
7732
- /**
7733
- * <p>The maximum number of discovered accounts to return in one page of results.</p>
7734
- * @public
7735
- */
7736
- MaxResults?: number | undefined;
7737
- }
7738
- /**
7739
- * <p>The discovery failure reason.</p>
7740
- * @public
7741
- */
7742
- export interface IpamDiscoveryFailureReason {
7743
- /**
7744
- * <p>The discovery failure code.</p>
7745
- * <ul>
7746
- * <li>
7747
- * <p>
7748
- * <code>assume-role-failure</code> - IPAM could not assume the Amazon Web Services IAM service-linked role. This could be because of any of the following:</p>
7749
- * <ul>
7750
- * <li>
7751
- * <p>SLR has not been created yet and IPAM is still creating it.</p>
7752
- * </li>
7753
- * <li>
7754
- * <p>You have opted-out of the IPAM home Region.</p>
7755
- * </li>
7756
- * <li>
7757
- * <p>Account you are using as your IPAM account has been suspended.</p>
7758
- * </li>
7759
- * </ul>
7760
- * </li>
7761
- * <li>
7762
- * <p>
7763
- * <code>throttling-failure</code> - IPAM account is already using the allotted transactions per second and IPAM is receiving a throttling error when assuming the Amazon Web Services IAM SLR.</p>
7764
- * </li>
7765
- * <li>
7766
- * <p>
7767
- * <code>unauthorized-failure</code> - Amazon Web Services account making the request is not authorized. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">AuthFailure</a> in the <i>Amazon Elastic Compute Cloud API Reference</i>.</p>
7768
- * </li>
7769
- * </ul>
7770
- * @public
7771
- */
7772
- Code?: IpamDiscoveryFailureCode | undefined;
7773
- /**
7774
- * <p>The discovery failure message.</p>
7775
- * @public
7776
- */
7777
- Message?: string | undefined;
7778
- }