@aws-sdk/client-kafka 3.319.0 → 3.321.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.
|
@@ -2951,25 +2951,25 @@ const de___listOfVpcConfig = (output, context) => {
|
|
|
2951
2951
|
const de_BrokerEBSVolumeInfo = (output, context) => {
|
|
2952
2952
|
return (0, smithy_client_1.take)(output, {
|
|
2953
2953
|
KafkaBrokerNodeId: [, smithy_client_1.expectString, `kafkaBrokerNodeId`],
|
|
2954
|
-
ProvisionedThroughput: (_) =>
|
|
2954
|
+
ProvisionedThroughput: [, (_) => de_ProvisionedThroughput(_, context), `provisionedThroughput`],
|
|
2955
2955
|
VolumeSizeGB: [, smithy_client_1.expectInt32, `volumeSizeGB`],
|
|
2956
2956
|
});
|
|
2957
2957
|
};
|
|
2958
2958
|
const de_BrokerLogs = (output, context) => {
|
|
2959
2959
|
return (0, smithy_client_1.take)(output, {
|
|
2960
|
-
CloudWatchLogs: (_) =>
|
|
2961
|
-
Firehose: (_) =>
|
|
2962
|
-
S3: (_) =>
|
|
2960
|
+
CloudWatchLogs: [, (_) => de_CloudWatchLogs(_, context), `cloudWatchLogs`],
|
|
2961
|
+
Firehose: [, (_) => de_Firehose(_, context), `firehose`],
|
|
2962
|
+
S3: [, (_) => de_S3(_, context), `s3`],
|
|
2963
2963
|
});
|
|
2964
2964
|
};
|
|
2965
2965
|
const de_BrokerNodeGroupInfo = (output, context) => {
|
|
2966
2966
|
return (0, smithy_client_1.take)(output, {
|
|
2967
2967
|
BrokerAZDistribution: [, smithy_client_1.expectString, `brokerAZDistribution`],
|
|
2968
2968
|
ClientSubnets: [, smithy_client_1._json, `clientSubnets`],
|
|
2969
|
-
ConnectivityInfo: (_) =>
|
|
2969
|
+
ConnectivityInfo: [, (_) => de_ConnectivityInfo(_, context), `connectivityInfo`],
|
|
2970
2970
|
InstanceType: [, smithy_client_1.expectString, `instanceType`],
|
|
2971
2971
|
SecurityGroups: [, smithy_client_1._json, `securityGroups`],
|
|
2972
|
-
StorageInfo: (_) =>
|
|
2972
|
+
StorageInfo: [, (_) => de_StorageInfo(_, context), `storageInfo`],
|
|
2973
2973
|
});
|
|
2974
2974
|
};
|
|
2975
2975
|
const de_BrokerNodeInfo = (output, context) => {
|
|
@@ -2978,7 +2978,7 @@ const de_BrokerNodeInfo = (output, context) => {
|
|
|
2978
2978
|
BrokerId: [, smithy_client_1.limitedParseDouble, `brokerId`],
|
|
2979
2979
|
ClientSubnet: [, smithy_client_1.expectString, `clientSubnet`],
|
|
2980
2980
|
ClientVpcIpAddress: [, smithy_client_1.expectString, `clientVpcIpAddress`],
|
|
2981
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
2981
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
2982
2982
|
Endpoints: [, smithy_client_1._json, `endpoints`],
|
|
2983
2983
|
});
|
|
2984
2984
|
};
|
|
@@ -2991,9 +2991,9 @@ const de_BrokerSoftwareInfo = (output, context) => {
|
|
|
2991
2991
|
};
|
|
2992
2992
|
const de_ClientAuthentication = (output, context) => {
|
|
2993
2993
|
return (0, smithy_client_1.take)(output, {
|
|
2994
|
-
Sasl: (_) =>
|
|
2995
|
-
Tls: (_) =>
|
|
2996
|
-
Unauthenticated: (_) =>
|
|
2994
|
+
Sasl: [, (_) => de_Sasl(_, context), `sasl`],
|
|
2995
|
+
Tls: [, (_) => de_Tls(_, context), `tls`],
|
|
2996
|
+
Unauthenticated: [, (_) => de_Unauthenticated(_, context), `unauthenticated`],
|
|
2997
2997
|
});
|
|
2998
2998
|
};
|
|
2999
2999
|
const de_CloudWatchLogs = (output, context) => {
|
|
@@ -3008,32 +3008,32 @@ const de_Cluster = (output, context) => {
|
|
|
3008
3008
|
ClusterArn: [, smithy_client_1.expectString, `clusterArn`],
|
|
3009
3009
|
ClusterName: [, smithy_client_1.expectString, `clusterName`],
|
|
3010
3010
|
ClusterType: [, smithy_client_1.expectString, `clusterType`],
|
|
3011
|
-
CreationTime: (_) =>
|
|
3011
|
+
CreationTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationTime`],
|
|
3012
3012
|
CurrentVersion: [, smithy_client_1.expectString, `currentVersion`],
|
|
3013
|
-
Provisioned: (_) =>
|
|
3014
|
-
Serverless: (_) =>
|
|
3013
|
+
Provisioned: [, (_) => de_Provisioned(_, context), `provisioned`],
|
|
3014
|
+
Serverless: [, (_) => de_Serverless(_, context), `serverless`],
|
|
3015
3015
|
State: [, smithy_client_1.expectString, `state`],
|
|
3016
|
-
StateInfo: (_) =>
|
|
3016
|
+
StateInfo: [, (_) => de_StateInfo(_, context), `stateInfo`],
|
|
3017
3017
|
Tags: [, smithy_client_1._json, `tags`],
|
|
3018
3018
|
});
|
|
3019
3019
|
};
|
|
3020
3020
|
const de_ClusterInfo = (output, context) => {
|
|
3021
3021
|
return (0, smithy_client_1.take)(output, {
|
|
3022
3022
|
ActiveOperationArn: [, smithy_client_1.expectString, `activeOperationArn`],
|
|
3023
|
-
BrokerNodeGroupInfo: (_) =>
|
|
3024
|
-
ClientAuthentication: (_) =>
|
|
3023
|
+
BrokerNodeGroupInfo: [, (_) => de_BrokerNodeGroupInfo(_, context), `brokerNodeGroupInfo`],
|
|
3024
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
3025
3025
|
ClusterArn: [, smithy_client_1.expectString, `clusterArn`],
|
|
3026
3026
|
ClusterName: [, smithy_client_1.expectString, `clusterName`],
|
|
3027
|
-
CreationTime: (_) =>
|
|
3028
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
3027
|
+
CreationTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationTime`],
|
|
3028
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
3029
3029
|
CurrentVersion: [, smithy_client_1.expectString, `currentVersion`],
|
|
3030
|
-
EncryptionInfo: (_) =>
|
|
3030
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
3031
3031
|
EnhancedMonitoring: [, smithy_client_1.expectString, `enhancedMonitoring`],
|
|
3032
|
-
LoggingInfo: (_) =>
|
|
3032
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
3033
3033
|
NumberOfBrokerNodes: [, smithy_client_1.expectInt32, `numberOfBrokerNodes`],
|
|
3034
|
-
OpenMonitoring: (_) =>
|
|
3034
|
+
OpenMonitoring: [, (_) => de_OpenMonitoring(_, context), `openMonitoring`],
|
|
3035
3035
|
State: [, smithy_client_1.expectString, `state`],
|
|
3036
|
-
StateInfo: (_) =>
|
|
3036
|
+
StateInfo: [, (_) => de_StateInfo(_, context), `stateInfo`],
|
|
3037
3037
|
StorageMode: [, smithy_client_1.expectString, `storageMode`],
|
|
3038
3038
|
Tags: [, smithy_client_1._json, `tags`],
|
|
3039
3039
|
ZookeeperConnectString: [, smithy_client_1.expectString, `zookeeperConnectString`],
|
|
@@ -3044,20 +3044,20 @@ const de_ClusterOperationInfo = (output, context) => {
|
|
|
3044
3044
|
return (0, smithy_client_1.take)(output, {
|
|
3045
3045
|
ClientRequestId: [, smithy_client_1.expectString, `clientRequestId`],
|
|
3046
3046
|
ClusterArn: [, smithy_client_1.expectString, `clusterArn`],
|
|
3047
|
-
CreationTime: (_) =>
|
|
3048
|
-
EndTime: (_) =>
|
|
3049
|
-
ErrorInfo: (_) =>
|
|
3047
|
+
CreationTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationTime`],
|
|
3048
|
+
EndTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `endTime`],
|
|
3049
|
+
ErrorInfo: [, (_) => de_ErrorInfo(_, context), `errorInfo`],
|
|
3050
3050
|
OperationArn: [, smithy_client_1.expectString, `operationArn`],
|
|
3051
3051
|
OperationState: [, smithy_client_1.expectString, `operationState`],
|
|
3052
|
-
OperationSteps: (_) =>
|
|
3052
|
+
OperationSteps: [, (_) => de___listOfClusterOperationStep(_, context), `operationSteps`],
|
|
3053
3053
|
OperationType: [, smithy_client_1.expectString, `operationType`],
|
|
3054
|
-
SourceClusterInfo: (_) =>
|
|
3055
|
-
TargetClusterInfo: (_) =>
|
|
3054
|
+
SourceClusterInfo: [, (_) => de_MutableClusterInfo(_, context), `sourceClusterInfo`],
|
|
3055
|
+
TargetClusterInfo: [, (_) => de_MutableClusterInfo(_, context), `targetClusterInfo`],
|
|
3056
3056
|
});
|
|
3057
3057
|
};
|
|
3058
3058
|
const de_ClusterOperationStep = (output, context) => {
|
|
3059
3059
|
return (0, smithy_client_1.take)(output, {
|
|
3060
|
-
StepInfo: (_) =>
|
|
3060
|
+
StepInfo: [, (_) => de_ClusterOperationStepInfo(_, context), `stepInfo`],
|
|
3061
3061
|
StepName: [, smithy_client_1.expectString, `stepName`],
|
|
3062
3062
|
});
|
|
3063
3063
|
};
|
|
@@ -3075,10 +3075,10 @@ const de_CompatibleKafkaVersion = (output, context) => {
|
|
|
3075
3075
|
const de_Configuration = (output, context) => {
|
|
3076
3076
|
return (0, smithy_client_1.take)(output, {
|
|
3077
3077
|
Arn: [, smithy_client_1.expectString, `arn`],
|
|
3078
|
-
CreationTime: (_) =>
|
|
3078
|
+
CreationTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationTime`],
|
|
3079
3079
|
Description: [, smithy_client_1.expectString, `description`],
|
|
3080
3080
|
KafkaVersions: [, smithy_client_1._json, `kafkaVersions`],
|
|
3081
|
-
LatestRevision: (_) =>
|
|
3081
|
+
LatestRevision: [, (_) => de_ConfigurationRevision(_, context), `latestRevision`],
|
|
3082
3082
|
Name: [, smithy_client_1.expectString, `name`],
|
|
3083
3083
|
State: [, smithy_client_1.expectString, `state`],
|
|
3084
3084
|
});
|
|
@@ -3091,19 +3091,19 @@ const de_ConfigurationInfo = (output, context) => {
|
|
|
3091
3091
|
};
|
|
3092
3092
|
const de_ConfigurationRevision = (output, context) => {
|
|
3093
3093
|
return (0, smithy_client_1.take)(output, {
|
|
3094
|
-
CreationTime: (_) =>
|
|
3094
|
+
CreationTime: [, (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)), `creationTime`],
|
|
3095
3095
|
Description: [, smithy_client_1.expectString, `description`],
|
|
3096
3096
|
Revision: [, smithy_client_1.expectLong, `revision`],
|
|
3097
3097
|
});
|
|
3098
3098
|
};
|
|
3099
3099
|
const de_ConnectivityInfo = (output, context) => {
|
|
3100
3100
|
return (0, smithy_client_1.take)(output, {
|
|
3101
|
-
PublicAccess: (_) =>
|
|
3101
|
+
PublicAccess: [, (_) => de_PublicAccess(_, context), `publicAccess`],
|
|
3102
3102
|
});
|
|
3103
3103
|
};
|
|
3104
3104
|
const de_EBSStorageInfo = (output, context) => {
|
|
3105
3105
|
return (0, smithy_client_1.take)(output, {
|
|
3106
|
-
ProvisionedThroughput: (_) =>
|
|
3106
|
+
ProvisionedThroughput: [, (_) => de_ProvisionedThroughput(_, context), `provisionedThroughput`],
|
|
3107
3107
|
VolumeSize: [, smithy_client_1.expectInt32, `volumeSize`],
|
|
3108
3108
|
});
|
|
3109
3109
|
};
|
|
@@ -3114,8 +3114,8 @@ const de_EncryptionAtRest = (output, context) => {
|
|
|
3114
3114
|
};
|
|
3115
3115
|
const de_EncryptionInfo = (output, context) => {
|
|
3116
3116
|
return (0, smithy_client_1.take)(output, {
|
|
3117
|
-
EncryptionAtRest: (_) =>
|
|
3118
|
-
EncryptionInTransit: (_) =>
|
|
3117
|
+
EncryptionAtRest: [, (_) => de_EncryptionAtRest(_, context), `encryptionAtRest`],
|
|
3118
|
+
EncryptionInTransit: [, (_) => de_EncryptionInTransit(_, context), `encryptionInTransit`],
|
|
3119
3119
|
});
|
|
3120
3120
|
};
|
|
3121
3121
|
const de_EncryptionInTransit = (output, context) => {
|
|
@@ -3159,22 +3159,22 @@ const de_KafkaVersion = (output, context) => {
|
|
|
3159
3159
|
};
|
|
3160
3160
|
const de_LoggingInfo = (output, context) => {
|
|
3161
3161
|
return (0, smithy_client_1.take)(output, {
|
|
3162
|
-
BrokerLogs: (_) =>
|
|
3162
|
+
BrokerLogs: [, (_) => de_BrokerLogs(_, context), `brokerLogs`],
|
|
3163
3163
|
});
|
|
3164
3164
|
};
|
|
3165
3165
|
const de_MutableClusterInfo = (output, context) => {
|
|
3166
3166
|
return (0, smithy_client_1.take)(output, {
|
|
3167
|
-
BrokerEBSVolumeInfo: (_) =>
|
|
3168
|
-
ClientAuthentication: (_) =>
|
|
3169
|
-
ConfigurationInfo: (_) =>
|
|
3170
|
-
ConnectivityInfo: (_) =>
|
|
3171
|
-
EncryptionInfo: (_) =>
|
|
3167
|
+
BrokerEBSVolumeInfo: [, (_) => de___listOfBrokerEBSVolumeInfo(_, context), `brokerEBSVolumeInfo`],
|
|
3168
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
3169
|
+
ConfigurationInfo: [, (_) => de_ConfigurationInfo(_, context), `configurationInfo`],
|
|
3170
|
+
ConnectivityInfo: [, (_) => de_ConnectivityInfo(_, context), `connectivityInfo`],
|
|
3171
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
3172
3172
|
EnhancedMonitoring: [, smithy_client_1.expectString, `enhancedMonitoring`],
|
|
3173
3173
|
InstanceType: [, smithy_client_1.expectString, `instanceType`],
|
|
3174
3174
|
KafkaVersion: [, smithy_client_1.expectString, `kafkaVersion`],
|
|
3175
|
-
LoggingInfo: (_) =>
|
|
3175
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
3176
3176
|
NumberOfBrokerNodes: [, smithy_client_1.expectInt32, `numberOfBrokerNodes`],
|
|
3177
|
-
OpenMonitoring: (_) =>
|
|
3177
|
+
OpenMonitoring: [, (_) => de_OpenMonitoring(_, context), `openMonitoring`],
|
|
3178
3178
|
StorageMode: [, smithy_client_1.expectString, `storageMode`],
|
|
3179
3179
|
});
|
|
3180
3180
|
};
|
|
@@ -3191,45 +3191,45 @@ const de_NodeExporterInfo = (output, context) => {
|
|
|
3191
3191
|
const de_NodeInfo = (output, context) => {
|
|
3192
3192
|
return (0, smithy_client_1.take)(output, {
|
|
3193
3193
|
AddedToClusterTime: [, smithy_client_1.expectString, `addedToClusterTime`],
|
|
3194
|
-
BrokerNodeInfo: (_) =>
|
|
3194
|
+
BrokerNodeInfo: [, (_) => de_BrokerNodeInfo(_, context), `brokerNodeInfo`],
|
|
3195
3195
|
InstanceType: [, smithy_client_1.expectString, `instanceType`],
|
|
3196
3196
|
NodeARN: [, smithy_client_1.expectString, `nodeARN`],
|
|
3197
3197
|
NodeType: [, smithy_client_1.expectString, `nodeType`],
|
|
3198
|
-
ZookeeperNodeInfo: (_) =>
|
|
3198
|
+
ZookeeperNodeInfo: [, (_) => de_ZookeeperNodeInfo(_, context), `zookeeperNodeInfo`],
|
|
3199
3199
|
});
|
|
3200
3200
|
};
|
|
3201
3201
|
const de_OpenMonitoring = (output, context) => {
|
|
3202
3202
|
return (0, smithy_client_1.take)(output, {
|
|
3203
|
-
Prometheus: (_) =>
|
|
3203
|
+
Prometheus: [, (_) => de_Prometheus(_, context), `prometheus`],
|
|
3204
3204
|
});
|
|
3205
3205
|
};
|
|
3206
3206
|
const de_OpenMonitoringInfo = (output, context) => {
|
|
3207
3207
|
return (0, smithy_client_1.take)(output, {
|
|
3208
|
-
Prometheus: (_) =>
|
|
3208
|
+
Prometheus: [, (_) => de_PrometheusInfo(_, context), `prometheus`],
|
|
3209
3209
|
});
|
|
3210
3210
|
};
|
|
3211
3211
|
const de_Prometheus = (output, context) => {
|
|
3212
3212
|
return (0, smithy_client_1.take)(output, {
|
|
3213
|
-
JmxExporter: (_) =>
|
|
3214
|
-
NodeExporter: (_) =>
|
|
3213
|
+
JmxExporter: [, (_) => de_JmxExporter(_, context), `jmxExporter`],
|
|
3214
|
+
NodeExporter: [, (_) => de_NodeExporter(_, context), `nodeExporter`],
|
|
3215
3215
|
});
|
|
3216
3216
|
};
|
|
3217
3217
|
const de_PrometheusInfo = (output, context) => {
|
|
3218
3218
|
return (0, smithy_client_1.take)(output, {
|
|
3219
|
-
JmxExporter: (_) =>
|
|
3220
|
-
NodeExporter: (_) =>
|
|
3219
|
+
JmxExporter: [, (_) => de_JmxExporterInfo(_, context), `jmxExporter`],
|
|
3220
|
+
NodeExporter: [, (_) => de_NodeExporterInfo(_, context), `nodeExporter`],
|
|
3221
3221
|
});
|
|
3222
3222
|
};
|
|
3223
3223
|
const de_Provisioned = (output, context) => {
|
|
3224
3224
|
return (0, smithy_client_1.take)(output, {
|
|
3225
|
-
BrokerNodeGroupInfo: (_) =>
|
|
3226
|
-
ClientAuthentication: (_) =>
|
|
3227
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
3228
|
-
EncryptionInfo: (_) =>
|
|
3225
|
+
BrokerNodeGroupInfo: [, (_) => de_BrokerNodeGroupInfo(_, context), `brokerNodeGroupInfo`],
|
|
3226
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
3227
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
3228
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
3229
3229
|
EnhancedMonitoring: [, smithy_client_1.expectString, `enhancedMonitoring`],
|
|
3230
|
-
LoggingInfo: (_) =>
|
|
3230
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
3231
3231
|
NumberOfBrokerNodes: [, smithy_client_1.expectInt32, `numberOfBrokerNodes`],
|
|
3232
|
-
OpenMonitoring: (_) =>
|
|
3232
|
+
OpenMonitoring: [, (_) => de_OpenMonitoringInfo(_, context), `openMonitoring`],
|
|
3233
3233
|
StorageMode: [, smithy_client_1.expectString, `storageMode`],
|
|
3234
3234
|
ZookeeperConnectString: [, smithy_client_1.expectString, `zookeeperConnectString`],
|
|
3235
3235
|
ZookeeperConnectStringTls: [, smithy_client_1.expectString, `zookeeperConnectStringTls`],
|
|
@@ -3255,8 +3255,8 @@ const de_S3 = (output, context) => {
|
|
|
3255
3255
|
};
|
|
3256
3256
|
const de_Sasl = (output, context) => {
|
|
3257
3257
|
return (0, smithy_client_1.take)(output, {
|
|
3258
|
-
Iam: (_) =>
|
|
3259
|
-
Scram: (_) =>
|
|
3258
|
+
Iam: [, (_) => de_Iam(_, context), `iam`],
|
|
3259
|
+
Scram: [, (_) => de_Scram(_, context), `scram`],
|
|
3260
3260
|
});
|
|
3261
3261
|
};
|
|
3262
3262
|
const de_Scram = (output, context) => {
|
|
@@ -3266,18 +3266,18 @@ const de_Scram = (output, context) => {
|
|
|
3266
3266
|
};
|
|
3267
3267
|
const de_Serverless = (output, context) => {
|
|
3268
3268
|
return (0, smithy_client_1.take)(output, {
|
|
3269
|
-
ClientAuthentication: (_) =>
|
|
3270
|
-
VpcConfigs: (_) =>
|
|
3269
|
+
ClientAuthentication: [, (_) => de_ServerlessClientAuthentication(_, context), `clientAuthentication`],
|
|
3270
|
+
VpcConfigs: [, (_) => de___listOfVpcConfig(_, context), `vpcConfigs`],
|
|
3271
3271
|
});
|
|
3272
3272
|
};
|
|
3273
3273
|
const de_ServerlessClientAuthentication = (output, context) => {
|
|
3274
3274
|
return (0, smithy_client_1.take)(output, {
|
|
3275
|
-
Sasl: (_) =>
|
|
3275
|
+
Sasl: [, (_) => de_ServerlessSasl(_, context), `sasl`],
|
|
3276
3276
|
});
|
|
3277
3277
|
};
|
|
3278
3278
|
const de_ServerlessSasl = (output, context) => {
|
|
3279
3279
|
return (0, smithy_client_1.take)(output, {
|
|
3280
|
-
Iam: (_) =>
|
|
3280
|
+
Iam: [, (_) => de_Iam(_, context), `iam`],
|
|
3281
3281
|
});
|
|
3282
3282
|
};
|
|
3283
3283
|
const de_StateInfo = (output, context) => {
|
|
@@ -3288,7 +3288,7 @@ const de_StateInfo = (output, context) => {
|
|
|
3288
3288
|
};
|
|
3289
3289
|
const de_StorageInfo = (output, context) => {
|
|
3290
3290
|
return (0, smithy_client_1.take)(output, {
|
|
3291
|
-
EbsStorageInfo: (_) =>
|
|
3291
|
+
EbsStorageInfo: [, (_) => de_EBSStorageInfo(_, context), `ebsStorageInfo`],
|
|
3292
3292
|
});
|
|
3293
3293
|
};
|
|
3294
3294
|
const de_Tls = (output, context) => {
|
|
@@ -2875,25 +2875,25 @@ const de___listOfVpcConfig = (output, context) => {
|
|
|
2875
2875
|
const de_BrokerEBSVolumeInfo = (output, context) => {
|
|
2876
2876
|
return take(output, {
|
|
2877
2877
|
KafkaBrokerNodeId: [, __expectString, `kafkaBrokerNodeId`],
|
|
2878
|
-
ProvisionedThroughput: (_) =>
|
|
2878
|
+
ProvisionedThroughput: [, (_) => de_ProvisionedThroughput(_, context), `provisionedThroughput`],
|
|
2879
2879
|
VolumeSizeGB: [, __expectInt32, `volumeSizeGB`],
|
|
2880
2880
|
});
|
|
2881
2881
|
};
|
|
2882
2882
|
const de_BrokerLogs = (output, context) => {
|
|
2883
2883
|
return take(output, {
|
|
2884
|
-
CloudWatchLogs: (_) =>
|
|
2885
|
-
Firehose: (_) =>
|
|
2886
|
-
S3: (_) =>
|
|
2884
|
+
CloudWatchLogs: [, (_) => de_CloudWatchLogs(_, context), `cloudWatchLogs`],
|
|
2885
|
+
Firehose: [, (_) => de_Firehose(_, context), `firehose`],
|
|
2886
|
+
S3: [, (_) => de_S3(_, context), `s3`],
|
|
2887
2887
|
});
|
|
2888
2888
|
};
|
|
2889
2889
|
const de_BrokerNodeGroupInfo = (output, context) => {
|
|
2890
2890
|
return take(output, {
|
|
2891
2891
|
BrokerAZDistribution: [, __expectString, `brokerAZDistribution`],
|
|
2892
2892
|
ClientSubnets: [, _json, `clientSubnets`],
|
|
2893
|
-
ConnectivityInfo: (_) =>
|
|
2893
|
+
ConnectivityInfo: [, (_) => de_ConnectivityInfo(_, context), `connectivityInfo`],
|
|
2894
2894
|
InstanceType: [, __expectString, `instanceType`],
|
|
2895
2895
|
SecurityGroups: [, _json, `securityGroups`],
|
|
2896
|
-
StorageInfo: (_) =>
|
|
2896
|
+
StorageInfo: [, (_) => de_StorageInfo(_, context), `storageInfo`],
|
|
2897
2897
|
});
|
|
2898
2898
|
};
|
|
2899
2899
|
const de_BrokerNodeInfo = (output, context) => {
|
|
@@ -2902,7 +2902,7 @@ const de_BrokerNodeInfo = (output, context) => {
|
|
|
2902
2902
|
BrokerId: [, __limitedParseDouble, `brokerId`],
|
|
2903
2903
|
ClientSubnet: [, __expectString, `clientSubnet`],
|
|
2904
2904
|
ClientVpcIpAddress: [, __expectString, `clientVpcIpAddress`],
|
|
2905
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
2905
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
2906
2906
|
Endpoints: [, _json, `endpoints`],
|
|
2907
2907
|
});
|
|
2908
2908
|
};
|
|
@@ -2915,9 +2915,9 @@ const de_BrokerSoftwareInfo = (output, context) => {
|
|
|
2915
2915
|
};
|
|
2916
2916
|
const de_ClientAuthentication = (output, context) => {
|
|
2917
2917
|
return take(output, {
|
|
2918
|
-
Sasl: (_) =>
|
|
2919
|
-
Tls: (_) =>
|
|
2920
|
-
Unauthenticated: (_) =>
|
|
2918
|
+
Sasl: [, (_) => de_Sasl(_, context), `sasl`],
|
|
2919
|
+
Tls: [, (_) => de_Tls(_, context), `tls`],
|
|
2920
|
+
Unauthenticated: [, (_) => de_Unauthenticated(_, context), `unauthenticated`],
|
|
2921
2921
|
});
|
|
2922
2922
|
};
|
|
2923
2923
|
const de_CloudWatchLogs = (output, context) => {
|
|
@@ -2932,32 +2932,32 @@ const de_Cluster = (output, context) => {
|
|
|
2932
2932
|
ClusterArn: [, __expectString, `clusterArn`],
|
|
2933
2933
|
ClusterName: [, __expectString, `clusterName`],
|
|
2934
2934
|
ClusterType: [, __expectString, `clusterType`],
|
|
2935
|
-
CreationTime: (_) =>
|
|
2935
|
+
CreationTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `creationTime`],
|
|
2936
2936
|
CurrentVersion: [, __expectString, `currentVersion`],
|
|
2937
|
-
Provisioned: (_) =>
|
|
2938
|
-
Serverless: (_) =>
|
|
2937
|
+
Provisioned: [, (_) => de_Provisioned(_, context), `provisioned`],
|
|
2938
|
+
Serverless: [, (_) => de_Serverless(_, context), `serverless`],
|
|
2939
2939
|
State: [, __expectString, `state`],
|
|
2940
|
-
StateInfo: (_) =>
|
|
2940
|
+
StateInfo: [, (_) => de_StateInfo(_, context), `stateInfo`],
|
|
2941
2941
|
Tags: [, _json, `tags`],
|
|
2942
2942
|
});
|
|
2943
2943
|
};
|
|
2944
2944
|
const de_ClusterInfo = (output, context) => {
|
|
2945
2945
|
return take(output, {
|
|
2946
2946
|
ActiveOperationArn: [, __expectString, `activeOperationArn`],
|
|
2947
|
-
BrokerNodeGroupInfo: (_) =>
|
|
2948
|
-
ClientAuthentication: (_) =>
|
|
2947
|
+
BrokerNodeGroupInfo: [, (_) => de_BrokerNodeGroupInfo(_, context), `brokerNodeGroupInfo`],
|
|
2948
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
2949
2949
|
ClusterArn: [, __expectString, `clusterArn`],
|
|
2950
2950
|
ClusterName: [, __expectString, `clusterName`],
|
|
2951
|
-
CreationTime: (_) =>
|
|
2952
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
2951
|
+
CreationTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `creationTime`],
|
|
2952
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
2953
2953
|
CurrentVersion: [, __expectString, `currentVersion`],
|
|
2954
|
-
EncryptionInfo: (_) =>
|
|
2954
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
2955
2955
|
EnhancedMonitoring: [, __expectString, `enhancedMonitoring`],
|
|
2956
|
-
LoggingInfo: (_) =>
|
|
2956
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
2957
2957
|
NumberOfBrokerNodes: [, __expectInt32, `numberOfBrokerNodes`],
|
|
2958
|
-
OpenMonitoring: (_) =>
|
|
2958
|
+
OpenMonitoring: [, (_) => de_OpenMonitoring(_, context), `openMonitoring`],
|
|
2959
2959
|
State: [, __expectString, `state`],
|
|
2960
|
-
StateInfo: (_) =>
|
|
2960
|
+
StateInfo: [, (_) => de_StateInfo(_, context), `stateInfo`],
|
|
2961
2961
|
StorageMode: [, __expectString, `storageMode`],
|
|
2962
2962
|
Tags: [, _json, `tags`],
|
|
2963
2963
|
ZookeeperConnectString: [, __expectString, `zookeeperConnectString`],
|
|
@@ -2968,20 +2968,20 @@ const de_ClusterOperationInfo = (output, context) => {
|
|
|
2968
2968
|
return take(output, {
|
|
2969
2969
|
ClientRequestId: [, __expectString, `clientRequestId`],
|
|
2970
2970
|
ClusterArn: [, __expectString, `clusterArn`],
|
|
2971
|
-
CreationTime: (_) =>
|
|
2972
|
-
EndTime: (_) =>
|
|
2973
|
-
ErrorInfo: (_) =>
|
|
2971
|
+
CreationTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `creationTime`],
|
|
2972
|
+
EndTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `endTime`],
|
|
2973
|
+
ErrorInfo: [, (_) => de_ErrorInfo(_, context), `errorInfo`],
|
|
2974
2974
|
OperationArn: [, __expectString, `operationArn`],
|
|
2975
2975
|
OperationState: [, __expectString, `operationState`],
|
|
2976
|
-
OperationSteps: (_) =>
|
|
2976
|
+
OperationSteps: [, (_) => de___listOfClusterOperationStep(_, context), `operationSteps`],
|
|
2977
2977
|
OperationType: [, __expectString, `operationType`],
|
|
2978
|
-
SourceClusterInfo: (_) =>
|
|
2979
|
-
TargetClusterInfo: (_) =>
|
|
2978
|
+
SourceClusterInfo: [, (_) => de_MutableClusterInfo(_, context), `sourceClusterInfo`],
|
|
2979
|
+
TargetClusterInfo: [, (_) => de_MutableClusterInfo(_, context), `targetClusterInfo`],
|
|
2980
2980
|
});
|
|
2981
2981
|
};
|
|
2982
2982
|
const de_ClusterOperationStep = (output, context) => {
|
|
2983
2983
|
return take(output, {
|
|
2984
|
-
StepInfo: (_) =>
|
|
2984
|
+
StepInfo: [, (_) => de_ClusterOperationStepInfo(_, context), `stepInfo`],
|
|
2985
2985
|
StepName: [, __expectString, `stepName`],
|
|
2986
2986
|
});
|
|
2987
2987
|
};
|
|
@@ -2999,10 +2999,10 @@ const de_CompatibleKafkaVersion = (output, context) => {
|
|
|
2999
2999
|
const de_Configuration = (output, context) => {
|
|
3000
3000
|
return take(output, {
|
|
3001
3001
|
Arn: [, __expectString, `arn`],
|
|
3002
|
-
CreationTime: (_) =>
|
|
3002
|
+
CreationTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `creationTime`],
|
|
3003
3003
|
Description: [, __expectString, `description`],
|
|
3004
3004
|
KafkaVersions: [, _json, `kafkaVersions`],
|
|
3005
|
-
LatestRevision: (_) =>
|
|
3005
|
+
LatestRevision: [, (_) => de_ConfigurationRevision(_, context), `latestRevision`],
|
|
3006
3006
|
Name: [, __expectString, `name`],
|
|
3007
3007
|
State: [, __expectString, `state`],
|
|
3008
3008
|
});
|
|
@@ -3015,19 +3015,19 @@ const de_ConfigurationInfo = (output, context) => {
|
|
|
3015
3015
|
};
|
|
3016
3016
|
const de_ConfigurationRevision = (output, context) => {
|
|
3017
3017
|
return take(output, {
|
|
3018
|
-
CreationTime: (_) =>
|
|
3018
|
+
CreationTime: [, (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)), `creationTime`],
|
|
3019
3019
|
Description: [, __expectString, `description`],
|
|
3020
3020
|
Revision: [, __expectLong, `revision`],
|
|
3021
3021
|
});
|
|
3022
3022
|
};
|
|
3023
3023
|
const de_ConnectivityInfo = (output, context) => {
|
|
3024
3024
|
return take(output, {
|
|
3025
|
-
PublicAccess: (_) =>
|
|
3025
|
+
PublicAccess: [, (_) => de_PublicAccess(_, context), `publicAccess`],
|
|
3026
3026
|
});
|
|
3027
3027
|
};
|
|
3028
3028
|
const de_EBSStorageInfo = (output, context) => {
|
|
3029
3029
|
return take(output, {
|
|
3030
|
-
ProvisionedThroughput: (_) =>
|
|
3030
|
+
ProvisionedThroughput: [, (_) => de_ProvisionedThroughput(_, context), `provisionedThroughput`],
|
|
3031
3031
|
VolumeSize: [, __expectInt32, `volumeSize`],
|
|
3032
3032
|
});
|
|
3033
3033
|
};
|
|
@@ -3038,8 +3038,8 @@ const de_EncryptionAtRest = (output, context) => {
|
|
|
3038
3038
|
};
|
|
3039
3039
|
const de_EncryptionInfo = (output, context) => {
|
|
3040
3040
|
return take(output, {
|
|
3041
|
-
EncryptionAtRest: (_) =>
|
|
3042
|
-
EncryptionInTransit: (_) =>
|
|
3041
|
+
EncryptionAtRest: [, (_) => de_EncryptionAtRest(_, context), `encryptionAtRest`],
|
|
3042
|
+
EncryptionInTransit: [, (_) => de_EncryptionInTransit(_, context), `encryptionInTransit`],
|
|
3043
3043
|
});
|
|
3044
3044
|
};
|
|
3045
3045
|
const de_EncryptionInTransit = (output, context) => {
|
|
@@ -3083,22 +3083,22 @@ const de_KafkaVersion = (output, context) => {
|
|
|
3083
3083
|
};
|
|
3084
3084
|
const de_LoggingInfo = (output, context) => {
|
|
3085
3085
|
return take(output, {
|
|
3086
|
-
BrokerLogs: (_) =>
|
|
3086
|
+
BrokerLogs: [, (_) => de_BrokerLogs(_, context), `brokerLogs`],
|
|
3087
3087
|
});
|
|
3088
3088
|
};
|
|
3089
3089
|
const de_MutableClusterInfo = (output, context) => {
|
|
3090
3090
|
return take(output, {
|
|
3091
|
-
BrokerEBSVolumeInfo: (_) =>
|
|
3092
|
-
ClientAuthentication: (_) =>
|
|
3093
|
-
ConfigurationInfo: (_) =>
|
|
3094
|
-
ConnectivityInfo: (_) =>
|
|
3095
|
-
EncryptionInfo: (_) =>
|
|
3091
|
+
BrokerEBSVolumeInfo: [, (_) => de___listOfBrokerEBSVolumeInfo(_, context), `brokerEBSVolumeInfo`],
|
|
3092
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
3093
|
+
ConfigurationInfo: [, (_) => de_ConfigurationInfo(_, context), `configurationInfo`],
|
|
3094
|
+
ConnectivityInfo: [, (_) => de_ConnectivityInfo(_, context), `connectivityInfo`],
|
|
3095
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
3096
3096
|
EnhancedMonitoring: [, __expectString, `enhancedMonitoring`],
|
|
3097
3097
|
InstanceType: [, __expectString, `instanceType`],
|
|
3098
3098
|
KafkaVersion: [, __expectString, `kafkaVersion`],
|
|
3099
|
-
LoggingInfo: (_) =>
|
|
3099
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
3100
3100
|
NumberOfBrokerNodes: [, __expectInt32, `numberOfBrokerNodes`],
|
|
3101
|
-
OpenMonitoring: (_) =>
|
|
3101
|
+
OpenMonitoring: [, (_) => de_OpenMonitoring(_, context), `openMonitoring`],
|
|
3102
3102
|
StorageMode: [, __expectString, `storageMode`],
|
|
3103
3103
|
});
|
|
3104
3104
|
};
|
|
@@ -3115,45 +3115,45 @@ const de_NodeExporterInfo = (output, context) => {
|
|
|
3115
3115
|
const de_NodeInfo = (output, context) => {
|
|
3116
3116
|
return take(output, {
|
|
3117
3117
|
AddedToClusterTime: [, __expectString, `addedToClusterTime`],
|
|
3118
|
-
BrokerNodeInfo: (_) =>
|
|
3118
|
+
BrokerNodeInfo: [, (_) => de_BrokerNodeInfo(_, context), `brokerNodeInfo`],
|
|
3119
3119
|
InstanceType: [, __expectString, `instanceType`],
|
|
3120
3120
|
NodeARN: [, __expectString, `nodeARN`],
|
|
3121
3121
|
NodeType: [, __expectString, `nodeType`],
|
|
3122
|
-
ZookeeperNodeInfo: (_) =>
|
|
3122
|
+
ZookeeperNodeInfo: [, (_) => de_ZookeeperNodeInfo(_, context), `zookeeperNodeInfo`],
|
|
3123
3123
|
});
|
|
3124
3124
|
};
|
|
3125
3125
|
const de_OpenMonitoring = (output, context) => {
|
|
3126
3126
|
return take(output, {
|
|
3127
|
-
Prometheus: (_) =>
|
|
3127
|
+
Prometheus: [, (_) => de_Prometheus(_, context), `prometheus`],
|
|
3128
3128
|
});
|
|
3129
3129
|
};
|
|
3130
3130
|
const de_OpenMonitoringInfo = (output, context) => {
|
|
3131
3131
|
return take(output, {
|
|
3132
|
-
Prometheus: (_) =>
|
|
3132
|
+
Prometheus: [, (_) => de_PrometheusInfo(_, context), `prometheus`],
|
|
3133
3133
|
});
|
|
3134
3134
|
};
|
|
3135
3135
|
const de_Prometheus = (output, context) => {
|
|
3136
3136
|
return take(output, {
|
|
3137
|
-
JmxExporter: (_) =>
|
|
3138
|
-
NodeExporter: (_) =>
|
|
3137
|
+
JmxExporter: [, (_) => de_JmxExporter(_, context), `jmxExporter`],
|
|
3138
|
+
NodeExporter: [, (_) => de_NodeExporter(_, context), `nodeExporter`],
|
|
3139
3139
|
});
|
|
3140
3140
|
};
|
|
3141
3141
|
const de_PrometheusInfo = (output, context) => {
|
|
3142
3142
|
return take(output, {
|
|
3143
|
-
JmxExporter: (_) =>
|
|
3144
|
-
NodeExporter: (_) =>
|
|
3143
|
+
JmxExporter: [, (_) => de_JmxExporterInfo(_, context), `jmxExporter`],
|
|
3144
|
+
NodeExporter: [, (_) => de_NodeExporterInfo(_, context), `nodeExporter`],
|
|
3145
3145
|
});
|
|
3146
3146
|
};
|
|
3147
3147
|
const de_Provisioned = (output, context) => {
|
|
3148
3148
|
return take(output, {
|
|
3149
|
-
BrokerNodeGroupInfo: (_) =>
|
|
3150
|
-
ClientAuthentication: (_) =>
|
|
3151
|
-
CurrentBrokerSoftwareInfo: (_) =>
|
|
3152
|
-
EncryptionInfo: (_) =>
|
|
3149
|
+
BrokerNodeGroupInfo: [, (_) => de_BrokerNodeGroupInfo(_, context), `brokerNodeGroupInfo`],
|
|
3150
|
+
ClientAuthentication: [, (_) => de_ClientAuthentication(_, context), `clientAuthentication`],
|
|
3151
|
+
CurrentBrokerSoftwareInfo: [, (_) => de_BrokerSoftwareInfo(_, context), `currentBrokerSoftwareInfo`],
|
|
3152
|
+
EncryptionInfo: [, (_) => de_EncryptionInfo(_, context), `encryptionInfo`],
|
|
3153
3153
|
EnhancedMonitoring: [, __expectString, `enhancedMonitoring`],
|
|
3154
|
-
LoggingInfo: (_) =>
|
|
3154
|
+
LoggingInfo: [, (_) => de_LoggingInfo(_, context), `loggingInfo`],
|
|
3155
3155
|
NumberOfBrokerNodes: [, __expectInt32, `numberOfBrokerNodes`],
|
|
3156
|
-
OpenMonitoring: (_) =>
|
|
3156
|
+
OpenMonitoring: [, (_) => de_OpenMonitoringInfo(_, context), `openMonitoring`],
|
|
3157
3157
|
StorageMode: [, __expectString, `storageMode`],
|
|
3158
3158
|
ZookeeperConnectString: [, __expectString, `zookeeperConnectString`],
|
|
3159
3159
|
ZookeeperConnectStringTls: [, __expectString, `zookeeperConnectStringTls`],
|
|
@@ -3179,8 +3179,8 @@ const de_S3 = (output, context) => {
|
|
|
3179
3179
|
};
|
|
3180
3180
|
const de_Sasl = (output, context) => {
|
|
3181
3181
|
return take(output, {
|
|
3182
|
-
Iam: (_) =>
|
|
3183
|
-
Scram: (_) =>
|
|
3182
|
+
Iam: [, (_) => de_Iam(_, context), `iam`],
|
|
3183
|
+
Scram: [, (_) => de_Scram(_, context), `scram`],
|
|
3184
3184
|
});
|
|
3185
3185
|
};
|
|
3186
3186
|
const de_Scram = (output, context) => {
|
|
@@ -3190,18 +3190,18 @@ const de_Scram = (output, context) => {
|
|
|
3190
3190
|
};
|
|
3191
3191
|
const de_Serverless = (output, context) => {
|
|
3192
3192
|
return take(output, {
|
|
3193
|
-
ClientAuthentication: (_) =>
|
|
3194
|
-
VpcConfigs: (_) =>
|
|
3193
|
+
ClientAuthentication: [, (_) => de_ServerlessClientAuthentication(_, context), `clientAuthentication`],
|
|
3194
|
+
VpcConfigs: [, (_) => de___listOfVpcConfig(_, context), `vpcConfigs`],
|
|
3195
3195
|
});
|
|
3196
3196
|
};
|
|
3197
3197
|
const de_ServerlessClientAuthentication = (output, context) => {
|
|
3198
3198
|
return take(output, {
|
|
3199
|
-
Sasl: (_) =>
|
|
3199
|
+
Sasl: [, (_) => de_ServerlessSasl(_, context), `sasl`],
|
|
3200
3200
|
});
|
|
3201
3201
|
};
|
|
3202
3202
|
const de_ServerlessSasl = (output, context) => {
|
|
3203
3203
|
return take(output, {
|
|
3204
|
-
Iam: (_) =>
|
|
3204
|
+
Iam: [, (_) => de_Iam(_, context), `iam`],
|
|
3205
3205
|
});
|
|
3206
3206
|
};
|
|
3207
3207
|
const de_StateInfo = (output, context) => {
|
|
@@ -3212,7 +3212,7 @@ const de_StateInfo = (output, context) => {
|
|
|
3212
3212
|
};
|
|
3213
3213
|
const de_StorageInfo = (output, context) => {
|
|
3214
3214
|
return take(output, {
|
|
3215
|
-
EbsStorageInfo: (_) =>
|
|
3215
|
+
EbsStorageInfo: [, (_) => de_EBSStorageInfo(_, context), `ebsStorageInfo`],
|
|
3216
3216
|
});
|
|
3217
3217
|
};
|
|
3218
3218
|
const de_Tls = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafka",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.321.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.321.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.321.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.316.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|