@aws-sdk/client-ec2 3.694.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 (49) hide show
  1. package/dist-cjs/index.js +121 -35
  2. package/dist-es/models/models_6.js +0 -4
  3. package/dist-es/models/models_7.js +4 -1
  4. package/dist-es/protocols/Aws_ec2.js +116 -30
  5. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
  6. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
  10. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
  12. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
  14. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
  15. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
  16. package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
  17. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
  18. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
  19. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
  20. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
  22. package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
  23. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
  24. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
  25. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
  26. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
  27. package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
  28. package/dist-types/models/models_1.d.ts +55 -37
  29. package/dist-types/models/models_2.d.ts +58 -39
  30. package/dist-types/models/models_3.d.ts +37 -38
  31. package/dist-types/models/models_4.d.ts +64 -31
  32. package/dist-types/models/models_5.d.ts +31 -49
  33. package/dist-types/models/models_6.d.ts +51 -59
  34. package/dist-types/models/models_7.d.ts +63 -2
  35. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  38. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
  40. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
  41. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/models/models_1.d.ts +12 -12
  43. package/dist-types/ts3.4/models/models_2.d.ts +19 -9
  44. package/dist-types/ts3.4/models/models_3.d.ts +9 -7
  45. package/dist-types/ts3.4/models/models_4.d.ts +13 -7
  46. package/dist-types/ts3.4/models/models_5.d.ts +12 -12
  47. package/dist-types/ts3.4/models/models_6.d.ts +13 -16
  48. package/dist-types/ts3.4/models/models_7.d.ts +18 -6
  49. package/package.json +1 -1
@@ -100,7 +100,18 @@ import {
100
100
  ProductCode,
101
101
  StatisticType,
102
102
  } from "./models_3";
103
- import { AttributeBooleanValue, RIProductDescription } from "./models_4";
103
+ import {
104
+ AttributeBooleanValue,
105
+ RIProductDescription,
106
+ SnapshotTierStatus,
107
+ } from "./models_4";
108
+ export interface DescribeSnapshotTierStatusResult {
109
+ SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
110
+ NextToken?: string | undefined;
111
+ }
112
+ export interface DescribeSpotDatafeedSubscriptionRequest {
113
+ DryRun?: boolean | undefined;
114
+ }
104
115
  export interface DescribeSpotDatafeedSubscriptionResult {
105
116
  SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
106
117
  }
@@ -1739,17 +1750,6 @@ export interface CoipAddressUsage {
1739
1750
  AwsService?: string | undefined;
1740
1751
  CoIp?: string | undefined;
1741
1752
  }
1742
- export interface GetCoipPoolUsageResult {
1743
- CoipPoolId?: string | undefined;
1744
- CoipAddressUsages?: CoipAddressUsage[] | undefined;
1745
- LocalGatewayRouteTableId?: string | undefined;
1746
- NextToken?: string | undefined;
1747
- }
1748
- export interface GetConsoleOutputRequest {
1749
- InstanceId: string | undefined;
1750
- Latest?: boolean | undefined;
1751
- DryRun?: boolean | undefined;
1752
- }
1753
1753
  export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
1754
1754
  obj: SpotFleetLaunchSpecification
1755
1755
  ) => any;
