@aws-sdk/client-cloudtrail 3.489.0 → 3.495.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 (101) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/CloudTrail.js +1 -107
  3. package/dist-cjs/CloudTrailClient.js +1 -43
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/CancelQueryCommand.js +1 -28
  6. package/dist-cjs/commands/CreateChannelCommand.js +1 -28
  7. package/dist-cjs/commands/CreateEventDataStoreCommand.js +1 -28
  8. package/dist-cjs/commands/CreateTrailCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteChannelCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteEventDataStoreCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteTrailCommand.js +1 -28
  13. package/dist-cjs/commands/DeregisterOrganizationDelegatedAdminCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeQueryCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeTrailsCommand.js +1 -28
  16. package/dist-cjs/commands/DisableFederationCommand.js +1 -28
  17. package/dist-cjs/commands/EnableFederationCommand.js +1 -28
  18. package/dist-cjs/commands/GetChannelCommand.js +1 -28
  19. package/dist-cjs/commands/GetEventDataStoreCommand.js +1 -28
  20. package/dist-cjs/commands/GetEventSelectorsCommand.js +1 -28
  21. package/dist-cjs/commands/GetImportCommand.js +1 -28
  22. package/dist-cjs/commands/GetInsightSelectorsCommand.js +1 -28
  23. package/dist-cjs/commands/GetQueryResultsCommand.js +1 -28
  24. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  25. package/dist-cjs/commands/GetTrailCommand.js +1 -28
  26. package/dist-cjs/commands/GetTrailStatusCommand.js +1 -28
  27. package/dist-cjs/commands/ListChannelsCommand.js +1 -28
  28. package/dist-cjs/commands/ListEventDataStoresCommand.js +1 -28
  29. package/dist-cjs/commands/ListImportFailuresCommand.js +1 -28
  30. package/dist-cjs/commands/ListImportsCommand.js +1 -28
  31. package/dist-cjs/commands/ListInsightsMetricDataCommand.js +1 -0
  32. package/dist-cjs/commands/ListPublicKeysCommand.js +1 -28
  33. package/dist-cjs/commands/ListQueriesCommand.js +1 -28
  34. package/dist-cjs/commands/ListTagsCommand.js +1 -28
  35. package/dist-cjs/commands/ListTrailsCommand.js +1 -28
  36. package/dist-cjs/commands/LookupEventsCommand.js +1 -28
  37. package/dist-cjs/commands/PutEventSelectorsCommand.js +1 -28
  38. package/dist-cjs/commands/PutInsightSelectorsCommand.js +1 -28
  39. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  40. package/dist-cjs/commands/RegisterOrganizationDelegatedAdminCommand.js +1 -28
  41. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  42. package/dist-cjs/commands/RestoreEventDataStoreCommand.js +1 -28
  43. package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +1 -28
  44. package/dist-cjs/commands/StartImportCommand.js +1 -28
  45. package/dist-cjs/commands/StartLoggingCommand.js +1 -28
  46. package/dist-cjs/commands/StartQueryCommand.js +1 -28
  47. package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +1 -28
  48. package/dist-cjs/commands/StopImportCommand.js +1 -28
  49. package/dist-cjs/commands/StopLoggingCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateChannelCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateEventDataStoreCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateTrailCommand.js +1 -28
  53. package/dist-cjs/commands/index.js +1 -51
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +7365 -11
  57. package/dist-cjs/models/CloudTrailServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -1242
  60. package/dist-cjs/pagination/GetQueryResultsPaginator.js +1 -7
  61. package/dist-cjs/pagination/Interfaces.js +1 -2
  62. package/dist-cjs/pagination/ListChannelsPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListEventDataStoresPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListImportFailuresPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListImportsPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListInsightsMetricDataPaginator.js +1 -0
  67. package/dist-cjs/pagination/ListPublicKeysPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListQueriesPaginator.js +1 -7
  69. package/dist-cjs/pagination/ListTagsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListTrailsPaginator.js +1 -7
  71. package/dist-cjs/pagination/LookupEventsPaginator.js +1 -7
  72. package/dist-cjs/pagination/index.js +1 -14
  73. package/dist-cjs/protocols/Aws_json1_1.js +1 -4429
  74. package/dist-cjs/runtimeExtensions.js +1 -22
  75. package/dist-es/CloudTrail.js +2 -0
  76. package/dist-es/commands/ListInsightsMetricDataCommand.js +24 -0
  77. package/dist-es/commands/index.js +1 -0
  78. package/dist-es/models/models_0.js +4 -0
  79. package/dist-es/pagination/ListInsightsMetricDataPaginator.js +4 -0
  80. package/dist-es/pagination/index.js +1 -0
  81. package/dist-es/protocols/Aws_json1_1.js +86 -1
  82. package/dist-types/CloudTrail.d.ts +7 -0
  83. package/dist-types/CloudTrailClient.d.ts +3 -2
  84. package/dist-types/commands/DisableFederationCommand.d.ts +4 -5
  85. package/dist-types/commands/EnableFederationCommand.d.ts +3 -4
  86. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +102 -0
  87. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +2 -2
  88. package/dist-types/commands/index.d.ts +1 -0
  89. package/dist-types/models/models_0.d.ts +428 -164
  90. package/dist-types/pagination/ListInsightsMetricDataPaginator.d.ts +7 -0
  91. package/dist-types/pagination/index.d.ts +1 -0
  92. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  93. package/dist-types/ts3.4/CloudTrail.d.ts +17 -0
  94. package/dist-types/ts3.4/CloudTrailClient.d.ts +6 -0
  95. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +30 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  97. package/dist-types/ts3.4/models/models_0.d.ts +27 -0
  98. package/dist-types/ts3.4/pagination/ListInsightsMetricDataPaginator.d.ts +11 -0
  99. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  100. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  101. package/package.json +40 -40
