@aws-sdk/client-ec2 3.698.0 → 3.701.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 (45) hide show
  1. package/dist-cjs/index.js +117 -16
  2. package/dist-es/models/models_2.js +4 -0
  3. package/dist-es/models/models_3.js +0 -4
  4. package/dist-es/models/models_4.js +4 -0
  5. package/dist-es/protocols/Aws_ec2.js +109 -11
  6. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -0
  8. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  10. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +10 -0
  11. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  13. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  15. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  18. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
  20. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  21. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
  22. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  24. package/dist-types/models/models_0.d.ts +10 -0
  25. package/dist-types/models/models_1.d.ts +15 -3
  26. package/dist-types/models/models_2.d.ts +98 -29
  27. package/dist-types/models/models_3.d.ts +27 -28
  28. package/dist-types/models/models_4.d.ts +73 -99
  29. package/dist-types/models/models_5.d.ts +141 -42
  30. package/dist-types/models/models_6.d.ts +38 -100
  31. package/dist-types/models/models_7.d.ts +116 -9
  32. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -4
  33. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  39. package/dist-types/ts3.4/models/models_2.d.ts +18 -8
  40. package/dist-types/ts3.4/models/models_3.d.ts +7 -10
  41. package/dist-types/ts3.4/models/models_4.d.ts +10 -19
  42. package/dist-types/ts3.4/models/models_5.d.ts +22 -10
  43. package/dist-types/ts3.4/models/models_6.d.ts +10 -16
  44. package/dist-types/ts3.4/models/models_7.d.ts +18 -0
  45. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
1
+ import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
2
  import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, ConnectivityType, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NatGatewayState, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ProvisionedBandwidth, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
3
  /**
4
4
  * <p>Describes a NAT gateway.</p>
@@ -2403,6 +2403,18 @@ export declare const StorageTier: {
2403
2403
  * @public
2404
2404
  */
2405
2405
  export type StorageTier = (typeof StorageTier)[keyof typeof StorageTier];
2406
+ /**
2407
+ * @public
2408
+ * @enum
2409
+ */
2410
+ export declare const TransferType: {
2411
+ readonly standard: "standard";
2412
+ readonly time_based: "time-based";
2413
+ };
2414
+ /**
2415
+ * @public
2416
+ */
2417
+ export type TransferType = (typeof TransferType)[keyof typeof TransferType];
2406
2418
  /**
2407
2419
  * <p>Describes a snapshot.</p>
2408
2420
  * @public
@@ -2444,6 +2456,42 @@ export interface Snapshot {
2444
2456
  * @public
2445
2457
  */
2446
2458
  SseType?: SSEType | undefined;
2459
+ /**
2460
+ * <note>
2461
+ * <p>Only for snapshot copies.</p>
2462
+ * </note>
2463
+ * <p>Indicates whether the snapshot copy was created with a standard or time-based
2464
+ * snapshot copy operation. Time-based snapshot copy operations complete within the
2465
+ * completion duration specified in the request. Standard snapshot copy operations
2466
+ * are completed on a best-effort basis.</p>
2467
+ * <ul>
2468
+ * <li>
2469
+ * <p>
2470
+ * <code>standard</code> - The snapshot copy was created with a standard
2471
+ * snapshot copy operation.</p>
2472
+ * </li>
2473
+ * <li>
2474
+ * <p>
2475
+ * <code>time-based</code> - The snapshot copy was created with a time-based
2476
+ * snapshot copy operation.</p>
2477
+ * </li>
2478
+ * </ul>
2479
+ * @public
2480
+ */
2481
+ TransferType?: TransferType | undefined;
2482
+ /**
2483
+ * <note>
2484
+ * <p>Only for snapshot copies created with time-based snapshot copy operations.</p>
2485
+ * </note>
2486
+ * <p>The completion duration requested for the time-based snapshot copy operation.</p>
2487
+ * @public
2488
+ */
2489
+ CompletionDurationMinutes?: number | undefined;
2490
+ /**
2491
+ * <p>The time stamp when the snapshot was completed.</p>
2492
+ * @public
2493
+ */
2494
+ CompletionTime?: Date | undefined;
2447
2495
  /**
2448
2496
  * <p>The ID of the snapshot. Each snapshot receives a unique identifier when it is
2449
2497
  * created.</p>
@@ -6476,6 +6524,11 @@ export interface CreateVpcEndpointRequest {
6476
6524
  * @public
6477
6525
  */