@@ -53,7 +53,6 @@ import {
53
53
  LaunchTemplate,
54
54
  LocalGatewayRoute,
55
55
  ManagedPrefixList,
56
- NetworkInsightsAccessScopeContent,
57
56
  Placement,
58
57
  PlatformValues,
59
58
  RequestIpamResourceTag,
@@ -67,6 +66,7 @@ import {
67
66
  AutoAcceptSharedAttachmentsValue,
68
67
  DefaultRouteTableAssociationValue,
69
68
  DefaultRouteTablePropagationValue,
69
+ NetworkInsightsAccessScopeContent,
70
70
  SSEType,
71
71
  SubnetCidrReservation,
72
72
  TrafficDirection,
@@ -118,12 +118,24 @@ import {
118
118
  VirtualizationType,
119
119
  } from "./models_4";
120
120
  import {
121
+ CoipAddressUsage,
121
122
  ExcessCapacityTerminationPolicy,
122
123
  LaunchTemplateConfig,
123
124
  SnapshotBlockPublicAccessState,
124
125
  TransitGatewayPropagationState,
125
126
  VerifiedAccessInstanceLoggingConfiguration,
126
127
  } from "./models_5";
128
+ export interface GetCoipPoolUsageResult {
129
+ CoipPoolId?: string | undefined;
130
+ CoipAddressUsages?: CoipAddressUsage[] | undefined;
131
+ LocalGatewayRouteTableId?: string | undefined;
132
+ NextToken?: string | undefined;
133
+ }
134
+ export interface GetConsoleOutputRequest {
135
+ InstanceId: string | undefined;
136
+ Latest?: boolean | undefined;
137
+ DryRun?: boolean | undefined;
138
+ }
127
139
  export interface GetConsoleOutputResult {
128
140
  InstanceId?: string | undefined;
129
141
  Timestamp?: Date | undefined;
@@ -1896,18 +1908,6 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
1896
1908
  export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
1897
1909
  LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
1898
1910
  }
1899
- export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
1900
- PublicSigningKeyUrl?: string | undefined;
1901
- }
1902
- export interface ModifyVerifiedAccessTrustProviderOidcOptions {
1903
- Issuer?: string | undefined;
1904
- AuthorizationEndpoint?: string | undefined;
1905
- TokenEndpoint?: string | undefined;
1906
- UserInfoEndpoint?: string | undefined;
1907
- ClientId?: string | undefined;
1908
- ClientSecret?: string | undefined;
1909
- Scope?: string | undefined;
1910
- }
1911
1911
  export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1912
1912
  obj: GetInstanceTpmEkPubResult
1913
1913
  ) => any;
@@ -1958,6 +1958,3 @@ export declare const ImportVolumeRequestFilterSensitiveLog: (
1958
1958
  export declare const ImportVolumeResultFilterSensitiveLog: (
1959
1959
  obj: ImportVolumeResult
1960
1960
  ) => any;
1961
- export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1962
- obj: ModifyVerifiedAccessTrustProviderOidcOptions
1963
- ) => any;
@@ -34,6 +34,7 @@ import {
34
34
  LocalGatewayRoute,
35
35
  ManagedPrefixList,
36
36
  MarketType,
37
+ OperatorRequest,
37
38
  Placement,
38
39
  RuleAction,
39
40
  ShutdownBehavior,
@@ -94,12 +95,19 @@ import {
94
95
  SpotPlacement,
95
96
  VolumeModification,
96
97
  } from "./models_5";
97
- import {
98
- CapacityReservationSpecification,
99
- ModifyVerifiedAccessTrustProviderDeviceOptions,
100
- ModifyVerifiedAccessTrustProviderOidcOptions,
101
- Purchase,
102
- } from "./models_6";
98
+ import { CapacityReservationSpecification, Purchase } from "./models_6";
99
+ export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
100
+ PublicSigningKeyUrl?: string | undefined;
101
+ }
102
+ export interface ModifyVerifiedAccessTrustProviderOidcOptions {
103
+ Issuer?: string | undefined;
104
+ AuthorizationEndpoint?: string | undefined;
105
+ TokenEndpoint?: string | undefined;
106
+ UserInfoEndpoint?: string | undefined;
107
+ ClientId?: string | undefined;
108
+ ClientSecret?: string | undefined;
109
+ Scope?: string | undefined;
110
+ }
103
111
  export interface ModifyVerifiedAccessTrustProviderRequest {
104
112
  VerifiedAccessTrustProviderId: string | undefined;
105
113
  OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
@@ -991,6 +999,7 @@ export interface RunInstancesRequest {
991
999
  MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
992
1000
  DisableApiStop?: boolean | undefined;
993
1001
  EnablePrimaryIpv6?: boolean | undefined;
1002
+ Operator?: OperatorRequest | undefined;
994
1003
  DryRun?: boolean | undefined;
995
1004
  DisableApiTermination?: boolean | undefined;
996
1005
  InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
@@ -1274,6 +1283,9 @@ export interface WithdrawByoipCidrRequest {
1274
1283
  export interface WithdrawByoipCidrResult {
1275
1284
  ByoipCidr?: ByoipCidr | undefined;
1276
1285
  }
1286
+ export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
1287
+ obj: ModifyVerifiedAccessTrustProviderOidcOptions
1288
+ ) => any;
1277
1289
  export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
1278
1290
  obj: ModifyVerifiedAccessTrustProviderRequest
1279
1291
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.694.0",
4
+ "version": "3.695.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",