@aws-sdk/client-kafkaconnect 3.952.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.
Files changed (62) hide show
  1. package/dist-cjs/index.js +408 -273
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateConnectorCommand.js +2 -2
  4. package/dist-es/commands/CreateCustomPluginCommand.js +2 -2
  5. package/dist-es/commands/CreateWorkerConfigurationCommand.js +2 -2
  6. package/dist-es/commands/DeleteConnectorCommand.js +2 -2
  7. package/dist-es/commands/DeleteCustomPluginCommand.js +2 -2
  8. package/dist-es/commands/DeleteWorkerConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DescribeConnectorCommand.js +2 -2
  10. package/dist-es/commands/DescribeConnectorOperationCommand.js +2 -2
  11. package/dist-es/commands/DescribeCustomPluginCommand.js +2 -2
  12. package/dist-es/commands/DescribeWorkerConfigurationCommand.js +2 -2
  13. package/dist-es/commands/ListConnectorOperationsCommand.js +2 -2
  14. package/dist-es/commands/ListConnectorsCommand.js +2 -2
  15. package/dist-es/commands/ListCustomPluginsCommand.js +2 -2
  16. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-es/commands/ListWorkerConfigurationsCommand.js +2 -2
  18. package/dist-es/commands/TagResourceCommand.js +2 -2
  19. package/dist-es/commands/UntagResourceCommand.js +2 -2
  20. package/dist-es/commands/UpdateConnectorCommand.js +2 -2
  21. package/dist-es/index.js +1 -0
  22. package/dist-es/models/enums.js +4 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -1
  24. package/dist-es/schemas/schemas_0.js +249 -238
  25. package/dist-types/KafkaConnectClient.d.ts +1 -10
  26. package/dist-types/commands/CreateConnectorCommand.d.ts +8 -14
  27. package/dist-types/commands/CreateCustomPluginCommand.d.ts +7 -14
  28. package/dist-types/commands/CreateWorkerConfigurationCommand.d.ts +7 -14
  29. package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -12
  30. package/dist-types/commands/DeleteCustomPluginCommand.d.ts +6 -12
  31. package/dist-types/commands/DeleteWorkerConfigurationCommand.d.ts +6 -12
  32. package/dist-types/commands/DescribeConnectorCommand.d.ts +7 -12
  33. package/dist-types/commands/DescribeConnectorOperationCommand.d.ts +6 -12
  34. package/dist-types/commands/DescribeCustomPluginCommand.d.ts +6 -12
  35. package/dist-types/commands/DescribeWorkerConfigurationCommand.d.ts +6 -12
  36. package/dist-types/commands/ListConnectorOperationsCommand.d.ts +6 -12
  37. package/dist-types/commands/ListConnectorsCommand.d.ts +8 -15
  38. package/dist-types/commands/ListCustomPluginsCommand.d.ts +6 -12
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -12
  40. package/dist-types/commands/ListWorkerConfigurationsCommand.d.ts +6 -12
  41. package/dist-types/commands/TagResourceCommand.d.ts +7 -14
  42. package/dist-types/commands/UntagResourceCommand.d.ts +6 -12
  43. package/dist-types/commands/UpdateConnectorCommand.d.ts +7 -13
  44. package/dist-types/index.d.ts +1 -0
  45. package/dist-types/models/enums.d.ts +12 -0
  46. package/dist-types/models/errors.d.ts +7 -14
  47. package/dist-types/models/models_0.d.ts +66 -111
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +120 -133
  53. package/dist-types/ts3.4/KafkaConnectClient.d.ts +0 -4
  54. package/dist-types/ts3.4/index.d.ts +1 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +5 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +119 -135
  62. package/package.json +34 -34
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateConnectorCommandInput, CreateConnectorCommandOutput } from "./commands/CreateConnectorCommand";
11
11
  import { CreateCustomPluginCommandInput, CreateCustomPluginCommandOutput } from "./commands/CreateCustomPluginCommand";
@@ -159,15 +159,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
159
159
  * Optional extensions
160
160
  */
161
161
  extensions?: RuntimeExtension[];
