@aws-sdk/client-kafkaconnect 3.953.0 → 3.954.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/index.js +25 -16
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +20 -16
- package/dist-types/commands/CreateConnectorCommand.d.ts +8 -14
- package/dist-types/commands/CreateCustomPluginCommand.d.ts +7 -14
- package/dist-types/commands/CreateWorkerConfigurationCommand.d.ts +7 -14
- package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -12
- package/dist-types/commands/DeleteCustomPluginCommand.d.ts +6 -12
- package/dist-types/commands/DeleteWorkerConfigurationCommand.d.ts +6 -12
- package/dist-types/commands/DescribeConnectorCommand.d.ts +7 -12
- package/dist-types/commands/DescribeConnectorOperationCommand.d.ts +6 -12
- package/dist-types/commands/DescribeCustomPluginCommand.d.ts +6 -12
- package/dist-types/commands/DescribeWorkerConfigurationCommand.d.ts +6 -12
- package/dist-types/commands/ListConnectorOperationsCommand.d.ts +6 -12
- package/dist-types/commands/ListConnectorsCommand.d.ts +8 -15
- package/dist-types/commands/ListCustomPluginsCommand.d.ts +6 -12
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
- package/dist-types/commands/ListWorkerConfigurationsCommand.d.ts +6 -12
- package/dist-types/commands/TagResourceCommand.d.ts +7 -14
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
- package/dist-types/commands/UpdateConnectorCommand.d.ts +7 -13
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/errors.d.ts +7 -14
- package/dist-types/models/models_0.d.ts +66 -111
- package/dist-types/ts3.4/models/enums.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +10 -10
|
@@ -79,31 +79,25 @@ declare const DescribeCustomPluginCommand_base: {
|
|
|
79
79
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link BadRequestException} (client fault)
|
|
82
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
83
|
-
* retry it.</p>
|
|
82
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
84
83
|
*
|
|
85
84
|
* @throws {@link ForbiddenException} (client fault)
|
|
86
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
87
|
-
* request.</p>
|
|
85
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
88
86
|
*
|
|
89
87
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
90
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
91
|
-
* resolve the issue.</p>
|
|
88
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
92
89
|
*
|
|
93
90
|
* @throws {@link NotFoundException} (client fault)
|
|
94
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
95
|
-
* and then retry it.</p>
|
|
91
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
96
92
|
*
|
|
97
93
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
98
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
99
|
-
* resolve the issue.</p>
|
|
94
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
100
95
|
*
|
|
101
96
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
102
97
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
103
98
|
*
|
|
104
99
|
* @throws {@link UnauthorizedException} (client fault)
|
|
105
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
106
|
-
* validated.</p>
|
|
100
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
107
101
|
*
|
|
108
102
|
* @throws {@link KafkaConnectServiceException}
|
|
109
103
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -64,31 +64,25 @@ declare const DescribeWorkerConfigurationCommand_base: {
|
|
|
64
64
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link BadRequestException} (client fault)
|
|
67
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
68
|
-
* retry it.</p>
|
|
67
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
69
68
|
*
|
|
70
69
|
* @throws {@link ForbiddenException} (client fault)
|
|
71
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
72
|
-
* request.</p>
|
|
70
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
73
71
|
*
|
|
74
72
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
75
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
76
|
-
* resolve the issue.</p>
|
|
73
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
77
74
|
*
|
|
78
75
|
* @throws {@link NotFoundException} (client fault)
|
|
79
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
80
|
-
* and then retry it.</p>
|
|
76
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
81
77
|
*
|
|
82
78
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
83
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
84
|
-
* resolve the issue.</p>
|
|
79
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
85
80
|
*
|
|
86
81
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
87
82
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
88
83
|
*
|
|
89
84
|
* @throws {@link UnauthorizedException} (client fault)
|
|
90
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
91
|
-
* validated.</p>
|
|
85
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
92
86
|
*
|
|
93
87
|
* @throws {@link KafkaConnectServiceException}
|
|
94
88
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -65,31 +65,25 @@ declare const ListConnectorOperationsCommand_base: {
|
|
|
65
65
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link BadRequestException} (client fault)
|
|
68
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
69
|
-
* retry it.</p>
|
|
68
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
70
69
|
*
|
|
71
70
|
* @throws {@link ForbiddenException} (client fault)
|
|
72
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
73
|
-
* request.</p>
|
|
71
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
74
72
|
*
|
|
75
73
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
76
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
77
|
-
* resolve the issue.</p>
|
|
74
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
78
75
|
*
|
|
79
76
|
* @throws {@link NotFoundException} (client fault)
|
|
80
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
81
|
-
* and then retry it.</p>
|
|
77
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
82
78
|
*
|
|
83
79
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
84
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
85
|
-
* resolve the issue.</p>
|
|
80
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
86
81
|
*
|
|
87
82
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
88
83
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
89
84
|
*
|
|
90
85
|
* @throws {@link UnauthorizedException} (client fault)
|
|
91
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
92
|
-
* validated.</p>
|
|
86
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
93
87
|
*
|
|
94
88
|
* @throws {@link KafkaConnectServiceException}
|
|
95
89
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -27,9 +27,7 @@ declare const ListConnectorsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns a list of all the connectors in this account and Region. The list is limited to
|
|
31
|
-
* connectors whose name starts with the specified prefix. The response also includes a
|
|
32
|
-
* description of each of the listed connectors.</p>
|
|
30
|
+
* <p>Returns a list of all the connectors in this account and Region. The list is limited to connectors whose name starts with the specified prefix. The response also includes a description of each of the listed connectors.</p>
|
|
33
31
|
* @example
|
|
34
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
33
|
* ```javascript
|
|
@@ -108,6 +106,7 @@ declare const ListConnectorsCommand_base: {
|
|
|
108
106
|
* // },
|
|
109
107
|
* // },
|
|
110
108
|
* // },
|
|
109
|
+
* // networkType: "STRING_VALUE",
|
|
111
110
|
* // plugins: [ // __listOfPluginDescription
|
|
112
111
|
* // { // PluginDescription
|
|
113
112
|
* // customPlugin: { // CustomPluginDescription
|
|
@@ -135,31 +134,25 @@ declare const ListConnectorsCommand_base: {
|
|
|
135
134
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
136
135
|
*
|
|
137
136
|
* @throws {@link BadRequestException} (client fault)
|
|
138
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
139
|
-
* retry it.</p>
|
|
137
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
140
138
|
*
|
|
141
139
|
* @throws {@link ForbiddenException} (client fault)
|
|
142
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
143
|
-
* request.</p>
|
|
140
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
144
141
|
*
|
|
145
142
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
146
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
147
|
-
* resolve the issue.</p>
|
|
143
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
148
144
|
*
|
|
149
145
|
* @throws {@link NotFoundException} (client fault)
|
|
150
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
151
|
-
* and then retry it.</p>
|
|
146
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
152
147
|
*
|
|
153
148
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
154
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
155
|
-
* resolve the issue.</p>
|
|
149
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
156
150
|
*
|
|
157
151
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
158
152
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
159
153
|
*
|
|
160
154
|
* @throws {@link UnauthorizedException} (client fault)
|
|
161
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
162
|
-
* validated.</p>
|
|
155
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
163
156
|
*
|
|
164
157
|
* @throws {@link KafkaConnectServiceException}
|
|
165
158
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -82,31 +82,25 @@ declare const ListCustomPluginsCommand_base: {
|
|
|
82
82
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link BadRequestException} (client fault)
|
|
85
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
86
|
-
* retry it.</p>
|
|
85
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
87
86
|
*
|
|
88
87
|
* @throws {@link ForbiddenException} (client fault)
|
|
89
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
90
|
-
* request.</p>
|
|
88
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
91
89
|
*
|
|
92
90
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
93
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
94
|
-
* resolve the issue.</p>
|
|
91
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
95
92
|
*
|
|
96
93
|
* @throws {@link NotFoundException} (client fault)
|
|
97
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
98
|
-
* and then retry it.</p>
|
|
94
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
99
95
|
*
|
|
100
96
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
101
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
102
|
-
* resolve the issue.</p>
|
|
97
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
103
98
|
*
|
|
104
99
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
105
100
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
106
101
|
*
|
|
107
102
|
* @throws {@link UnauthorizedException} (client fault)
|
|
108
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
109
|
-
* validated.</p>
|
|
103
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
110
104
|
*
|
|
111
105
|
* @throws {@link KafkaConnectServiceException}
|
|
112
106
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -56,31 +56,25 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
56
56
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link BadRequestException} (client fault)
|
|
59
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
60
|
-
* retry it.</p>
|
|
59
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
61
60
|
*
|
|
62
61
|
* @throws {@link ForbiddenException} (client fault)
|
|
63
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
64
|
-
* request.</p>
|
|
62
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
65
63
|
*
|
|
66
64
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
67
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
68
|
-
* resolve the issue.</p>
|
|
65
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
69
66
|
*
|
|
70
67
|
* @throws {@link NotFoundException} (client fault)
|
|
71
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
72
|
-
* and then retry it.</p>
|
|
68
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
73
69
|
*
|
|
74
70
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
75
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
76
|
-
* resolve the issue.</p>
|
|
71
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
77
72
|
*
|
|
78
73
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
79
74
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
80
75
|
*
|
|
81
76
|
* @throws {@link UnauthorizedException} (client fault)
|
|
82
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
83
|
-
* validated.</p>
|
|
77
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
84
78
|
*
|
|
85
79
|
* @throws {@link KafkaConnectServiceException}
|
|
86
80
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -70,31 +70,25 @@ declare const ListWorkerConfigurationsCommand_base: {
|
|
|
70
70
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link BadRequestException} (client fault)
|
|
73
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
74
|
-
* retry it.</p>
|
|
73
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
75
74
|
*
|
|
76
75
|
* @throws {@link ForbiddenException} (client fault)
|
|
77
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
78
|
-
* request.</p>
|
|
76
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
79
77
|
*
|
|
80
78
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
81
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
82
|
-
* resolve the issue.</p>
|
|
79
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
83
80
|
*
|
|
84
81
|
* @throws {@link NotFoundException} (client fault)
|
|
85
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
86
|
-
* and then retry it.</p>
|
|
82
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
87
83
|
*
|
|
88
84
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
89
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
90
|
-
* resolve the issue.</p>
|
|
85
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
91
86
|
*
|
|
92
87
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
93
88
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
94
89
|
*
|
|
95
90
|
* @throws {@link UnauthorizedException} (client fault)
|
|
96
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
97
|
-
* validated.</p>
|
|
91
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
98
92
|
*
|
|
99
93
|
* @throws {@link KafkaConnectServiceException}
|
|
100
94
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -55,35 +55,28 @@ declare const TagResourceCommand_base: {
|
|
|
55
55
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link BadRequestException} (client fault)
|
|
58
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
59
|
-
* retry it.</p>
|
|
58
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ConflictException} (client fault)
|
|
62
|
-
* <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your
|
|
63
|
-
* request with another name.</p>
|
|
61
|
+
* <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link ForbiddenException} (client fault)
|
|
66
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
67
|
-
* request.</p>
|
|
64
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
68
65
|
*
|
|
69
66
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
70
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
71
|
-
* resolve the issue.</p>
|
|
67
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
72
68
|
*
|
|
73
69
|
* @throws {@link NotFoundException} (client fault)
|
|
74
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
75
|
-
* and then retry it.</p>
|
|
70
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
78
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
79
|
-
* resolve the issue.</p>
|
|
73
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
80
74
|
*
|
|
81
75
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
82
76
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
83
77
|
*
|
|
84
78
|
* @throws {@link UnauthorizedException} (client fault)
|
|
85
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
86
|
-
* validated.</p>
|
|
79
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
87
80
|
*
|
|
88
81
|
* @throws {@link KafkaConnectServiceException}
|
|
89
82
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -55,31 +55,25 @@ declare const UntagResourceCommand_base: {
|
|
|
55
55
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link BadRequestException} (client fault)
|
|
58
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
59
|
-
* retry it.</p>
|
|
58
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
60
59
|
*
|
|
61
60
|
* @throws {@link ForbiddenException} (client fault)
|
|
62
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
63
|
-
* request.</p>
|
|
61
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
64
62
|
*
|
|
65
63
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
66
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
67
|
-
* resolve the issue.</p>
|
|
64
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
68
65
|
*
|
|
69
66
|
* @throws {@link NotFoundException} (client fault)
|
|
70
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
71
|
-
* and then retry it.</p>
|
|
67
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
72
68
|
*
|
|
73
69
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
74
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
75
|
-
* resolve the issue.</p>
|
|
70
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
76
71
|
*
|
|
77
72
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
78
73
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
79
74
|
*
|
|
80
75
|
* @throws {@link UnauthorizedException} (client fault)
|
|
81
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
82
|
-
* validated.</p>
|
|
76
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
83
77
|
*
|
|
84
78
|
* @throws {@link KafkaConnectServiceException}
|
|
85
79
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdateConnectorCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates the specified connector
|
|
30
|
+
* <p>Updates the specified connector. For request body, specify only one parameter: either <code>capacity</code> or <code>connectorConfiguration</code>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -77,31 +77,25 @@ declare const UpdateConnectorCommand_base: {
|
|
|
77
77
|
* @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link BadRequestException} (client fault)
|
|
80
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
81
|
-
* retry it.</p>
|
|
80
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
82
81
|
*
|
|
83
82
|
* @throws {@link ForbiddenException} (client fault)
|
|
84
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
85
|
-
* request.</p>
|
|
83
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
86
84
|
*
|
|
87
85
|
* @throws {@link InternalServerErrorException} (server fault)
|
|
88
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
89
|
-
* resolve the issue.</p>
|
|
86
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
90
87
|
*
|
|
91
88
|
* @throws {@link NotFoundException} (client fault)
|
|
92
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
93
|
-
* and then retry it.</p>
|
|
89
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
94
90
|
*
|
|
95
91
|
* @throws {@link ServiceUnavailableException} (server fault)
|
|
96
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
97
|
-
* resolve the issue.</p>
|
|
92
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
98
93
|
*
|
|
99
94
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
100
95
|
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
101
96
|
*
|
|
102
97
|
* @throws {@link UnauthorizedException} (client fault)
|
|
103
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
104
|
-
* validated.</p>
|
|
98
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
105
99
|
*
|
|
106
100
|
* @throws {@link KafkaConnectServiceException}
|
|
107
101
|
* <p>Base exception class for all service exceptions from KafkaConnect service.</p>
|
|
@@ -98,6 +98,18 @@ export declare const KafkaClusterEncryptionInTransitType: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export type KafkaClusterEncryptionInTransitType = (typeof KafkaClusterEncryptionInTransitType)[keyof typeof KafkaClusterEncryptionInTransitType];
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
* @enum
|
|
104
|
+
*/
|
|
105
|
+
export declare const NetworkType: {
|
|
106
|
+
readonly DUAL: "DUAL";
|
|
107
|
+
readonly IPV4: "IPV4";
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
export type NetworkType = (typeof NetworkType)[keyof typeof NetworkType];
|
|
101
113
|
/**
|
|
102
114
|
* @public
|
|
103
115
|
* @enum
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { KafkaConnectServiceException as __BaseException } from "./KafkaConnectServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
|
|
5
|
-
* retry it.</p>
|
|
4
|
+
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
6
5
|
* @public
|
|
7
6
|
*/
|
|
8
7
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -14,8 +13,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
14
13
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
15
14
|
}
|
|
16
15
|
/**
|
|
17
|
-
* <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your
|
|
18
|
-
* request with another name.</p>
|
|
16
|
+
* <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
|
|
19
17
|
* @public
|
|
20
18
|
*/
|
|
21
19
|
export declare class ConflictException extends __BaseException {
|
|
@@ -27,8 +25,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
27
25
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
28
26
|
}
|
|
29
27
|
/**
|
|
30
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
|
|
31
|
-
* request.</p>
|
|
28
|
+
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
32
29
|
* @public
|
|
33
30
|
*/
|
|
34
31
|
export declare class ForbiddenException extends __BaseException {
|
|
@@ -40,8 +37,7 @@ export declare class ForbiddenException extends __BaseException {
|
|
|
40
37
|
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
41
38
|
}
|
|
42
39
|
/**
|
|
43
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
|
|
44
|
-
* resolve the issue.</p>
|
|
40
|
+
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
45
41
|
* @public
|
|
46
42
|
*/
|
|
47
43
|
export declare class InternalServerErrorException extends __BaseException {
|
|
@@ -53,8 +49,7 @@ export declare class InternalServerErrorException extends __BaseException {
|
|
|
53
49
|
constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
|
|
54
50
|
}
|
|
55
51
|
/**
|
|
56
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
|
|
57
|
-
* and then retry it.</p>
|
|
52
|
+
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
58
53
|
* @public
|
|
59
54
|
*/
|
|
60
55
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -66,8 +61,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
66
61
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
67
62
|
}
|
|
68
63
|
/**
|
|
69
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
|
|
70
|
-
* resolve the issue.</p>
|
|
64
|
+
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
71
65
|
* @public
|
|
72
66
|
*/
|
|
73
67
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
@@ -91,8 +85,7 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
91
85
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
92
86
|
}
|
|
93
87
|
/**
|
|
94
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
|
|
95
|
-
* validated.</p>
|
|
88
|
+
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
96
89
|
* @public
|
|
97
90
|
*/
|
|
98
91
|
export declare class UnauthorizedException extends __BaseException {
|