@aws-sdk/client-finspace 3.306.0 → 3.309.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.
@@ -8,19 +8,67 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
8
8
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
9
9
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
10
10
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
11
- export declare const serializeAws_restJson1CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
12
- export declare const serializeAws_restJson1DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- export declare const serializeAws_restJson1GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
- export declare const serializeAws_restJson1ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_restJson1UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const deserializeAws_restJson1CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
20
- export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
21
- export declare const deserializeAws_restJson1GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
22
- export declare const deserializeAws_restJson1ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
23
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
24
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
25
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
26
- export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
11
+ /**
12
+ * serializeAws_restJson1CreateEnvironmentCommand
13
+ */
14
+ export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
+ /**
16
+ * serializeAws_restJson1DeleteEnvironmentCommand
17
+ */
18
+ export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
+ /**
20
+ * serializeAws_restJson1GetEnvironmentCommand
21
+ */
22
+ export declare const se_GetEnvironmentCommand: (input: GetEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
+ /**
24
+ * serializeAws_restJson1ListEnvironmentsCommand
25
+ */
26
+ export declare const se_ListEnvironmentsCommand: (input: ListEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
+ /**
28
+ * serializeAws_restJson1ListTagsForResourceCommand
29
+ */
30
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_restJson1TagResourceCommand
33
+ */
34
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1UntagResourceCommand
37
+ */
38
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
+ /**
40
+ * serializeAws_restJson1UpdateEnvironmentCommand
41
+ */
42
+ export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ /**
44
+ * deserializeAws_restJson1CreateEnvironmentCommand
45
+ */
46
+ export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentCommandOutput>;
47
+ /**
48
+ * deserializeAws_restJson1DeleteEnvironmentCommand
49
+ */
50
+ export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentCommandOutput>;
51
+ /**
52
+ * deserializeAws_restJson1GetEnvironmentCommand
53
+ */
54
+ export declare const de_GetEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEnvironmentCommandOutput>;
55
+ /**
56
+ * deserializeAws_restJson1ListEnvironmentsCommand
57
+ */
58
+ export declare const de_ListEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEnvironmentsCommandOutput>;
59
+ /**
60
+ * deserializeAws_restJson1ListTagsForResourceCommand
61
+ */
62
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
63
+ /**
64
+ * deserializeAws_restJson1TagResourceCommand
65
+ */
66
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
67
+ /**
68
+ * deserializeAws_restJson1UntagResourceCommand
69
+ */
70
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
71
+ /**
72
+ * deserializeAws_restJson1UpdateEnvironmentCommand
73
+ */
74
+ export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentCommandOutput>;
@@ -35,67 +35,67 @@ import {
35
35
  UpdateEnvironmentCommandInput,
36
36
  UpdateEnvironmentCommandOutput,
37
37
  } from "../commands/UpdateEnvironmentCommand";
38
- export declare const serializeAws_restJson1CreateEnvironmentCommand: (
38
+ export declare const se_CreateEnvironmentCommand: (
39
39
  input: CreateEnvironmentCommandInput,
40
40
  context: __SerdeContext
41
41
  ) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteEnvironmentCommand: (
42
+ export declare const se_DeleteEnvironmentCommand: (
43
43
  input: DeleteEnvironmentCommandInput,
44
44
  context: __SerdeContext
45
45
  ) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetEnvironmentCommand: (
46
+ export declare const se_GetEnvironmentCommand: (
47
47
  input: GetEnvironmentCommandInput,
48
48
  context: __SerdeContext
49
49
  ) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListEnvironmentsCommand: (
50
+ export declare const se_ListEnvironmentsCommand: (
51
51
  input: ListEnvironmentsCommandInput,
52
52
  context: __SerdeContext
53
53
  ) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
54
+ export declare const se_ListTagsForResourceCommand: (
55
55
  input: ListTagsForResourceCommandInput,
56
56
  context: __SerdeContext
57
57
  ) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1TagResourceCommand: (
58
+ export declare const se_TagResourceCommand: (
59
59
  input: TagResourceCommandInput,
60
60
  context: __SerdeContext
61
61
  ) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UntagResourceCommand: (
62
+ export declare const se_UntagResourceCommand: (
63
63
  input: UntagResourceCommandInput,
64
64
  context: __SerdeContext
65
65
  ) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateEnvironmentCommand: (
66
+ export declare const se_UpdateEnvironmentCommand: (
67
67
  input: UpdateEnvironmentCommandInput,
68
68
  context: __SerdeContext
69
69
  ) => Promise<__HttpRequest>;
70
- export declare const deserializeAws_restJson1CreateEnvironmentCommand: (
70
+ export declare const de_CreateEnvironmentCommand: (
71
71
  output: __HttpResponse,
72
72
  context: __SerdeContext
73
73
  ) => Promise<CreateEnvironmentCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (
74
+ export declare const de_DeleteEnvironmentCommand: (
75
75
  output: __HttpResponse,
76
76
  context: __SerdeContext
77
77
  ) => Promise<DeleteEnvironmentCommandOutput>;
78
- export declare const deserializeAws_restJson1GetEnvironmentCommand: (
78
+ export declare const de_GetEnvironmentCommand: (
79
79
  output: __HttpResponse,
80
80
  context: __SerdeContext
81
81
  ) => Promise<GetEnvironmentCommandOutput>;
82
- export declare const deserializeAws_restJson1ListEnvironmentsCommand: (
82
+ export declare const de_ListEnvironmentsCommand: (
83
83
  output: __HttpResponse,
84
84
  context: __SerdeContext
85
85
  ) => Promise<ListEnvironmentsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
86
+ export declare const de_ListTagsForResourceCommand: (
87
87
  output: __HttpResponse,
88
88
  context: __SerdeContext
89
89
  ) => Promise<ListTagsForResourceCommandOutput>;
90
- export declare const deserializeAws_restJson1TagResourceCommand: (
90
+ export declare const de_TagResourceCommand: (
91
91
  output: __HttpResponse,
92
92
  context: __SerdeContext
93
93
  ) => Promise<TagResourceCommandOutput>;
94
- export declare const deserializeAws_restJson1UntagResourceCommand: (
94
+ export declare const de_UntagResourceCommand: (
95
95
  output: __HttpResponse,
96
96
  context: __SerdeContext
97
97
  ) => Promise<UntagResourceCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (
98
+ export declare const de_UpdateEnvironmentCommand: (
99
99
  output: __HttpResponse,
100
100
  context: __SerdeContext
101
101
  ) => Promise<UpdateEnvironmentCommandOutput>;
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.306.0",
4
+ "version": "3.309.0",
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.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",