@aws-sdk/client-ec2 3.1075.0 → 3.1077.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 +7 -0
  2. package/dist-cjs/index.js +34489 -14
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/ModifyVpcEndpointPayerResponsibilityCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/enums.js +8 -0
  8. package/dist-es/models/models_8.js +1 -0
  9. package/dist-es/runtimeConfig.browser.js +0 -2
  10. package/dist-es/runtimeConfig.js +1 -2
  11. package/dist-es/runtimeConfig.native.js +0 -2
  12. package/dist-es/runtimeConfig.shared.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +51 -11
  14. package/dist-types/EC2.d.ts +7 -0
  15. package/dist-types/EC2Client.d.ts +3 -2
  16. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -3
  17. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
  18. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +3 -1
  19. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
  24. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
  25. package/dist-types/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +86 -0
  26. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/index.d.ts +1 -0
  28. package/dist-types/index.d.ts +1 -0
  29. package/dist-types/models/enums.d.ts +24 -0
  30. package/dist-types/models/models_1.d.ts +11 -0
  31. package/dist-types/models/models_2.d.ts +22 -25
  32. package/dist-types/models/models_3.d.ts +24 -17
  33. package/dist-types/models/models_4.d.ts +21 -133
  34. package/dist-types/models/models_5.d.ts +137 -44
  35. package/dist-types/models/models_6.d.ts +44 -13
  36. package/dist-types/models/models_7.d.ts +62 -15
  37. package/dist-types/models/models_8.d.ts +11 -0
  38. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/runtimeConfig.d.ts +2 -2
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +4 -0
  43. package/dist-types/ts3.4/EC2.d.ts +23 -0
  44. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  45. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +4 -2
  46. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +53 -0
  49. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  51. package/dist-types/ts3.4/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  53. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  54. package/dist-types/ts3.4/models/models_2.d.ts +7 -5
  55. package/dist-types/ts3.4/models/models_3.d.ts +5 -4
  56. package/dist-types/ts3.4/models/models_4.d.ts +5 -25
  57. package/dist-types/ts3.4/models/models_5.d.ts +30 -10
  58. package/dist-types/ts3.4/models/models_6.d.ts +13 -5
  59. package/dist-types/ts3.4/models/models_7.d.ts +19 -4
  60. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  66. package/package.json +10 -12
  67. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  68. package/dist-cjs/endpoint/bdd.js +0 -49
  69. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  70. package/dist-cjs/models/EC2ServiceException.js +0 -8
  71. package/dist-cjs/runtimeConfig.browser.js +0 -32
  72. package/dist-cjs/runtimeConfig.js +0 -45
  73. package/dist-cjs/runtimeConfig.native.js +0 -12
  74. package/dist-cjs/runtimeConfig.shared.js +0 -39
  75. package/dist-cjs/schemas/schemas_0.js +0 -33485
