@aws-sdk/client-security-ir 3.703.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/LICENSE +201 -0
- package/README.md +381 -0
- package/dist-cjs/SecurityIR.js +55 -0
- package/dist-cjs/SecurityIRClient.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchGetMemberAccountDetailsCommand.js +26 -0
- package/dist-cjs/commands/CancelMembershipCommand.js +26 -0
- package/dist-cjs/commands/CloseCaseCommand.js +26 -0
- package/dist-cjs/commands/CreateCaseCommand.js +27 -0
- package/dist-cjs/commands/CreateCaseCommentCommand.js +27 -0
- package/dist-cjs/commands/CreateMembershipCommand.js +27 -0
- package/dist-cjs/commands/GetCaseAttachmentDownloadUrlCommand.js +27 -0
- package/dist-cjs/commands/GetCaseAttachmentUploadUrlCommand.js +27 -0
- package/dist-cjs/commands/GetCaseCommand.js +27 -0
- package/dist-cjs/commands/GetMembershipCommand.js +27 -0
- package/dist-cjs/commands/ListCaseEditsCommand.js +26 -0
- package/dist-cjs/commands/ListCasesCommand.js +27 -0
- package/dist-cjs/commands/ListCommentsCommand.js +27 -0
- package/dist-cjs/commands/ListMembershipsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateCaseCommand.js +27 -0
- package/dist-cjs/commands/UpdateCaseCommentCommand.js +27 -0
- package/dist-cjs/commands/UpdateCaseStatusCommand.js +26 -0
- package/dist-cjs/commands/UpdateMembershipCommand.js +27 -0
- package/dist-cjs/commands/UpdateResolverTypeCommand.js +26 -0
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SecurityIRServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +373 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCaseEditsPaginator.js +7 -0
- package/dist-cjs/pagination/ListCasesPaginator.js +7 -0
- package/dist-cjs/pagination/ListCommentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMembershipsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +956 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/SecurityIR.js +51 -0
- package/dist-es/SecurityIRClient.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +22 -0
- package/dist-es/commands/CancelMembershipCommand.js +22 -0
- package/dist-es/commands/CloseCaseCommand.js +22 -0
- package/dist-es/commands/CreateCaseCommand.js +23 -0
- package/dist-es/commands/CreateCaseCommentCommand.js +23 -0
- package/dist-es/commands/CreateMembershipCommand.js +23 -0
- package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +23 -0
- package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +23 -0
- package/dist-es/commands/GetCaseCommand.js +23 -0
- package/dist-es/commands/GetMembershipCommand.js +23 -0
- package/dist-es/commands/ListCaseEditsCommand.js +22 -0
- package/dist-es/commands/ListCasesCommand.js +23 -0
- package/dist-es/commands/ListCommentsCommand.js +23 -0
- package/dist-es/commands/ListMembershipsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateCaseCommand.js +23 -0
- package/dist-es/commands/UpdateCaseCommentCommand.js +23 -0
- package/dist-es/commands/UpdateCaseStatusCommand.js +22 -0
- package/dist-es/commands/UpdateMembershipCommand.js +23 -0
- package/dist-es/commands/UpdateResolverTypeCommand.js +22 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SecurityIRServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +341 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCaseEditsPaginator.js +4 -0
- package/dist-es/pagination/ListCasesPaginator.js +4 -0
- package/dist-es/pagination/ListCommentsPaginator.js +4 -0
- package/dist-es/pagination/ListMembershipsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +909 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/SecurityIR.d.ts +166 -0
- package/dist-types/SecurityIRClient.d.ts +191 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchGetMemberAccountDetailsCommand.d.ts +114 -0
- package/dist-types/commands/CancelMembershipCommand.d.ts +98 -0
- package/dist-types/commands/CloseCaseCommand.d.ts +99 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +130 -0
- package/dist-types/commands/CreateCaseCommentCommand.d.ts +100 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +115 -0
- package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +99 -0
- package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +101 -0
- package/dist-types/commands/GetCaseCommand.d.ts +143 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +120 -0
- package/dist-types/commands/ListCaseEditsCommand.d.ts +109 -0
- package/dist-types/commands/ListCasesCommand.d.ts +114 -0
- package/dist-types/commands/ListCommentsCommand.d.ts +111 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +108 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/TagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +149 -0
- package/dist-types/commands/UpdateCaseCommentCommand.d.ts +101 -0
- package/dist-types/commands/UpdateCaseStatusCommand.d.ts +101 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +110 -0
- package/dist-types/commands/UpdateResolverTypeCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/SecurityIRServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1734 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCaseEditsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCommentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +200 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/SecurityIR.d.ts +383 -0
- package/dist-types/ts3.4/SecurityIRClient.d.ts +250 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchGetMemberAccountDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CancelMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CloseCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCaseCommentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCaseAttachmentUploadUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCaseEditsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCasesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListCommentsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCaseStatusCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateResolverTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -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/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/SecurityIRServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +552 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCaseEditsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCommentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +103 -0
|
@@ -0,0 +1,269 @@
|
|
|
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>;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
|
|
2
|
+
import { SecurityIRClientConfig } from "./SecurityIRClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
input: any
|
|
11
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
12
|
+
defaultUserAgentProvider: (
|
|
13
|
+
config?:
|
|
14
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
15
|
+
| undefined
|
|
16
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
21
|
+
| RequestHandler;
|
|
22
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
25
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
|
+
apiVersion: string;
|
|
28
|
+
cacheMiddleware?: boolean | undefined;
|
|
29
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
30
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
31
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
32
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
33
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
34
|
+
disableHostPrefix: boolean;
|
|
35
|
+
serviceId: string;
|
|
36
|
+
logger: import("@smithy/types").Logger;
|
|
37
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
38
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
39
|
+
userAgentAppId?:
|
|
40
|
+
| string
|
|
41
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
42
|
+
| undefined;
|
|
43
|
+
retryStrategy?:
|
|
44
|
+
| import("@smithy/types").RetryStrategy
|
|
45
|
+
| import("@smithy/types").RetryStrategyV2
|
|
46
|
+
| undefined;
|
|
47
|
+
endpoint?:
|
|
48
|
+
| ((
|
|
49
|
+
| string
|
|
50
|
+
| import("@smithy/types").Endpoint
|
|
51
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
52
|
+
| import("@smithy/types").EndpointV2
|
|
53
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
54
|
+
) &
|
|
55
|
+
(
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Provider<string>
|
|
58
|
+
| import("@smithy/types").Endpoint
|
|
59
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
60
|
+
| import("@smithy/types").EndpointV2
|
|
61
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
62
|
+
))
|
|
63
|
+
| undefined;
|
|
64
|
+
endpointProvider: (
|
|
65
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
66
|
+
context?: {
|
|
67
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
68
|
+
}
|
|
69
|
+
) => import("@smithy/types").EndpointV2;
|
|
70
|
+
tls?: boolean | undefined;
|
|
71
|
+
serviceConfiguredEndpoint?: undefined;
|
|
72
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
73
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
|
|
74
|
+
credentials?:
|
|
75
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
76
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
77
|
+
| undefined;
|
|
78
|
+
signer?:
|
|
79
|
+
| import("@smithy/types").RequestSigner
|
|
80
|
+
| ((
|
|
81
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
82
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
83
|
+
| undefined;
|
|
84
|
+
signingEscapePath?: boolean | undefined;
|
|
85
|
+
systemClockOffset?: number | undefined;
|
|
86
|
+
signingRegion?: string | undefined;
|
|
87
|
+
signerConstructor?:
|
|
88
|
+
| (new (
|
|
89
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
90
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
) => import("@smithy/types").RequestSigner)
|
|
92
|
+
| undefined;
|
|
93
|
+
};
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
|
|
2
|
+
import { SecurityIRClientConfig } from "./SecurityIRClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
+
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
+
credentialDefaultProvider: (
|
|
10
|
+
init?:
|
|
11
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
12
|
+
| undefined
|
|
13
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
14
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
15
|
+
>;
|
|
16
|
+
defaultUserAgentProvider: (
|
|
17
|
+
config?:
|
|
18
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
19
|
+
| undefined
|
|
20
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
21
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
22
|
+
region: string | import("@smithy/types").Provider<string>;
|
|
23
|
+
requestHandler:
|
|
24
|
+
| RequestHandler
|
|
25
|
+
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
26
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
28
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
29
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
|
+
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
32
|
+
apiVersion: string;
|
|
33
|
+
cacheMiddleware?: boolean | undefined;
|
|
34
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
35
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
36
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
37
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
38
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
39
|
+
disableHostPrefix: boolean;
|
|
40
|
+
serviceId: string;
|
|
41
|
+
logger: import("@smithy/types").Logger;
|
|
42
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
44
|
+
retryStrategy?:
|
|
45
|
+
| import("@smithy/types").RetryStrategy
|
|
46
|
+
| import("@smithy/types").RetryStrategyV2
|
|
47
|
+
| undefined;
|
|
48
|
+
endpoint?:
|
|
49
|
+
| ((
|
|
50
|
+
| string
|
|
51
|
+
| import("@smithy/types").Endpoint
|
|
52
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
53
|
+
| import("@smithy/types").EndpointV2
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
55
|
+
) &
|
|
56
|
+
(
|
|
57
|
+
| string
|
|
58
|
+
| import("@smithy/types").Provider<string>
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
))
|
|
64
|
+
| undefined;
|
|
65
|
+
endpointProvider: (
|
|
66
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
67
|
+
context?: {
|
|
68
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
69
|
+
}
|
|
70
|
+
) => import("@smithy/types").EndpointV2;
|
|
71
|
+
tls?: boolean | undefined;
|
|
72
|
+
serviceConfiguredEndpoint?: undefined;
|
|
73
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
74
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
|
|
75
|
+
credentials?:
|
|
76
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
77
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
78
|
+
| undefined;
|
|
79
|
+
signer?:
|
|
80
|
+
| import("@smithy/types").RequestSigner
|
|
81
|
+
| ((
|
|
82
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
83
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
84
|
+
| undefined;
|
|
85
|
+
signingEscapePath?: boolean | undefined;
|
|
86
|
+
systemClockOffset?: number | undefined;
|
|
87
|
+
signingRegion?: string | undefined;
|
|
88
|
+
signerConstructor?:
|
|
89
|
+
| (new (
|
|
90
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
92
|
+
) => import("@smithy/types").RequestSigner)
|
|
93
|
+
| undefined;
|
|
94
|
+
};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { SecurityIRClientConfig } from "./SecurityIRClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
3
|
+
runtime: string;
|
|
4
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
5
|
+
requestHandler:
|
|
6
|
+
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
|
+
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
|
+
| Record<string, unknown>
|
|
9
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
|
+
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
+
apiVersion: string;
|
|
12
|
+
cacheMiddleware?: boolean | undefined;
|
|
13
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
14
|
+
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
|
+
streamCollector: import("@smithy/types").StreamCollector;
|
|
16
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
17
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
18
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
20
|
+
disableHostPrefix: boolean;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
24
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
+
defaultUserAgentProvider: (
|
|
26
|
+
config?:
|
|
27
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
28
|
+
| undefined
|
|
29
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
30
|
+
credentialDefaultProvider: (
|
|
31
|
+
input: any
|
|
32
|
+
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
33
|
+
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
34
|
+
retryMode: string | import("@smithy/types").Provider<string>;
|
|
35
|
+
logger: import("@smithy/types").Logger;
|
|
36
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
37
|
+
defaultsMode:
|
|
38
|
+
| import("@smithy/smithy-client").DefaultsMode
|
|
39
|
+
| import("@smithy/types").Provider<
|
|
40
|
+
import("@smithy/smithy-client").DefaultsMode
|
|
41
|
+
>;
|
|
42
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
43
|
+
userAgentAppId?:
|
|
44
|
+
| string
|
|
45
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
46
|
+
| undefined;
|
|
47
|
+
retryStrategy?:
|
|
48
|
+
| import("@smithy/types").RetryStrategy
|
|
49
|
+
| import("@smithy/types").RetryStrategyV2
|
|
50
|
+
| undefined;
|
|
51
|
+
endpoint?:
|
|
52
|
+
| string
|
|
53
|
+
| import("@smithy/types").Endpoint
|
|
54
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
55
|
+
| import("@smithy/types").EndpointV2
|
|
56
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
57
|
+
| undefined;
|
|
58
|
+
endpointProvider: (
|
|
59
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
60
|
+
context?: {
|
|
61
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
62
|
+
}
|
|
63
|
+
) => import("@smithy/types").EndpointV2;
|
|
64
|
+
tls?: boolean | undefined;
|
|
65
|
+
serviceConfiguredEndpoint?: undefined;
|
|
66
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
67
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
|
|
68
|
+
credentials?:
|
|
69
|
+
| import("@smithy/types").AwsCredentialIdentity
|
|
70
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
71
|
+
| undefined;
|
|
72
|
+
signer?:
|
|
73
|
+
| import("@smithy/types").RequestSigner
|
|
74
|
+
| ((
|
|
75
|
+
authScheme?: import("@smithy/types").AuthScheme | undefined
|
|
76
|
+
) => Promise<import("@smithy/types").RequestSigner>)
|
|
77
|
+
| undefined;
|
|
78
|
+
signingEscapePath?: boolean | undefined;
|
|
79
|
+
systemClockOffset?: number | undefined;
|
|
80
|
+
signingRegion?: string | undefined;
|
|
81
|
+
signerConstructor?:
|
|
82
|
+
| (new (
|
|
83
|
+
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
84
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
85
|
+
) => import("@smithy/types").RequestSigner)
|
|
86
|
+
| undefined;
|
|
87
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SecurityIRClientConfig } from "./SecurityIRClient";
|
|
2
|
+
export declare const getRuntimeConfig: (config: SecurityIRClientConfig) => {
|
|
3
|
+
apiVersion: string;
|
|
4
|
+
base64Decoder: import("@smithy/types").Decoder;
|
|
5
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
endpointProvider: (
|
|
8
|
+
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
9
|
+
context?: {
|
|
10
|
+
logger?: import("@smithy/types").Logger | undefined;
|
|
11
|
+
}
|
|
12
|
+
) => import("@smithy/types").EndpointV2;
|
|
13
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
14
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SecurityIRHttpAuthSchemeProvider;
|
|
15
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
|
+
logger: import("@smithy/types").Logger;
|
|
17
|
+
serviceId: string;
|
|
18
|
+
urlParser: import("@smithy/types").UrlParser;
|
|
19
|
+
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SecurityIRExtensionConfiguration } from "./extensionConfiguration";
|
|
2
|
+
export interface RuntimeExtension {
|
|
3
|
+
configure(extensionConfiguration: SecurityIRExtensionConfiguration): void;
|
|
4
|
+
}
|
|
5
|
+
export interface RuntimeExtensionsConfig {
|
|
6
|
+
extensions: RuntimeExtension[];
|
|
7
|
+
}
|
|
8
|
+
export declare const resolveRuntimeExtensions: (
|
|
9
|
+
runtimeConfig: any,
|
|
10
|
+
extensions: RuntimeExtension[]
|
|
11
|
+
) => any;
|
package/package.json
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aws-sdk/client-security-ir",
|
|
3
|
+
"description": "AWS SDK for JavaScript Security Ir Client for Node.js, Browser and React Native",
|
|
4
|
+
"version": "3.703.0",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:es": "tsc -p tsconfig.es.json",
|
|
9
|
+
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
|
|
13
|
+
"extract:docs": "api-extractor run --local",
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo security-ir"
|
|
15
|
+
},
|
|
16
|
+
"main": "./dist-cjs/index.js",
|
|
17
|
+
"types": "./dist-types/index.d.ts",
|
|
18
|
+
"module": "./dist-es/index.js",
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
|
+
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.699.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.699.0",
|
|
25
|
+
"@aws-sdk/core": "3.696.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.699.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.696.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.696.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.696.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.696.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.696.0",
|
|
32
|
+
"@aws-sdk/types": "3.696.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.696.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.696.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.696.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.12",
|
|
37
|
+
"@smithy/core": "^2.5.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.1",
|
|
39
|
+
"@smithy/hash-node": "^3.0.10",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.10",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.12",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.27",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.10",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.10",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.11",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.7",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.4",
|
|
50
|
+
"@smithy/types": "^3.7.1",
|
|
51
|
+
"@smithy/url-parser": "^3.0.10",
|
|
52
|
+
"@smithy/util-base64": "^3.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.27",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.27",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.6",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.10",
|
|
59
|
+
"@smithy/util-retry": "^3.0.10",
|
|
60
|
+
"@smithy/util-utf8": "^3.0.0",
|
|
61
|
+
"@types/uuid": "^9.0.1",
|
|
62
|
+
"tslib": "^2.6.2",
|
|
63
|
+
"uuid": "^9.0.1"
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@tsconfig/node16": "16.1.3",
|
|
67
|
+
"@types/node": "^16.18.96",
|
|
68
|
+
"concurrently": "7.0.0",
|
|
69
|
+
"downlevel-dts": "0.10.1",
|
|
70
|
+
"rimraf": "3.0.2",
|
|
71
|
+
"typescript": "~4.9.5"
|
|
72
|
+
},
|
|
73
|
+
"engines": {
|
|
74
|
+
"node": ">=16.0.0"
|
|
75
|
+
},
|
|
76
|
+
"typesVersions": {
|
|
77
|
+
"<4.0": {
|
|
78
|
+
"dist-types/*": [
|
|
79
|
+
"dist-types/ts3.4/*"
|
|
80
|
+
]
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"files": [
|
|
84
|
+
"dist-*/**"
|
|
85
|
+
],
|
|
86
|
+
"author": {
|
|
87
|
+
"name": "AWS SDK for JavaScript Team",
|
|
88
|
+
"url": "https://aws.amazon.com/javascript/"
|
|
89
|
+
},
|
|
90
|
+
"license": "Apache-2.0",
|
|
91
|
+
"browser": {
|
|
92
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
93
|
+
},
|
|
94
|
+
"react-native": {
|
|
95
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
96
|
+
},
|
|
97
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-security-ir",
|
|
98
|
+
"repository": {
|
|
99
|
+
"type": "git",
|
|
100
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
101
|
+
"directory": "clients/client-security-ir"
|
|
102
|
+
}
|
|
103
|
+
}
|