@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.
- package/dist-cjs/index.js +122 -38
- package/dist-es/models/models_1.js +0 -2
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +116 -30
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +55 -39
- package/dist-types/models/models_2.d.ts +58 -39
- package/dist-types/models/models_3.d.ts +37 -38
- package/dist-types/models/models_4.d.ts +64 -31
- package/dist-types/models/models_5.d.ts +31 -49
- package/dist-types/models/models_6.d.ts +51 -59
- package/dist-types/models/models_7.d.ts +63 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +12 -14
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -7
- package/dist-types/ts3.4/models/models_4.d.ts +13 -7
- package/dist-types/ts3.4/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_6.d.ts +13 -16
- package/dist-types/ts3.4/models/models_7.d.ts +18 -6
- package/package.json +1 -1
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
NatGateway,
|
|
40
40
|
NetworkAcl,
|
|
41
41
|
NetworkInsightsAccessScope,
|
|
42
|
+
OperatorResponse,
|
|
42
43
|
Placement,
|
|
43
44
|
PlatformValues,
|
|
44
45
|
StateReason,
|
|
@@ -66,6 +67,13 @@ import {
|
|
|
66
67
|
PermissionGroup,
|
|
67
68
|
ProductCode,
|
|
68
69
|
} from "./models_3";
|
|
70
|
+
export interface DescribeIdentityIdFormatRequest {
|
|
71
|
+
Resource?: string | undefined;
|
|
72
|
+
PrincipalArn: string | undefined;
|
|
73
|
+
}
|
|
74
|
+
export interface DescribeIdentityIdFormatResult {
|
|
75
|
+
Statuses?: IdFormat[] | undefined;
|
|
76
|
+
}
|
|
69
77
|
export interface DescribeIdFormatRequest {
|
|
70
78
|
Resource?: string | undefined;
|
|
71
79
|
}
|
|
@@ -340,6 +348,7 @@ export interface EbsInstanceBlockDevice {
|
|
|
340
348
|
VolumeId?: string | undefined;
|
|
341
349
|
AssociatedResource?: string | undefined;
|
|
342
350
|
VolumeOwnerId?: string | undefined;
|
|
351
|
+
Operator?: OperatorResponse | undefined;
|
|
343
352
|
}
|
|
344
353
|
export interface InstanceBlockDeviceMapping {
|
|
345
354
|
DeviceName?: string | undefined;
|
|
@@ -454,6 +463,7 @@ export interface InstanceImageMetadata {
|
|
|
454
463
|
OwnerId?: string | undefined;
|
|
455
464
|
Tags?: Tag[] | undefined;
|
|
456
465
|
ImageMetadata?: ImageMetadata | undefined;
|
|
466
|
+
Operator?: OperatorResponse | undefined;
|
|
457
467
|
}
|
|
458
468
|
export interface DescribeInstanceImageMetadataResult {
|
|
459
469
|
InstanceImageMetadata?: InstanceImageMetadata[] | undefined;
|
|
@@ -626,6 +636,7 @@ export interface InstanceNetworkInterface {
|
|
|
626
636
|
ConnectionTrackingConfiguration?:
|
|
627
637
|
| ConnectionTrackingSpecificationResponse
|
|
628
638
|
| undefined;
|
|
639
|
+
Operator?: OperatorResponse | undefined;
|
|
629
640
|
}
|
|
630
641
|
export interface PrivateDnsNameOptionsResponse {
|
|
631
642
|
HostnameType?: HostnameType | undefined;
|
|
@@ -674,6 +685,7 @@ export interface Instance {
|
|
|
674
685
|
TpmSupport?: string | undefined;
|
|
675
686
|
MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
|
|
676
687
|
CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
|
|
688
|
+
Operator?: OperatorResponse | undefined;
|
|
677
689
|
InstanceId?: string | undefined;
|
|
678
690
|
ImageId?: string | undefined;
|
|
679
691
|
State?: InstanceState | undefined;
|
|
@@ -770,6 +782,7 @@ export interface InstanceStatusSummary {
|
|
|
770
782
|
export interface InstanceStatus {
|
|
771
783
|
AvailabilityZone?: string | undefined;
|
|
772
784
|
OutpostArn?: string | undefined;
|
|
785
|
+
Operator?: OperatorResponse | undefined;
|
|
773
786
|
Events?: InstanceStatusEvent[] | undefined;
|
|
774
787
|
InstanceId?: string | undefined;
|
|
775
788
|
InstanceState?: InstanceState | undefined;
|
|
@@ -2079,13 +2092,6 @@ export interface SnapshotTierStatus {
|
|
|
2079
2092
|
ArchivalCompleteTime?: Date | undefined;
|
|
2080
2093
|
RestoreExpiryTime?: Date | undefined;
|
|
2081
2094
|
}
|
|
2082
|
-
export interface DescribeSnapshotTierStatusResult {
|
|
2083
|
-
SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
|
|
2084
|
-
NextToken?: string | undefined;
|
|
2085
|
-
}
|
|
2086
|
-
export interface DescribeSpotDatafeedSubscriptionRequest {
|
|
2087
|
-
DryRun?: boolean | undefined;
|
|
2088
|
-
}
|
|
2089
2095
|
export declare const SnapshotDetailFilterSensitiveLog: (
|
|
2090
2096
|
obj: SnapshotDetail
|
|
2091
2097
|
) => any;
|
|
@@ -100,7 +100,18 @@ import {
|
|
|
100
100
|
ProductCode,
|
|
101
101
|
StatisticType,
|
|
102
102
|
} from "./models_3";
|
|
103
|
-
import {
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
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.
|
|
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",
|