6478
6526
  SubnetConfigurations?: SubnetConfiguration[] | undefined;
6527
+ /**
6528
+ * <p>The Region where the service is hosted. The default is the current Region.</p>
6529
+ * @public
6530
+ */
6531
+ ServiceRegion?: string | undefined;
6479
6532
  }
6480
6533
  /**
6481
6534
  * <p>Describes a DNS entry.</p>
@@ -6660,6 +6713,11 @@ export interface VpcEndpoint {
6660
6713
  * @public
6661
6714
  */
6662
6715
  LastError?: LastError | undefined;
6716
+ /**
6717
+ * <p>The Region where the service is hosted.</p>
6718
+ * @public
6719
+ */
6720
+ ServiceRegion?: string | undefined;
6663
6721
  }
6664
6722
  /**
6665
6723
  * @public
@@ -6774,7 +6832,7 @@ export interface ConnectionNotification {
6774
6832
  ConnectionNotificationArn?: string | undefined;
6775
6833
  /**
6776
6834
  * <p>The events for the notification. Valid values are <code>Accept</code>,
6777
- * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
6835
+ * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
6778
6836
  * @public
6779
6837
  */
6780
6838
  ConnectionEvents?: string[] | undefined;
@@ -6783,6 +6841,11 @@ export interface ConnectionNotification {
6783
6841
  * @public
6784
6842
  */
6785
6843
  ConnectionNotificationState?: ConnectionNotificationState | undefined;
6844
+ /**
6845
+ * <p>The Region for the endpoint service.</p>
6846
+ * @public
6847
+ */
6848
+ ServiceRegion?: string | undefined;
6786
6849
  }
6787
6850
  /**
6788
6851
  * @public
@@ -6837,6 +6900,11 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
6837
6900
  * @public
6838
6901
  */
6839
6902
  SupportedIpAddressTypes?: string[] | undefined;
6903
+ /**
6904
+ * <p>The Regions from which service consumers can access the service.</p>
6905
+ * @public
6906
+ */
6907
+ SupportedRegions?: string[] | undefined;
6840
6908
  /**
6841
6909
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
6842
6910
  * For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure
@@ -6954,6 +7022,23 @@ export declare const ServiceConnectivityType: {
6954
7022
  * @public
6955
7023
  */
6956
7024
  export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
7025
+ /**
7026
+ * <p>Describes a supported Region.</p>
7027
+ * @public
7028
+ */
7029
+ export interface SupportedRegionDetail {
7030
+ /**
7031
+ * <p>The Region code.</p>
7032
+ * @public
7033
+ */
7034
+ Region?: string | undefined;
7035
+ /**
7036
+ * <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
7037
+ * <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
7038
+ * @public
7039
+ */
7040
+ ServiceState?: string | undefined;
7041
+ }
6957
7042
  /**
6958
7043
  * <p>Describes a service configuration for a VPC endpoint service.</p>
6959
7044
  * @public
@@ -7035,6 +7120,17 @@ export interface ServiceConfiguration {
7035
7120
  * @public
7036
7121
  */
7037
7122
  Tags?: Tag[] | undefined;
7123
+ /**
7124
+ * <p>The supported Regions.</p>
7125
+ * @public
7126
+ */
7127
+ SupportedRegions?: SupportedRegionDetail[] | undefined;
7128
+ /**
7129
+ * <p>Indicates whether consumers can access the service from a Region other than the
7130
+ * Region where the service is hosted.</p>
7131
+ * @public
7132
+ */
7133
+ RemoteAccessEnabled?: boolean | undefined;
7038
7134
  }