package/README.md CHANGED
@@ -434,6 +434,14 @@ ListImports
434
434
 
435
435
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListImportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportsCommandOutput/)
436
436
 
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ ListInsightsMetricData
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListInsightsMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsMetricDataCommandOutput/)
444
+
437
445
  </details>
438
446
  <details>
439
447
  <summary>
@@ -1,107 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudTrail = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CloudTrailClient_1 = require("./CloudTrailClient");
6
- const AddTagsCommand_1 = require("./commands/AddTagsCommand");
7
- const CancelQueryCommand_1 = require("./commands/CancelQueryCommand");
8
- const CreateChannelCommand_1 = require("./commands/CreateChannelCommand");
9
- const CreateEventDataStoreCommand_1 = require("./commands/CreateEventDataStoreCommand");
10
- const CreateTrailCommand_1 = require("./commands/CreateTrailCommand");
11
- const DeleteChannelCommand_1 = require("./commands/DeleteChannelCommand");
12
- const DeleteEventDataStoreCommand_1 = require("./commands/DeleteEventDataStoreCommand");
13
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
14
- const DeleteTrailCommand_1 = require("./commands/DeleteTrailCommand");
15
- const DeregisterOrganizationDelegatedAdminCommand_1 = require("./commands/DeregisterOrganizationDelegatedAdminCommand");
16
- const DescribeQueryCommand_1 = require("./commands/DescribeQueryCommand");
17
- const DescribeTrailsCommand_1 = require("./commands/DescribeTrailsCommand");
18
- const DisableFederationCommand_1 = require("./commands/DisableFederationCommand");
19
- const EnableFederationCommand_1 = require("./commands/EnableFederationCommand");
20
- const GetChannelCommand_1 = require("./commands/GetChannelCommand");
21
- const GetEventDataStoreCommand_1 = require("./commands/GetEventDataStoreCommand");
22
- const GetEventSelectorsCommand_1 = require("./commands/GetEventSelectorsCommand");
23
- const GetImportCommand_1 = require("./commands/GetImportCommand");
24
- const GetInsightSelectorsCommand_1 = require("./commands/GetInsightSelectorsCommand");
25
- const GetQueryResultsCommand_1 = require("./commands/GetQueryResultsCommand");
26
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
27
- const GetTrailCommand_1 = require("./commands/GetTrailCommand");
28
- const GetTrailStatusCommand_1 = require("./commands/GetTrailStatusCommand");
29
- const ListChannelsCommand_1 = require("./commands/ListChannelsCommand");
30
- const ListEventDataStoresCommand_1 = require("./commands/ListEventDataStoresCommand");
31
- const ListImportFailuresCommand_1 = require("./commands/ListImportFailuresCommand");
32
- const ListImportsCommand_1 = require("./commands/ListImportsCommand");
33
- const ListPublicKeysCommand_1 = require("./commands/ListPublicKeysCommand");
34
- const ListQueriesCommand_1 = require("./commands/ListQueriesCommand");
35
- const ListTagsCommand_1 = require("./commands/ListTagsCommand");
36
- const ListTrailsCommand_1 = require("./commands/ListTrailsCommand");
37
- const LookupEventsCommand_1 = require("./commands/LookupEventsCommand");
38
- const PutEventSelectorsCommand_1 = require("./commands/PutEventSelectorsCommand");
39
- const PutInsightSelectorsCommand_1 = require("./commands/PutInsightSelectorsCommand");
40
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
41
- const RegisterOrganizationDelegatedAdminCommand_1 = require("./commands/RegisterOrganizationDelegatedAdminCommand");
42
- const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
43
- const RestoreEventDataStoreCommand_1 = require("./commands/RestoreEventDataStoreCommand");
44
- const StartEventDataStoreIngestionCommand_1 = require("./commands/StartEventDataStoreIngestionCommand");
45
- const StartImportCommand_1 = require("./commands/StartImportCommand");
46
- const StartLoggingCommand_1 = require("./commands/StartLoggingCommand");
47
- const StartQueryCommand_1 = require("./commands/StartQueryCommand");
48
- const StopEventDataStoreIngestionCommand_1 = require("./commands/StopEventDataStoreIngestionCommand");
49
- const StopImportCommand_1 = require("./commands/StopImportCommand");
50
- const StopLoggingCommand_1 = require("./commands/StopLoggingCommand");
51
- const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
52
- const UpdateEventDataStoreCommand_1 = require("./commands/UpdateEventDataStoreCommand");
53
- const UpdateTrailCommand_1 = require("./commands/UpdateTrailCommand");
54
- const commands = {
55
- AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
56
- CancelQueryCommand: CancelQueryCommand_1.CancelQueryCommand,
57
- CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
58
- CreateEventDataStoreCommand: CreateEventDataStoreCommand_1.CreateEventDataStoreCommand,
59
- CreateTrailCommand: CreateTrailCommand_1.CreateTrailCommand,
60
- DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
61
- DeleteEventDataStoreCommand: DeleteEventDataStoreCommand_1.DeleteEventDataStoreCommand,
62
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
63
- DeleteTrailCommand: DeleteTrailCommand_1.DeleteTrailCommand,
64
- DeregisterOrganizationDelegatedAdminCommand: DeregisterOrganizationDelegatedAdminCommand_1.DeregisterOrganizationDelegatedAdminCommand,
65
- DescribeQueryCommand: DescribeQueryCommand_1.DescribeQueryCommand,
66
- DescribeTrailsCommand: DescribeTrailsCommand_1.DescribeTrailsCommand,
67
- DisableFederationCommand: DisableFederationCommand_1.DisableFederationCommand,
68
- EnableFederationCommand: EnableFederationCommand_1.EnableFederationCommand,
69
- GetChannelCommand: GetChannelCommand_1.GetChannelCommand,
70
- GetEventDataStoreCommand: GetEventDataStoreCommand_1.GetEventDataStoreCommand,
71
- GetEventSelectorsCommand: GetEventSelectorsCommand_1.GetEventSelectorsCommand,
72
- GetImportCommand: GetImportCommand_1.GetImportCommand,
73
- GetInsightSelectorsCommand: GetInsightSelectorsCommand_1.GetInsightSelectorsCommand,
74
- GetQueryResultsCommand: GetQueryResultsCommand_1.GetQueryResultsCommand,
75
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
76
- GetTrailCommand: GetTrailCommand_1.GetTrailCommand,
77
- GetTrailStatusCommand: GetTrailStatusCommand_1.GetTrailStatusCommand,
78
- ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
79
- ListEventDataStoresCommand: ListEventDataStoresCommand_1.ListEventDataStoresCommand,
80
- ListImportFailuresCommand: ListImportFailuresCommand_1.ListImportFailuresCommand,
81
- ListImportsCommand: ListImportsCommand_1.ListImportsCommand,
82
- ListPublicKeysCommand: ListPublicKeysCommand_1.ListPublicKeysCommand,
83
- ListQueriesCommand: ListQueriesCommand_1.ListQueriesCommand,
84
- ListTagsCommand: ListTagsCommand_1.ListTagsCommand,
85
- ListTrailsCommand: ListTrailsCommand_1.ListTrailsCommand,
86
- LookupEventsCommand: LookupEventsCommand_1.LookupEventsCommand,
87
- PutEventSelectorsCommand: PutEventSelectorsCommand_1.PutEventSelectorsCommand,
88
- PutInsightSelectorsCommand: PutInsightSelectorsCommand_1.PutInsightSelectorsCommand,
89
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
90
- RegisterOrganizationDelegatedAdminCommand: RegisterOrganizationDelegatedAdminCommand_1.RegisterOrganizationDelegatedAdminCommand,
91
- RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
92
- RestoreEventDataStoreCommand: RestoreEventDataStoreCommand_1.RestoreEventDataStoreCommand,
93
- StartEventDataStoreIngestionCommand: StartEventDataStoreIngestionCommand_1.StartEventDataStoreIngestionCommand,
94
- StartImportCommand: StartImportCommand_1.StartImportCommand,
95
- StartLoggingCommand: StartLoggingCommand_1.StartLoggingCommand,
96
- StartQueryCommand: StartQueryCommand_1.StartQueryCommand,
97
- StopEventDataStoreIngestionCommand: StopEventDataStoreIngestionCommand_1.StopEventDataStoreIngestionCommand,
98
- StopImportCommand: StopImportCommand_1.StopImportCommand,
99
- StopLoggingCommand: StopLoggingCommand_1.StopLoggingCommand,
100
- UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
101
- UpdateEventDataStoreCommand: UpdateEventDataStoreCommand_1.UpdateEventDataStoreCommand,
102
- UpdateTrailCommand: UpdateTrailCommand_1.UpdateTrailCommand,
103
- };
104
- class CloudTrail extends CloudTrailClient_1.CloudTrailClient {
105
- }
106
- exports.CloudTrail = CloudTrail;
107
- (0, smithy_client_1.createAggregatedClient)(commands, CloudTrail);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudTrailClient = 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_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
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 EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CloudTrailClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CloudTrailClient = CloudTrailClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AddTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "AddTags", {})
22
- .n("CloudTrailClient", "AddTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsCommand)
25
- .de(Aws_json1_1_1.de_AddTagsCommand)
26
- .build() {
27
- }
28
- exports.AddTagsCommand = AddTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelQueryCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CancelQueryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "CancelQuery", {})
22
- .n("CloudTrailClient", "CancelQueryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelQueryCommand)
25
- .de(Aws_json1_1_1.de_CancelQueryCommand)
26
- .build() {
27
- }
28
- exports.CancelQueryCommand = CancelQueryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "CreateChannel", {})
22
- .n("CloudTrailClient", "CreateChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateChannelCommand)
25
- .de(Aws_json1_1_1.de_CreateChannelCommand)
26
- .build() {
27
- }
28
- exports.CreateChannelCommand = CreateChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEventDataStoreCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateEventDataStoreCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "CreateEventDataStore", {})
22
- .n("CloudTrailClient", "CreateEventDataStoreCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateEventDataStoreCommand)
25
- .de(Aws_json1_1_1.de_CreateEventDataStoreCommand)
26
- .build() {
27
- }
28
- exports.CreateEventDataStoreCommand = CreateEventDataStoreCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTrailCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateTrailCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "CreateTrail", {})
22
- .n("CloudTrailClient", "CreateTrailCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateTrailCommand)
25
- .de(Aws_json1_1_1.de_CreateTrailCommand)
26
- .build() {
27
- }
28
- exports.CreateTrailCommand = CreateTrailCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DeleteChannel", {})
22
- .n("CloudTrailClient", "DeleteChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteChannelCommand)
25
- .de(Aws_json1_1_1.de_DeleteChannelCommand)
26
- .build() {
27
- }
28
- exports.DeleteChannelCommand = DeleteChannelCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventDataStoreCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteEventDataStoreCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DeleteEventDataStore", {})
22
- .n("CloudTrailClient", "DeleteEventDataStoreCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteEventDataStoreCommand)
25
- .de(Aws_json1_1_1.de_DeleteEventDataStoreCommand)
26
- .build() {
27
- }
28
- exports.DeleteEventDataStoreCommand = DeleteEventDataStoreCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DeleteResourcePolicy", {})
22
- .n("CloudTrailClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_json1_1_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTrailCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteTrailCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DeleteTrail", {})
22
- .n("CloudTrailClient", "DeleteTrailCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteTrailCommand)
25
- .de(Aws_json1_1_1.de_DeleteTrailCommand)
26
- .build() {
27
- }
28
- exports.DeleteTrailCommand = DeleteTrailCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeregisterOrganizationDelegatedAdminCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeregisterOrganizationDelegatedAdminCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
22
- .n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeregisterOrganizationDelegatedAdminCommand)
25
- .de(Aws_json1_1_1.de_DeregisterOrganizationDelegatedAdminCommand)
26
- .build() {
27
- }
28
- exports.DeregisterOrganizationDelegatedAdminCommand = DeregisterOrganizationDelegatedAdminCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeQueryCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeQueryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DescribeQuery", {})
22
- .n("CloudTrailClient", "DescribeQueryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeQueryCommand)
25
- .de(Aws_json1_1_1.de_DescribeQueryCommand)
26
- .build() {
27
- }
28
- exports.DescribeQueryCommand = DescribeQueryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTrailsCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeTrailsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DescribeTrails", {})
22
- .n("CloudTrailClient", "DescribeTrailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeTrailsCommand)
25
- .de(Aws_json1_1_1.de_DescribeTrailsCommand)
26
- .build() {
27
- }
28
- exports.DescribeTrailsCommand = DescribeTrailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisableFederationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DisableFederationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "DisableFederation", {})
22
- .n("CloudTrailClient", "DisableFederationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DisableFederationCommand)
25
- .de(Aws_json1_1_1.de_DisableFederationCommand)
26
- .build() {
27
- }
28
- exports.DisableFederationCommand = DisableFederationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnableFederationCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class EnableFederationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "EnableFederation", {})
22
- .n("CloudTrailClient", "EnableFederationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_EnableFederationCommand)
25
- .de(Aws_json1_1_1.de_EnableFederationCommand)
26
- .build() {
27
- }
28
- exports.EnableFederationCommand = EnableFederationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChannelCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetChannelCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("CloudTrail_20131101", "GetChannel", {})
22
- .n("CloudTrailClient", "GetChannelCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetChannelCommand)
25
- .de(Aws_json1_1_1.de_GetChannelCommand)
26
- .build() {
27
- }
28
- exports.GetChannelCommand = GetChannelCommand;
1
+ module.exports = require("../index.js");