@aws-sdk/client-opensearchserverless 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 +21 -20
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3120,14 +3120,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3120
3120
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3121
3121
|
|
|
3122
3122
|
0 && (module.exports = {
|
|
3123
|
-
|
|
3123
|
+
OpenSearchServerlessServiceException,
|
|
3124
|
+
__Client,
|
|
3125
|
+
OpenSearchServerlessClient,
|
|
3126
|
+
OpenSearchServerless,
|
|
3127
|
+
$Command,
|
|
3124
3128
|
BatchGetCollectionCommand,
|
|
3125
3129
|
BatchGetEffectiveLifecyclePolicyCommand,
|
|
3126
3130
|
BatchGetLifecyclePolicyCommand,
|
|
3127
3131
|
BatchGetVpcEndpointCommand,
|
|
3128
|
-
CollectionStatus,
|
|
3129
|
-
CollectionType,
|
|
3130
|
-
ConflictException,
|
|
3131
3132
|
CreateAccessPolicyCommand,
|
|
3132
3133
|
CreateCollectionCommand,
|
|
3133
3134
|
CreateLifecyclePolicyCommand,
|
|
@@ -3145,8 +3146,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3145
3146
|
GetPoliciesStatsCommand,
|
|
3146
3147
|
GetSecurityConfigCommand,
|
|
3147
3148
|
GetSecurityPolicyCommand,
|
|
3148
|
-
InternalServerException,
|
|
3149
|
-
LifecyclePolicyType,
|
|
3150
3149
|
ListAccessPoliciesCommand,
|
|
3151
3150
|
ListCollectionsCommand,
|
|
3152
3151
|
ListLifecyclePoliciesCommand,
|
|
@@ -3154,16 +3153,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3154
3153
|
ListSecurityPoliciesCommand,
|
|
3155
3154
|
ListTagsForResourceCommand,
|
|
3156
3155
|
ListVpcEndpointsCommand,
|
|
3157
|
-
OcuLimitExceededException,
|
|
3158
|
-
OpenSearchServerless,
|
|
3159
|
-
OpenSearchServerlessClient,
|
|
3160
|
-
OpenSearchServerlessServiceException,
|
|
3161
|
-
ResourceNotFoundException,
|
|
3162
|
-
ResourceType,
|
|
3163
|
-
SecurityConfigType,
|
|
3164
|
-
SecurityPolicyType,
|
|
3165
|
-
ServiceQuotaExceededException,
|
|
3166
|
-
StandbyReplicas,
|
|
3167
3156
|
TagResourceCommand,
|
|
3168
3157
|
UntagResourceCommand,
|
|
3169
3158
|
UpdateAccessPolicyCommand,
|
|
@@ -3173,14 +3162,26 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3173
3162
|
UpdateSecurityConfigCommand,
|
|
3174
3163
|
UpdateSecurityPolicyCommand,
|
|
3175
3164
|
UpdateVpcEndpointCommand,
|
|
3176
|
-
ValidationException,
|
|
3177
|
-
VpcEndpointStatus,
|
|
3178
|
-
__Client,
|
|
3179
3165
|
paginateListAccessPolicies,
|
|
3180
3166
|
paginateListCollections,
|
|
3181
3167
|
paginateListLifecyclePolicies,
|
|
3182
3168
|
paginateListSecurityConfigs,
|
|
3183
3169
|
paginateListSecurityPolicies,
|
|
3184
|
-
paginateListVpcEndpoints
|
|
3170
|
+
paginateListVpcEndpoints,
|
|
3171
|
+
AccessPolicyType,
|
|
3172
|
+
ConflictException,
|
|
3173
|
+
InternalServerException,
|
|
3174
|
+
ServiceQuotaExceededException,
|
|
3175
|
+
ValidationException,
|
|
3176
|
+
ResourceNotFoundException,
|
|
3177
|
+
StandbyReplicas,
|
|
3178
|
+
CollectionStatus,
|
|
3179
|
+
CollectionType,
|
|
3180
|
+
LifecyclePolicyType,
|
|
3181
|
+
ResourceType,
|
|
3182
|
+
VpcEndpointStatus,
|
|
3183
|
+
OcuLimitExceededException,
|
|
3184
|
+
SecurityConfigType,
|
|
3185
|
+
SecurityPolicyType
|
|
3185
3186
|
});
|
|
3186
3187
|
|
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.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-opensearchserverless",
|
|
@@ -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",
|