@aws-sdk/client-kafkaconnect 3.36.0 → 3.36.1

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 (42) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/KafkaConnect.js +0 -3
  3. package/dist-cjs/KafkaConnectClient.js +0 -8
  4. package/dist-cjs/commands/CreateConnectorCommand.js +0 -24
  5. package/dist-cjs/commands/CreateCustomPluginCommand.js +0 -24
  6. package/dist-cjs/commands/CreateWorkerConfigurationCommand.js +0 -24
  7. package/dist-cjs/commands/DeleteConnectorCommand.js +0 -24
  8. package/dist-cjs/commands/DescribeConnectorCommand.js +0 -24
  9. package/dist-cjs/commands/DescribeCustomPluginCommand.js +0 -24
  10. package/dist-cjs/commands/DescribeWorkerConfigurationCommand.js +0 -24
  11. package/dist-cjs/commands/ListConnectorsCommand.js +0 -24
  12. package/dist-cjs/commands/ListCustomPluginsCommand.js +0 -24
  13. package/dist-cjs/commands/ListWorkerConfigurationsCommand.js +0 -24
  14. package/dist-cjs/commands/UpdateConnectorCommand.js +0 -24
  15. package/dist-cjs/models/models_0.js +0 -246
  16. package/dist-cjs/pagination/ListConnectorsPaginator.js +0 -10
  17. package/dist-cjs/pagination/ListCustomPluginsPaginator.js +0 -10
  18. package/dist-cjs/pagination/ListWorkerConfigurationsPaginator.js +0 -10
  19. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  20. package/dist-cjs/runtimeConfig.browser.js +1 -5
  21. package/dist-cjs/runtimeConfig.js +1 -5
  22. package/dist-cjs/runtimeConfig.native.js +0 -3
  23. package/dist-cjs/runtimeConfig.shared.js +0 -3
  24. package/dist-types/ts3.4/KafkaConnect.d.ts +12 -36
  25. package/dist-types/ts3.4/KafkaConnectClient.d.ts +24 -89
  26. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +2 -20
  27. package/dist-types/ts3.4/commands/CreateCustomPluginCommand.d.ts +2 -20
  28. package/dist-types/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +2 -20
  29. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +2 -20
  30. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +2 -20
  31. package/dist-types/ts3.4/commands/DescribeCustomPluginCommand.d.ts +2 -20
  32. package/dist-types/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +2 -20
  33. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -20
  34. package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +2 -20
  35. package/dist-types/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +2 -20
  36. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +2 -20
  37. package/dist-types/ts3.4/models/models_0.d.ts +352 -1056
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  42. package/package.json +3 -3
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { KafkaConnectClientConfig } from "./KafkaConnectClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: KafkaConnectClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { KafkaConnectClientConfig } from "./KafkaConnectClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: KafkaConnectClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,7 +1,5 @@
1
1
  import { KafkaConnectClientConfig } from "./KafkaConnectClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: KafkaConnectClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { KafkaConnectClientConfig } from "./KafkaConnectClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: KafkaConnectClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafkaconnect",
3
3
  "description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.36.0",
4
+ "version": "3.36.1",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "^1.1.0",
23
23
  "@aws-crypto/sha256-js": "^1.1.0",
24
- "@aws-sdk/client-sts": "3.36.0",
24
+ "@aws-sdk/client-sts": "3.36.1",
25
25
  "@aws-sdk/config-resolver": "3.36.0",
26
- "@aws-sdk/credential-provider-node": "3.36.0",
26
+ "@aws-sdk/credential-provider-node": "3.36.1",
27
27
  "@aws-sdk/fetch-http-handler": "3.36.0",
28
28
  "@aws-sdk/hash-node": "3.36.0",
29
29
  "@aws-sdk/invalid-dependency": "3.36.0",