@aws-sdk/client-glacier 3.194.0 → 3.196.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/CHANGELOG.md +11 -0
- package/dist-cjs/GlacierClient.js +11 -8
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +10 -0
- package/dist-cjs/commands/AbortVaultLockCommand.js +10 -0
- package/dist-cjs/commands/AddTagsToVaultCommand.js +10 -0
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -0
- package/dist-cjs/commands/CompleteVaultLockCommand.js +10 -0
- package/dist-cjs/commands/CreateVaultCommand.js +10 -0
- package/dist-cjs/commands/DeleteArchiveCommand.js +10 -0
- package/dist-cjs/commands/DeleteVaultAccessPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteVaultCommand.js +10 -0
- package/dist-cjs/commands/DeleteVaultNotificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeJobCommand.js +10 -0
- package/dist-cjs/commands/DescribeVaultCommand.js +10 -0
- package/dist-cjs/commands/GetDataRetrievalPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetJobOutputCommand.js +10 -0
- package/dist-cjs/commands/GetVaultAccessPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetVaultLockCommand.js +10 -0
- package/dist-cjs/commands/GetVaultNotificationsCommand.js +10 -0
- package/dist-cjs/commands/InitiateJobCommand.js +10 -0
- package/dist-cjs/commands/InitiateMultipartUploadCommand.js +10 -0
- package/dist-cjs/commands/InitiateVaultLockCommand.js +10 -0
- package/dist-cjs/commands/ListJobsCommand.js +10 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +10 -0
- package/dist-cjs/commands/ListPartsCommand.js +10 -0
- package/dist-cjs/commands/ListProvisionedCapacityCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForVaultCommand.js +10 -0
- package/dist-cjs/commands/ListVaultsCommand.js +10 -0
- package/dist-cjs/commands/PurchaseProvisionedCapacityCommand.js +10 -0
- package/dist-cjs/commands/RemoveTagsFromVaultCommand.js +10 -0
- package/dist-cjs/commands/SetDataRetrievalPolicyCommand.js +10 -0
- package/dist-cjs/commands/SetVaultAccessPolicyCommand.js +10 -0
- package/dist-cjs/commands/SetVaultNotificationsCommand.js +10 -0
- package/dist-cjs/commands/UploadArchiveCommand.js +10 -0
- package/dist-cjs/commands/UploadMultipartPartCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/GlacierClient.js +12 -9
- package/dist-es/commands/AbortMultipartUploadCommand.js +10 -0
- package/dist-es/commands/AbortVaultLockCommand.js +10 -0
- package/dist-es/commands/AddTagsToVaultCommand.js +10 -0
- package/dist-es/commands/CompleteMultipartUploadCommand.js +10 -0
- package/dist-es/commands/CompleteVaultLockCommand.js +10 -0
- package/dist-es/commands/CreateVaultCommand.js +10 -0
- package/dist-es/commands/DeleteArchiveCommand.js +10 -0
- package/dist-es/commands/DeleteVaultAccessPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteVaultCommand.js +10 -0
- package/dist-es/commands/DeleteVaultNotificationsCommand.js +10 -0
- package/dist-es/commands/DescribeJobCommand.js +10 -0
- package/dist-es/commands/DescribeVaultCommand.js +10 -0
- package/dist-es/commands/GetDataRetrievalPolicyCommand.js +10 -0
- package/dist-es/commands/GetJobOutputCommand.js +10 -0
- package/dist-es/commands/GetVaultAccessPolicyCommand.js +10 -0
- package/dist-es/commands/GetVaultLockCommand.js +10 -0
- package/dist-es/commands/GetVaultNotificationsCommand.js +10 -0
- package/dist-es/commands/InitiateJobCommand.js +10 -0
- package/dist-es/commands/InitiateMultipartUploadCommand.js +10 -0
- package/dist-es/commands/InitiateVaultLockCommand.js +10 -0
- package/dist-es/commands/ListJobsCommand.js +10 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +10 -0
- package/dist-es/commands/ListPartsCommand.js +10 -0
- package/dist-es/commands/ListProvisionedCapacityCommand.js +10 -0
- package/dist-es/commands/ListTagsForVaultCommand.js +10 -0
- package/dist-es/commands/ListVaultsCommand.js +10 -0
- package/dist-es/commands/PurchaseProvisionedCapacityCommand.js +10 -0
- package/dist-es/commands/RemoveTagsFromVaultCommand.js +10 -0
- package/dist-es/commands/SetDataRetrievalPolicyCommand.js +10 -0
- package/dist-es/commands/SetVaultAccessPolicyCommand.js +10 -0
- package/dist-es/commands/SetVaultNotificationsCommand.js +10 -0
- package/dist-es/commands/UploadArchiveCommand.js +10 -0
- package/dist-es/commands/UploadMultipartPartCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/GlacierClient.d.ts +6 -9
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/AbortVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/AddTagsToVaultCommand.d.ts +2 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/CompleteVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/CreateVaultCommand.d.ts +2 -0
- package/dist-types/commands/DeleteArchiveCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVaultCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVaultCommand.d.ts +2 -0
- package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetJobOutputCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/GetVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/InitiateJobCommand.d.ts +2 -0
- package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/InitiateVaultLockCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForVaultCommand.d.ts +2 -0
- package/dist-types/commands/ListVaultsCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +2 -0
- package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/commands/SetVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/UploadArchiveCommand.d.ts +2 -0
- package/dist-types/commands/UploadMultipartPartCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/GlacierClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -196
- package/dist-es/endpoints.js +0 -192
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -38,6 +39,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class CompleteVaultLockCommand extends $Command<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig> {
|
|
40
41
|
readonly input: CompleteVaultLockCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: CompleteVaultLockCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -48,6 +49,7 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
|
|
|
48
49
|
*/
|
|
49
50
|
export declare class CreateVaultCommand extends $Command<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
50
51
|
readonly input: CreateVaultCommandInput;
|
|
52
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
53
|
constructor(input: CreateVaultCommandInput);
|
|
52
54
|
/**
|
|
53
55
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -51,6 +52,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
|
|
|
51
52
|
*/
|
|
52
53
|
export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig> {
|
|
53
54
|
readonly input: DeleteArchiveCommandInput;
|
|
55
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
56
|
constructor(input: DeleteArchiveCommandInput);
|
|
55
57
|
/**
|
|
56
58
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -31,6 +32,7 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class DeleteVaultAccessPolicyCommand extends $Command<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
33
34
|
readonly input: DeleteVaultAccessPolicyCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: DeleteVaultAccessPolicyCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -44,6 +45,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
|
|
|
44
45
|
*/
|
|
45
46
|
export declare class DeleteVaultCommand extends $Command<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
46
47
|
readonly input: DeleteVaultCommandInput;
|
|
48
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
47
49
|
constructor(input: DeleteVaultCommandInput);
|
|
48
50
|
/**
|
|
49
51
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -37,6 +38,7 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class DeleteVaultNotificationsCommand extends $Command<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
|
|
39
40
|
readonly input: DeleteVaultNotificationsCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: DeleteVaultNotificationsCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -48,6 +49,7 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad
|
|
|
48
49
|
*/
|
|
49
50
|
export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig> {
|
|
50
51
|
readonly input: DescribeJobCommandInput;
|
|
52
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
53
|
constructor(input: DescribeJobCommandInput);
|
|
52
54
|
/**
|
|
53
55
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -42,6 +43,7 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad
|
|
|
42
43
|
*/
|
|
43
44
|
export declare class DescribeVaultCommand extends $Command<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
44
45
|
readonly input: DescribeVaultCommandInput;
|
|
46
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
45
47
|
constructor(input: DescribeVaultCommandInput);
|
|
46
48
|
/**
|
|
47
49
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -27,6 +28,7 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class GetDataRetrievalPolicyCommand extends $Command<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
29
30
|
readonly input: GetDataRetrievalPolicyCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: GetDataRetrievalPolicyCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -61,6 +62,7 @@ export interface GetJobOutputCommandOutput extends __WithSdkStreamMixin<GetJobOu
|
|
|
61
62
|
*/
|
|
62
63
|
export declare class GetJobOutputCommand extends $Command<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig> {
|
|
63
64
|
readonly input: GetJobOutputCommandInput;
|
|
65
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
66
|
constructor(input: GetJobOutputCommandInput);
|
|
65
67
|
/**
|
|
66
68
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -30,6 +31,7 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class GetVaultAccessPolicyCommand extends $Command<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
32
33
|
readonly input: GetVaultAccessPolicyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: GetVaultAccessPolicyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -52,6 +53,7 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat
|
|
|
52
53
|
*/
|
|
53
54
|
export declare class GetVaultLockCommand extends $Command<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig> {
|
|
54
55
|
readonly input: GetVaultLockCommandInput;
|
|
56
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
57
|
constructor(input: GetVaultLockCommandInput);
|
|
56
58
|
/**
|
|
57
59
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -40,6 +41,7 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class GetVaultNotificationsCommand extends $Command<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
|
|
42
43
|
readonly input: GetVaultNotificationsCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: GetVaultNotificationsCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -29,6 +30,7 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class InitiateJobCommand extends $Command<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig> {
|
|
31
32
|
readonly input: InitiateJobCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: InitiateJobCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -58,6 +59,7 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
|
|
|
58
59
|
*/
|
|
59
60
|
export declare class InitiateMultipartUploadCommand extends $Command<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
|
|
60
61
|
readonly input: InitiateMultipartUploadCommandInput;
|
|
62
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
63
|
constructor(input: InitiateMultipartUploadCommandInput);
|
|
62
64
|
/**
|
|
63
65
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -59,6 +60,7 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
|
|
|
59
60
|
*/
|
|
60
61
|
export declare class InitiateVaultLockCommand extends $Command<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig> {
|
|
61
62
|
readonly input: InitiateVaultLockCommandInput;
|
|
63
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
64
|
constructor(input: InitiateVaultLockCommandInput);
|
|
63
65
|
/**
|
|
64
66
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -60,6 +61,7 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
|
|
|
60
61
|
*/
|
|
61
62
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig> {
|
|
62
63
|
readonly input: ListJobsCommandInput;
|
|
64
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
65
|
constructor(input: ListJobsCommandInput);
|
|
64
66
|
/**
|
|
65
67
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -50,6 +51,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
50
51
|
*/
|
|
51
52
|
export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig> {
|
|
52
53
|
readonly input: ListMultipartUploadsCommandInput;
|
|
54
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
55
|
constructor(input: ListMultipartUploadsCommandInput);
|
|
54
56
|
/**
|
|
55
57
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -46,6 +47,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
46
47
|
*/
|
|
47
48
|
export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig> {
|
|
48
49
|
readonly input: ListPartsCommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
51
|
constructor(input: ListPartsCommandInput);
|
|
50
52
|
/**
|
|
51
53
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -26,6 +27,7 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListProvisionedCapacityCommand extends $Command<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
|
|
28
29
|
readonly input: ListProvisionedCapacityCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListProvisionedCapacityCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -27,6 +28,7 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListTagsForVaultCommand extends $Command<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
29
30
|
readonly input: ListTagsForVaultCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListTagsForVaultCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -43,6 +44,7 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
|
|
|
43
44
|
*/
|
|
44
45
|
export declare class ListVaultsCommand extends $Command<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig> {
|
|
45
46
|
readonly input: ListVaultsCommandInput;
|
|
47
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
48
|
constructor(input: ListVaultsCommandInput);
|
|
47
49
|
/**
|
|
48
50
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -25,6 +26,7 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PurchaseProvisionedCapacityCommand extends $Command<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
|
|
27
28
|
readonly input: PurchaseProvisionedCapacityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PurchaseProvisionedCapacityCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -28,6 +29,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class RemoveTagsFromVaultCommand extends $Command<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig> {
|
|
30
31
|
readonly input: RemoveTagsFromVaultCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: RemoveTagsFromVaultCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -30,6 +31,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class SetDataRetrievalPolicyCommand extends $Command<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
32
33
|
readonly input: SetDataRetrievalPolicyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: SetDataRetrievalPolicyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -30,6 +31,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class SetVaultAccessPolicyCommand extends $Command<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
|
|
32
33
|
readonly input: SetVaultAccessPolicyCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: SetVaultAccessPolicyCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -62,6 +63,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
|
62
63
|
*/
|
|
63
64
|
export declare class SetVaultNotificationsCommand extends $Command<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
|
|
64
65
|
readonly input: SetVaultNotificationsCommandInput;
|
|
66
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
67
|
constructor(input: SetVaultNotificationsCommandInput);
|
|
66
68
|
/**
|
|
67
69
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
5
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -66,6 +67,7 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met
|
|
|
66
67
|
*/
|
|
67
68
|
export declare class UploadArchiveCommand extends $Command<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig> {
|
|
68
69
|
readonly input: UploadArchiveCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
71
|
constructor(input: UploadArchiveCommandInput);
|
|
70
72
|
/**
|
|
71
73
|
* @internal
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
5
|
import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlacierClient";
|
|
@@ -85,6 +86,7 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut
|
|
|
85
86
|
*/
|
|
86
87
|
export declare class UploadMultipartPartCommand extends $Command<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig> {
|
|
87
88
|
readonly input: UploadMultipartPartCommandInput;
|
|
89
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
90
|
constructor(input: UploadMultipartPartCommandInput);
|
|
89
91
|
/**
|
|
90
92
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -31,8 +31,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
logger: import("@aws-sdk/types").Logger;
|
|
33
33
|
serviceId: string;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
35
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
37
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
36
38
|
tls?: boolean | undefined;
|
|
37
39
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
38
40
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -31,8 +31,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
31
31
|
disableHostPrefix: boolean;
|
|
32
32
|
logger: import("@aws-sdk/types").Logger;
|
|
33
33
|
serviceId: string;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
35
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
37
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
36
38
|
tls?: boolean | undefined;
|
|
37
39
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
38
40
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,7 +23,6 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
bodyChecksumGenerator: (request: import("@aws-sdk/types").HttpRequest, options: {
|
|
28
27
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
28
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
@@ -31,7 +30,10 @@ export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
|
31
30
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
32
31
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
33
32
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
34
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
33
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
34
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
35
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
36
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
35
37
|
tls?: boolean | undefined;
|
|
36
38
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
37
39
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { GlacierClientConfig } from "./GlacierClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: GlacierClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -38,7 +40,6 @@ import {
|
|
|
38
40
|
Logger as __Logger,
|
|
39
41
|
Provider as __Provider,
|
|
40
42
|
Provider,
|
|
41
|
-
RegionInfoProvider,
|
|
42
43
|
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
43
44
|
StreamCollector as __StreamCollector,
|
|
44
45
|
UrlParser as __UrlParser,
|
|
@@ -176,6 +177,11 @@ import {
|
|
|
176
177
|
UploadMultipartPartCommandInput,
|
|
177
178
|
UploadMultipartPartCommandOutput,
|
|
178
179
|
} from "./commands/UploadMultipartPartCommand";
|
|
180
|
+
import {
|
|
181
|
+
ClientInputEndpointParameters,
|
|
182
|
+
ClientResolvedEndpointParameters,
|
|
183
|
+
EndpointParameters,
|
|
184
|
+
} from "./endpoint/EndpointParameters";
|
|
179
185
|
export declare type ServiceInputTypes =
|
|
180
186
|
| AbortMultipartUploadCommandInput
|
|
181
187
|
| AbortVaultLockCommandInput
|
|
@@ -265,7 +271,6 @@ export interface ClientDefaults
|
|
|
265
271
|
serviceId?: string;
|
|
266
272
|
region?: string | __Provider<string>;
|
|
267
273
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
268
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
269
274
|
bodyChecksumGenerator?: (
|
|
270
275
|
request: __HttpRequest,
|
|
271
276
|
options: {
|
|
@@ -282,21 +287,23 @@ declare type GlacierClientConfigType = Partial<
|
|
|
282
287
|
> &
|
|
283
288
|
ClientDefaults &
|
|
284
289
|
RegionInputConfig &
|
|
285
|
-
|
|
290
|
+
EndpointInputConfig<EndpointParameters> &
|
|
286
291
|
RetryInputConfig &
|
|
287
292
|
HostHeaderInputConfig &
|
|
288
293
|
AwsAuthInputConfig &
|
|
289
|
-
UserAgentInputConfig
|
|
294
|
+
UserAgentInputConfig &
|
|
295
|
+
ClientInputEndpointParameters;
|
|
290
296
|
export interface GlacierClientConfig extends GlacierClientConfigType {}
|
|
291
297
|
declare type GlacierClientResolvedConfigType =
|
|
292
298
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
299
|
Required<ClientDefaults> &
|
|
294
300
|
RegionResolvedConfig &
|
|
295
|
-
|
|
301
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
296
302
|
RetryResolvedConfig &
|
|
297
303
|
HostHeaderResolvedConfig &
|
|
298
304
|
AwsAuthResolvedConfig &
|
|
299
|
-
UserAgentResolvedConfig
|
|
305
|
+
UserAgentResolvedConfig &
|
|
306
|
+
ClientResolvedEndpointParameters;
|
|
300
307
|
export interface GlacierClientResolvedConfig
|
|
301
308
|
extends GlacierClientResolvedConfigType {}
|
|
302
309
|
export declare class GlacierClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -20,6 +21,7 @@ export declare class AbortMultipartUploadCommand extends $Command<
|
|
|
20
21
|
GlacierClientResolvedConfig
|
|
21
22
|
> {
|
|
22
23
|
readonly input: AbortMultipartUploadCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
23
25
|
constructor(input: AbortMultipartUploadCommandInput);
|
|
24
26
|
resolveMiddleware(
|
|
25
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class AbortVaultLockCommand extends $Command<
|
|
|
19
20
|
GlacierClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: AbortVaultLockCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: AbortVaultLockCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -19,6 +20,7 @@ export declare class AddTagsToVaultCommand extends $Command<
|
|
|
19
20
|
GlacierClientResolvedConfig
|
|
20
21
|
> {
|
|
21
22
|
readonly input: AddTagsToVaultCommandInput;
|
|
23
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
22
24
|
constructor(input: AddTagsToVaultCommandInput);
|
|
23
25
|
resolveMiddleware(
|
|
24
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|