@aws-sdk/client-cloudtrail 3.1086.0 → 3.1088.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 (84) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudTrail.d.ts +210 -287
  3. package/dist-types/ts3.4/CloudTrailClient.d.ts +22 -82
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -5
  8. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DeregisterOrganizationDelegatedAdminCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +3 -8
  20. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +3 -8
  21. package/dist-types/ts3.4/commands/DisableFederationCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/EnableFederationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +3 -5
  25. package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/GetEventConfigurationCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +7 -5
  34. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +3 -8
  37. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListInsightsMetricDataCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -5
  45. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/PutEventConfigurationCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/RegisterOrganizationDelegatedAdminCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/SearchSampleQueriesCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/StartDashboardRefreshCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  68. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  69. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  70. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  71. package/dist-types/ts3.4/models/errors.d.ts +84 -331
  72. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  74. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +1 -4
  75. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +1 -4
  76. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +1 -4
  77. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +1 -4
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  82. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  83. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  84. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75