@aws-sdk/client-ec2 3.693.0 → 3.695.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 (52) hide show
  1. package/dist-cjs/index.js +122 -38
  2. package/dist-es/models/models_1.js +0 -2
  3. package/dist-es/models/models_6.js +0 -4
  4. package/dist-es/models/models_7.js +4 -1
  5. package/dist-es/protocols/Aws_ec2.js +116 -30
  6. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
  12. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
  14. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  17. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
  18. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
  20. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
  21. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
  23. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
  26. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
  27. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
  28. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
  29. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
  30. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  31. package/dist-types/models/models_1.d.ts +55 -39
  32. package/dist-types/models/models_2.d.ts +58 -39
  33. package/dist-types/models/models_3.d.ts +37 -38
  34. package/dist-types/models/models_4.d.ts +64 -31
  35. package/dist-types/models/models_5.d.ts +31 -49
  36. package/dist-types/models/models_6.d.ts +51 -59
  37. package/dist-types/models/models_7.d.ts +63 -2
  38. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
  43. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
  44. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
  45. package/dist-types/ts3.4/models/models_1.d.ts +12 -14
  46. package/dist-types/ts3.4/models/models_2.d.ts +19 -9
  47. package/dist-types/ts3.4/models/models_3.d.ts +9 -7
  48. package/dist-types/ts3.4/models/models_4.d.ts +13 -7
  49. package/dist-types/ts3.4/models/models_5.d.ts +12 -12
  50. package/dist-types/ts3.4/models/models_6.d.ts +13 -16
  51. package/dist-types/ts3.4/models/models_7.d.ts +18 -6
  52. package/package.json +1 -1
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeSpotDatafeedSubscriptionRequest } from "../models/models_4";
5
- import { DescribeSpotDatafeedSubscriptionResult } from "../models/models_5";
4
+ import { DescribeSpotDatafeedSubscriptionRequest, DescribeSpotDatafeedSubscriptionResult } from "../models/models_5";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -81,6 +81,10 @@ declare const DescribeVolumesCommand_base: {
81
81
  * // MultiAttachEnabled: true || false,
82
82
  * // Throughput: Number("int"),
83
83
  * // SseType: "sse-ebs" || "sse-kms" || "none",
84
+ * // Operator: { // OperatorResponse
85
+ * // Managed: true || false,
86
+ * // Principal: "STRING_VALUE",
87
+ * // },
84
88
  * // VolumeId: "STRING_VALUE",
85
89
  * // Size: Number("int"),
86
90
  * // SnapshotId: "STRING_VALUE",
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_5";
4
+ import { GetCoipPoolUsageRequest } from "../models/models_5";
5
+ import { GetCoipPoolUsageResult } from "../models/models_6";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetConsoleOutputRequest } from "../models/models_5";
5
- import { GetConsoleOutputResult } from "../models/models_6";
4
+ import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_6";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -297,6 +297,10 @@ declare const GetLaunchTemplateDataCommand_base: {
297
297
  * // AutoRecovery: "default" || "disabled",
298
298
  * // },
299
299
  * // DisableApiStop: true || false,
300
+ * // Operator: { // OperatorResponse
301
+ * // Managed: true || false,
302
+ * // Principal: "STRING_VALUE",
303
+ * // },
300
304
  * // },
301
305
  * // };
302
306
  *
