@aws-sdk/client-resource-explorer-2 3.297.0 → 3.299.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/commands/AssociateDefaultViewCommand.js +2 -3
- package/dist-cjs/commands/BatchGetViewCommand.js +1 -1
- package/dist-cjs/commands/CreateIndexCommand.js +2 -3
- package/dist-cjs/commands/DeleteIndexCommand.js +2 -3
- package/dist-cjs/commands/DeleteViewCommand.js +2 -3
- package/dist-cjs/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-cjs/commands/GetDefaultViewCommand.js +2 -3
- package/dist-cjs/commands/GetIndexCommand.js +2 -3
- package/dist-cjs/commands/GetViewCommand.js +1 -1
- package/dist-cjs/commands/ListIndexesCommand.js +2 -3
- package/dist-cjs/commands/ListSupportedResourceTypesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListViewsCommand.js +2 -3
- package/dist-cjs/commands/SearchCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateIndexTypeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -142
- package/dist-es/commands/AssociateDefaultViewCommand.js +2 -3
- package/dist-es/commands/BatchGetViewCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -3
- package/dist-es/commands/DeleteIndexCommand.js +2 -3
- package/dist-es/commands/DeleteViewCommand.js +2 -3
- package/dist-es/commands/DisassociateDefaultViewCommand.js +2 -2
- package/dist-es/commands/GetDefaultViewCommand.js +2 -3
- package/dist-es/commands/GetIndexCommand.js +2 -3
- package/dist-es/commands/GetViewCommand.js +2 -2
- package/dist-es/commands/ListIndexesCommand.js +2 -3
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListViewsCommand.js +2 -3
- package/dist-es/commands/SearchCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateIndexTypeCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -105
- package/dist-types/models/models_0.d.ts +0 -140
- package/dist-types/ts3.4/models/models_0.d.ts +0 -97
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.AssociateDefaultViewCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class AssociateDefaultViewCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class AssociateDefaultViewCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -29,7 +29,7 @@ class BatchGetViewCommand extends smithy_client_1.Command {
|
|
|
29
29
|
logger,
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
33
|
outputFilterSensitiveLog: models_0_1.BatchGetViewOutputFilterSensitiveLog,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.CreateIndexCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CreateIndexCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class CreateIndexCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DeleteIndexCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteIndexCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class DeleteIndexCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DeleteViewCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteViewCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class DeleteViewCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -28,8 +28,8 @@ class DisassociateDefaultViewCommand extends smithy_client_1.Command {
|
|
|
28
28
|
logger,
|
|
29
29
|
clientName,
|
|
30
30
|
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (
|
|
32
|
-
outputFilterSensitiveLog: (
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
33
|
};
|
|
34
34
|
const { requestHandler } = configuration;
|
|
35
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetDefaultViewCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetDefaultViewCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class GetDefaultViewCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetIndexCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetIndexCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class GetIndexCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -29,7 +29,7 @@ class GetViewCommand extends smithy_client_1.Command {
|
|
|
29
29
|
logger,
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
33
|
outputFilterSensitiveLog: models_0_1.GetViewOutputFilterSensitiveLog,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.ListIndexesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListIndexesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListIndexesCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListSupportedResourceTypesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListSupportedResourceTypesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListSupportedResourceTypesCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListTagsForResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ListViewsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListViewsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class ListViewsCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class SearchCommand extends smithy_client_1.Command {
|
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
32
|
inputFilterSensitiveLog: models_0_1.SearchInputFilterSensitiveLog,
|
|
33
|
-
outputFilterSensitiveLog:
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.TagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UntagResourceCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateIndexTypeCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateIndexTypeCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -29,8 +28,8 @@ class UpdateIndexTypeCommand extends smithy_client_1.Command {
|
|
|
29
28
|
logger,
|
|
30
29
|
clientName,
|
|
31
30
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog:
|
|
33
|
-
outputFilterSensitiveLog:
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
33
|
};
|
|
35
34
|
const { requestHandler } = configuration;
|
|
36
35
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = void 0;
|
|
3
|
+
exports.SearchInputFilterSensitiveLog = exports.UpdateViewOutputFilterSensitiveLog = exports.UpdateViewInputFilterSensitiveLog = exports.GetViewOutputFilterSensitiveLog = exports.CreateViewOutputFilterSensitiveLog = exports.CreateViewInputFilterSensitiveLog = exports.BatchGetViewOutputFilterSensitiveLog = exports.ViewFilterSensitiveLog = exports.SearchFilterFilterSensitiveLog = exports.ServiceQuotaExceededException = exports.IndexType = exports.IndexState = exports.ConflictException = exports.UnauthorizedException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.AccessDeniedException = void 0;
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
const ResourceExplorer2ServiceException_1 = require("./ResourceExplorer2ServiceException");
|
|
7
6
|
class AccessDeniedException extends ResourceExplorer2ServiceException_1.ResourceExplorer2ServiceException {
|
|
@@ -132,34 +131,10 @@ class ServiceQuotaExceededException extends ResourceExplorer2ServiceException_1.
|
|
|
132
131
|
}
|
|
133
132
|
}
|
|
134
133
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
135
|
-
const AssociateDefaultViewInputFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
exports.AssociateDefaultViewInputFilterSensitiveLog = AssociateDefaultViewInputFilterSensitiveLog;
|
|
139
|
-
const AssociateDefaultViewOutputFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
exports.AssociateDefaultViewOutputFilterSensitiveLog = AssociateDefaultViewOutputFilterSensitiveLog;
|
|
143
|
-
const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
exports.ValidationExceptionFieldFilterSensitiveLog = ValidationExceptionFieldFilterSensitiveLog;
|
|
147
|
-
const BatchGetViewInputFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
exports.BatchGetViewInputFilterSensitiveLog = BatchGetViewInputFilterSensitiveLog;
|
|
151
|
-
const BatchGetViewErrorFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
exports.BatchGetViewErrorFilterSensitiveLog = BatchGetViewErrorFilterSensitiveLog;
|
|
155
134
|
const SearchFilterFilterSensitiveLog = (obj) => ({
|
|
156
135
|
...obj,
|
|
157
136
|
});
|
|
158
137
|
exports.SearchFilterFilterSensitiveLog = SearchFilterFilterSensitiveLog;
|
|
159
|
-
const IncludedPropertyFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
exports.IncludedPropertyFilterSensitiveLog = IncludedPropertyFilterSensitiveLog;
|
|
163
138
|
const ViewFilterSensitiveLog = (obj) => ({
|
|
164
139
|
...obj,
|
|
165
140
|
...(obj.Filters && { Filters: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -170,42 +145,6 @@ const BatchGetViewOutputFilterSensitiveLog = (obj) => ({
|
|
|
170
145
|
...(obj.Views && { Views: obj.Views.map((item) => (0, exports.ViewFilterSensitiveLog)(item)) }),
|
|
171
146
|
});
|
|
172
147
|
exports.BatchGetViewOutputFilterSensitiveLog = BatchGetViewOutputFilterSensitiveLog;
|
|
173
|
-
const CreateIndexInputFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
exports.CreateIndexInputFilterSensitiveLog = CreateIndexInputFilterSensitiveLog;
|
|
177
|
-
const CreateIndexOutputFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
exports.CreateIndexOutputFilterSensitiveLog = CreateIndexOutputFilterSensitiveLog;
|
|
181
|
-
const DeleteIndexInputFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
exports.DeleteIndexInputFilterSensitiveLog = DeleteIndexInputFilterSensitiveLog;
|
|
185
|
-
const DeleteIndexOutputFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
exports.DeleteIndexOutputFilterSensitiveLog = DeleteIndexOutputFilterSensitiveLog;
|
|
189
|
-
const ListIndexesInputFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
exports.ListIndexesInputFilterSensitiveLog = ListIndexesInputFilterSensitiveLog;
|
|
193
|
-
const IndexFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
exports.IndexFilterSensitiveLog = IndexFilterSensitiveLog;
|
|
197
|
-
const ListIndexesOutputFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.ListIndexesOutputFilterSensitiveLog = ListIndexesOutputFilterSensitiveLog;
|
|
201
|
-
const UpdateIndexTypeInputFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
exports.UpdateIndexTypeInputFilterSensitiveLog = UpdateIndexTypeInputFilterSensitiveLog;
|
|
205
|
-
const UpdateIndexTypeOutputFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
exports.UpdateIndexTypeOutputFilterSensitiveLog = UpdateIndexTypeOutputFilterSensitiveLog;
|
|
209
148
|
const CreateViewInputFilterSensitiveLog = (obj) => ({
|
|
210
149
|
...obj,
|
|
211
150
|
...(obj.Filters && { Filters: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -216,31 +155,11 @@ const CreateViewOutputFilterSensitiveLog = (obj) => ({
|
|
|
216
155
|
...(obj.View && { View: (0, exports.ViewFilterSensitiveLog)(obj.View) }),
|
|
217
156
|
});
|
|
218
157
|
exports.CreateViewOutputFilterSensitiveLog = CreateViewOutputFilterSensitiveLog;
|
|
219
|
-
const DeleteViewInputFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
exports.DeleteViewInputFilterSensitiveLog = DeleteViewInputFilterSensitiveLog;
|
|
223
|
-
const DeleteViewOutputFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
exports.DeleteViewOutputFilterSensitiveLog = DeleteViewOutputFilterSensitiveLog;
|
|
227
|
-
const GetViewInputFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
exports.GetViewInputFilterSensitiveLog = GetViewInputFilterSensitiveLog;
|
|
231
158
|
const GetViewOutputFilterSensitiveLog = (obj) => ({
|
|
232
159
|
...obj,
|
|
233
160
|
...(obj.View && { View: (0, exports.ViewFilterSensitiveLog)(obj.View) }),
|
|
234
161
|
});
|
|
235
162
|
exports.GetViewOutputFilterSensitiveLog = GetViewOutputFilterSensitiveLog;
|
|
236
|
-
const ListViewsInputFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
exports.ListViewsInputFilterSensitiveLog = ListViewsInputFilterSensitiveLog;
|
|
240
|
-
const ListViewsOutputFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
exports.ListViewsOutputFilterSensitiveLog = ListViewsOutputFilterSensitiveLog;
|
|
244
163
|
const UpdateViewInputFilterSensitiveLog = (obj) => ({
|
|
245
164
|
...obj,
|
|
246
165
|
...(obj.Filters && { Filters: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -251,68 +170,8 @@ const UpdateViewOutputFilterSensitiveLog = (obj) => ({
|
|
|
251
170
|
...(obj.View && { View: (0, exports.ViewFilterSensitiveLog)(obj.View) }),
|
|
252
171
|
});
|
|
253
172
|
exports.UpdateViewOutputFilterSensitiveLog = UpdateViewOutputFilterSensitiveLog;
|
|
254
|
-
const GetDefaultViewOutputFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
exports.GetDefaultViewOutputFilterSensitiveLog = GetDefaultViewOutputFilterSensitiveLog;
|
|
258
|
-
const GetIndexOutputFilterSensitiveLog = (obj) => ({
|
|
259
|
-
...obj,
|
|
260
|
-
});
|
|
261
|
-
exports.GetIndexOutputFilterSensitiveLog = GetIndexOutputFilterSensitiveLog;
|
|
262
|
-
const ListSupportedResourceTypesInputFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
});
|
|
265
|
-
exports.ListSupportedResourceTypesInputFilterSensitiveLog = ListSupportedResourceTypesInputFilterSensitiveLog;
|
|
266
|
-
const SupportedResourceTypeFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
});
|
|
269
|
-
exports.SupportedResourceTypeFilterSensitiveLog = SupportedResourceTypeFilterSensitiveLog;
|
|
270
|
-
const ListSupportedResourceTypesOutputFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
});
|
|
273
|
-
exports.ListSupportedResourceTypesOutputFilterSensitiveLog = ListSupportedResourceTypesOutputFilterSensitiveLog;
|
|
274
|
-
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
278
|
-
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
282
|
-
const ResourcePropertyFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
exports.ResourcePropertyFilterSensitiveLog = ResourcePropertyFilterSensitiveLog;
|
|
286
|
-
const ResourceFilterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
exports.ResourceFilterSensitiveLog = ResourceFilterSensitiveLog;
|
|
290
|
-
const ResourceCountFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
exports.ResourceCountFilterSensitiveLog = ResourceCountFilterSensitiveLog;
|
|
294
173
|
const SearchInputFilterSensitiveLog = (obj) => ({
|
|
295
174
|
...obj,
|
|
296
175
|
...(obj.QueryString && { QueryString: smithy_client_1.SENSITIVE_STRING }),
|
|
297
176
|
});
|
|
298
177
|
exports.SearchInputFilterSensitiveLog = SearchInputFilterSensitiveLog;
|
|
299
|
-
const SearchOutputFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
exports.SearchOutputFilterSensitiveLog = SearchOutputFilterSensitiveLog;
|
|
303
|
-
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
307
|
-
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
});
|
|
310
|
-
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
311
|
-
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
315
|
-
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { AssociateDefaultViewInputFilterSensitiveLog, AssociateDefaultViewOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1AssociateDefaultViewCommand, serializeAws_restJson1AssociateDefaultViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class AssociateDefaultViewCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class AssociateDefaultViewCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetViewOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1BatchGetViewCommand, serializeAws_restJson1BatchGetViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class BatchGetViewCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -26,7 +26,7 @@ export class BatchGetViewCommand extends $Command {
|
|
|
26
26
|
logger,
|
|
27
27
|
clientName,
|
|
28
28
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
30
|
outputFilterSensitiveLog: BatchGetViewOutputFilterSensitiveLog,
|
|
31
31
|
};
|
|
32
32
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateIndexInputFilterSensitiveLog, CreateIndexOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CreateIndexCommand, serializeAws_restJson1CreateIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CreateIndexCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class CreateIndexCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteIndexInputFilterSensitiveLog, DeleteIndexOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteIndexCommand, serializeAws_restJson1DeleteIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteIndexCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class DeleteIndexCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DeleteViewInputFilterSensitiveLog, DeleteViewOutputFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteViewCommand, serializeAws_restJson1DeleteViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteViewCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class DeleteViewCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog:
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -25,8 +25,8 @@ export class DisassociateDefaultViewCommand extends $Command {
|
|
|
25
25
|
logger,
|
|
26
26
|
clientName,
|
|
27
27
|
commandName,
|
|
28
|
-
inputFilterSensitiveLog: (
|
|
29
|
-
outputFilterSensitiveLog: (
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
30
30
|
};
|
|
31
31
|
const { requestHandler } = configuration;
|
|
32
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetDefaultViewOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetDefaultViewCommand, serializeAws_restJson1GetDefaultViewCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetDefaultViewCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class GetDefaultViewCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog: (
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetIndexOutputFilterSensitiveLog } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1GetIndexCommand, serializeAws_restJson1GetIndexCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class GetIndexCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -26,8 +25,8 @@ export class GetIndexCommand extends $Command {
|
|
|
26
25
|
logger,
|
|
27
26
|
clientName,
|
|
28
27
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog: (
|
|
30
|
-
outputFilterSensitiveLog:
|
|
28
|
+
inputFilterSensitiveLog: (_) => _,
|
|
29
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
30
|
};
|
|
32
31
|
const { requestHandler } = configuration;
|
|
33
32
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|