162
- /**
163
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
164
- * may be overridden. A default will always be set by the client.
165
- * Available options depend on the service's supported protocols and will not be validated by
166
- * the client.
167
- * @alpha
168
- *
169
- */
170
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
171
162
  /**
172
163
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
173
164
  */
@@ -96,6 +96,7 @@ declare const CreateConnectorCommand_base: {
96
96
  * },
97
97
  * },
98
98
  * },
99
+ * networkType: "STRING_VALUE",
99
100
  * plugins: [ // __listOfPlugin // required
100
101
  * { // Plugin
101
102
  * customPlugin: { // CustomPlugin
@@ -130,35 +131,28 @@ declare const CreateConnectorCommand_base: {
130
131
  * @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
131
132
  *
132
133
  * @throws {@link BadRequestException} (client fault)
133
- * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
134
- * retry it.</p>
134
+ * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
135
135
  *
136
136
  * @throws {@link ConflictException} (client fault)
137
- * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your
138
- * request with another name.</p>
137
+ * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
139
138
  *
140
139
  * @throws {@link ForbiddenException} (client fault)
141
- * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
142
- * request.</p>
140
+ * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
143
141
  *
144
142
  * @throws {@link InternalServerErrorException} (server fault)
145
- * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
146
- * resolve the issue.</p>
143
+ * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
147
144
  *
148
145
  * @throws {@link NotFoundException} (client fault)
149
- * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
150
- * 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>
151
147
  *
152
148
  * @throws {@link ServiceUnavailableException} (server fault)
153
- * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
154
- * resolve the issue.</p>
149
+ * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
155
150
  *
156
151
  * @throws {@link TooManyRequestsException} (client fault)
157
152
  * <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
158
153
  *
159
154
  * @throws {@link UnauthorizedException} (client fault)
160
- * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
161
- * validated.</p>
155
+ * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
162
156
  *
163
157
  * @throws {@link KafkaConnectServiceException}
164
158
  * <p>Base exception class for all service exceptions from KafkaConnect service.</p>
@@ -69,35 +69,28 @@ declare const CreateCustomPluginCommand_base: {
69
69
  * @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
70
70
  *
71
71
  * @throws {@link BadRequestException} (client fault)
72
- * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
73
- * retry it.</p>
72
+ * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
74
73
  *
75
74
  * @throws {@link ConflictException} (client fault)
76
- * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your
77
- * request with another name.</p>
75
+ * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
78
76
  *
79
77
  * @throws {@link ForbiddenException} (client fault)
80
- * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
81
- * request.</p>
78
+ * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
82
79
  *
83
80
  * @throws {@link InternalServerErrorException} (server fault)
84
- * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
85
- * resolve the issue.</p>
81
+ * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
86
82
  *
87
83
  * @throws {@link NotFoundException} (client fault)
88
- * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
89
- * and then retry it.</p>
84
+ * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
90
85
  *
91
86
  * @throws {@link ServiceUnavailableException} (server fault)
92
- * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
93
- * resolve the issue.</p>
87
+ * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
94
88
  *
95
89
  * @throws {@link TooManyRequestsException} (client fault)
96
90
  * <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
97
91
  *
98
92
  * @throws {@link UnauthorizedException} (client fault)
99
- * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
100
- * validated.</p>
93
+ * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
101
94
  *
102
95
  * @throws {@link KafkaConnectServiceException}
103
96
  * <p>Base exception class for all service exceptions from KafkaConnect service.</p>
@@ -67,35 +67,28 @@ declare const CreateWorkerConfigurationCommand_base: {
67
67
  * @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
68
68
  *
69
69
  * @throws {@link BadRequestException} (client fault)
70
- * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
71
- * retry it.</p>
70
+ * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
72
71
  *
73
72
  * @throws {@link ConflictException} (client fault)
74
- * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your
75
- * request with another name.</p>
73
+ * <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
76
74
  *
77
75
  * @throws {@link ForbiddenException} (client fault)
78
- * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
79
- * request.</p>
76
+ * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
80
77
  *
81
78
  * @throws {@link InternalServerErrorException} (server fault)
82
- * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
83
- * resolve the issue.</p>
79
+ * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
84
80
  *
85
81
  * @throws {@link NotFoundException} (client fault)
86
- * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
87
- * 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>
88
83
  *
89
84
  * @throws {@link ServiceUnavailableException} (server fault)
90
- * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
91
- * resolve the issue.</p>
85
+ * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
92
86
  *
93
87
  * @throws {@link TooManyRequestsException} (client fault)
94
88
  * <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
95
89
  *
96
90
  * @throws {@link UnauthorizedException} (client fault)
97
- * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
98
- * validated.</p>
91
+ * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
99
92
  *
100
93
  * @throws {@link KafkaConnectServiceException}
101
94
  * <p>Base exception class for all service exceptions from KafkaConnect service.</p>
@@ -56,31 +56,25 @@ declare const DeleteConnectorCommand_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>
@@ -55,31 +55,25 @@ declare const DeleteCustomPluginCommand_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>
@@ -55,31 +55,25 @@ declare const DeleteWorkerConfigurationCommand_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>
@@ -105,6 +105,7 @@ declare const DescribeConnectorCommand_base: {
105
105
  * // },
106
106
  * // },
107
107
  * // },
108
+ * // networkType: "STRING_VALUE",
108
109
  * // plugins: [ // __listOfPluginDescription
109
110
  * // { // PluginDescription
110
111
  * // customPlugin: { // CustomPluginDescription
@@ -133,31 +134,25 @@ declare const DescribeConnectorCommand_base: {
133
134
  * @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
134
135
  *
135
136
  * @throws {@link BadRequestException} (client fault)
136
- * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
137
- * retry it.</p>
137
+ * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
138
138
  *
139
139
  * @throws {@link ForbiddenException} (client fault)
140
- * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
141
- * request.</p>
140
+ * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
142
141
  *
143
142
  * @throws {@link InternalServerErrorException} (server fault)
144
- * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
145
- * resolve the issue.</p>
143
+ * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
146
144
  *
147
145
  * @throws {@link NotFoundException} (client fault)
148
- * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
149
- * 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>
150
147
  *
151
148
  * @throws {@link ServiceUnavailableException} (server fault)
152
- * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
153
- * resolve the issue.</p>
149
+ * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
154
150
  *
155
151
  * @throws {@link TooManyRequestsException} (client fault)
156
152
  * <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
157
153
  *
158
154
  * @throws {@link UnauthorizedException} (client fault)
159
- * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
160
- * validated.</p>
155
+ * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
161
156
  *
162
157
  * @throws {@link KafkaConnectServiceException}
163
158
  * <p>Base exception class for all service exceptions from KafkaConnect service.</p>
@@ -113,31 +113,25 @@ declare const DescribeConnectorOperationCommand_base: {
113
113
  * @see {@link KafkaConnectClientResolvedConfig | config} for KafkaConnectClient's `config` shape.
114
114
  *
115
115
  * @throws {@link BadRequestException} (client fault)
116
- * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then
117
- * retry it.</p>
116
+ * <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
118
117
  *
119
118
  * @throws {@link ForbiddenException} (client fault)
120
- * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your
121
- * request.</p>
119
+ * <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
122
120
  *
123
121
  * @throws {@link InternalServerErrorException} (server fault)
124
- * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might
125
- * resolve the issue.</p>
122
+ * <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
126
123
  *
127
124
  * @throws {@link NotFoundException} (client fault)
128
- * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request
129
- * and then retry it.</p>
125
+ * <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
130
126
  *
131
127
  * @throws {@link ServiceUnavailableException} (server fault)
132
- * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might
133
- * resolve the issue.</p>
128
+ * <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
134
129
  *
135
130
  * @throws {@link TooManyRequestsException} (client fault)
136
131
  * <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
137
132
  *
138
133
  * @throws {@link UnauthorizedException} (client fault)
139
- * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be
140
- * validated.</p>
134
+ * <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
141
135
  *
142
136
  * @throws {@link KafkaConnectServiceException}
143
137
  * <p>Base exception class for all service exceptions from KafkaConnect service.</p>
@@ -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>