@@ -59,6 +59,10 @@ declare const ModifyLaunchTemplateCommand_base: {
59
59
  * // Value: "STRING_VALUE",
60
60
  * // },
61
61
  * // ],
62
+ * // Operator: { // OperatorResponse
63
+ * // Managed: true || false,
64
+ * // Principal: "STRING_VALUE",
65
+ * // },
62
66
  * // },
63
67
  * // };
64
68
  *
@@ -220,6 +220,9 @@ declare const RunInstancesCommand_base: {
220
220
  * },
221
221
  * DisableApiStop: true || false,
222
222
  * EnablePrimaryIpv6: true || false,
223
+ * Operator: { // OperatorRequest
224
+ * Principal: "STRING_VALUE",
225
+ * },
223
226
  * DryRun: true || false,
224
227
  * DisableApiTermination: true || false,
225
228
  * InstanceInitiatedShutdownBehavior: "stop" || "terminate",
@@ -312,6 +315,10 @@ declare const RunInstancesCommand_base: {
312
315
  * // VolumeId: "STRING_VALUE",
313
316
  * // AssociatedResource: "STRING_VALUE",
314
317
  * // VolumeOwnerId: "STRING_VALUE",
318
+ * // Operator: { // OperatorResponse
319
+ * // Managed: true || false,
320
+ * // Principal: "STRING_VALUE",
321
+ * // },
315
322
  * // },
316
323
  * // },
317
324
  * // ],
@@ -415,6 +422,10 @@ declare const RunInstancesCommand_base: {
415
422
  * // UdpStreamTimeout: Number("int"),
416
423
  * // UdpTimeout: Number("int"),
417
424
  * // },
425
+ * // Operator: {
426
+ * // Managed: true || false,
427
+ * // Principal: "STRING_VALUE",
428
+ * // },
418
429
  * // },
419
430
  * // ],
420
431
  * // OutpostArn: "STRING_VALUE",
@@ -482,6 +493,7 @@ declare const RunInstancesCommand_base: {
482
493
  * // AutoRecovery: "disabled" || "default",
483
494
  * // },
484
495
  * // CurrentInstanceBootMode: "legacy-bios" || "uefi",
496
+ * // Operator: "<OperatorResponse>",
485
497
  * // InstanceId: "STRING_VALUE",
486
498
  * // ImageId: "STRING_VALUE",
487
499
  * // State: { // InstanceState
@@ -1,4 +1,4 @@
1
- import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, EndDateType, InstanceEventWindow, InstanceMatchCriteria, NatGatewayAddress, PortRange, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CapacityAllocation, CapacityReservationFleetState, CapacityReservationInstancePlatform, CapacityReservationState, CapacityReservationTenancy, CapacityReservationType, EndDateType, InstanceEventWindow, InstanceMatchCriteria, NatGatewayAddress, PortRange, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
2
  /**
3
3
  * <p>Describes a Capacity Reservation.</p>
4
4
  * @public
@@ -3670,9 +3670,7 @@ export type FleetOnDemandAllocationStrategy = (typeof FleetOnDemandAllocationStr
3670
3670
  * @enum
3671
3671
  */
3672
3672
  export declare const FleetCapacityReservationUsageStrategy: {
3673
- readonly NONE: "none";
3674
3673
  readonly USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first";
3675
- readonly USE_CAPACITY_RESERVATIONS_ONLY: "use-capacity-reservations-only";
3676
3674
  };
3677
3675
  /**
3678
3676
  * @public
@@ -8165,6 +8163,17 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
8165
8163
  */
8166
8164
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
8167
8165
  }
8166
+ /**
8167
+ * <p>The entity that manages the resource.</p>
8168
+ * @public
8169
+ */
8170
+ export interface OperatorRequest {
8171
+ /**
8172
+ * <p>The entity that manages the resource.</p>
8173
+ * @public
8174
+ */
8175
+ Principal?: string | undefined;
8176
+ }
8168
8177
  /**
8169
8178
  * <p>Describes the placement of an instance.</p>
8170
8179
  * @public
@@ -8605,6 +8614,11 @@ export interface RequestLaunchTemplateData {
8605
8614
  * @public
8606
8615
  */
8607
8616
  DisableApiStop?: boolean | undefined;
8617
+ /**
8618
+ * <p>The entity that manages the launch template.</p>
8619
+ * @public
8620
+ */
8621
+ Operator?: OperatorRequest | undefined;
8608
8622
  }
8609
8623
  /**
8610
8624
  * @public
@@ -8641,6 +8655,11 @@ export interface CreateLaunchTemplateRequest {
8641
8655
  * @public
8642
8656
  */
8643
8657
  LaunchTemplateData: RequestLaunchTemplateData | undefined;
8658
+ /**
8659
+ * <p>Reserved for internal use.</p>
8660
+ * @public
8661
+ */
8662
+ Operator?: OperatorRequest | undefined;
8644
8663
  /**
8645
8664
  * <p>The tags to apply to the launch template on creation. To tag the launch template, the
8646
8665
  * resource type must be <code>launch-template</code>.</p>
@@ -8650,6 +8669,24 @@ export interface CreateLaunchTemplateRequest {
8650
8669
  */
8651
8670
  TagSpecifications?: TagSpecification[] | undefined;
8652
8671
  }
8672
+ /**
8673
+ * <p>Describes whether the resource is managed by an entity and, if so,
8674
+ * describes the entity that manages it.</p>
8675
+ * @public
8676
+ */
8677
+ export interface OperatorResponse {
8678
+ /**
8679
+ * <p>If <code>true</code>, the resource is managed by an entity.</p>
8680
+ * @public
8681
+ */
8682
+ Managed?: boolean | undefined;
8683
+ /**
8684
+ * <p>If <code>managed</code> is <code>true</code>, then the principal is returned.
8685
+ * The principal is the entity that manages the resource.</p>
8686
+ * @public
8687
+ */
8688
+ Principal?: string | undefined;
8689
+ }
8653
8690
  /**
8654
8691
  * <p>Describes a launch template.</p>
8655
8692
  * @public
@@ -8690,6 +8727,11 @@ export interface LaunchTemplate {
8690
8727
  * @public
8691
8728
  */
8692
8729
  Tags?: Tag[] | undefined;
8730
+ /**
8731
+ * <p>The entity that manages the launch template.</p>
8732
+ * @public
8733
+ */
8734
+ Operator?: OperatorResponse | undefined;
8693
8735
  }
