@aws-sdk/client-cloudsearch 3.496.0 → 3.499.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 +19 -18
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -4117,13 +4117,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4117
4117
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4118
4118
|
|
|
4119
4119
|
0 && (module.exports = {
|
|
4120
|
-
AlgorithmicStemming,
|
|
4121
|
-
AnalysisSchemeLanguage,
|
|
4122
|
-
BaseException,
|
|
4123
|
-
BuildSuggestersCommand,
|
|
4124
|
-
CloudSearch,
|
|
4125
|
-
CloudSearchClient,
|
|
4126
4120
|
CloudSearchServiceException,
|
|
4121
|
+
__Client,
|
|
4122
|
+
CloudSearchClient,
|
|
4123
|
+
CloudSearch,
|
|
4124
|
+
$Command,
|
|
4125
|
+
BuildSuggestersCommand,
|
|
4127
4126
|
CreateDomainCommand,
|
|
4128
4127
|
DefineAnalysisSchemeCommand,
|
|
4129
4128
|
DefineExpressionCommand,
|
|
@@ -4143,24 +4142,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4143
4142
|
DescribeScalingParametersCommand,
|
|
4144
4143
|
DescribeServiceAccessPoliciesCommand,
|
|
4145
4144
|
DescribeSuggestersCommand,
|
|
4146
|
-
DisabledOperationException,
|
|
4147
4145
|
IndexDocumentsCommand,
|
|
4148
|
-
IndexFieldType,
|
|
4149
|
-
InternalException,
|
|
4150
|
-
InvalidTypeException,
|
|
4151
|
-
LimitExceededException,
|
|
4152
4146
|
ListDomainNamesCommand,
|
|
4153
|
-
OptionState,
|
|
4154
|
-
PartitionInstanceType,
|
|
4155
|
-
ResourceAlreadyExistsException,
|
|
4156
|
-
ResourceNotFoundException,
|
|
4157
|
-
SuggesterFuzzyMatching,
|
|
4158
|
-
TLSSecurityPolicy,
|
|
4159
4147
|
UpdateAvailabilityOptionsCommand,
|
|
4160
4148
|
UpdateDomainEndpointOptionsCommand,
|
|
4161
4149
|
UpdateScalingParametersCommand,
|
|
4162
4150
|
UpdateServiceAccessPoliciesCommand,
|
|
4151
|
+
BaseException,
|
|
4152
|
+
InternalException,
|
|
4153
|
+
ResourceNotFoundException,
|
|
4163
4154
|
ValidationException,
|
|
4164
|
-
|
|
4155
|
+
LimitExceededException,
|
|
4156
|
+
ResourceAlreadyExistsException,
|
|
4157
|
+
AlgorithmicStemming,
|
|
4158
|
+
AnalysisSchemeLanguage,
|
|
4159
|
+
OptionState,
|
|
4160
|
+
InvalidTypeException,
|
|
4161
|
+
IndexFieldType,
|
|
4162
|
+
SuggesterFuzzyMatching,
|
|
4163
|
+
DisabledOperationException,
|
|
4164
|
+
TLSSecurityPolicy,
|
|
4165
|
+
PartitionInstanceType
|
|
4165
4166
|
});
|
|
4166
4167
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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",
|
|
@@ -20,9 +20,9 @@
|
|
|
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-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|