@aws-sdk/client-security-ir 3.891.0 → 3.894.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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +2114 -10
  2. package/package.json +19 -19
  3. package/dist-cjs/SecurityIR.js +0 -55
  4. package/dist-cjs/SecurityIRClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/BatchGetMemberAccountDetailsCommand.js +0 -26
  7. package/dist-cjs/commands/CancelMembershipCommand.js +0 -26
  8. package/dist-cjs/commands/CloseCaseCommand.js +0 -26
  9. package/dist-cjs/commands/CreateCaseCommand.js +0 -27
  10. package/dist-cjs/commands/CreateCaseCommentCommand.js +0 -27
  11. package/dist-cjs/commands/CreateMembershipCommand.js +0 -27
  12. package/dist-cjs/commands/GetCaseAttachmentDownloadUrlCommand.js +0 -27
  13. package/dist-cjs/commands/GetCaseAttachmentUploadUrlCommand.js +0 -27
  14. package/dist-cjs/commands/GetCaseCommand.js +0 -27
  15. package/dist-cjs/commands/GetMembershipCommand.js +0 -27
  16. package/dist-cjs/commands/ListCaseEditsCommand.js +0 -26
  17. package/dist-cjs/commands/ListCasesCommand.js +0 -27
  18. package/dist-cjs/commands/ListCommentsCommand.js +0 -27
  19. package/dist-cjs/commands/ListMembershipsCommand.js +0 -26
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  21. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  22. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  23. package/dist-cjs/commands/UpdateCaseCommand.js +0 -27
  24. package/dist-cjs/commands/UpdateCaseCommentCommand.js +0 -27
  25. package/dist-cjs/commands/UpdateCaseStatusCommand.js +0 -26
  26. package/dist-cjs/commands/UpdateMembershipCommand.js +0 -27
  27. package/dist-cjs/commands/UpdateResolverTypeCommand.js +0 -26
  28. package/dist-cjs/commands/index.js +0 -25
  29. package/dist-cjs/endpoint/EndpointParameters.js +0 -15
  30. package/dist-cjs/extensionConfiguration.js +0 -2
  31. package/dist-cjs/models/SecurityIRServiceException.js +0 -12
  32. package/dist-cjs/models/index.js +0 -4
  33. package/dist-cjs/models/models_0.js +0 -390
  34. package/dist-cjs/pagination/Interfaces.js +0 -2
  35. package/dist-cjs/pagination/ListCaseEditsPaginator.js +0 -7
  36. package/dist-cjs/pagination/ListCasesPaginator.js +0 -7
  37. package/dist-cjs/pagination/ListCommentsPaginator.js +0 -7
  38. package/dist-cjs/pagination/ListMembershipsPaginator.js +0 -7
  39. package/dist-cjs/pagination/index.js +0 -8
  40. package/dist-cjs/protocols/Aws_restJson1.js +0 -960
  41. package/dist-cjs/runtimeExtensions.js +0 -13
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-security-ir",
3
3
  "description": "AWS SDK for JavaScript Security Ir Client for Node.js, Browser and React Native",
4
- "version": "3.891.0",
4
+ "version": "3.894.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
7
+ "build:cjs": "node ../../scripts/compilation/inline client-security-ir",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.891.0",
25
- "@aws-sdk/middleware-host-header": "3.891.0",
26
- "@aws-sdk/middleware-logger": "3.891.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
- "@aws-sdk/middleware-user-agent": "3.891.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.891.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.891.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.894.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.3",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
57
  "@smithy/util-retry": "^4.1.2",