8694
8736
  /**
8695
8737
  * <p>The error code and error message that is returned for a parameter or parameter
@@ -9763,6 +9805,11 @@ export interface ResponseLaunchTemplateData {
9763
9805
  * @public
9764
9806
  */
9765
9807
  DisableApiStop?: boolean | undefined;
9808
+ /**
9809
+ * <p>The entity that manages the launch template.</p>
9810
+ * @public
9811
+ */
9812
+ Operator?: OperatorResponse | undefined;
9766
9813
  }
9767
9814
  /**
9768
9815
  * <p>Describes a launch template version.</p>
@@ -9809,6 +9856,11 @@ export interface LaunchTemplateVersion {
9809
9856
  * @public
9810
9857
  */
9811
9858
  LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
9859
+ /**
9860
+ * <p>The entity that manages the launch template.</p>
9861
+ * @public
9862
+ */
9863
+ Operator?: OperatorResponse | undefined;
9812
9864
  }
9813
9865
  /**
9814
9866
  * @public
@@ -11032,42 +11084,6 @@ export interface NetworkInsightsAccessScope {
11032
11084
  */
11033
11085
  Tags?: Tag[] | undefined;
11034
11086
  }
11035
- /**
11036
- * <p>Describes the Network Access Scope content.</p>
11037
- * @public
11038
- */
11039
- export interface NetworkInsightsAccessScopeContent {
11040
- /**
11041
- * <p>The ID of the Network Access Scope.</p>
11042
- * @public
11043
- */
11044
- NetworkInsightsAccessScopeId?: string | undefined;
11045
- /**
11046
- * <p>The paths to match.</p>
11047
- * @public
11048
- */
11049
- MatchPaths?: AccessScopePath[] | undefined;
11050
- /**
11051
- * <p>The paths to exclude.</p>
11052
- * @public
11053
- */
11054
- ExcludePaths?: AccessScopePath[] | undefined;
11055
- }
11056
- /**
11057
- * @public
11058
- */
11059
- export interface CreateNetworkInsightsAccessScopeResult {
11060
- /**
11061
- * <p>The Network Access Scope.</p>
11062
- * @public
11063
- */
11064
- NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
11065
- /**
11066
- * <p>The Network Access Scope content.</p>
11067
- * @public
11068
- */
11069
- NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent | undefined;
11070
- }
11071
11087
  /**
11072
11088
  * @internal
11073
11089
  */
