@aws-sdk/client-greengrass 3.39.0 → 3.43.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 +38 -0
- package/dist-cjs/endpoints.js +102 -13
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +102 -13
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/GreengrassClient.d.ts +8 -0
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +1 -1
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +1 -1
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/GreengrassClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -20,7 +20,7 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateLoggerDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateLoggerDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateLoggerDefinitionVersionCommand extends $Command<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateResourceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateResourceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateResourceDefinitionCommand extends $Command<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateResourceDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateResourceDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateResourceDefinitionVersionCommand extends $Command<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateSoftwareUpdateJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateSoftwareUpdateJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateSoftwareUpdateJobCommand extends $Command<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateSubscriptionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateSubscriptionDefinitionCommand extends $Command<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateSubscriptionDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateSubscriptionDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateSubscriptionDefinitionVersionCommand extends $Command<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteConnectorDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteConnectorDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteConnectorDefinitionCommand extends $Command<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteCoreDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteCoreDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteCoreDefinitionCommand extends $Command<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDeviceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDeviceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDeviceDefinitionCommand extends $Command<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFunctionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFunctionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFunctionDefinitionCommand extends $Command<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteLoggerDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteLoggerDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteLoggerDefinitionCommand extends $Command<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteResourceDefinitionCommandOutput extends DeleteResourceDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteResourceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteResourceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteResourceDefinitionCommand extends $Command<DeleteResourceDefinitionCommandInput, DeleteResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteSubscriptionDefinitionCommandOutput extends DeleteSubscri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteSubscriptionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteSubscriptionDefinitionCommand extends $Command<DeleteSubscriptionDefinitionCommandInput, DeleteSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateRoleFromGroupCommandOutput extends DisassociateRole
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateRoleFromGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateRoleFromGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateRoleFromGroupCommand extends $Command<DisassociateRoleFromGroupCommandInput, DisassociateRoleFromGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateServiceRoleFromAccountCommandOutput extends Disasso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateServiceRoleFromAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateServiceRoleFromAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateServiceRoleFromAccountCommand extends $Command<DisassociateServiceRoleFromAccountCommandInput, DisassociateServiceRoleFromAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetAssociatedRoleCommandOutput extends GetAssociatedRoleRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetAssociatedRoleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetAssociatedRoleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetAssociatedRoleCommand extends $Command<GetAssociatedRoleCommandInput, GetAssociatedRoleCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBulkDeploymentStatusCommandOutput extends GetBulkDeploymentS
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBulkDeploymentStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBulkDeploymentStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBulkDeploymentStatusCommand extends $Command<GetBulkDeploymentStatusCommandInput, GetBulkDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetConnectivityInfoCommandOutput extends GetConnectivityInfoRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetConnectivityInfoCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetConnectivityInfoCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetConnectivityInfoCommand extends $Command<GetConnectivityInfoCommandInput, GetConnectivityInfoCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetConnectorDefinitionCommandOutput extends GetConnectorDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetConnectorDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetConnectorDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetConnectorDefinitionCommand extends $Command<GetConnectorDefinitionCommandInput, GetConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetConnectorDefinitionVersionCommandOutput extends GetConnector
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetConnectorDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetConnectorDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetConnectorDefinitionVersionCommand extends $Command<GetConnectorDefinitionVersionCommandInput, GetConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetCoreDefinitionCommandOutput extends GetCoreDefinitionRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetCoreDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetCoreDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetCoreDefinitionCommand extends $Command<GetCoreDefinitionCommandInput, GetCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetCoreDefinitionVersionCommandOutput extends GetCoreDefinition
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetCoreDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetCoreDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetCoreDefinitionVersionCommand extends $Command<GetCoreDefinitionVersionCommandInput, GetCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeploymentStatusCommandOutput extends GetDeploymentStatusRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeploymentStatusCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeploymentStatusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeploymentStatusCommand extends $Command<GetDeploymentStatusCommandInput, GetDeploymentStatusCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceDefinitionCommandOutput extends GetDeviceDefinitionRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceDefinitionCommand extends $Command<GetDeviceDefinitionCommandInput, GetDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDeviceDefinitionVersionCommandOutput extends GetDeviceDefini
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDeviceDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDeviceDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDeviceDefinitionVersionCommand extends $Command<GetDeviceDefinitionVersionCommandInput, GetDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFunctionDefinitionCommandOutput extends GetFunctionDefinitio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFunctionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFunctionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFunctionDefinitionCommand extends $Command<GetFunctionDefinitionCommandInput, GetFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetFunctionDefinitionVersionCommandOutput extends GetFunctionDe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetFunctionDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetFunctionDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetFunctionDefinitionVersionCommand extends $Command<GetFunctionDefinitionVersionCommandInput, GetFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGroupCertificateAuthorityCommandOutput extends GetGroupCerti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGroupCertificateAuthorityCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGroupCertificateAuthorityCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGroupCertificateAuthorityCommand extends $Command<GetGroupCertificateAuthorityCommandInput, GetGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGroupCertificateConfigurationCommandOutput extends GetGroupC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGroupCertificateConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGroupCertificateConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGroupCertificateConfigurationCommand extends $Command<GetGroupCertificateConfigurationCommandInput, GetGroupCertificateConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGroupCommand extends $Command<GetGroupCommandInput, GetGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetGroupVersionCommandOutput extends GetGroupVersionResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetGroupVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetGroupVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetGroupVersionCommand extends $Command<GetGroupVersionCommandInput, GetGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetLoggerDefinitionCommandOutput extends GetLoggerDefinitionRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetLoggerDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetLoggerDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetLoggerDefinitionCommand extends $Command<GetLoggerDefinitionCommandInput, GetLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetLoggerDefinitionVersionCommandOutput extends GetLoggerDefini
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetLoggerDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetLoggerDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetLoggerDefinitionVersionCommand extends $Command<GetLoggerDefinitionVersionCommandInput, GetLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResourceDefinitionCommandOutput extends GetResourceDefinitio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResourceDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResourceDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResourceDefinitionCommand extends $Command<GetResourceDefinitionCommandInput, GetResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetResourceDefinitionVersionCommandOutput extends GetResourceDe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetResourceDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetResourceDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetResourceDefinitionVersionCommand extends $Command<GetResourceDefinitionVersionCommandInput, GetResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetServiceRoleForAccountCommandOutput extends GetServiceRoleFor
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetServiceRoleForAccountCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetServiceRoleForAccountCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetServiceRoleForAccountCommand extends $Command<GetServiceRoleForAccountCommandInput, GetServiceRoleForAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSubscriptionDefinitionCommandOutput extends GetSubscriptionD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSubscriptionDefinitionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSubscriptionDefinitionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSubscriptionDefinitionCommand extends $Command<GetSubscriptionDefinitionCommandInput, GetSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSubscriptionDefinitionVersionCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSubscriptionDefinitionVersionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSubscriptionDefinitionVersionCommand extends $Command<GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetThingRuntimeConfigurationCommandOutput extends GetThingRunti
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetThingRuntimeConfigurationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetThingRuntimeConfigurationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetThingRuntimeConfigurationCommand extends $Command<GetThingRuntimeConfigurationCommandInput, GetThingRuntimeConfigurationCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListBulkDeploymentDetailedReportsCommandOutput extends ListBulk
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListBulkDeploymentDetailedReportsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListBulkDeploymentDetailedReportsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListBulkDeploymentDetailedReportsCommand extends $Command<ListBulkDeploymentDetailedReportsCommandInput, ListBulkDeploymentDetailedReportsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListBulkDeploymentsCommandOutput extends ListBulkDeploymentsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListBulkDeploymentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListBulkDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListBulkDeploymentsCommand extends $Command<ListBulkDeploymentsCommandInput, ListBulkDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListConnectorDefinitionVersionsCommandOutput extends ListConnec
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListConnectorDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListConnectorDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListConnectorDefinitionVersionsCommand extends $Command<ListConnectorDefinitionVersionsCommandInput, ListConnectorDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListConnectorDefinitionsCommandOutput extends ListConnectorDefi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListConnectorDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListConnectorDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListConnectorDefinitionsCommand extends $Command<ListConnectorDefinitionsCommandInput, ListConnectorDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCoreDefinitionVersionsCommandOutput extends ListCoreDefinit
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCoreDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCoreDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCoreDefinitionVersionsCommand extends $Command<ListCoreDefinitionVersionsCommandInput, ListCoreDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCoreDefinitionsCommandOutput extends ListCoreDefinitionsRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCoreDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCoreDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCoreDefinitionsCommand extends $Command<ListCoreDefinitionsCommandInput, ListCoreDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDeploymentsCommandOutput extends ListDeploymentsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDeploymentsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDeploymentsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDeviceDefinitionVersionsCommandOutput extends ListDeviceDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDeviceDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDeviceDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDeviceDefinitionVersionsCommand extends $Command<ListDeviceDefinitionVersionsCommandInput, ListDeviceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListDeviceDefinitionsCommandOutput extends ListDeviceDefinition
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListDeviceDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListDeviceDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListDeviceDefinitionsCommand extends $Command<ListDeviceDefinitionsCommandInput, ListDeviceDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFunctionDefinitionVersionsCommandOutput extends ListFunctio
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFunctionDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFunctionDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFunctionDefinitionVersionsCommand extends $Command<ListFunctionDefinitionVersionsCommandInput, ListFunctionDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFunctionDefinitionsCommandOutput extends ListFunctionDefini
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFunctionDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFunctionDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFunctionDefinitionsCommand extends $Command<ListFunctionDefinitionsCommandInput, ListFunctionDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListGroupCertificateAuthoritiesCommandOutput extends ListGroupC
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListGroupCertificateAuthoritiesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListGroupCertificateAuthoritiesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListGroupCertificateAuthoritiesCommand extends $Command<ListGroupCertificateAuthoritiesCommandInput, ListGroupCertificateAuthoritiesCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListGroupVersionsCommandOutput extends ListGroupVersionsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListGroupVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListGroupVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListGroupVersionsCommand extends $Command<ListGroupVersionsCommandInput, ListGroupVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListLoggerDefinitionVersionsCommandOutput extends ListLoggerDef
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListLoggerDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListLoggerDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListLoggerDefinitionVersionsCommand extends $Command<ListLoggerDefinitionVersionsCommandInput, ListLoggerDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListLoggerDefinitionsCommandOutput extends ListLoggerDefinition
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListLoggerDefinitionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListLoggerDefinitionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListLoggerDefinitionsCommand extends $Command<ListLoggerDefinitionsCommandInput, ListLoggerDefinitionsCommandOutput, GreengrassClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResourceDefinitionVersionsCommandOutput extends ListResourc
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResourceDefinitionVersionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResourceDefinitionVersionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link GreengrassClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link GreengrassClientResolvedConfig | config} for GreengrassClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResourceDefinitionVersionsCommand extends $Command<ListResourceDefinitionVersionsCommandInput, ListResourceDefinitionVersionsCommandOutput, GreengrassClientResolvedConfig> {
|