@aws-sdk/client-keyspaces 3.588.0 → 3.592.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist-cjs/index.js +0 -14
  2. package/dist-types/KeyspacesClient.d.ts +4 -4
  3. package/dist-types/commands/CreateKeyspaceCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateTableCommand.d.ts +2 -1
  5. package/dist-types/commands/DeleteKeyspaceCommand.d.ts +2 -1
  6. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  7. package/dist-types/commands/GetKeyspaceCommand.d.ts +2 -1
  8. package/dist-types/commands/GetTableAutoScalingSettingsCommand.d.ts +2 -1
  9. package/dist-types/commands/GetTableCommand.d.ts +2 -1
  10. package/dist-types/commands/ListKeyspacesCommand.d.ts +2 -1
  11. package/dist-types/commands/ListTablesCommand.d.ts +2 -1
  12. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/RestoreTableCommand.d.ts +2 -1
  14. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  16. package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
  17. package/dist-types/index.d.ts +2 -2
  18. package/dist-types/models/KeyspacesServiceException.d.ts +2 -1
  19. package/dist-types/runtimeConfig.native.d.ts +1 -1
  20. package/dist-types/ts3.4/KeyspacesClient.d.ts +1 -1
  21. package/dist-types/ts3.4/commands/CreateKeyspaceCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/DeleteKeyspaceCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/GetKeyspaceCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/commands/GetTableAutoScalingSettingsCommand.d.ts +2 -1
  27. package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListKeyspacesCommand.d.ts +2 -1
  29. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
  30. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/ts3.4/commands/RestoreTableCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/models/KeyspacesServiceException.d.ts +2 -1
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  37. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -209,7 +209,6 @@ var KeyspacesClient = _KeyspacesClient;
209
209
 
210
210
  var import_middleware_serde = require("@smithy/middleware-serde");
211
211
 
212
- var import_types = require("@smithy/types");
213
212
 
214
213
  // src/protocols/Aws_json1_0.ts
215
214
  var import_core2 = require("@aws-sdk/core");
@@ -954,7 +953,6 @@ var CreateKeyspaceCommand = _CreateKeyspaceCommand;
954
953
 
955
954
 
956
955
 
957
-
958
956
  var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
959
957
  ...commonParams
