@aws-sdk/client-greengrass 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/Greengrass.js +377 -370
- package/dist-es/GreengrassClient.js +28 -22
- package/dist-es/commands/AssociateRoleToGroupCommand.js +28 -21
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +28 -21
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateCoreDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateDeploymentCommand.js +28 -21
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +28 -21
- package/dist-es/commands/CreateGroupCommand.js +28 -21
- package/dist-es/commands/CreateGroupVersionCommand.js +28 -21
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateResourceDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +28 -21
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +28 -21
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteGroupCommand.js +28 -21
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +28 -21
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +28 -21
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +28 -21
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +28 -21
- package/dist-es/commands/GetAssociatedRoleCommand.js +28 -21
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +28 -21
- package/dist-es/commands/GetConnectivityInfoCommand.js +28 -21
- package/dist-es/commands/GetConnectorDefinitionCommand.js +28 -21
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetCoreDefinitionCommand.js +28 -21
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetDeploymentStatusCommand.js +28 -21
- package/dist-es/commands/GetDeviceDefinitionCommand.js +28 -21
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetFunctionDefinitionCommand.js +28 -21
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +28 -21
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +28 -21
- package/dist-es/commands/GetGroupCommand.js +28 -21
- package/dist-es/commands/GetGroupVersionCommand.js +28 -21
- package/dist-es/commands/GetLoggerDefinitionCommand.js +28 -21
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetResourceDefinitionCommand.js +28 -21
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +28 -21
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +28 -21
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +28 -21
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +28 -21
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +28 -21
- package/dist-es/commands/ListBulkDeploymentsCommand.js +28 -21
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListCoreDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListDeploymentsCommand.js +28 -21
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +28 -21
- package/dist-es/commands/ListGroupVersionsCommand.js +28 -21
- package/dist-es/commands/ListGroupsCommand.js +28 -21
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListResourceDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +28 -21
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ResetDeploymentsCommand.js +28 -21
- package/dist-es/commands/StartBulkDeploymentCommand.js +28 -21
- package/dist-es/commands/StopBulkDeploymentCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +29 -22
- package/dist-es/commands/UntagResourceCommand.js +29 -22
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +28 -21
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateGroupCommand.js +28 -21
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +28 -21
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/GreengrassServiceException.js +10 -5
- package/dist-es/models/models_0.js +252 -701
- package/dist-es/protocols/Aws_restJson1.js +8198 -5793
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetResourceDefinitionRequestFilterSensitiveLog, GetResourceDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetResourceDefinitionCommand, serializeAws_restJson1GetResourceDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResourceDefinitionCommand = (function (_super) {
|
|
7
|
+
__extends(GetResourceDefinitionCommand, _super);
|
|
8
|
+
function GetResourceDefinitionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResourceDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetResourceDefinitionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResourceDefinitionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResourceDefinitionResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResourceDefinitionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetResourceDefinitionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResourceDefinitionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetResourceDefinitionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResourceDefinitionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResourceDefinitionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetResourceDefinitionVersionRequestFilterSensitiveLog, GetResourceDefinitionVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetResourceDefinitionVersionCommand, serializeAws_restJson1GetResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetResourceDefinitionVersionCommand = (function (_super) {
|
|
7
|
+
__extends(GetResourceDefinitionVersionCommand, _super);
|
|
8
|
+
function GetResourceDefinitionVersionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetResourceDefinitionVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetResourceDefinitionVersionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetResourceDefinitionVersionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetResourceDefinitionVersionResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetResourceDefinitionVersionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetResourceDefinitionVersionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetResourceDefinitionVersionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetResourceDefinitionVersionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetResourceDefinitionVersionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetResourceDefinitionVersionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetServiceRoleForAccountRequestFilterSensitiveLog, GetServiceRoleForAccountResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetServiceRoleForAccountCommand, serializeAws_restJson1GetServiceRoleForAccountCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetServiceRoleForAccountCommand = (function (_super) {
|
|
7
|
+
__extends(GetServiceRoleForAccountCommand, _super);
|
|
8
|
+
function GetServiceRoleForAccountCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetServiceRoleForAccountCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetServiceRoleForAccountCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetServiceRoleForAccountRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetServiceRoleForAccountResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetServiceRoleForAccountCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetServiceRoleForAccountCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetServiceRoleForAccountCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetServiceRoleForAccountCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetServiceRoleForAccountCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetServiceRoleForAccountCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetSubscriptionDefinitionRequestFilterSensitiveLog, GetSubscriptionDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetSubscriptionDefinitionCommand, serializeAws_restJson1GetSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetSubscriptionDefinitionCommand = (function (_super) {
|
|
7
|
+
__extends(GetSubscriptionDefinitionCommand, _super);
|
|
8
|
+
function GetSubscriptionDefinitionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetSubscriptionDefinitionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetSubscriptionDefinitionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetSubscriptionDefinitionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetSubscriptionDefinitionResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetSubscriptionDefinitionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetSubscriptionDefinitionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetSubscriptionDefinitionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetSubscriptionDefinitionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetSubscriptionDefinitionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetSubscriptionDefinitionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetSubscriptionDefinitionVersionRequestFilterSensitiveLog, GetSubscriptionDefinitionVersionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand, serializeAws_restJson1GetSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetSubscriptionDefinitionVersionCommand = (function (_super) {
|
|
7
|
+
__extends(GetSubscriptionDefinitionVersionCommand, _super);
|
|
8
|
+
function GetSubscriptionDefinitionVersionCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetSubscriptionDefinitionVersionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetSubscriptionDefinitionVersionCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetSubscriptionDefinitionVersionRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetSubscriptionDefinitionVersionResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetSubscriptionDefinitionVersionCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetSubscriptionDefinitionVersionCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetSubscriptionDefinitionVersionCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetSubscriptionDefinitionVersionCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetSubscriptionDefinitionVersionCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetSubscriptionDefinitionVersionCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { GetThingRuntimeConfigurationRequestFilterSensitiveLog, GetThingRuntimeConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1GetThingRuntimeConfigurationCommand, serializeAws_restJson1GetThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var GetThingRuntimeConfigurationCommand = (function (_super) {
|
|
7
|
+
__extends(GetThingRuntimeConfigurationCommand, _super);
|
|
8
|
+
function GetThingRuntimeConfigurationCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
GetThingRuntimeConfigurationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "GetThingRuntimeConfigurationCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: GetThingRuntimeConfigurationRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: GetThingRuntimeConfigurationResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
GetThingRuntimeConfigurationCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1GetThingRuntimeConfigurationCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
GetThingRuntimeConfigurationCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1GetThingRuntimeConfigurationCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return GetThingRuntimeConfigurationCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { GetThingRuntimeConfigurationCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListBulkDeploymentDetailedReportsRequestFilterSensitiveLog, ListBulkDeploymentDetailedReportsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand, serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListBulkDeploymentDetailedReportsCommand = (function (_super) {
|
|
7
|
+
__extends(ListBulkDeploymentDetailedReportsCommand, _super);
|
|
8
|
+
function ListBulkDeploymentDetailedReportsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListBulkDeploymentDetailedReportsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "ListBulkDeploymentDetailedReportsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListBulkDeploymentDetailedReportsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListBulkDeploymentDetailedReportsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListBulkDeploymentDetailedReportsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListBulkDeploymentDetailedReportsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListBulkDeploymentDetailedReportsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListBulkDeploymentDetailedReportsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListBulkDeploymentDetailedReportsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListBulkDeploymentDetailedReportsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListBulkDeploymentsRequestFilterSensitiveLog, ListBulkDeploymentsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListBulkDeploymentsCommand, serializeAws_restJson1ListBulkDeploymentsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListBulkDeploymentsCommand = (function (_super) {
|
|
7
|
+
__extends(ListBulkDeploymentsCommand, _super);
|
|
8
|
+
function ListBulkDeploymentsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListBulkDeploymentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "ListBulkDeploymentsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListBulkDeploymentsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListBulkDeploymentsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListBulkDeploymentsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListBulkDeploymentsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListBulkDeploymentsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListBulkDeploymentsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListBulkDeploymentsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListBulkDeploymentsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListConnectorDefinitionVersionsRequestFilterSensitiveLog, ListConnectorDefinitionVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListConnectorDefinitionVersionsCommand, serializeAws_restJson1ListConnectorDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListConnectorDefinitionVersionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListConnectorDefinitionVersionsCommand, _super);
|
|
8
|
+
function ListConnectorDefinitionVersionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListConnectorDefinitionVersionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "ListConnectorDefinitionVersionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListConnectorDefinitionVersionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListConnectorDefinitionVersionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListConnectorDefinitionVersionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListConnectorDefinitionVersionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListConnectorDefinitionVersionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListConnectorDefinitionVersionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListConnectorDefinitionVersionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListConnectorDefinitionVersionsCommand };
|
|
@@ -1,32 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
1
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
4
|
import { ListConnectorDefinitionsRequestFilterSensitiveLog, ListConnectorDefinitionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
4
5
|
import { deserializeAws_restJson1ListConnectorDefinitionsCommand, serializeAws_restJson1ListConnectorDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
var ListConnectorDefinitionsCommand = (function (_super) {
|
|
7
|
+
__extends(ListConnectorDefinitionsCommand, _super);
|
|
8
|
+
function ListConnectorDefinitionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
9
12
|
}
|
|
10
|
-
resolveMiddleware(clientStack, configuration, options) {
|
|
13
|
+
ListConnectorDefinitionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
11
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logger,
|
|
18
|
-
clientName,
|
|
19
|
-
commandName,
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "GreengrassClient";
|
|
18
|
+
var commandName = "ListConnectorDefinitionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
20
23
|
inputFilterSensitiveLog: ListConnectorDefinitionsRequestFilterSensitiveLog,
|
|
21
24
|
outputFilterSensitiveLog: ListConnectorDefinitionsResponseFilterSensitiveLog,
|
|
22
25
|
};
|
|
23
|
-
|
|
24
|
-
return stack.resolve((request)
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListConnectorDefinitionsCommand.prototype.serialize = function (input, context) {
|
|
27
32
|
return serializeAws_restJson1ListConnectorDefinitionsCommand(input, context);
|
|
28
|
-
}
|
|
29
|
-
deserialize(output, context) {
|
|
33
|
+
};
|
|
34
|
+
ListConnectorDefinitionsCommand.prototype.deserialize = function (output, context) {
|
|
30
35
|
return deserializeAws_restJson1ListConnectorDefinitionsCommand(output, context);
|
|
31
|
-
}
|
|
32
|
-
|
|
36
|
+
};
|
|
37
|
+
return ListConnectorDefinitionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListConnectorDefinitionsCommand };
|