@aws-sdk/client-kafkaconnect 3.33.0 → 3.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/KafkaConnect.js +1 -5
- package/{dist/cjs → dist-cjs}/KafkaConnectClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/CreateConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateCustomPluginCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateWorkerConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeCustomPluginCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeWorkerConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListConnectorsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListCustomPluginsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListWorkerConfigurationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConnectorCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListConnectorsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListCustomPluginsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListWorkerConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/KafkaConnect.js +2 -6
- package/{dist/es → dist-es}/KafkaConnectClient.js +2 -11
- package/{dist/es → dist-es}/commands/CreateConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateCustomPluginCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateWorkerConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCustomPluginCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeWorkerConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListConnectorsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListCustomPluginsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListWorkerConfigurationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConnectorCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -247
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListConnectorsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListCustomPluginsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListWorkerConfigurationsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +427 -433
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/KafkaConnect.d.ts +2 -2
- package/{dist/types → dist-types}/KafkaConnectClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateCustomPluginCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateWorkerConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCustomPluginCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeWorkerConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConnectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCustomPluginsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListWorkerConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConnectorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListCustomPluginsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/KafkaConnect.d.ts +14 -38
- package/{dist/types → dist-types}/ts3.4/KafkaConnectClient.d.ts +32 -97
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateCustomPluginCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomPluginCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1028 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListCustomPluginsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/KafkaConnect.ts +0 -414
- package/KafkaConnectClient.ts +0 -280
- package/commands/CreateConnectorCommand.ts +0 -94
- package/commands/CreateCustomPluginCommand.ts +0 -94
- package/commands/CreateWorkerConfigurationCommand.ts +0 -97
- package/commands/DeleteConnectorCommand.ts +0 -94
- package/commands/DescribeConnectorCommand.ts +0 -94
- package/commands/DescribeCustomPluginCommand.ts +0 -94
- package/commands/DescribeWorkerConfigurationCommand.ts +0 -99
- package/commands/ListConnectorsCommand.ts +0 -94
- package/commands/ListCustomPluginsCommand.ts +0 -94
- package/commands/ListWorkerConfigurationsCommand.ts +0 -94
- package/commands/UpdateConnectorCommand.ts +0 -94
- package/dist/cjs/KafkaConnect.js.map +0 -1
- package/dist/cjs/KafkaConnectClient.js.map +0 -1
- package/dist/cjs/commands/CreateConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCustomPluginCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWorkerConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCustomPluginCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCustomPluginsCommand.js.map +0 -1
- package/dist/cjs/commands/ListWorkerConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectorCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListConnectorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCustomPluginsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/KafkaConnect.js.map +0 -1
- package/dist/es/KafkaConnectClient.js.map +0 -1
- package/dist/es/commands/CreateConnectorCommand.js.map +0 -1
- package/dist/es/commands/CreateCustomPluginCommand.js.map +0 -1
- package/dist/es/commands/CreateWorkerConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectorCommand.js.map +0 -1
- package/dist/es/commands/DescribeConnectorCommand.js.map +0 -1
- package/dist/es/commands/DescribeCustomPluginCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListConnectorsCommand.js.map +0 -1
- package/dist/es/commands/ListCustomPluginsCommand.js.map +0 -1
- package/dist/es/commands/ListWorkerConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectorCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -19
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListConnectorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCustomPluginsPaginator.js.map +0 -1
- package/dist/es/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCustomPluginsCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -1732
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2197
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListConnectorsPaginator.ts +0 -58
- package/pagination/ListCustomPluginsPaginator.ts +0 -58
- package/pagination/ListWorkerConfigurationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -2700
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,1732 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>The description of the scale-in policy for the connector.</p>
|
|
4
|
-
*/
|
|
5
|
-
export interface ScaleInPolicyDescription {
|
|
6
|
-
/**
|
|
7
|
-
* <p>Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.</p>
|
|
8
|
-
*/
|
|
9
|
-
cpuUtilizationPercentage?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare namespace ScaleInPolicyDescription {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
const filterSensitiveLog: (obj: ScaleInPolicyDescription) => any;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* <p>The description of the scale-out policy for the connector.</p>
|
|
19
|
-
*/
|
|
20
|
-
export interface ScaleOutPolicyDescription {
|
|
21
|
-
/**
|
|
22
|
-
* <p>The CPU utilization percentage threshold at which you want connector scale out to be triggered.</p>
|
|
23
|
-
*/
|
|
24
|
-
cpuUtilizationPercentage?: number;
|
|
25
|
-
}
|
|
26
|
-
export declare namespace ScaleOutPolicyDescription {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
|
-
const filterSensitiveLog: (obj: ScaleOutPolicyDescription) => any;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* <p>Information about the auto scaling parameters for the connector.</p>
|
|
34
|
-
*/
|
|
35
|
-
export interface AutoScalingDescription {
|
|
36
|
-
/**
|
|
37
|
-
* <p>The maximum number of workers allocated to the connector.</p>
|
|
38
|
-
*/
|
|
39
|
-
maxWorkerCount?: number;
|
|
40
|
-
/**
|
|
41
|
-
* <p>The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
42
|
-
*/
|
|
43
|
-
mcuCount?: number;
|
|
44
|
-
/**
|
|
45
|
-
* <p>The minimum number of workers allocated to the connector.</p>
|
|
46
|
-
*/
|
|
47
|
-
minWorkerCount?: number;
|
|
48
|
-
/**
|
|
49
|
-
* <p>The sacle-in policy for the connector.</p>
|
|
50
|
-
*/
|
|
51
|
-
scaleInPolicy?: ScaleInPolicyDescription;
|
|
52
|
-
/**
|
|
53
|
-
* <p>The sacle-out policy for the connector.></p>
|
|
54
|
-
*/
|
|
55
|
-
scaleOutPolicy?: ScaleOutPolicyDescription;
|
|
56
|
-
}
|
|
57
|
-
export declare namespace AutoScalingDescription {
|
|
58
|
-
/**
|
|
59
|
-
* @internal
|
|
60
|
-
*/
|
|
61
|
-
const filterSensitiveLog: (obj: AutoScalingDescription) => any;
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* <p>The description of a connector's provisioned capacity.</p>
|
|
65
|
-
*/
|
|
66
|
-
export interface ProvisionedCapacityDescription {
|
|
67
|
-
/**
|
|
68
|
-
* <p>The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
69
|
-
*/
|
|
70
|
-
mcuCount?: number;
|
|
71
|
-
/**
|
|
72
|
-
* <p>The number of workers that are allocated to the connector.</p>
|
|
73
|
-
*/
|
|
74
|
-
workerCount?: number;
|
|
75
|
-
}
|
|
76
|
-
export declare namespace ProvisionedCapacityDescription {
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
const filterSensitiveLog: (obj: ProvisionedCapacityDescription) => any;
|
|
81
|
-
}
|
|
82
|
-
/**
|
|
83
|
-
* <p>A description of the connector's capacity.</p>
|
|
84
|
-
*/
|
|
85
|
-
export interface CapacityDescription {
|
|
86
|
-
/**
|
|
87
|
-
* <p>Describes the connector's auto scaling capacity.</p>
|
|
88
|
-
*/
|
|
89
|
-
autoScaling?: AutoScalingDescription;
|
|
90
|
-
/**
|
|
91
|
-
* <p>Describes a connector's provisioned capacity.</p>
|
|
92
|
-
*/
|
|
93
|
-
provisionedCapacity?: ProvisionedCapacityDescription;
|
|
94
|
-
}
|
|
95
|
-
export declare namespace CapacityDescription {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
const filterSensitiveLog: (obj: CapacityDescription) => any;
|
|
100
|
-
}
|
|
101
|
-
export declare enum ConnectorState {
|
|
102
|
-
CREATING = "CREATING",
|
|
103
|
-
DELETING = "DELETING",
|
|
104
|
-
FAILED = "FAILED",
|
|
105
|
-
RUNNING = "RUNNING",
|
|
106
|
-
UPDATING = "UPDATING"
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* <p>The description of the VPC in which the connector resides.</p>
|
|
110
|
-
*/
|
|
111
|
-
export interface VpcDescription {
|
|
112
|
-
/**
|
|
113
|
-
* <p>The security groups for the connector.</p>
|
|
114
|
-
*/
|
|
115
|
-
securityGroups?: string[];
|
|
116
|
-
/**
|
|
117
|
-
* <p>The subnets for the connector.</p>
|
|
118
|
-
*/
|
|
119
|
-
subnets?: string[];
|
|
120
|
-
}
|
|
121
|
-
export declare namespace VpcDescription {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
const filterSensitiveLog: (obj: VpcDescription) => any;
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* <p>The description of the Apache Kafka cluster to which the connector is connected.</p>
|
|
129
|
-
*/
|
|
130
|
-
export interface ApacheKafkaClusterDescription {
|
|
131
|
-
/**
|
|
132
|
-
* <p>The bootstrap servers of the cluster.</p>
|
|
133
|
-
*/
|
|
134
|
-
bootstrapServers?: string;
|
|
135
|
-
/**
|
|
136
|
-
* <p>Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.</p>
|
|
137
|
-
*/
|
|
138
|
-
vpc?: VpcDescription;
|
|
139
|
-
}
|
|
140
|
-
export declare namespace ApacheKafkaClusterDescription {
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
const filterSensitiveLog: (obj: ApacheKafkaClusterDescription) => any;
|
|
145
|
-
}
|
|
146
|
-
/**
|
|
147
|
-
* <p>Details of how to connect to the Apache Kafka cluster.</p>
|
|
148
|
-
*/
|
|
149
|
-
export interface KafkaClusterDescription {
|
|
150
|
-
/**
|
|
151
|
-
* <p>The Apache Kafka cluster to which the connector is connected.</p>
|
|
152
|
-
*/
|
|
153
|
-
apacheKafkaCluster?: ApacheKafkaClusterDescription;
|
|
154
|
-
}
|
|
155
|
-
export declare namespace KafkaClusterDescription {
|
|
156
|
-
/**
|
|
157
|
-
* @internal
|
|
158
|
-
*/
|
|
159
|
-
const filterSensitiveLog: (obj: KafkaClusterDescription) => any;
|
|
160
|
-
}
|
|
161
|
-
export declare enum KafkaClusterClientAuthenticationType {
|
|
162
|
-
IAM = "IAM",
|
|
163
|
-
NONE = "NONE"
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
* <p>The client authentication information used in order to authenticate with the Apache Kafka cluster.</p>
|
|
167
|
-
*/
|
|
168
|
-
export interface KafkaClusterClientAuthenticationDescription {
|
|
169
|
-
/**
|
|
170
|
-
* <p>The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.</p>
|
|
171
|
-
*/
|
|
172
|
-
authenticationType?: KafkaClusterClientAuthenticationType | string;
|
|
173
|
-
}
|
|
174
|
-
export declare namespace KafkaClusterClientAuthenticationDescription {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: KafkaClusterClientAuthenticationDescription) => any;
|
|
179
|
-
}
|
|
180
|
-
export declare enum KafkaClusterEncryptionInTransitType {
|
|
181
|
-
PLAINTEXT = "PLAINTEXT",
|
|
182
|
-
TLS = "TLS"
|
|
183
|
-
}
|
|
184
|
-
/**
|
|
185
|
-
* <p>The description of the encryption in transit to the Apache Kafka cluster.</p>
|
|
186
|
-
*/
|
|
187
|
-
export interface KafkaClusterEncryptionInTransitDescription {
|
|
188
|
-
/**
|
|
189
|
-
* <p>The type of encryption in transit to the Apache Kafka cluster.</p>
|
|
190
|
-
*/
|
|
191
|
-
encryptionType?: KafkaClusterEncryptionInTransitType | string;
|
|
192
|
-
}
|
|
193
|
-
export declare namespace KafkaClusterEncryptionInTransitDescription {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
const filterSensitiveLog: (obj: KafkaClusterEncryptionInTransitDescription) => any;
|
|
198
|
-
}
|
|
199
|
-
/**
|
|
200
|
-
* <p>A description of the log delivery settings.</p>
|
|
201
|
-
*/
|
|
202
|
-
export interface CloudWatchLogsLogDeliveryDescription {
|
|
203
|
-
/**
|
|
204
|
-
* <p>Whether log delivery to Amazon CloudWatch Logs is enabled.</p>
|
|
205
|
-
*/
|
|
206
|
-
enabled?: boolean;
|
|
207
|
-
/**
|
|
208
|
-
* <p>The name of the CloudWatch log group that is the destination for log delivery.</p>
|
|
209
|
-
*/
|
|
210
|
-
logGroup?: string;
|
|
211
|
-
}
|
|
212
|
-
export declare namespace CloudWatchLogsLogDeliveryDescription {
|
|
213
|
-
/**
|
|
214
|
-
* @internal
|
|
215
|
-
*/
|
|
216
|
-
const filterSensitiveLog: (obj: CloudWatchLogsLogDeliveryDescription) => any;
|
|
217
|
-
}
|
|
218
|
-
/**
|
|
219
|
-
* <p>A description of the settings for delivering logs to Amazon Kinesis Data Firehose.</p>
|
|
220
|
-
*/
|
|
221
|
-
export interface FirehoseLogDeliveryDescription {
|
|
222
|
-
/**
|
|
223
|
-
* <p>The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.</p>
|
|
224
|
-
*/
|
|
225
|
-
deliveryStream?: string;
|
|
226
|
-
/**
|
|
227
|
-
* <p>Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.</p>
|
|
228
|
-
*/
|
|
229
|
-
enabled?: boolean;
|
|
230
|
-
}
|
|
231
|
-
export declare namespace FirehoseLogDeliveryDescription {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
const filterSensitiveLog: (obj: FirehoseLogDeliveryDescription) => any;
|
|
236
|
-
}
|
|
237
|
-
/**
|
|
238
|
-
* <p>The description of the details about delivering logs to Amazon S3.</p>
|
|
239
|
-
*/
|
|
240
|
-
export interface S3LogDeliveryDescription {
|
|
241
|
-
/**
|
|
242
|
-
* <p>The name of the S3 bucket that is the destination for log delivery.</p>
|
|
243
|
-
*/
|
|
244
|
-
bucket?: string;
|
|
245
|
-
/**
|
|
246
|
-
* <p>Specifies whether connector logs get sent to the specified Amazon S3 destination.</p>
|
|
247
|
-
*/
|
|
248
|
-
enabled?: boolean;
|
|
249
|
-
/**
|
|
250
|
-
* <p>The S3 prefix that is the destination for log delivery.</p>
|
|
251
|
-
*/
|
|
252
|
-
prefix?: string;
|
|
253
|
-
}
|
|
254
|
-
export declare namespace S3LogDeliveryDescription {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
|
-
const filterSensitiveLog: (obj: S3LogDeliveryDescription) => any;
|
|
259
|
-
}
|
|
260
|
-
/**
|
|
261
|
-
* <p>Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.</p>
|
|
262
|
-
*/
|
|
263
|
-
export interface WorkerLogDeliveryDescription {
|
|
264
|
-
/**
|
|
265
|
-
* <p>Details about delivering logs to Amazon CloudWatch Logs.</p>
|
|
266
|
-
*/
|
|
267
|
-
cloudWatchLogs?: CloudWatchLogsLogDeliveryDescription;
|
|
268
|
-
/**
|
|
269
|
-
* <p>Details about delivering logs to Amazon Kinesis Data Firehose.</p>
|
|
270
|
-
*/
|
|
271
|
-
firehose?: FirehoseLogDeliveryDescription;
|
|
272
|
-
/**
|
|
273
|
-
* <p>Details about delivering logs to Amazon S3.</p>
|
|
274
|
-
*/
|
|
275
|
-
s3?: S3LogDeliveryDescription;
|
|
276
|
-
}
|
|
277
|
-
export declare namespace WorkerLogDeliveryDescription {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
const filterSensitiveLog: (obj: WorkerLogDeliveryDescription) => any;
|
|
282
|
-
}
|
|
283
|
-
/**
|
|
284
|
-
* <p>The description of the log delivery settings.</p>
|
|
285
|
-
*/
|
|
286
|
-
export interface LogDeliveryDescription {
|
|
287
|
-
/**
|
|
288
|
-
* <p>The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.</p>
|
|
289
|
-
*/
|
|
290
|
-
workerLogDelivery?: WorkerLogDeliveryDescription;
|
|
291
|
-
}
|
|
292
|
-
export declare namespace LogDeliveryDescription {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
const filterSensitiveLog: (obj: LogDeliveryDescription) => any;
|
|
297
|
-
}
|
|
298
|
-
/**
|
|
299
|
-
* <p>Details about a custom plugin.</p>
|
|
300
|
-
*/
|
|
301
|
-
export interface CustomPluginDescription {
|
|
302
|
-
/**
|
|
303
|
-
* <p>The Amazon Resource Name (ARN) of the custom plugin.</p>
|
|
304
|
-
*/
|
|
305
|
-
customPluginArn?: string;
|
|
306
|
-
/**
|
|
307
|
-
* <p>The revision of the custom plugin.</p>
|
|
308
|
-
*/
|
|
309
|
-
revision?: number;
|
|
310
|
-
}
|
|
311
|
-
export declare namespace CustomPluginDescription {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
|
-
const filterSensitiveLog: (obj: CustomPluginDescription) => any;
|
|
316
|
-
}
|
|
317
|
-
/**
|
|
318
|
-
* <p>The description of the plugin.</p>
|
|
319
|
-
*/
|
|
320
|
-
export interface PluginDescription {
|
|
321
|
-
/**
|
|
322
|
-
* <p>Details about a custom plugin.</p>
|
|
323
|
-
*/
|
|
324
|
-
customPlugin?: CustomPluginDescription;
|
|
325
|
-
}
|
|
326
|
-
export declare namespace PluginDescription {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: PluginDescription) => any;
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* <p>The description of the worker configuration.</p>
|
|
334
|
-
*/
|
|
335
|
-
export interface WorkerConfigurationDescription {
|
|
336
|
-
/**
|
|
337
|
-
* <p>The revision of the worker configuration.</p>
|
|
338
|
-
*/
|
|
339
|
-
revision?: number;
|
|
340
|
-
/**
|
|
341
|
-
* <p>The Amazon Resource Name (ARN) of the worker configuration.</p>
|
|
342
|
-
*/
|
|
343
|
-
workerConfigurationArn?: string;
|
|
344
|
-
}
|
|
345
|
-
export declare namespace WorkerConfigurationDescription {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
|
-
const filterSensitiveLog: (obj: WorkerConfigurationDescription) => any;
|
|
350
|
-
}
|
|
351
|
-
/**
|
|
352
|
-
* <p>Summary of a connector.</p>
|
|
353
|
-
*/
|
|
354
|
-
export interface ConnectorSummary {
|
|
355
|
-
/**
|
|
356
|
-
* <p>The connector's compute capacity settings.</p>
|
|
357
|
-
*/
|
|
358
|
-
capacity?: CapacityDescription;
|
|
359
|
-
/**
|
|
360
|
-
* <p>The Amazon Resource Name (ARN) of the connector.</p>
|
|
361
|
-
*/
|
|
362
|
-
connectorArn?: string;
|
|
363
|
-
/**
|
|
364
|
-
* <p>The description of the connector.</p>
|
|
365
|
-
*/
|
|
366
|
-
connectorDescription?: string;
|
|
367
|
-
/**
|
|
368
|
-
* <p>The name of the connector.</p>
|
|
369
|
-
*/
|
|
370
|
-
connectorName?: string;
|
|
371
|
-
/**
|
|
372
|
-
* <p>The state of the connector.</p>
|
|
373
|
-
*/
|
|
374
|
-
connectorState?: ConnectorState | string;
|
|
375
|
-
/**
|
|
376
|
-
* <p>The time that the connector was created.</p>
|
|
377
|
-
*/
|
|
378
|
-
creationTime?: Date;
|
|
379
|
-
/**
|
|
380
|
-
* <p>The current version of the connector.</p>
|
|
381
|
-
*/
|
|
382
|
-
currentVersion?: string;
|
|
383
|
-
/**
|
|
384
|
-
* <p>The details of the Apache Kafka cluster to which the connector is connected.</p>
|
|
385
|
-
*/
|
|
386
|
-
kafkaCluster?: KafkaClusterDescription;
|
|
387
|
-
/**
|
|
388
|
-
* <p>The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.</p>
|
|
389
|
-
*/
|
|
390
|
-
kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
|
|
391
|
-
/**
|
|
392
|
-
* <p>Details of encryption in transit to the Apache Kafka cluster.</p>
|
|
393
|
-
*/
|
|
394
|
-
kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
|
|
395
|
-
/**
|
|
396
|
-
* <p>The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.</p>
|
|
397
|
-
*/
|
|
398
|
-
kafkaConnectVersion?: string;
|
|
399
|
-
/**
|
|
400
|
-
* <p>The settings for delivering connector logs to Amazon CloudWatch Logs.</p>
|
|
401
|
-
*/
|
|
402
|
-
logDelivery?: LogDeliveryDescription;
|
|
403
|
-
/**
|
|
404
|
-
* <p>Specifies which plugins were used for this connector.</p>
|
|
405
|
-
*/
|
|
406
|
-
plugins?: PluginDescription[];
|
|
407
|
-
/**
|
|
408
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.</p>
|
|
409
|
-
*/
|
|
410
|
-
serviceExecutionRoleArn?: string;
|
|
411
|
-
/**
|
|
412
|
-
* <p>The worker configurations that are in use with the connector.</p>
|
|
413
|
-
*/
|
|
414
|
-
workerConfiguration?: WorkerConfigurationDescription;
|
|
415
|
-
}
|
|
416
|
-
export declare namespace ConnectorSummary {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
|
-
const filterSensitiveLog: (obj: ConnectorSummary) => any;
|
|
421
|
-
}
|
|
422
|
-
export declare enum CustomPluginState {
|
|
423
|
-
ACTIVE = "ACTIVE",
|
|
424
|
-
CREATE_FAILED = "CREATE_FAILED",
|
|
425
|
-
CREATING = "CREATING",
|
|
426
|
-
DELETING = "DELETING",
|
|
427
|
-
UPDATE_FAILED = "UPDATE_FAILED",
|
|
428
|
-
UPDATING = "UPDATING"
|
|
429
|
-
}
|
|
430
|
-
export declare enum CustomPluginContentType {
|
|
431
|
-
JAR = "JAR",
|
|
432
|
-
ZIP = "ZIP"
|
|
433
|
-
}
|
|
434
|
-
/**
|
|
435
|
-
* <p>Details about a custom plugin file.</p>
|
|
436
|
-
*/
|
|
437
|
-
export interface CustomPluginFileDescription {
|
|
438
|
-
/**
|
|
439
|
-
* <p>The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.</p>
|
|
440
|
-
*/
|
|
441
|
-
fileMd5?: string;
|
|
442
|
-
/**
|
|
443
|
-
* <p>The size in bytes of the custom plugin file. You can use it to validate the file.</p>
|
|
444
|
-
*/
|
|
445
|
-
fileSize?: number;
|
|
446
|
-
}
|
|
447
|
-
export declare namespace CustomPluginFileDescription {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
|
-
const filterSensitiveLog: (obj: CustomPluginFileDescription) => any;
|
|
452
|
-
}
|
|
453
|
-
/**
|
|
454
|
-
* <p>The description of the location of an object in Amazon S3.</p>
|
|
455
|
-
*/
|
|
456
|
-
export interface S3LocationDescription {
|
|
457
|
-
/**
|
|
458
|
-
* <p>The Amazon Resource Name (ARN) of an S3 bucket.</p>
|
|
459
|
-
*/
|
|
460
|
-
bucketArn?: string;
|
|
461
|
-
/**
|
|
462
|
-
* <p>The file key for an object in an S3 bucket.</p>
|
|
463
|
-
*/
|
|
464
|
-
fileKey?: string;
|
|
465
|
-
/**
|
|
466
|
-
* <p>The version of an object in an S3 bucket.</p>
|
|
467
|
-
*/
|
|
468
|
-
objectVersion?: string;
|
|
469
|
-
}
|
|
470
|
-
export declare namespace S3LocationDescription {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
|
-
const filterSensitiveLog: (obj: S3LocationDescription) => any;
|
|
475
|
-
}
|
|
476
|
-
/**
|
|
477
|
-
* <p>Information about the location of a custom plugin.</p>
|
|
478
|
-
*/
|
|
479
|
-
export interface CustomPluginLocationDescription {
|
|
480
|
-
/**
|
|
481
|
-
* <p>The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.</p>
|
|
482
|
-
*/
|
|
483
|
-
s3Location?: S3LocationDescription;
|
|
484
|
-
}
|
|
485
|
-
export declare namespace CustomPluginLocationDescription {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
|
-
const filterSensitiveLog: (obj: CustomPluginLocationDescription) => any;
|
|
490
|
-
}
|
|
491
|
-
/**
|
|
492
|
-
* <p>Details about the revision of a custom plugin.</p>
|
|
493
|
-
*/
|
|
494
|
-
export interface CustomPluginRevisionSummary {
|
|
495
|
-
/**
|
|
496
|
-
* <p>The format of the plugin file.</p>
|
|
497
|
-
*/
|
|
498
|
-
contentType?: CustomPluginContentType | string;
|
|
499
|
-
/**
|
|
500
|
-
* <p>The time that the custom plugin was created.</p>
|
|
501
|
-
*/
|
|
502
|
-
creationTime?: Date;
|
|
503
|
-
/**
|
|
504
|
-
* <p>The description of the custom plugin.</p>
|
|
505
|
-
*/
|
|
506
|
-
description?: string;
|
|
507
|
-
/**
|
|
508
|
-
* <p>Details about the custom plugin file.</p>
|
|
509
|
-
*/
|
|
510
|
-
fileDescription?: CustomPluginFileDescription;
|
|
511
|
-
/**
|
|
512
|
-
* <p>Information about the location of the custom plugin.</p>
|
|
513
|
-
*/
|
|
514
|
-
location?: CustomPluginLocationDescription;
|
|
515
|
-
/**
|
|
516
|
-
* <p>The revision of the custom plugin.</p>
|
|
517
|
-
*/
|
|
518
|
-
revision?: number;
|
|
519
|
-
}
|
|
520
|
-
export declare namespace CustomPluginRevisionSummary {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
|
-
const filterSensitiveLog: (obj: CustomPluginRevisionSummary) => any;
|
|
525
|
-
}
|
|
526
|
-
/**
|
|
527
|
-
* <p>A summary of the custom plugin.</p>
|
|
528
|
-
*/
|
|
529
|
-
export interface CustomPluginSummary {
|
|
530
|
-
/**
|
|
531
|
-
* <p>The time that the custom plugin was created.</p>
|
|
532
|
-
*/
|
|
533
|
-
creationTime?: Date;
|
|
534
|
-
/**
|
|
535
|
-
* <p>The Amazon Resource Name (ARN) of the custom plugin.</p>
|
|
536
|
-
*/
|
|
537
|
-
customPluginArn?: string;
|
|
538
|
-
/**
|
|
539
|
-
* <p>The state of the custom plugin.</p>
|
|
540
|
-
*/
|
|
541
|
-
customPluginState?: CustomPluginState | string;
|
|
542
|
-
/**
|
|
543
|
-
* <p>A description of the custom plugin.</p>
|
|
544
|
-
*/
|
|
545
|
-
description?: string;
|
|
546
|
-
/**
|
|
547
|
-
* <p>The latest revision of the custom plugin.</p>
|
|
548
|
-
*/
|
|
549
|
-
latestRevision?: CustomPluginRevisionSummary;
|
|
550
|
-
/**
|
|
551
|
-
* <p>The name of the custom plugin.</p>
|
|
552
|
-
*/
|
|
553
|
-
name?: string;
|
|
554
|
-
}
|
|
555
|
-
export declare namespace CustomPluginSummary {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
|
-
const filterSensitiveLog: (obj: CustomPluginSummary) => any;
|
|
560
|
-
}
|
|
561
|
-
/**
|
|
562
|
-
* <p>A plugin is an AWS resource that contains the code that defines a connector's logic.</p>
|
|
563
|
-
*/
|
|
564
|
-
export interface CustomPlugin {
|
|
565
|
-
/**
|
|
566
|
-
* <p>The Amazon Resource Name (ARN) of the custom plugin.</p>
|
|
567
|
-
*/
|
|
568
|
-
customPluginArn: string | undefined;
|
|
569
|
-
/**
|
|
570
|
-
* <p>The revision of the custom plugin.</p>
|
|
571
|
-
*/
|
|
572
|
-
revision: number | undefined;
|
|
573
|
-
}
|
|
574
|
-
export declare namespace CustomPlugin {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
const filterSensitiveLog: (obj: CustomPlugin) => any;
|
|
579
|
-
}
|
|
580
|
-
/**
|
|
581
|
-
* <p>A plugin is an AWS resource that contains the code that defines your connector logic. </p>
|
|
582
|
-
*/
|
|
583
|
-
export interface Plugin {
|
|
584
|
-
/**
|
|
585
|
-
* <p>Details about a custom plugin.</p>
|
|
586
|
-
*/
|
|
587
|
-
customPlugin: CustomPlugin | undefined;
|
|
588
|
-
}
|
|
589
|
-
export declare namespace Plugin {
|
|
590
|
-
/**
|
|
591
|
-
* @internal
|
|
592
|
-
*/
|
|
593
|
-
const filterSensitiveLog: (obj: Plugin) => any;
|
|
594
|
-
}
|
|
595
|
-
/**
|
|
596
|
-
* <p>The summary of a worker configuration revision.</p>
|
|
597
|
-
*/
|
|
598
|
-
export interface WorkerConfigurationRevisionSummary {
|
|
599
|
-
/**
|
|
600
|
-
* <p>The time that a worker configuration revision was created.</p>
|
|
601
|
-
*/
|
|
602
|
-
creationTime?: Date;
|
|
603
|
-
/**
|
|
604
|
-
* <p>The description of a worker configuration revision.</p>
|
|
605
|
-
*/
|
|
606
|
-
description?: string;
|
|
607
|
-
/**
|
|
608
|
-
* <p>The revision of a worker configuration.</p>
|
|
609
|
-
*/
|
|
610
|
-
revision?: number;
|
|
611
|
-
}
|
|
612
|
-
export declare namespace WorkerConfigurationRevisionSummary {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
|
-
const filterSensitiveLog: (obj: WorkerConfigurationRevisionSummary) => any;
|
|
617
|
-
}
|
|
618
|
-
/**
|
|
619
|
-
* <p>The summary of a worker configuration.</p>
|
|
620
|
-
*/
|
|
621
|
-
export interface WorkerConfigurationSummary {
|
|
622
|
-
/**
|
|
623
|
-
* <p>The time that a worker configuration was created.</p>
|
|
624
|
-
*/
|
|
625
|
-
creationTime?: Date;
|
|
626
|
-
/**
|
|
627
|
-
* <p>The description of a worker configuration.</p>
|
|
628
|
-
*/
|
|
629
|
-
description?: string;
|
|
630
|
-
/**
|
|
631
|
-
* <p>The latest revision of a worker configuration.</p>
|
|
632
|
-
*/
|
|
633
|
-
latestRevision?: WorkerConfigurationRevisionSummary;
|
|
634
|
-
/**
|
|
635
|
-
* <p>The name of the worker configuration.</p>
|
|
636
|
-
*/
|
|
637
|
-
name?: string;
|
|
638
|
-
/**
|
|
639
|
-
* <p>The Amazon Resource Name (ARN) of the worker configuration.</p>
|
|
640
|
-
*/
|
|
641
|
-
workerConfigurationArn?: string;
|
|
642
|
-
}
|
|
643
|
-
export declare namespace WorkerConfigurationSummary {
|
|
644
|
-
/**
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
const filterSensitiveLog: (obj: WorkerConfigurationSummary) => any;
|
|
648
|
-
}
|
|
649
|
-
/**
|
|
650
|
-
* <p>Information about the VPC in which the connector resides.</p>
|
|
651
|
-
*/
|
|
652
|
-
export interface Vpc {
|
|
653
|
-
/**
|
|
654
|
-
* <p>The security groups for the connector.</p>
|
|
655
|
-
*/
|
|
656
|
-
securityGroups?: string[];
|
|
657
|
-
/**
|
|
658
|
-
* <p>The subnets for the connector.</p>
|
|
659
|
-
*/
|
|
660
|
-
subnets: string[] | undefined;
|
|
661
|
-
}
|
|
662
|
-
export declare namespace Vpc {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
|
-
const filterSensitiveLog: (obj: Vpc) => any;
|
|
667
|
-
}
|
|
668
|
-
/**
|
|
669
|
-
* <p>The details of the Apache Kafka cluster to which the connector is connected.</p>
|
|
670
|
-
*/
|
|
671
|
-
export interface ApacheKafkaCluster {
|
|
672
|
-
/**
|
|
673
|
-
* <p>The bootstrap servers of the cluster.</p>
|
|
674
|
-
*/
|
|
675
|
-
bootstrapServers: string | undefined;
|
|
676
|
-
/**
|
|
677
|
-
* <p>Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.</p>
|
|
678
|
-
*/
|
|
679
|
-
vpc: Vpc | undefined;
|
|
680
|
-
}
|
|
681
|
-
export declare namespace ApacheKafkaCluster {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: ApacheKafkaCluster) => any;
|
|
686
|
-
}
|
|
687
|
-
/**
|
|
688
|
-
* <p>The scale-in policy for the connector.</p>
|
|
689
|
-
*/
|
|
690
|
-
export interface ScaleInPolicy {
|
|
691
|
-
/**
|
|
692
|
-
* <p>Specifies the CPU utilization percentage threshold at which you want connector scale in to be triggered.</p>
|
|
693
|
-
*/
|
|
694
|
-
cpuUtilizationPercentage: number | undefined;
|
|
695
|
-
}
|
|
696
|
-
export declare namespace ScaleInPolicy {
|
|
697
|
-
/**
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
700
|
-
const filterSensitiveLog: (obj: ScaleInPolicy) => any;
|
|
701
|
-
}
|
|
702
|
-
/**
|
|
703
|
-
* <p>The scale-out policy for the connector.</p>
|
|
704
|
-
*/
|
|
705
|
-
export interface ScaleOutPolicy {
|
|
706
|
-
/**
|
|
707
|
-
* <p>The CPU utilization percentage threshold at which you want connector scale out to be triggered.</p>
|
|
708
|
-
*/
|
|
709
|
-
cpuUtilizationPercentage: number | undefined;
|
|
710
|
-
}
|
|
711
|
-
export declare namespace ScaleOutPolicy {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
const filterSensitiveLog: (obj: ScaleOutPolicy) => any;
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* <p>Specifies how the connector scales.</p>
|
|
719
|
-
*/
|
|
720
|
-
export interface AutoScaling {
|
|
721
|
-
/**
|
|
722
|
-
* <p>The maximum number of workers allocated to the connector.</p>
|
|
723
|
-
*/
|
|
724
|
-
maxWorkerCount: number | undefined;
|
|
725
|
-
/**
|
|
726
|
-
* <p>The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
727
|
-
*/
|
|
728
|
-
mcuCount: number | undefined;
|
|
729
|
-
/**
|
|
730
|
-
* <p>The minimum number of workers allocated to the connector.</p>
|
|
731
|
-
*/
|
|
732
|
-
minWorkerCount: number | undefined;
|
|
733
|
-
/**
|
|
734
|
-
* <p>The sacle-in policy for the connector.</p>
|
|
735
|
-
*/
|
|
736
|
-
scaleInPolicy?: ScaleInPolicy;
|
|
737
|
-
/**
|
|
738
|
-
* <p>The sacle-out policy for the connector.</p>
|
|
739
|
-
*/
|
|
740
|
-
scaleOutPolicy?: ScaleOutPolicy;
|
|
741
|
-
}
|
|
742
|
-
export declare namespace AutoScaling {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
const filterSensitiveLog: (obj: AutoScaling) => any;
|
|
747
|
-
}
|
|
748
|
-
/**
|
|
749
|
-
* <p>An update to the connector's scale-in policy.</p>
|
|
750
|
-
*/
|
|
751
|
-
export interface ScaleInPolicyUpdate {
|
|
752
|
-
/**
|
|
753
|
-
* <p>The target CPU utilization percentage threshold at which you want connector scale in to be triggered.</p>
|
|
754
|
-
*/
|
|
755
|
-
cpuUtilizationPercentage: number | undefined;
|
|
756
|
-
}
|
|
757
|
-
export declare namespace ScaleInPolicyUpdate {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
const filterSensitiveLog: (obj: ScaleInPolicyUpdate) => any;
|
|
762
|
-
}
|
|
763
|
-
/**
|
|
764
|
-
* <p>An update to the connector's scale-out policy.</p>
|
|
765
|
-
*/
|
|
766
|
-
export interface ScaleOutPolicyUpdate {
|
|
767
|
-
/**
|
|
768
|
-
* <p>The target CPU utilization percentage threshold at which you want connector scale out to be triggered.</p>
|
|
769
|
-
*/
|
|
770
|
-
cpuUtilizationPercentage: number | undefined;
|
|
771
|
-
}
|
|
772
|
-
export declare namespace ScaleOutPolicyUpdate {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
|
-
const filterSensitiveLog: (obj: ScaleOutPolicyUpdate) => any;
|
|
777
|
-
}
|
|
778
|
-
/**
|
|
779
|
-
* <p>The updates to the auto scaling parameters for the connector.</p>
|
|
780
|
-
*/
|
|
781
|
-
export interface AutoScalingUpdate {
|
|
782
|
-
/**
|
|
783
|
-
* <p>The target maximum number of workers allocated to the connector.</p>
|
|
784
|
-
*/
|
|
785
|
-
maxWorkerCount: number | undefined;
|
|
786
|
-
/**
|
|
787
|
-
* <p>The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
788
|
-
*/
|
|
789
|
-
mcuCount: number | undefined;
|
|
790
|
-
/**
|
|
791
|
-
* <p>The target minimum number of workers allocated to the connector.</p>
|
|
792
|
-
*/
|
|
793
|
-
minWorkerCount: number | undefined;
|
|
794
|
-
/**
|
|
795
|
-
* <p>The target sacle-in policy for the connector.</p>
|
|
796
|
-
*/
|
|
797
|
-
scaleInPolicy: ScaleInPolicyUpdate | undefined;
|
|
798
|
-
/**
|
|
799
|
-
* <p>The target sacle-out policy for the connector.</p>
|
|
800
|
-
*/
|
|
801
|
-
scaleOutPolicy: ScaleOutPolicyUpdate | undefined;
|
|
802
|
-
}
|
|
803
|
-
export declare namespace AutoScalingUpdate {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
|
-
const filterSensitiveLog: (obj: AutoScalingUpdate) => any;
|
|
808
|
-
}
|
|
809
|
-
/**
|
|
810
|
-
* <p>HTTP Status Code 400: Bad request due to incorrect input. Correct your request and then retry it.</p>
|
|
811
|
-
*/
|
|
812
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
813
|
-
name: "BadRequestException";
|
|
814
|
-
$fault: "client";
|
|
815
|
-
message?: string;
|
|
816
|
-
}
|
|
817
|
-
export declare namespace BadRequestException {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
|
-
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
822
|
-
}
|
|
823
|
-
/**
|
|
824
|
-
* <p>Details about a connector's provisioned capacity.</p>
|
|
825
|
-
*/
|
|
826
|
-
export interface ProvisionedCapacity {
|
|
827
|
-
/**
|
|
828
|
-
* <p>The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
829
|
-
*/
|
|
830
|
-
mcuCount: number | undefined;
|
|
831
|
-
/**
|
|
832
|
-
* <p>The number of workers that are allocated to the connector.</p>
|
|
833
|
-
*/
|
|
834
|
-
workerCount: number | undefined;
|
|
835
|
-
}
|
|
836
|
-
export declare namespace ProvisionedCapacity {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
const filterSensitiveLog: (obj: ProvisionedCapacity) => any;
|
|
841
|
-
}
|
|
842
|
-
/**
|
|
843
|
-
* <p>Information about the capacity of the connector, whether it is auto scaled or provisioned.</p>
|
|
844
|
-
*/
|
|
845
|
-
export interface Capacity {
|
|
846
|
-
/**
|
|
847
|
-
* <p>Information about the auto scaling parameters for the connector.</p>
|
|
848
|
-
*/
|
|
849
|
-
autoScaling?: AutoScaling;
|
|
850
|
-
/**
|
|
851
|
-
* <p>Details about a fixed capacity allocated to a connector.</p>
|
|
852
|
-
*/
|
|
853
|
-
provisionedCapacity?: ProvisionedCapacity;
|
|
854
|
-
}
|
|
855
|
-
export declare namespace Capacity {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
const filterSensitiveLog: (obj: Capacity) => any;
|
|
860
|
-
}
|
|
861
|
-
/**
|
|
862
|
-
* <p>An update to a connector's fixed capacity.</p>
|
|
863
|
-
*/
|
|
864
|
-
export interface ProvisionedCapacityUpdate {
|
|
865
|
-
/**
|
|
866
|
-
* <p>The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.</p>
|
|
867
|
-
*/
|
|
868
|
-
mcuCount: number | undefined;
|
|
869
|
-
/**
|
|
870
|
-
* <p>The number of workers that are allocated to the connector.</p>
|
|
871
|
-
*/
|
|
872
|
-
workerCount: number | undefined;
|
|
873
|
-
}
|
|
874
|
-
export declare namespace ProvisionedCapacityUpdate {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
|
-
const filterSensitiveLog: (obj: ProvisionedCapacityUpdate) => any;
|
|
879
|
-
}
|
|
880
|
-
/**
|
|
881
|
-
* <p>The target capacity for the connector. The capacity can be auto scaled or provisioned.</p>
|
|
882
|
-
*/
|
|
883
|
-
export interface CapacityUpdate {
|
|
884
|
-
/**
|
|
885
|
-
* <p>The target auto scaling setting.</p>
|
|
886
|
-
*/
|
|
887
|
-
autoScaling?: AutoScalingUpdate;
|
|
888
|
-
/**
|
|
889
|
-
* <p>The target settings for provisioned capacity.</p>
|
|
890
|
-
*/
|
|
891
|
-
provisionedCapacity?: ProvisionedCapacityUpdate;
|
|
892
|
-
}
|
|
893
|
-
export declare namespace CapacityUpdate {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
|
-
const filterSensitiveLog: (obj: CapacityUpdate) => any;
|
|
898
|
-
}
|
|
899
|
-
/**
|
|
900
|
-
* <p>The settings for delivering connector logs to Amazon CloudWatch Logs.</p>
|
|
901
|
-
*/
|
|
902
|
-
export interface CloudWatchLogsLogDelivery {
|
|
903
|
-
/**
|
|
904
|
-
* <p>Whether log delivery to Amazon CloudWatch Logs is enabled.</p>
|
|
905
|
-
*/
|
|
906
|
-
enabled: boolean | undefined;
|
|
907
|
-
/**
|
|
908
|
-
* <p>The name of the CloudWatch log group that is the destination for log delivery.</p>
|
|
909
|
-
*/
|
|
910
|
-
logGroup?: string;
|
|
911
|
-
}
|
|
912
|
-
export declare namespace CloudWatchLogsLogDelivery {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: CloudWatchLogsLogDelivery) => any;
|
|
917
|
-
}
|
|
918
|
-
/**
|
|
919
|
-
* <p>HTTP Status Code 409: Conflict. A resource with this name already exists. Retry your request with another name.</p>
|
|
920
|
-
*/
|
|
921
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
922
|
-
name: "ConflictException";
|
|
923
|
-
$fault: "client";
|
|
924
|
-
message?: string;
|
|
925
|
-
}
|
|
926
|
-
export declare namespace ConflictException {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
931
|
-
}
|
|
932
|
-
/**
|
|
933
|
-
* <p>The details of the Apache Kafka cluster to which the connector is connected.</p>
|
|
934
|
-
*/
|
|
935
|
-
export interface KafkaCluster {
|
|
936
|
-
/**
|
|
937
|
-
* <p>The Apache Kafka cluster to which the connector is connected.</p>
|
|
938
|
-
*/
|
|
939
|
-
apacheKafkaCluster: ApacheKafkaCluster | undefined;
|
|
940
|
-
}
|
|
941
|
-
export declare namespace KafkaCluster {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
|
-
const filterSensitiveLog: (obj: KafkaCluster) => any;
|
|
946
|
-
}
|
|
947
|
-
/**
|
|
948
|
-
* <p>The client authentication information used in order to authenticate with the Apache Kafka cluster.</p>
|
|
949
|
-
*/
|
|
950
|
-
export interface KafkaClusterClientAuthentication {
|
|
951
|
-
/**
|
|
952
|
-
* <p>The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.</p>
|
|
953
|
-
*/
|
|
954
|
-
authenticationType: KafkaClusterClientAuthenticationType | string | undefined;
|
|
955
|
-
}
|
|
956
|
-
export declare namespace KafkaClusterClientAuthentication {
|
|
957
|
-
/**
|
|
958
|
-
* @internal
|
|
959
|
-
*/
|
|
960
|
-
const filterSensitiveLog: (obj: KafkaClusterClientAuthentication) => any;
|
|
961
|
-
}
|
|
962
|
-
/**
|
|
963
|
-
* <p>Details of encryption in transit to the Apache Kafka cluster.</p>
|
|
964
|
-
*/
|
|
965
|
-
export interface KafkaClusterEncryptionInTransit {
|
|
966
|
-
/**
|
|
967
|
-
* <p>The type of encryption in transit to the Apache Kafka cluster.</p>
|
|
968
|
-
*/
|
|
969
|
-
encryptionType: KafkaClusterEncryptionInTransitType | string | undefined;
|
|
970
|
-
}
|
|
971
|
-
export declare namespace KafkaClusterEncryptionInTransit {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: KafkaClusterEncryptionInTransit) => any;
|
|
976
|
-
}
|
|
977
|
-
/**
|
|
978
|
-
* <p>The settings for delivering logs to Amazon Kinesis Data Firehose.</p>
|
|
979
|
-
*/
|
|
980
|
-
export interface FirehoseLogDelivery {
|
|
981
|
-
/**
|
|
982
|
-
* <p>The name of the Kinesis Data Firehose delivery stream that is the destination for log delivery.</p>
|
|
983
|
-
*/
|
|
984
|
-
deliveryStream?: string;
|
|
985
|
-
/**
|
|
986
|
-
* <p>Specifies whether connector logs get delivered to Amazon Kinesis Data Firehose.</p>
|
|
987
|
-
*/
|
|
988
|
-
enabled: boolean | undefined;
|
|
989
|
-
}
|
|
990
|
-
export declare namespace FirehoseLogDelivery {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
const filterSensitiveLog: (obj: FirehoseLogDelivery) => any;
|
|
995
|
-
}
|
|
996
|
-
/**
|
|
997
|
-
* <p>Details about delivering logs to Amazon S3.</p>
|
|
998
|
-
*/
|
|
999
|
-
export interface S3LogDelivery {
|
|
1000
|
-
/**
|
|
1001
|
-
* <p>The name of the S3 bucket that is the destination for log delivery.</p>
|
|
1002
|
-
*/
|
|
1003
|
-
bucket?: string;
|
|
1004
|
-
/**
|
|
1005
|
-
* <p>Specifies whether connector logs get sent to the specified Amazon S3 destination.</p>
|
|
1006
|
-
*/
|
|
1007
|
-
enabled: boolean | undefined;
|
|
1008
|
-
/**
|
|
1009
|
-
* <p>The S3 prefix that is the destination for log delivery.</p>
|
|
1010
|
-
*/
|
|
1011
|
-
prefix?: string;
|
|
1012
|
-
}
|
|
1013
|
-
export declare namespace S3LogDelivery {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
|
-
const filterSensitiveLog: (obj: S3LogDelivery) => any;
|
|
1018
|
-
}
|
|
1019
|
-
/**
|
|
1020
|
-
* <p>Workers can send worker logs to different destination types. This configuration specifies the details of these destinations.</p>
|
|
1021
|
-
*/
|
|
1022
|
-
export interface WorkerLogDelivery {
|
|
1023
|
-
/**
|
|
1024
|
-
* <p>Details about delivering logs to Amazon CloudWatch Logs.</p>
|
|
1025
|
-
*/
|
|
1026
|
-
cloudWatchLogs?: CloudWatchLogsLogDelivery;
|
|
1027
|
-
/**
|
|
1028
|
-
* <p>Details about delivering logs to Amazon Kinesis Data Firehose.</p>
|
|
1029
|
-
*/
|
|
1030
|
-
firehose?: FirehoseLogDelivery;
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>Details about delivering logs to Amazon S3.</p>
|
|
1033
|
-
*/
|
|
1034
|
-
s3?: S3LogDelivery;
|
|
1035
|
-
}
|
|
1036
|
-
export declare namespace WorkerLogDelivery {
|
|
1037
|
-
/**
|
|
1038
|
-
* @internal
|
|
1039
|
-
*/
|
|
1040
|
-
const filterSensitiveLog: (obj: WorkerLogDelivery) => any;
|
|
1041
|
-
}
|
|
1042
|
-
/**
|
|
1043
|
-
* <p>Details about log delivery.</p>
|
|
1044
|
-
*/
|
|
1045
|
-
export interface LogDelivery {
|
|
1046
|
-
/**
|
|
1047
|
-
* <p>The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.</p>
|
|
1048
|
-
*/
|
|
1049
|
-
workerLogDelivery: WorkerLogDelivery | undefined;
|
|
1050
|
-
}
|
|
1051
|
-
export declare namespace LogDelivery {
|
|
1052
|
-
/**
|
|
1053
|
-
* @internal
|
|
1054
|
-
*/
|
|
1055
|
-
const filterSensitiveLog: (obj: LogDelivery) => any;
|
|
1056
|
-
}
|
|
1057
|
-
/**
|
|
1058
|
-
* <p>The configuration of the workers, which are the processes that run the connector logic.</p>
|
|
1059
|
-
*/
|
|
1060
|
-
export interface WorkerConfiguration {
|
|
1061
|
-
/**
|
|
1062
|
-
* <p>The revision of the worker configuration.</p>
|
|
1063
|
-
*/
|
|
1064
|
-
revision: number | undefined;
|
|
1065
|
-
/**
|
|
1066
|
-
* <p>The Amazon Resource Name (ARN) of the worker configuration.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
workerConfigurationArn: string | undefined;
|
|
1069
|
-
}
|
|
1070
|
-
export declare namespace WorkerConfiguration {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
const filterSensitiveLog: (obj: WorkerConfiguration) => any;
|
|
1075
|
-
}
|
|
1076
|
-
export interface CreateConnectorRequest {
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>Information about the capacity allocated to the connector. Exactly one of the two properties must be specified.</p>
|
|
1079
|
-
*/
|
|
1080
|
-
capacity: Capacity | undefined;
|
|
1081
|
-
/**
|
|
1082
|
-
* <p>A map of keys to values that represent the configuration for the connector.</p>
|
|
1083
|
-
*/
|
|
1084
|
-
connectorConfiguration: {
|
|
1085
|
-
[key: string]: string;
|
|
1086
|
-
} | undefined;
|
|
1087
|
-
/**
|
|
1088
|
-
* <p>A summary description of the connector.</p>
|
|
1089
|
-
*/
|
|
1090
|
-
connectorDescription?: string;
|
|
1091
|
-
/**
|
|
1092
|
-
* <p>The name of the connector.</p>
|
|
1093
|
-
*/
|
|
1094
|
-
connectorName: string | undefined;
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>Specifies which Apache Kafka cluster to connect to.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
kafkaCluster: KafkaCluster | undefined;
|
|
1099
|
-
/**
|
|
1100
|
-
* <p>Details of the client authentication used by the Apache Kafka cluster.</p>
|
|
1101
|
-
*/
|
|
1102
|
-
kafkaClusterClientAuthentication: KafkaClusterClientAuthentication | undefined;
|
|
1103
|
-
/**
|
|
1104
|
-
* <p>Details of encryption in transit to the Apache Kafka cluster.</p>
|
|
1105
|
-
*/
|
|
1106
|
-
kafkaClusterEncryptionInTransit: KafkaClusterEncryptionInTransit | undefined;
|
|
1107
|
-
/**
|
|
1108
|
-
* <p>The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.</p>
|
|
1109
|
-
*/
|
|
1110
|
-
kafkaConnectVersion: string | undefined;
|
|
1111
|
-
/**
|
|
1112
|
-
* <p>Details about log delivery.</p>
|
|
1113
|
-
*/
|
|
1114
|
-
logDelivery?: LogDelivery;
|
|
1115
|
-
/**
|
|
1116
|
-
* <p>Specifies which plugins to use for the connector.</p>
|
|
1117
|
-
*/
|
|
1118
|
-
plugins: Plugin[] | undefined;
|
|
1119
|
-
/**
|
|
1120
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role used by the connector to access the Amazon Web Services resources that it needs. The types of resources depends on the logic of the connector. For example, a connector that has Amazon S3 as a destination must have permissions that allow it to write to the S3 destination bucket.</p>
|
|
1121
|
-
*/
|
|
1122
|
-
serviceExecutionRoleArn: string | undefined;
|
|
1123
|
-
/**
|
|
1124
|
-
* <p>Specifies which worker configuration to use with the connector.</p>
|
|
1125
|
-
*/
|
|
1126
|
-
workerConfiguration?: WorkerConfiguration;
|
|
1127
|
-
}
|
|
1128
|
-
export declare namespace CreateConnectorRequest {
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
const filterSensitiveLog: (obj: CreateConnectorRequest) => any;
|
|
1133
|
-
}
|
|
1134
|
-
export interface CreateConnectorResponse {
|
|
1135
|
-
/**
|
|
1136
|
-
* <p>The Amazon Resource Name (ARN) that Amazon assigned to the connector.</p>
|
|
1137
|
-
*/
|
|
1138
|
-
connectorArn?: string;
|
|
1139
|
-
/**
|
|
1140
|
-
* <p>The name of the connector.</p>
|
|
1141
|
-
*/
|
|
1142
|
-
connectorName?: string;
|
|
1143
|
-
/**
|
|
1144
|
-
* <p>The state of the connector.</p>
|
|
1145
|
-
*/
|
|
1146
|
-
connectorState?: ConnectorState | string;
|
|
1147
|
-
}
|
|
1148
|
-
export declare namespace CreateConnectorResponse {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
const filterSensitiveLog: (obj: CreateConnectorResponse) => any;
|
|
1153
|
-
}
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>HTTP Status Code 403: Access forbidden. Correct your credentials and then retry your request.</p>
|
|
1156
|
-
*/
|
|
1157
|
-
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
1158
|
-
name: "ForbiddenException";
|
|
1159
|
-
$fault: "client";
|
|
1160
|
-
message?: string;
|
|
1161
|
-
}
|
|
1162
|
-
export declare namespace ForbiddenException {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
const filterSensitiveLog: (obj: ForbiddenException) => any;
|
|
1167
|
-
}
|
|
1168
|
-
/**
|
|
1169
|
-
* <p>HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.</p>
|
|
1170
|
-
*/
|
|
1171
|
-
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
1172
|
-
name: "InternalServerErrorException";
|
|
1173
|
-
$fault: "server";
|
|
1174
|
-
message?: string;
|
|
1175
|
-
}
|
|
1176
|
-
export declare namespace InternalServerErrorException {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
|
-
const filterSensitiveLog: (obj: InternalServerErrorException) => any;
|
|
1181
|
-
}
|
|
1182
|
-
/**
|
|
1183
|
-
* <p>HTTP Status Code 404: Resource not found due to incorrect input. Correct your request and then retry it.</p>
|
|
1184
|
-
*/
|
|
1185
|
-
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
1186
|
-
name: "NotFoundException";
|
|
1187
|
-
$fault: "client";
|
|
1188
|
-
message?: string;
|
|
1189
|
-
}
|
|
1190
|
-
export declare namespace NotFoundException {
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
const filterSensitiveLog: (obj: NotFoundException) => any;
|
|
1195
|
-
}
|
|
1196
|
-
/**
|
|
1197
|
-
* <p>HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.</p>
|
|
1198
|
-
*/
|
|
1199
|
-
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
1200
|
-
name: "ServiceUnavailableException";
|
|
1201
|
-
$fault: "server";
|
|
1202
|
-
message?: string;
|
|
1203
|
-
}
|
|
1204
|
-
export declare namespace ServiceUnavailableException {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
|
-
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
1209
|
-
}
|
|
1210
|
-
/**
|
|
1211
|
-
* <p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>
|
|
1212
|
-
*/
|
|
1213
|
-
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
1214
|
-
name: "TooManyRequestsException";
|
|
1215
|
-
$fault: "client";
|
|
1216
|
-
message?: string;
|
|
1217
|
-
}
|
|
1218
|
-
export declare namespace TooManyRequestsException {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
1223
|
-
}
|
|
1224
|
-
/**
|
|
1225
|
-
* <p>HTTP Status Code 401: Unauthorized request. The provided credentials couldn't be validated.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
|
|
1228
|
-
name: "UnauthorizedException";
|
|
1229
|
-
$fault: "client";
|
|
1230
|
-
message?: string;
|
|
1231
|
-
}
|
|
1232
|
-
export declare namespace UnauthorizedException {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
|
-
const filterSensitiveLog: (obj: UnauthorizedException) => any;
|
|
1237
|
-
}
|
|
1238
|
-
/**
|
|
1239
|
-
* <p>The location of an object in Amazon S3.</p>
|
|
1240
|
-
*/
|
|
1241
|
-
export interface S3Location {
|
|
1242
|
-
/**
|
|
1243
|
-
* <p>The Amazon Resource Name (ARN) of an S3 bucket.</p>
|
|
1244
|
-
*/
|
|
1245
|
-
bucketArn: string | undefined;
|
|
1246
|
-
/**
|
|
1247
|
-
* <p>The file key for an object in an S3 bucket.</p>
|
|
1248
|
-
*/
|
|
1249
|
-
fileKey: string | undefined;
|
|
1250
|
-
/**
|
|
1251
|
-
* <p>The version of an object in an S3 bucket.</p>
|
|
1252
|
-
*/
|
|
1253
|
-
objectVersion?: string;
|
|
1254
|
-
}
|
|
1255
|
-
export declare namespace S3Location {
|
|
1256
|
-
/**
|
|
1257
|
-
* @internal
|
|
1258
|
-
*/
|
|
1259
|
-
const filterSensitiveLog: (obj: S3Location) => any;
|
|
1260
|
-
}
|
|
1261
|
-
/**
|
|
1262
|
-
* <p>Information about the location of a custom plugin.</p>
|
|
1263
|
-
*/
|
|
1264
|
-
export interface CustomPluginLocation {
|
|
1265
|
-
/**
|
|
1266
|
-
* <p>The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.</p>
|
|
1267
|
-
*/
|
|
1268
|
-
s3Location: S3Location | undefined;
|
|
1269
|
-
}
|
|
1270
|
-
export declare namespace CustomPluginLocation {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
const filterSensitiveLog: (obj: CustomPluginLocation) => any;
|
|
1275
|
-
}
|
|
1276
|
-
export interface CreateCustomPluginRequest {
|
|
1277
|
-
/**
|
|
1278
|
-
* <p>The type of the plugin file.</p>
|
|
1279
|
-
*/
|
|
1280
|
-
contentType: CustomPluginContentType | string | undefined;
|
|
1281
|
-
/**
|
|
1282
|
-
* <p>A summary description of the custom plugin.</p>
|
|
1283
|
-
*/
|
|
1284
|
-
description?: string;
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>Information about the location of a custom plugin.</p>
|
|
1287
|
-
*/
|
|
1288
|
-
location: CustomPluginLocation | undefined;
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>The name of the custom plugin.</p>
|
|
1291
|
-
*/
|
|
1292
|
-
name: string | undefined;
|
|
1293
|
-
}
|
|
1294
|
-
export declare namespace CreateCustomPluginRequest {
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
const filterSensitiveLog: (obj: CreateCustomPluginRequest) => any;
|
|
1299
|
-
}
|
|
1300
|
-
export interface CreateCustomPluginResponse {
|
|
1301
|
-
/**
|
|
1302
|
-
* <p>The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.</p>
|
|
1303
|
-
*/
|
|
1304
|
-
customPluginArn?: string;
|
|
1305
|
-
/**
|
|
1306
|
-
* <p>The state of the custom plugin.</p>
|
|
1307
|
-
*/
|
|
1308
|
-
customPluginState?: CustomPluginState | string;
|
|
1309
|
-
/**
|
|
1310
|
-
* <p>The name of the custom plugin.</p>
|
|
1311
|
-
*/
|
|
1312
|
-
name?: string;
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The revision of the custom plugin.</p>
|
|
1315
|
-
*/
|
|
1316
|
-
revision?: number;
|
|
1317
|
-
}
|
|
1318
|
-
export declare namespace CreateCustomPluginResponse {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: CreateCustomPluginResponse) => any;
|
|
1323
|
-
}
|
|
1324
|
-
export interface CreateWorkerConfigurationRequest {
|
|
1325
|
-
/**
|
|
1326
|
-
* <p>A summary description of the worker configuration.</p>
|
|
1327
|
-
*/
|
|
1328
|
-
description?: string;
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>The name of the worker configuration.</p>
|
|
1331
|
-
*/
|
|
1332
|
-
name: string | undefined;
|
|
1333
|
-
/**
|
|
1334
|
-
* <p>Base64 encoded contents of connect-distributed.properties file.</p>
|
|
1335
|
-
*/
|
|
1336
|
-
propertiesFileContent: string | undefined;
|
|
1337
|
-
}
|
|
1338
|
-
export declare namespace CreateWorkerConfigurationRequest {
|
|
1339
|
-
/**
|
|
1340
|
-
* @internal
|
|
1341
|
-
*/
|
|
1342
|
-
const filterSensitiveLog: (obj: CreateWorkerConfigurationRequest) => any;
|
|
1343
|
-
}
|
|
1344
|
-
export interface CreateWorkerConfigurationResponse {
|
|
1345
|
-
/**
|
|
1346
|
-
* <p>The time that the worker configuration was created.</p>
|
|
1347
|
-
*/
|
|
1348
|
-
creationTime?: Date;
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>The latest revision of the worker configuration.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
latestRevision?: WorkerConfigurationRevisionSummary;
|
|
1353
|
-
/**
|
|
1354
|
-
* <p>The name of the worker configuration.</p>
|
|
1355
|
-
*/
|
|
1356
|
-
name?: string;
|
|
1357
|
-
/**
|
|
1358
|
-
* <p>The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.</p>
|
|
1359
|
-
*/
|
|
1360
|
-
workerConfigurationArn?: string;
|
|
1361
|
-
}
|
|
1362
|
-
export declare namespace CreateWorkerConfigurationResponse {
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
const filterSensitiveLog: (obj: CreateWorkerConfigurationResponse) => any;
|
|
1367
|
-
}
|
|
1368
|
-
export interface DeleteConnectorRequest {
|
|
1369
|
-
/**
|
|
1370
|
-
* <p>The Amazon Resource Name (ARN) of the connector that you want to delete.</p>
|
|
1371
|
-
*/
|
|
1372
|
-
connectorArn: string | undefined;
|
|
1373
|
-
/**
|
|
1374
|
-
* <p>The current version of the connector that you want to delete.</p>
|
|
1375
|
-
*/
|
|
1376
|
-
currentVersion?: string;
|
|
1377
|
-
}
|
|
1378
|
-
export declare namespace DeleteConnectorRequest {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
const filterSensitiveLog: (obj: DeleteConnectorRequest) => any;
|
|
1383
|
-
}
|
|
1384
|
-
export interface DeleteConnectorResponse {
|
|
1385
|
-
/**
|
|
1386
|
-
* <p>The Amazon Resource Name (ARN) of the connector that you requested to delete.</p>
|
|
1387
|
-
*/
|
|
1388
|
-
connectorArn?: string;
|
|
1389
|
-
/**
|
|
1390
|
-
* <p>The state of the connector that you requested to delete.</p>
|
|
1391
|
-
*/
|
|
1392
|
-
connectorState?: ConnectorState | string;
|
|
1393
|
-
}
|
|
1394
|
-
export declare namespace DeleteConnectorResponse {
|
|
1395
|
-
/**
|
|
1396
|
-
* @internal
|
|
1397
|
-
*/
|
|
1398
|
-
const filterSensitiveLog: (obj: DeleteConnectorResponse) => any;
|
|
1399
|
-
}
|
|
1400
|
-
export interface DescribeConnectorRequest {
|
|
1401
|
-
/**
|
|
1402
|
-
* <p>The Amazon Resource Name (ARN) of the connector that you want to describe.</p>
|
|
1403
|
-
*/
|
|
1404
|
-
connectorArn: string | undefined;
|
|
1405
|
-
}
|
|
1406
|
-
export declare namespace DescribeConnectorRequest {
|
|
1407
|
-
/**
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
1410
|
-
const filterSensitiveLog: (obj: DescribeConnectorRequest) => any;
|
|
1411
|
-
}
|
|
1412
|
-
export interface DescribeConnectorResponse {
|
|
1413
|
-
/**
|
|
1414
|
-
* <p>Information about the capacity of the connector, whether it is auto scaled or provisioned.</p>
|
|
1415
|
-
*/
|
|
1416
|
-
capacity?: CapacityDescription;
|
|
1417
|
-
/**
|
|
1418
|
-
* <p>The Amazon Resource Name (ARN) of the connector.</p>
|
|
1419
|
-
*/
|
|
1420
|
-
connectorArn?: string;
|
|
1421
|
-
/**
|
|
1422
|
-
* <p>A map of keys to values that represent the configuration for the connector.</p>
|
|
1423
|
-
*/
|
|
1424
|
-
connectorConfiguration?: {
|
|
1425
|
-
[key: string]: string;
|
|
1426
|
-
};
|
|
1427
|
-
/**
|
|
1428
|
-
* <p>A summary description of the connector.</p>
|
|
1429
|
-
*/
|
|
1430
|
-
connectorDescription?: string;
|
|
1431
|
-
/**
|
|
1432
|
-
* <p>The name of the connector.</p>
|
|
1433
|
-
*/
|
|
1434
|
-
connectorName?: string;
|
|
1435
|
-
/**
|
|
1436
|
-
* <p>The state of the connector.</p>
|
|
1437
|
-
*/
|
|
1438
|
-
connectorState?: ConnectorState | string;
|
|
1439
|
-
/**
|
|
1440
|
-
* <p>The time the connector was created.</p>
|
|
1441
|
-
*/
|
|
1442
|
-
creationTime?: Date;
|
|
1443
|
-
/**
|
|
1444
|
-
* <p>The current version of the connector.</p>
|
|
1445
|
-
*/
|
|
1446
|
-
currentVersion?: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* <p>The Apache Kafka cluster that the connector is connected to.</p>
|
|
1449
|
-
*/
|
|
1450
|
-
kafkaCluster?: KafkaClusterDescription;
|
|
1451
|
-
/**
|
|
1452
|
-
* <p>The type of client authentication used to connect to the Apache Kafka cluster. The value is NONE when no client authentication is used.</p>
|
|
1453
|
-
*/
|
|
1454
|
-
kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
|
|
1455
|
-
/**
|
|
1456
|
-
* <p>Details of encryption in transit to the Apache Kafka cluster.</p>
|
|
1457
|
-
*/
|
|
1458
|
-
kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
|
|
1459
|
-
/**
|
|
1460
|
-
* <p>The version of Kafka Connect. It has to be compatible with both the Apache Kafka cluster's version and the plugins.</p>
|
|
1461
|
-
*/
|
|
1462
|
-
kafkaConnectVersion?: string;
|
|
1463
|
-
/**
|
|
1464
|
-
* <p>Details about delivering logs to Amazon CloudWatch Logs.</p>
|
|
1465
|
-
*/
|
|
1466
|
-
logDelivery?: LogDeliveryDescription;
|
|
1467
|
-
/**
|
|
1468
|
-
* <p>Specifies which plugins were used for this connector.</p>
|
|
1469
|
-
*/
|
|
1470
|
-
plugins?: PluginDescription[];
|
|
1471
|
-
/**
|
|
1472
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.</p>
|
|
1473
|
-
*/
|
|
1474
|
-
serviceExecutionRoleArn?: string;
|
|
1475
|
-
/**
|
|
1476
|
-
* <p>Specifies which worker configuration was used for the connector.</p>
|
|
1477
|
-
*/
|
|
1478
|
-
workerConfiguration?: WorkerConfigurationDescription;
|
|
1479
|
-
}
|
|
1480
|
-
export declare namespace DescribeConnectorResponse {
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
const filterSensitiveLog: (obj: DescribeConnectorResponse) => any;
|
|
1485
|
-
}
|
|
1486
|
-
export interface DescribeCustomPluginRequest {
|
|
1487
|
-
/**
|
|
1488
|
-
* <p>Returns information about a custom plugin.</p>
|
|
1489
|
-
*/
|
|
1490
|
-
customPluginArn: string | undefined;
|
|
1491
|
-
}
|
|
1492
|
-
export declare namespace DescribeCustomPluginRequest {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
const filterSensitiveLog: (obj: DescribeCustomPluginRequest) => any;
|
|
1497
|
-
}
|
|
1498
|
-
export interface DescribeCustomPluginResponse {
|
|
1499
|
-
/**
|
|
1500
|
-
* <p>The time that the custom plugin was created.</p>
|
|
1501
|
-
*/
|
|
1502
|
-
creationTime?: Date;
|
|
1503
|
-
/**
|
|
1504
|
-
* <p>The Amazon Resource Name (ARN) of the custom plugin.</p>
|
|
1505
|
-
*/
|
|
1506
|
-
customPluginArn?: string;
|
|
1507
|
-
/**
|
|
1508
|
-
* <p>The state of the custom plugin.</p>
|
|
1509
|
-
*/
|
|
1510
|
-
customPluginState?: CustomPluginState | string;
|
|
1511
|
-
/**
|
|
1512
|
-
* <p>The description of the custom plugin.</p>
|
|
1513
|
-
*/
|
|
1514
|
-
description?: string;
|
|
1515
|
-
/**
|
|
1516
|
-
* <p>The latest successfully created revision of the custom plugin. If there are no successfully created revisions, this field will be absent.</p>
|
|
1517
|
-
*/
|
|
1518
|
-
latestRevision?: CustomPluginRevisionSummary;
|
|
1519
|
-
/**
|
|
1520
|
-
* <p>The name of the custom plugin.</p>
|
|
1521
|
-
*/
|
|
1522
|
-
name?: string;
|
|
1523
|
-
}
|
|
1524
|
-
export declare namespace DescribeCustomPluginResponse {
|
|
1525
|
-
/**
|
|
1526
|
-
* @internal
|
|
1527
|
-
*/
|
|
1528
|
-
const filterSensitiveLog: (obj: DescribeCustomPluginResponse) => any;
|
|
1529
|
-
}
|
|
1530
|
-
export interface DescribeWorkerConfigurationRequest {
|
|
1531
|
-
/**
|
|
1532
|
-
* <p>The Amazon Resource Name (ARN) of the worker configuration that you want to get information about.</p>
|
|
1533
|
-
*/
|
|
1534
|
-
workerConfigurationArn: string | undefined;
|
|
1535
|
-
}
|
|
1536
|
-
export declare namespace DescribeWorkerConfigurationRequest {
|
|
1537
|
-
/**
|
|
1538
|
-
* @internal
|
|
1539
|
-
*/
|
|
1540
|
-
const filterSensitiveLog: (obj: DescribeWorkerConfigurationRequest) => any;
|
|
1541
|
-
}
|
|
1542
|
-
/**
|
|
1543
|
-
* <p>The description of the worker configuration revision.</p>
|
|
1544
|
-
*/
|
|
1545
|
-
export interface WorkerConfigurationRevisionDescription {
|
|
1546
|
-
/**
|
|
1547
|
-
* <p>The time that the worker configuration was created.</p>
|
|
1548
|
-
*/
|
|
1549
|
-
creationTime?: Date;
|
|
1550
|
-
/**
|
|
1551
|
-
* <p>The description of the worker configuration revision.</p>
|
|
1552
|
-
*/
|
|
1553
|
-
description?: string;
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>Base64 encoded contents of the connect-distributed.properties file.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
propertiesFileContent?: string;
|
|
1558
|
-
/**
|
|
1559
|
-
* <p>The description of a revision of the worker configuration.</p>
|
|
1560
|
-
*/
|
|
1561
|
-
revision?: number;
|
|
1562
|
-
}
|
|
1563
|
-
export declare namespace WorkerConfigurationRevisionDescription {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: WorkerConfigurationRevisionDescription) => any;
|
|
1568
|
-
}
|
|
1569
|
-
export interface DescribeWorkerConfigurationResponse {
|
|
1570
|
-
/**
|
|
1571
|
-
* <p>The time that the worker configuration was created.</p>
|
|
1572
|
-
*/
|
|
1573
|
-
creationTime?: Date;
|
|
1574
|
-
/**
|
|
1575
|
-
* <p>The description of the worker configuration.</p>
|
|
1576
|
-
*/
|
|
1577
|
-
description?: string;
|
|
1578
|
-
/**
|
|
1579
|
-
* <p>The latest revision of the custom configuration.</p>
|
|
1580
|
-
*/
|
|
1581
|
-
latestRevision?: WorkerConfigurationRevisionDescription;
|
|
1582
|
-
/**
|
|
1583
|
-
* <p>The name of the worker configuration.</p>
|
|
1584
|
-
*/
|
|
1585
|
-
name?: string;
|
|
1586
|
-
/**
|
|
1587
|
-
* <p>The Amazon Resource Name (ARN) of the custom configuration.</p>
|
|
1588
|
-
*/
|
|
1589
|
-
workerConfigurationArn?: string;
|
|
1590
|
-
}
|
|
1591
|
-
export declare namespace DescribeWorkerConfigurationResponse {
|
|
1592
|
-
/**
|
|
1593
|
-
* @internal
|
|
1594
|
-
*/
|
|
1595
|
-
const filterSensitiveLog: (obj: DescribeWorkerConfigurationResponse) => any;
|
|
1596
|
-
}
|
|
1597
|
-
export interface ListConnectorsRequest {
|
|
1598
|
-
/**
|
|
1599
|
-
* <p>The name prefix that you want to use to search for and list connectors.</p>
|
|
1600
|
-
*/
|
|
1601
|
-
connectorNamePrefix?: string;
|
|
1602
|
-
/**
|
|
1603
|
-
* <p>The maximum number of connectors to list in one response.</p>
|
|
1604
|
-
*/
|
|
1605
|
-
maxResults?: number;
|
|
1606
|
-
/**
|
|
1607
|
-
* <p>If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.</p>
|
|
1608
|
-
*/
|
|
1609
|
-
nextToken?: string;
|
|
1610
|
-
}
|
|
1611
|
-
export declare namespace ListConnectorsRequest {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
const filterSensitiveLog: (obj: ListConnectorsRequest) => any;
|
|
1616
|
-
}
|
|
1617
|
-
export interface ListConnectorsResponse {
|
|
1618
|
-
/**
|
|
1619
|
-
* <p>An array of connector descriptions.</p>
|
|
1620
|
-
*/
|
|
1621
|
-
connectors?: ConnectorSummary[];
|
|
1622
|
-
/**
|
|
1623
|
-
* <p>If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
nextToken?: string;
|
|
1626
|
-
}
|
|
1627
|
-
export declare namespace ListConnectorsResponse {
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
const filterSensitiveLog: (obj: ListConnectorsResponse) => any;
|
|
1632
|
-
}
|
|
1633
|
-
export interface ListCustomPluginsRequest {
|
|
1634
|
-
/**
|
|
1635
|
-
* <p>The maximum number of custom plugins to list in one response.</p>
|
|
1636
|
-
*/
|
|
1637
|
-
maxResults?: number;
|
|
1638
|
-
/**
|
|
1639
|
-
* <p>If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.</p>
|
|
1640
|
-
*/
|
|
1641
|
-
nextToken?: string;
|
|
1642
|
-
}
|
|
1643
|
-
export declare namespace ListCustomPluginsRequest {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
const filterSensitiveLog: (obj: ListCustomPluginsRequest) => any;
|
|
1648
|
-
}
|
|
1649
|
-
export interface ListCustomPluginsResponse {
|
|
1650
|
-
/**
|
|
1651
|
-
* <p>An array of custom plugin descriptions.</p>
|
|
1652
|
-
*/
|
|
1653
|
-
customPlugins?: CustomPluginSummary[];
|
|
1654
|
-
/**
|
|
1655
|
-
* <p>If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.</p>
|
|
1656
|
-
*/
|
|
1657
|
-
nextToken?: string;
|
|
1658
|
-
}
|
|
1659
|
-
export declare namespace ListCustomPluginsResponse {
|
|
1660
|
-
/**
|
|
1661
|
-
* @internal
|
|
1662
|
-
*/
|
|
1663
|
-
const filterSensitiveLog: (obj: ListCustomPluginsResponse) => any;
|
|
1664
|
-
}
|
|
1665
|
-
export interface ListWorkerConfigurationsRequest {
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>The maximum number of worker configurations to list in one response.</p>
|
|
1668
|
-
*/
|
|
1669
|
-
maxResults?: number;
|
|
1670
|
-
/**
|
|
1671
|
-
* <p>If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.</p>
|
|
1672
|
-
*/
|
|
1673
|
-
nextToken?: string;
|
|
1674
|
-
}
|
|
1675
|
-
export declare namespace ListWorkerConfigurationsRequest {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: ListWorkerConfigurationsRequest) => any;
|
|
1680
|
-
}
|
|
1681
|
-
export interface ListWorkerConfigurationsResponse {
|
|
1682
|
-
/**
|
|
1683
|
-
* <p>If the response of a ListWorkerConfigurations operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.</p>
|
|
1684
|
-
*/
|
|
1685
|
-
nextToken?: string;
|
|
1686
|
-
/**
|
|
1687
|
-
* <p>An array of worker configuration descriptions.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
workerConfigurations?: WorkerConfigurationSummary[];
|
|
1690
|
-
}
|
|
1691
|
-
export declare namespace ListWorkerConfigurationsResponse {
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
|
-
const filterSensitiveLog: (obj: ListWorkerConfigurationsResponse) => any;
|
|
1696
|
-
}
|
|
1697
|
-
export interface UpdateConnectorRequest {
|
|
1698
|
-
/**
|
|
1699
|
-
* <p>The target capacity.</p>
|
|
1700
|
-
*/
|
|
1701
|
-
capacity: CapacityUpdate | undefined;
|
|
1702
|
-
/**
|
|
1703
|
-
* <p>The Amazon Resource Name (ARN) of the connector that you want to update.</p>
|
|
1704
|
-
*/
|
|
1705
|
-
connectorArn: string | undefined;
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>The current version of the connector that you want to update.</p>
|
|
1708
|
-
*/
|
|
1709
|
-
currentVersion: string | undefined;
|
|
1710
|
-
}
|
|
1711
|
-
export declare namespace UpdateConnectorRequest {
|
|
1712
|
-
/**
|
|
1713
|
-
* @internal
|
|
1714
|
-
*/
|
|
1715
|
-
const filterSensitiveLog: (obj: UpdateConnectorRequest) => any;
|
|
1716
|
-
}
|
|
1717
|
-
export interface UpdateConnectorResponse {
|
|
1718
|
-
/**
|
|
1719
|
-
* <p>The Amazon Resource Name (ARN) of the connector.</p>
|
|
1720
|
-
*/
|
|
1721
|
-
connectorArn?: string;
|
|
1722
|
-
/**
|
|
1723
|
-
* <p>The state of the connector.</p>
|
|
1724
|
-
*/
|
|
1725
|
-
connectorState?: ConnectorState | string;
|
|
1726
|
-
}
|
|
1727
|
-
export declare namespace UpdateConnectorResponse {
|
|
1728
|
-
/**
|
|
1729
|
-
* @internal
|
|
1730
|
-
*/
|
|
1731
|
-
const filterSensitiveLog: (obj: UpdateConnectorResponse) => any;
|
|
1732
|
-
}
|