@@ -1,11 +1,21 @@
1
- import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
1
+ import type { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ApplianceModeSupportValue, ArchitectureValues, AutoAcceptSharedAttachmentsValue, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsSupportValue, EncryptionSupportOptionValue, ExcessCapacityTerminationPolicy, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, Ipv6SupportValue, ManagedResourceDefaultVisibility, MarketType, MembershipType, NestedVirtualizationSpecification, OperationType, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, PublicIpDnsOption, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RouteServerPersistRoutesAction, RuleAction, SecondaryInterfaceType, SecurityGroupReferencingSupportValue, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TargetStorageTier, TpmSupportValues, TrafficDirection, TrafficMirrorFilterRuleField, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorSessionField, TransitGatewayAttachmentResourceType, VerificationMethod, VerifiedAccessEndpointProtocol, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy, VpnEcmpSupportValue, VpnTunnelBandwidth } from "./enums";
2
2
  import type { AddedPrincipal, AddPrefixListEntry, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayClientVpnAttachment, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
3
- import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
4
- import type { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
3
+ import type { AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, ExternalAuthorityConfiguration, IcmpTypeCode, InstanceIpv6Address, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement, RouteServer, VpcEncryptionControl } from "./models_1";
4
+ import type { DnsOptionsSpecification, IKEVersionsRequestListValue, PayerResponsibilityEntry, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorPortRangeRequest, TrafficMirrorSession, TransitGateway, TransitGatewayMeteringPolicy, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
5
  import type { Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
6
- import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
- import type { VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
6
+ import type { AttributeBooleanValue, CreateVolumePermission, InstanceNetworkInterfaceSpecification, InstanceState, LaunchTemplateConfig, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotPlacement } from "./models_4";
7
+ import type { SpotInstanceRequest, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
8
  import type { CapacityManagerMonitoredTagKey, CapacityReservationSpecification, EnclaveOptionsRequest, ManagedResourceVisibilitySettings, Purchase } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyIpamResourceDiscoveryResult {
13
+ /**
14
+ * <p>A resource discovery.</p>
15
+ * @public
16
+ */
17
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
18
+ }
9
19
  /**
10
20
  * @public
11
21
  */
@@ -2480,6 +2490,53 @@ export interface ModifyVpcEndpointConnectionNotificationResult {
2480
2490
  */
2481
2491
  ReturnValue?: boolean | undefined;
2482
2492
  }
2493
+ /**
2494
+ * @public
2495
+ */
2496
+ export interface ModifyVpcEndpointPayerResponsibilityRequest {
2497
+ /**
2498
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2499
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2500
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2501
+ * @public
2502
+ */
2503
+ DryRun?: boolean | undefined;
2504
+ /**
2505
+ * <p>The ID of the VPC endpoint service.</p>
2506
+ * @public
2507
+ */
2508
+ ServiceId?: string | undefined;
2509
+ /**
2510
+ * <p>The ID of the VPC endpoint.</p>
2511
+ * @public
2512
+ */
2513
+ VpcEndpointId: string | undefined;
2514
+ /**
2515
+ * <p>The Amazon Web Services account to which the usage of VPC endpoint is charged.</p>
2516
+ * @public
2517
+ */
2518
+ PayerResponsibility: PayerResponsibilityType | undefined;
2519
+ /**
2520
+ * <p>The scope of usage/charges for which the billing account is being modified.</p>
2521
+ * @public
2522
+ */
2523
+ Scope: PayerResponsibilityScope | undefined;
2524
+ }
2525
+ /**
2526
+ * @public
2527
+ */
2528
+ export interface ModifyVpcEndpointPayerResponsibilityResult {
2529
+ /**
2530
+ * <p>The ID of the VPC endpoint.</p>
2531
+ * @public
2532
+ */
2533
+ VpcEndpointId?: string | undefined;
2534
+ /**
2535
+ * <p>The payer responsibility settings for the VPC endpoint.</p>
2536
+ * @public
2537
+ */
2538
+ PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
2539
+ }
2483
2540
  /**
2484
2541
  * @public
2485
2542
  */
@@ -8409,13 +8466,3 @@ export interface WithdrawByoipCidrRequest {
8409
8466
  */
8410
8467
  DryRun?: boolean | undefined;
8411
8468
  }
8412
- /**
8413
- * @public
8414
- */
8415
- export interface WithdrawByoipCidrResult {
8416
- /**
8417
- * <p>Information about the address pool.</p>
8418
- * @public
8419
- */
8420
- ByoipCidr?: ByoipCidr | undefined;
8421
- }
@@ -0,0 +1,11 @@
1
+ import type { ByoipCidr } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface WithdrawByoipCidrResult {
6
+ /**
7
+ * <p>Information about the address pool.</p>
8
+ * @public
9
+ */
10
+ ByoipCidr?: ByoipCidr | undefined;
11
+ }
@@ -13,8 +13,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
- streamCollector: import("@smithy/types").StreamCollector;
16
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
19
  cacheMiddleware?: boolean | undefined;
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,8 +14,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
- streamCollector: import("@smithy/types").StreamCollector;
17
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { EC2ClientConfig } from "./EC2Client";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsEc2QueryProtocol;
@@ -13,9 +12,10 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: (_input: Uint8Array | string) => string;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -1849,6 +1849,8 @@ export declare var ModifyVpcEncryptionControlRequest$: StaticStructureSchema;
1849
1849
  export declare var ModifyVpcEncryptionControlResult$: StaticStructureSchema;
1850
1850
  export declare var ModifyVpcEndpointConnectionNotificationRequest$: StaticStructureSchema;
1851
1851
  export declare var ModifyVpcEndpointConnectionNotificationResult$: StaticStructureSchema;
1852
+ export declare var ModifyVpcEndpointPayerResponsibilityRequest$: StaticStructureSchema;
1853
+ export declare var ModifyVpcEndpointPayerResponsibilityResult$: StaticStructureSchema;
1852
1854
  export declare var ModifyVpcEndpointRequest$: StaticStructureSchema;
1853
1855
  export declare var ModifyVpcEndpointResult$: StaticStructureSchema;
1854
1856
  export declare var ModifyVpcEndpointServiceConfigurationRequest$: StaticStructureSchema;
@@ -1925,6 +1927,7 @@ export declare var PathFilter$: StaticStructureSchema;
1925
1927
  export declare var PathRequestFilter$: StaticStructureSchema;
1926
1928
  export declare var PathStatement$: StaticStructureSchema;
1927
1929
  export declare var PathStatementRequest$: StaticStructureSchema;
1930
+ export declare var PayerResponsibilityEntry$: StaticStructureSchema;
1928
1931
  export declare var PciId$: StaticStructureSchema;
1929
1932
  export declare var PeeringAttachmentStatus$: StaticStructureSchema;
1930
1933
  export declare var PeeringConnectionOptions$: StaticStructureSchema;
@@ -3085,6 +3088,7 @@ export declare var ModifyVpcBlockPublicAccessOptions$: StaticOperationSchema;
3085
3088
  export declare var ModifyVpcEncryptionControl$: StaticOperationSchema;
3086
3089
  export declare var ModifyVpcEndpoint$: StaticOperationSchema;
3087
3090
  export declare var ModifyVpcEndpointConnectionNotification$: StaticOperationSchema;
3091
+ export declare var ModifyVpcEndpointPayerResponsibility$: StaticOperationSchema;
3088
3092
  export declare var ModifyVpcEndpointServiceConfiguration$: StaticOperationSchema;
3089
3093
  export declare var ModifyVpcEndpointServicePayerResponsibility$: StaticOperationSchema;
3090
3094
  export declare var ModifyVpcEndpointServicePermissions$: StaticOperationSchema;
@@ -2725,6 +2725,10 @@ import {
2725
2725
  ModifyVpcEndpointConnectionNotificationCommandInput,
2726
2726
  ModifyVpcEndpointConnectionNotificationCommandOutput,
2727
2727
  } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
2728
+ import {
2729
+ ModifyVpcEndpointPayerResponsibilityCommandInput,
2730
+ ModifyVpcEndpointPayerResponsibilityCommandOutput,
2731
+ } from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
2728
2732
  import {
2729
2733
  ModifyVpcEndpointServiceConfigurationCommandInput,
2730
2734
  ModifyVpcEndpointServiceConfigurationCommandOutput,
@@ -13139,6 +13143,25 @@ export interface EC2 {
13139
13143
  data?: ModifyVpcEndpointConnectionNotificationCommandOutput
13140
13144
  ) => void
13141
13145
  ): void;
13146
+ modifyVpcEndpointPayerResponsibility(
13147
+ args: ModifyVpcEndpointPayerResponsibilityCommandInput,
13148
+ options?: __HttpHandlerOptions
13149
+ ): Promise<ModifyVpcEndpointPayerResponsibilityCommandOutput>;
13150
+ modifyVpcEndpointPayerResponsibility(
13151
+ args: ModifyVpcEndpointPayerResponsibilityCommandInput,
13152
+ cb: (
13153
+ err: any,
13154
+ data?: ModifyVpcEndpointPayerResponsibilityCommandOutput
13155
+ ) => void
13156
+ ): void;
13157
+ modifyVpcEndpointPayerResponsibility(
13158
+ args: ModifyVpcEndpointPayerResponsibilityCommandInput,
13159
+ options: __HttpHandlerOptions,
13160
+ cb: (
13161
+ err: any,
13162
+ data?: ModifyVpcEndpointPayerResponsibilityCommandOutput
13163
+ ) => void
13164
+ ): void;
13142
13165
  modifyVpcEndpointServiceConfiguration(
13143
13166
  args: ModifyVpcEndpointServiceConfigurationCommandInput,
13144
13167
  options?: __HttpHandlerOptions
@@ -2756,6 +2756,10 @@ import {
2756
2756
  ModifyVpcEndpointConnectionNotificationCommandInput,
2757
2757
  ModifyVpcEndpointConnectionNotificationCommandOutput,
2758
2758
  } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
2759
+ import {
2760
+ ModifyVpcEndpointPayerResponsibilityCommandInput,
2761
+ ModifyVpcEndpointPayerResponsibilityCommandOutput,
2762
+ } from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
2759
2763
  import {
2760
2764
  ModifyVpcEndpointServiceConfigurationCommandInput,
2761
2765
  ModifyVpcEndpointServiceConfigurationCommandOutput,
@@ -3800,6 +3804,7 @@ export type ServiceInputTypes =
3800
3804
  | ModifyVpcEncryptionControlCommandInput
3801
3805
  | ModifyVpcEndpointCommandInput
3802
3806
  | ModifyVpcEndpointConnectionNotificationCommandInput
3807
+ | ModifyVpcEndpointPayerResponsibilityCommandInput
3803
3808
  | ModifyVpcEndpointServiceConfigurationCommandInput
3804
3809
  | ModifyVpcEndpointServicePayerResponsibilityCommandInput
3805
3810
  | ModifyVpcEndpointServicePermissionsCommandInput
@@ -4570,6 +4575,7 @@ export type ServiceOutputTypes =
4570
4575
  | ModifyVpcEncryptionControlCommandOutput
4571
4576
  | ModifyVpcEndpointCommandOutput
4572
4577
  | ModifyVpcEndpointConnectionNotificationCommandOutput
4578
+ | ModifyVpcEndpointPayerResponsibilityCommandOutput
4573
4579
  | ModifyVpcEndpointServiceConfigurationCommandOutput
4574
4580
  | ModifyVpcEndpointServicePayerResponsibilityCommandOutput
4575
4581
  | ModifyVpcEndpointServicePermissionsCommandOutput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeleteSecurityGroupRequest } from "../models/models_2";
9
- import { DeleteSecurityGroupResult } from "../models/models_3";
8
+ import {
9
+ DeleteSecurityGroupRequest,
10
+ DeleteSecurityGroupResult,
11
+ } from "../models/models_3";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DeleteSecurityGroupCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeImportImageTasksRequest,
10
- DescribeImportImageTasksResult,
11
- } from "../models/models_3";
8
+ import { DescribeImportImageTasksRequest } from "../models/models_3";
9
+ import { DescribeImportImageTasksResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeImportImageTasksCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- ModifyIpamResourceDiscoveryRequest,
10
- ModifyIpamResourceDiscoveryResult,
11
- } from "../models/models_6";
8
+ import { ModifyIpamResourceDiscoveryRequest } from "../models/models_6";
9
+ import { ModifyIpamResourceDiscoveryResult } from "../models/models_7";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ModifyIpamResourceDiscoveryCommandInput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ ModifyVpcEndpointPayerResponsibilityRequest,
10
+ ModifyVpcEndpointPayerResponsibilityResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ModifyVpcEndpointPayerResponsibilityCommandInput
15
+ extends ModifyVpcEndpointPayerResponsibilityRequest {}
16
+ export interface ModifyVpcEndpointPayerResponsibilityCommandOutput
17
+ extends ModifyVpcEndpointPayerResponsibilityResult,
18
+ __MetadataBearer {}
19
+ declare const ModifyVpcEndpointPayerResponsibilityCommand_base: {
20
+ new (
21
+ input: ModifyVpcEndpointPayerResponsibilityCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ModifyVpcEndpointPayerResponsibilityCommandInput,
24
+ ModifyVpcEndpointPayerResponsibilityCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: ModifyVpcEndpointPayerResponsibilityCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ ModifyVpcEndpointPayerResponsibilityCommandInput,
33
+ ModifyVpcEndpointPayerResponsibilityCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class ModifyVpcEndpointPayerResponsibilityCommand extends ModifyVpcEndpointPayerResponsibilityCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: ModifyVpcEndpointPayerResponsibilityRequest;
46
+ output: ModifyVpcEndpointPayerResponsibilityResult;
47
+ };
48
+ sdk: {
49
+ input: ModifyVpcEndpointPayerResponsibilityCommandInput;
50
+ output: ModifyVpcEndpointPayerResponsibilityCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- WithdrawByoipCidrRequest,
10
- WithdrawByoipCidrResult,
11
- } from "../models/models_7";
8
+ import { WithdrawByoipCidrRequest } from "../models/models_7";
9
+ import { WithdrawByoipCidrResult } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface WithdrawByoipCidrCommandInput
@@ -678,6 +678,7 @@ export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
678
678
  export * from "./ModifyVpcEncryptionControlCommand";
679
679
  export * from "./ModifyVpcEndpointCommand";
680
680
  export * from "./ModifyVpcEndpointConnectionNotificationCommand";
681
+ export * from "./ModifyVpcEndpointPayerResponsibilityCommand";
681
682
  export * from "./ModifyVpcEndpointServiceConfigurationCommand";
682
683
  export * from "./ModifyVpcEndpointServicePayerResponsibilityCommand";
683
684
  export * from "./ModifyVpcEndpointServicePermissionsCommand";
@@ -16,4 +16,5 @@ export * from "./models/models_4";
16
16
  export * from "./models/models_5";
17
17
  export * from "./models/models_6";
18
18
  export * from "./models/models_7";
19
+ export * from "./models/models_8";
19
20
  export { EC2ServiceException } from "./models/EC2ServiceException";
@@ -2837,6 +2837,7 @@ export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
2837
2837
  export declare const PlacementStrategy: {
2838
2838
  readonly cluster: "cluster";
2839
2839
  readonly partition: "partition";
2840
+ readonly precision_time: "precision-time";
2840
2841
  readonly spread: "spread";
2841
2842
  };
2842
2843
  export type PlacementStrategy =
@@ -3280,6 +3281,17 @@ export declare const VpcEndpointType: {
3280
3281
  };
3281
3282
  export type VpcEndpointType =
3282
3283
  (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
3284
+ export declare const PayerResponsibilityType: {
3285
+ readonly VpcEndpointAccount: "vpc-endpoint-account";
3286
+ readonly VpcEndpointServiceAccount: "vpc-endpoint-service-account";
3287
+ };
3288
+ export type PayerResponsibilityType =
3289
+ (typeof PayerResponsibilityType)[keyof typeof PayerResponsibilityType];
3290
+ export declare const PayerResponsibilityScope: {
3291
+ readonly VpcEndpointCharges: "vpc-endpoint-charges";
3292
+ };
3293
+ export type PayerResponsibilityScope =
3294
+ (typeof PayerResponsibilityScope)[keyof typeof PayerResponsibilityScope];
3283
3295
  export declare const State: {
3284
3296
  readonly Available: "Available";
3285
3297
  readonly Deleted: "Deleted";
@@ -2098,6 +2098,7 @@ export interface CreatePlacementGroupRequest {
2098
2098
  SpreadLevel?: SpreadLevel | undefined;
2099
2099
  LinkedGroupId?: string | undefined;
2100
2100
  Operator?: OperatorRequest | undefined;
2101
+ ParentGroupId?: string | undefined;
2101
2102
  DryRun?: boolean | undefined;
2102
2103
  GroupName?: string | undefined;
2103
2104
  Strategy?: PlacementStrategy | undefined;
@@ -2113,6 +2114,7 @@ export interface PlacementGroup {
2113
2114
  SpreadLevel?: SpreadLevel | undefined;
2114
2115
  LinkedGroupId?: string | undefined;
2115
2116
  Operator?: OperatorResponse | undefined;
2117
+ ParentGroupId?: string | undefined;
2116
2118
  }
2117
2119
  export interface CreatePlacementGroupResult {
2118
2120
  PlacementGroup?: PlacementGroup | undefined;
@@ -28,6 +28,8 @@ import {
28
28
  LaunchTemplateErrorCode,
29
29
  MulticastSupportValue,
30
30
  PayerResponsibility,
31
+ PayerResponsibilityScope,
32
+ PayerResponsibilityType,
31
33
  ProtocolValue,
32
34
  RouteOrigin,
33
35
  RouteServerPeerState,
@@ -1207,6 +1209,10 @@ export interface LastError {
1207
1209
  Message?: string | undefined;
1208
1210
  Code?: string | undefined;
1209
1211
  }
1212
+ export interface PayerResponsibilityEntry {
1213
+ Scope?: PayerResponsibilityScope | undefined;
1214
+ PayerResponsibilityType?: PayerResponsibilityType | undefined;
1215
+ }
1210
1216
  export interface VpcEndpoint {
1211
1217
  VpcEndpointId?: string | undefined;
1212
1218
  VpcEndpointType?: VpcEndpointType | undefined;
@@ -1233,6 +1239,7 @@ export interface VpcEndpoint {
1233
1239
  ServiceNetworkArn?: string | undefined;
1234
1240
  ResourceConfigurationArn?: string | undefined;
1235
1241
  ServiceRegion?: string | undefined;
1242
+ PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
1236
1243
  }
1237
1244
  export interface CreateVpcEndpointResult {
1238
1245
  VpcEndpoint?: VpcEndpoint | undefined;
@@ -1981,8 +1988,3 @@ export interface DeleteSecondarySubnetResult {
1981
1988
  SecondarySubnet?: SecondarySubnet | undefined;
1982
1989
  ClientToken?: string | undefined;
1983
1990
  }
1984
- export interface DeleteSecurityGroupRequest {
1985
- GroupId?: string | undefined;
1986
- GroupName?: string | undefined;
1987
- DryRun?: boolean | undefined;
1988
- }
@@ -140,6 +140,11 @@ import {
140
140
  VerifiedAccessGroup,
141
141
  VpcBlockPublicAccessExclusion,
142
142
  } from "./models_2";
143
+ export interface DeleteSecurityGroupRequest {
144
+ GroupId?: string | undefined;
145
+ GroupName?: string | undefined;
146
+ DryRun?: boolean | undefined;
147
+ }
143
148
  export interface DeleteSecurityGroupResult {
144
149
  Return?: boolean | undefined;
145
150
  GroupId?: string | undefined;
@@ -1894,7 +1899,3 @@ export interface ImportImageTask {
1894
1899
  UsageOperation?: string | undefined;
1895
1900
  BootMode?: BootModeValues | undefined;
1896
1901
  }
1897
- export interface DescribeImportImageTasksResult {
1898
- ImportImageTasks?: ImportImageTask[] | undefined;
1899
- NextToken?: string | undefined;
1900
- }
@@ -78,8 +78,6 @@ import {
78
78
  ServiceLinkVirtualInterfaceConfigurationState,
79
79
  SnapshotAttributeName,
80
80
  SnapshotState,
81
- SpotInstanceState,
82
- SpotInstanceType,
83
81
  SqlServerLicenseUsage,
84
82
  StatusName,
85
83
  StatusType,
@@ -162,7 +160,6 @@ import {
162
160
  SecondarySubnet,
163
161
  Snapshot,
164
162
  SpotDatafeedSubscription,
165
- SpotInstanceStateFault,
166
163
  } from "./models_2";
167
164
  import {
168
165
  Byoasn,
@@ -170,10 +167,15 @@ import {
170
167
  Filter,
171
168
  IdFormat,
172
169
  ImageWatermark,
170
+ ImportImageTask,
173
171
  InstanceTagNotificationAttribute,
174
172
  ProductCode,
175
173
  UserBucketDetails,
176
174
  } from "./models_3";
175
+ export interface DescribeImportImageTasksResult {
176
+ ImportImageTasks?: ImportImageTask[] | undefined;
177
+ NextToken?: string | undefined;
178
+ }
177
179
  export interface DescribeImportSnapshotTasksRequest {
178
180
  DryRun?: boolean | undefined;
179
181
  Filters?: Filter[] | undefined;
@@ -2175,25 +2177,3 @@ export interface SpotInstanceStatus {
2175
2177
  Message?: string | undefined;
2176
2178
  UpdateTime?: Date | undefined;
2177
2179
  }
2178
- export interface SpotInstanceRequest {
2179
- ActualBlockHourlyPrice?: string | undefined;
2180
- AvailabilityZoneGroup?: string | undefined;
2181
- BlockDurationMinutes?: number | undefined;
2182
- CreateTime?: Date | undefined;
2183
- Fault?: SpotInstanceStateFault | undefined;
2184
- InstanceId?: string | undefined;
2185
- LaunchGroup?: string | undefined;
2186
- LaunchSpecification?: LaunchSpecification | undefined;
2187
- LaunchedAvailabilityZone?: string | undefined;
2188
- LaunchedAvailabilityZoneId?: string | undefined;
2189
- ProductDescription?: RIProductDescription | undefined;
2190
- SpotInstanceRequestId?: string | undefined;
2191
- SpotPrice?: string | undefined;
2192
- State?: SpotInstanceState | undefined;
2193
- Status?: SpotInstanceStatus | undefined;
2194
- Tags?: Tag[] | undefined;
2195
- Type?: SpotInstanceType | undefined;
2196
- ValidFrom?: Date | undefined;
2197
- ValidUntil?: Date | undefined;
2198
- InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
2199
- }
@@ -13,6 +13,7 @@ import {
13
13
  ImageBlockPublicAccessDisabledState,
14
14
  ImageBlockPublicAccessEnabledState,
15
15
  InitializationType,
16
+ InstanceInterruptionBehavior,
16
17
  InternetGatewayBlockMode,
17
18
  IpAddressType,
18
19
  ManagedBy,
@@ -25,6 +26,8 @@ import {
25
26
  SecurityGroupVpcAssociationState,
26
27
  ServiceConnectivityType,
27
28
  SnapshotBlockPublicAccessState,
29
+ SpotInstanceState,
30
+ SpotInstanceType,
28
31
  State,
29
32
  StatisticType,
30
33
  TransitGatewayAssociationState,
@@ -76,8 +79,10 @@ import { Vpc, VpcEncryptionControl } from "./models_1";
76
79
  import {
77
80
  ConnectionNotification,
78
81
  DnsEntry,
82
+ PayerResponsibilityEntry,
79
83
  ServiceConfiguration,
80
84
  ServiceTypeDetail,
85
+ SpotInstanceStateFault,
81
86
  TrafficMirrorFilter,
82
87
  TrafficMirrorFilterRule,
83
88
  TrafficMirrorSession,
@@ -107,9 +112,32 @@ import {
107
112
  } from "./models_3";
108
113
  import {
109
114
  AttributeBooleanValue,
115
+ LaunchSpecification,
110
116
  RegisteredInstance,
111
- SpotInstanceRequest,
117
+ SpotInstanceStatus,
112
118
  } from "./models_4";
119
+ export interface SpotInstanceRequest {
120
+ ActualBlockHourlyPrice?: string | undefined;
121
+ AvailabilityZoneGroup?: string | undefined;
122
+ BlockDurationMinutes?: number | undefined;
123
+ CreateTime?: Date | undefined;
124
+ Fault?: SpotInstanceStateFault | undefined;
125
+ InstanceId?: string | undefined;
126
+ LaunchGroup?: string | undefined;
127
+ LaunchSpecification?: LaunchSpecification | undefined;
128
+ LaunchedAvailabilityZone?: string | undefined;
129
+ LaunchedAvailabilityZoneId?: string | undefined;
130
+ ProductDescription?: RIProductDescription | undefined;
131
+ SpotInstanceRequestId?: string | undefined;
132
+ SpotPrice?: string | undefined;
133
+ State?: SpotInstanceState | undefined;
134
+ Status?: SpotInstanceStatus | undefined;
135
+ Tags?: Tag[] | undefined;
136
+ Type?: SpotInstanceType | undefined;
137
+ ValidFrom?: Date | undefined;
138
+ ValidUntil?: Date | undefined;
139
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
140
+ }
113
141
  export interface DescribeSpotInstanceRequestsResult {
114
142
  SpotInstanceRequests?: SpotInstanceRequest[] | undefined;
115
143
  NextToken?: string | undefined;
@@ -739,6 +767,7 @@ export interface VpcEndpointConnection {
739
767
  VpcEndpointConnectionId?: string | undefined;
740
768
  Tags?: Tag[] | undefined;
741
769
  VpcEndpointRegion?: string | undefined;
770
+ PayerResponsibilities?: PayerResponsibilityEntry[] | undefined;
742
771
  }
743
772
  export interface DescribeVpcEndpointConnectionsResult {
744
773
  VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
@@ -1646,12 +1675,3 @@ export interface MetricPoint {
1646
1675
  Value?: number | undefined;
1647
1676
  Status?: string | undefined;
1648
1677
  }
1649
- export interface DataResponse {
1650
- Id?: string | undefined;
1651
- Source?: string | undefined;
1652
- Destination?: string | undefined;
1653
- Metric?: MetricType | undefined;
1654
- Statistic?: StatisticType | undefined;
1655
- Period?: PeriodType | undefined;
1656
- MetricPoints?: MetricPoint[] | undefined;
1657
- }