@aws-sdk/client-cloudtrail 3.952.0 → 3.953.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 +1196 -837
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddTagsCommand.js +2 -2
  4. package/dist-es/commands/CancelQueryCommand.js +2 -2
  5. package/dist-es/commands/CreateChannelCommand.js +2 -2
  6. package/dist-es/commands/CreateDashboardCommand.js +2 -2
  7. package/dist-es/commands/CreateEventDataStoreCommand.js +2 -2
  8. package/dist-es/commands/CreateTrailCommand.js +2 -2
  9. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  10. package/dist-es/commands/DeleteDashboardCommand.js +2 -2
  11. package/dist-es/commands/DeleteEventDataStoreCommand.js +2 -2
  12. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  13. package/dist-es/commands/DeleteTrailCommand.js +2 -2
  14. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +2 -2
  15. package/dist-es/commands/DescribeQueryCommand.js +2 -2
  16. package/dist-es/commands/DescribeTrailsCommand.js +2 -2
  17. package/dist-es/commands/DisableFederationCommand.js +2 -2
  18. package/dist-es/commands/EnableFederationCommand.js +2 -2
  19. package/dist-es/commands/GenerateQueryCommand.js +2 -2
  20. package/dist-es/commands/GetChannelCommand.js +2 -2
  21. package/dist-es/commands/GetDashboardCommand.js +2 -2
  22. package/dist-es/commands/GetEventConfigurationCommand.js +2 -2
  23. package/dist-es/commands/GetEventDataStoreCommand.js +2 -2
  24. package/dist-es/commands/GetEventSelectorsCommand.js +2 -2
  25. package/dist-es/commands/GetImportCommand.js +2 -2
  26. package/dist-es/commands/GetInsightSelectorsCommand.js +2 -2
  27. package/dist-es/commands/GetQueryResultsCommand.js +2 -2
  28. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  29. package/dist-es/commands/GetTrailCommand.js +2 -2
  30. package/dist-es/commands/GetTrailStatusCommand.js +2 -2
  31. package/dist-es/commands/ListChannelsCommand.js +2 -2
  32. package/dist-es/commands/ListDashboardsCommand.js +2 -2
  33. package/dist-es/commands/ListEventDataStoresCommand.js +2 -2
  34. package/dist-es/commands/ListImportFailuresCommand.js +2 -2
  35. package/dist-es/commands/ListImportsCommand.js +2 -2
  36. package/dist-es/commands/ListInsightsDataCommand.js +2 -2
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +2 -2
  38. package/dist-es/commands/ListPublicKeysCommand.js +2 -2
  39. package/dist-es/commands/ListQueriesCommand.js +2 -2
  40. package/dist-es/commands/ListTagsCommand.js +2 -2
  41. package/dist-es/commands/ListTrailsCommand.js +2 -2
  42. package/dist-es/commands/LookupEventsCommand.js +2 -2
  43. package/dist-es/commands/PutEventConfigurationCommand.js +2 -2
  44. package/dist-es/commands/PutEventSelectorsCommand.js +2 -2
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +2 -2
  46. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +2 -2
  48. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +2 -2
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +2 -2
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +2 -2
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +2 -2
  53. package/dist-es/commands/StartImportCommand.js +2 -2
  54. package/dist-es/commands/StartLoggingCommand.js +2 -2
  55. package/dist-es/commands/StartQueryCommand.js +2 -2
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +2 -2
  57. package/dist-es/commands/StopImportCommand.js +2 -2
  58. package/dist-es/commands/StopLoggingCommand.js +2 -2
  59. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  60. package/dist-es/commands/UpdateDashboardCommand.js +2 -2
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +2 -2
  62. package/dist-es/commands/UpdateTrailCommand.js +2 -2
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.shared.js +7 -6
  65. package/dist-es/schemas/schemas_0.js +593 -536
  66. package/dist-types/CloudTrailClient.d.ts +1 -10
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  69. package/dist-types/runtimeConfig.d.ts +6 -2
  70. package/dist-types/runtimeConfig.native.d.ts +6 -2
  71. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  72. package/dist-types/schemas/schemas_0.d.ts +303 -348
  73. package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -4
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +302 -348
  80. package/package.json +34 -34
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListPublicKeys } from "../schemas/schemas_0";
4
+ import { ListPublicKeys$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListPublicKeysCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListPublicKeysCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "ListPublicKeys", {})
13
13
  .n("CloudTrailClient", "ListPublicKeysCommand")
14
- .sc(ListPublicKeys)
14
+ .sc(ListPublicKeys$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListQueries } from "../schemas/schemas_0";
4
+ import { ListQueries$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListQueriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListQueriesCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "ListQueries", {})
13
13
  .n("CloudTrailClient", "ListQueriesCommand")
