@aws-sdk/client-cloudtrail 3.927.0 → 3.928.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 (80) hide show
  1. package/dist-cjs/index.js +2898 -3312
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudTrailClient.js +2 -0
  4. package/dist-es/commands/AddTagsCommand.js +3 -9
  5. package/dist-es/commands/CancelQueryCommand.js +3 -9
  6. package/dist-es/commands/CreateChannelCommand.js +3 -9
  7. package/dist-es/commands/CreateDashboardCommand.js +3 -9
  8. package/dist-es/commands/CreateEventDataStoreCommand.js +3 -9
  9. package/dist-es/commands/CreateTrailCommand.js +3 -9
  10. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  11. package/dist-es/commands/DeleteDashboardCommand.js +3 -9
  12. package/dist-es/commands/DeleteEventDataStoreCommand.js +3 -9
  13. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteTrailCommand.js +3 -9
  15. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +3 -9
  16. package/dist-es/commands/DescribeQueryCommand.js +3 -9
  17. package/dist-es/commands/DescribeTrailsCommand.js +3 -9
  18. package/dist-es/commands/DisableFederationCommand.js +3 -9
  19. package/dist-es/commands/EnableFederationCommand.js +3 -9
  20. package/dist-es/commands/GenerateQueryCommand.js +3 -9
  21. package/dist-es/commands/GetChannelCommand.js +3 -9
  22. package/dist-es/commands/GetDashboardCommand.js +3 -9
  23. package/dist-es/commands/GetEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetEventDataStoreCommand.js +3 -9
  25. package/dist-es/commands/GetEventSelectorsCommand.js +3 -9
  26. package/dist-es/commands/GetImportCommand.js +3 -9
  27. package/dist-es/commands/GetInsightSelectorsCommand.js +3 -9
  28. package/dist-es/commands/GetQueryResultsCommand.js +3 -9
  29. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  30. package/dist-es/commands/GetTrailCommand.js +3 -9
  31. package/dist-es/commands/GetTrailStatusCommand.js +3 -9
  32. package/dist-es/commands/ListChannelsCommand.js +3 -9
  33. package/dist-es/commands/ListDashboardsCommand.js +3 -9
  34. package/dist-es/commands/ListEventDataStoresCommand.js +3 -9
  35. package/dist-es/commands/ListImportFailuresCommand.js +3 -9
  36. package/dist-es/commands/ListImportsCommand.js +3 -9
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +3 -9
  38. package/dist-es/commands/ListPublicKeysCommand.js +3 -9
  39. package/dist-es/commands/ListQueriesCommand.js +3 -9
  40. package/dist-es/commands/ListTagsCommand.js +3 -9
  41. package/dist-es/commands/ListTrailsCommand.js +3 -9
  42. package/dist-es/commands/LookupEventsCommand.js +3 -9
  43. package/dist-es/commands/PutEventConfigurationCommand.js +3 -9
  44. package/dist-es/commands/PutEventSelectorsCommand.js +3 -9
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +3 -9
  46. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +3 -9
  48. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +3 -9
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +3 -9
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +3 -9
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +3 -9
  53. package/dist-es/commands/StartImportCommand.js +3 -9
  54. package/dist-es/commands/StartLoggingCommand.js +3 -9
  55. package/dist-es/commands/StartQueryCommand.js +3 -9
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +3 -9
  57. package/dist-es/commands/StopImportCommand.js +3 -9
  58. package/dist-es/commands/StopLoggingCommand.js +3 -9
  59. package/dist-es/commands/UpdateChannelCommand.js +3 -9
  60. package/dist-es/commands/UpdateDashboardCommand.js +3 -9
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +3 -9
  62. package/dist-es/commands/UpdateTrailCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +7 -0
  64. package/dist-es/schemas/schemas_0.js +2537 -0
  65. package/dist-types/CloudTrailClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +341 -0
  71. package/dist-types/ts3.4/CloudTrailClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +346 -0
  77. package/package.json +5 -5
  78. package/dist-es/protocols/Aws_json1_1.js +0 -2645
  79. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.cloudtrail",
