@aws-sdk/client-ec2 3.1011.0 → 3.1012.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.
@@ -4,7 +4,6 @@ import {
4
4
  AnalysisStatus,
5
5
  ArchitectureType,
6
6
  ArchitectureValues,
7
- AutoAcceptSharedAttachmentsValue,
8
7
  AutoPlacement,
9
8
  BootModeValues,
10
9
  CapacityReservationPreference,
@@ -12,13 +11,9 @@ import {
12
11
  DefaultHttpTokensEnforcedState,
13
12
  DefaultInstanceMetadataEndpointState,
14
13
  DefaultInstanceMetadataTagsState,
15
- DefaultRouteTableAssociationValue,
16
- DefaultRouteTablePropagationValue,
17
14
  DiskImageFormat,
18
- DnsSupportValue,
19
15
  EkPubKeyFormat,
20
16
  EkPubKeyType,
21
- EncryptionSupportOptionValue,
22
17
  EndDateType,
23
18
  ExcessCapacityTerminationPolicy,
24
19
  FleetExcessCapacityTerminationPolicy,
@@ -70,7 +65,6 @@ import {
70
65
  RouteServerPersistRoutesAction,
71
66
  RouteServerRouteInstallationStatus,
72
67
  RouteServerRouteStatus,
73
- SecurityGroupReferencingSupportValue,
74
68
  SelfServicePortal,
75
69
  ShutdownBehavior,
76
70
  SnapshotAttributeName,
@@ -91,7 +85,6 @@ import {
91
85
  VirtualizationType,
92
86
  VolumeState,
93
87
  VolumeType,
94
- VpnEcmpSupportValue,
95
88
  } from "./enums";
96
89
  import {
97
90
  AddressAttribute,
@@ -169,6 +162,10 @@ import {
169
162
  ReservedInstancesConfiguration,
170
163
  } from "./models_4";
171
164
  import { RouteServerPropagation } from "./models_5";
165
+ export interface GetDefaultCreditSpecificationRequest {
166
+ DryRun?: boolean | undefined;
167
+ InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
168
+ }
172
169
  export interface InstanceFamilyCreditSpecification {
173
170
  InstanceFamily?: UnlimitedSupportedInstanceFamily | undefined;
174
171
  CpuCredits?: string | undefined;
@@ -1908,19 +1905,3 @@ export interface ModifyTrafficMirrorSessionRequest {
1908
1905
  export interface ModifyTrafficMirrorSessionResult {
1909
1906
  TrafficMirrorSession?: TrafficMirrorSession | undefined;
1910
1907
  }
1911
- export interface ModifyTransitGatewayOptions {
1912
- AddTransitGatewayCidrBlocks?: string[] | undefined;
1913
- RemoveTransitGatewayCidrBlocks?: string[] | undefined;
1914
- VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
1915
- DnsSupport?: DnsSupportValue | undefined;
1916
- SecurityGroupReferencingSupport?:
1917
- | SecurityGroupReferencingSupportValue
1918
- | undefined;
1919
- AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
1920
- DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
1921
- AssociationDefaultRouteTableId?: string | undefined;
1922
- DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
1923
- PropagationDefaultRouteTableId?: string | undefined;
1924
- AmazonSideAsn?: number | undefined;
1925
- EncryptionSupport?: EncryptionSupportOptionValue | undefined;
1926
- }
@@ -4,11 +4,15 @@ import {
4
4
  AmdSevSnpSpecification,
5
5
  ApplianceModeSupportValue,
6
6
  ArchitectureValues,
7
+ AutoAcceptSharedAttachmentsValue,
7
8
  BootModeValues,
8
9
  CapacityManagerStatus,
9
10
  CapacityReservationInstancePlatform,
10
11
  CurrencyCodeValues,
12
+ DefaultRouteTableAssociationValue,
13
+ DefaultRouteTablePropagationValue,
11
14
  DnsSupportValue,
15
+ EncryptionSupportOptionValue,
12
16
  HostnameType,
13
17
  HttpTokensState,
14
18
  ImdsSupportValues,
@@ -50,6 +54,7 @@ import {
50
54
  VpcEncryptionControlExclusionStateInput,
51
55
  VpcEncryptionControlMode,
52
56
  VpcTenancy,
57
+ VpnEcmpSupportValue,
53
58
  } from "./enums";
54
59
  import {
55
60
  AddressAttribute,
@@ -133,11 +138,23 @@ import {
133
138
  VolumeModification,
134
139
  VpcBlockPublicAccessOptions,
135
140
  } from "./models_5";
136
- import {
137
- CapacityReservationSpecification,
138
- ModifyTransitGatewayOptions,
139
- Purchase,
140
- } from "./models_6";
141
+ import { CapacityReservationSpecification, Purchase } from "./models_6";
142
+ export interface ModifyTransitGatewayOptions {
143
+ AddTransitGatewayCidrBlocks?: string[] | undefined;
144
+ RemoveTransitGatewayCidrBlocks?: string[] | undefined;
145
+ VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
146
+ DnsSupport?: DnsSupportValue | undefined;
147
+ SecurityGroupReferencingSupport?:
148
+ | SecurityGroupReferencingSupportValue
149
+ | undefined;
150
+ AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
151
+ DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
152
+ AssociationDefaultRouteTableId?: string | undefined;
153
+ DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
154
+ PropagationDefaultRouteTableId?: string | undefined;
155
+ AmazonSideAsn?: number | undefined;
156
+ EncryptionSupport?: EncryptionSupportOptionValue | undefined;
157
+ }
141
158
  export interface ModifyTransitGatewayRequest {
142
159
  TransitGatewayId: string | undefined;
143
160
  Description?: string | undefined;
@@ -482,6 +482,7 @@ export declare var CustomerGateway$: StaticStructureSchema;
482
482
  export declare var DataQuery$: StaticStructureSchema;
483
483
  export declare var DataResponse$: StaticStructureSchema;
484
484
  export declare var DeclarativePoliciesReport$: StaticStructureSchema;
485
+ export declare var DefaultConnectionTrackingConfiguration$: StaticStructureSchema;
485
486
  export declare var DeleteCapacityManagerDataExportRequest$: StaticStructureSchema;
486
487
  export declare var DeleteCapacityManagerDataExportResult$: StaticStructureSchema;
487
488
  export declare var DeleteCarrierGatewayRequest$: StaticStructureSchema;
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.1011.0",
4
+ "version": "3.1012.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -25,39 +25,39 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.973.20",
29
- "@aws-sdk/credential-provider-node": "^3.972.21",
28
+ "@aws-sdk/core": "^3.973.21",
29
+ "@aws-sdk/credential-provider-node": "^3.972.22",
30
30
  "@aws-sdk/middleware-host-header": "^3.972.8",
31
31
  "@aws-sdk/middleware-logger": "^3.972.8",
32
32
  "@aws-sdk/middleware-recursion-detection": "^3.972.8",
33
- "@aws-sdk/middleware-sdk-ec2": "^3.972.15",
34
- "@aws-sdk/middleware-user-agent": "^3.972.21",
33
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.16",
34
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
35
35
  "@aws-sdk/region-config-resolver": "^3.972.8",
36
36
  "@aws-sdk/types": "^3.973.6",
37
37
  "@aws-sdk/util-endpoints": "^3.996.5",
38
38
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
39
- "@aws-sdk/util-user-agent-node": "^3.973.7",
39
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
40
40
  "@smithy/config-resolver": "^4.4.11",
41
- "@smithy/core": "^3.23.11",
41
+ "@smithy/core": "^3.23.12",
42
42
  "@smithy/fetch-http-handler": "^5.3.15",
43
43
  "@smithy/hash-node": "^4.2.12",
44
44
  "@smithy/invalid-dependency": "^4.2.12",
45
45
  "@smithy/middleware-content-length": "^4.2.12",
46
- "@smithy/middleware-endpoint": "^4.4.25",
47
- "@smithy/middleware-retry": "^4.4.42",
48
- "@smithy/middleware-serde": "^4.2.14",
46
+ "@smithy/middleware-endpoint": "^4.4.26",
47
+ "@smithy/middleware-retry": "^4.4.43",
48
+ "@smithy/middleware-serde": "^4.2.15",
49
49
  "@smithy/middleware-stack": "^4.2.12",
50
50
  "@smithy/node-config-provider": "^4.3.12",
51
- "@smithy/node-http-handler": "^4.4.16",
51
+ "@smithy/node-http-handler": "^4.5.0",
52
52
  "@smithy/protocol-http": "^5.3.12",
53
- "@smithy/smithy-client": "^4.12.5",
53
+ "@smithy/smithy-client": "^4.12.6",
54
54
  "@smithy/types": "^4.13.1",
55
55
  "@smithy/url-parser": "^4.2.12",
56
56
  "@smithy/util-base64": "^4.3.2",
57
57
  "@smithy/util-body-length-browser": "^4.2.2",
58
58
  "@smithy/util-body-length-node": "^4.2.3",
59
- "@smithy/util-defaults-mode-browser": "^4.3.41",
60
- "@smithy/util-defaults-mode-node": "^4.2.44",
59
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
60
+ "@smithy/util-defaults-mode-node": "^4.2.45",
61
61
  "@smithy/util-endpoints": "^3.3.3",
62
62
  "@smithy/util-middleware": "^4.2.12",
63
63
  "@smithy/util-retry": "^4.2.12",
@@ -66,7 +66,7 @@
66
66
  "tslib": "^2.6.2"
67
67
  },
68
68
  "devDependencies": {
69
- "@smithy/snapshot-testing": "^2.0.2",
69
+ "@smithy/snapshot-testing": "^2.0.3",
70
70
  "@tsconfig/node20": "20.1.8",
71
71
  "@types/node": "^20.14.8",
72
72
  "concurrently": "7.0.0",