@aws-sdk/client-security-ir 3.928.0 → 3.929.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 +1012 -1228
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SecurityIRClient.js +2 -0
- package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +3 -9
- package/dist-es/commands/CancelMembershipCommand.js +3 -9
- package/dist-es/commands/CloseCaseCommand.js +3 -9
- package/dist-es/commands/CreateCaseCommand.js +3 -10
- package/dist-es/commands/CreateCaseCommentCommand.js +3 -10
- package/dist-es/commands/CreateMembershipCommand.js +3 -10
- package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +3 -10
- package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +3 -10
- package/dist-es/commands/GetCaseCommand.js +3 -10
- package/dist-es/commands/GetMembershipCommand.js +3 -10
- package/dist-es/commands/ListCaseEditsCommand.js +3 -9
- package/dist-es/commands/ListCasesCommand.js +3 -10
- package/dist-es/commands/ListCommentsCommand.js +3 -10
- package/dist-es/commands/ListMembershipsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateCaseCommand.js +3 -10
- package/dist-es/commands/UpdateCaseCommentCommand.js +3 -10
- package/dist-es/commands/UpdateCaseStatusCommand.js +3 -9
- package/dist-es/commands/UpdateMembershipCommand.js +3 -10
- package/dist-es/commands/UpdateResolverTypeCommand.js +3 -9
- package/dist-es/models/models_0.js +19 -118
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +929 -0
- package/dist-types/SecurityIRClient.d.ts +10 -1
- package/dist-types/commands/CreateCaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateMembershipCommand.d.ts +3 -0
- package/dist-types/commands/GetCaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMembershipCommand.d.ts +4 -1
- package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCaseCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +32 -80
- 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 +124 -0
- package/dist-types/ts3.4/SecurityIRClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -58
- 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 +130 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -913
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -200
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -269
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput } from "../commands/BatchGetMemberAccountDetailsCommand";
|
|
4
|
-
import { CancelMembershipCommandInput, CancelMembershipCommandOutput } from "../commands/CancelMembershipCommand";
|
|
5
|
-
import { CloseCaseCommandInput, CloseCaseCommandOutput } from "../commands/CloseCaseCommand";
|
|
6
|
-
import { CreateCaseCommandInput, CreateCaseCommandOutput } from "../commands/CreateCaseCommand";
|
|
7
|
-
import { CreateCaseCommentCommandInput, CreateCaseCommentCommandOutput } from "../commands/CreateCaseCommentCommand";
|
|
8
|
-
import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "../commands/CreateMembershipCommand";
|
|
9
|
-
import { GetCaseAttachmentDownloadUrlCommandInput, GetCaseAttachmentDownloadUrlCommandOutput } from "../commands/GetCaseAttachmentDownloadUrlCommand";
|
|
10
|
-
import { GetCaseAttachmentUploadUrlCommandInput, GetCaseAttachmentUploadUrlCommandOutput } from "../commands/GetCaseAttachmentUploadUrlCommand";
|
|
11
|
-
import { GetCaseCommandInput, GetCaseCommandOutput } from "../commands/GetCaseCommand";
|
|
12
|
-
import { GetMembershipCommandInput, GetMembershipCommandOutput } from "../commands/GetMembershipCommand";
|
|
13
|
-
import { ListCaseEditsCommandInput, ListCaseEditsCommandOutput } from "../commands/ListCaseEditsCommand";
|
|
14
|
-
import { ListCasesCommandInput, ListCasesCommandOutput } from "../commands/ListCasesCommand";
|
|
15
|
-
import { ListCommentsCommandInput, ListCommentsCommandOutput } from "../commands/ListCommentsCommand";
|
|
16
|
-
import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
18
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
19
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
-
import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "../commands/UpdateCaseCommand";
|
|
21
|
-
import { UpdateCaseCommentCommandInput, UpdateCaseCommentCommandOutput } from "../commands/UpdateCaseCommentCommand";
|
|
22
|
-
import { UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput } from "../commands/UpdateCaseStatusCommand";
|
|
23
|
-
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "../commands/UpdateMembershipCommand";
|
|
24
|
-
import { UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput } from "../commands/UpdateResolverTypeCommand";
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_restJson1BatchGetMemberAccountDetailsCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_BatchGetMemberAccountDetailsCommand: (input: BatchGetMemberAccountDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_restJson1CancelMembershipCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_CancelMembershipCommand: (input: CancelMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_restJson1CloseCaseCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_CloseCaseCommand: (input: CloseCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1CreateCaseCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_CreateCaseCommand: (input: CreateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1CreateCaseCommentCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreateCaseCommentCommand: (input: CreateCaseCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1CreateMembershipCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateMembershipCommand: (input: CreateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1GetCaseCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_GetCaseCommand: (input: GetCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1GetCaseAttachmentDownloadUrlCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_GetCaseAttachmentDownloadUrlCommand: (input: GetCaseAttachmentDownloadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1GetCaseAttachmentUploadUrlCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_GetCaseAttachmentUploadUrlCommand: (input: GetCaseAttachmentUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1GetMembershipCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_GetMembershipCommand: (input: GetMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1ListCaseEditsCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_ListCaseEditsCommand: (input: ListCaseEditsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1ListCasesCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_ListCasesCommand: (input: ListCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1ListCommentsCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_ListCommentsCommand: (input: ListCommentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1ListMembershipsCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_ListMembershipsCommand: (input: ListMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1TagResourceCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1UpdateCaseCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_UpdateCaseCommand: (input: UpdateCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1UpdateCaseCommentCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_UpdateCaseCommentCommand: (input: UpdateCaseCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1UpdateCaseStatusCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_UpdateCaseStatusCommand: (input: UpdateCaseStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1UpdateMembershipCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_UpdateMembershipCommand: (input: UpdateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1UpdateResolverTypeCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_UpdateResolverTypeCommand: (input: UpdateResolverTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* deserializeAws_restJson1BatchGetMemberAccountDetailsCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const de_BatchGetMemberAccountDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMemberAccountDetailsCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* deserializeAws_restJson1CancelMembershipCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const de_CancelMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelMembershipCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* deserializeAws_restJson1CloseCaseCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const de_CloseCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CloseCaseCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* deserializeAws_restJson1CreateCaseCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const de_CreateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCaseCommandOutput>;
|
|
129
|
-
/**
|
|
130
|
-
* deserializeAws_restJson1CreateCaseCommentCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const de_CreateCaseCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCaseCommentCommandOutput>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_restJson1CreateMembershipCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_CreateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembershipCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_restJson1GetCaseCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_GetCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_restJson1GetCaseAttachmentDownloadUrlCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_GetCaseAttachmentDownloadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseAttachmentDownloadUrlCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_restJson1GetCaseAttachmentUploadUrlCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_GetCaseAttachmentUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCaseAttachmentUploadUrlCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_restJson1GetMembershipCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_GetMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembershipCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_restJson1ListCaseEditsCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_ListCaseEditsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCaseEditsCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_restJson1ListCasesCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_ListCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCasesCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_restJson1ListCommentsCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_ListCommentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommentsCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_restJson1ListMembershipsCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_ListMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembershipsCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_restJson1UpdateCaseCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_UpdateCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCaseCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_restJson1UpdateCaseCommentCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_UpdateCaseCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCaseCommentCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_restJson1UpdateCaseStatusCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_UpdateCaseStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCaseStatusCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_restJson1UpdateMembershipCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_UpdateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMembershipCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1UpdateResolverTypeCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_UpdateResolverTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResolverTypeCommandOutput>;
|
|
@@ -1,269 +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
|
-
BatchGetMemberAccountDetailsCommandInput,
|
|
8
|
-
BatchGetMemberAccountDetailsCommandOutput,
|
|
9
|
-
} from "../commands/BatchGetMemberAccountDetailsCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelMembershipCommandInput,
|
|
12
|
-
CancelMembershipCommandOutput,
|
|
13
|
-
} from "../commands/CancelMembershipCommand";
|
|
14
|
-
import {
|
|
15
|
-
CloseCaseCommandInput,
|
|
16
|
-
CloseCaseCommandOutput,
|
|
17
|
-
} from "../commands/CloseCaseCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateCaseCommandInput,
|
|
20
|
-
CreateCaseCommandOutput,
|
|
21
|
-
} from "../commands/CreateCaseCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateCaseCommentCommandInput,
|
|
24
|
-
CreateCaseCommentCommandOutput,
|
|
25
|
-
} from "../commands/CreateCaseCommentCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateMembershipCommandInput,
|
|
28
|
-
CreateMembershipCommandOutput,
|
|
29
|
-
} from "../commands/CreateMembershipCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetCaseAttachmentDownloadUrlCommandInput,
|
|
32
|
-
GetCaseAttachmentDownloadUrlCommandOutput,
|
|
33
|
-
} from "../commands/GetCaseAttachmentDownloadUrlCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetCaseAttachmentUploadUrlCommandInput,
|
|
36
|
-
GetCaseAttachmentUploadUrlCommandOutput,
|
|
37
|
-
} from "../commands/GetCaseAttachmentUploadUrlCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetCaseCommandInput,
|
|
40
|
-
GetCaseCommandOutput,
|
|
41
|
-
} from "../commands/GetCaseCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetMembershipCommandInput,
|
|
44
|
-
GetMembershipCommandOutput,
|
|
45
|
-
} from "../commands/GetMembershipCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListCaseEditsCommandInput,
|
|
48
|
-
ListCaseEditsCommandOutput,
|
|
49
|
-
} from "../commands/ListCaseEditsCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListCasesCommandInput,
|
|
52
|
-
ListCasesCommandOutput,
|
|
53
|
-
} from "../commands/ListCasesCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListCommentsCommandInput,
|
|
56
|
-
ListCommentsCommandOutput,
|
|
57
|
-
} from "../commands/ListCommentsCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListMembershipsCommandInput,
|
|
60
|
-
ListMembershipsCommandOutput,
|
|
61
|
-
} from "../commands/ListMembershipsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
TagResourceCommandInput,
|
|
68
|
-
TagResourceCommandOutput,
|
|
69
|
-
} from "../commands/TagResourceCommand";
|
|
70
|
-
import {
|
|
71
|
-
UntagResourceCommandInput,
|
|
72
|
-
UntagResourceCommandOutput,
|
|
73
|
-
} from "../commands/UntagResourceCommand";
|
|
74
|
-
import {
|
|
75
|
-
UpdateCaseCommandInput,
|
|
76
|
-
UpdateCaseCommandOutput,
|
|
77
|
-
} from "../commands/UpdateCaseCommand";
|
|
78
|
-
import {
|
|
79
|
-
UpdateCaseCommentCommandInput,
|
|
80
|
-
UpdateCaseCommentCommandOutput,
|
|
81
|
-
} from "../commands/UpdateCaseCommentCommand";
|
|
82
|
-
import {
|
|
83
|
-
UpdateCaseStatusCommandInput,
|
|
84
|
-
UpdateCaseStatusCommandOutput,
|
|
85
|
-
} from "../commands/UpdateCaseStatusCommand";
|
|
86
|
-
import {
|
|
87
|
-
UpdateMembershipCommandInput,
|
|
88
|
-
UpdateMembershipCommandOutput,
|
|
89
|
-
} from "../commands/UpdateMembershipCommand";
|
|
90
|
-
import {
|
|
91
|
-
UpdateResolverTypeCommandInput,
|
|
92
|
-
UpdateResolverTypeCommandOutput,
|
|
93
|
-
} from "../commands/UpdateResolverTypeCommand";
|
|
94
|
-
export declare const se_BatchGetMemberAccountDetailsCommand: (
|
|
95
|
-
input: BatchGetMemberAccountDetailsCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_CancelMembershipCommand: (
|
|
99
|
-
input: CancelMembershipCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_CloseCaseCommand: (
|
|
103
|
-
input: CloseCaseCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_CreateCaseCommand: (
|
|
107
|
-
input: CreateCaseCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateCaseCommentCommand: (
|
|
111
|
-
input: CreateCaseCommentCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateMembershipCommand: (
|
|
115
|
-
input: CreateMembershipCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_GetCaseCommand: (
|
|
119
|
-
input: GetCaseCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetCaseAttachmentDownloadUrlCommand: (
|
|
123
|
-
input: GetCaseAttachmentDownloadUrlCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetCaseAttachmentUploadUrlCommand: (
|
|
127
|
-
input: GetCaseAttachmentUploadUrlCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_GetMembershipCommand: (
|
|
131
|
-
input: GetMembershipCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListCaseEditsCommand: (
|
|
135
|
-
input: ListCaseEditsCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListCasesCommand: (
|
|
139
|
-
input: ListCasesCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_ListCommentsCommand: (
|
|
143
|
-
input: ListCommentsCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_ListMembershipsCommand: (
|
|
147
|
-
input: ListMembershipsCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
151
|
-
input: ListTagsForResourceCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_TagResourceCommand: (
|
|
155
|
-
input: TagResourceCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_UntagResourceCommand: (
|
|
159
|
-
input: UntagResourceCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_UpdateCaseCommand: (
|
|
163
|
-
input: UpdateCaseCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_UpdateCaseCommentCommand: (
|
|
167
|
-
input: UpdateCaseCommentCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_UpdateCaseStatusCommand: (
|
|
171
|
-
input: UpdateCaseStatusCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_UpdateMembershipCommand: (
|
|
175
|
-
input: UpdateMembershipCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_UpdateResolverTypeCommand: (
|
|
179
|
-
input: UpdateResolverTypeCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const de_BatchGetMemberAccountDetailsCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<BatchGetMemberAccountDetailsCommandOutput>;
|
|
186
|
-
export declare const de_CancelMembershipCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<CancelMembershipCommandOutput>;
|
|
190
|
-
export declare const de_CloseCaseCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<CloseCaseCommandOutput>;
|
|
194
|
-
export declare const de_CreateCaseCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<CreateCaseCommandOutput>;
|
|
198
|
-
export declare const de_CreateCaseCommentCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<CreateCaseCommentCommandOutput>;
|
|
202
|
-
export declare const de_CreateMembershipCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<CreateMembershipCommandOutput>;
|
|
206
|
-
export declare const de_GetCaseCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<GetCaseCommandOutput>;
|
|
210
|
-
export declare const de_GetCaseAttachmentDownloadUrlCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<GetCaseAttachmentDownloadUrlCommandOutput>;
|
|
214
|
-
export declare const de_GetCaseAttachmentUploadUrlCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<GetCaseAttachmentUploadUrlCommandOutput>;
|
|
218
|
-
export declare const de_GetMembershipCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<GetMembershipCommandOutput>;
|
|
222
|
-
export declare const de_ListCaseEditsCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<ListCaseEditsCommandOutput>;
|
|
226
|
-
export declare const de_ListCasesCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<ListCasesCommandOutput>;
|
|
230
|
-
export declare const de_ListCommentsCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<ListCommentsCommandOutput>;
|
|
234
|
-
export declare const de_ListMembershipsCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<ListMembershipsCommandOutput>;
|
|
238
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
242
|
-
export declare const de_TagResourceCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<TagResourceCommandOutput>;
|
|
246
|
-
export declare const de_UntagResourceCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
250
|
-
export declare const de_UpdateCaseCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<UpdateCaseCommandOutput>;
|
|
254
|
-
export declare const de_UpdateCaseCommentCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<UpdateCaseCommentCommandOutput>;
|
|
258
|
-
export declare const de_UpdateCaseStatusCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<UpdateCaseStatusCommandOutput>;
|
|
262
|
-
export declare const de_UpdateMembershipCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<UpdateMembershipCommandOutput>;
|
|
266
|
-
export declare const de_UpdateResolverTypeCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<UpdateResolverTypeCommandOutput>;
|