@@ -1,5 +1,41 @@
1
- import { ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { AccessScopePath, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NetworkInsightsAccessScope, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes the Network Access Scope content.</p>
5
+ * @public
6
+ */
7
+ export interface NetworkInsightsAccessScopeContent {
8
+ /**
9
+ * <p>The ID of the Network Access Scope.</p>
10
+ * @public
11
+ */
12
+ NetworkInsightsAccessScopeId?: string | undefined;
13
+ /**
14
+ * <p>The paths to match.</p>
15
+ * @public
16
+ */
17
+ MatchPaths?: AccessScopePath[] | undefined;
18
+ /**
19
+ * <p>The paths to exclude.</p>
20
+ * @public
21
+ */
22
+ ExcludePaths?: AccessScopePath[] | undefined;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface CreateNetworkInsightsAccessScopeResult {
28
+ /**
29
+ * <p>The Network Access Scope.</p>
30
+ * @public
31
+ */
32
+ NetworkInsightsAccessScope?: NetworkInsightsAccessScope | undefined;
33
+ /**
34
+ * <p>The Network Access Scope content.</p>
35
+ * @public
36
+ */
37
+ NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent | undefined;
38
+ }
3
39
  /**
4
40
  * <p>Describes a port range.</p>
5
41
  * @public
@@ -323,6 +359,11 @@ export interface CreateNetworkInterfaceRequest {
323
359
  * @public
324
360
  */
325
361
  ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
362
+ /**
363
+ * <p>Reserved for internal use.</p>
364
+ * @public
365
+ */
366
+ Operator?: OperatorRequest | undefined;
326
367
  /**
327
368
  * <p>The ID of the subnet to associate with the network interface.</p>
328
369
  * @public
@@ -809,6 +850,11 @@ export interface NetworkInterface {
809
850
  * @public
810
851
  */
811
852
  Ipv6Address?: string | undefined;
853
+ /**
854
+ * <p>The entity that manages the network interface.</p>
855
+ * @public
856
+ */
857
+ Operator?: OperatorResponse | undefined;
812
858
  }
813
859
  /**
814
860
  * @public
@@ -5426,6 +5472,11 @@ export interface CreateVolumeRequest {
5426
5472
  * @public
5427
5473
  */
5428
5474
  ClientToken?: string | undefined;
5475
+ /**
5476
+ * <p>Reserved for internal use.</p>
5477
+ * @public
5478
+ */
5479
+ Operator?: OperatorRequest | undefined;
5429
5480
  /**
5430
5481
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
5431
5482
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -5503,6 +5554,11 @@ export interface Volume {
5503
5554
  * @public
5504
5555
  */
5505
5556
  SseType?: SSEType | undefined;
5557
+ /**
5558
+ * <p>The entity that manages the volume.</p>
5559
+ * @public
5560
+ */
5561
+ Operator?: OperatorResponse | undefined;
5506
5562
  /**
5507
5563
  * <p>The ID of the volume.</p>
5508
5564
  * @public
@@ -8193,43 +8249,6 @@ export interface DeleteIpamScopeResult {
8193
8249
  */
8194
8250
  IpamScope?: IpamScope | undefined;
8195
8251
  }
8196
- /**
8197
- * @public
8198
- */
8199
- export interface DeleteKeyPairRequest {
8200
- /**
8201
- * <p>The name of the key pair.</p>
8202
- * @public
8203
- */
8204
- KeyName?: string | undefined;
8205
- /**
8206
- * <p>The ID of the key pair.</p>
8207
- * @public
8208
- */
8209
- KeyPairId?: string | undefined;
8210
- /**
8211
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8212
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8213
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8214
- * @public
8215
- */
8216
- DryRun?: boolean | undefined;
8217
- }
8218
- /**
8219
- * @public
8220
- */
8221
- export interface DeleteKeyPairResult {
8222
- /**
8223
- * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
8224
- * @public
8225
- */
8226
- Return?: boolean | undefined;
8227
- /**
8228
- * <p>The ID of the key pair.</p>
8229
- * @public
8230
- */
8231
- KeyPairId?: string | undefined;
8232
- }
8233
8252
  /**
8234
8253
  * @internal
8235
8254
  */
@@ -1,6 +1,43 @@
1
1
  import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, 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 } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteKeyPairRequest {
8
+ /**
9
+ * <p>The name of the key pair.</p>
10
+ * @public
11
+ */
12
+ KeyName?: string | undefined;
13
+ /**
14
+ * <p>The ID of the key pair.</p>
15
+ * @public
16
+ */
17
+ KeyPairId?: string | undefined;
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
+ /**
27
+ * @public
28
+ */
29
+ export interface DeleteKeyPairResult {
30
+ /**
31
+ * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
32
+ * @public
33
+ */
34
+ Return?: boolean | undefined;
35
+ /**
36
+ * <p>The ID of the key pair.</p>
37
+ * @public
38
+ */
39
+ KeyPairId?: string | undefined;
40
+ }
4
41
  /**
5
42
  * @public
6
43
  */
@@ -7750,44 +7787,6 @@ export interface DescribeIamInstanceProfileAssociationsResult {
7750
7787
  */
7751
7788
  NextToken?: string | undefined;
7752
7789
  }
7753
- /**
7754
- * @public
7755
- */
7756
- export interface DescribeIdentityIdFormatRequest {
7757
- /**
7758
- * <p>The type of resource: <code>bundle</code> |
7759
- * <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
7760
- * <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
7761
- * <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
7762
- * <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
7763
- * <code>network-acl</code> | <code>network-acl-association</code> |
7764
- * <code>network-interface</code> | <code>network-interface-attachment</code> |
7765
- * <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
7766
- * <code>route-table-association</code> | <code>security-group</code> |
7767
- * <code>snapshot</code> | <code>subnet</code> |
7768
- * <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
7769
- * | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
7770
- * <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
7771
- * </p>
7772
- * @public
7773
- */
7774
- Resource?: string | undefined;
7775
- /**
7776
- * <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
7777
- * @public
7778
- */
7779
- PrincipalArn: string | undefined;
7780
- }
7781
- /**
7782
- * @public
7783
- */
7784
- export interface DescribeIdentityIdFormatResult {
7785
- /**
7786
- * <p>Information about the ID format for the resources.</p>
7787
- * @public
7788
- */
7789
- Statuses?: IdFormat[] | undefined;
7790
- }
7791
7790
  /**
7792
7791
  * @internal
7793
7792
  */
@@ -1,7 +1,45 @@
1
1
  import { AlternatePathHint, AttachmentStatus, CurrencyCodeValues, Explanation, IamInstanceProfile, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, Ec2InstanceConnectEndpoint, HostnameType, InstanceIpv6Address, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, OperatorResponse, Placement, PlatformValues, StateReason, Tenancy } from "./models_1";
3
3
  import { GroupIdentifier, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, StorageTier } from "./models_2";
4
4
  import { Byoasn, Filter, IdFormat, InstanceTagNotificationAttribute, PermissionGroup, ProductCode } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeIdentityIdFormatRequest {
9
+ /**
10
+ * <p>The type of resource: <code>bundle</code> |
11
+ * <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
12
+ * <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
13
+ * <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
14
+ * <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
15
+ * <code>network-acl</code> | <code>network-acl-association</code> |
16
+ * <code>network-interface</code> | <code>network-interface-attachment</code> |
17
+ * <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
18
+ * <code>route-table-association</code> | <code>security-group</code> |
19
+ * <code>snapshot</code> | <code>subnet</code> |
20
+ * <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
21
+ * | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
22
+ * <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
23
+ * </p>
24
+ * @public
25
+ */
26
+ Resource?: string | undefined;
27
+ /**
28
+ * <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
29
+ * @public
30
+ */
31
+ PrincipalArn: string | undefined;
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface DescribeIdentityIdFormatResult {
37
+ /**
38
+ * <p>Information about the ID format for the resources.</p>
39
+ * @public
40
+ */
41
+ Statuses?: IdFormat[] | undefined;
42
+ }
5
43
  /**
6
44
  * @public
7
45
  */
@@ -1248,6 +1286,11 @@ export interface EbsInstanceBlockDevice {
1248
1286
  * @public
1249
1287
  */
1250
1288
  VolumeOwnerId?: string | undefined;
1289
+ /**
1290
+ * <p>The entity that manages the EBS volume.</p>
1291
+ * @public
1292
+ */
1293
+ Operator?: OperatorResponse | undefined;
1251
1294
  }
1252
1295
  /**
1253
1296
  * <p>Describes a block device mapping.</p>
@@ -1937,6 +1980,11 @@ export interface InstanceImageMetadata {
1937
1980
  * @public
1938
1981
  */
1939
1982
  ImageMetadata?: ImageMetadata | undefined;
1983
+ /**
1984
+ * <p>The entity that manages the instance.</p>
1985
+ * @public
1986
+ */
1987
+ Operator?: OperatorResponse | undefined;
1940
1988
  }
1941
1989
  /**
1942
1990
  * @public
@@ -3311,6 +3359,11 @@ export interface InstanceNetworkInterface {
3311
3359
  * @public
3312
3360
  */
3313
3361
  ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse | undefined;
3362
+ /**
3363
+ * <p>The entity that manages the network interface.</p>
3364
+ * @public
3365
+ */
3366
+ Operator?: OperatorResponse | undefined;
3314
3367
  }
