@aws-sdk/client-cloudhsm-v2 3.926.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +508 -733
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/CloudHSMV2Client.js +2 -0
- package/dist-es/commands/CopyBackupToRegionCommand.js +3 -9
- package/dist-es/commands/CreateClusterCommand.js +3 -9
- package/dist-es/commands/CreateHsmCommand.js +3 -9
- package/dist-es/commands/DeleteBackupCommand.js +3 -9
- package/dist-es/commands/DeleteClusterCommand.js +3 -9
- package/dist-es/commands/DeleteHsmCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeBackupsCommand.js +3 -9
- package/dist-es/commands/DescribeClustersCommand.js +3 -9
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
- package/dist-es/commands/InitializeClusterCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/ModifyBackupAttributesCommand.js +3 -9
- package/dist-es/commands/ModifyClusterCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RestoreBackupCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +455 -0
- package/dist-types/CloudHSMV2Client.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +80 -0
- package/dist-types/ts3.4/CloudHSMV2Client.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +86 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -590
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -164
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -221
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput } from "../commands/CopyBackupToRegionCommand";
|
|
4
|
-
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
|
|
5
|
-
import { CreateHsmCommandInput, CreateHsmCommandOutput } from "../commands/CreateHsmCommand";
|
|
6
|
-
import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "../commands/DeleteBackupCommand";
|
|
7
|
-
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "../commands/DeleteClusterCommand";
|
|
8
|
-
import { DeleteHsmCommandInput, DeleteHsmCommandOutput } from "../commands/DeleteHsmCommand";
|
|
9
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
10
|
-
import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "../commands/DescribeBackupsCommand";
|
|
11
|
-
import { DescribeClustersCommandInput, DescribeClustersCommandOutput } from "../commands/DescribeClustersCommand";
|
|
12
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
|
|
13
|
-
import { InitializeClusterCommandInput, InitializeClusterCommandOutput } from "../commands/InitializeClusterCommand";
|
|
14
|
-
import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
|
|
15
|
-
import { ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput } from "../commands/ModifyBackupAttributesCommand";
|
|
16
|
-
import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "../commands/ModifyClusterCommand";
|
|
17
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
18
|
-
import { RestoreBackupCommandInput, RestoreBackupCommandOutput } from "../commands/RestoreBackupCommand";
|
|
19
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
20
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
21
|
-
/**
|
|
22
|
-
* serializeAws_json1_1CopyBackupToRegionCommand
|
|
23
|
-
*/
|
|
24
|
-
export declare const se_CopyBackupToRegionCommand: (input: CopyBackupToRegionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_json1_1CreateClusterCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_json1_1CreateHsmCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_CreateHsmCommand: (input: CreateHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_json1_1DeleteBackupCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_DeleteBackupCommand: (input: DeleteBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_json1_1DeleteClusterCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_DeleteClusterCommand: (input: DeleteClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_json1_1DeleteHsmCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_DeleteHsmCommand: (input: DeleteHsmCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_json1_1DeleteResourcePolicyCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_json1_1DescribeBackupsCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_DescribeBackupsCommand: (input: DescribeBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_1DescribeClustersCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DescribeClustersCommand: (input: DescribeClustersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_1GetResourcePolicyCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_1InitializeClusterCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_InitializeClusterCommand: (input: InitializeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_1ListTagsCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1ModifyBackupAttributesCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_ModifyBackupAttributesCommand: (input: ModifyBackupAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_1ModifyClusterCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_ModifyClusterCommand: (input: ModifyClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_1PutResourcePolicyCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_1RestoreBackupCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_RestoreBackupCommand: (input: RestoreBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_1TagResourceCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* deserializeAws_json1_1CopyBackupToRegionCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const de_CopyBackupToRegionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CopyBackupToRegionCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* deserializeAws_json1_1CreateClusterCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const de_CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* deserializeAws_json1_1CreateHsmCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const de_CreateHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHsmCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* deserializeAws_json1_1DeleteBackupCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const de_DeleteBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* deserializeAws_json1_1DeleteClusterCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const de_DeleteClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteClusterCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* deserializeAws_json1_1DeleteHsmCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const de_DeleteHsmCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHsmCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* deserializeAws_json1_1DeleteResourcePolicyCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* deserializeAws_json1_1DescribeBackupsCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const de_DescribeBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupsCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* deserializeAws_json1_1DescribeClustersCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const de_DescribeClustersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClustersCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* deserializeAws_json1_1GetResourcePolicyCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_json1_1InitializeClusterCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_InitializeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeClusterCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_json1_1ListTagsCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_json1_1ModifyBackupAttributesCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_ModifyBackupAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyBackupAttributesCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_json1_1ModifyClusterCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_ModifyClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyClusterCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_json1_1PutResourcePolicyCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_json1_1RestoreBackupCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_RestoreBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreBackupCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CopyBackupToRegionCommandInput,
|
|
8
|
-
CopyBackupToRegionCommandOutput,
|
|
9
|
-
} from "../commands/CopyBackupToRegionCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateClusterCommandInput,
|
|
12
|
-
CreateClusterCommandOutput,
|
|
13
|
-
} from "../commands/CreateClusterCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateHsmCommandInput,
|
|
16
|
-
CreateHsmCommandOutput,
|
|
17
|
-
} from "../commands/CreateHsmCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteBackupCommandInput,
|
|
20
|
-
DeleteBackupCommandOutput,
|
|
21
|
-
} from "../commands/DeleteBackupCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteClusterCommandInput,
|
|
24
|
-
DeleteClusterCommandOutput,
|
|
25
|
-
} from "../commands/DeleteClusterCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteHsmCommandInput,
|
|
28
|
-
DeleteHsmCommandOutput,
|
|
29
|
-
} from "../commands/DeleteHsmCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteResourcePolicyCommandInput,
|
|
32
|
-
DeleteResourcePolicyCommandOutput,
|
|
33
|
-
} from "../commands/DeleteResourcePolicyCommand";
|
|
34
|
-
import {
|
|
35
|
-
DescribeBackupsCommandInput,
|
|
36
|
-
DescribeBackupsCommandOutput,
|
|
37
|
-
} from "../commands/DescribeBackupsCommand";
|
|
38
|
-
import {
|
|
39
|
-
DescribeClustersCommandInput,
|
|
40
|
-
DescribeClustersCommandOutput,
|
|
41
|
-
} from "../commands/DescribeClustersCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetResourcePolicyCommandInput,
|
|
44
|
-
GetResourcePolicyCommandOutput,
|
|
45
|
-
} from "../commands/GetResourcePolicyCommand";
|
|
46
|
-
import {
|
|
47
|
-
InitializeClusterCommandInput,
|
|
48
|
-
InitializeClusterCommandOutput,
|
|
49
|
-
} from "../commands/InitializeClusterCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListTagsCommandInput,
|
|
52
|
-
ListTagsCommandOutput,
|
|
53
|
-
} from "../commands/ListTagsCommand";
|
|
54
|
-
import {
|
|
55
|
-
ModifyBackupAttributesCommandInput,
|
|
56
|
-
ModifyBackupAttributesCommandOutput,
|
|
57
|
-
} from "../commands/ModifyBackupAttributesCommand";
|
|
58
|
-
import {
|
|
59
|
-
ModifyClusterCommandInput,
|
|
60
|
-
ModifyClusterCommandOutput,
|
|
61
|
-
} from "../commands/ModifyClusterCommand";
|
|
62
|
-
import {
|
|
63
|
-
PutResourcePolicyCommandInput,
|
|
64
|
-
PutResourcePolicyCommandOutput,
|
|
65
|
-
} from "../commands/PutResourcePolicyCommand";
|
|
66
|
-
import {
|
|
67
|
-
RestoreBackupCommandInput,
|
|
68
|
-
RestoreBackupCommandOutput,
|
|
69
|
-
} from "../commands/RestoreBackupCommand";
|
|
70
|
-
import {
|
|
71
|
-
TagResourceCommandInput,
|
|
72
|
-
TagResourceCommandOutput,
|
|
73
|
-
} from "../commands/TagResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
UntagResourceCommandInput,
|
|
76
|
-
UntagResourceCommandOutput,
|
|
77
|
-
} from "../commands/UntagResourceCommand";
|
|
78
|
-
export declare const se_CopyBackupToRegionCommand: (
|
|
79
|
-
input: CopyBackupToRegionCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_CreateClusterCommand: (
|
|
83
|
-
input: CreateClusterCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_CreateHsmCommand: (
|
|
87
|
-
input: CreateHsmCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_DeleteBackupCommand: (
|
|
91
|
-
input: DeleteBackupCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DeleteClusterCommand: (
|
|
95
|
-
input: DeleteClusterCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DeleteHsmCommand: (
|
|
99
|
-
input: DeleteHsmCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_DeleteResourcePolicyCommand: (
|
|
103
|
-
input: DeleteResourcePolicyCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_DescribeBackupsCommand: (
|
|
107
|
-
input: DescribeBackupsCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DescribeClustersCommand: (
|
|
111
|
-
input: DescribeClustersCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_GetResourcePolicyCommand: (
|
|
115
|
-
input: GetResourcePolicyCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_InitializeClusterCommand: (
|
|
119
|
-
input: InitializeClusterCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ListTagsCommand: (
|
|
123
|
-
input: ListTagsCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_ModifyBackupAttributesCommand: (
|
|
127
|
-
input: ModifyBackupAttributesCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_ModifyClusterCommand: (
|
|
131
|
-
input: ModifyClusterCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_PutResourcePolicyCommand: (
|
|
135
|
-
input: PutResourcePolicyCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_RestoreBackupCommand: (
|
|
139
|
-
input: RestoreBackupCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_TagResourceCommand: (
|
|
143
|
-
input: TagResourceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_UntagResourceCommand: (
|
|
147
|
-
input: UntagResourceCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const de_CopyBackupToRegionCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<CopyBackupToRegionCommandOutput>;
|
|
154
|
-
export declare const de_CreateClusterCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<CreateClusterCommandOutput>;
|
|
158
|
-
export declare const de_CreateHsmCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<CreateHsmCommandOutput>;
|
|
162
|
-
export declare const de_DeleteBackupCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<DeleteBackupCommandOutput>;
|
|
166
|
-
export declare const de_DeleteClusterCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<DeleteClusterCommandOutput>;
|
|
170
|
-
export declare const de_DeleteHsmCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<DeleteHsmCommandOutput>;
|
|
174
|
-
export declare const de_DeleteResourcePolicyCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<DeleteResourcePolicyCommandOutput>;
|
|
178
|
-
export declare const de_DescribeBackupsCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<DescribeBackupsCommandOutput>;
|
|
182
|
-
export declare const de_DescribeClustersCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<DescribeClustersCommandOutput>;
|
|
186
|
-
export declare const de_GetResourcePolicyCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<GetResourcePolicyCommandOutput>;
|
|
190
|
-
export declare const de_InitializeClusterCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<InitializeClusterCommandOutput>;
|
|
194
|
-
export declare const de_ListTagsCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<ListTagsCommandOutput>;
|
|
198
|
-
export declare const de_ModifyBackupAttributesCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<ModifyBackupAttributesCommandOutput>;
|
|
202
|
-
export declare const de_ModifyClusterCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<ModifyClusterCommandOutput>;
|
|
206
|
-
export declare const de_PutResourcePolicyCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<PutResourcePolicyCommandOutput>;
|
|
210
|
-
export declare const de_RestoreBackupCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<RestoreBackupCommandOutput>;
|
|
214
|
-
export declare const de_TagResourceCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<TagResourceCommandOutput>;
|
|
218
|
-
export declare const de_UntagResourceCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<UntagResourceCommandOutput>;
|