@@ -152,6 +152,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
152
152
* IncludeControlDetails: true || false,
153
153
* IncludeNullAndEmpty: true || false,
154
154
* NoHexPrefix: true || false,
155
+ * UseLargeIntegerValue: true || false,
155
156
* },
156
157
* KafkaSettings: { // KafkaSettings
157
158
* Broker: "STRING_VALUE",
@@ -174,6 +175,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
174
175
* NoHexPrefix: true || false,
175
176
* SaslMechanism: "scram-sha-512" || "plain",
176
177
* SslEndpointIdentificationAlgorithm: "none" || "https",
178
+ * UseLargeIntegerValue: true || false,
177
179
* },
178
180
* ElasticsearchSettings: { // ElasticsearchSettings
179
181
* ServiceAccessRoleArn: "STRING_VALUE", // required
@@ -249,6 +251,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
249
251
* MapLongVarcharAs: "wstring" || "clob" || "nclob",
250
252
* DatabaseMode: "default" || "babelfish",
251
253
* BabelfishDatabaseName: "STRING_VALUE",
254
+ * DisableUnicodeSourceFilter: true || false,
252
255
* },
253
256
* MySQLSettings: { // MySQLSettings
254
257
* AfterConnectScript: "STRING_VALUE",
@@ -313,6 +316,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
313
316
* TrimSpaceInChar: true || false,
314
317
* ConvertTimestampWithZoneToUTC: true || false,
315
318
* OpenTransactionWindow: Number("int"),
319
+ * AuthenticationMethod: "password" || "kerberos",
316
320
* },
317
321
* SybaseSettings: { // SybaseSettings
318
322
* DatabaseName: "STRING_VALUE",
@@ -341,6 +345,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
341
345
* TrimSpaceInChar: true || false,
342
346
* TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
343
347
* ForceLobLookup: true || false,
348
+ * AuthenticationMethod: "password" || "kerberos",
344
349
* },
345
350
* IBMDb2Settings: { // IBMDb2Settings
346
351
* DatabaseName: "STRING_VALUE",
@@ -507,6 +512,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
507
512
* // IncludeControlDetails: true || false,
508
513
* // IncludeNullAndEmpty: true || false,
509
514
* // NoHexPrefix: true || false,
515
+ * // UseLargeIntegerValue: true || false,
510
516
* // },
511
517
* // KafkaSettings: { // KafkaSettings
512
518
* // Broker: "STRING_VALUE",
@@ -529,6 +535,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
529
535
* // NoHexPrefix: true || false,
530
536
* // SaslMechanism: "scram-sha-512" || "plain",
531
537
* // SslEndpointIdentificationAlgorithm: "none" || "https",
538
+ * // UseLargeIntegerValue: true || false,
532
539
* // },
533
540
* // ElasticsearchSettings: { // ElasticsearchSettings
534
541
* // ServiceAccessRoleArn: "STRING_VALUE", // required
@@ -604,6 +611,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
604
611
* // MapLongVarcharAs: "wstring" || "clob" || "nclob",
605
612
* // DatabaseMode: "default" || "babelfish",
606
613
* // BabelfishDatabaseName: "STRING_VALUE",
614
+ * // DisableUnicodeSourceFilter: true || false,
607
615
* // },
608
616
* // MySQLSettings: { // MySQLSettings
609
617
* // AfterConnectScript: "STRING_VALUE",
@@ -668,6 +676,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
668
676
* // TrimSpaceInChar: true || false,
669
677
* // ConvertTimestampWithZoneToUTC: true || false,
670
678
* // OpenTransactionWindow: Number("int"),
679
+ * // AuthenticationMethod: "password" || "kerberos",
671
680
* // },
672
681
* // SybaseSettings: { // SybaseSettings
673
682
* // DatabaseName: "STRING_VALUE",
@@ -696,6 +705,7 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
696
705
* // TrimSpaceInChar: true || false,
697
706
* // TlogAccessMode: "BackupOnly" || "PreferBackup" || "PreferTlog" || "TlogOnly",
698
707
* // ForceLobLookup: true || false,
708
+ * // AuthenticationMethod: "password" || "kerberos",
699
709
* // },
700
710
* // IBMDb2Settings: { // IBMDb2Settings
701
711
* // DatabaseName: "STRING_VALUE",
0 commit comments