@aws-sdk/client-cloudsearch-domain 3.590.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.
- package/dist-cjs/index.js +0 -3
- package/dist-types/commands/SearchCommand.d.ts +2 -1
- package/dist-types/commands/SuggestCommand.d.ts +2 -1
- package/dist-types/commands/UploadDocumentsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CloudSearchDomainServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SuggestCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UploadDocumentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CloudSearchDomainServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -186,7 +186,6 @@ var CloudSearchDomainClient = _CloudSearchDomainClient;
|
|
|
186
186
|
|
|
187
187
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
188
188
|
|
|
189
|
-
var import_types = require("@smithy/types");
|
|
190
189
|
|
|
191
190
|
// src/protocols/Aws_restJson1.ts
|
|
192
191
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -483,7 +482,6 @@ var SearchCommand = _SearchCommand;
|
|
|
483
482
|
|
|
484
483
|
|
|
485
484
|
|
|
486
|
-
|
|
487
485
|
var _SuggestCommand = class _SuggestCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
488
486
|
...commonParams
|
|
489
487
|
}).m(function(Command, cs, config, o) {
|
|
@@ -500,7 +498,6 @@ var SuggestCommand = _SuggestCommand;
|
|
|
500
498
|
|
|
501
499
|
|
|
502
500
|
|
|
503
|
-
|
|
504
501
|
var _UploadDocumentsCommand = class _UploadDocumentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
505
502
|
...commonParams
|
|
506
503
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
export * from "./CloudSearchDomainClient";
|
|
10
10
|
export * from "./CloudSearchDomain";
|
|
11
11
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
13
|
-
export { CloudSearchDomainExtensionConfiguration } from "./extensionConfiguration";
|
|
12
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
|
+
export type { CloudSearchDomainExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
15
15
|
export * from "./models";
|
|
16
16
|
export { CloudSearchDomainServiceException } from "./models/CloudSearchDomainServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudSearchDomainClient";
|
|
8
8
|
import { SearchRequest, SearchResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SearchCommandInput extends SearchRequest {}
|
|
11
12
|
export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {}
|
|
12
13
|
declare const SearchCommand_base: {
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CloudSearchDomainClient";
|
|
8
8
|
import { SuggestRequest, SuggestResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface SuggestCommandInput extends SuggestRequest {}
|
|
11
12
|
export interface SuggestCommandOutput
|
|
12
13
|
extends SuggestResponse,
|
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
UploadDocumentsRequest,
|
|
13
13
|
UploadDocumentsResponse,
|
|
14
14
|
} from "../models/models_0";
|
|
15
|
-
export { __MetadataBearer
|
|
15
|
+
export { __MetadataBearer };
|
|
16
|
+
export { $Command };
|
|
16
17
|
export interface UploadDocumentsCommandInput
|
|
17
18
|
extends Pick<
|
|
18
19
|
UploadDocumentsRequest,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CloudSearchDomainServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch-domain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Domain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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-cloudsearch-domain",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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.
|
|
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",
|