@aws-sdk/client-timestream-influxdb 3.650.0 → 3.654.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 (23) hide show
  1. package/dist-types/commands/CreateDbInstanceCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateDbParameterGroupCommand.d.ts +11 -0
  3. package/dist-types/commands/DeleteDbInstanceCommand.d.ts +11 -0
  4. package/dist-types/commands/GetDbInstanceCommand.d.ts +11 -0
  5. package/dist-types/commands/GetDbParameterGroupCommand.d.ts +11 -0
  6. package/dist-types/commands/ListDbInstancesCommand.d.ts +11 -0
  7. package/dist-types/commands/ListDbParameterGroupsCommand.d.ts +11 -0
  8. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  9. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  10. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  11. package/dist-types/commands/UpdateDbInstanceCommand.d.ts +11 -0
  12. package/dist-types/ts3.4/commands/CreateDbInstanceCommand.d.ts +12 -1
  13. package/dist-types/ts3.4/commands/CreateDbParameterGroupCommand.d.ts +12 -1
  14. package/dist-types/ts3.4/commands/DeleteDbInstanceCommand.d.ts +12 -1
  15. package/dist-types/ts3.4/commands/GetDbInstanceCommand.d.ts +12 -1
  16. package/dist-types/ts3.4/commands/GetDbParameterGroupCommand.d.ts +12 -1
  17. package/dist-types/ts3.4/commands/ListDbInstancesCommand.d.ts +12 -1
  18. package/dist-types/ts3.4/commands/ListDbParameterGroupsCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/UpdateDbInstanceCommand.d.ts +12 -1
  23. package/package.json +35 -35