32
+ serviceTarget: "CloudTrail_20131101",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "CloudTrail",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class CloudTrailClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1";
4
+ import { AddTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AddTagsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "AddTags", {})
17
13
  .n("CloudTrailClient", "AddTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AddTagsCommand)
20
- .de(de_AddTagsCommand)
14
+ .sc(AddTags)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_json1_1";
4
+ import { CancelQuery } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelQueryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "CancelQuery", {})
17
13
  .n("CloudTrailClient", "CancelQueryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelQueryCommand)
20
- .de(de_CancelQueryCommand)
14
+ .sc(CancelQuery)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateChannelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "CreateChannel", {})
17
13
  .n("CloudTrailClient", "CreateChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateChannelCommand)
20
- .de(de_CreateChannelCommand)
14
+ .sc(CreateChannel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateDashboardCommand, se_CreateDashboardCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateDashboard } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateDashboardCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "CreateDashboard", {})
17
13
  .n("CloudTrailClient", "CreateDashboardCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateDashboardCommand)
20
- .de(de_CreateDashboardCommand)
14
+ .sc(CreateDashboard)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateEventDataStoreCommand, se_CreateEventDataStoreCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateEventDataStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateEventDataStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "CreateEventDataStore", {})
17
13
  .n("CloudTrailClient", "CreateEventDataStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateEventDataStoreCommand)
20
- .de(de_CreateEventDataStoreCommand)
14
+ .sc(CreateEventDataStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTrailCommand, se_CreateTrailCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateTrail } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrailCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "CreateTrail", {})
17
13
  .n("CloudTrailClient", "CreateTrailCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrailCommand)
20
- .de(de_CreateTrailCommand)
14
+ .sc(CreateTrail)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteChannelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeleteChannel", {})
17
13
  .n("CloudTrailClient", "DeleteChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteChannelCommand)
20
- .de(de_DeleteChannelCommand)
14
+ .sc(DeleteChannel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteDashboardCommand, se_DeleteDashboardCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteDashboard } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteDashboardCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeleteDashboard", {})
17
13
  .n("CloudTrailClient", "DeleteDashboardCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteDashboardCommand)
20
- .de(de_DeleteDashboardCommand)
14
+ .sc(DeleteDashboard)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteEventDataStoreCommand, se_DeleteEventDataStoreCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteEventDataStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteEventDataStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeleteEventDataStore", {})
17
13
  .n("CloudTrailClient", "DeleteEventDataStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteEventDataStoreCommand)
20
- .de(de_DeleteEventDataStoreCommand)
14
+ .sc(DeleteEventDataStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeleteResourcePolicy", {})
17
13
  .n("CloudTrailClient", "DeleteResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteResourcePolicyCommand)
20
- .de(de_DeleteResourcePolicyCommand)
14
+ .sc(DeleteResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTrailCommand, se_DeleteTrailCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteTrail } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrailCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeleteTrail", {})
17
13
  .n("CloudTrailClient", "DeleteTrailCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrailCommand)
20
- .de(de_DeleteTrailCommand)
14
+ .sc(DeleteTrail)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeregisterOrganizationDelegatedAdminCommand, se_DeregisterOrganizationDelegatedAdminCommand, } from "../protocols/Aws_json1_1";
4
+ import { DeregisterOrganizationDelegatedAdmin } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterOrganizationDelegatedAdminCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
17
13
  .n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterOrganizationDelegatedAdminCommand)
20
- .de(de_DeregisterOrganizationDelegatedAdminCommand)
14
+ .sc(DeregisterOrganizationDelegatedAdmin)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeQueryCommand, se_DescribeQueryCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeQuery } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeQueryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DescribeQuery", {})
17
13
  .n("CloudTrailClient", "DescribeQueryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeQueryCommand)
20
- .de(de_DescribeQueryCommand)
14
+ .sc(DescribeQuery)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DescribeTrailsCommand, se_DescribeTrailsCommand } from "../protocols/Aws_json1_1";
4
+ import { DescribeTrails } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTrailsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DescribeTrails", {})
17
13
  .n("CloudTrailClient", "DescribeTrailsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTrailsCommand)
20
- .de(de_DescribeTrailsCommand)
14
+ .sc(DescribeTrails)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisableFederationCommand, se_DisableFederationCommand } from "../protocols/Aws_json1_1";
4
+ import { DisableFederation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisableFederationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "DisableFederation", {})
17
13
  .n("CloudTrailClient", "DisableFederationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisableFederationCommand)
20
- .de(de_DisableFederationCommand)
14
+ .sc(DisableFederation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_EnableFederationCommand, se_EnableFederationCommand } from "../protocols/Aws_json1_1";
4
+ import { EnableFederation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class EnableFederationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "EnableFederation", {})
17
13
  .n("CloudTrailClient", "EnableFederationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_EnableFederationCommand)
20
- .de(de_EnableFederationCommand)
14
+ .sc(EnableFederation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GenerateQueryCommand, se_GenerateQueryCommand } from "../protocols/Aws_json1_1";
4
+ import { GenerateQuery } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GenerateQueryCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GenerateQuery", {})
17
13
  .n("CloudTrailClient", "GenerateQueryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GenerateQueryCommand)
20
- .de(de_GenerateQueryCommand)
14
+ .sc(GenerateQuery)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_json1_1";
4
+ import { GetChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetChannelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GetChannel", {})
17
13
  .n("CloudTrailClient", "GetChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetChannelCommand)
20
- .de(de_GetChannelCommand)
14
+ .sc(GetChannel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetDashboardCommand, se_GetDashboardCommand } from "../protocols/Aws_json1_1";
4
+ import { GetDashboard } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetDashboardCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GetDashboard", {})
17
13
  .n("CloudTrailClient", "GetDashboardCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetDashboardCommand)
20
- .de(de_GetDashboardCommand)
14
+ .sc(GetDashboard)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEventConfigurationCommand, se_GetEventConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { GetEventConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GetEventConfiguration", {})
17
13
  .n("CloudTrailClient", "GetEventConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventConfigurationCommand)
20
- .de(de_GetEventConfigurationCommand)
14
+ .sc(GetEventConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEventDataStoreCommand, se_GetEventDataStoreCommand } from "../protocols/Aws_json1_1";
4
+ import { GetEventDataStore } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventDataStoreCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GetEventDataStore", {})
17
13
  .n("CloudTrailClient", "GetEventDataStoreCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventDataStoreCommand)
20
- .de(de_GetEventDataStoreCommand)
14
+ .sc(GetEventDataStore)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEventSelectorsCommand, se_GetEventSelectorsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetEventSelectors } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEventSelectorsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("CloudTrail_20131101", "GetEventSelectors", {})
17
13
  .n("CloudTrailClient", "GetEventSelectorsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEventSelectorsCommand)
20
- .de(de_GetEventSelectorsCommand)
14
+ .sc(GetEventSelectors)
21
15
  .build() {
22
16
  }