7039
7135
  /**
7040
7136
  * @public
@@ -8541,33 +8637,6 @@ export interface DeleteFlowLogsRequest {
8541
8637
  */
8542
8638
  FlowLogIds: string[] | undefined;
8543
8639
  }
8544
- /**
8545
- * @public
8546
- */
8547
- export interface DeleteFlowLogsResult {
8548
- /**
8549
- * <p>Information about the flow logs that could not be deleted successfully.</p>
8550
- * @public
8551
- */
8552
- Unsuccessful?: UnsuccessfulItem[] | undefined;
8553
- }
8554
- /**
8555
- * @public
8556
- */
8557
- export interface DeleteFpgaImageRequest {
8558
- /**
8559
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8560
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8561
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8562
- * @public
8563
- */
8564
- DryRun?: boolean | undefined;
8565
- /**
8566
- * <p>The ID of the AFI.</p>
8567
- * @public
8568
- */
8569
- FpgaImageId: string | undefined;
8570
- }
8571
8640
  /**
8572
8641
  * @internal
8573
8642
  */
@@ -1,6 +1,33 @@
1
1
  import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteFlowLogsResult {
8
+ /**
9
+ * <p>Information about the flow logs that could not be deleted successfully.</p>
10
+ * @public
11
+ */
12
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
13
+ }
14
+ /**
15
+ * @public
16
+ */
17
+ export interface DeleteFpgaImageRequest {
18
+ /**
19
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
20
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
21
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
22
+ * @public
23
+ */
24
+ DryRun?: boolean | undefined;
25
+ /**
26
+ * <p>The ID of the AFI.</p>
27
+ * @public
28
+ */
29
+ FpgaImageId: string | undefined;
30
+ }
4
31
  /**
5
32
  * @public
6
33
  */
