@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
|
@@ -4,45 +4,30 @@ exports.KafkaClusterClientAuthentication = exports.KafkaCluster = exports.Confli
|
|
|
4
4
|
exports.UpdateConnectorResponse = exports.UpdateConnectorRequest = exports.ListWorkerConfigurationsResponse = exports.ListWorkerConfigurationsRequest = exports.ListCustomPluginsResponse = exports.ListCustomPluginsRequest = exports.ListConnectorsResponse = exports.ListConnectorsRequest = exports.DescribeWorkerConfigurationResponse = exports.WorkerConfigurationRevisionDescription = exports.DescribeWorkerConfigurationRequest = exports.DescribeCustomPluginResponse = exports.DescribeCustomPluginRequest = exports.DescribeConnectorResponse = exports.DescribeConnectorRequest = exports.DeleteConnectorResponse = exports.DeleteConnectorRequest = exports.CreateWorkerConfigurationResponse = exports.CreateWorkerConfigurationRequest = exports.CreateCustomPluginResponse = exports.CreateCustomPluginRequest = exports.CustomPluginLocation = exports.S3Location = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ServiceUnavailableException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.CreateConnectorResponse = exports.CreateConnectorRequest = exports.WorkerConfiguration = exports.LogDelivery = exports.WorkerLogDelivery = exports.S3LogDelivery = exports.FirehoseLogDelivery = exports.KafkaClusterEncryptionInTransit = void 0;
|
|
5
5
|
var ScaleInPolicyDescription;
|
|
6
6
|
(function (ScaleInPolicyDescription) {
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
7
|
ScaleInPolicyDescription.filterSensitiveLog = (obj) => ({
|
|
11
8
|
...obj,
|
|
12
9
|
});
|
|
13
10
|
})(ScaleInPolicyDescription = exports.ScaleInPolicyDescription || (exports.ScaleInPolicyDescription = {}));
|
|
14
11
|
var ScaleOutPolicyDescription;
|
|
15
12
|
(function (ScaleOutPolicyDescription) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
ScaleOutPolicyDescription.filterSensitiveLog = (obj) => ({
|
|
20
14
|
...obj,
|
|
21
15
|
});
|
|
22
16
|
})(ScaleOutPolicyDescription = exports.ScaleOutPolicyDescription || (exports.ScaleOutPolicyDescription = {}));
|
|
23
17
|
var AutoScalingDescription;
|
|
24
18
|
(function (AutoScalingDescription) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
19
|
AutoScalingDescription.filterSensitiveLog = (obj) => ({
|
|
29
20
|
...obj,
|
|
30
21
|
});
|
|
31
22
|
})(AutoScalingDescription = exports.AutoScalingDescription || (exports.AutoScalingDescription = {}));
|
|
32
23
|
var ProvisionedCapacityDescription;
|
|
33
24
|
(function (ProvisionedCapacityDescription) {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
25
|
ProvisionedCapacityDescription.filterSensitiveLog = (obj) => ({
|
|
38
26
|
...obj,
|
|
39
27
|
});
|
|
40
28
|
})(ProvisionedCapacityDescription = exports.ProvisionedCapacityDescription || (exports.ProvisionedCapacityDescription = {}));
|
|
41
29
|
var CapacityDescription;
|
|
42
30
|
(function (CapacityDescription) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
31
|
CapacityDescription.filterSensitiveLog = (obj) => ({
|
|
47
32
|
...obj,
|
|
48
33
|
});
|
|
@@ -57,27 +42,18 @@ var ConnectorState;
|
|
|
57
42
|
})(ConnectorState = exports.ConnectorState || (exports.ConnectorState = {}));
|
|
58
43
|
var VpcDescription;
|
|
59
44
|
(function (VpcDescription) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
45
|
VpcDescription.filterSensitiveLog = (obj) => ({
|
|
64
46
|
...obj,
|
|
65
47
|
});
|
|
66
48
|
})(VpcDescription = exports.VpcDescription || (exports.VpcDescription = {}));
|
|
67
49
|
var ApacheKafkaClusterDescription;
|
|
68
50
|
(function (ApacheKafkaClusterDescription) {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
51
|
ApacheKafkaClusterDescription.filterSensitiveLog = (obj) => ({
|
|
73
52
|
...obj,
|
|
74
53
|
});
|
|
75
54
|
})(ApacheKafkaClusterDescription = exports.ApacheKafkaClusterDescription || (exports.ApacheKafkaClusterDescription = {}));
|
|
76
55
|
var KafkaClusterDescription;
|
|
77
56
|
(function (KafkaClusterDescription) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
57
|
KafkaClusterDescription.filterSensitiveLog = (obj) => ({
|
|
82
58
|
...obj,
|
|
83
59
|
});
|
|
@@ -89,9 +65,6 @@ var KafkaClusterClientAuthenticationType;
|
|
|
89
65
|
})(KafkaClusterClientAuthenticationType = exports.KafkaClusterClientAuthenticationType || (exports.KafkaClusterClientAuthenticationType = {}));
|
|
90
66
|
var KafkaClusterClientAuthenticationDescription;
|
|
91
67
|
(function (KafkaClusterClientAuthenticationDescription) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
68
|
KafkaClusterClientAuthenticationDescription.filterSensitiveLog = (obj) => ({
|
|
96
69
|
...obj,
|
|
97
70
|
});
|
|
@@ -103,90 +76,60 @@ var KafkaClusterEncryptionInTransitType;
|
|
|
103
76
|
})(KafkaClusterEncryptionInTransitType = exports.KafkaClusterEncryptionInTransitType || (exports.KafkaClusterEncryptionInTransitType = {}));
|
|
104
77
|
var KafkaClusterEncryptionInTransitDescription;
|
|
105
78
|
(function (KafkaClusterEncryptionInTransitDescription) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
79
|
KafkaClusterEncryptionInTransitDescription.filterSensitiveLog = (obj) => ({
|
|
110
80
|
...obj,
|
|
111
81
|
});
|
|
112
82
|
})(KafkaClusterEncryptionInTransitDescription = exports.KafkaClusterEncryptionInTransitDescription || (exports.KafkaClusterEncryptionInTransitDescription = {}));
|
|
113
83
|
var CloudWatchLogsLogDeliveryDescription;
|
|
114
84
|
(function (CloudWatchLogsLogDeliveryDescription) {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
85
|
CloudWatchLogsLogDeliveryDescription.filterSensitiveLog = (obj) => ({
|
|
119
86
|
...obj,
|
|
120
87
|
});
|
|
121
88
|
})(CloudWatchLogsLogDeliveryDescription = exports.CloudWatchLogsLogDeliveryDescription || (exports.CloudWatchLogsLogDeliveryDescription = {}));
|
|
122
89
|
var FirehoseLogDeliveryDescription;
|
|
123
90
|
(function (FirehoseLogDeliveryDescription) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
91
|
FirehoseLogDeliveryDescription.filterSensitiveLog = (obj) => ({
|
|
128
92
|
...obj,
|
|
129
93
|
});
|
|
130
94
|
})(FirehoseLogDeliveryDescription = exports.FirehoseLogDeliveryDescription || (exports.FirehoseLogDeliveryDescription = {}));
|
|
131
95
|
var S3LogDeliveryDescription;
|
|
132
96
|
(function (S3LogDeliveryDescription) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
97
|
S3LogDeliveryDescription.filterSensitiveLog = (obj) => ({
|
|
137
98
|
...obj,
|
|
138
99
|
});
|
|
139
100
|
})(S3LogDeliveryDescription = exports.S3LogDeliveryDescription || (exports.S3LogDeliveryDescription = {}));
|
|
140
101
|
var WorkerLogDeliveryDescription;
|
|
141
102
|
(function (WorkerLogDeliveryDescription) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
103
|
WorkerLogDeliveryDescription.filterSensitiveLog = (obj) => ({
|
|
146
104
|
...obj,
|
|
147
105
|
});
|
|
148
106
|
})(WorkerLogDeliveryDescription = exports.WorkerLogDeliveryDescription || (exports.WorkerLogDeliveryDescription = {}));
|
|
149
107
|
var LogDeliveryDescription;
|
|
150
108
|
(function (LogDeliveryDescription) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
109
|
LogDeliveryDescription.filterSensitiveLog = (obj) => ({
|
|
155
110
|
...obj,
|
|
156
111
|
});
|
|
157
112
|
})(LogDeliveryDescription = exports.LogDeliveryDescription || (exports.LogDeliveryDescription = {}));
|
|
158
113
|
var CustomPluginDescription;
|
|
159
114
|
(function (CustomPluginDescription) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
115
|
CustomPluginDescription.filterSensitiveLog = (obj) => ({
|
|
164
116
|
...obj,
|
|
165
117
|
});
|
|
166
118
|
})(CustomPluginDescription = exports.CustomPluginDescription || (exports.CustomPluginDescription = {}));
|
|
167
119
|
var PluginDescription;
|
|
168
120
|
(function (PluginDescription) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
121
|
PluginDescription.filterSensitiveLog = (obj) => ({
|
|
173
122
|
...obj,
|
|
174
123
|
});
|
|
175
124
|
})(PluginDescription = exports.PluginDescription || (exports.PluginDescription = {}));
|
|
176
125
|
var WorkerConfigurationDescription;
|
|
177
126
|
(function (WorkerConfigurationDescription) {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
127
|
WorkerConfigurationDescription.filterSensitiveLog = (obj) => ({
|
|
182
128
|
...obj,
|
|
183
129
|
});
|
|
184
130
|
})(WorkerConfigurationDescription = exports.WorkerConfigurationDescription || (exports.WorkerConfigurationDescription = {}));
|
|
185
131
|
var ConnectorSummary;
|
|
186
132
|
(function (ConnectorSummary) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
133
|
ConnectorSummary.filterSensitiveLog = (obj) => ({
|
|
191
134
|
...obj,
|
|
192
135
|
});
|
|
@@ -207,569 +150,379 @@ var CustomPluginContentType;
|
|
|
207
150
|
})(CustomPluginContentType = exports.CustomPluginContentType || (exports.CustomPluginContentType = {}));
|
|
208
151
|
var CustomPluginFileDescription;
|
|
209
152
|
(function (CustomPluginFileDescription) {
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
153
|
CustomPluginFileDescription.filterSensitiveLog = (obj) => ({
|
|
214
154
|
...obj,
|
|
215
155
|
});
|
|
216
156
|
})(CustomPluginFileDescription = exports.CustomPluginFileDescription || (exports.CustomPluginFileDescription = {}));
|
|
217
157
|
var S3LocationDescription;
|
|
218
158
|
(function (S3LocationDescription) {
|
|
219
|
-
/**
|
|
220
|
-
* @internal
|
|
221
|
-
*/
|
|
222
159
|
S3LocationDescription.filterSensitiveLog = (obj) => ({
|
|
223
160
|
...obj,
|
|
224
161
|
});
|
|
225
162
|
})(S3LocationDescription = exports.S3LocationDescription || (exports.S3LocationDescription = {}));
|
|
226
163
|
var CustomPluginLocationDescription;
|
|
227
164
|
(function (CustomPluginLocationDescription) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
165
|
CustomPluginLocationDescription.filterSensitiveLog = (obj) => ({
|
|
232
166
|
...obj,
|
|
233
167
|
});
|
|
234
168
|
})(CustomPluginLocationDescription = exports.CustomPluginLocationDescription || (exports.CustomPluginLocationDescription = {}));
|
|
235
169
|
var CustomPluginRevisionSummary;
|
|
236
170
|
(function (CustomPluginRevisionSummary) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
171
|
CustomPluginRevisionSummary.filterSensitiveLog = (obj) => ({
|
|
241
172
|
...obj,
|
|
242
173
|
});
|
|
243
174
|
})(CustomPluginRevisionSummary = exports.CustomPluginRevisionSummary || (exports.CustomPluginRevisionSummary = {}));
|
|
244
175
|
var CustomPluginSummary;
|
|
245
176
|
(function (CustomPluginSummary) {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
177
|
CustomPluginSummary.filterSensitiveLog = (obj) => ({
|
|
250
178
|
...obj,
|
|
251
179
|
});
|
|
252
180
|
})(CustomPluginSummary = exports.CustomPluginSummary || (exports.CustomPluginSummary = {}));
|
|
253
181
|
var CustomPlugin;
|
|
254
182
|
(function (CustomPlugin) {
|
|
255
|
-
/**
|
|
256
|
-
* @internal
|
|
257
|
-
*/
|
|
258
183
|
CustomPlugin.filterSensitiveLog = (obj) => ({
|
|
259
184
|
...obj,
|
|
260
185
|
});
|
|
261
186
|
})(CustomPlugin = exports.CustomPlugin || (exports.CustomPlugin = {}));
|
|
262
187
|
var Plugin;
|
|
263
188
|
(function (Plugin) {
|
|
264
|
-
/**
|
|
265
|
-
* @internal
|
|
266
|
-
*/
|
|
267
189
|
Plugin.filterSensitiveLog = (obj) => ({
|
|
268
190
|
...obj,
|
|
269
191
|
});
|
|
270
192
|
})(Plugin = exports.Plugin || (exports.Plugin = {}));
|
|
271
193
|
var WorkerConfigurationRevisionSummary;
|
|
272
194
|
(function (WorkerConfigurationRevisionSummary) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
195
|
WorkerConfigurationRevisionSummary.filterSensitiveLog = (obj) => ({
|
|
277
196
|
...obj,
|
|
278
197
|
});
|
|
279
198
|
})(WorkerConfigurationRevisionSummary = exports.WorkerConfigurationRevisionSummary || (exports.WorkerConfigurationRevisionSummary = {}));
|
|
280
199
|
var WorkerConfigurationSummary;
|
|
281
200
|
(function (WorkerConfigurationSummary) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
201
|
WorkerConfigurationSummary.filterSensitiveLog = (obj) => ({
|
|
286
202
|
...obj,
|
|
287
203
|
});
|
|
288
204
|
})(WorkerConfigurationSummary = exports.WorkerConfigurationSummary || (exports.WorkerConfigurationSummary = {}));
|
|
289
205
|
var Vpc;
|
|
290
206
|
(function (Vpc) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
207
|
Vpc.filterSensitiveLog = (obj) => ({
|
|
295
208
|
...obj,
|
|
296
209
|
});
|
|
297
210
|
})(Vpc = exports.Vpc || (exports.Vpc = {}));
|
|
298
211
|
var ApacheKafkaCluster;
|
|
299
212
|
(function (ApacheKafkaCluster) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
213
|
ApacheKafkaCluster.filterSensitiveLog = (obj) => ({
|
|
304
214
|
...obj,
|
|
305
215
|
});
|
|
306
216
|
})(ApacheKafkaCluster = exports.ApacheKafkaCluster || (exports.ApacheKafkaCluster = {}));
|
|
307
217
|
var ScaleInPolicy;
|
|
308
218
|
(function (ScaleInPolicy) {
|
|
309
|
-
/**
|
|
310
|
-
* @internal
|
|
311
|
-
*/
|
|
312
219
|
ScaleInPolicy.filterSensitiveLog = (obj) => ({
|
|
313
220
|
...obj,
|
|
314
221
|
});
|
|
315
222
|
})(ScaleInPolicy = exports.ScaleInPolicy || (exports.ScaleInPolicy = {}));
|
|
316
223
|
var ScaleOutPolicy;
|
|
317
224
|
(function (ScaleOutPolicy) {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
225
|
ScaleOutPolicy.filterSensitiveLog = (obj) => ({
|
|
322
226
|
...obj,
|
|
323
227
|
});
|
|
324
228
|
})(ScaleOutPolicy = exports.ScaleOutPolicy || (exports.ScaleOutPolicy = {}));
|
|
325
229
|
var AutoScaling;
|
|
326
230
|
(function (AutoScaling) {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
231
|
AutoScaling.filterSensitiveLog = (obj) => ({
|
|
331
232
|
...obj,
|
|
332
233
|
});
|
|
333
234
|
})(AutoScaling = exports.AutoScaling || (exports.AutoScaling = {}));
|
|
334
235
|
var ScaleInPolicyUpdate;
|
|
335
236
|
(function (ScaleInPolicyUpdate) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
237
|
ScaleInPolicyUpdate.filterSensitiveLog = (obj) => ({
|
|
340
238
|
...obj,
|
|
341
239
|
});
|
|
342
240
|
})(ScaleInPolicyUpdate = exports.ScaleInPolicyUpdate || (exports.ScaleInPolicyUpdate = {}));
|
|
343
241
|
var ScaleOutPolicyUpdate;
|
|
344
242
|
(function (ScaleOutPolicyUpdate) {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
243
|
ScaleOutPolicyUpdate.filterSensitiveLog = (obj) => ({
|
|
349
244
|
...obj,
|
|
350
245
|
});
|
|
351
246
|
})(ScaleOutPolicyUpdate = exports.ScaleOutPolicyUpdate || (exports.ScaleOutPolicyUpdate = {}));
|
|
352
247
|
var AutoScalingUpdate;
|
|
353
248
|
(function (AutoScalingUpdate) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
249
|
AutoScalingUpdate.filterSensitiveLog = (obj) => ({
|
|
358
250
|
...obj,
|
|
359
251
|
});
|
|
360
252
|
})(AutoScalingUpdate = exports.AutoScalingUpdate || (exports.AutoScalingUpdate = {}));
|
|
361
253
|
var BadRequestException;
|
|
362
254
|
(function (BadRequestException) {
|
|
363
|
-
/**
|
|
364
|
-
* @internal
|
|
365
|
-
*/
|
|
366
255
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
367
256
|
...obj,
|
|
368
257
|
});
|
|
369
258
|
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
370
259
|
var ProvisionedCapacity;
|
|
371
260
|
(function (ProvisionedCapacity) {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
261
|
ProvisionedCapacity.filterSensitiveLog = (obj) => ({
|
|
376
262
|
...obj,
|
|
377
263
|
});
|
|
378
264
|
})(ProvisionedCapacity = exports.ProvisionedCapacity || (exports.ProvisionedCapacity = {}));
|
|
379
265
|
var Capacity;
|
|
380
266
|
(function (Capacity) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
267
|
Capacity.filterSensitiveLog = (obj) => ({
|
|
385
268
|
...obj,
|
|
386
269
|
});
|
|
387
270
|
})(Capacity = exports.Capacity || (exports.Capacity = {}));
|
|
388
271
|
var ProvisionedCapacityUpdate;
|
|
389
272
|
(function (ProvisionedCapacityUpdate) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
273
|
ProvisionedCapacityUpdate.filterSensitiveLog = (obj) => ({
|
|
394
274
|
...obj,
|
|
395
275
|
});
|
|
396
276
|
})(ProvisionedCapacityUpdate = exports.ProvisionedCapacityUpdate || (exports.ProvisionedCapacityUpdate = {}));
|
|
397
277
|
var CapacityUpdate;
|
|
398
278
|
(function (CapacityUpdate) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
279
|
CapacityUpdate.filterSensitiveLog = (obj) => ({
|
|
403
280
|
...obj,
|
|
404
281
|
});
|
|
405
282
|
})(CapacityUpdate = exports.CapacityUpdate || (exports.CapacityUpdate = {}));
|
|
406
283
|
var CloudWatchLogsLogDelivery;
|
|
407
284
|
(function (CloudWatchLogsLogDelivery) {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
285
|
CloudWatchLogsLogDelivery.filterSensitiveLog = (obj) => ({
|
|
412
286
|
...obj,
|
|
413
287
|
});
|
|
414
288
|
})(CloudWatchLogsLogDelivery = exports.CloudWatchLogsLogDelivery || (exports.CloudWatchLogsLogDelivery = {}));
|
|
415
289
|
var ConflictException;
|
|
416
290
|
(function (ConflictException) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
291
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
421
292
|
...obj,
|
|
422
293
|
});
|
|
423
294
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
424
295
|
var KafkaCluster;
|
|
425
296
|
(function (KafkaCluster) {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
297
|
KafkaCluster.filterSensitiveLog = (obj) => ({
|
|
430
298
|
...obj,
|
|
431
299
|
});
|
|
432
300
|
})(KafkaCluster = exports.KafkaCluster || (exports.KafkaCluster = {}));
|
|
433
301
|
var KafkaClusterClientAuthentication;
|
|
434
302
|
(function (KafkaClusterClientAuthentication) {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
303
|
KafkaClusterClientAuthentication.filterSensitiveLog = (obj) => ({
|
|
439
304
|
...obj,
|
|
440
305
|
});
|
|
441
306
|
})(KafkaClusterClientAuthentication = exports.KafkaClusterClientAuthentication || (exports.KafkaClusterClientAuthentication = {}));
|
|
442
307
|
var KafkaClusterEncryptionInTransit;
|
|
443
308
|
(function (KafkaClusterEncryptionInTransit) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
309
|
KafkaClusterEncryptionInTransit.filterSensitiveLog = (obj) => ({
|
|
448
310
|
...obj,
|
|
449
311
|
});
|
|
450
312
|
})(KafkaClusterEncryptionInTransit = exports.KafkaClusterEncryptionInTransit || (exports.KafkaClusterEncryptionInTransit = {}));
|
|
451
313
|
var FirehoseLogDelivery;
|
|
452
314
|
(function (FirehoseLogDelivery) {
|
|
453
|
-
/**
|
|
454
|
-
* @internal
|
|
455
|
-
*/
|
|
456
315
|
FirehoseLogDelivery.filterSensitiveLog = (obj) => ({
|
|
457
316
|
...obj,
|
|
458
317
|
});
|
|
459
318
|
})(FirehoseLogDelivery = exports.FirehoseLogDelivery || (exports.FirehoseLogDelivery = {}));
|
|
460
319
|
var S3LogDelivery;
|
|
461
320
|
(function (S3LogDelivery) {
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
*/
|
|
465
321
|
S3LogDelivery.filterSensitiveLog = (obj) => ({
|
|
466
322
|
...obj,
|
|
467
323
|
});
|
|
468
324
|
})(S3LogDelivery = exports.S3LogDelivery || (exports.S3LogDelivery = {}));
|
|
469
325
|
var WorkerLogDelivery;
|
|
470
326
|
(function (WorkerLogDelivery) {
|
|
471
|
-
/**
|
|
472
|
-
* @internal
|
|
473
|
-
*/
|
|
474
327
|
WorkerLogDelivery.filterSensitiveLog = (obj) => ({
|
|
475
328
|
...obj,
|
|
476
329
|
});
|
|
477
330
|
})(WorkerLogDelivery = exports.WorkerLogDelivery || (exports.WorkerLogDelivery = {}));
|
|
478
331
|
var LogDelivery;
|
|
479
332
|
(function (LogDelivery) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
333
|
LogDelivery.filterSensitiveLog = (obj) => ({
|
|
484
334
|
...obj,
|
|
485
335
|
});
|
|
486
336
|
})(LogDelivery = exports.LogDelivery || (exports.LogDelivery = {}));
|
|
487
337
|
var WorkerConfiguration;
|
|
488
338
|
(function (WorkerConfiguration) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
339
|
WorkerConfiguration.filterSensitiveLog = (obj) => ({
|
|
493
340
|
...obj,
|
|
494
341
|
});
|
|
495
342
|
})(WorkerConfiguration = exports.WorkerConfiguration || (exports.WorkerConfiguration = {}));
|
|
496
343
|
var CreateConnectorRequest;
|
|
497
344
|
(function (CreateConnectorRequest) {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
345
|
CreateConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
502
346
|
...obj,
|
|
503
347
|
});
|
|
504
348
|
})(CreateConnectorRequest = exports.CreateConnectorRequest || (exports.CreateConnectorRequest = {}));
|
|
505
349
|
var CreateConnectorResponse;
|
|
506
350
|
(function (CreateConnectorResponse) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
351
|
CreateConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
511
352
|
...obj,
|
|
512
353
|
});
|
|
513
354
|
})(CreateConnectorResponse = exports.CreateConnectorResponse || (exports.CreateConnectorResponse = {}));
|
|
514
355
|
var ForbiddenException;
|
|
515
356
|
(function (ForbiddenException) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
357
|
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
520
358
|
...obj,
|
|
521
359
|
});
|
|
522
360
|
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
523
361
|
var InternalServerErrorException;
|
|
524
362
|
(function (InternalServerErrorException) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
363
|
InternalServerErrorException.filterSensitiveLog = (obj) => ({
|
|
529
364
|
...obj,
|
|
530
365
|
});
|
|
531
366
|
})(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
|
|
532
367
|
var NotFoundException;
|
|
533
368
|
(function (NotFoundException) {
|
|
534
|
-
/**
|
|
535
|
-
* @internal
|
|
536
|
-
*/
|
|
537
369
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
538
370
|
...obj,
|
|
539
371
|
});
|
|
540
372
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
541
373
|
var ServiceUnavailableException;
|
|
542
374
|
(function (ServiceUnavailableException) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
375
|
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
547
376
|
...obj,
|
|
548
377
|
});
|
|
549
378
|
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
|
|
550
379
|
var TooManyRequestsException;
|
|
551
380
|
(function (TooManyRequestsException) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
381
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
556
382
|
...obj,
|
|
557
383
|
});
|
|
558
384
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
559
385
|
var UnauthorizedException;
|
|
560
386
|
(function (UnauthorizedException) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
387
|
UnauthorizedException.filterSensitiveLog = (obj) => ({
|
|
565
388
|
...obj,
|
|
566
389
|
});
|
|
567
390
|
})(UnauthorizedException = exports.UnauthorizedException || (exports.UnauthorizedException = {}));
|
|
568
391
|
var S3Location;
|
|
569
392
|
(function (S3Location) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
393
|
S3Location.filterSensitiveLog = (obj) => ({
|
|
574
394
|
...obj,
|
|
575
395
|
});
|
|
576
396
|
})(S3Location = exports.S3Location || (exports.S3Location = {}));
|
|
577
397
|
var CustomPluginLocation;
|
|
578
398
|
(function (CustomPluginLocation) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
399
|
CustomPluginLocation.filterSensitiveLog = (obj) => ({
|
|
583
400
|
...obj,
|
|
584
401
|
});
|
|
585
402
|
})(CustomPluginLocation = exports.CustomPluginLocation || (exports.CustomPluginLocation = {}));
|
|
586
403
|
var CreateCustomPluginRequest;
|
|
587
404
|
(function (CreateCustomPluginRequest) {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
405
|
CreateCustomPluginRequest.filterSensitiveLog = (obj) => ({
|
|
592
406
|
...obj,
|
|
593
407
|
});
|
|
594
408
|
})(CreateCustomPluginRequest = exports.CreateCustomPluginRequest || (exports.CreateCustomPluginRequest = {}));
|
|
595
409
|
var CreateCustomPluginResponse;
|
|
596
410
|
(function (CreateCustomPluginResponse) {
|
|
597
|
-
/**
|
|
598
|
-
* @internal
|
|
599
|
-
*/
|
|
600
411
|
CreateCustomPluginResponse.filterSensitiveLog = (obj) => ({
|
|
601
412
|
...obj,
|
|
602
413
|
});
|
|
603
414
|
})(CreateCustomPluginResponse = exports.CreateCustomPluginResponse || (exports.CreateCustomPluginResponse = {}));
|
|
604
415
|
var CreateWorkerConfigurationRequest;
|
|
605
416
|
(function (CreateWorkerConfigurationRequest) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
417
|
CreateWorkerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
610
418
|
...obj,
|
|
611
419
|
});
|
|
612
420
|
})(CreateWorkerConfigurationRequest = exports.CreateWorkerConfigurationRequest || (exports.CreateWorkerConfigurationRequest = {}));
|
|
613
421
|
var CreateWorkerConfigurationResponse;
|
|
614
422
|
(function (CreateWorkerConfigurationResponse) {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
423
|
CreateWorkerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
619
424
|
...obj,
|
|
620
425
|
});
|
|
621
426
|
})(CreateWorkerConfigurationResponse = exports.CreateWorkerConfigurationResponse || (exports.CreateWorkerConfigurationResponse = {}));
|
|
622
427
|
var DeleteConnectorRequest;
|
|
623
428
|
(function (DeleteConnectorRequest) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
429
|
DeleteConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
628
430
|
...obj,
|
|
629
431
|
});
|
|
630
432
|
})(DeleteConnectorRequest = exports.DeleteConnectorRequest || (exports.DeleteConnectorRequest = {}));
|
|
631
433
|
var DeleteConnectorResponse;
|
|
632
434
|
(function (DeleteConnectorResponse) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
435
|
DeleteConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
637
436
|
...obj,
|
|
638
437
|
});
|
|
639
438
|
})(DeleteConnectorResponse = exports.DeleteConnectorResponse || (exports.DeleteConnectorResponse = {}));
|
|
640
439
|
var DescribeConnectorRequest;
|
|
641
440
|
(function (DescribeConnectorRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
441
|
DescribeConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
646
442
|
...obj,
|
|
647
443
|
});
|
|
648
444
|
})(DescribeConnectorRequest = exports.DescribeConnectorRequest || (exports.DescribeConnectorRequest = {}));
|
|
649
445
|
var DescribeConnectorResponse;
|
|
650
446
|
(function (DescribeConnectorResponse) {
|
|
651
|
-
/**
|
|
652
|
-
* @internal
|
|
653
|
-
*/
|
|
654
447
|
DescribeConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
655
448
|
...obj,
|
|
656
449
|
});
|
|
657
450
|
})(DescribeConnectorResponse = exports.DescribeConnectorResponse || (exports.DescribeConnectorResponse = {}));
|
|
658
451
|
var DescribeCustomPluginRequest;
|
|
659
452
|
(function (DescribeCustomPluginRequest) {
|
|
660
|
-
/**
|
|
661
|
-
* @internal
|
|
662
|
-
*/
|
|
663
453
|
DescribeCustomPluginRequest.filterSensitiveLog = (obj) => ({
|
|
664
454
|
...obj,
|
|
665
455
|
});
|
|
666
456
|
})(DescribeCustomPluginRequest = exports.DescribeCustomPluginRequest || (exports.DescribeCustomPluginRequest = {}));
|
|
667
457
|
var DescribeCustomPluginResponse;
|
|
668
458
|
(function (DescribeCustomPluginResponse) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
459
|
DescribeCustomPluginResponse.filterSensitiveLog = (obj) => ({
|
|
673
460
|
...obj,
|
|
674
461
|
});
|
|
675
462
|
})(DescribeCustomPluginResponse = exports.DescribeCustomPluginResponse || (exports.DescribeCustomPluginResponse = {}));
|
|
676
463
|
var DescribeWorkerConfigurationRequest;
|
|
677
464
|
(function (DescribeWorkerConfigurationRequest) {
|
|
678
|
-
/**
|
|
679
|
-
* @internal
|
|
680
|
-
*/
|
|
681
465
|
DescribeWorkerConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
682
466
|
...obj,
|
|
683
467
|
});
|
|
684
468
|
})(DescribeWorkerConfigurationRequest = exports.DescribeWorkerConfigurationRequest || (exports.DescribeWorkerConfigurationRequest = {}));
|
|
685
469
|
var WorkerConfigurationRevisionDescription;
|
|
686
470
|
(function (WorkerConfigurationRevisionDescription) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
471
|
WorkerConfigurationRevisionDescription.filterSensitiveLog = (obj) => ({
|
|
691
472
|
...obj,
|
|
692
473
|
});
|
|
693
474
|
})(WorkerConfigurationRevisionDescription = exports.WorkerConfigurationRevisionDescription || (exports.WorkerConfigurationRevisionDescription = {}));
|
|
694
475
|
var DescribeWorkerConfigurationResponse;
|
|
695
476
|
(function (DescribeWorkerConfigurationResponse) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
477
|
DescribeWorkerConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
700
478
|
...obj,
|
|
701
479
|
});
|
|
702
480
|
})(DescribeWorkerConfigurationResponse = exports.DescribeWorkerConfigurationResponse || (exports.DescribeWorkerConfigurationResponse = {}));
|
|
703
481
|
var ListConnectorsRequest;
|
|
704
482
|
(function (ListConnectorsRequest) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
483
|
ListConnectorsRequest.filterSensitiveLog = (obj) => ({
|
|
709
484
|
...obj,
|
|
710
485
|
});
|
|
711
486
|
})(ListConnectorsRequest = exports.ListConnectorsRequest || (exports.ListConnectorsRequest = {}));
|
|
712
487
|
var ListConnectorsResponse;
|
|
713
488
|
(function (ListConnectorsResponse) {
|
|
714
|
-
/**
|
|
715
|
-
* @internal
|
|
716
|
-
*/
|
|
717
489
|
ListConnectorsResponse.filterSensitiveLog = (obj) => ({
|
|
718
490
|
...obj,
|
|
719
491
|
});
|
|
720
492
|
})(ListConnectorsResponse = exports.ListConnectorsResponse || (exports.ListConnectorsResponse = {}));
|
|
721
493
|
var ListCustomPluginsRequest;
|
|
722
494
|
(function (ListCustomPluginsRequest) {
|
|
723
|
-
/**
|
|
724
|
-
* @internal
|
|
725
|
-
*/
|
|
726
495
|
ListCustomPluginsRequest.filterSensitiveLog = (obj) => ({
|
|
727
496
|
...obj,
|
|
728
497
|
});
|
|
729
498
|
})(ListCustomPluginsRequest = exports.ListCustomPluginsRequest || (exports.ListCustomPluginsRequest = {}));
|
|
730
499
|
var ListCustomPluginsResponse;
|
|
731
500
|
(function (ListCustomPluginsResponse) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
501
|
ListCustomPluginsResponse.filterSensitiveLog = (obj) => ({
|
|
736
502
|
...obj,
|
|
737
503
|
});
|
|
738
504
|
})(ListCustomPluginsResponse = exports.ListCustomPluginsResponse || (exports.ListCustomPluginsResponse = {}));
|
|
739
505
|
var ListWorkerConfigurationsRequest;
|
|
740
506
|
(function (ListWorkerConfigurationsRequest) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
507
|
ListWorkerConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
745
508
|
...obj,
|
|
746
509
|
});
|
|
747
510
|
})(ListWorkerConfigurationsRequest = exports.ListWorkerConfigurationsRequest || (exports.ListWorkerConfigurationsRequest = {}));
|
|
748
511
|
var ListWorkerConfigurationsResponse;
|
|
749
512
|
(function (ListWorkerConfigurationsResponse) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
513
|
ListWorkerConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
754
514
|
...obj,
|
|
755
515
|
});
|
|
756
516
|
})(ListWorkerConfigurationsResponse = exports.ListWorkerConfigurationsResponse || (exports.ListWorkerConfigurationsResponse = {}));
|
|
757
517
|
var UpdateConnectorRequest;
|
|
758
518
|
(function (UpdateConnectorRequest) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
519
|
UpdateConnectorRequest.filterSensitiveLog = (obj) => ({
|
|
763
520
|
...obj,
|
|
764
521
|
});
|
|
765
522
|
})(UpdateConnectorRequest = exports.UpdateConnectorRequest || (exports.UpdateConnectorRequest = {}));
|
|
766
523
|
var UpdateConnectorResponse;
|
|
767
524
|
(function (UpdateConnectorResponse) {
|
|
768
|
-
/**
|
|
769
|
-
* @internal
|
|
770
|
-
*/
|
|
771
525
|
UpdateConnectorResponse.filterSensitiveLog = (obj) => ({
|
|
772
526
|
...obj,
|
|
773
527
|
});
|
|
774
528
|
})(UpdateConnectorResponse = exports.UpdateConnectorResponse || (exports.UpdateConnectorResponse = {}));
|
|
775
|
-
//# sourceMappingURL=models_0.js.map
|