@aws-sdk/client-guardduty 3.413.0 → 3.418.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/commands/AcceptAdministratorInvitationCommand.js +5 -0
- package/dist-cjs/commands/AcceptInvitationCommand.js +5 -0
- package/dist-cjs/commands/ArchiveFindingsCommand.js +5 -0
- package/dist-cjs/commands/CreateDetectorCommand.js +5 -0
- package/dist-cjs/commands/CreateFilterCommand.js +5 -0
- package/dist-cjs/commands/CreateIPSetCommand.js +5 -0
- package/dist-cjs/commands/CreateMembersCommand.js +5 -0
- package/dist-cjs/commands/CreatePublishingDestinationCommand.js +5 -0
- package/dist-cjs/commands/CreateSampleFindingsCommand.js +5 -0
- package/dist-cjs/commands/CreateThreatIntelSetCommand.js +5 -0
- package/dist-cjs/commands/DeclineInvitationsCommand.js +5 -0
- package/dist-cjs/commands/DeleteDetectorCommand.js +5 -0
- package/dist-cjs/commands/DeleteFilterCommand.js +5 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js +5 -0
- package/dist-cjs/commands/DeleteInvitationsCommand.js +5 -0
- package/dist-cjs/commands/DeleteMembersCommand.js +5 -0
- package/dist-cjs/commands/DeletePublishingDestinationCommand.js +5 -0
- package/dist-cjs/commands/DeleteThreatIntelSetCommand.js +5 -0
- package/dist-cjs/commands/DescribeMalwareScansCommand.js +5 -0
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/DescribePublishingDestinationCommand.js +5 -0
- package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateFromMasterAccountCommand.js +5 -0
- package/dist-cjs/commands/DisassociateMembersCommand.js +5 -0
- package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +5 -0
- package/dist-cjs/commands/GetAdministratorAccountCommand.js +5 -0
- package/dist-cjs/commands/GetCoverageStatisticsCommand.js +5 -0
- package/dist-cjs/commands/GetDetectorCommand.js +5 -0
- package/dist-cjs/commands/GetFilterCommand.js +5 -0
- package/dist-cjs/commands/GetFindingsCommand.js +5 -0
- package/dist-cjs/commands/GetFindingsStatisticsCommand.js +5 -0
- package/dist-cjs/commands/GetIPSetCommand.js +5 -0
- package/dist-cjs/commands/GetInvitationsCountCommand.js +5 -0
- package/dist-cjs/commands/GetMalwareScanSettingsCommand.js +5 -0
- package/dist-cjs/commands/GetMasterAccountCommand.js +5 -0
- package/dist-cjs/commands/GetMemberDetectorsCommand.js +5 -0
- package/dist-cjs/commands/GetMembersCommand.js +5 -0
- package/dist-cjs/commands/GetRemainingFreeTrialDaysCommand.js +5 -0
- package/dist-cjs/commands/GetThreatIntelSetCommand.js +5 -0
- package/dist-cjs/commands/GetUsageStatisticsCommand.js +5 -0
- package/dist-cjs/commands/InviteMembersCommand.js +5 -0
- package/dist-cjs/commands/ListCoverageCommand.js +5 -0
- package/dist-cjs/commands/ListDetectorsCommand.js +5 -0
- package/dist-cjs/commands/ListFiltersCommand.js +5 -0
- package/dist-cjs/commands/ListFindingsCommand.js +5 -0
- package/dist-cjs/commands/ListIPSetsCommand.js +5 -0
- package/dist-cjs/commands/ListInvitationsCommand.js +5 -0
- package/dist-cjs/commands/ListMembersCommand.js +5 -0
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +5 -0
- package/dist-cjs/commands/ListPublishingDestinationsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ListThreatIntelSetsCommand.js +5 -0
- package/dist-cjs/commands/StartMalwareScanCommand.js +5 -0
- package/dist-cjs/commands/StartMonitoringMembersCommand.js +5 -0
- package/dist-cjs/commands/StopMonitoringMembersCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UnarchiveFindingsCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateDetectorCommand.js +5 -0
- package/dist-cjs/commands/UpdateFilterCommand.js +5 -0
- package/dist-cjs/commands/UpdateFindingsFeedbackCommand.js +5 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js +5 -0
- package/dist-cjs/commands/UpdateMalwareScanSettingsCommand.js +5 -0
- package/dist-cjs/commands/UpdateMemberDetectorsCommand.js +5 -0
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdatePublishingDestinationCommand.js +5 -0
- package/dist-cjs/commands/UpdateThreatIntelSetCommand.js +5 -0
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AcceptAdministratorInvitationCommand.js +5 -0
- package/dist-es/commands/AcceptInvitationCommand.js +5 -0
- package/dist-es/commands/ArchiveFindingsCommand.js +5 -0
- package/dist-es/commands/CreateDetectorCommand.js +5 -0
- package/dist-es/commands/CreateFilterCommand.js +5 -0
- package/dist-es/commands/CreateIPSetCommand.js +5 -0
- package/dist-es/commands/CreateMembersCommand.js +5 -0
- package/dist-es/commands/CreatePublishingDestinationCommand.js +5 -0
- package/dist-es/commands/CreateSampleFindingsCommand.js +5 -0
- package/dist-es/commands/CreateThreatIntelSetCommand.js +5 -0
- package/dist-es/commands/DeclineInvitationsCommand.js +5 -0
- package/dist-es/commands/DeleteDetectorCommand.js +5 -0
- package/dist-es/commands/DeleteFilterCommand.js +5 -0
- package/dist-es/commands/DeleteIPSetCommand.js +5 -0
- package/dist-es/commands/DeleteInvitationsCommand.js +5 -0
- package/dist-es/commands/DeleteMembersCommand.js +5 -0
- package/dist-es/commands/DeletePublishingDestinationCommand.js +5 -0
- package/dist-es/commands/DeleteThreatIntelSetCommand.js +5 -0
- package/dist-es/commands/DescribeMalwareScansCommand.js +5 -0
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +5 -0
- package/dist-es/commands/DescribePublishingDestinationCommand.js +5 -0
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateFromAdministratorAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateFromMasterAccountCommand.js +5 -0
- package/dist-es/commands/DisassociateMembersCommand.js +5 -0
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +5 -0
- package/dist-es/commands/GetAdministratorAccountCommand.js +5 -0
- package/dist-es/commands/GetCoverageStatisticsCommand.js +5 -0
- package/dist-es/commands/GetDetectorCommand.js +5 -0
- package/dist-es/commands/GetFilterCommand.js +5 -0
- package/dist-es/commands/GetFindingsCommand.js +5 -0
- package/dist-es/commands/GetFindingsStatisticsCommand.js +5 -0
- package/dist-es/commands/GetIPSetCommand.js +5 -0
- package/dist-es/commands/GetInvitationsCountCommand.js +5 -0
- package/dist-es/commands/GetMalwareScanSettingsCommand.js +5 -0
- package/dist-es/commands/GetMasterAccountCommand.js +5 -0
- package/dist-es/commands/GetMemberDetectorsCommand.js +5 -0
- package/dist-es/commands/GetMembersCommand.js +5 -0
- package/dist-es/commands/GetRemainingFreeTrialDaysCommand.js +5 -0
- package/dist-es/commands/GetThreatIntelSetCommand.js +5 -0
- package/dist-es/commands/GetUsageStatisticsCommand.js +5 -0
- package/dist-es/commands/InviteMembersCommand.js +5 -0
- package/dist-es/commands/ListCoverageCommand.js +5 -0
- package/dist-es/commands/ListDetectorsCommand.js +5 -0
- package/dist-es/commands/ListFiltersCommand.js +5 -0
- package/dist-es/commands/ListFindingsCommand.js +5 -0
- package/dist-es/commands/ListIPSetsCommand.js +5 -0
- package/dist-es/commands/ListInvitationsCommand.js +5 -0
- package/dist-es/commands/ListMembersCommand.js +5 -0
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +5 -0
- package/dist-es/commands/ListPublishingDestinationsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ListThreatIntelSetsCommand.js +5 -0
- package/dist-es/commands/StartMalwareScanCommand.js +5 -0
- package/dist-es/commands/StartMonitoringMembersCommand.js +5 -0
- package/dist-es/commands/StopMonitoringMembersCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UnarchiveFindingsCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateDetectorCommand.js +5 -0
- package/dist-es/commands/UpdateFilterCommand.js +5 -0
- package/dist-es/commands/UpdateFindingsFeedbackCommand.js +5 -0
- package/dist-es/commands/UpdateIPSetCommand.js +5 -0
- package/dist-es/commands/UpdateMalwareScanSettingsCommand.js +5 -0
- package/dist-es/commands/UpdateMemberDetectorsCommand.js +5 -0
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdatePublishingDestinationCommand.js +5 -0
- package/dist-es/commands/UpdateThreatIntelSetCommand.js +5 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListCoverageCommand.d.ts +2 -2
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -2
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +20 -9
- package/dist-types/models/models_1.d.ts +11 -11
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +31 -30
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateMemberDetectorsCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateMemberDetectorsCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "GuardDutyAPIService",
|
|
38
|
+
operation: "UpdateMemberDetectors",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateOrganizationConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateOrganizationConfigurationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "GuardDutyAPIService",
|
|
38
|
+
operation: "UpdateOrganizationConfiguration",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdatePublishingDestinationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdatePublishingDestinationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "GuardDutyAPIService",
|
|
38
|
+
operation: "UpdatePublishingDestination",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateThreatIntelSetCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateThreatIntelSetCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "GuardDutyAPIService",
|
|
38
|
+
operation: "UpdateThreatIntelSet",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -102,6 +102,7 @@ exports.CoverageFilterCriterionKey = {
|
|
|
102
102
|
ADDON_VERSION: "ADDON_VERSION",
|
|
103
103
|
CLUSTER_NAME: "CLUSTER_NAME",
|
|
104
104
|
COVERAGE_STATUS: "COVERAGE_STATUS",
|
|
105
|
+
EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME",
|
|
105
106
|
MANAGEMENT_TYPE: "MANAGEMENT_TYPE",
|
|
106
107
|
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
107
108
|
};
|
|
@@ -110,6 +111,7 @@ exports.CoverageSortKey = {
|
|
|
110
111
|
ADDON_VERSION: "ADDON_VERSION",
|
|
111
112
|
CLUSTER_NAME: "CLUSTER_NAME",
|
|
112
113
|
COVERAGE_STATUS: "COVERAGE_STATUS",
|
|
114
|
+
EKS_CLUSTER_NAME: "EKS_CLUSTER_NAME",
|
|
113
115
|
ISSUE: "ISSUE",
|
|
114
116
|
UPDATED_AT: "UPDATED_AT",
|
|
115
117
|
};
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
+
const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
|
|
4
5
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const asPartial = (t) => t;
|
|
7
8
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
8
9
|
const extensionConfiguration = {
|
|
10
|
+
...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
9
11
|
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
10
12
|
...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
|
|
11
13
|
};
|
|
12
14
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
13
15
|
return {
|
|
14
16
|
...runtimeConfig,
|
|
17
|
+
...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
15
18
|
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
16
19
|
...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
|
|
17
20
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_AcceptAdministratorInvitationCommand, se_AcceptAdministratorInvitationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AcceptAdministratorInvitationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AcceptAdministratorInvitationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "AcceptAdministratorInvitation",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class AcceptInvitationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class AcceptInvitationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "AcceptInvitation",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ArchiveFindingsCommand, se_ArchiveFindingsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ArchiveFindingsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ArchiveFindingsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "ArchiveFindings",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateDetectorCommand, se_CreateDetectorCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDetectorCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDetectorCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateDetector",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateFilterCommand, se_CreateFilterCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateFilterCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateFilterCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateFilter",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateIPSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateIPSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateIPSet",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateMembers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreatePublishingDestinationCommand, se_CreatePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreatePublishingDestinationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreatePublishingDestinationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreatePublishingDestination",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateSampleFindingsCommand, se_CreateSampleFindingsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateSampleFindingsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateSampleFindingsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateSampleFindings",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateThreatIntelSetCommand, se_CreateThreatIntelSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateThreatIntelSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateThreatIntelSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "CreateThreatIntelSet",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeclineInvitationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeclineInvitationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeclineInvitations",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDetectorCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDetectorCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteDetector",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteFilterCommand, se_DeleteFilterCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteFilterCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteFilterCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteFilter",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteIPSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteIPSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteIPSet",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteInvitationsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteInvitationsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteInvitations",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteMembers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeletePublishingDestinationCommand, se_DeletePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeletePublishingDestinationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeletePublishingDestinationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeletePublishingDestination",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteThreatIntelSetCommand, se_DeleteThreatIntelSetCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteThreatIntelSetCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteThreatIntelSetCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DeleteThreatIntelSet",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeMalwareScansCommand, se_DescribeMalwareScansCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeMalwareScansCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeMalwareScansCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DescribeMalwareScans",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribeOrganizationConfigurationCommand, se_DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribeOrganizationConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribeOrganizationConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DescribeOrganizationConfiguration",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DescribePublishingDestinationCommand, se_DescribePublishingDestinationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DescribePublishingDestinationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DescribePublishingDestinationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DescribePublishingDestination",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisableOrganizationAdminAccountCommand, se_DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisableOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisableOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DisableOrganizationAdminAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisassociateFromAdministratorAccountCommand, se_DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateFromAdministratorAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateFromAdministratorAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DisassociateFromAdministratorAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisassociateFromMasterAccountCommand, se_DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateFromMasterAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateFromMasterAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DisassociateFromMasterAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DisassociateMembersCommand, se_DisassociateMembersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DisassociateMembersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DisassociateMembersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "DisassociateMembers",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_EnableOrganizationAdminAccountCommand, se_EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class EnableOrganizationAdminAccountCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class EnableOrganizationAdminAccountCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "GuardDutyAPIService",
|
|
35
|
+
operation: "EnableOrganizationAdminAccount",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|