@aws-sdk/client-glacier 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +98 -100
- package/dist-cjs/models/GlacierServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +10 -12
- package/dist-es/Glacier.js +1 -1
- package/dist-es/GlacierClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
- package/dist-es/commands/AbortVaultLockCommand.js +2 -2
- package/dist-es/commands/AddTagsToVaultCommand.js +2 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CompleteVaultLockCommand.js +2 -2
- package/dist-es/commands/CreateVaultCommand.js +2 -2
- package/dist-es/commands/DeleteArchiveCommand.js +2 -2
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVaultCommand.js +2 -2
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/DescribeJobCommand.js +2 -2
- package/dist-es/commands/DescribeVaultCommand.js +2 -2
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/GetJobOutputCommand.js +2 -2
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetVaultLockCommand.js +2 -2
- package/dist-es/commands/GetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/InitiateJobCommand.js +2 -2
- package/dist-es/commands/InitiateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/InitiateVaultLockCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/ListProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/ListTagsForVaultCommand.js +2 -2
- package/dist-es/commands/ListVaultsCommand.js +2 -2
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +2 -2
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +2 -2
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +2 -2
- package/dist-es/commands/SetVaultNotificationsCommand.js +2 -2
- package/dist-es/commands/UploadArchiveCommand.js +2 -2
- package/dist-es/commands/UploadMultipartPartCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GlacierServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -5
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForVaultExists.js +1 -1
- package/dist-es/waiters/waitForVaultNotExists.js +1 -1
- package/dist-types/Glacier.d.ts +1 -1
- package/dist-types/GlacierClient.d.ts +5 -5
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/commands/ListJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/commands/ListPartsCommand.d.ts +6 -4
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/Glacier.d.ts +1 -1
- package/dist-types/ts3.4/GlacierClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultExists.d.ts +1 -1
- package/dist-types/waiters/waitForVaultNotExists.d.ts +1 -1
- package/package.json +16 -39
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeVaultCommand, } from "../commands/DescribeVaultCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
|
|
2
2
|
import { DescribeVaultCommand, } from "../commands/DescribeVaultCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/Glacier.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
-
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
3
|
import { type AbortMultipartUploadCommandInput, type AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
|
|
4
4
|
import { type AbortVaultLockCommandInput, type AbortVaultLockCommandOutput } from "./commands/AbortVaultLockCommand";
|
|
5
5
|
import { type AddTagsToVaultCommandInput, type AddTagsToVaultCommandOutput } from "./commands/AddTagsToVaultCommand";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest as __HttpRequest, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { AbortMultipartUploadInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AbortMultipartUploadCommandInput extends AbortMultipartUploadIn
|
|
|
22
22
|
export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AbortMultipartUploadCommand_base: {
|
|
25
|
-
new (input: AbortMultipartUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: AbortMultipartUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AbortMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AbortMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation aborts a multipart upload identified by the upload ID.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { AbortVaultLockInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AbortVaultLockCommandInput extends AbortVaultLockInput {
|
|
|
22
22
|
export interface AbortVaultLockCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AbortVaultLockCommand_base: {
|
|
25
|
-
new (input: AbortVaultLockCommandInput): import("@smithy/
|
|
26
|
-
new (input: AbortVaultLockCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AbortVaultLockCommandInput): import("@smithy/core/client").CommandImpl<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation aborts the vault locking process if the vault lock is not in the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { AddTagsToVaultInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddTagsToVaultCommandInput extends AddTagsToVaultInput {
|
|
|
22
22
|
export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddTagsToVaultCommand_base: {
|
|
25
|
-
new (input: AddTagsToVaultCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddTagsToVaultCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddTagsToVaultCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation adds the specified tags to a vault. Each tag is composed of a key and
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUp
|
|
|
22
22
|
export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CompleteMultipartUploadCommand_base: {
|
|
25
|
-
new (input: CompleteMultipartUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: CompleteMultipartUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CompleteMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>You call this operation to inform Amazon Glacier (Glacier) that all the archive parts have been
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { CompleteVaultLockInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CompleteVaultLockCommandInput extends CompleteVaultLockInput {
|
|
|
22
22
|
export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CompleteVaultLockCommand_base: {
|
|
25
|
-
new (input: CompleteVaultLockCommandInput): import("@smithy/
|
|
26
|
-
new (input: CompleteVaultLockCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CompleteVaultLockCommandInput): import("@smithy/core/client").CommandImpl<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation completes the vault locking process by transitioning the vault lock
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { CreateVaultInput, CreateVaultOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateVaultCommandInput extends CreateVaultInput {
|
|
|
22
22
|
export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateVaultCommand_base: {
|
|
25
|
-
new (input: CreateVaultCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateVaultCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateVaultCommandInput): import("@smithy/core/client").CommandImpl<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation creates a new vault with the specified name. The name of the vault
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DeleteArchiveInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteArchiveCommandInput extends DeleteArchiveInput {
|
|
|
22
22
|
export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteArchiveCommand_base: {
|
|
25
|
-
new (input: DeleteArchiveCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteArchiveCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteArchiveCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes an archive from a vault. Subsequent requests to initiate a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DeleteVaultAccessPolicyInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVaultAccessPolicyCommandInput extends DeleteVaultAccessPo
|
|
|
22
22
|
export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVaultAccessPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes the access policy associated with the specified vault. The
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DeleteVaultInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVaultCommandInput extends DeleteVaultInput {
|
|
|
22
22
|
export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVaultCommand_base: {
|
|
25
|
-
new (input: DeleteVaultCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVaultCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVaultCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes a vault. Amazon Glacier will delete a vault only if there are
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DeleteVaultNotificationsInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteVaultNotificationsCommandInput extends DeleteVaultNotific
|
|
|
22
22
|
export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteVaultNotificationsCommand_base: {
|
|
25
|
-
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation deletes the notification configuration set for a vault. The operation
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DescribeJobInput, GlacierJobDescription } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeJobCommandInput extends DescribeJobInput {
|
|
|
22
22
|
export interface DescribeJobCommandOutput extends GlacierJobDescription, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeJobCommand_base: {
|
|
25
|
-
new (input: DescribeJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a job you previously initiated, including
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeVaultCommandInput extends DescribeVaultInput {
|
|
|
22
22
|
export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeVaultCommand_base: {
|
|
25
|
-
new (input: DescribeVaultCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeVaultCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeVaultCommandInput): import("@smithy/core/client").CommandImpl<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns information about a vault, including the vault's Amazon
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataRetrievalPolicyCommandInput extends GetDataRetrievalPoli
|
|
|
22
22
|
export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataRetrievalPolicyCommand_base: {
|
|
25
|
-
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataRetrievalPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation returns the current data retrieval policy for the account and region
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { GetJobOutputInput, GetJobOutputOutput } from "../models/models_0";
|
|
@@ -23,9 +23,11 @@ export interface GetJobOutputCommandOutput extends Omit<GetJobOutputOutput, "bod
|
|
|
23
23
|
body?: StreamingBlobPayloadOutputTypes;
|
|
24
24
|
}
|
|
25
25
|
declare const GetJobOutputCommand_base: {
|
|
26
|
-
new (input: GetJobOutputCommandInput): import("@smithy/
|
|
27
|
-
new (input: GetJobOutputCommandInput): import("@smithy/
|
|
28
|
-
getEndpointParameterInstructions():
|
|
26
|
+
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: GetJobOutputCommandInput): import("@smithy/core/client").CommandImpl<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* <p>This operation downloads the output of the job you initiated using <a>InitiateJob</a>. Depending on the job type you specified when you initiated the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetVaultAccessPolicyCommandInput extends GetVaultAccessPolicyIn
|
|
|
22
22
|
export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVaultAccessPolicyCommand_base: {
|
|
25
|
-
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVaultAccessPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation retrieves the <code>access-policy</code> subresource set on the vault;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetVaultLockCommandInput extends GetVaultLockInput {
|
|
|
22
22
|
export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVaultLockCommand_base: {
|
|
25
|
-
new (input: GetVaultLockCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVaultLockCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVaultLockCommandInput): import("@smithy/core/client").CommandImpl<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation retrieves the following attributes from the <code>lock-policy</code>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetVaultNotificationsCommandInput extends GetVaultNotifications
|
|
|
22
22
|
export interface GetVaultNotificationsCommandOutput extends GetVaultNotificationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetVaultNotificationsCommand_base: {
|
|
25
|
-
new (input: GetVaultNotificationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetVaultNotificationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetVaultNotificationsCommandInput): import("@smithy/core/client").CommandImpl<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation retrieves the <code>notification-configuration</code> subresource of
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { InitiateJobInput, InitiateJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InitiateJobCommandInput extends InitiateJobInput {
|
|
|
22
22
|
export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InitiateJobCommand_base: {
|
|
25
|
-
new (input: InitiateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: InitiateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InitiateJobCommandInput): import("@smithy/core/client").CommandImpl<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation initiates a job of the specified type, which can be a select, an archival retrieval,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InitiateMultipartUploadCommandInput extends InitiateMultipartUp
|
|
|
22
22
|
export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartUploadOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InitiateMultipartUploadCommand_base: {
|
|
25
|
-
new (input: InitiateMultipartUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: InitiateMultipartUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InitiateMultipartUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation initiates a multipart upload. Amazon Glacier creates a multipart
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InitiateVaultLockCommandInput extends InitiateVaultLockInput {
|
|
|
22
22
|
export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InitiateVaultLockCommand_base: {
|
|
25
|
-
new (input: InitiateVaultLockCommandInput): import("@smithy/
|
|
26
|
-
new (input: InitiateVaultLockCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InitiateVaultLockCommandInput): import("@smithy/core/client").CommandImpl<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation initiates the vault locking process by doing the following:</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { ListJobsInput, ListJobsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJobsCommandInput extends ListJobsInput {
|
|
|
22
22
|
export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJobsCommand_base: {
|
|
25
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListJobsCommandInput): import("@smithy/core/client").CommandImpl<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists jobs for a vault, including jobs that are in-progress and jobs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListMultipartUploadsCommandInput extends ListMultipartUploadsIn
|
|
|
22
22
|
export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListMultipartUploadsCommand_base: {
|
|
25
|
-
new (input: ListMultipartUploadsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListMultipartUploadsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListMultipartUploadsCommandInput): import("@smithy/core/client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists in-progress multipart uploads for the specified vault. An
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { ListPartsInput, ListPartsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPartsCommandInput extends ListPartsInput {
|
|
|
22
22
|
export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPartsCommand_base: {
|
|
25
|
-
new (input: ListPartsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPartsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPartsCommandInput): import("@smithy/core/client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists the parts of an archive that have been uploaded in a specific
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
4
4
|
import type { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListProvisionedCapacityCommandInput extends ListProvisionedCapa
|
|
|
22
22
|
export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCapacityOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListProvisionedCapacityCommand_base: {
|
|
25
|
-
new (input: ListProvisionedCapacityCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListProvisionedCapacityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListProvisionedCapacityCommandInput): import("@smithy/core/client").CommandImpl<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>This operation lists the provisioned capacity units for the specified AWS
|