@aws-sdk/client-cloudsearch 3.288.0 → 3.290.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-types/commands/BuildSuggestersCommand.d.ts +14 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +17 -0
- package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +20 -0
- package/dist-types/commands/DefineExpressionCommand.d.ts +20 -0
- package/dist-types/commands/DefineIndexFieldCommand.d.ts +20 -0
- package/dist-types/commands/DefineSuggesterCommand.d.ts +20 -0
- package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +17 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +8 -0
- package/dist-types/commands/DeleteExpressionCommand.d.ts +17 -0
- package/dist-types/commands/DeleteIndexFieldCommand.d.ts +17 -0
- package/dist-types/commands/DeleteSuggesterCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +20 -0
- package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDomainsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeExpressionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeScalingParametersCommand.d.ts +11 -0
- package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSuggestersCommand.d.ts +11 -0
- package/dist-types/commands/IndexDocumentsCommand.d.ts +14 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +23 -0
- package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +23 -0
- package/dist-types/commands/UpdateScalingParametersCommand.d.ts +20 -0
- package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -29,6 +29,20 @@ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, _
|
|
|
29
29
|
* @see {@link BuildSuggestersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class BuildSuggestersCommand extends $Command<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
48
|
readonly input: BuildSuggestersCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
30
30
|
* @see {@link CreateDomainCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
38
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
41
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
44
|
+
* <p>The request was rejected because it attempted to create a resource that already exists.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig> {
|
|
35
52
|
readonly input: CreateDomainCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeR
|
|
|
29
29
|
* @see {@link DefineAnalysisSchemeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DefineAnalysisSchemeCommand extends $Command<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: DefineAnalysisSchemeCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DefineExpressionCommandOutput extends DefineExpressionResponse,
|
|
|
29
29
|
* @see {@link DefineExpressionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DefineExpressionCommand extends $Command<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: DefineExpressionCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse,
|
|
|
29
29
|
* @see {@link DefineIndexFieldCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DefineIndexFieldCommand extends $Command<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: DefineIndexFieldCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, _
|
|
|
29
29
|
* @see {@link DefineSuggesterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DefineSuggesterCommand extends $Command<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: DefineSuggesterCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeR
|
|
|
29
29
|
* @see {@link DeleteAnalysisSchemeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DeleteAnalysisSchemeCommand extends $Command<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
51
|
readonly input: DeleteAnalysisSchemeCommandInput;
|
|
@@ -30,6 +30,14 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
|
|
|
30
30
|
* @see {@link DeleteDomainCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
38
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
33
41
|
*/
|
|
34
42
|
export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig> {
|
|
35
43
|
readonly input: DeleteDomainCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse,
|
|
|
29
29
|
* @see {@link DeleteExpressionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DeleteExpressionCommand extends $Command<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
51
|
readonly input: DeleteExpressionCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse,
|
|
|
29
29
|
* @see {@link DeleteIndexFieldCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DeleteIndexFieldCommand extends $Command<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
51
|
readonly input: DeleteIndexFieldCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, _
|
|
|
29
29
|
* @see {@link DeleteSuggesterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DeleteSuggesterCommand extends $Command<DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
51
|
readonly input: DeleteSuggesterCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSc
|
|
|
29
29
|
* @see {@link DescribeAnalysisSchemesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DescribeAnalysisSchemesCommand extends $Command<DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
45
|
readonly input: DescribeAnalysisSchemesCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvaila
|
|
|
29
29
|
* @see {@link DescribeAvailabilityOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
40
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DescribeAvailabilityOptionsCommand extends $Command<DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: DescribeAvailabilityOptionsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDoma
|
|
|
29
29
|
* @see {@link DescribeDomainEndpointOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
40
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DescribeDomainEndpointOptionsCommand extends $Command<DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
51
|
readonly input: DescribeDomainEndpointOptionsCommandInput;
|
|
@@ -31,6 +31,14 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _
|
|
|
31
31
|
* @see {@link DescribeDomainsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link BaseException} (client fault)
|
|
35
|
+
* <p>An error occurred while processing the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
39
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
34
42
|
*/
|
|
35
43
|
export declare class DescribeDomainsCommand extends $Command<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
36
44
|
readonly input: DescribeDomainsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DescribeExpressionsCommandOutput extends DescribeExpressionsRes
|
|
|
29
29
|
* @see {@link DescribeExpressionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DescribeExpressionsCommand extends $Command<DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
45
|
readonly input: DescribeExpressionsCommandInput;
|
|
@@ -31,6 +31,17 @@ export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsRes
|
|
|
31
31
|
* @see {@link DescribeIndexFieldsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link BaseException} (client fault)
|
|
35
|
+
* <p>An error occurred while processing the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
39
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
34
45
|
*/
|
|
35
46
|
export declare class DescribeIndexFieldsCommand extends $Command<DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
36
47
|
readonly input: DescribeIndexFieldsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DescribeScalingParametersCommandOutput extends DescribeScalingP
|
|
|
29
29
|
* @see {@link DescribeScalingParametersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DescribeScalingParametersCommand extends $Command<DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
45
|
readonly input: DescribeScalingParametersCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServ
|
|
|
30
30
|
* @see {@link DescribeServiceAccessPoliciesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link BaseException} (client fault)
|
|
34
|
+
* <p>An error occurred while processing the request.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalException} (server fault)
|
|
37
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
38
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class DescribeServiceAccessPoliciesCommand extends $Command<DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
35
46
|
readonly input: DescribeServiceAccessPoliciesCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface DescribeSuggestersCommandOutput extends DescribeSuggestersRespo
|
|
|
29
29
|
* @see {@link DescribeSuggestersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class DescribeSuggestersCommand extends $Command<DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
45
|
readonly input: DescribeSuggestersCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __M
|
|
|
29
29
|
* @see {@link IndexDocumentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class IndexDocumentsCommand extends $Command<IndexDocumentsCommandInput, IndexDocumentsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
48
|
readonly input: IndexDocumentsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
|
|
|
29
29
|
* @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDomainNamesCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabili
|
|
|
29
29
|
* @see {@link UpdateAvailabilityOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
40
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class UpdateAvailabilityOptionsCommand extends $Command<UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
57
|
readonly input: UpdateAvailabilityOptionsCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEn
|
|
|
29
29
|
* @see {@link UpdateDomainEndpointOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DisabledOperationException} (client fault)
|
|
36
|
+
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalException} (server fault)
|
|
39
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
40
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
43
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class UpdateDomainEndpointOptionsCommand extends $Command<UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
57
|
readonly input: UpdateDomainEndpointOptionsCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface UpdateScalingParametersCommandOutput extends UpdateScalingParam
|
|
|
29
29
|
* @see {@link UpdateScalingParametersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BaseException} (client fault)
|
|
33
|
+
* <p>An error occurred while processing the request.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalException} (server fault)
|
|
36
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
37
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
40
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
43
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class UpdateScalingParametersCommand extends $Command<UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput, CloudSearchClientResolvedConfig> {
|
|
34
54
|
readonly input: UpdateScalingParametersCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceA
|
|
|
31
31
|
* @see {@link UpdateServiceAccessPoliciesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CloudSearchClientResolvedConfig | config} for CloudSearchClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link BaseException} (client fault)
|
|
35
|
+
* <p>An error occurred while processing the request.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalException} (server fault)
|
|
38
|
+
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
39
|
+
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidTypeException} (client fault)
|
|
42
|
+
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The request was rejected because it has invalid parameters.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class UpdateServiceAccessPoliciesCommand extends $Command<UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput, CloudSearchClientResolvedConfig> {
|
|
36
56
|
readonly input: UpdateServiceAccessPoliciesCommandInput;
|
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.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"fast-xml-parser": "4.1.2",
|
|
56
56
|
"tslib": "^2.3.1"
|