@@ -7478,34 +7505,6 @@ export declare const PermissionGroup: {
7478
7505
  * @public
7479
7506
  */
7480
7507
  export type PermissionGroup = (typeof PermissionGroup)[keyof typeof PermissionGroup];
7481
- /**
7482
- * <p>Describes a load permission.</p>
7483
- * @public
7484
- */
7485
- export interface LoadPermission {
7486
- /**
7487
- * <p>The Amazon Web Services account ID.</p>
7488
- * @public
7489
- */
7490
- UserId?: string | undefined;
7491
- /**
7492
- * <p>The name of the group.</p>
7493
- * @public
7494
- */
7495
- Group?: PermissionGroup | undefined;
7496
- }
7497
- /**
7498
- * @public
7499
- * @enum
7500
- */
7501
- export declare const ProductCodeValues: {
7502
- readonly devpay: "devpay";
7503
- readonly marketplace: "marketplace";
7504
- };
7505
- /**
7506
- * @public
7507
- */
7508
- export type ProductCodeValues = (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
7509
7508
  /**
7510
7509
  * @internal
7511
7510
  */
@@ -1,7 +1,35 @@
1
1
  import { AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AutoPlacement, CurrencyCodeValues, Explanation, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, PathComponent, ReservedInstancesListing, Tag } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, OperatorResponse, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
3
3
  import { GroupIdentifier, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable } from "./models_2";
4
- import { Byoasn, Filter, IdFormat, InstanceTagNotificationAttribute, LoadPermission, PermissionGroup, ProductCodeValues } from "./models_3";
4
+ import { Byoasn, Filter, IdFormat, InstanceTagNotificationAttribute, PermissionGroup } from "./models_3";
5
+ /**
6
+ * <p>Describes a load permission.</p>
7
+ * @public
8
+ */
9
+ export interface LoadPermission {
10
+ /**
11
+ * <p>The Amazon Web Services account ID.</p>
12
+ * @public
13
+ */
14
+ UserId?: string | undefined;
15
+ /**
16
+ * <p>The name of the group.</p>
17
+ * @public
18
+ */
19
+ Group?: PermissionGroup | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ * @enum
24
+ */
25
+ export declare const ProductCodeValues: {
26
+ readonly devpay: "devpay";
27
+ readonly marketplace: "marketplace";
28
+ };
29
+ /**
30
+ * @public
31
+ */
32
+ export type ProductCodeValues = (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
5
33
  /**
6
34
  * <p>Describes a product code.</p>
7
35
  * @public
@@ -3408,6 +3436,17 @@ export interface DescribeInstancesRequest {
3408
3436
  * </li>
3409
3437
  * <li>
3410
3438
  * <p>
3439
+ * <code>network-interface.operator.managed</code> - A Boolean that indicates
3440
+ * whether the instance has a managed network interface.</p>
3441
+ * </li>
3442
+ * <li>
3443
+ * <p>
3444
+ * <code>network-interface.operator.principal</code> - The principal that manages
3445
+ * the network interface. Only valid for instances with managed network interfaces,
3446
+ * where <code>managed</code> is <code>true</code>.</p>
3447
+ * </li>
3448
+ * <li>
3449
+ * <p>
3411
3450
  * <code>network-interface.outpost-arn</code> - The ARN of the Outpost.</p>
3412
3451
  * </li>
3413
3452
  * <li>
@@ -3471,6 +3510,17 @@ export interface DescribeInstancesRequest {
3471
3510
  * </li>
3472
3511
  * <li>
3473
3512
  * <p>
3513
+ * <code>operator.managed</code> - A Boolean that indicates whether this is a
3514
+ * managed instance.</p>
3515
+ * </li>
3516
+ * <li>
3517
+ * <p>
3518
+ * <code>operator.principal</code> - The principal that manages the instance.
3519
+ * Only valid for managed instances, where <code>managed</code> is
3520
+ * <code>true</code>.</p>
3521
+ * </li>
3522
+ * <li>
3523
+ * <p>
3474
3524
  * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the
3475
3525
  * Outpost.</p>
3476
3526
  * </li>
@@ -4833,6 +4883,17 @@ export interface DescribeInstanceStatusRequest {
4833
4883
  * </li>
4834
4884
  * <li>
4835
4885
  * <p>
4886
+ * <code>operator.managed</code> - A Boolean that indicates whether this is a
4887
+ * managed instance.</p>
4888
+ * </li>
4889
+ * <li>
4890
+ * <p>
4891
+ * <code>operator.principal</code> - The principal that manages the instance.
4892
+ * Only valid for managed instances, where <code>managed</code> is
4893
+ * <code>true</code>.</p>
4894
+ * </li>
4895
+ * <li>
4896
+ * <p>
4836
4897
  * <code>system-status.reachability</code> - Filters on system status where the
4837
4898
  * name is <code>reachability</code> (<code>passed</code> | <code>failed</code> |
4838
4899
  * <code>initializing</code> | <code>insufficient-data</code>).</p>
@@ -9432,6 +9493,17 @@ export interface DescribeNetworkInterfacesRequest {
9432
9493
  * </li>
9433
9494
  * <li>
9434
9495
  * <p>
9496
+ * <code>operator.managed</code> - A Boolean that indicates whether this is a
9497
+ * managed network interface.</p>
9498
+ * </li>
9499
+ * <li>
9500
+ * <p>
9501
+ * <code>operator.principal</code> - The principal that manages the network
9502
+ * interface. Only valid for managed network interfaces, where <code>managed</code>
9503
+ * is <code>true</code>.</p>
9504
+ * </li>
9505
+ * <li>
9506
+ * <p>
9435
9507
  * <code>owner-id</code> - The Amazon Web Services account ID of the network interface owner.</p>
9436
9508
  * </li>
9437
9509
  * <li>
@@ -11026,104 +11098,6 @@ export interface ScheduledInstanceRecurrenceRequest {
11026
11098
  */
11027
11099
  OccurrenceUnit?: string | undefined;
11028
11100
  }
11029
- /**
11030
- * <p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>
11031
- * @public
11032
- */
11033
- export interface DescribeScheduledInstanceAvailabilityRequest {
11034
- /**
11035
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11036
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11037
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11038
- * @public
11039
- */
11040
- DryRun?: boolean | undefined;
11041
- /**
11042
- * <p>The filters.</p>
11043
- * <ul>
11044
- * <li>
11045
- * <p>
11046
- * <code>availability-zone</code> - The Availability Zone (for example, <code>us-west-2a</code>).</p>
11047
- * </li>
11048
- * <li>
11049
- * <p>
11050
- * <code>instance-type</code> - The instance type (for example, <code>c4.large</code>).</p>
11051
- * </li>
11052
- * <li>
11053
- * <p>
11054
- * <code>platform</code> - The platform (<code>Linux/UNIX</code> or <code>Windows</code>).</p>
11055
- * </li>
11056
- * </ul>
11057
- * @public
11058
- */
11059
- Filters?: Filter[] | undefined;
11060
- /**
11061
- * <p>The time period for the first schedule to start.</p>
11062
- * @public
11063
- */
11064
- FirstSlotStartTimeRange: SlotDateTimeRangeRequest | undefined;
11065
- /**
11066
- * <p>The maximum number of results to return in a single call.
11067
- * This value can be between 5 and 300. The default value is 300.
11068
- * To retrieve the remaining results, make another call with the returned
11069
- * <code>NextToken</code> value.</p>
11070
- * @public
11071
- */
11072
- MaxResults?: number | undefined;
11073
- /**
11074
- * <p>The maximum available duration, in hours. This value must be greater than <code>MinSlotDurationInHours</code>
11075
- * and less than 1,720.</p>
11076
- * @public
11077
- */
11078
- MaxSlotDurationInHours?: number | undefined;
11079
- /**
11080
- * <p>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>
11081
- * @public
11082
- */
11083
- MinSlotDurationInHours?: number | undefined;
11084
- /**
11085
- * <p>The token for the next set of results.</p>
11086
- * @public
11087
- */
11088
- NextToken?: string | undefined;
11089
- /**
11090
- * <p>The schedule recurrence.</p>
11091
- * @public
11092
- */
11093
- Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
11094
- }
11095
- /**
11096
- * <p>Describes the recurring schedule for a Scheduled Instance.</p>
11097
- * @public
11098
- */
11099
- export interface ScheduledInstanceRecurrence {
11100
- /**
11101
- * <p>The frequency (<code>Daily</code>, <code>Weekly</code>, or <code>Monthly</code>).</p>
11102
- * @public
11103
- */
11104
- Frequency?: string | undefined;
11105
- /**
11106
- * <p>The interval quantity. The interval unit depends on the value of <code>frequency</code>. For example, every 2
11107
- * weeks or every 2 months.</p>
11108
- * @public
11109
- */
11110
- Interval?: number | undefined;
11111
- /**
11112
- * <p>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).</p>
11113
- * @public
11114
- */
11115
- OccurrenceDaySet?: number[] | undefined;
11116
- /**
11117
- * <p>Indicates whether the occurrence is relative to the end of the specified week or month.</p>
11118
- * @public
11119
- */
11120
- OccurrenceRelativeToEnd?: boolean | undefined;
11121
- /**
11122
- * <p>The unit for <code>occurrenceDaySet</code> (<code>DayOfWeek</code> or <code>DayOfMonth</code>).</p>
11123
- * @public
11124
- */
11125
- OccurrenceUnit?: string | undefined;
11126
- }
11127
11101
  /**
11128
11102
  * @internal
11129
11103
  */