@aws-sdk/client-kafkaconnect 3.306.0 → 3.309.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.
- package/dist-cjs/commands/CreateConnectorCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkerConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomPluginCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkerConfigurationCommand.js +2 -2
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomPluginsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkerConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/UpdateConnectorCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +304 -346
- package/dist-es/commands/CreateConnectorCommand.js +3 -3
- package/dist-es/commands/CreateCustomPluginCommand.js +3 -3
- package/dist-es/commands/CreateWorkerConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteConnectorCommand.js +3 -3
- package/dist-es/commands/DeleteCustomPluginCommand.js +3 -3
- package/dist-es/commands/DescribeConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeCustomPluginCommand.js +3 -3
- package/dist-es/commands/DescribeWorkerConfigurationCommand.js +3 -3
- package/dist-es/commands/ListConnectorsCommand.js +3 -3
- package/dist-es/commands/ListCustomPluginsCommand.js +3 -3
- package/dist-es/commands/ListWorkerConfigurationsCommand.js +3 -3
- package/dist-es/commands/UpdateConnectorCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +279 -321
- package/dist-types/protocols/Aws_restJson1.d.ts +96 -24
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -24
- package/package.json +6 -6
|
@@ -12,27 +12,99 @@ import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../comm
|
|
|
12
12
|
import { ListCustomPluginsCommandInput, ListCustomPluginsCommandOutput } from "../commands/ListCustomPluginsCommand";
|
|
13
13
|
import { ListWorkerConfigurationsCommandInput, ListWorkerConfigurationsCommandOutput } from "../commands/ListWorkerConfigurationsCommand";
|
|
14
14
|
import { UpdateConnectorCommandInput, UpdateConnectorCommandOutput } from "../commands/UpdateConnectorCommand";
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
export declare const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
export declare const
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
15
|
+
/**
|
|
16
|
+
* serializeAws_restJson1CreateConnectorCommand
|
|
17
|
+
*/
|
|
18
|
+
export declare const se_CreateConnectorCommand: (input: CreateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
19
|
+
/**
|
|
20
|
+
* serializeAws_restJson1CreateCustomPluginCommand
|
|
21
|
+
*/
|
|
22
|
+
export declare const se_CreateCustomPluginCommand: (input: CreateCustomPluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
+
/**
|
|
24
|
+
* serializeAws_restJson1CreateWorkerConfigurationCommand
|
|
25
|
+
*/
|
|
26
|
+
export declare const se_CreateWorkerConfigurationCommand: (input: CreateWorkerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
+
/**
|
|
28
|
+
* serializeAws_restJson1DeleteConnectorCommand
|
|
29
|
+
*/
|
|
30
|
+
export declare const se_DeleteConnectorCommand: (input: DeleteConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
+
/**
|
|
32
|
+
* serializeAws_restJson1DeleteCustomPluginCommand
|
|
33
|
+
*/
|
|
34
|
+
export declare const se_DeleteCustomPluginCommand: (input: DeleteCustomPluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1DescribeConnectorCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1DescribeCustomPluginCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_DescribeCustomPluginCommand: (input: DescribeCustomPluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1DescribeWorkerConfigurationCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_DescribeWorkerConfigurationCommand: (input: DescribeWorkerConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1ListConnectorsCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1ListCustomPluginsCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_ListCustomPluginsCommand: (input: ListCustomPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1ListWorkerConfigurationsCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_ListWorkerConfigurationsCommand: (input: ListWorkerConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1UpdateConnectorCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_UpdateConnectorCommand: (input: UpdateConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* deserializeAws_restJson1CreateConnectorCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const de_CreateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* deserializeAws_restJson1CreateCustomPluginCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const de_CreateCustomPluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomPluginCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* deserializeAws_restJson1CreateWorkerConfigurationCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const de_CreateWorkerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkerConfigurationCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* deserializeAws_restJson1DeleteConnectorCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const de_DeleteConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorCommandOutput>;
|
|
79
|
+
/**
|
|
80
|
+
* deserializeAws_restJson1DeleteCustomPluginCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const de_DeleteCustomPluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomPluginCommandOutput>;
|
|
83
|
+
/**
|
|
84
|
+
* deserializeAws_restJson1DescribeConnectorCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const de_DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* deserializeAws_restJson1DescribeCustomPluginCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const de_DescribeCustomPluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomPluginCommandOutput>;
|
|
91
|
+
/**
|
|
92
|
+
* deserializeAws_restJson1DescribeWorkerConfigurationCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const de_DescribeWorkerConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkerConfigurationCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* deserializeAws_restJson1ListConnectorsCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
|
|
99
|
+
/**
|
|
100
|
+
* deserializeAws_restJson1ListCustomPluginsCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const de_ListCustomPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomPluginsCommandOutput>;
|
|
103
|
+
/**
|
|
104
|
+
* deserializeAws_restJson1ListWorkerConfigurationsCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const de_ListWorkerConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkerConfigurationsCommandOutput>;
|
|
107
|
+
/**
|
|
108
|
+
* deserializeAws_restJson1UpdateConnectorCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const de_UpdateConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorCommandOutput>;
|
|
@@ -51,99 +51,99 @@ import {
|
|
|
51
51
|
UpdateConnectorCommandInput,
|
|
52
52
|
UpdateConnectorCommandOutput,
|
|
53
53
|
} from "../commands/UpdateConnectorCommand";
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const se_CreateConnectorCommand: (
|
|
55
55
|
input: CreateConnectorCommandInput,
|
|
56
56
|
context: __SerdeContext
|
|
57
57
|
) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const se_CreateCustomPluginCommand: (
|
|
59
59
|
input: CreateCustomPluginCommandInput,
|
|
60
60
|
context: __SerdeContext
|
|
61
61
|
) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const se_CreateWorkerConfigurationCommand: (
|
|
63
63
|
input: CreateWorkerConfigurationCommandInput,
|
|
64
64
|
context: __SerdeContext
|
|
65
65
|
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const se_DeleteConnectorCommand: (
|
|
67
67
|
input: DeleteConnectorCommandInput,
|
|
68
68
|
context: __SerdeContext
|
|
69
69
|
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const se_DeleteCustomPluginCommand: (
|
|
71
71
|
input: DeleteCustomPluginCommandInput,
|
|
72
72
|
context: __SerdeContext
|
|
73
73
|
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const se_DescribeConnectorCommand: (
|
|
75
75
|
input: DescribeConnectorCommandInput,
|
|
76
76
|
context: __SerdeContext
|
|
77
77
|
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const se_DescribeCustomPluginCommand: (
|
|
79
79
|
input: DescribeCustomPluginCommandInput,
|
|
80
80
|
context: __SerdeContext
|
|
81
81
|
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const se_DescribeWorkerConfigurationCommand: (
|
|
83
83
|
input: DescribeWorkerConfigurationCommandInput,
|
|
84
84
|
context: __SerdeContext
|
|
85
85
|
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const se_ListConnectorsCommand: (
|
|
87
87
|
input: ListConnectorsCommandInput,
|
|
88
88
|
context: __SerdeContext
|
|
89
89
|
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_ListCustomPluginsCommand: (
|
|
91
91
|
input: ListCustomPluginsCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_ListWorkerConfigurationsCommand: (
|
|
95
95
|
input: ListWorkerConfigurationsCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_UpdateConnectorCommand: (
|
|
99
99
|
input: UpdateConnectorCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const de_CreateConnectorCommand: (
|
|
103
103
|
output: __HttpResponse,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<CreateConnectorCommandOutput>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const de_CreateCustomPluginCommand: (
|
|
107
107
|
output: __HttpResponse,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<CreateCustomPluginCommandOutput>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const de_CreateWorkerConfigurationCommand: (
|
|
111
111
|
output: __HttpResponse,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<CreateWorkerConfigurationCommandOutput>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const de_DeleteConnectorCommand: (
|
|
115
115
|
output: __HttpResponse,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<DeleteConnectorCommandOutput>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const de_DeleteCustomPluginCommand: (
|
|
119
119
|
output: __HttpResponse,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<DeleteCustomPluginCommandOutput>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const de_DescribeConnectorCommand: (
|
|
123
123
|
output: __HttpResponse,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<DescribeConnectorCommandOutput>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const de_DescribeCustomPluginCommand: (
|
|
127
127
|
output: __HttpResponse,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<DescribeCustomPluginCommandOutput>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const de_DescribeWorkerConfigurationCommand: (
|
|
131
131
|
output: __HttpResponse,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<DescribeWorkerConfigurationCommandOutput>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const de_ListConnectorsCommand: (
|
|
135
135
|
output: __HttpResponse,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<ListConnectorsCommandOutput>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const de_ListCustomPluginsCommand: (
|
|
139
139
|
output: __HttpResponse,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<ListCustomPluginsCommandOutput>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const de_ListWorkerConfigurationsCommand: (
|
|
143
143
|
output: __HttpResponse,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<ListWorkerConfigurationsCommandOutput>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const de_UpdateConnectorCommand: (
|
|
147
147
|
output: __HttpResponse,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<UpdateConnectorCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|