@aws-sdk/client-opensearchserverless
Advanced tools
Comparing version 3.632.0 to 3.635.0
@@ -64,2 +64,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // dashboardEndpoint: "STRING_VALUE", | ||
* // failureCode: "STRING_VALUE", | ||
* // failureMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -66,0 +68,0 @@ * // ], |
@@ -60,2 +60,4 @@ import { Command as $Command } from "@smithy/smithy-client"; | ||
* // createdDate: Number("long"), | ||
* // failureCode: "STRING_VALUE", | ||
* // failureMessage: "STRING_VALUE", | ||
* // }, | ||
@@ -62,0 +64,0 @@ * // ], |
@@ -554,2 +554,12 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
dashboardEndpoint?: string; | ||
/** | ||
* <p>A failure code associated with the request.</p> | ||
* @public | ||
*/ | ||
failureCode?: string; | ||
/** | ||
* <p>A message associated with the failure code.</p> | ||
* @public | ||
*/ | ||
failureMessage?: string; | ||
} | ||
@@ -918,2 +928,12 @@ /** | ||
createdDate?: number; | ||
/** | ||
* <p>A failure code associated with the request.</p> | ||
* @public | ||
*/ | ||
failureCode?: string; | ||
/** | ||
* <p>A message associated with the failure code.</p> | ||
* @public | ||
*/ | ||
failureMessage?: string; | ||
} | ||
@@ -920,0 +940,0 @@ /** |
@@ -155,2 +155,4 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; | ||
dashboardEndpoint?: string; | ||
failureCode?: string; | ||
failureMessage?: string; | ||
} | ||
@@ -246,2 +248,4 @@ export interface CollectionErrorDetail { | ||
createdDate?: number; | ||
failureCode?: string; | ||
failureMessage?: string; | ||
} | ||
@@ -248,0 +252,0 @@ export interface VpcEndpointErrorDetail { |
{ | ||
"name": "@aws-sdk/client-opensearchserverless", | ||
"description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native", | ||
"version": "3.632.0", | ||
"version": "3.635.0", | ||
"scripts": { | ||
@@ -23,6 +23,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "5.2.0", | ||
"@aws-sdk/client-sso-oidc": "3.632.0", | ||
"@aws-sdk/client-sts": "3.632.0", | ||
"@aws-sdk/core": "3.629.0", | ||
"@aws-sdk/credential-provider-node": "3.632.0", | ||
"@aws-sdk/client-sso-oidc": "3.635.0", | ||
"@aws-sdk/client-sts": "3.635.0", | ||
"@aws-sdk/core": "3.635.0", | ||
"@aws-sdk/credential-provider-node": "3.635.0", | ||
"@aws-sdk/middleware-host-header": "3.620.0", | ||
@@ -38,3 +38,3 @@ "@aws-sdk/middleware-logger": "3.609.0", | ||
"@smithy/config-resolver": "^3.0.5", | ||
"@smithy/core": "^2.3.2", | ||
"@smithy/core": "^2.4.0", | ||
"@smithy/fetch-http-handler": "^3.2.4", | ||
@@ -45,3 +45,3 @@ "@smithy/hash-node": "^3.0.3", | ||
"@smithy/middleware-endpoint": "^3.1.0", | ||
"@smithy/middleware-retry": "^3.0.14", | ||
"@smithy/middleware-retry": "^3.0.15", | ||
"@smithy/middleware-serde": "^3.0.3", | ||
@@ -52,3 +52,3 @@ "@smithy/middleware-stack": "^3.0.3", | ||
"@smithy/protocol-http": "^4.1.0", | ||
"@smithy/smithy-client": "^3.1.12", | ||
"@smithy/smithy-client": "^3.2.0", | ||
"@smithy/types": "^3.3.0", | ||
@@ -59,4 +59,4 @@ "@smithy/url-parser": "^3.0.3", | ||
"@smithy/util-body-length-node": "^3.0.0", | ||
"@smithy/util-defaults-mode-browser": "^3.0.14", | ||
"@smithy/util-defaults-mode-node": "^3.0.14", | ||
"@smithy/util-defaults-mode-browser": "^3.0.15", | ||
"@smithy/util-defaults-mode-node": "^3.0.15", | ||
"@smithy/util-endpoints": "^2.0.5", | ||
@@ -63,0 +63,0 @@ "@smithy/util-middleware": "^3.0.3", |
694512
15862
+ Added@aws-sdk/client-sso@3.635.0(transitive)
+ Added@aws-sdk/client-sso-oidc@3.635.0(transitive)
+ Added@aws-sdk/client-sts@3.635.0(transitive)
+ Added@aws-sdk/core@3.635.0(transitive)
+ Added@aws-sdk/credential-provider-http@3.635.0(transitive)
+ Added@aws-sdk/credential-provider-ini@3.635.0(transitive)
+ Added@aws-sdk/credential-provider-node@3.635.0(transitive)
+ Added@aws-sdk/credential-provider-sso@3.635.0(transitive)
- Removed@aws-sdk/client-sso@3.632.0(transitive)
- Removed@aws-sdk/client-sso-oidc@3.632.0(transitive)
- Removed@aws-sdk/client-sts@3.632.0(transitive)
- Removed@aws-sdk/core@3.629.0(transitive)
- Removed@aws-sdk/credential-provider-http@3.622.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.632.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.632.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.632.0(transitive)
Updated@aws-sdk/client-sts@3.635.0
Updated@aws-sdk/core@3.635.0
Updated@smithy/core@^2.4.0
Updated@smithy/smithy-client@^3.2.0