@aws-sdk/client-opensearchserverless 3.631.0 → 3.635.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.
|
@@ -61,6 +61,8 @@ declare const BatchGetCollectionCommand_base: {
|
|
|
61
61
|
* // lastModifiedDate: Number("long"),
|
|
62
62
|
* // collectionEndpoint: "STRING_VALUE",
|
|
63
63
|
* // dashboardEndpoint: "STRING_VALUE",
|
|
64
|
+
* // failureCode: "STRING_VALUE",
|
|
65
|
+
* // failureMessage: "STRING_VALUE",
|
|
64
66
|
* // },
|
|
65
67
|
* // ],
|
|
66
68
|
* // collectionErrorDetails: [ // CollectionErrorDetails
|
|
@@ -57,6 +57,8 @@ declare const BatchGetVpcEndpointCommand_base: {
|
|
|
57
57
|
* // ],
|
|
58
58
|
* // status: "STRING_VALUE",
|
|
59
59
|
* // createdDate: Number("long"),
|
|
60
|
+
* // failureCode: "STRING_VALUE",
|
|
61
|
+
* // failureMessage: "STRING_VALUE",
|
|
60
62
|
* // },
|
|
61
63
|
* // ],
|
|
62
64
|
* // vpcEndpointErrorDetails: [ // VpcEndpointErrorDetails
|
|
@@ -551,6 +551,16 @@ export interface CollectionDetail {
|
|
|
551
551
|
* @public
|
|
552
552
|
*/
|
|
553
553
|
dashboardEndpoint?: string;
|
|
554
|
+
/**
|
|
555
|
+
* <p>A failure code associated with the request.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
failureCode?: string;
|
|
559
|
+
/**
|
|
560
|
+
* <p>A message associated with the failure code.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
failureMessage?: string;
|
|
554
564
|
}
|
|
555
565
|
/**
|
|
556
566
|
* <p>Error information for an OpenSearch Serverless request.</p>
|
|
@@ -914,6 +924,16 @@ export interface VpcEndpointDetail {
|
|
|
914
924
|
* @public
|
|
915
925
|
*/
|
|
916
926
|
createdDate?: number;
|
|
927
|
+
/**
|
|
928
|
+
* <p>A failure code associated with the request.</p>
|
|
929
|
+
* @public
|
|
930
|
+
*/
|
|
931
|
+
failureCode?: string;
|
|
932
|
+
/**
|
|
933
|
+
* <p>A message associated with the failure code.</p>
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
936
|
+
failureMessage?: string;
|
|
917
937
|
}
|
|
918
938
|
/**
|
|
919
939
|
* <p>Error information for a failed <code>BatchGetVpcEndpoint</code> request.</p>
|
|
@@ -152,6 +152,8 @@ export interface CollectionDetail {
|
|
|
152
152
|
lastModifiedDate?: number;
|
|
153
153
|
collectionEndpoint?: string;
|
|
154
154
|
dashboardEndpoint?: string;
|
|
155
|
+
failureCode?: string;
|
|
156
|
+
failureMessage?: string;
|
|
155
157
|
}
|
|
156
158
|
export interface CollectionErrorDetail {
|
|
157
159
|
id?: string;
|
|
@@ -242,6 +244,8 @@ export interface VpcEndpointDetail {
|
|
|
242
244
|
securityGroupIds?: string[];
|
|
243
245
|
status?: VpcEndpointStatus;
|
|
244
246
|
createdDate?: number;
|
|
247
|
+
failureCode?: string;
|
|
248
|
+
failureMessage?: string;
|
|
245
249
|
}
|
|
246
250
|
export interface VpcEndpointErrorDetail {
|
|
247
251
|
id?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-opensearchserverless",
|
|
3
3
|
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.635.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-opensearchserverless",
|
|
@@ -20,40 +20,40 @@
|
|
|
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.
|
|
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.635.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.635.0",
|
|
25
|
+
"@aws-sdk/core": "3.635.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.635.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.632.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
32
32
|
"@aws-sdk/types": "3.609.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.632.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.5",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.4.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.2.4",
|
|
39
39
|
"@smithy/hash-node": "^3.0.3",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.3",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.5",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.0",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.15",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.3",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.3",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.4",
|
|
47
47
|
"@smithy/node-http-handler": "^3.1.4",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.0",
|
|
49
|
-
"@smithy/smithy-client": "^3.
|
|
49
|
+
"@smithy/smithy-client": "^3.2.0",
|
|
50
50
|
"@smithy/types": "^3.3.0",
|
|
51
51
|
"@smithy/url-parser": "^3.0.3",
|
|
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.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.15",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.15",
|
|
57
57
|
"@smithy/util-endpoints": "^2.0.5",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.3",
|
|
59
59
|
"@smithy/util-retry": "^3.0.3",
|