@aws-sdk/client-cloudtrail 3.1076.0 → 3.1078.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 (200) hide show
  1. package/dist-cjs/index.js +71 -605
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsCommand.js +2 -14
  4. package/dist-es/commands/CancelQueryCommand.js +2 -14
  5. package/dist-es/commands/CreateChannelCommand.js +2 -14
  6. package/dist-es/commands/CreateDashboardCommand.js +2 -14
  7. package/dist-es/commands/CreateEventDataStoreCommand.js +2 -14
  8. package/dist-es/commands/CreateTrailCommand.js +2 -14
  9. package/dist-es/commands/DeleteChannelCommand.js +2 -14
  10. package/dist-es/commands/DeleteDashboardCommand.js +2 -14
  11. package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -14
  12. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  13. package/dist-es/commands/DeleteTrailCommand.js +2 -14
  14. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -14
  15. package/dist-es/commands/DescribeQueryCommand.js +2 -14
  16. package/dist-es/commands/DescribeTrailsCommand.js +2 -14
  17. package/dist-es/commands/DisableFederationCommand.js +2 -14
  18. package/dist-es/commands/EnableFederationCommand.js +2 -14
  19. package/dist-es/commands/GenerateQueryCommand.js +2 -14
  20. package/dist-es/commands/GetChannelCommand.js +2 -14
  21. package/dist-es/commands/GetDashboardCommand.js +2 -14
  22. package/dist-es/commands/GetEventConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetEventDataStoreCommand.js +2 -14
  24. package/dist-es/commands/GetEventSelectorsCommand.js +2 -14
  25. package/dist-es/commands/GetImportCommand.js +2 -14
  26. package/dist-es/commands/GetInsightSelectorsCommand.js +2 -14
  27. package/dist-es/commands/GetQueryResultsCommand.js +2 -14
  28. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  29. package/dist-es/commands/GetTrailCommand.js +2 -14
  30. package/dist-es/commands/GetTrailStatusCommand.js +2 -14
  31. package/dist-es/commands/ListChannelsCommand.js +2 -14
  32. package/dist-es/commands/ListDashboardsCommand.js +2 -14
  33. package/dist-es/commands/ListEventDataStoresCommand.js +2 -14
  34. package/dist-es/commands/ListImportFailuresCommand.js +2 -14
  35. package/dist-es/commands/ListImportsCommand.js +2 -14
  36. package/dist-es/commands/ListInsightsDataCommand.js +2 -14
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -14
  38. package/dist-es/commands/ListPublicKeysCommand.js +2 -14
  39. package/dist-es/commands/ListQueriesCommand.js +2 -14
  40. package/dist-es/commands/ListTagsCommand.js +2 -14
  41. package/dist-es/commands/ListTrailsCommand.js +2 -14
  42. package/dist-es/commands/LookupEventsCommand.js +2 -14
  43. package/dist-es/commands/PutEventConfigurationCommand.js +2 -14
  44. package/dist-es/commands/PutEventSelectorsCommand.js +2 -14
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +2 -14
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -14
  48. package/dist-es/commands/RemoveTagsCommand.js +2 -14
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -14
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +2 -14
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +2 -14
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -14
  53. package/dist-es/commands/StartImportCommand.js +2 -14
  54. package/dist-es/commands/StartLoggingCommand.js +2 -14
  55. package/dist-es/commands/StartQueryCommand.js +2 -14
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -14
  57. package/dist-es/commands/StopImportCommand.js +2 -14
  58. package/dist-es/commands/StopLoggingCommand.js +2 -14
  59. package/dist-es/commands/UpdateChannelCommand.js +2 -14
  60. package/dist-es/commands/UpdateDashboardCommand.js +2 -14
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -14
  62. package/dist-es/commands/UpdateTrailCommand.js +2 -14
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.browser.js +0 -2
  65. package/dist-es/runtimeConfig.js +1 -2
  66. package/dist-es/runtimeConfig.native.js +0 -2
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-types/commandBuilder.d.ts +18 -0
  69. package/dist-types/commands/AddTagsCommand.d.ts +3 -8
  70. package/dist-types/commands/CancelQueryCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateDashboardCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateEventDataStoreCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateTrailCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteDashboardCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteTrailCommand.d.ts +3 -8
  80. package/dist-types/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeQueryCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeTrailsCommand.d.ts +3 -8
  83. package/dist-types/commands/DisableFederationCommand.d.ts +3 -8
  84. package/dist-types/commands/EnableFederationCommand.d.ts +3 -8
  85. package/dist-types/commands/GenerateQueryCommand.d.ts +3 -8
  86. package/dist-types/commands/GetChannelCommand.d.ts +3 -8
  87. package/dist-types/commands/GetDashboardCommand.d.ts +3 -8
  88. package/dist-types/commands/GetEventConfigurationCommand.d.ts +3 -8
  89. package/dist-types/commands/GetEventDataStoreCommand.d.ts +3 -8
  90. package/dist-types/commands/GetEventSelectorsCommand.d.ts +3 -8
  91. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  92. package/dist-types/commands/GetInsightSelectorsCommand.d.ts +3 -8
  93. package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -8
  94. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  95. package/dist-types/commands/GetTrailCommand.d.ts +3 -8
  96. package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -8
  97. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListDashboardsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListEventDataStoresCommand.d.ts +3 -8
  100. package/dist-types/commands/ListImportFailuresCommand.d.ts +3 -8
  101. package/dist-types/commands/ListImportsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListInsightsDataCommand.d.ts +3 -8
  103. package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +3 -8
  104. package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -8
  105. package/dist-types/commands/ListQueriesCommand.d.ts +3 -8
  106. package/dist-types/commands/ListTagsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListTrailsCommand.d.ts +3 -8
  108. package/dist-types/commands/LookupEventsCommand.d.ts +3 -8
  109. package/dist-types/commands/PutEventConfigurationCommand.d.ts +3 -8
  110. package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -8
  111. package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -8
  112. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  113. package/dist-types/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +3 -8
  114. package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
  115. package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +3 -8
  116. package/dist-types/commands/SearchSampleQueriesCommand.d.ts +3 -8
  117. package/dist-types/commands/StartDashboardRefreshCommand.d.ts +3 -8
  118. package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +3 -8
  119. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  120. package/dist-types/commands/StartLoggingCommand.d.ts +3 -8
  121. package/dist-types/commands/StartQueryCommand.d.ts +3 -8
  122. package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +3 -8
  123. package/dist-types/commands/StopImportCommand.d.ts +3 -8
  124. package/dist-types/commands/StopLoggingCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateTrailCommand.d.ts +3 -8
  129. package/dist-types/index.d.ts +1 -0
  130. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/runtimeConfig.d.ts +1 -1
  132. package/dist-types/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  134. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  135. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/index.d.ts +1 -0
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  200. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCloudTrailHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -3437,6 +3439,7 @@ const getRuntimeConfig$1 = (config) => {
3437
3439
  serviceTarget: "CloudTrail_20131101",
3438
3440
  },