@@ -128,4 +128,15 @@ declare const CreateDbInstanceCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class CreateDbInstanceCommand extends CreateDbInstanceCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CreateDbInstanceInput;
135
+ output: CreateDbInstanceOutput;
136
+ };
137
+ sdk: {
138
+ input: CreateDbInstanceCommandInput;
139
+ output: CreateDbInstanceCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -107,4 +107,15 @@ declare const CreateDbParameterGroupCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class CreateDbParameterGroupCommand extends CreateDbParameterGroupCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: CreateDbParameterGroupInput;
114
+ output: CreateDbParameterGroupOutput;
115
+ };
116
+ sdk: {
117
+ input: CreateDbParameterGroupCommandInput;
118
+ output: CreateDbParameterGroupCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -100,4 +100,15 @@ declare const DeleteDbInstanceCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DeleteDbInstanceCommand extends DeleteDbInstanceCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DeleteDbInstanceInput;
107
+ output: DeleteDbInstanceOutput;
108
+ };
109
+ sdk: {
110
+ input: DeleteDbInstanceCommandInput;
111
+ output: DeleteDbInstanceCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -97,4 +97,15 @@ declare const GetDbInstanceCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetDbInstanceCommand extends GetDbInstanceCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetDbInstanceInput;
104
+ output: GetDbInstanceOutput;
105
+ };
106
+ sdk: {
107
+ input: GetDbInstanceCommandInput;
108
+ output: GetDbInstanceCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -86,4 +86,15 @@ declare const GetDbParameterGroupCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetDbParameterGroupCommand extends GetDbParameterGroupCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetDbParameterGroupInput;
93
+ output: GetDbParameterGroupOutput;
94
+ };
95
+ sdk: {
96
+ input: GetDbParameterGroupCommandInput;
97
+ output: GetDbParameterGroupCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const ListDbInstancesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListDbInstancesCommand extends ListDbInstancesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListDbInstancesInput;
93
+ output: ListDbInstancesOutput;
94
+ };
95
+ sdk: {
96
+ input: ListDbInstancesCommandInput;
97
+ output: ListDbInstancesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -81,4 +81,15 @@ declare const ListDbParameterGroupsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListDbParameterGroupsCommand extends ListDbParameterGroupsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListDbParameterGroupsInput;
88
+ output: ListDbParameterGroupsOutput;
89
+ };
90
+ sdk: {
91
+ input: ListDbParameterGroupsCommandInput;
92
+ output: ListDbParameterGroupsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -62,4 +62,15 @@ declare const ListTagsForResourceCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: ListTagsForResourceRequest;
69
+ output: ListTagsForResourceResponse;
70
+ };
71
+ sdk: {
72
+ input: ListTagsForResourceCommandInput;
73
+ output: ListTagsForResourceCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -61,4 +61,15 @@ declare const TagResourceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class TagResourceCommand extends TagResourceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: TagResourceRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: TagResourceCommandInput;
72
+ output: TagResourceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -61,4 +61,15 @@ declare const UntagResourceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: UntagResourceRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: UntagResourceCommandInput;
72
+ output: UntagResourceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -109,4 +109,15 @@ declare const UpdateDbInstanceCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateDbInstanceCommand extends UpdateDbInstanceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateDbInstanceInput;
116
+ output: UpdateDbInstanceOutput;
117
+ };
118
+ sdk: {
119
+ input: UpdateDbInstanceCommandInput;
120
+ output: UpdateDbInstanceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -36,4 +36,15 @@ declare const CreateDbInstanceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateDbInstanceCommand extends CreateDbInstanceCommand_base {}
39
+ export declare class CreateDbInstanceCommand extends CreateDbInstanceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateDbInstanceInput;
43
+ output: CreateDbInstanceOutput;
44
+ };
45
+ sdk: {
46
+ input: CreateDbInstanceCommandInput;
47
+ output: CreateDbInstanceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateDbParameterGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateDbParameterGroupCommand extends CreateDbParameterGroupCommand_base {}
40
+ export declare class CreateDbParameterGroupCommand extends CreateDbParameterGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateDbParameterGroupInput;
44
+ output: CreateDbParameterGroupOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateDbParameterGroupCommandInput;
48
+ output: CreateDbParameterGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteDbInstanceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteDbInstanceCommand extends DeleteDbInstanceCommand_base {}
39
+ export declare class DeleteDbInstanceCommand extends DeleteDbInstanceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteDbInstanceInput;
43
+ output: DeleteDbInstanceOutput;
44
+ };
45
+ sdk: {
46
+ input: DeleteDbInstanceCommandInput;
47
+ output: DeleteDbInstanceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetDbInstanceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetDbInstanceCommand extends GetDbInstanceCommand_base {}
36
+ export declare class GetDbInstanceCommand extends GetDbInstanceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetDbInstanceInput;
40
+ output: GetDbInstanceOutput;
41
+ };
42
+ sdk: {
43
+ input: GetDbInstanceCommandInput;
44
+ output: GetDbInstanceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDbParameterGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDbParameterGroupCommand extends GetDbParameterGroupCommand_base {}
40
+ export declare class GetDbParameterGroupCommand extends GetDbParameterGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDbParameterGroupInput;
44
+ output: GetDbParameterGroupOutput;
45
+ };
46
+ sdk: {
47
+ input: GetDbParameterGroupCommandInput;
48
+ output: GetDbParameterGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListDbInstancesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListDbInstancesCommand extends ListDbInstancesCommand_base {}
39
+ export declare class ListDbInstancesCommand extends ListDbInstancesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListDbInstancesInput;
43
+ output: ListDbInstancesOutput;
44
+ };
45
+ sdk: {
46
+ input: ListDbInstancesCommandInput;
47
+ output: ListDbInstancesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListDbParameterGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDbParameterGroupsCommand extends ListDbParameterGroupsCommand_base {}
40
+ export declare class ListDbParameterGroupsCommand extends ListDbParameterGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDbParameterGroupsInput;
44
+ output: ListDbParameterGroupsOutput;
45
+ };
46
+ sdk: {
47
+ input: ListDbParameterGroupsCommandInput;
48
+ output: ListDbParameterGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -36,4 +36,15 @@ declare const UpdateDbInstanceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateDbInstanceCommand extends UpdateDbInstanceCommand_base {}
39
+ export declare class UpdateDbInstanceCommand extends UpdateDbInstanceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateDbInstanceInput;
43
+ output: UpdateDbInstanceOutput;
44
+ };
45
+ sdk: {
46
+ input: UpdateDbInstanceCommandInput;
47
+ output: UpdateDbInstanceCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-timestream-influxdb",
3
3
  "description": "AWS SDK for JavaScript Timestream Influxdb Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },