@aws-sdk/client-finspace 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +43 -40
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -5151,14 +5151,14 @@ var paginateListKxScalingGroups = (0, import_core.createPaginator)(FinspaceClien
5151
5151
  // src/index.ts
5152
5152
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
5153
5153
  // Annotate the CommonJS export names for ESM import in node:
5154
+
5154
5155
  0 && (module.exports = {
5155
- AccessDeniedException,
5156
- AutoScalingMetric,
5157
- ChangeType,
5158
- ChangesetStatus,
5159
- ConflictException,
5156
+ FinspaceServiceException,
5157
+ __Client,
5158
+ FinspaceClient,
5159
+ Finspace,
5160
+ $Command,
5160
5161
  CreateEnvironmentCommand,
5161
- CreateEnvironmentRequestFilterSensitiveLog,
5162
5162
  CreateKxChangesetCommand,
5163
5163
  CreateKxClusterCommand,
5164
5164
  CreateKxDatabaseCommand,
@@ -5175,39 +5175,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5175
5175
  DeleteKxScalingGroupCommand,
5176
5176
  DeleteKxUserCommand,
5177
5177
  DeleteKxVolumeCommand,
5178
- DnsStatus,
5179
- EnvironmentStatus,
5180
- ErrorDetails,
5181
- FederationMode,
5182
- Finspace,
5183
- FinspaceClient,
5184
- FinspaceServiceException,
5185
5178
  GetEnvironmentCommand,
5186
5179
  GetKxChangesetCommand,
5187
5180
  GetKxClusterCommand,
5188
5181
  GetKxConnectionStringCommand,
5189
- GetKxConnectionStringResponseFilterSensitiveLog,
5190
5182
  GetKxDatabaseCommand,
5191
5183
  GetKxDataviewCommand,
5192
5184
  GetKxEnvironmentCommand,
5193
5185
  GetKxScalingGroupCommand,
5194
5186
  GetKxUserCommand,
5195
5187
  GetKxVolumeCommand,
5196
- IPAddressType,
5197
- InternalServerException,
5198
- InvalidRequestException,
5199
- KxAzMode,
5200
- KxClusterCodeDeploymentStrategy,
5201
- KxClusterStatus,
5202
- KxClusterType,
5203
- KxDataviewStatus,
5204
- KxDeploymentStrategy,
5205
- KxNAS1Type,
5206
- KxSavedownStorageType,
5207
- KxScalingGroupStatus,
5208
- KxVolumeStatus,
5209
- KxVolumeType,
5210
- LimitExceededException,
5211
5188
  ListEnvironmentsCommand,
5212
5189
  ListKxChangesetsCommand,
5213
5190
  ListKxClusterNodesCommand,
@@ -5219,14 +5196,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5219
5196
  ListKxUsersCommand,
5220
5197
  ListKxVolumesCommand,
5221
5198
  ListTagsForResourceCommand,
5222
- ResourceAlreadyExistsException,
5223
- ResourceNotFoundException,
5224
- RuleAction,
5225
- ServiceQuotaExceededException,
5226
- SuperuserParametersFilterSensitiveLog,
5227
5199
  TagResourceCommand,
5228
- TgwStatus,
5229
- ThrottlingException,
5230
5200
  UntagResourceCommand,
5231
5201
  UpdateEnvironmentCommand,
5232
5202
  UpdateKxClusterCodeConfigurationCommand,
@@ -5237,13 +5207,46 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5237
5207
  UpdateKxEnvironmentNetworkCommand,
5238
5208
  UpdateKxUserCommand,
5239
5209
  UpdateKxVolumeCommand,
5240
- ValidationException,
5241
- VolumeType,
5242
- __Client,
5243
5210
  paginateListKxChangesets,
5244
5211
  paginateListKxClusterNodes,
5245
5212
  paginateListKxDatabases,
5246
5213
  paginateListKxDataviews,
5247
5214
  paginateListKxEnvironments,
5248
- paginateListKxScalingGroups
5215
+ paginateListKxScalingGroups,
5216
+ AccessDeniedException,
5217
+ AutoScalingMetric,
5218
+ FederationMode,
5219
+ InternalServerException,
5220
+ LimitExceededException,
5221
+ ServiceQuotaExceededException,
5222
+ ThrottlingException,
5223
+ ValidationException,
5224
+ ConflictException,
5225
+ ChangeType,
5226
+ ErrorDetails,
5227
+ ChangesetStatus,
5228
+ ResourceNotFoundException,
5229
+ KxAzMode,
5230
+ KxClusterType,
5231
+ KxSavedownStorageType,
5232
+ IPAddressType,
5233
+ KxClusterStatus,
5234
+ VolumeType,
5235
+ ResourceAlreadyExistsException,
5236
+ KxDataviewStatus,
5237
+ EnvironmentStatus,
5238
+ KxScalingGroupStatus,
5239
+ KxNAS1Type,
5240
+ KxVolumeType,
5241
+ KxVolumeStatus,
5242
+ DnsStatus,
5243
+ TgwStatus,
5244
+ RuleAction,
5245
+ InvalidRequestException,
5246
+ KxClusterCodeDeploymentStrategy,
5247
+ KxDeploymentStrategy,
5248
+ SuperuserParametersFilterSensitiveLog,
5249
+ CreateEnvironmentRequestFilterSensitiveLog,
5250
+ GetKxConnectionStringResponseFilterSensitiveLog
5249
5251
  });
5252
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace",
3
3
  "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4
- "version": "3.495.0",
4
+ "version": "3.499.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-finspace",
@@ -20,48 +20,48 @@
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-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0",
61
61
  "uuid": "^8.3.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^8.3.0",