960
958
  }).m(function(Command, cs, config, o) {
@@ -971,7 +969,6 @@ var CreateTableCommand = _CreateTableCommand;
971
969
 
972
970
 
973
971
 
974
-
975
972
  var _DeleteKeyspaceCommand = class _DeleteKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
976
973
  ...commonParams
977
974
  }).m(function(Command, cs, config, o) {
@@ -988,7 +985,6 @@ var DeleteKeyspaceCommand = _DeleteKeyspaceCommand;
988
985
 
989
986
 
990
987
 
991
-
992
988
  var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
993
989
  ...commonParams
994
990
  }).m(function(Command, cs, config, o) {
@@ -1005,7 +1001,6 @@ var DeleteTableCommand = _DeleteTableCommand;
1005
1001
 
1006
1002
 
1007
1003
 
1008
-
1009
1004
  var _GetKeyspaceCommand = class _GetKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
1010
1005
  ...commonParams
1011
1006
  }).m(function(Command, cs, config, o) {
@@ -1022,7 +1017,6 @@ var GetKeyspaceCommand = _GetKeyspaceCommand;
1022
1017
 
1023
1018
 
1024
1019
 
1025
-
1026
1020
  var _GetTableAutoScalingSettingsCommand = class _GetTableAutoScalingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
1027
1021
  ...commonParams
1028
1022
  }).m(function(Command, cs, config, o) {
@@ -1039,7 +1033,6 @@ var GetTableAutoScalingSettingsCommand = _GetTableAutoScalingSettingsCommand;
1039
1033
 
1040
1034
 
1041
1035
 
1042
-
1043
1036
  var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
1044
1037
  ...commonParams
1045
1038
  }).m(function(Command, cs, config, o) {
@@ -1056,7 +1049,6 @@ var GetTableCommand = _GetTableCommand;
1056
1049
 
1057
1050
 
1058
1051
 
1059
-
1060
1052
  var _ListKeyspacesCommand = class _ListKeyspacesCommand extends import_smithy_client.Command.classBuilder().ep({
1061
1053
  ...commonParams
1062
1054
  }).m(function(Command, cs, config, o) {
@@ -1073,7 +1065,6 @@ var ListKeyspacesCommand = _ListKeyspacesCommand;
1073
1065
 
1074
1066
 
1075
1067
 
1076
-
1077
1068
  var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
1078
1069
  ...commonParams
1079
1070
  }).m(function(Command, cs, config, o) {
@@ -1090,7 +1081,6 @@ var ListTablesCommand = _ListTablesCommand;
1090
1081
 
1091
1082
 
1092
1083
 
1093
-
1094
1084
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1095
1085
  ...commonParams
1096
1086
  }).m(function(Command, cs, config, o) {
@@ -1107,7 +1097,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1107
1097
 
1108
1098
 
1109
1099
 
1110
-
1111
1100
  var _RestoreTableCommand = class _RestoreTableCommand extends import_smithy_client.Command.classBuilder().ep({
1112
1101
  ...commonParams
1113
1102
  }).m(function(Command, cs, config, o) {
@@ -1124,7 +1113,6 @@ var RestoreTableCommand = _RestoreTableCommand;
1124
1113
 
1125
1114
 
1126
1115
 
1127
-
1128
1116
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1129
1117
  ...commonParams
1130
1118
  }).m(function(Command, cs, config, o) {
@@ -1141,7 +1129,6 @@ var TagResourceCommand = _TagResourceCommand;
1141
1129
 
1142
1130
 
1143
1131
 
1144
-
1145
1132
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1146
1133
  ...commonParams
1147
1134
  }).m(function(Command, cs, config, o) {
@@ -1158,7 +1145,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1158
1145
 
1159
1146
 
1160
1147
 
1161
-
1162
1148
  var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
1163
1149
  ...commonParams
1164
1150
  }).m(function(Command, cs, config, o) {
@@ -104,15 +104,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
104
104
  * Enables FIPS compatible endpoints.
105
105
  */
106
106
  useFipsEndpoint?: boolean | __Provider<boolean>;
107
+ /**
108
+ * The AWS region to which this client will send requests
109
+ */
110
+ region?: string | __Provider<string>;
107
111
  /**
108
112
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
109
113
  * @internal
110
114
  */
111
115
  defaultUserAgentProvider?: Provider<__UserAgent>;
112
- /**
113
- * The AWS region to which this client will send requests
114
- */
115
- region?: string | __Provider<string>;
116
116
  /**
117
117
  * Default credentials provider; Not available in browser runtime.
118
118
  * @deprecated
@@ -5,7 +5,8 @@ import { CreateKeyspaceRequest, CreateKeyspaceResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteKeyspaceRequest, DeleteKeyspaceResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTableRequest, DeleteTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetKeyspaceRequest, GetKeyspaceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTableAutoScalingSettingsRequest, GetTableAutoScalingSettingsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetTableRequest, GetTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListKeyspacesRequest, ListKeyspacesResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RestoreTableRequest, RestoreTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -19,8 +19,8 @@
19
19
  export * from "./KeyspacesClient";
20
20
  export * from "./Keyspaces";
21
21
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
22
- export { RuntimeExtension } from "./runtimeExtensions";
23
- export { KeyspacesExtensionConfiguration } from "./extensionConfiguration";
22
+ export type { RuntimeExtension } from "./runtimeExtensions";
23
+ export type { KeyspacesExtensionConfiguration } from "./extensionConfiguration";
24
24
  export * from "./commands";
25
25
  export * from "./pagination";
26
26
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -154,8 +154,8 @@ export interface ClientDefaults
154
154
  serviceId?: string;
155
155
  useDualstackEndpoint?: boolean | __Provider<boolean>;
156
156
  useFipsEndpoint?: boolean | __Provider<boolean>;
157
- defaultUserAgentProvider?: Provider<__UserAgent>;
158
157
  region?: string | __Provider<string>;
158
+ defaultUserAgentProvider?: Provider<__UserAgent>;
159
159
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
160
160
  maxAttempts?: number | __Provider<number>;
161
161
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  CreateKeyspaceRequest,
10
10
  CreateKeyspaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateKeyspaceCommandInput extends CreateKeyspaceRequest {}
14
15
  export interface CreateKeyspaceCommandOutput
15
16
  extends CreateKeyspaceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { CreateTableRequest, CreateTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateTableCommandInput extends CreateTableRequest {}
11
12
  export interface CreateTableCommandOutput
12
13
  extends CreateTableResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteKeyspaceRequest,
10
10
  DeleteKeyspaceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteKeyspaceCommandInput extends DeleteKeyspaceRequest {}
14
15
  export interface DeleteKeyspaceCommandOutput
15
16
  extends DeleteKeyspaceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { DeleteTableRequest, DeleteTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteTableCommandInput extends DeleteTableRequest {}
11
12
  export interface DeleteTableCommandOutput
12
13
  extends DeleteTableResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { GetKeyspaceRequest, GetKeyspaceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetKeyspaceCommandInput extends GetKeyspaceRequest {}
11
12
  export interface GetKeyspaceCommandOutput
12
13
  extends GetKeyspaceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetTableAutoScalingSettingsRequest,
10
10
  GetTableAutoScalingSettingsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetTableAutoScalingSettingsCommandInput
14
15
  extends GetTableAutoScalingSettingsRequest {}
15
16
  export interface GetTableAutoScalingSettingsCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { GetTableRequest, GetTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetTableCommandInput extends GetTableRequest {}
11
12
  export interface GetTableCommandOutput
12
13
  extends GetTableResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListKeyspacesRequest,
10
10
  ListKeyspacesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListKeyspacesCommandInput extends ListKeyspacesRequest {}
14
15
  export interface ListKeyspacesCommandOutput
15
16
  extends ListKeyspacesResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListTablesCommandInput extends ListTablesRequest {}
11
12
  export interface ListTablesCommandOutput
12
13
  extends ListTablesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ListTagsForResourceRequest,
10
10
  ListTagsForResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { RestoreTableRequest, RestoreTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RestoreTableCommandInput extends RestoreTableRequest {}
11
12
  export interface RestoreTableCommandOutput
12
13
  extends RestoreTableResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UntagResourceRequest,
10
10
  UntagResourceResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KeyspacesClient";
8
8
  import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateTableCommandInput extends UpdateTableRequest {}
11
12
  export interface UpdateTableCommandOutput
12
13
  extends UpdateTableResponse,
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class KeyspacesServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: KeyspacesClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-keyspaces",
3
3
  "description": "AWS SDK for JavaScript Keyspaces Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-keyspaces",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",