@@ -1,55 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SecurityIR = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchGetMemberAccountDetailsCommand_1 = require("./commands/BatchGetMemberAccountDetailsCommand");
6
- const CancelMembershipCommand_1 = require("./commands/CancelMembershipCommand");
7
- const CloseCaseCommand_1 = require("./commands/CloseCaseCommand");
8
- const CreateCaseCommand_1 = require("./commands/CreateCaseCommand");
9
- const CreateCaseCommentCommand_1 = require("./commands/CreateCaseCommentCommand");
10
- const CreateMembershipCommand_1 = require("./commands/CreateMembershipCommand");
11
- const GetCaseAttachmentDownloadUrlCommand_1 = require("./commands/GetCaseAttachmentDownloadUrlCommand");
12
- const GetCaseAttachmentUploadUrlCommand_1 = require("./commands/GetCaseAttachmentUploadUrlCommand");
13
- const GetCaseCommand_1 = require("./commands/GetCaseCommand");
14
- const GetMembershipCommand_1 = require("./commands/GetMembershipCommand");
15
- const ListCaseEditsCommand_1 = require("./commands/ListCaseEditsCommand");
16
- const ListCasesCommand_1 = require("./commands/ListCasesCommand");
17
- const ListCommentsCommand_1 = require("./commands/ListCommentsCommand");
18
- const ListMembershipsCommand_1 = require("./commands/ListMembershipsCommand");
19
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
20
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
21
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
22
- const UpdateCaseCommand_1 = require("./commands/UpdateCaseCommand");
23
- const UpdateCaseCommentCommand_1 = require("./commands/UpdateCaseCommentCommand");
24
- const UpdateCaseStatusCommand_1 = require("./commands/UpdateCaseStatusCommand");
25
- const UpdateMembershipCommand_1 = require("./commands/UpdateMembershipCommand");
26
- const UpdateResolverTypeCommand_1 = require("./commands/UpdateResolverTypeCommand");
27
- const SecurityIRClient_1 = require("./SecurityIRClient");
28
- const commands = {
29
- BatchGetMemberAccountDetailsCommand: BatchGetMemberAccountDetailsCommand_1.BatchGetMemberAccountDetailsCommand,
30
- CancelMembershipCommand: CancelMembershipCommand_1.CancelMembershipCommand,
31
- CloseCaseCommand: CloseCaseCommand_1.CloseCaseCommand,
32
- CreateCaseCommand: CreateCaseCommand_1.CreateCaseCommand,
33
- CreateCaseCommentCommand: CreateCaseCommentCommand_1.CreateCaseCommentCommand,
34
- CreateMembershipCommand: CreateMembershipCommand_1.CreateMembershipCommand,
35
- GetCaseCommand: GetCaseCommand_1.GetCaseCommand,
36
- GetCaseAttachmentDownloadUrlCommand: GetCaseAttachmentDownloadUrlCommand_1.GetCaseAttachmentDownloadUrlCommand,
37
- GetCaseAttachmentUploadUrlCommand: GetCaseAttachmentUploadUrlCommand_1.GetCaseAttachmentUploadUrlCommand,
38
- GetMembershipCommand: GetMembershipCommand_1.GetMembershipCommand,
39
- ListCaseEditsCommand: ListCaseEditsCommand_1.ListCaseEditsCommand,
40
- ListCasesCommand: ListCasesCommand_1.ListCasesCommand,
41
- ListCommentsCommand: ListCommentsCommand_1.ListCommentsCommand,
42
- ListMembershipsCommand: ListMembershipsCommand_1.ListMembershipsCommand,
43
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
44
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
45
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
46
- UpdateCaseCommand: UpdateCaseCommand_1.UpdateCaseCommand,
47
- UpdateCaseCommentCommand: UpdateCaseCommentCommand_1.UpdateCaseCommentCommand,
48
- UpdateCaseStatusCommand: UpdateCaseStatusCommand_1.UpdateCaseStatusCommand,
49
- UpdateMembershipCommand: UpdateMembershipCommand_1.UpdateMembershipCommand,
50
- UpdateResolverTypeCommand: UpdateResolverTypeCommand_1.UpdateResolverTypeCommand,
51
- };
52
- class SecurityIR extends SecurityIRClient_1.SecurityIRClient {
53
- }
54
- exports.SecurityIR = SecurityIR;
55
- (0, smithy_client_1.createAggregatedClient)(commands, SecurityIR);
@@ -1,52 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SecurityIRClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const core_1 = require("@smithy/core");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
16
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
17
- const runtimeConfig_1 = require("./runtimeConfig");
18
- const runtimeExtensions_1 = require("./runtimeExtensions");
19
- class SecurityIRClient extends smithy_client_1.Client {
20
- config;
21
- constructor(...[configuration]) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
- super(_config_0);
24
- this.initConfig = _config_0;
25
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
26
- const _config_2 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_1);
27
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
28
- const _config_4 = (0, config_resolver_1.resolveRegionConfig)(_config_3);
29
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
30
- const _config_6 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_5);
31
- const _config_7 = (0, httpAuthSchemeProvider_1.resolveHttpAuthSchemeConfig)(_config_6);
32
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
33
- this.config = _config_8;
34
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
38
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
39
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
40
- this.middlewareStack.use((0, core_1.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
41
- httpAuthSchemeParametersProvider: httpAuthSchemeProvider_1.defaultSecurityIRHttpAuthSchemeParametersProvider,
42
- identityProviderConfigProvider: async (config) => new core_1.DefaultIdentityProviderConfig({
43
- "aws.auth#sigv4": config.credentials,
44
- }),
45
- }));
46
- this.middlewareStack.use((0, core_1.getHttpSigningPlugin)(this.config));
47
- }
48
- destroy() {
49
- super.destroy();
50
- }
51
- }
52
- exports.SecurityIRClient = SecurityIRClient;
@@ -1,43 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.resolveHttpAuthRuntimeConfig = exports.getHttpAuthExtensionConfiguration = void 0;
4
- const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
5
- const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
6
- let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
7
- let _credentials = runtimeConfig.credentials;
8
- return {
9
- setHttpAuthScheme(httpAuthScheme) {
10
- const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
11
- if (index === -1) {
12
- _httpAuthSchemes.push(httpAuthScheme);
13
- }
14
- else {
15
- _httpAuthSchemes.splice(index, 1, httpAuthScheme);
16
- }
17
- },
18
- httpAuthSchemes() {
19
- return _httpAuthSchemes;
20
- },
21
- setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
22
- _httpAuthSchemeProvider = httpAuthSchemeProvider;
23
- },
24
- httpAuthSchemeProvider() {
25
- return _httpAuthSchemeProvider;
26
- },
27
- setCredentials(credentials) {
28
- _credentials = credentials;
29
- },
30
- credentials() {
31
- return _credentials;
32
- },
33
- };
34
- };
35
- exports.getHttpAuthExtensionConfiguration = getHttpAuthExtensionConfiguration;
36
- const resolveHttpAuthRuntimeConfig = (config) => {
37
- return {
38
- httpAuthSchemes: config.httpAuthSchemes(),
39
- httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
40
- credentials: config.credentials(),
41
- };
42
- };
43
- exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetMemberAccountDetailsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class BatchGetMemberAccountDetailsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "BatchGetMemberAccountDetails", {})
20
- .n("SecurityIRClient", "BatchGetMemberAccountDetailsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_BatchGetMemberAccountDetailsCommand)
23
- .de(Aws_restJson1_1.de_BatchGetMemberAccountDetailsCommand)
24
- .build() {
25
- }
26
- exports.BatchGetMemberAccountDetailsCommand = BatchGetMemberAccountDetailsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelMembershipCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelMembershipCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "CancelMembership", {})
20
- .n("SecurityIRClient", "CancelMembershipCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CancelMembershipCommand)
23
- .de(Aws_restJson1_1.de_CancelMembershipCommand)
24
- .build() {
25
- }
26
- exports.CancelMembershipCommand = CancelMembershipCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloseCaseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CloseCaseCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "CloseCase", {})
20
- .n("SecurityIRClient", "CloseCaseCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_CloseCaseCommand)
23
- .de(Aws_restJson1_1.de_CloseCaseCommand)
24
- .build() {
25
- }
26
- exports.CloseCaseCommand = CloseCaseCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCaseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateCaseCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "CreateCase", {})
21
- .n("SecurityIRClient", "CreateCaseCommand")
22
- .f(models_0_1.CreateCaseRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateCaseCommand)
24
- .de(Aws_restJson1_1.de_CreateCaseCommand)
25
- .build() {
26
- }
27
- exports.CreateCaseCommand = CreateCaseCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCaseCommentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateCaseCommentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "CreateCaseComment", {})
21
- .n("SecurityIRClient", "CreateCaseCommentCommand")
22
- .f(models_0_1.CreateCaseCommentRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateCaseCommentCommand)
24
- .de(Aws_restJson1_1.de_CreateCaseCommentCommand)
25
- .build() {
26
- }
27
- exports.CreateCaseCommentCommand = CreateCaseCommentCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMembershipCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class CreateMembershipCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "CreateMembership", {})
21
- .n("SecurityIRClient", "CreateMembershipCommand")
22
- .f(models_0_1.CreateMembershipRequestFilterSensitiveLog, void 0)
23
- .ser(Aws_restJson1_1.se_CreateMembershipCommand)
24
- .de(Aws_restJson1_1.de_CreateMembershipCommand)
25
- .build() {
26
- }
27
- exports.CreateMembershipCommand = CreateMembershipCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCaseAttachmentDownloadUrlCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetCaseAttachmentDownloadUrlCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "GetCaseAttachmentDownloadUrl", {})
21
- .n("SecurityIRClient", "GetCaseAttachmentDownloadUrlCommand")
22
- .f(void 0, models_0_1.GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetCaseAttachmentDownloadUrlCommand)
24
- .de(Aws_restJson1_1.de_GetCaseAttachmentDownloadUrlCommand)
25
- .build() {
26
- }
27
- exports.GetCaseAttachmentDownloadUrlCommand = GetCaseAttachmentDownloadUrlCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCaseAttachmentUploadUrlCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetCaseAttachmentUploadUrlCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "GetCaseAttachmentUploadUrl", {})
21
- .n("SecurityIRClient", "GetCaseAttachmentUploadUrlCommand")
22
- .f(models_0_1.GetCaseAttachmentUploadUrlRequestFilterSensitiveLog, models_0_1.GetCaseAttachmentUploadUrlResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetCaseAttachmentUploadUrlCommand)
24
- .de(Aws_restJson1_1.de_GetCaseAttachmentUploadUrlCommand)
25
- .build() {
26
- }
27
- exports.GetCaseAttachmentUploadUrlCommand = GetCaseAttachmentUploadUrlCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCaseCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetCaseCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "GetCase", {})
21
- .n("SecurityIRClient", "GetCaseCommand")
22
- .f(void 0, models_0_1.GetCaseResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetCaseCommand)
24
- .de(Aws_restJson1_1.de_GetCaseCommand)
25
- .build() {
26
- }
27
- exports.GetCaseCommand = GetCaseCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMembershipCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetMembershipCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "GetMembership", {})
21
- .n("SecurityIRClient", "GetMembershipCommand")
22
- .f(void 0, models_0_1.GetMembershipResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_GetMembershipCommand)
24
- .de(Aws_restJson1_1.de_GetMembershipCommand)
25
- .build() {
26
- }
27
- exports.GetMembershipCommand = GetMembershipCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCaseEditsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCaseEditsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "ListCaseEdits", {})
20
- .n("SecurityIRClient", "ListCaseEditsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListCaseEditsCommand)
23
- .de(Aws_restJson1_1.de_ListCaseEditsCommand)
24
- .build() {
25
- }
26
- exports.ListCaseEditsCommand = ListCaseEditsCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCasesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListCasesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "ListCases", {})
21
- .n("SecurityIRClient", "ListCasesCommand")
22
- .f(void 0, models_0_1.ListCasesResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListCasesCommand)
24
- .de(Aws_restJson1_1.de_ListCasesCommand)
25
- .build() {
26
- }
27
- exports.ListCasesCommand = ListCasesCommand;
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCommentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListCommentsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep(EndpointParameters_1.commonParams)
14
- .m(function (Command, cs, config, o) {
15
- return [
16
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
17
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
18
- ];
19
- })
20
- .s("SecurityIncidentResponse", "ListComments", {})
21
- .n("SecurityIRClient", "ListCommentsCommand")
22
- .f(void 0, models_0_1.ListCommentsResponseFilterSensitiveLog)
23
- .ser(Aws_restJson1_1.se_ListCommentsCommand)
24
- .de(Aws_restJson1_1.de_ListCommentsCommand)
25
- .build() {
26
- }
27
- exports.ListCommentsCommand = ListCommentsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMembershipsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMembershipsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "ListMemberships", {})
20
- .n("SecurityIRClient", "ListMembershipsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListMembershipsCommand)
23
- .de(Aws_restJson1_1.de_ListMembershipsCommand)
24
- .build() {
25
- }
26
- exports.ListMembershipsCommand = ListMembershipsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("SecurityIncidentResponse", "ListTagsForResource", {})
20
- .n("SecurityIRClient", "ListTagsForResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
23
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
24
- .build() {
25
- }
26
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;