@aws-sdk/client-greengrass 3.413.0 → 3.418.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/AssociateRoleToGroupCommand.js +5 -0
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateCoreDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
- package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +5 -0
- package/dist-cjs/commands/CreateGroupCommand.js +5 -0
- package/dist-cjs/commands/CreateGroupVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateResourceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +5 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
- package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +5 -0
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +5 -0
- package/dist-cjs/commands/GetAssociatedRoleCommand.js +5 -0
- package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +5 -0
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +5 -0
- package/dist-cjs/commands/GetConnectorDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetCoreDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentStatusCommand.js +5 -0
- package/dist-cjs/commands/GetDeviceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +5 -0
- package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetGroupCommand.js +5 -0
- package/dist-cjs/commands/GetGroupVersionCommand.js +5 -0
- package/dist-cjs/commands/GetLoggerDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetResourceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +5 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +5 -0
- package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +5 -0
- package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +5 -0
- package/dist-cjs/commands/ListBulkDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListCoreDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +5 -0
- package/dist-cjs/commands/ListGroupVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListGroupsCommand.js +5 -0
- package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListResourceDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/ResetDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/StartBulkDeploymentCommand.js +5 -0
- package/dist-cjs/commands/StopBulkDeploymentCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +5 -0
- package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +5 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +5 -0
- package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +5 -0
- package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +5 -0
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/commands/AssociateRoleToGroupCommand.js +5 -0
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +5 -0
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateCoreDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateDeploymentCommand.js +5 -0
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +5 -0
- package/dist-es/commands/CreateGroupCommand.js +5 -0
- package/dist-es/commands/CreateGroupVersionCommand.js +5 -0
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateResourceDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +5 -0
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +5 -0
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteGroupCommand.js +5 -0
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +5 -0
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +5 -0
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +5 -0
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +5 -0
- package/dist-es/commands/GetAssociatedRoleCommand.js +5 -0
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +5 -0
- package/dist-es/commands/GetConnectivityInfoCommand.js +5 -0
- package/dist-es/commands/GetConnectorDefinitionCommand.js +5 -0
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetCoreDefinitionCommand.js +5 -0
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetDeploymentStatusCommand.js +5 -0
- package/dist-es/commands/GetDeviceDefinitionCommand.js +5 -0
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetFunctionDefinitionCommand.js +5 -0
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +5 -0
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +5 -0
- package/dist-es/commands/GetGroupCommand.js +5 -0
- package/dist-es/commands/GetGroupVersionCommand.js +5 -0
- package/dist-es/commands/GetLoggerDefinitionCommand.js +5 -0
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetResourceDefinitionCommand.js +5 -0
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +5 -0
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +5 -0
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +5 -0
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +5 -0
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +5 -0
- package/dist-es/commands/ListBulkDeploymentsCommand.js +5 -0
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListCoreDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListDeploymentsCommand.js +5 -0
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +5 -0
- package/dist-es/commands/ListGroupVersionsCommand.js +5 -0
- package/dist-es/commands/ListGroupsCommand.js +5 -0
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListResourceDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +5 -0
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/ResetDeploymentsCommand.js +5 -0
- package/dist-es/commands/StartBulkDeploymentCommand.js +5 -0
- package/dist-es/commands/StopBulkDeploymentCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +5 -0
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +5 -0
- package/dist-es/commands/UpdateGroupCommand.js +5 -0
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +5 -0
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +5 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/package.json +31 -30
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListGroupVersionsCommand, se_ListGroupVersionsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListGroupVersionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListGroupVersionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListGroupVersions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListGroupsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListGroupsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListGroups",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListLoggerDefinitionVersionsCommand, se_ListLoggerDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListLoggerDefinitionVersionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListLoggerDefinitionVersionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListLoggerDefinitionVersions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListLoggerDefinitionsCommand, se_ListLoggerDefinitionsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListLoggerDefinitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListLoggerDefinitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListLoggerDefinitions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListResourceDefinitionVersionsCommand, se_ListResourceDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListResourceDefinitionVersionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListResourceDefinitionVersionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListResourceDefinitionVersions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListResourceDefinitionsCommand, se_ListResourceDefinitionsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListResourceDefinitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListResourceDefinitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListResourceDefinitions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListSubscriptionDefinitionVersionsCommand, se_ListSubscriptionDefinitionVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSubscriptionDefinitionVersionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSubscriptionDefinitionVersionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListSubscriptionDefinitionVersions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListSubscriptionDefinitionsCommand, se_ListSubscriptionDefinitionsCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSubscriptionDefinitionsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSubscriptionDefinitionsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListSubscriptionDefinitions",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ResetDeploymentsCommand, se_ResetDeploymentsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ResetDeploymentsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ResetDeploymentsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "ResetDeployments",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_StartBulkDeploymentCommand, se_StartBulkDeploymentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class StartBulkDeploymentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class StartBulkDeploymentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "StartBulkDeployment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_StopBulkDeploymentCommand, se_StopBulkDeploymentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class StopBulkDeploymentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class StopBulkDeploymentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "StopBulkDeployment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateConnectivityInfoCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateConnectivityInfoCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateConnectivityInfo",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateConnectorDefinitionCommand, se_UpdateConnectorDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateConnectorDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateConnectorDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateConnectorDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateCoreDefinitionCommand, se_UpdateCoreDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateCoreDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateCoreDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateCoreDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateDeviceDefinitionCommand, se_UpdateDeviceDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateDeviceDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateDeviceDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateDeviceDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateFunctionDefinitionCommand, se_UpdateFunctionDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateFunctionDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateFunctionDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateFunctionDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateGroupCertificateConfigurationCommand, se_UpdateGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateGroupCertificateConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateGroupCertificateConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateGroupCertificateConfiguration",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateGroupCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateGroupCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateGroup",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateLoggerDefinitionCommand, se_UpdateLoggerDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateLoggerDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateLoggerDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateLoggerDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateResourceDefinitionCommand, se_UpdateResourceDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateResourceDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateResourceDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateResourceDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSubscriptionDefinitionCommand, se_UpdateSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSubscriptionDefinitionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSubscriptionDefinitionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateSubscriptionDefinition",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateThingRuntimeConfigurationCommand, se_UpdateThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateThingRuntimeConfigurationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateThingRuntimeConfigurationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "Greengrass",
|
|
35
|
+
operation: "UpdateThingRuntimeConfiguration",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
+
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
1
2
|
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
|
|
2
3
|
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
3
4
|
const asPartial = (t) => t;
|
|
4
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
5
6
|
const extensionConfiguration = {
|
|
7
|
+
...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
|
|
6
8
|
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
7
9
|
...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
|
|
8
10
|
};
|
|
9
11
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
10
12
|
return {
|
|
11
13
|
...runtimeConfig,
|
|
14
|
+
...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
12
15
|
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
13
16
|
...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
|
|
14
17
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
/**
|
|
4
5
|
* @internal
|
|
5
6
|
*/
|
|
6
|
-
export interface GreengrassExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
|
|
7
|
+
export interface GreengrassExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
|
|
7
8
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface GreengrassExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-greengrass",
|
|
3
3
|
"description": "AWS SDK for JavaScript Greengrass Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.418.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",
|
|
@@ -21,38 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/util-
|
|
34
|
-
"@aws-sdk/util-user-agent-
|
|
35
|
-
"@
|
|
36
|
-
"@smithy/
|
|
37
|
-
"@smithy/
|
|
38
|
-
"@smithy/
|
|
39
|
-
"@smithy/
|
|
40
|
-
"@smithy/middleware-
|
|
41
|
-
"@smithy/middleware-
|
|
42
|
-
"@smithy/middleware-
|
|
43
|
-
"@smithy/middleware-
|
|
44
|
-
"@smithy/
|
|
45
|
-
"@smithy/node-
|
|
46
|
-
"@smithy/
|
|
47
|
-
"@smithy/
|
|
48
|
-
"@smithy/
|
|
49
|
-
"@smithy/
|
|
24
|
+
"@aws-sdk/client-sts": "3.418.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.418.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.418.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.418.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.418.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.418.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.418.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.418.0",
|
|
32
|
+
"@aws-sdk/types": "3.418.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.418.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.418.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.418.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.10",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.1.5",
|
|
38
|
+
"@smithy/hash-node": "^2.0.9",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.9",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.0.9",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.12",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.2",
|
|
45
|
+
"@smithy/node-config-provider": "^2.0.12",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.5",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.5",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.6",
|
|
49
|
+
"@smithy/types": "^2.3.3",
|
|
50
|
+
"@smithy/url-parser": "^2.0.9",
|
|
50
51
|
"@smithy/util-base64": "^2.0.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.10",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.12",
|
|
56
|
+
"@smithy/util-retry": "^2.0.2",
|
|
56
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
57
58
|
"tslib": "^2.5.0"
|
|
58
59
|
},
|