14
- .sc(ListQueries)
14
+ .sc(ListQueries$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTags } from "../schemas/schemas_0";
4
+ import { ListTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTagsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "ListTags", {})
13
13
  .n("CloudTrailClient", "ListTagsCommand")
14
- .sc(ListTags)
14
+ .sc(ListTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListTrails } from "../schemas/schemas_0";
4
+ import { ListTrails$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListTrailsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListTrailsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "ListTrails", {})
13
13
  .n("CloudTrailClient", "ListTrailsCommand")
14
- .sc(ListTrails)
14
+ .sc(ListTrails$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { LookupEvents } from "../schemas/schemas_0";
4
+ import { LookupEvents$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class LookupEventsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class LookupEventsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "LookupEvents", {})
13
13
  .n("CloudTrailClient", "LookupEventsCommand")
14
- .sc(LookupEvents)
14
+ .sc(LookupEvents$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutEventConfiguration } from "../schemas/schemas_0";
4
+ import { PutEventConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutEventConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutEventConfigurationCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "PutEventConfiguration", {})
13
13
  .n("CloudTrailClient", "PutEventConfigurationCommand")
14
- .sc(PutEventConfiguration)
14
+ .sc(PutEventConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutEventSelectors } from "../schemas/schemas_0";
4
+ import { PutEventSelectors$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutEventSelectorsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutEventSelectorsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "PutEventSelectors", {})
13
13
  .n("CloudTrailClient", "PutEventSelectorsCommand")
14
- .sc(PutEventSelectors)
14
+ .sc(PutEventSelectors$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutInsightSelectors } from "../schemas/schemas_0";
4
+ import { PutInsightSelectors$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutInsightSelectorsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutInsightSelectorsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "PutInsightSelectors", {})
13
13
  .n("CloudTrailClient", "PutInsightSelectorsCommand")
14
- .sc(PutInsightSelectors)
14
+ .sc(PutInsightSelectors$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { PutResourcePolicy } from "../schemas/schemas_0";
4
+ import { PutResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class PutResourcePolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class PutResourcePolicyCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "PutResourcePolicy", {})
13
13
  .n("CloudTrailClient", "PutResourcePolicyCommand")
14
- .sc(PutResourcePolicy)
14
+ .sc(PutResourcePolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RegisterOrganizationDelegatedAdmin } from "../schemas/schemas_0";
4
+ import { RegisterOrganizationDelegatedAdmin$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RegisterOrganizationDelegatedAdminCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RegisterOrganizationDelegatedAdminCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "RegisterOrganizationDelegatedAdmin", {})
13
13
  .n("CloudTrailClient", "RegisterOrganizationDelegatedAdminCommand")
14
- .sc(RegisterOrganizationDelegatedAdmin)
14
+ .sc(RegisterOrganizationDelegatedAdmin$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RemoveTags } from "../schemas/schemas_0";
4
+ import { RemoveTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RemoveTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RemoveTagsCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "RemoveTags", {})
13
13
  .n("CloudTrailClient", "RemoveTagsCommand")
14
- .sc(RemoveTags)
14
+ .sc(RemoveTags$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { RestoreEventDataStore } from "../schemas/schemas_0";
4
+ import { RestoreEventDataStore$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class RestoreEventDataStoreCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class RestoreEventDataStoreCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "RestoreEventDataStore", {})
13
13
  .n("CloudTrailClient", "RestoreEventDataStoreCommand")
14
- .sc(RestoreEventDataStore)
14
+ .sc(RestoreEventDataStore$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { SearchSampleQueries } from "../schemas/schemas_0";
4
+ import { SearchSampleQueries$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class SearchSampleQueriesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class SearchSampleQueriesCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "SearchSampleQueries", {})
13
13
  .n("CloudTrailClient", "SearchSampleQueriesCommand")
14
- .sc(SearchSampleQueries)
14
+ .sc(SearchSampleQueries$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartDashboardRefresh } from "../schemas/schemas_0";
4
+ import { StartDashboardRefresh$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartDashboardRefreshCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartDashboardRefreshCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StartDashboardRefresh", {})
13
13
  .n("CloudTrailClient", "StartDashboardRefreshCommand")
14
- .sc(StartDashboardRefresh)
14
+ .sc(StartDashboardRefresh$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartEventDataStoreIngestion } from "../schemas/schemas_0";
4
+ import { StartEventDataStoreIngestion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartEventDataStoreIngestionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartEventDataStoreIngestionCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StartEventDataStoreIngestion", {})
13
13
  .n("CloudTrailClient", "StartEventDataStoreIngestionCommand")
14
- .sc(StartEventDataStoreIngestion)
14
+ .sc(StartEventDataStoreIngestion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartImport } from "../schemas/schemas_0";
4
+ import { StartImport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartImportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartImportCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StartImport", {})
13
13
  .n("CloudTrailClient", "StartImportCommand")
14
- .sc(StartImport)
14
+ .sc(StartImport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartLogging } from "../schemas/schemas_0";
4
+ import { StartLogging$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartLoggingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartLoggingCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StartLogging", {})
13
13
  .n("CloudTrailClient", "StartLoggingCommand")
14
- .sc(StartLogging)
14
+ .sc(StartLogging$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StartQuery } from "../schemas/schemas_0";
4
+ import { StartQuery$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StartQueryCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StartQueryCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StartQuery", {})
13
13
  .n("CloudTrailClient", "StartQueryCommand")
14
- .sc(StartQuery)
14
+ .sc(StartQuery$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopEventDataStoreIngestion } from "../schemas/schemas_0";
4
+ import { StopEventDataStoreIngestion$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopEventDataStoreIngestionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopEventDataStoreIngestionCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StopEventDataStoreIngestion", {})
13
13
  .n("CloudTrailClient", "StopEventDataStoreIngestionCommand")
14
- .sc(StopEventDataStoreIngestion)
14
+ .sc(StopEventDataStoreIngestion$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopImport } from "../schemas/schemas_0";
4
+ import { StopImport$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopImportCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopImportCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StopImport", {})
13
13
  .n("CloudTrailClient", "StopImportCommand")
14
- .sc(StopImport)
14
+ .sc(StopImport$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { StopLogging } from "../schemas/schemas_0";
4
+ import { StopLogging$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class StopLoggingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class StopLoggingCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "StopLogging", {})
13
13
  .n("CloudTrailClient", "StopLoggingCommand")
14
- .sc(StopLogging)
14
+ .sc(StopLogging$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateChannel } from "../schemas/schemas_0";
4
+ import { UpdateChannel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateChannelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateChannelCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "UpdateChannel", {})
13
13
  .n("CloudTrailClient", "UpdateChannelCommand")
14
- .sc(UpdateChannel)
14
+ .sc(UpdateChannel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateDashboard } from "../schemas/schemas_0";
4
+ import { UpdateDashboard$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateDashboardCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateDashboardCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "UpdateDashboard", {})
13
13
  .n("CloudTrailClient", "UpdateDashboardCommand")
14
- .sc(UpdateDashboard)
14
+ .sc(UpdateDashboard$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateEventDataStore } from "../schemas/schemas_0";
4
+ import { UpdateEventDataStore$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateEventDataStoreCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateEventDataStoreCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "UpdateEventDataStore", {})
13
13
  .n("CloudTrailClient", "UpdateEventDataStoreCommand")
14
- .sc(UpdateEventDataStore)
14
+ .sc(UpdateEventDataStore$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { UpdateTrail } from "../schemas/schemas_0";
4
+ import { UpdateTrail$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class UpdateTrailCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class UpdateTrailCommand extends $Command
11
11
  })
12
12
  .s("CloudTrail_20131101", "UpdateTrail", {})
13
13
  .n("CloudTrailClient", "UpdateTrailCommand")
14
- .sc(UpdateTrail)
14
+ .sc(UpdateTrail$)
15
15
  .build() {
16
16
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CloudTrailClient";
2
2
  export * from "./CloudTrail";
3
3
  export * from "./commands";
4
+ export * from "./schemas/schemas_0";
4
5
  export * from "./pagination";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
23
23
  },
24
24
  ],
25
25
  logger: config?.logger ?? new NoOpLogger(),
26
- protocol: config?.protocol ??
27
- new AwsJson1_1Protocol({
28
- defaultNamespace: "com.amazonaws.cloudtrail",
29
- serviceTarget: "CloudTrail_20131101",
30
- awsQueryCompatible: false,
31
- }),
26
+ protocol: config?.protocol ?? AwsJson1_1Protocol,
27
+ protocolSettings: config?.protocolSettings ?? {
28
+ defaultNamespace: "com.amazonaws.cloudtrail",
29
+ xmlNamespace: "http://cloudtrail.amazonaws.com/doc/2013-11-01/",
30
+ version: "2013-11-01",
31
+ serviceTarget: "CloudTrail_20131101",
32
+ },
32
33
  serviceId: config?.serviceId ?? "CloudTrail",
33
34
  urlParser: config?.urlParser ?? parseUrl,
34
35
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,