@aws-sdk/client-ec2 3.395.0 → 3.398.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/commands/BundleInstanceCommand.js +3 -2
- package/dist-cjs/commands/CancelBundleTaskCommand.js +2 -1
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +2 -1
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -1
- package/dist-cjs/models/models_0.js +31 -1
- package/dist-cjs/models/models_2.js +1 -6
- package/dist-cjs/models/models_3.js +12 -1
- package/dist-cjs/models/models_5.js +6 -1
- package/dist-cjs/protocols/Aws_ec2.js +14 -1
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/commands/BundleInstanceCommand.js +3 -2
- package/dist-es/commands/CancelBundleTaskCommand.js +2 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +2 -1
- package/dist-es/commands/GetPasswordDataCommand.js +2 -1
- package/dist-es/models/models_0.js +24 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +10 -1
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +14 -1
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -3
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +24 -0
- package/dist-types/models/models_2.d.ts +15 -13
- package/dist-types/models/models_3.d.ts +17 -15
- package/dist-types/models/models_4.d.ts +16 -34
- package/dist-types/models/models_5.d.ts +37 -21
- package/dist-types/models/models_6.d.ts +21 -11
- package/dist-types/models/models_7.d.ts +12 -1
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +4 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/models/models_2.d.ts +4 -7
- package/dist-types/ts3.4/models/models_3.d.ts +10 -4
- package/dist-types/ts3.4/models/models_4.d.ts +3 -8
- package/dist-types/ts3.4/models/models_5.d.ts +10 -5
- package/dist-types/ts3.4/models/models_6.d.ts +5 -3
- package/dist-types/ts3.4/models/models_7.d.ts +3 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
- package/package.json +31 -31
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -2
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class BundleInstanceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +31,8 @@ class BundleInstanceCommand extends smithy_client_1.Command {
|
|
|
30
31
|
logger,
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_0_1.BundleInstanceRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.BundleInstanceResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class CancelBundleTaskCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class CancelBundleTaskCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_0_1.CancelBundleTaskResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_3_1 = require("../models/models_3");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class DescribeBundleTasksCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class DescribeBundleTasksCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_3_1.DescribeBundleTasksResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_5_1 = require("../models/models_5");
|
|
8
9
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
9
10
|
class GetPasswordDataCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +32,7 @@ class GetPasswordDataCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_5_1.GetPasswordDataResultFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.BundleTaskState = exports.ClientVpnAuthorizationRuleStatusCode = exports.AttachmentStatus = exports.VolumeAttachmentState = exports.UserTrustProviderType = exports.TrustProviderType = exports.DeviceTrustProviderType = exports.VpcCidrBlockStateCode = exports.InterfaceProtocolType = exports.TransitGatewayAssociationState = exports.SubnetCidrBlockStateCode = exports.RouteTableAssociationStateCode = exports.IpamResourceDiscoveryAssociationState = exports.IpamAssociatedResourceDiscoveryStatus = exports.WeekDay = exports.InstanceEventWindowState = exports.IamInstanceProfileAssociationState = exports.AssociationStatusCode = exports.NatGatewayAddressStatus = exports.AllowsMultipleInstanceTypes = exports.AllocationType = exports.AllocationStrategy = exports.AllocationState = exports.IpamPoolAllocationResourceType = exports.HostRecovery = exports.HostMaintenance = exports.AutoPlacement = exports.Affinity = exports.ByoipCidrState = exports.AddressFamily = exports.AddressAttributeName = exports.DomainType = exports.PrincipalType = exports.ActivityStatus = exports.InstanceHealthStatus = exports.AccountAttributeName = exports.Protocol = exports.VpcPeeringConnectionStateReasonCode = exports.Ipv6SupportValue = exports.DnsSupportValue = exports.ApplianceModeSupportValue = exports.TransitGatewayAttachmentState = exports.DynamicRoutingValue = exports.TransitGatewayMulitcastDomainAssociationState = exports.TransitGatewayAttachmentResourceType = exports.AddressTransferStatus = exports.ResourceType = exports.AcceleratorType = exports.AcceleratorName = exports.AcceleratorManufacturer = void 0;
|
|
4
|
-
exports.CopySnapshotRequestFilterSensitiveLog = exports.AttachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.VerifiedAccessTrustProviderFilterSensitiveLog = exports.OidcOptionsFilterSensitiveLog = exports.CarrierGatewayState = exports.FleetCapacityReservationTenancy = exports._InstanceType = exports.FleetInstanceMatchCriteria = exports.CapacityReservationState = exports.CapacityReservationTenancy = exports.CapacityReservationInstancePlatform = exports.InstanceMatchCriteria = exports.EndDateType = exports.CancelSpotInstanceRequestState = exports.CancelBatchErrorCode = exports.BatchState = exports.ListingStatus = exports.CurrencyCodeValues = exports.ListingState = exports.CapacityReservationFleetState = void 0;
|
|
4
|
+
exports.CopySnapshotRequestFilterSensitiveLog = exports.CancelBundleTaskResultFilterSensitiveLog = exports.BundleInstanceResultFilterSensitiveLog = exports.BundleTaskFilterSensitiveLog = exports.BundleInstanceRequestFilterSensitiveLog = exports.StorageFilterSensitiveLog = exports.S3StorageFilterSensitiveLog = exports.AttachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.VerifiedAccessTrustProviderFilterSensitiveLog = exports.OidcOptionsFilterSensitiveLog = exports.CarrierGatewayState = exports.FleetCapacityReservationTenancy = exports._InstanceType = exports.FleetInstanceMatchCriteria = exports.CapacityReservationState = exports.CapacityReservationTenancy = exports.CapacityReservationInstancePlatform = exports.InstanceMatchCriteria = exports.EndDateType = exports.CancelSpotInstanceRequestState = exports.CancelBatchErrorCode = exports.BatchState = exports.ListingStatus = exports.CurrencyCodeValues = exports.ListingState = exports.CapacityReservationFleetState = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
exports.AcceleratorManufacturer = {
|
|
7
7
|
AMAZON_WEB_SERVICES: "amazon-web-services",
|
|
@@ -1189,6 +1189,36 @@ const AttachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
|
1189
1189
|
}),
|
|
1190
1190
|
});
|
|
1191
1191
|
exports.AttachVerifiedAccessTrustProviderResultFilterSensitiveLog = AttachVerifiedAccessTrustProviderResultFilterSensitiveLog;
|
|
1192
|
+
const S3StorageFilterSensitiveLog = (obj) => ({
|
|
1193
|
+
...obj,
|
|
1194
|
+
...(obj.UploadPolicySignature && { UploadPolicySignature: smithy_client_1.SENSITIVE_STRING }),
|
|
1195
|
+
});
|
|
1196
|
+
exports.S3StorageFilterSensitiveLog = S3StorageFilterSensitiveLog;
|
|
1197
|
+
const StorageFilterSensitiveLog = (obj) => ({
|
|
1198
|
+
...obj,
|
|
1199
|
+
...(obj.S3 && { S3: (0, exports.S3StorageFilterSensitiveLog)(obj.S3) }),
|
|
1200
|
+
});
|
|
1201
|
+
exports.StorageFilterSensitiveLog = StorageFilterSensitiveLog;
|
|
1202
|
+
const BundleInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
...(obj.Storage && { Storage: (0, exports.StorageFilterSensitiveLog)(obj.Storage) }),
|
|
1205
|
+
});
|
|
1206
|
+
exports.BundleInstanceRequestFilterSensitiveLog = BundleInstanceRequestFilterSensitiveLog;
|
|
1207
|
+
const BundleTaskFilterSensitiveLog = (obj) => ({
|
|
1208
|
+
...obj,
|
|
1209
|
+
...(obj.Storage && { Storage: (0, exports.StorageFilterSensitiveLog)(obj.Storage) }),
|
|
1210
|
+
});
|
|
1211
|
+
exports.BundleTaskFilterSensitiveLog = BundleTaskFilterSensitiveLog;
|
|
1212
|
+
const BundleInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1213
|
+
...obj,
|
|
1214
|
+
...(obj.BundleTask && { BundleTask: (0, exports.BundleTaskFilterSensitiveLog)(obj.BundleTask) }),
|
|
1215
|
+
});
|
|
1216
|
+
exports.BundleInstanceResultFilterSensitiveLog = BundleInstanceResultFilterSensitiveLog;
|
|
1217
|
+
const CancelBundleTaskResultFilterSensitiveLog = (obj) => ({
|
|
1218
|
+
...obj,
|
|
1219
|
+
...(obj.BundleTask && { BundleTask: (0, exports.BundleTaskFilterSensitiveLog)(obj.BundleTask) }),
|
|
1220
|
+
});
|
|
1221
|
+
exports.CancelBundleTaskResultFilterSensitiveLog = CancelBundleTaskResultFilterSensitiveLog;
|
|
1192
1222
|
const CopySnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1193
1223
|
...obj,
|
|
1194
1224
|
...(obj.PresignedUrl && { PresignedUrl: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TunnelInsideIpVersion = exports.ServiceConnectivityType = exports.ServiceType = exports.ServiceState = exports.DnsNameState = exports.PayerResponsibility = exports.ConnectionNotificationType = exports.ConnectionNotificationState = exports.State = exports.VpcEndpointType = exports.IpAddressType = exports.DnsRecordIpType = exports.VolumeState = exports.VerifiedAccessEndpointStatusCode = exports.VerifiedAccessEndpointProtocol = exports.VerifiedAccessEndpointType = exports.VerifiedAccessEndpointAttachmentType = exports.TransitGatewayRouteTableAnnouncementState = exports.TransitGatewayRouteTableAnnouncementDirection = exports.TransitGatewayRouteTableState = exports.TransitGatewayRouteType = exports.TransitGatewayRouteState = exports.TransitGatewayPrefixListReferenceState = exports.TransitGatewayPolicyTableState = exports.TransitGatewayMulticastDomainState = exports.StaticSourcesSupportValue = exports.Igmpv2SupportValue = exports.AutoAcceptSharedAssociationsValue = exports.TransitGatewayConnectPeerState = exports.BgpStatus = exports.ProtocolValue = exports.TransitGatewayState = exports.VpnEcmpSupportValue = exports.MulticastSupportValue = exports.DefaultRouteTablePropagationValue = exports.DefaultRouteTableAssociationValue = exports.AutoAcceptSharedAttachmentsValue = exports.TrafficMirrorTargetType = exports.TrafficMirrorNetworkService = exports.TrafficDirection = exports.TrafficMirrorRuleAction = exports.SubnetCidrReservationType = exports.DatafeedSubscriptionState = exports.CopyTagsFromSource = exports.StorageTier = exports.SnapshotState = exports.SSEType = exports.RouteState = exports.RouteOrigin = exports.ReplaceRootVolumeTaskState = void 0;
|
|
4
|
-
exports.CreateVpnConnectionResultFilterSensitiveLog = exports.VpnConnectionFilterSensitiveLog = exports.VpnConnectionOptionsFilterSensitiveLog = exports.TunnelOptionFilterSensitiveLog = exports.CreateVpnConnectionRequestFilterSensitiveLog = exports.VpnConnectionOptionsSpecificationFilterSensitiveLog = exports.VpnTunnelOptionsSpecificationFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = exports.
|
|
4
|
+
exports.CreateVpnConnectionResultFilterSensitiveLog = exports.VpnConnectionFilterSensitiveLog = exports.VpnConnectionOptionsFilterSensitiveLog = exports.TunnelOptionFilterSensitiveLog = exports.CreateVpnConnectionRequestFilterSensitiveLog = exports.VpnConnectionOptionsSpecificationFilterSensitiveLog = exports.VpnTunnelOptionsSpecificationFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = exports.CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = exports.LaunchTemplateErrorCode = exports.DeleteFleetErrorCode = exports.FleetStateCode = exports.TelemetryStatus = exports.VpnState = exports.VpnStaticRouteSource = exports.GatewayAssociationState = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
6
|
const models_0_1 = require("./models_0");
|
|
7
7
|
exports.ReplaceRootVolumeTaskState = {
|
|
@@ -292,11 +292,6 @@ exports.LaunchTemplateErrorCode = {
|
|
|
292
292
|
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist",
|
|
293
293
|
UNEXPECTED_ERROR: "unexpectedError",
|
|
294
294
|
};
|
|
295
|
-
exports.DeleteQueuedReservedInstancesErrorCode = {
|
|
296
|
-
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
297
|
-
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
298
|
-
UNEXPECTED_ERROR: "unexpected-error",
|
|
299
|
-
};
|
|
300
295
|
const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
301
296
|
...obj,
|
|
302
297
|
...(obj.ClientSecret && { ClientSecret: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SnapshotTaskDetailFilterSensitiveLog = exports.DescribeImportImageTasksResultFilterSensitiveLog = exports.ImportImageTaskFilterSensitiveLog = exports.SnapshotDetailFilterSensitiveLog = exports.DescribeConversionTasksResultFilterSensitiveLog = exports.ConversionTaskFilterSensitiveLog = exports.ImportVolumeTaskDetailsFilterSensitiveLog = exports.ImportInstanceTaskDetailsFilterSensitiveLog = exports.ImportInstanceVolumeDetailItemFilterSensitiveLog = exports.DiskImageDescriptionFilterSensitiveLog = exports.DescribeBundleTasksResultFilterSensitiveLog = exports.DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.InstanceBootModeValues = exports.InstanceAttributeName = exports.VirtualizationType = exports.TpmSupportValues = exports.ImageState = exports.DeviceType = exports.ImdsSupportValues = exports.ImageTypeValues = exports.HypervisorType = exports.BootModeValues = exports.ArchitectureValues = exports.ImageAttributeName = exports.ReservationState = exports.PaymentOption = exports.FpgaImageStateCode = exports.ProductCodeValues = exports.PermissionGroup = exports.FpgaImageAttributeName = exports.FleetActivityStatus = exports.FleetEventType = exports.FastSnapshotRestoreStateCode = exports.FastLaunchStateCode = exports.FastLaunchResourceType = exports.ElasticGpuState = exports.ElasticGpuStatus = exports.ConversionTaskState = exports.VpnProtocol = exports.ClientVpnEndpointAttributeStatusCode = exports.AssociatedNetworkType = exports.ClientVpnConnectionStatusCode = exports.StatisticType = exports.PeriodType = exports.MetricType = exports.AvailabilityZoneState = exports.AvailabilityZoneOptInStatus = exports.IpamPoolCidrState = exports.IpamPoolCidrFailureCode = exports.DeleteQueuedReservedInstancesErrorCode = void 0;
|
|
4
|
+
exports.DescribeImportSnapshotTasksResultFilterSensitiveLog = exports.ImportSnapshotTaskFilterSensitiveLog = void 0;
|
|
4
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
6
|
const models_0_1 = require("./models_0");
|
|
7
|
+
exports.DeleteQueuedReservedInstancesErrorCode = {
|
|
8
|
+
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
9
|
+
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
10
|
+
UNEXPECTED_ERROR: "unexpected-error",
|
|
11
|
+
};
|
|
6
12
|
exports.IpamPoolCidrFailureCode = {
|
|
7
13
|
cidr_not_available: "cidr-not-available",
|
|
8
14
|
limit_exceeded: "limit-exceeded",
|
|
@@ -217,6 +223,11 @@ const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
|
217
223
|
}),
|
|
218
224
|
});
|
|
219
225
|
exports.DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog;
|
|
226
|
+
const DescribeBundleTasksResultFilterSensitiveLog = (obj) => ({
|
|
227
|
+
...obj,
|
|
228
|
+
...(obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => (0, models_0_1.BundleTaskFilterSensitiveLog)(item)) }),
|
|
229
|
+
});
|
|
230
|
+
exports.DescribeBundleTasksResultFilterSensitiveLog = DescribeBundleTasksResultFilterSensitiveLog;
|
|
220
231
|
const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
221
232
|
...obj,
|
|
222
233
|
...(obj.ImportManifestUrl && { ImportManifestUrl: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = exports.GetLaunchTemplateDataResultFilterSensitiveLog = exports.DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.DescribeVpnConnectionsResultFilterSensitiveLog = exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.IpamManagementState = exports.IpamResourceType = exports.IpamDiscoveryFailureCode = exports.IpamAddressHistoryResourceType = exports.IpamOverlapStatus = exports.IpamComplianceStatus = exports.PartitionLoadFrequency = exports.UnlimitedSupportedInstanceFamily = exports.ClientCertificateRevocationListStatusCode = exports.TransitGatewayPropagationState = exports.VpcAttributeName = exports.VolumeStatusInfoStatus = exports.VolumeStatusName = exports.VolumeModificationState = exports.VolumeAttributeName = exports.VerifiedAccessLogDeliveryStatusCode = void 0;
|
|
3
|
+
exports.GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = exports.GetPasswordDataResultFilterSensitiveLog = exports.GetLaunchTemplateDataResultFilterSensitiveLog = exports.DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = exports.DescribeVpnConnectionsResultFilterSensitiveLog = exports.DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = exports.IpamManagementState = exports.IpamResourceType = exports.IpamDiscoveryFailureCode = exports.IpamAddressHistoryResourceType = exports.IpamOverlapStatus = exports.IpamComplianceStatus = exports.PartitionLoadFrequency = exports.UnlimitedSupportedInstanceFamily = exports.ClientCertificateRevocationListStatusCode = exports.TransitGatewayPropagationState = exports.VpcAttributeName = exports.VolumeStatusInfoStatus = exports.VolumeStatusName = exports.VolumeModificationState = exports.VolumeAttributeName = exports.VerifiedAccessLogDeliveryStatusCode = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_0_1 = require("./models_0");
|
|
6
6
|
const models_1_1 = require("./models_1");
|
|
@@ -118,6 +118,11 @@ const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
|
118
118
|
}),
|
|
119
119
|
});
|
|
120
120
|
exports.GetLaunchTemplateDataResultFilterSensitiveLog = GetLaunchTemplateDataResultFilterSensitiveLog;
|
|
121
|
+
const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
|
|
122
|
+
...obj,
|
|
123
|
+
...(obj.PasswordData && { PasswordData: smithy_client_1.SENSITIVE_STRING }),
|
|
124
|
+
});
|
|
125
|
+
exports.GetPasswordDataResultFilterSensitiveLog = GetPasswordDataResultFilterSensitiveLog;
|
|
121
126
|
const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
122
127
|
...obj,
|
|
123
128
|
...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -10695,9 +10695,12 @@ const de_DeleteKeyPairCommand = async (output, context) => {
|
|
|
10695
10695
|
if (output.statusCode >= 300) {
|
|
10696
10696
|
return de_DeleteKeyPairCommandError(output, context);
|
|
10697
10697
|
}
|
|
10698
|
-
await (
|
|
10698
|
+
const data = await parseBody(output.body, context);
|
|
10699
|
+
let contents = {};
|
|
10700
|
+
contents = de_DeleteKeyPairResult(data, context);
|
|
10699
10701
|
const response = {
|
|
10700
10702
|
$metadata: deserializeMetadata(output),
|
|
10703
|
+
...contents,
|
|
10701
10704
|
};
|
|
10702
10705
|
return response;
|
|
10703
10706
|
};
|
|
@@ -48164,6 +48167,16 @@ const de_DeleteIpamScopeResult = (output, context) => {
|
|
|
48164
48167
|
}
|
|
48165
48168
|
return contents;
|
|
48166
48169
|
};
|
|
48170
|
+
const de_DeleteKeyPairResult = (output, context) => {
|
|
48171
|
+
const contents = {};
|
|
48172
|
+
if (output["return"] !== undefined) {
|
|
48173
|
+
contents.Return = (0, smithy_client_1.parseBoolean)(output["return"]);
|
|
48174
|
+
}
|
|
48175
|
+
if (output["keyPairId"] !== undefined) {
|
|
48176
|
+
contents.KeyPairId = (0, smithy_client_1.expectString)(output["keyPairId"]);
|
|
48177
|
+
}
|
|
48178
|
+
return contents;
|
|
48179
|
+
};
|
|
48167
48180
|
const de_DeleteLaunchTemplateResult = (output, context) => {
|
|
48168
48181
|
const contents = {};
|
|
48169
48182
|
if (output["launchTemplate"] !== undefined) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
-
const
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const asPartial = (t) => t;
|
|
6
6
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const
|
|
8
|
-
...asPartial((0,
|
|
7
|
+
const extensionConfiguration = {
|
|
8
|
+
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
9
9
|
};
|
|
10
|
-
extensions.forEach((extension) => extension.
|
|
10
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
11
11
|
return {
|
|
12
12
|
...runtimeConfig,
|
|
13
|
-
...(0,
|
|
13
|
+
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { BundleInstanceRequestFilterSensitiveLog, BundleInstanceResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_BundleInstanceCommand, se_BundleInstanceCommand } from "../protocols/Aws_ec2";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class BundleInstanceCommand extends $Command {
|
|
@@ -27,8 +28,8 @@ export class BundleInstanceCommand extends $Command {
|
|
|
27
28
|
logger,
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: BundleInstanceRequestFilterSensitiveLog,
|
|
32
|
+
outputFilterSensitiveLog: BundleInstanceResultFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { CancelBundleTaskResultFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { de_CancelBundleTaskCommand, se_CancelBundleTaskCommand } from "../protocols/Aws_ec2";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CancelBundleTaskCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class CancelBundleTaskCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: CancelBundleTaskResultFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { DescribeBundleTasksResultFilterSensitiveLog, } from "../models/models_3";
|
|
4
5
|
import { de_DescribeBundleTasksCommand, se_DescribeBundleTasksCommand } from "../protocols/Aws_ec2";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeBundleTasksCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class DescribeBundleTasksCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: DescribeBundleTasksResultFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { GetPasswordDataResultFilterSensitiveLog, } from "../models/models_5";
|
|
4
5
|
import { de_GetPasswordDataCommand, se_GetPasswordDataCommand } from "../protocols/Aws_ec2";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetPasswordDataCommand extends $Command {
|
|
@@ -28,7 +29,7 @@ export class GetPasswordDataCommand extends $Command {
|
|
|
28
29
|
clientName,
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
32
|
+
outputFilterSensitiveLog: GetPasswordDataResultFilterSensitiveLog,
|
|
32
33
|
};
|
|
33
34
|
const { requestHandler } = configuration;
|
|
34
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1182,6 +1182,30 @@ export const AttachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) =
|
|
|
1182
1182
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
1183
1183
|
}),
|
|
1184
1184
|
});
|
|
1185
|
+
export const S3StorageFilterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
...(obj.UploadPolicySignature && { UploadPolicySignature: SENSITIVE_STRING }),
|
|
1188
|
+
});
|
|
1189
|
+
export const StorageFilterSensitiveLog = (obj) => ({
|
|
1190
|
+
...obj,
|
|
1191
|
+
...(obj.S3 && { S3: S3StorageFilterSensitiveLog(obj.S3) }),
|
|
1192
|
+
});
|
|
1193
|
+
export const BundleInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1194
|
+
...obj,
|
|
1195
|
+
...(obj.Storage && { Storage: StorageFilterSensitiveLog(obj.Storage) }),
|
|
1196
|
+
});
|
|
1197
|
+
export const BundleTaskFilterSensitiveLog = (obj) => ({
|
|
1198
|
+
...obj,
|
|
1199
|
+
...(obj.Storage && { Storage: StorageFilterSensitiveLog(obj.Storage) }),
|
|
1200
|
+
});
|
|
1201
|
+
export const BundleInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1202
|
+
...obj,
|
|
1203
|
+
...(obj.BundleTask && { BundleTask: BundleTaskFilterSensitiveLog(obj.BundleTask) }),
|
|
1204
|
+
});
|
|
1205
|
+
export const CancelBundleTaskResultFilterSensitiveLog = (obj) => ({
|
|
1206
|
+
...obj,
|
|
1207
|
+
...(obj.BundleTask && { BundleTask: BundleTaskFilterSensitiveLog(obj.BundleTask) }),
|
|
1208
|
+
});
|
|
1185
1209
|
export const CopySnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
1186
1210
|
...obj,
|
|
1187
1211
|
...(obj.PresignedUrl && { PresignedUrl: SENSITIVE_STRING }),
|
|
@@ -288,11 +288,6 @@ export const LaunchTemplateErrorCode = {
|
|
|
288
288
|
LAUNCH_TEMPLATE_VERSION_DOES_NOT_EXIST: "launchTemplateVersionDoesNotExist",
|
|
289
289
|
UNEXPECTED_ERROR: "unexpectedError",
|
|
290
290
|
};
|
|
291
|
-
export const DeleteQueuedReservedInstancesErrorCode = {
|
|
292
|
-
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
293
|
-
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
294
|
-
UNEXPECTED_ERROR: "unexpected-error",
|
|
295
|
-
};
|
|
296
291
|
export const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
297
292
|
...obj,
|
|
298
293
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { BundleTaskFilterSensitiveLog, VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const DeleteQueuedReservedInstancesErrorCode = {
|
|
4
|
+
RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid",
|
|
5
|
+
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
6
|
+
UNEXPECTED_ERROR: "unexpected-error",
|
|
7
|
+
};
|
|
3
8
|
export const IpamPoolCidrFailureCode = {
|
|
4
9
|
cidr_not_available: "cidr-not-available",
|
|
5
10
|
limit_exceeded: "limit-exceeded",
|
|
@@ -213,6 +218,10 @@ export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) =
|
|
|
213
218
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
214
219
|
}),
|
|
215
220
|
});
|
|
221
|
+
export const DescribeBundleTasksResultFilterSensitiveLog = (obj) => ({
|
|
222
|
+
...obj,
|
|
223
|
+
...(obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }),
|
|
224
|
+
});
|
|
216
225
|
export const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
217
226
|
...obj,
|
|
218
227
|
...(obj.ImportManifestUrl && { ImportManifestUrl: SENSITIVE_STRING }),
|
|
@@ -111,6 +111,10 @@ export const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
|
111
111
|
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
112
112
|
}),
|
|
113
113
|
});
|
|
114
|
+
export const GetPasswordDataResultFilterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
...(obj.PasswordData && { PasswordData: SENSITIVE_STRING }),
|
|
117
|
+
});
|
|
114
118
|
export const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
115
119
|
...obj,
|
|
116
120
|
...(obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: SENSITIVE_STRING }),
|
|
@@ -9921,9 +9921,12 @@ export const de_DeleteKeyPairCommand = async (output, context) => {
|
|
|
9921
9921
|
if (output.statusCode >= 300) {
|
|
9922
9922
|
return de_DeleteKeyPairCommandError(output, context);
|
|
9923
9923
|
}
|
|
9924
|
-
await
|
|
9924
|
+
const data = await parseBody(output.body, context);
|
|
9925
|
+
let contents = {};
|
|
9926
|
+
contents = de_DeleteKeyPairResult(data, context);
|
|
9925
9927
|
const response = {
|
|
9926
9928
|
$metadata: deserializeMetadata(output),
|
|
9929
|
+
...contents,
|
|
9927
9930
|
};
|
|
9928
9931
|
return response;
|
|
9929
9932
|
};
|
|
@@ -46950,6 +46953,16 @@ const de_DeleteIpamScopeResult = (output, context) => {
|
|
|
46950
46953
|
}
|
|
46951
46954
|
return contents;
|
|
46952
46955
|
};
|
|
46956
|
+
const de_DeleteKeyPairResult = (output, context) => {
|
|
46957
|
+
const contents = {};
|
|
46958
|
+
if (output["return"] !== undefined) {
|
|
46959
|
+
contents.Return = __parseBoolean(output["return"]);
|
|
46960
|
+
}
|
|
46961
|
+
if (output["keyPairId"] !== undefined) {
|
|
46962
|
+
contents.KeyPairId = __expectString(output["keyPairId"]);
|
|
46963
|
+
}
|
|
46964
|
+
return contents;
|
|
46965
|
+
};
|
|
46953
46966
|
const de_DeleteLaunchTemplateResult = (output, context) => {
|
|
46954
46967
|
const contents = {};
|
|
46955
46968
|
if (output["launchTemplate"] !== undefined) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
2
2
|
const asPartial = (t) => t;
|
|
3
3
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
4
|
-
const
|
|
5
|
-
...asPartial(
|
|
4
|
+
const extensionConfiguration = {
|
|
5
|
+
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
6
6
|
};
|
|
7
|
-
extensions.forEach((extension) => extension.
|
|
7
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
8
8
|
return {
|
|
9
9
|
...runtimeConfig,
|
|
10
|
-
...resolveDefaultRuntimeConfig(
|
|
10
|
+
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DeleteKeyPairRequest } from "../models/models_2";
|
|
5
|
+
import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_2";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -19,7 +19,7 @@ export interface DeleteKeyPairCommandInput extends DeleteKeyPairRequest {
|
|
|
19
19
|
*
|
|
20
20
|
* The output of {@link DeleteKeyPairCommand}.
|
|
21
21
|
*/
|
|
22
|
-
export interface DeleteKeyPairCommandOutput extends __MetadataBearer {
|
|
22
|
+
export interface DeleteKeyPairCommandOutput extends DeleteKeyPairResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
@@ -37,7 +37,10 @@ export interface DeleteKeyPairCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteKeyPairCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
-
* // {
|
|
40
|
+
* // { // DeleteKeyPairResult
|
|
41
|
+
* // Return: true || false,
|
|
42
|
+
* // KeyPairId: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
41
44
|
*
|
|
42
45
|
* ```
|
|
43
46
|
*
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { DescribeVerifiedAccessInstanceLoggingConfigurationsRequest } from "../models/
|
|
6
|
-
import { DescribeVerifiedAccessInstanceLoggingConfigurationsResult } from "../models/models_5";
|
|
5
|
+
import { DescribeVerifiedAccessInstanceLoggingConfigurationsRequest, DescribeVerifiedAccessInstanceLoggingConfigurationsResult } from "../models/models_5";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
5
|
-
import { ImportClientVpnClientCertificateRevocationListRequest } from "../models/
|
|
6
|
-
import { ImportClientVpnClientCertificateRevocationListResult } from "../models/models_6";
|
|
5
|
+
import { ImportClientVpnClientCertificateRevocationListRequest, ImportClientVpnClientCertificateRevocationListResult } from "../models/models_6";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -8435,6 +8435,30 @@ export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (obj: Verifi
|
|
|
8435
8435
|
* @internal
|
|
8436
8436
|
*/
|
|
8437
8437
|
export declare const AttachVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: AttachVerifiedAccessTrustProviderResult) => any;
|
|
8438
|
+
/**
|
|
8439
|
+
* @internal
|
|
8440
|
+
*/
|
|
8441
|
+
export declare const S3StorageFilterSensitiveLog: (obj: S3Storage) => any;
|
|
8442
|
+
/**
|
|
8443
|
+
* @internal
|
|
8444
|
+
*/
|
|
8445
|
+
export declare const StorageFilterSensitiveLog: (obj: Storage) => any;
|
|
8446
|
+
/**
|
|
8447
|
+
* @internal
|
|
8448
|
+
*/
|
|
8449
|
+
export declare const BundleInstanceRequestFilterSensitiveLog: (obj: BundleInstanceRequest) => any;
|
|
8450
|
+
/**
|
|
8451
|
+
* @internal
|
|
8452
|
+
*/
|
|
8453
|
+
export declare const BundleTaskFilterSensitiveLog: (obj: BundleTask) => any;
|
|
8454
|
+
/**
|
|
8455
|
+
* @internal
|
|
8456
|
+
*/
|
|
8457
|
+
export declare const BundleInstanceResultFilterSensitiveLog: (obj: BundleInstanceResult) => any;
|
|
8458
|
+
/**
|
|
8459
|
+
* @internal
|
|
8460
|
+
*/
|
|
8461
|
+
export declare const CancelBundleTaskResultFilterSensitiveLog: (obj: CancelBundleTaskResult) => any;
|
|
8438
8462
|
/**
|
|
8439
8463
|
* @internal
|
|
8440
8464
|
*/
|
|
@@ -6935,6 +6935,21 @@ export interface DeleteKeyPairRequest {
|
|
|
6935
6935
|
*/
|
|
6936
6936
|
DryRun?: boolean;
|
|
6937
6937
|
}
|
|
6938
|
+
/**
|
|
6939
|
+
* @public
|
|
6940
|
+
*/
|
|
6941
|
+
export interface DeleteKeyPairResult {
|
|
6942
|
+
/**
|
|
6943
|
+
* @public
|
|
6944
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
6945
|
+
*/
|
|
6946
|
+
Return?: boolean;
|
|
6947
|
+
/**
|
|
6948
|
+
* @public
|
|
6949
|
+
* <p>The ID of the key pair.</p>
|
|
6950
|
+
*/
|
|
6951
|
+
KeyPairId?: string;
|
|
6952
|
+
}
|
|
6938
6953
|
/**
|
|
6939
6954
|
* @public
|
|
6940
6955
|
*/
|
|
@@ -7545,19 +7560,6 @@ export interface DeleteQueuedReservedInstancesRequest {
|
|
|
7545
7560
|
*/
|
|
7546
7561
|
ReservedInstancesIds: string[] | undefined;
|
|
7547
7562
|
}
|
|
7548
|
-
/**
|
|
7549
|
-
* @public
|
|
7550
|
-
* @enum
|
|
7551
|
-
*/
|
|
7552
|
-
export declare const DeleteQueuedReservedInstancesErrorCode: {
|
|
7553
|
-
readonly RESERVED_INSTANCES_ID_INVALID: "reserved-instances-id-invalid";
|
|
7554
|
-
readonly RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state";
|
|
7555
|
-
readonly UNEXPECTED_ERROR: "unexpected-error";
|
|
7556
|
-
};
|
|
7557
|
-
/**
|
|
7558
|
-
* @public
|
|
7559
|
-
*/
|
|
7560
|
-
export type DeleteQueuedReservedInstancesErrorCode = (typeof DeleteQueuedReservedInstancesErrorCode)[keyof typeof DeleteQueuedReservedInstancesErrorCode];
|
|
7561
7563
|
/**
|
|
7562
7564
|
* @internal
|
|
7563
7565
|
*/
|