3439
3441
  serviceId: config?.serviceId ?? "CloudTrail",
3442
+ sha256: config?.sha256 ?? Sha256,
3440
3443
  urlParser: config?.urlParser ?? parseUrl,
3441
3444
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
3442
3445
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -3470,7 +3473,6 @@ const getRuntimeConfig = (config) => {
3470
3473
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
3471
3474
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
3472
3475
  }, config),
3473
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
3474
3476
  streamCollector: config?.streamCollector ?? streamCollector,
3475
3477
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
3476
3478
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3558,724 +3560,188 @@ class CloudTrailClient extends Client {
3558
3560
  }
3559
3561
  }
3560
3562
 
3561
- class AddTagsCommand extends Command
3562
- .classBuilder()
3563
- .ep(commonParams)
3564
- .m(function (Command, cs, config, o) {
3565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3566
- })
3567
- .s("CloudTrail_20131101", "AddTags", {})
3568
- .n("CloudTrailClient", "AddTagsCommand")
3569
- .sc(AddTags$)
3570
- .build() {
3563
+ const command = makeBuilder(commonParams, "CloudTrail_20131101", "CloudTrailClient", getEndpointPlugin);
3564
+ const _ep0 = {};
3565
+ const _mw0 = (Command, cs, config, o) => [];
3566
+
3567
+ class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
3571
3568
  }
3572
3569
 
