@aws-sdk/client-greengrass 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/GreengrassServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +36 -5
- package/dist-cjs/protocols/Aws_restJson1.js +516 -1542
- package/dist-es/index.js +1 -0
- package/dist-es/models/GreengrassServiceException.js +12 -0
- package/dist-es/models/models_0.js +30 -1
- package/dist-es/protocols/Aws_restJson1.js +1315 -1857
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/GreengrassServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +16 -7
- package/dist-types/ts3.4/Greengrass.d.ts +465 -0
- package/dist-types/ts3.4/GreengrassClient.d.ts +165 -0
- package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +92 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2791 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +278 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput } from "./commands/AssociateRoleToGroupCommand";
|
|
10
|
+
import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "./commands/AssociateServiceRoleToAccountCommand";
|
|
11
|
+
import { CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput } from "./commands/CreateConnectorDefinitionCommand";
|
|
12
|
+
import { CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput } from "./commands/CreateConnectorDefinitionVersionCommand";
|
|
13
|
+
import { CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput } from "./commands/CreateCoreDefinitionCommand";
|
|
14
|
+
import { CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput } from "./commands/CreateCoreDefinitionVersionCommand";
|
|
15
|
+
import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "./commands/CreateDeploymentCommand";
|
|
16
|
+
import { CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput } from "./commands/CreateDeviceDefinitionCommand";
|
|
17
|
+
import { CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput } from "./commands/CreateDeviceDefinitionVersionCommand";
|
|
18
|
+
import { CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput } from "./commands/CreateFunctionDefinitionCommand";
|
|
19
|
+
import { CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput } from "./commands/CreateFunctionDefinitionVersionCommand";
|
|
20
|
+
import { CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput } from "./commands/CreateGroupCertificateAuthorityCommand";
|
|
21
|
+
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
22
|
+
import { CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput } from "./commands/CreateGroupVersionCommand";
|
|
23
|
+
import { CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput } from "./commands/CreateLoggerDefinitionCommand";
|
|
24
|
+
import { CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput } from "./commands/CreateLoggerDefinitionVersionCommand";
|
|
25
|
+
import { CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput } from "./commands/CreateResourceDefinitionCommand";
|
|
26
|
+
import { CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput } from "./commands/CreateResourceDefinitionVersionCommand";
|
|
27
|
+
import { CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput } from "./commands/CreateSoftwareUpdateJobCommand";
|
|
28
|
+
import { CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput } from "./commands/CreateSubscriptionDefinitionCommand";
|
|
29
|
+
import { CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput } from "./commands/CreateSubscriptionDefinitionVersionCommand";
|
|
30
|
+
import { DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput } from "./commands/DeleteConnectorDefinitionCommand";
|
|
31
|
+
import { DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput } from "./commands/DeleteCoreDefinitionCommand";
|
|
32
|
+
import { DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput } from "./commands/DeleteDeviceDefinitionCommand";
|
|
33
|
+
import { DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput } from "./commands/DeleteFunctionDefinitionCommand";
|
|
34
|
+
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
35
|
+
import { DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput } from "./commands/DeleteLoggerDefinitionCommand";
|
|
36
|
+
import { DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput } from "./commands/DeleteResourceDefinitionCommand";
|
|
37
|
+
import { DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput } from "./commands/DeleteSubscriptionDefinitionCommand";
|
|
38
|
+
import { DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput } from "./commands/DisassociateRoleFromGroupCommand";
|
|
39
|
+
import { DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput } from "./commands/DisassociateServiceRoleFromAccountCommand";
|
|
40
|
+
import { GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput } from "./commands/GetAssociatedRoleCommand";
|
|
41
|
+
import { GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput } from "./commands/GetBulkDeploymentStatusCommand";
|
|
42
|
+
import { GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput } from "./commands/GetConnectivityInfoCommand";
|
|
43
|
+
import { GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput } from "./commands/GetConnectorDefinitionCommand";
|
|
44
|
+
import { GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput } from "./commands/GetConnectorDefinitionVersionCommand";
|
|
45
|
+
import { GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput } from "./commands/GetCoreDefinitionCommand";
|
|
46
|
+
import { GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput } from "./commands/GetCoreDefinitionVersionCommand";
|
|
47
|
+
import { GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput } from "./commands/GetDeploymentStatusCommand";
|
|
48
|
+
import { GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput } from "./commands/GetDeviceDefinitionCommand";
|
|
49
|
+
import { GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput } from "./commands/GetDeviceDefinitionVersionCommand";
|
|
50
|
+
import { GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput } from "./commands/GetFunctionDefinitionCommand";
|
|
51
|
+
import { GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput } from "./commands/GetFunctionDefinitionVersionCommand";
|
|
52
|
+
import { GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput } from "./commands/GetGroupCertificateAuthorityCommand";
|
|
53
|
+
import { GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput } from "./commands/GetGroupCertificateConfigurationCommand";
|
|
54
|
+
import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
|
|
55
|
+
import { GetGroupVersionCommandInput, GetGroupVersionCommandOutput } from "./commands/GetGroupVersionCommand";
|
|
56
|
+
import { GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput } from "./commands/GetLoggerDefinitionCommand";
|
|
57
|
+
import { GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput } from "./commands/GetLoggerDefinitionVersionCommand";
|
|
58
|
+
import { GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput } from "./commands/GetResourceDefinitionCommand";
|
|
59
|
+
import { GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput } from "./commands/GetResourceDefinitionVersionCommand";
|
|
60
|
+
import { GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput } from "./commands/GetServiceRoleForAccountCommand";
|
|
61
|
+
import { GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput } from "./commands/GetSubscriptionDefinitionCommand";
|
|
62
|
+
import { GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput } from "./commands/GetSubscriptionDefinitionVersionCommand";
|
|
63
|
+
import { GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput } from "./commands/GetThingRuntimeConfigurationCommand";
|
|
64
|
+
import { ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput } from "./commands/ListBulkDeploymentDetailedReportsCommand";
|
|
65
|
+
import { ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput } from "./commands/ListBulkDeploymentsCommand";
|
|
66
|
+
import { ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput } from "./commands/ListConnectorDefinitionsCommand";
|
|
67
|
+
import { ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput } from "./commands/ListConnectorDefinitionVersionsCommand";
|
|
68
|
+
import { ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput } from "./commands/ListCoreDefinitionsCommand";
|
|
69
|
+
import { ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput } from "./commands/ListCoreDefinitionVersionsCommand";
|
|
70
|
+
import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
|
|
71
|
+
import { ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput } from "./commands/ListDeviceDefinitionsCommand";
|
|
72
|
+
import { ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput } from "./commands/ListDeviceDefinitionVersionsCommand";
|
|
73
|
+
import { ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput } from "./commands/ListFunctionDefinitionsCommand";
|
|
74
|
+
import { ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput } from "./commands/ListFunctionDefinitionVersionsCommand";
|
|
75
|
+
import { ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput } from "./commands/ListGroupCertificateAuthoritiesCommand";
|
|
76
|
+
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
|
|
77
|
+
import { ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput } from "./commands/ListGroupVersionsCommand";
|
|
78
|
+
import { ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput } from "./commands/ListLoggerDefinitionsCommand";
|
|
79
|
+
import { ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput } from "./commands/ListLoggerDefinitionVersionsCommand";
|
|
80
|
+
import { ListResourceDefinitionsCommandInput, ListResourceDefinitionsCommandOutput } from "./commands/ListResourceDefinitionsCommand";
|
|
81
|
+
import { ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput } from "./commands/ListResourceDefinitionVersionsCommand";
|
|
82
|
+
import { ListSubscriptionDefinitionsCommandInput, ListSubscriptionDefinitionsCommandOutput } from "./commands/ListSubscriptionDefinitionsCommand";
|
|
83
|
+
import { ListSubscriptionDefinitionVersionsCommandInput, ListSubscriptionDefinitionVersionsCommandOutput } from "./commands/ListSubscriptionDefinitionVersionsCommand";
|
|
84
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
85
|
+
import { ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput } from "./commands/ResetDeploymentsCommand";
|
|
86
|
+
import { StartBulkDeploymentCommandInput, StartBulkDeploymentCommandOutput } from "./commands/StartBulkDeploymentCommand";
|
|
87
|
+
import { StopBulkDeploymentCommandInput, StopBulkDeploymentCommandOutput } from "./commands/StopBulkDeploymentCommand";
|
|
88
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
89
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
90
|
+
import { UpdateConnectivityInfoCommandInput, UpdateConnectivityInfoCommandOutput } from "./commands/UpdateConnectivityInfoCommand";
|
|
91
|
+
import { UpdateConnectorDefinitionCommandInput, UpdateConnectorDefinitionCommandOutput } from "./commands/UpdateConnectorDefinitionCommand";
|
|
92
|
+
import { UpdateCoreDefinitionCommandInput, UpdateCoreDefinitionCommandOutput } from "./commands/UpdateCoreDefinitionCommand";
|
|
93
|
+
import { UpdateDeviceDefinitionCommandInput, UpdateDeviceDefinitionCommandOutput } from "./commands/UpdateDeviceDefinitionCommand";
|
|
94
|
+
import { UpdateFunctionDefinitionCommandInput, UpdateFunctionDefinitionCommandOutput } from "./commands/UpdateFunctionDefinitionCommand";
|
|
95
|
+
import { UpdateGroupCertificateConfigurationCommandInput, UpdateGroupCertificateConfigurationCommandOutput } from "./commands/UpdateGroupCertificateConfigurationCommand";
|
|
96
|
+
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
97
|
+
import { UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput } from "./commands/UpdateLoggerDefinitionCommand";
|
|
98
|
+
import { UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput } from "./commands/UpdateResourceDefinitionCommand";
|
|
99
|
+
import { UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput } from "./commands/UpdateSubscriptionDefinitionCommand";
|
|
100
|
+
import { UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput } from "./commands/UpdateThingRuntimeConfigurationCommand";
|
|
101
|
+
export declare type ServiceInputTypes = AssociateRoleToGroupCommandInput | AssociateServiceRoleToAccountCommandInput | CreateConnectorDefinitionCommandInput | CreateConnectorDefinitionVersionCommandInput | CreateCoreDefinitionCommandInput | CreateCoreDefinitionVersionCommandInput | CreateDeploymentCommandInput | CreateDeviceDefinitionCommandInput | CreateDeviceDefinitionVersionCommandInput | CreateFunctionDefinitionCommandInput | CreateFunctionDefinitionVersionCommandInput | CreateGroupCertificateAuthorityCommandInput | CreateGroupCommandInput | CreateGroupVersionCommandInput | CreateLoggerDefinitionCommandInput | CreateLoggerDefinitionVersionCommandInput | CreateResourceDefinitionCommandInput | CreateResourceDefinitionVersionCommandInput | CreateSoftwareUpdateJobCommandInput | CreateSubscriptionDefinitionCommandInput | CreateSubscriptionDefinitionVersionCommandInput | DeleteConnectorDefinitionCommandInput | DeleteCoreDefinitionCommandInput | DeleteDeviceDefinitionCommandInput | DeleteFunctionDefinitionCommandInput | DeleteGroupCommandInput | DeleteLoggerDefinitionCommandInput | DeleteResourceDefinitionCommandInput | DeleteSubscriptionDefinitionCommandInput | DisassociateRoleFromGroupCommandInput | DisassociateServiceRoleFromAccountCommandInput | GetAssociatedRoleCommandInput | GetBulkDeploymentStatusCommandInput | GetConnectivityInfoCommandInput | GetConnectorDefinitionCommandInput | GetConnectorDefinitionVersionCommandInput | GetCoreDefinitionCommandInput | GetCoreDefinitionVersionCommandInput | GetDeploymentStatusCommandInput | GetDeviceDefinitionCommandInput | GetDeviceDefinitionVersionCommandInput | GetFunctionDefinitionCommandInput | GetFunctionDefinitionVersionCommandInput | GetGroupCertificateAuthorityCommandInput | GetGroupCertificateConfigurationCommandInput | GetGroupCommandInput | GetGroupVersionCommandInput | GetLoggerDefinitionCommandInput | GetLoggerDefinitionVersionCommandInput | GetResourceDefinitionCommandInput | GetResourceDefinitionVersionCommandInput | GetServiceRoleForAccountCommandInput | GetSubscriptionDefinitionCommandInput | GetSubscriptionDefinitionVersionCommandInput | GetThingRuntimeConfigurationCommandInput | ListBulkDeploymentDetailedReportsCommandInput | ListBulkDeploymentsCommandInput | ListConnectorDefinitionVersionsCommandInput | ListConnectorDefinitionsCommandInput | ListCoreDefinitionVersionsCommandInput | ListCoreDefinitionsCommandInput | ListDeploymentsCommandInput | ListDeviceDefinitionVersionsCommandInput | ListDeviceDefinitionsCommandInput | ListFunctionDefinitionVersionsCommandInput | ListFunctionDefinitionsCommandInput | ListGroupCertificateAuthoritiesCommandInput | ListGroupVersionsCommandInput | ListGroupsCommandInput | ListLoggerDefinitionVersionsCommandInput | ListLoggerDefinitionsCommandInput | ListResourceDefinitionVersionsCommandInput | ListResourceDefinitionsCommandInput | ListSubscriptionDefinitionVersionsCommandInput | ListSubscriptionDefinitionsCommandInput | ListTagsForResourceCommandInput | ResetDeploymentsCommandInput | StartBulkDeploymentCommandInput | StopBulkDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectivityInfoCommandInput | UpdateConnectorDefinitionCommandInput | UpdateCoreDefinitionCommandInput | UpdateDeviceDefinitionCommandInput | UpdateFunctionDefinitionCommandInput | UpdateGroupCertificateConfigurationCommandInput | UpdateGroupCommandInput | UpdateLoggerDefinitionCommandInput | UpdateResourceDefinitionCommandInput | UpdateSubscriptionDefinitionCommandInput | UpdateThingRuntimeConfigurationCommandInput;
|
|
102
|
+
export declare type ServiceOutputTypes = AssociateRoleToGroupCommandOutput | AssociateServiceRoleToAccountCommandOutput | CreateConnectorDefinitionCommandOutput | CreateConnectorDefinitionVersionCommandOutput | CreateCoreDefinitionCommandOutput | CreateCoreDefinitionVersionCommandOutput | CreateDeploymentCommandOutput | CreateDeviceDefinitionCommandOutput | CreateDeviceDefinitionVersionCommandOutput | CreateFunctionDefinitionCommandOutput | CreateFunctionDefinitionVersionCommandOutput | CreateGroupCertificateAuthorityCommandOutput | CreateGroupCommandOutput | CreateGroupVersionCommandOutput | CreateLoggerDefinitionCommandOutput | CreateLoggerDefinitionVersionCommandOutput | CreateResourceDefinitionCommandOutput | CreateResourceDefinitionVersionCommandOutput | CreateSoftwareUpdateJobCommandOutput | CreateSubscriptionDefinitionCommandOutput | CreateSubscriptionDefinitionVersionCommandOutput | DeleteConnectorDefinitionCommandOutput | DeleteCoreDefinitionCommandOutput | DeleteDeviceDefinitionCommandOutput | DeleteFunctionDefinitionCommandOutput | DeleteGroupCommandOutput | DeleteLoggerDefinitionCommandOutput | DeleteResourceDefinitionCommandOutput | DeleteSubscriptionDefinitionCommandOutput | DisassociateRoleFromGroupCommandOutput | DisassociateServiceRoleFromAccountCommandOutput | GetAssociatedRoleCommandOutput | GetBulkDeploymentStatusCommandOutput | GetConnectivityInfoCommandOutput | GetConnectorDefinitionCommandOutput | GetConnectorDefinitionVersionCommandOutput | GetCoreDefinitionCommandOutput | GetCoreDefinitionVersionCommandOutput | GetDeploymentStatusCommandOutput | GetDeviceDefinitionCommandOutput | GetDeviceDefinitionVersionCommandOutput | GetFunctionDefinitionCommandOutput | GetFunctionDefinitionVersionCommandOutput | GetGroupCertificateAuthorityCommandOutput | GetGroupCertificateConfigurationCommandOutput | GetGroupCommandOutput | GetGroupVersionCommandOutput | GetLoggerDefinitionCommandOutput | GetLoggerDefinitionVersionCommandOutput | GetResourceDefinitionCommandOutput | GetResourceDefinitionVersionCommandOutput | GetServiceRoleForAccountCommandOutput | GetSubscriptionDefinitionCommandOutput | GetSubscriptionDefinitionVersionCommandOutput | GetThingRuntimeConfigurationCommandOutput | ListBulkDeploymentDetailedReportsCommandOutput | ListBulkDeploymentsCommandOutput | ListConnectorDefinitionVersionsCommandOutput | ListConnectorDefinitionsCommandOutput | ListCoreDefinitionVersionsCommandOutput | ListCoreDefinitionsCommandOutput | ListDeploymentsCommandOutput | ListDeviceDefinitionVersionsCommandOutput | ListDeviceDefinitionsCommandOutput | ListFunctionDefinitionVersionsCommandOutput | ListFunctionDefinitionsCommandOutput | ListGroupCertificateAuthoritiesCommandOutput | ListGroupVersionsCommandOutput | ListGroupsCommandOutput | ListLoggerDefinitionVersionsCommandOutput | ListLoggerDefinitionsCommandOutput | ListResourceDefinitionVersionsCommandOutput | ListResourceDefinitionsCommandOutput | ListSubscriptionDefinitionVersionsCommandOutput | ListSubscriptionDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ResetDeploymentsCommandOutput | StartBulkDeploymentCommandOutput | StopBulkDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectivityInfoCommandOutput | UpdateConnectorDefinitionCommandOutput | UpdateCoreDefinitionCommandOutput | UpdateDeviceDefinitionCommandOutput | UpdateFunctionDefinitionCommandOutput | UpdateGroupCertificateConfigurationCommandOutput | UpdateGroupCommandOutput | UpdateLoggerDefinitionCommandOutput | UpdateResourceDefinitionCommandOutput | UpdateSubscriptionDefinitionCommandOutput | UpdateThingRuntimeConfigurationCommandOutput;
|
|
103
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
104
|
+
|
|
105
|
+
requestHandler?: __HttpHandler;
|
|
106
|
+
|
|
107
|
+
sha256?: __HashConstructor;
|
|
108
|
+
|
|
109
|
+
urlParser?: __UrlParser;
|
|
110
|
+
|
|
111
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
112
|
+
|
|
113
|
+
streamCollector?: __StreamCollector;
|
|
114
|
+
|
|
115
|
+
base64Decoder?: __Decoder;
|
|
116
|
+
|
|
117
|
+
base64Encoder?: __Encoder;
|
|
118
|
+
|
|
119
|
+
utf8Decoder?: __Decoder;
|
|
120
|
+
|
|
121
|
+
utf8Encoder?: __Encoder;
|
|
122
|
+
|
|
123
|
+
runtime?: string;
|
|
124
|
+
|
|
125
|
+
disableHostPrefix?: boolean;
|
|
126
|
+
|
|
127
|
+
maxAttempts?: number | __Provider<number>;
|
|
128
|
+
|
|
129
|
+
retryMode?: string | __Provider<string>;
|
|
130
|
+
|
|
131
|
+
logger?: __Logger;
|
|
132
|
+
|
|
133
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
134
|
+
|
|
135
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
136
|
+
|
|
137
|
+
serviceId?: string;
|
|
138
|
+
|
|
139
|
+
region?: string | __Provider<string>;
|
|
140
|
+
|
|
141
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
142
|
+
|
|
143
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
144
|
+
|
|
145
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
146
|
+
|
|
147
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
148
|
+
}
|
|
149
|
+
declare type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
150
|
+
|
|
151
|
+
export interface GreengrassClientConfig extends GreengrassClientConfigType {
|
|
152
|
+
}
|
|
153
|
+
declare type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
154
|
+
|
|
155
|
+
export interface GreengrassClientResolvedConfig extends GreengrassClientResolvedConfigType {
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export declare class GreengrassClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GreengrassClientResolvedConfig> {
|
|
159
|
+
|
|
160
|
+
readonly config: GreengrassClientResolvedConfig;
|
|
161
|
+
constructor(configuration: GreengrassClientConfig);
|
|
162
|
+
|
|
163
|
+
destroy(): void;
|
|
164
|
+
}
|
|
165
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateRoleToGroupCommandInput extends AssociateRoleToGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateRoleToGroupCommand extends $Command<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateRoleToGroupCommandInput;
|
|
12
|
+
constructor(input: AssociateRoleToGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateServiceRoleToAccountCommandInput extends AssociateServiceRoleToAccountRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateServiceRoleToAccountCommandOutput extends AssociateServiceRoleToAccountResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateServiceRoleToAccountCommandInput;
|
|
12
|
+
constructor(input: AssociateServiceRoleToAccountCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateConnectorDefinitionRequest, CreateConnectorDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateConnectorDefinitionCommandInput extends CreateConnectorDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateConnectorDefinitionCommand extends $Command<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateConnectorDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateConnectorDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateConnectorDefinitionVersionRequest, CreateConnectorDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateConnectorDefinitionVersionCommandInput extends CreateConnectorDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateConnectorDefinitionVersionCommandOutput extends CreateConnectorDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateConnectorDefinitionVersionCommand extends $Command<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateConnectorDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateConnectorDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateCoreDefinitionCommandInput extends CreateCoreDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateCoreDefinitionCommand extends $Command<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateCoreDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateCoreDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateCoreDefinitionVersionRequest, CreateCoreDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateCoreDefinitionVersionCommandInput extends CreateCoreDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateCoreDefinitionVersionCommand extends $Command<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateCoreDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateCoreDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDeploymentCommandInput;
|
|
12
|
+
constructor(input: CreateDeploymentCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDeviceDefinitionCommandInput extends CreateDeviceDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDeviceDefinitionCommand extends $Command<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDeviceDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateDeviceDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateDeviceDefinitionVersionRequest, CreateDeviceDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateDeviceDefinitionVersionCommandInput extends CreateDeviceDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDeviceDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateDeviceDefinitionVersionCommand extends $Command<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateDeviceDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateDeviceDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateFunctionDefinitionRequest, CreateFunctionDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateFunctionDefinitionCommandInput extends CreateFunctionDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateFunctionDefinitionCommand extends $Command<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateFunctionDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateFunctionDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateFunctionDefinitionVersionRequest, CreateFunctionDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateFunctionDefinitionVersionCommandInput extends CreateFunctionDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunctionDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateFunctionDefinitionVersionCommand extends $Command<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateFunctionDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateFunctionDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateGroupCertificateAuthorityRequest, CreateGroupCertificateAuthorityResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateGroupCertificateAuthorityCommandInput extends CreateGroupCertificateAuthorityRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGroupCertificateAuthorityResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateGroupCertificateAuthorityCommand extends $Command<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateGroupCertificateAuthorityCommandInput;
|
|
12
|
+
constructor(input: CreateGroupCertificateAuthorityCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateGroupCommandInput extends CreateGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateGroupCommandInput;
|
|
12
|
+
constructor(input: CreateGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateGroupVersionCommandInput extends CreateGroupVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateGroupVersionCommandOutput extends CreateGroupVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateGroupVersionCommand extends $Command<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateGroupVersionCommandInput;
|
|
12
|
+
constructor(input: CreateGroupVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateLoggerDefinitionCommandInput extends CreateLoggerDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateLoggerDefinitionCommand extends $Command<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateLoggerDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateLoggerDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateLoggerDefinitionVersionRequest, CreateLoggerDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateLoggerDefinitionVersionCommandInput extends CreateLoggerDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLoggerDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateLoggerDefinitionVersionCommand extends $Command<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateLoggerDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateLoggerDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateResourceDefinitionRequest, CreateResourceDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateResourceDefinitionCommandInput extends CreateResourceDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResourceDefinitionCommandOutput extends CreateResourceDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResourceDefinitionCommand extends $Command<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResourceDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateResourceDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateResourceDefinitionVersionRequest, CreateResourceDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateResourceDefinitionVersionCommandInput extends CreateResourceDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResourceDefinitionVersionCommandOutput extends CreateResourceDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResourceDefinitionVersionCommand extends $Command<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResourceDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateResourceDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateSoftwareUpdateJobRequest, CreateSoftwareUpdateJobResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateSoftwareUpdateJobCommandInput extends CreateSoftwareUpdateJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpdateJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateSoftwareUpdateJobCommand extends $Command<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSoftwareUpdateJobCommandInput;
|
|
12
|
+
constructor(input: CreateSoftwareUpdateJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateSubscriptionDefinitionRequest, CreateSubscriptionDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateSubscriptionDefinitionCommandInput extends CreateSubscriptionDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscriptionDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateSubscriptionDefinitionCommand extends $Command<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSubscriptionDefinitionCommandInput;
|
|
12
|
+
constructor(input: CreateSubscriptionDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { CreateSubscriptionDefinitionVersionRequest, CreateSubscriptionDefinitionVersionResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateSubscriptionDefinitionVersionCommandInput extends CreateSubscriptionDefinitionVersionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateSubscriptionDefinitionVersionCommandOutput extends CreateSubscriptionDefinitionVersionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateSubscriptionDefinitionVersionCommand extends $Command<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateSubscriptionDefinitionVersionCommandInput;
|
|
12
|
+
constructor(input: CreateSubscriptionDefinitionVersionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
|
+
import { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteConnectorDefinitionCommandInput extends DeleteConnectorDefinitionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorDefinitionResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteConnectorDefinitionCommand extends $Command<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteConnectorDefinitionCommandInput;
|
|
12
|
+
constructor(input: DeleteConnectorDefinitionCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GreengrassClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|