3315
3368
  /**
3316
3369
  * <p>Describes the options for instance hostnames.</p>
@@ -3555,6 +3608,11 @@ export interface Instance {
3555
3608
  * @public
3556
3609
  */
3557
3610
  CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
3611
+ /**
3612
+ * <p>The entity that manages the instance.</p>
3613
+ * @public
3614
+ */
3615
+ Operator?: OperatorResponse | undefined;
3558
3616
  /**
3559
3617
  * <p>The ID of the instance.</p>
3560
3618
  * @public
@@ -4031,6 +4089,11 @@ export interface InstanceStatus {
4031
4089
  * @public
4032
4090
  */
4033
4091
  OutpostArn?: string | undefined;
4092
+ /**
4093
+ * <p>The entity that manages the instance.</p>
4094
+ * @public
4095
+ */
4096
+ Operator?: OperatorResponse | undefined;
4034
4097
  /**
4035
4098
  * <p>Any scheduled events associated with the instance.</p>
4036
4099
  * @public
@@ -11154,36 +11217,6 @@ export interface SnapshotTierStatus {
11154
11217
  */
11155
11218
  RestoreExpiryTime?: Date | undefined;
11156
11219
  }
11157
- /**
11158
- * @public
11159
- */
11160
- export interface DescribeSnapshotTierStatusResult {
11161
- /**
11162
- * <p>Information about the snapshot's storage tier.</p>
11163
- * @public
11164
- */
11165
- SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
11166
- /**
11167
- * <p>The token to include in another request to get the next page of items.
11168
- * This value is <code>null</code> when there are no more items to return.</p>
11169
- * @public
11170
- */
11171
- NextToken?: string | undefined;
11172
- }
11173
- /**
11174
- * <p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>
11175
- * @public
11176
- */
11177
- export interface DescribeSpotDatafeedSubscriptionRequest {
11178
- /**
11179
- * <p>Checks whether you have the required permissions for the action, without actually
11180
- * making the request, and provides an error response. If you have the required
11181
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11182
- * <code>UnauthorizedOperation</code>.</p>
11183
- * @public
11184
- */
11185
- DryRun?: boolean | undefined;
11186
- }
11187
11220
  /**
11188
11221
  * @internal
11189
11222
  */