@aws-sdk/client-security-ir 3.1044.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +64 -65
- package/dist-cjs/models/SecurityIRServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/SecurityIR.js +1 -1
- package/dist-es/SecurityIRClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +2 -2
- package/dist-es/commands/CancelMembershipCommand.js +2 -2
- package/dist-es/commands/CloseCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommentCommand.js +2 -2
- package/dist-es/commands/CreateMembershipCommand.js +2 -2
- package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +2 -2
- package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +2 -2
- package/dist-es/commands/GetCaseCommand.js +2 -2
- package/dist-es/commands/GetMembershipCommand.js +2 -2
- package/dist-es/commands/ListCaseEditsCommand.js +2 -2
- package/dist-es/commands/ListCasesCommand.js +2 -2
- package/dist-es/commands/ListCommentsCommand.js +2 -2
- package/dist-es/commands/ListInvestigationsCommand.js +2 -2
- package/dist-es/commands/ListMembershipsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/SendFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCaseCommand.js +2 -2
- package/dist-es/commands/UpdateCaseCommentCommand.js +2 -2
- package/dist-es/commands/UpdateCaseStatusCommand.js +2 -2
- package/dist-es/commands/UpdateMembershipCommand.js +2 -2
- package/dist-es/commands/UpdateResolverTypeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SecurityIRServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/SecurityIRClient.d.ts +5 -5
- package/dist-types/commands/BatchGetMemberAccountDetailsCommand.d.ts +6 -4
- package/dist-types/commands/CancelMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CloseCaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateCaseCommentCommand.d.ts +6 -4
- package/dist-types/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +6 -4
- package/dist-types/commands/GetCaseCommand.d.ts +6 -4
- package/dist-types/commands/GetMembershipCommand.d.ts +6 -4
- package/dist-types/commands/ListCaseEditsCommand.d.ts +6 -4
- package/dist-types/commands/ListCasesCommand.d.ts +6 -4
- package/dist-types/commands/ListCommentsCommand.d.ts +6 -4
- package/dist-types/commands/ListInvestigationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/SendFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCaseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCaseCommentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCaseStatusCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMembershipCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverTypeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SecurityIRServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SecurityIRClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetMemberAccountDetailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CloseCaseCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCaseCommentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseAttachmentUploadUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCaseEditsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCasesCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListCommentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCaseCommentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCaseStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SecurityIRServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateCaseCommentRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateCaseCommentCommandOutput
|
|
|
19
19
|
declare const CreateCaseCommentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCaseCommentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCaseCommentCommandInput,
|
|
24
24
|
CreateCaseCommentCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCaseCommentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCaseCommentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCaseCommentCommandInput,
|
|
33
33
|
CreateCaseCommentCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCaseCommentCommand extends CreateCaseCommentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateMembershipRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateMembershipCommandOutput
|
|
|
18
18
|
declare const CreateMembershipCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateMembershipCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateMembershipCommandInput,
|
|
23
23
|
CreateMembershipCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateMembershipCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateMembershipCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateMembershipCommandInput,
|
|
32
32
|
CreateMembershipCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateMembershipCommand extends CreateMembershipCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetCaseAttachmentDownloadUrlRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetCaseAttachmentDownloadUrlCommandOutput
|
|
|
19
19
|
declare const GetCaseAttachmentDownloadUrlCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCaseAttachmentDownloadUrlCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCaseAttachmentDownloadUrlCommandInput,
|
|
24
24
|
GetCaseAttachmentDownloadUrlCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCaseAttachmentDownloadUrlCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCaseAttachmentDownloadUrlCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCaseAttachmentDownloadUrlCommandInput,
|
|
33
33
|
GetCaseAttachmentDownloadUrlCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCaseAttachmentDownloadUrlCommand extends GetCaseAttachmentDownloadUrlCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetCaseAttachmentUploadUrlRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetCaseAttachmentUploadUrlCommandOutput
|
|
|
19
19
|
declare const GetCaseAttachmentUploadUrlCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCaseAttachmentUploadUrlCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCaseAttachmentUploadUrlCommandInput,
|
|
24
24
|
GetCaseAttachmentUploadUrlCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCaseAttachmentUploadUrlCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCaseAttachmentUploadUrlCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCaseAttachmentUploadUrlCommandInput,
|
|
33
33
|
GetCaseAttachmentUploadUrlCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCaseAttachmentUploadUrlCommand extends GetCaseAttachmentUploadUrlCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetCaseRequest, GetCaseResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,21 +13,23 @@ export interface GetCaseCommandOutput
|
|
|
13
13
|
extends GetCaseResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetCaseCommand_base: {
|
|
16
|
-
new (input: GetCaseCommandInput): import("@smithy/
|
|
16
|
+
new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
GetCaseCommandInput,
|
|
18
18
|
GetCaseCommandOutput,
|
|
19
19
|
SecurityIRClientResolvedConfig,
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
-
new (input: GetCaseCommandInput): import("@smithy/
|
|
23
|
+
new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
24
|
GetCaseCommandInput,
|
|
25
25
|
GetCaseCommandOutput,
|
|
26
26
|
SecurityIRClientResolvedConfig,
|
|
27
27
|
ServiceInputTypes,
|
|
28
28
|
ServiceOutputTypes
|
|
29
29
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
31
33
|
};
|
|
32
34
|
export declare class GetCaseCommand extends GetCaseCommand_base {
|
|
33
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetMembershipRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetMembershipCommandOutput
|
|
|
18
18
|
declare const GetMembershipCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetMembershipCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetMembershipCommandInput,
|
|
23
23
|
GetMembershipCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetMembershipCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetMembershipCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetMembershipCommandInput,
|
|
32
32
|
GetMembershipCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetMembershipCommand extends GetMembershipCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListCaseEditsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListCaseEditsCommandOutput
|
|
|
18
18
|
declare const ListCaseEditsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListCaseEditsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListCaseEditsCommandInput,
|
|
23
23
|
ListCaseEditsCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListCaseEditsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListCaseEditsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListCaseEditsCommandInput,
|
|
32
32
|
ListCaseEditsCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListCaseEditsCommand extends ListCaseEditsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListCasesRequest, ListCasesResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,9 +13,7 @@ export interface ListCasesCommandOutput
|
|
|
13
13
|
extends ListCasesResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListCasesCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListCasesCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListCasesCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListCasesCommandInput,
|
|
20
18
|
ListCasesCommandOutput,
|
|
21
19
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListCasesCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListCasesCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListCasesCommandInput,
|
|
29
27
|
ListCasesCommandOutput,
|
|
30
28
|
SecurityIRClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListCasesCommand extends ListCasesCommand_base {
|
|
37
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListCommentsRequest, ListCommentsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListCommentsCommandOutput
|
|
|
15
15
|
declare const ListCommentsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListCommentsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListCommentsCommandInput,
|
|
20
20
|
ListCommentsCommandOutput,
|
|
21
21
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListCommentsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListCommentsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListCommentsCommandInput,
|
|
29
29
|
ListCommentsCommandOutput,
|
|
30
30
|
SecurityIRClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListCommentsCommand extends ListCommentsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListInvestigationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListInvestigationsCommandOutput
|
|
|
19
19
|
declare const ListInvestigationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListInvestigationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListInvestigationsCommandInput,
|
|
24
24
|
ListInvestigationsCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListInvestigationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListInvestigationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListInvestigationsCommandInput,
|
|
33
33
|
ListInvestigationsCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListMembershipsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListMembershipsCommandOutput
|
|
|
18
18
|
declare const ListMembershipsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListMembershipsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListMembershipsCommandInput,
|
|
23
23
|
ListMembershipsCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListMembershipsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListMembershipsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListMembershipsCommandInput,
|
|
32
32
|
ListMembershipsCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListMembershipsCommand extends ListMembershipsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { SendFeedbackRequest, SendFeedbackResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface SendFeedbackCommandOutput
|
|
|
15
15
|
declare const SendFeedbackCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: SendFeedbackCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SendFeedbackCommandInput,
|
|
20
20
|
SendFeedbackCommandOutput,
|
|
21
21
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const SendFeedbackCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: SendFeedbackCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
SendFeedbackCommandInput,
|
|
29
29
|
SendFeedbackCommandOutput,
|
|
30
30
|
SecurityIRClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class SendFeedbackCommand extends SendFeedbackCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
SecurityIRClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UntagResourceCommandOutput
|
|
|
15
15
|
declare const UntagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UntagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
21
21
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UntagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UntagResourceCommandInput,
|
|
29
29
|
UntagResourceCommandOutput,
|
|
30
30
|
SecurityIRClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface UpdateCaseCommandOutput
|
|
|
15
15
|
declare const UpdateCaseCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateCaseCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateCaseCommandInput,
|
|
20
20
|
UpdateCaseCommandOutput,
|
|
21
21
|
SecurityIRClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateCaseCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateCaseCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateCaseCommandInput,
|
|
29
29
|
UpdateCaseCommandOutput,
|
|
30
30
|
SecurityIRClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateCaseCommand extends UpdateCaseCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateCaseCommentRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateCaseCommentCommandOutput
|
|
|
19
19
|
declare const UpdateCaseCommentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateCaseCommentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateCaseCommentCommandInput,
|
|
24
24
|
UpdateCaseCommentCommandOutput,
|
|
25
25
|
SecurityIRClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateCaseCommentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateCaseCommentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateCaseCommentCommandInput,
|
|
33
33
|
UpdateCaseCommentCommandOutput,
|
|
34
34
|
SecurityIRClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateCaseCommentCommand extends UpdateCaseCommentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateCaseStatusRequest,
|
|
@@ -18,7 +18,7 @@ export interface UpdateCaseStatusCommandOutput
|
|
|
18
18
|
declare const UpdateCaseStatusCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateCaseStatusCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateCaseStatusCommandInput,
|
|
23
23
|
UpdateCaseStatusCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateCaseStatusCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateCaseStatusCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateCaseStatusCommandInput,
|
|
32
32
|
UpdateCaseStatusCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateCaseStatusCommand extends UpdateCaseStatusCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UpdateMembershipRequest,
|
|
@@ -18,7 +18,7 @@ export interface UpdateMembershipCommandOutput
|
|
|
18
18
|
declare const UpdateMembershipCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateMembershipCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateMembershipCommandInput,
|
|
23
23
|
UpdateMembershipCommandOutput,
|
|
24
24
|
SecurityIRClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateMembershipCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateMembershipCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateMembershipCommandInput,
|
|
32
32
|
UpdateMembershipCommandOutput,
|
|
33
33
|
SecurityIRClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateMembershipCommand extends UpdateMembershipCommand_base {
|
|
40
42
|
protected static __types: {
|