@aws-sdk/client-finspace 3.1087.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 (69) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Finspace.d.ts +160 -172
  3. package/dist-types/ts3.4/FinspaceClient.d.ts +19 -41
  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/CreateEnvironmentCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateKxChangesetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateKxClusterCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateKxDatabaseCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateKxDataviewCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateKxEnvironmentCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateKxScalingGroupCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateKxUserCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateKxVolumeCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteKxClusterCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteKxClusterNodeCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteKxDatabaseCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteKxDataviewCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DeleteKxEnvironmentCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteKxScalingGroupCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteKxUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteKxVolumeCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetKxChangesetCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/GetKxClusterCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/GetKxConnectionStringCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetKxDatabaseCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/GetKxDataviewCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/GetKxEnvironmentCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetKxScalingGroupCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/GetKxUserCommand.d.ts +7 -5
  34. package/dist-types/ts3.4/commands/GetKxVolumeCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListKxChangesetsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListKxClusterNodesCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListKxClustersCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/ListKxDatabasesCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/ListKxDataviewsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListKxEnvironmentsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListKxScalingGroupsCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/ListKxUsersCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListKxVolumesCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateKxClusterCodeConfigurationCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateKxClusterDatabasesCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/UpdateKxDatabaseCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/UpdateKxDataviewCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/UpdateKxEnvironmentCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateKxEnvironmentNetworkCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/UpdateKxUserCommand.d.ts +3 -5
  56. package/dist-types/ts3.4/commands/UpdateKxVolumeCommand.d.ts +4 -9
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  59. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  60. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  61. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  62. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  67. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  69. package/package.json +38 -38
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.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75