3573
- class CancelQueryCommand extends Command
3574
- .classBuilder()
3575
- .ep(commonParams)
3576
- .m(function (Command, cs, config, o) {
3577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3578
- })
3579
- .s("CloudTrail_20131101", "CancelQuery", {})
3580
- .n("CloudTrailClient", "CancelQueryCommand")
3581
- .sc(CancelQuery$)
3582
- .build() {
3570
+ class CancelQueryCommand extends command(_ep0, _mw0, "CancelQuery", CancelQuery$) {
3583
3571
  }
3584
3572
 
3585
- class CreateChannelCommand extends Command
3586
- .classBuilder()
3587
- .ep(commonParams)
3588
- .m(function (Command, cs, config, o) {
3589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3590
- })
3591
- .s("CloudTrail_20131101", "CreateChannel", {})
3592
- .n("CloudTrailClient", "CreateChannelCommand")
3593
- .sc(CreateChannel$)
3594
- .build() {
3573
+ class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
3595
3574
  }
3596
3575
 
3597
- class CreateDashboardCommand extends Command
3598
- .classBuilder()
3599
- .ep(commonParams)
3600
- .m(function (Command, cs, config, o) {
3601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3602
- })
3603
- .s("CloudTrail_20131101", "CreateDashboard", {})
3604
- .n("CloudTrailClient", "CreateDashboardCommand")
3605
- .sc(CreateDashboard$)
3606
- .build() {
3576
+ class CreateDashboardCommand extends command(_ep0, _mw0, "CreateDashboard", CreateDashboard$) {
3607
3577
  }
3608
3578
 
3609
- class CreateEventDataStoreCommand extends Command
3610
- .classBuilder()
3611
- .ep(commonParams)
3612
- .m(function (Command, cs, config, o) {
3613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3614
- })
3615
- .s("CloudTrail_20131101", "CreateEventDataStore", {})
3616
- .n("CloudTrailClient", "CreateEventDataStoreCommand")
3617
- .sc(CreateEventDataStore$)
3618
- .build() {
3579
+ class CreateEventDataStoreCommand extends command(_ep0, _mw0, "CreateEventDataStore", CreateEventDataStore$) {
3619
3580
  }
3620
3581
 
3621
- class CreateTrailCommand extends Command
3622
- .classBuilder()
3623
- .ep(commonParams)
3624
- .m(function (Command, cs, config, o) {
3625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3626
- })
3627
- .s("CloudTrail_20131101", "CreateTrail", {})
3628
- .n("CloudTrailClient", "CreateTrailCommand")
3629
- .sc(CreateTrail$)
3630
- .build() {
3582
+ class CreateTrailCommand extends command(_ep0, _mw0, "CreateTrail", CreateTrail$) {
3631
3583
  }
3632
3584
 
3633
- class DeleteChannelCommand extends Command
3634
- .classBuilder()
3635
- .ep(commonParams)
3636
- .m(function (Command, cs, config, o) {
3637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3638
- })
3639
- .s("CloudTrail_20131101", "DeleteChannel", {})
3640
- .n("CloudTrailClient", "DeleteChannelCommand")
3641
- .sc(DeleteChannel$)
3642
- .build() {
3585
+ class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
3643
3586
  }
3644
3587
 
3645
- class DeleteDashboardCommand extends Command
3646
- .classBuilder()
3647
- .ep(commonParams)
3648
- .m(function (Command, cs, config, o) {
3649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3650
- })
3651
- .s("CloudTrail_20131101", "DeleteDashboard", {})
3652
- .n("CloudTrailClient", "DeleteDashboardCommand")
3653
- .sc(DeleteDashboard$)
3654
- .build() {
3588
+ class DeleteDashboardCommand extends command(_ep0, _mw0, "DeleteDashboard", DeleteDashboard$) {
3655
3589
  }
3656
3590
 
3657
- class DeleteEventDataStoreCommand extends Command
3658
- .classBuilder()
3659
- .ep(commonParams)
3660
- .m(function (Command, cs, config, o) {
3661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3662
- })
3663
- .s("CloudTrail_20131101", "DeleteEventDataStore", {})
3664
- .n("CloudTrailClient", "DeleteEventDataStoreCommand")
3665
- .sc(DeleteEventDataStore$)
3666
- .build() {
3591
+ class DeleteEventDataStoreCommand extends command(_ep0, _mw0, "DeleteEventDataStore", DeleteEventDataStore$) {
3667
3592
  }
3668
3593
 
3669
- class DeleteResourcePolicyCommand extends Command
3670
- .classBuilder()
3671
- .ep(commonParams)
3672
- .m(function (Command, cs, config, o) {
3673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3674
- })
3675
- .s("CloudTrail_20131101", "DeleteResourcePolicy", {})
3676
- .n("CloudTrailClient", "DeleteResourcePolicyCommand")
3677
- .sc(DeleteResourcePolicy$)
3678
- .build() {
3594
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
3679
3595
  }
3680
3596
 
3681
- class DeleteTrailCommand extends Command
3682
- .classBuilder()
3683
- .ep(commonParams)
3684
- .m(function (Command, cs, config, o) {
3685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3686
- })
3687
- .s("CloudTrail_20131101", "DeleteTrail", {})
3688
- .n("CloudTrailClient", "DeleteTrailCommand")
3689
- .sc(DeleteTrail$)
3690
- .build() {
3597
+ class DeleteTrailCommand extends command(_ep0, _mw0, "DeleteTrail", DeleteTrail$) {
3691
3598
  }
3692
3599
 
3693
- class DeregisterOrganizationDelegatedAdminCommand extends Command
3694
- .classBuilder()
3695
- .ep(commonParams)
3696
- .m(function (Command, cs, config, o) {
3697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3698
- })
3699
- .s("CloudTrail_20131101", "DeregisterOrganizationDelegatedAdmin", {})
3700
- .n("CloudTrailClient", "DeregisterOrganizationDelegatedAdminCommand")
3701
- .sc(DeregisterOrganizationDelegatedAdmin$)
3702
- .build() {
3600
+ class DeregisterOrganizationDelegatedAdminCommand extends command(_ep0, _mw0, "DeregisterOrganizationDelegatedAdmin", DeregisterOrganizationDelegatedAdmin$) {
3703
3601
  }
3704
3602
 
3705
- class DescribeQueryCommand extends Command
3706
- .classBuilder()
3707
- .ep(commonParams)
3708
- .m(function (Command, cs, config, o) {
3709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3710
- })
3711
- .s("CloudTrail_20131101", "DescribeQuery", {})
3712
- .n("CloudTrailClient", "DescribeQueryCommand")
3713
- .sc(DescribeQuery$)
3714
- .build() {
3603
+ class DescribeQueryCommand extends command(_ep0, _mw0, "DescribeQuery", DescribeQuery$) {
3715
3604
  }
3716
3605
 
3717
- class DescribeTrailsCommand extends Command
3718
- .classBuilder()
3719
- .ep(commonParams)
3720
- .m(function (Command, cs, config, o) {
3721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3722
- })
3723
- .s("CloudTrail_20131101", "DescribeTrails", {})
3724
- .n("CloudTrailClient", "DescribeTrailsCommand")
3725
- .sc(DescribeTrails$)
3726
- .build() {
3606
+ class DescribeTrailsCommand extends command(_ep0, _mw0, "DescribeTrails", DescribeTrails$) {
3727
3607
  }
3728
3608
 
3729
- class DisableFederationCommand extends Command
3730
- .classBuilder()
3731
- .ep(commonParams)
3732
- .m(function (Command, cs, config, o) {
3733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3734
- })
3735
- .s("CloudTrail_20131101", "DisableFederation", {})
3736
- .n("CloudTrailClient", "DisableFederationCommand")
3737
- .sc(DisableFederation$)
3738
- .build() {
3609
+ class DisableFederationCommand extends command(_ep0, _mw0, "DisableFederation", DisableFederation$) {
3739
3610
  }
3740
3611
 
3741
- class EnableFederationCommand extends Command
3742
- .classBuilder()
3743
- .ep(commonParams)
3744
- .m(function (Command, cs, config, o) {
3745
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3746
- })
3747
- .s("CloudTrail_20131101", "EnableFederation", {})
3748
- .n("CloudTrailClient", "EnableFederationCommand")
3749
- .sc(EnableFederation$)
3750
- .build() {
3612
+ class EnableFederationCommand extends command(_ep0, _mw0, "EnableFederation", EnableFederation$) {
3751
3613
  }
3752
3614
 
3753
- class GenerateQueryCommand extends Command
3754
- .classBuilder()
3755
- .ep(commonParams)
3756
- .m(function (Command, cs, config, o) {
3757
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3758
- })
3759
- .s("CloudTrail_20131101", "GenerateQuery", {})
3760
- .n("CloudTrailClient", "GenerateQueryCommand")
3761
- .sc(GenerateQuery$)
3762
- .build() {
3615
+ class GenerateQueryCommand extends command(_ep0, _mw0, "GenerateQuery", GenerateQuery$) {
3763
3616
  }
3764
3617
 
3765
- class GetChannelCommand extends Command
3766
- .classBuilder()
3767
- .ep(commonParams)
3768
- .m(function (Command, cs, config, o) {
3769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3770
- })
3771
- .s("CloudTrail_20131101", "GetChannel", {})
3772
- .n("CloudTrailClient", "GetChannelCommand")
3773
- .sc(GetChannel$)
3774
- .build() {
3618
+ class GetChannelCommand extends command(_ep0, _mw0, "GetChannel", GetChannel$) {
3775
3619
  }
3776
3620
 
3777
- class GetDashboardCommand extends Command
3778
- .classBuilder()
3779
- .ep(commonParams)
3780
- .m(function (Command, cs, config, o) {
3781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3782
- })
3783
- .s("CloudTrail_20131101", "GetDashboard", {})
3784
- .n("CloudTrailClient", "GetDashboardCommand")
3785
- .sc(GetDashboard$)
3786
- .build() {
3621
+ class GetDashboardCommand extends command(_ep0, _mw0, "GetDashboard", GetDashboard$) {
3787
3622
  }
3788
3623
 
3789
- class GetEventConfigurationCommand extends Command
3790
- .classBuilder()
3791
- .ep(commonParams)
3792
- .m(function (Command, cs, config, o) {
3793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3794
- })
3795
- .s("CloudTrail_20131101", "GetEventConfiguration", {})
3796
- .n("CloudTrailClient", "GetEventConfigurationCommand")
3797
- .sc(GetEventConfiguration$)
3798
- .build() {
3624
+ class GetEventConfigurationCommand extends command(_ep0, _mw0, "GetEventConfiguration", GetEventConfiguration$) {
3799
3625
  }
3800
3626
 
3801
- class GetEventDataStoreCommand extends Command
3802
- .classBuilder()
3803
- .ep(commonParams)
3804
- .m(function (Command, cs, config, o) {
3805
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3806
- })
3807
- .s("CloudTrail_20131101", "GetEventDataStore", {})
3808
- .n("CloudTrailClient", "GetEventDataStoreCommand")
3809
- .sc(GetEventDataStore$)
3810
- .build() {
3627
+ class GetEventDataStoreCommand extends command(_ep0, _mw0, "GetEventDataStore", GetEventDataStore$) {
3811
3628
  }
3812
3629
 
3813
- class GetEventSelectorsCommand extends Command
3814
- .classBuilder()
3815
- .ep(commonParams)
3816
- .m(function (Command, cs, config, o) {
3817
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3818
- })
3819
- .s("CloudTrail_20131101", "GetEventSelectors", {})
3820
- .n("CloudTrailClient", "GetEventSelectorsCommand")
3821
- .sc(GetEventSelectors$)
3822
- .build() {
3630
+ class GetEventSelectorsCommand extends command(_ep0, _mw0, "GetEventSelectors", GetEventSelectors$) {
3823
3631
  }
3824
3632
 
3825
- class GetImportCommand extends Command
3826
- .classBuilder()
3827
- .ep(commonParams)
3828
- .m(function (Command, cs, config, o) {
3829
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3830
- })
3831
- .s("CloudTrail_20131101", "GetImport", {})
3832
- .n("CloudTrailClient", "GetImportCommand")
3833
- .sc(GetImport$)
3834
- .build() {
3633
+ class GetImportCommand extends command(_ep0, _mw0, "GetImport", GetImport$) {
3835
3634
  }
3836
3635
 
3837
- class GetInsightSelectorsCommand extends Command
3838
- .classBuilder()
3839
- .ep(commonParams)
3840
- .m(function (Command, cs, config, o) {
3841
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3842
- })
3843
- .s("CloudTrail_20131101", "GetInsightSelectors", {})
3844
- .n("CloudTrailClient", "GetInsightSelectorsCommand")
3845
- .sc(GetInsightSelectors$)
3846
- .build() {
3636
+ class GetInsightSelectorsCommand extends command(_ep0, _mw0, "GetInsightSelectors", GetInsightSelectors$) {
3847
3637
  }
3848
3638
 
3849
- class GetQueryResultsCommand extends Command
3850
- .classBuilder()
3851
- .ep(commonParams)
3852
- .m(function (Command, cs, config, o) {
3853
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3854
- })
3855
- .s("CloudTrail_20131101", "GetQueryResults", {})
3856
- .n("CloudTrailClient", "GetQueryResultsCommand")
3857
- .sc(GetQueryResults$)
3858
- .build() {
3639
+ class GetQueryResultsCommand extends command(_ep0, _mw0, "GetQueryResults", GetQueryResults$) {
3859
3640
  }
3860
3641
 
3861
- class GetResourcePolicyCommand extends Command
3862
- .classBuilder()
3863
- .ep(commonParams)
3864
- .m(function (Command, cs, config, o) {
3865
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3866
- })
3867
- .s("CloudTrail_20131101", "GetResourcePolicy", {})
3868
- .n("CloudTrailClient", "GetResourcePolicyCommand")
3869
- .sc(GetResourcePolicy$)
3870
- .build() {
3642
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
3871
3643
  }
3872
3644
 
3873
- class GetTrailCommand extends Command
3874
- .classBuilder()
3875
- .ep(commonParams)
3876
- .m(function (Command, cs, config, o) {
3877
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3878
- })
3879
- .s("CloudTrail_20131101", "GetTrail", {})
3880
- .n("CloudTrailClient", "GetTrailCommand")
3881
- .sc(GetTrail$)
3882
- .build() {
3645
+ class GetTrailCommand extends command(_ep0, _mw0, "GetTrail", GetTrail$) {
3883
3646
  }
3884
3647
 
3885
- class GetTrailStatusCommand extends Command
3886
- .classBuilder()
3887
- .ep(commonParams)
3888
- .m(function (Command, cs, config, o) {
3889
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3890
- })
3891
- .s("CloudTrail_20131101", "GetTrailStatus", {})
3892
- .n("CloudTrailClient", "GetTrailStatusCommand")
3893
- .sc(GetTrailStatus$)
3894
- .build() {
3648
+ class GetTrailStatusCommand extends command(_ep0, _mw0, "GetTrailStatus", GetTrailStatus$) {
3895
3649
  }
3896
3650
 
3897
- class ListChannelsCommand extends Command
3898
- .classBuilder()
3899
- .ep(commonParams)
3900
- .m(function (Command, cs, config, o) {
3901
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3902
- })
3903
- .s("CloudTrail_20131101", "ListChannels", {})
3904
- .n("CloudTrailClient", "ListChannelsCommand")
3905
- .sc(ListChannels$)
3906
- .build() {
3651
+ class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
3907
3652
  }
3908
3653
 
3909
- class ListDashboardsCommand extends Command
3910
- .classBuilder()
3911
- .ep(commonParams)
3912
- .m(function (Command, cs, config, o) {
3913
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3914
- })
3915
- .s("CloudTrail_20131101", "ListDashboards", {})
3916
- .n("CloudTrailClient", "ListDashboardsCommand")
3917
- .sc(ListDashboards$)
3918
- .build() {
3654
+ class ListDashboardsCommand extends command(_ep0, _mw0, "ListDashboards", ListDashboards$) {
3919
3655
  }
3920
3656
 
3921
- class ListEventDataStoresCommand extends Command
3922
- .classBuilder()
3923
- .ep(commonParams)
3924
- .m(function (Command, cs, config, o) {
3925
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3926
- })
3927
- .s("CloudTrail_20131101", "ListEventDataStores", {})
3928
- .n("CloudTrailClient", "ListEventDataStoresCommand")
3929
- .sc(ListEventDataStores$)
3930
- .build() {
3657
+ class ListEventDataStoresCommand extends command(_ep0, _mw0, "ListEventDataStores", ListEventDataStores$) {
3931
3658
  }
3932
3659
 
3933
- class ListImportFailuresCommand extends Command
3934
- .classBuilder()
3935
- .ep(commonParams)
3936
- .m(function (Command, cs, config, o) {
3937
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3938
- })
3939
- .s("CloudTrail_20131101", "ListImportFailures", {})
3940
- .n("CloudTrailClient", "ListImportFailuresCommand")
3941
- .sc(ListImportFailures$)
3942
- .build() {
3660
+ class ListImportFailuresCommand extends command(_ep0, _mw0, "ListImportFailures", ListImportFailures$) {
3943
3661
  }
3944
3662
 
3945
- class ListImportsCommand extends Command
3946
- .classBuilder()
3947
- .ep(commonParams)
3948
- .m(function (Command, cs, config, o) {
3949
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3950
- })
3951
- .s("CloudTrail_20131101", "ListImports", {})
3952
- .n("CloudTrailClient", "ListImportsCommand")
3953
- .sc(ListImports$)
3954
- .build() {
3663
+ class ListImportsCommand extends command(_ep0, _mw0, "ListImports", ListImports$) {
3955
3664
  }
3956
3665
 
3957
- class ListInsightsDataCommand extends Command
3958
- .classBuilder()
3959
- .ep(commonParams)
3960
- .m(function (Command, cs, config, o) {
3961
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3962
- })
3963
- .s("CloudTrail_20131101", "ListInsightsData", {})
3964
- .n("CloudTrailClient", "ListInsightsDataCommand")
3965
- .sc(ListInsightsData$)
3966
- .build() {
3666
+ class ListInsightsDataCommand extends command(_ep0, _mw0, "ListInsightsData", ListInsightsData$) {
3967
3667
  }
3968
3668
 
3969
- class ListInsightsMetricDataCommand extends Command
3970
- .classBuilder()
3971
- .ep(commonParams)
3972
- .m(function (Command, cs, config, o) {
3973
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3974
- })
3975
- .s("CloudTrail_20131101", "ListInsightsMetricData", {})
3976
- .n("CloudTrailClient", "ListInsightsMetricDataCommand")
3977
- .sc(ListInsightsMetricData$)
3978
- .build() {
3669
+ class ListInsightsMetricDataCommand extends command(_ep0, _mw0, "ListInsightsMetricData", ListInsightsMetricData$) {
3979
3670
  }
3980
3671
 
3981
- class ListPublicKeysCommand extends Command
3982
- .classBuilder()
3983
- .ep(commonParams)
3984
- .m(function (Command, cs, config, o) {
3985
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3986
- })
3987
- .s("CloudTrail_20131101", "ListPublicKeys", {})
3988
- .n("CloudTrailClient", "ListPublicKeysCommand")
3989
- .sc(ListPublicKeys$)
3990
- .build() {
3672
+ class ListPublicKeysCommand extends command(_ep0, _mw0, "ListPublicKeys", ListPublicKeys$) {
3991
3673
  }
3992
3674
 
3993
- class ListQueriesCommand extends Command
3994
- .classBuilder()
3995
- .ep(commonParams)
3996
- .m(function (Command, cs, config, o) {
3997
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3998
- })
3999
- .s("CloudTrail_20131101", "ListQueries", {})
4000
- .n("CloudTrailClient", "ListQueriesCommand")
4001
- .sc(ListQueries$)
4002
- .build() {
3675
+ class ListQueriesCommand extends command(_ep0, _mw0, "ListQueries", ListQueries$) {
4003
3676
  }
4004
3677
 
4005
- class ListTagsCommand extends Command
4006
- .classBuilder()
4007
- .ep(commonParams)
4008
- .m(function (Command, cs, config, o) {
4009
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4010
- })
4011
- .s("CloudTrail_20131101", "ListTags", {})
4012
- .n("CloudTrailClient", "ListTagsCommand")
4013
- .sc(ListTags$)
4014
- .build() {
3678
+ class ListTagsCommand extends command(_ep0, _mw0, "ListTags", ListTags$) {
4015
3679
  }
4016
3680
 
4017
- class ListTrailsCommand extends Command
4018
- .classBuilder()
4019
- .ep(commonParams)
4020
- .m(function (Command, cs, config, o) {
4021
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4022
- })
4023
- .s("CloudTrail_20131101", "ListTrails", {})
4024
- .n("CloudTrailClient", "ListTrailsCommand")
4025
- .sc(ListTrails$)
4026
- .build() {
3681
+ class ListTrailsCommand extends command(_ep0, _mw0, "ListTrails", ListTrails$) {
4027
3682
  }
4028
3683
 
4029
- class LookupEventsCommand extends Command
4030
- .classBuilder()
4031
- .ep(commonParams)
4032
- .m(function (Command, cs, config, o) {
4033
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4034
- })
4035
- .s("CloudTrail_20131101", "LookupEvents", {})
4036
- .n("CloudTrailClient", "LookupEventsCommand")
4037
- .sc(LookupEvents$)
4038
- .build() {
3684
+ class LookupEventsCommand extends command(_ep0, _mw0, "LookupEvents", LookupEvents$) {
4039
3685
  }
4040
3686
 
4041
- class PutEventConfigurationCommand extends Command
4042
- .classBuilder()
4043
- .ep(commonParams)
4044
- .m(function (Command, cs, config, o) {
4045
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4046
- })
4047
- .s("CloudTrail_20131101", "PutEventConfiguration", {})
4048
- .n("CloudTrailClient", "PutEventConfigurationCommand")
4049
- .sc(PutEventConfiguration$)
4050
- .build() {
3687
+ class PutEventConfigurationCommand extends command(_ep0, _mw0, "PutEventConfiguration", PutEventConfiguration$) {
4051
3688
  }
4052
3689
 
4053
- class PutEventSelectorsCommand extends Command
4054
- .classBuilder()
4055
- .ep(commonParams)
4056
- .m(function (Command, cs, config, o) {
4057
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4058
- })
4059
- .s("CloudTrail_20131101", "PutEventSelectors", {})
4060
- .n("CloudTrailClient", "PutEventSelectorsCommand")
4061
- .sc(PutEventSelectors$)
4062
- .build() {
3690
+ class PutEventSelectorsCommand extends command(_ep0, _mw0, "PutEventSelectors", PutEventSelectors$) {
4063
3691
  }
4064
3692
 
4065
- class PutInsightSelectorsCommand extends Command
4066
- .classBuilder()
4067
- .ep(commonParams)
4068
- .m(function (Command, cs, config, o) {
4069
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4070
- })
4071
- .s("CloudTrail_20131101", "PutInsightSelectors", {})
4072
- .n("CloudTrailClient", "PutInsightSelectorsCommand")
4073
- .sc(PutInsightSelectors$)
4074
- .build() {
3693
+ class PutInsightSelectorsCommand extends command(_ep0, _mw0, "PutInsightSelectors", PutInsightSelectors$) {
4075
3694
  }
4076
3695
 
4077
- class PutResourcePolicyCommand extends Command
4078
- .classBuilder()
4079
- .ep(commonParams)
4080
- .m(function (Command, cs, config, o) {
4081
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4082
- })
4083
- .s("CloudTrail_20131101", "PutResourcePolicy", {})
4084
- .n("CloudTrailClient", "PutResourcePolicyCommand")
4085
- .sc(PutResourcePolicy$)
4086
- .build() {
3696
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
4087
3697
  }
4088
3698
 
4089
- class RegisterOrganizationDelegatedAdminCommand extends Command
4090
- .classBuilder()
4091
- .ep(commonParams)
4092
- .m(function (Command, cs, config, o) {
4093
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4094
- })
4095
- .s("CloudTrail_20131101", "RegisterOrganizationDelegatedAdmin", {})
4096
- .n("CloudTrailClient", "RegisterOrganizationDelegatedAdminCommand")
4097
- .sc(RegisterOrganizationDelegatedAdmin$)
4098
- .build() {
3699
+ class RegisterOrganizationDelegatedAdminCommand extends command(_ep0, _mw0, "RegisterOrganizationDelegatedAdmin", RegisterOrganizationDelegatedAdmin$) {
4099
3700
  }
4100
3701
 
4101
- class RemoveTagsCommand extends Command
4102
- .classBuilder()
4103
- .ep(commonParams)
4104
- .m(function (Command, cs, config, o) {
4105
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4106
- })
4107
- .s("CloudTrail_20131101", "RemoveTags", {})
4108
- .n("CloudTrailClient", "RemoveTagsCommand")
4109
- .sc(RemoveTags$)
4110
- .build() {
3702
+ class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
4111
3703
  }
4112
3704
 
4113
- class RestoreEventDataStoreCommand extends Command
4114
- .classBuilder()
4115
- .ep(commonParams)
4116
- .m(function (Command, cs, config, o) {
4117
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4118
- })
4119
- .s("CloudTrail_20131101", "RestoreEventDataStore", {})
4120
- .n("CloudTrailClient", "RestoreEventDataStoreCommand")
4121
- .sc(RestoreEventDataStore$)
4122
- .build() {
3705
+ class RestoreEventDataStoreCommand extends command(_ep0, _mw0, "RestoreEventDataStore", RestoreEventDataStore$) {
4123
3706
  }
4124
3707
 
4125
- class SearchSampleQueriesCommand extends Command
4126
- .classBuilder()
4127
- .ep(commonParams)
4128
- .m(function (Command, cs, config, o) {
4129
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4130
- })
4131
- .s("CloudTrail_20131101", "SearchSampleQueries", {})
4132
- .n("CloudTrailClient", "SearchSampleQueriesCommand")
4133
- .sc(SearchSampleQueries$)
4134
- .build() {
3708
+ class SearchSampleQueriesCommand extends command(_ep0, _mw0, "SearchSampleQueries", SearchSampleQueries$) {
4135
3709
  }
4136
3710
 
4137
- class StartDashboardRefreshCommand extends Command
4138
- .classBuilder()
4139
- .ep(commonParams)
4140
- .m(function (Command, cs, config, o) {
4141
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4142
- })
4143
- .s("CloudTrail_20131101", "StartDashboardRefresh", {})
4144
- .n("CloudTrailClient", "StartDashboardRefreshCommand")
4145
- .sc(StartDashboardRefresh$)
4146
- .build() {
3711
+ class StartDashboardRefreshCommand extends command(_ep0, _mw0, "StartDashboardRefresh", StartDashboardRefresh$) {
4147
3712
  }
4148
3713
 
4149
- class StartEventDataStoreIngestionCommand extends Command
4150
- .classBuilder()
4151
- .ep(commonParams)
4152
- .m(function (Command, cs, config, o) {
4153
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4154
- })
4155
- .s("CloudTrail_20131101", "StartEventDataStoreIngestion", {})
4156
- .n("CloudTrailClient", "StartEventDataStoreIngestionCommand")
4157
- .sc(StartEventDataStoreIngestion$)
4158
- .build() {
3714
+ class StartEventDataStoreIngestionCommand extends command(_ep0, _mw0, "StartEventDataStoreIngestion", StartEventDataStoreIngestion$) {
4159
3715
  }
4160
3716
 
4161
- class StartImportCommand extends Command
4162
- .classBuilder()
4163
- .ep(commonParams)
4164
- .m(function (Command, cs, config, o) {
4165
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4166
- })
4167
- .s("CloudTrail_20131101", "StartImport", {})
4168
- .n("CloudTrailClient", "StartImportCommand")
4169
- .sc(StartImport$)
4170
- .build() {
3717
+ class StartImportCommand extends command(_ep0, _mw0, "StartImport", StartImport$) {
4171
3718
  }
4172
3719
 
4173
- class StartLoggingCommand extends Command
4174
- .classBuilder()
4175
- .ep(commonParams)
4176
- .m(function (Command, cs, config, o) {
4177
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4178
- })
4179
- .s("CloudTrail_20131101", "StartLogging", {})
4180
- .n("CloudTrailClient", "StartLoggingCommand")
4181
- .sc(StartLogging$)
4182
- .build() {
3720
+ class StartLoggingCommand extends command(_ep0, _mw0, "StartLogging", StartLogging$) {
4183
3721
  }
4184
3722
 
4185
- class StartQueryCommand extends Command
4186
- .classBuilder()
4187
- .ep(commonParams)
4188
- .m(function (Command, cs, config, o) {
4189
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4190
- })
4191
- .s("CloudTrail_20131101", "StartQuery", {})
4192
- .n("CloudTrailClient", "StartQueryCommand")
4193
- .sc(StartQuery$)
4194
- .build() {
3723
+ class StartQueryCommand extends command(_ep0, _mw0, "StartQuery", StartQuery$) {
4195
3724
  }
4196
3725
 
4197
- class StopEventDataStoreIngestionCommand extends Command
4198
- .classBuilder()
4199
- .ep(commonParams)
4200
- .m(function (Command, cs, config, o) {
4201
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4202
- })
4203
- .s("CloudTrail_20131101", "StopEventDataStoreIngestion", {})
4204
- .n("CloudTrailClient", "StopEventDataStoreIngestionCommand")
4205
- .sc(StopEventDataStoreIngestion$)
4206
- .build() {
3726
+ class StopEventDataStoreIngestionCommand extends command(_ep0, _mw0, "StopEventDataStoreIngestion", StopEventDataStoreIngestion$) {
4207
3727
  }
4208
3728
 
4209
- class StopImportCommand extends Command
4210
- .classBuilder()
4211
- .ep(commonParams)
4212
- .m(function (Command, cs, config, o) {
4213
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4214
- })
4215
- .s("CloudTrail_20131101", "StopImport", {})
4216
- .n("CloudTrailClient", "StopImportCommand")
4217
- .sc(StopImport$)
4218
- .build() {
3729
+ class StopImportCommand extends command(_ep0, _mw0, "StopImport", StopImport$) {
4219
3730
  }
4220
3731
 
4221
- class StopLoggingCommand extends Command
4222
- .classBuilder()
4223
- .ep(commonParams)
4224
- .m(function (Command, cs, config, o) {
4225
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4226
- })
4227
- .s("CloudTrail_20131101", "StopLogging", {})
4228
- .n("CloudTrailClient", "StopLoggingCommand")
4229
- .sc(StopLogging$)
4230
- .build() {
3732
+ class StopLoggingCommand extends command(_ep0, _mw0, "StopLogging", StopLogging$) {
4231
3733
  }
4232
3734
 
4233
- class UpdateChannelCommand extends Command
4234
- .classBuilder()
4235
- .ep(commonParams)
4236
- .m(function (Command, cs, config, o) {
4237
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4238
- })
4239
- .s("CloudTrail_20131101", "UpdateChannel", {})
4240
- .n("CloudTrailClient", "UpdateChannelCommand")
4241
- .sc(UpdateChannel$)
4242
- .build() {
3735
+ class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
4243
3736
  }
4244
3737
 
4245
- class UpdateDashboardCommand extends Command
4246
- .classBuilder()
4247
- .ep(commonParams)
4248
- .m(function (Command, cs, config, o) {
4249
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4250
- })
4251
- .s("CloudTrail_20131101", "UpdateDashboard", {})
4252
- .n("CloudTrailClient", "UpdateDashboardCommand")
4253
- .sc(UpdateDashboard$)
4254
- .build() {
3738
+ class UpdateDashboardCommand extends command(_ep0, _mw0, "UpdateDashboard", UpdateDashboard$) {
4255
3739
  }
4256
3740
 
4257
- class UpdateEventDataStoreCommand extends Command
4258
- .classBuilder()
4259
- .ep(commonParams)
4260
- .m(function (Command, cs, config, o) {
4261
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4262
- })
4263
- .s("CloudTrail_20131101", "UpdateEventDataStore", {})
4264
- .n("CloudTrailClient", "UpdateEventDataStoreCommand")
4265
- .sc(UpdateEventDataStore$)
4266
- .build() {
3741
+ class UpdateEventDataStoreCommand extends command(_ep0, _mw0, "UpdateEventDataStore", UpdateEventDataStore$) {
4267
3742
  }
4268
3743
 
4269
- class UpdateTrailCommand extends Command
4270
- .classBuilder()
4271
- .ep(commonParams)
4272
- .m(function (Command, cs, config, o) {
4273
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4274
- })
4275
- .s("CloudTrail_20131101", "UpdateTrail", {})
4276
- .n("CloudTrailClient", "UpdateTrailCommand")
4277
- .sc(UpdateTrail$)
4278
- .build() {
3744
+ class UpdateTrailCommand extends command(_ep0, _mw0, "UpdateTrail", UpdateTrail$) {
4279
3745
  }
4280
3746
 
4281
3747
  const paginateGetQueryResults = createPaginator(CloudTrailClient, GetQueryResultsCommand, "NextToken", "NextToken", "");