@aws-sdk/client-greengrass 3.33.0 → 3.36.1
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 +47 -0
- package/dist-cjs/Greengrass.js +1387 -0
- package/dist-cjs/GreengrassClient.js +35 -0
- package/dist-cjs/commands/AssociateRoleToGroupCommand.js +36 -0
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateCoreDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +36 -0
- package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +36 -0
- package/dist-cjs/commands/CreateGroupCommand.js +36 -0
- package/dist-cjs/commands/CreateGroupVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateResourceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +36 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +36 -0
- package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +36 -0
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +36 -0
- package/dist-cjs/commands/GetAssociatedRoleCommand.js +36 -0
- package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +36 -0
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +36 -0
- package/dist-cjs/commands/GetConnectorDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetCoreDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetDeploymentStatusCommand.js +36 -0
- package/dist-cjs/commands/GetDeviceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetFunctionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +36 -0
- package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +36 -0
- package/dist-cjs/commands/GetGroupCommand.js +36 -0
- package/dist-cjs/commands/GetGroupVersionCommand.js +36 -0
- package/dist-cjs/commands/GetLoggerDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetResourceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +36 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +36 -0
- package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +36 -0
- package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +36 -0
- package/dist-cjs/commands/ListBulkDeploymentsCommand.js +36 -0
- package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListCoreDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +36 -0
- package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +36 -0
- package/dist-cjs/commands/ListGroupVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListResourceDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ResetDeploymentsCommand.js +36 -0
- package/dist-cjs/commands/StartBulkDeploymentCommand.js +36 -0
- package/dist-cjs/commands/StopBulkDeploymentCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +36 -0
- package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +36 -0
- package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +36 -0
- package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +36 -0
- package/dist-cjs/endpoints.js +83 -0
- package/dist-cjs/index.js +98 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1458 -0
- package/dist-cjs/protocols/Aws_restJson1.js +9062 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Greengrass.js +1390 -0
- package/dist-es/GreengrassClient.js +37 -0
- package/dist-es/commands/AssociateRoleToGroupCommand.js +39 -0
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +39 -0
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateCoreDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateDeploymentCommand.js +39 -0
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +39 -0
- package/dist-es/commands/CreateGroupCommand.js +39 -0
- package/dist-es/commands/CreateGroupVersionCommand.js +39 -0
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateResourceDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +39 -0
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +39 -0
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteGroupCommand.js +39 -0
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +39 -0
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +39 -0
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +39 -0
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +39 -0
- package/dist-es/commands/GetAssociatedRoleCommand.js +39 -0
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +39 -0
- package/dist-es/commands/GetConnectivityInfoCommand.js +39 -0
- package/dist-es/commands/GetConnectorDefinitionCommand.js +39 -0
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetCoreDefinitionCommand.js +39 -0
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetDeploymentStatusCommand.js +39 -0
- package/dist-es/commands/GetDeviceDefinitionCommand.js +39 -0
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetFunctionDefinitionCommand.js +39 -0
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +39 -0
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +39 -0
- package/dist-es/commands/GetGroupCommand.js +39 -0
- package/dist-es/commands/GetGroupVersionCommand.js +39 -0
- package/dist-es/commands/GetLoggerDefinitionCommand.js +39 -0
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetResourceDefinitionCommand.js +39 -0
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +39 -0
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +39 -0
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +39 -0
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +39 -0
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +39 -0
- package/dist-es/commands/ListBulkDeploymentsCommand.js +39 -0
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListCoreDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListDeploymentsCommand.js +39 -0
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +39 -0
- package/dist-es/commands/ListGroupVersionsCommand.js +39 -0
- package/dist-es/commands/ListGroupsCommand.js +39 -0
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListResourceDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +39 -0
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ResetDeploymentsCommand.js +39 -0
- package/dist-es/commands/StartBulkDeploymentCommand.js +39 -0
- package/dist-es/commands/StopBulkDeploymentCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +39 -0
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateGroupCommand.js +39 -0
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +39 -0
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +39 -0
- package/dist-es/endpoints.js +79 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +998 -0
- package/dist-es/protocols/Aws_restJson1.js +10391 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Greengrass.d.ts +651 -0
- package/dist-types/GreengrassClient.d.ts +224 -0
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +35 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +35 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +35 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +35 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +35 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +35 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetGroupCommand.d.ts +35 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +35 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +35 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +35 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +35 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +35 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +35 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +35 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +278 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Greengrass.d.ts +465 -0
- package/dist-types/ts3.4/GreengrassClient.d.ts +159 -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 → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2794 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +278 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +52 -49
- package/Greengrass.ts +0 -3351
- package/GreengrassClient.ts +0 -739
- package/commands/AssociateRoleToGroupCommand.ts +0 -94
- package/commands/AssociateServiceRoleToAccountCommand.ts +0 -99
- package/commands/CreateConnectorDefinitionCommand.ts +0 -97
- package/commands/CreateConnectorDefinitionVersionCommand.ts +0 -102
- package/commands/CreateCoreDefinitionCommand.ts +0 -94
- package/commands/CreateCoreDefinitionVersionCommand.ts +0 -99
- package/commands/CreateDeploymentCommand.ts +0 -94
- package/commands/CreateDeviceDefinitionCommand.ts +0 -94
- package/commands/CreateDeviceDefinitionVersionCommand.ts +0 -99
- package/commands/CreateFunctionDefinitionCommand.ts +0 -94
- package/commands/CreateFunctionDefinitionVersionCommand.ts +0 -102
- package/commands/CreateGroupCertificateAuthorityCommand.ts +0 -102
- package/commands/CreateGroupCommand.ts +0 -94
- package/commands/CreateGroupVersionCommand.ts +0 -94
- package/commands/CreateLoggerDefinitionCommand.ts +0 -94
- package/commands/CreateLoggerDefinitionVersionCommand.ts +0 -99
- package/commands/CreateResourceDefinitionCommand.ts +0 -94
- package/commands/CreateResourceDefinitionVersionCommand.ts +0 -102
- package/commands/CreateSoftwareUpdateJobCommand.ts +0 -94
- package/commands/CreateSubscriptionDefinitionCommand.ts +0 -99
- package/commands/CreateSubscriptionDefinitionVersionCommand.ts +0 -105
- package/commands/DeleteConnectorDefinitionCommand.ts +0 -97
- package/commands/DeleteCoreDefinitionCommand.ts +0 -94
- package/commands/DeleteDeviceDefinitionCommand.ts +0 -94
- package/commands/DeleteFunctionDefinitionCommand.ts +0 -94
- package/commands/DeleteGroupCommand.ts +0 -94
- package/commands/DeleteLoggerDefinitionCommand.ts +0 -94
- package/commands/DeleteResourceDefinitionCommand.ts +0 -94
- package/commands/DeleteSubscriptionDefinitionCommand.ts +0 -99
- package/commands/DisassociateRoleFromGroupCommand.ts +0 -97
- package/commands/DisassociateServiceRoleFromAccountCommand.ts +0 -105
- package/commands/GetAssociatedRoleCommand.ts +0 -94
- package/commands/GetBulkDeploymentStatusCommand.ts +0 -94
- package/commands/GetConnectivityInfoCommand.ts +0 -94
- package/commands/GetConnectorDefinitionCommand.ts +0 -94
- package/commands/GetConnectorDefinitionVersionCommand.ts +0 -99
- package/commands/GetCoreDefinitionCommand.ts +0 -94
- package/commands/GetCoreDefinitionVersionCommand.ts +0 -94
- package/commands/GetDeploymentStatusCommand.ts +0 -94
- package/commands/GetDeviceDefinitionCommand.ts +0 -94
- package/commands/GetDeviceDefinitionVersionCommand.ts +0 -97
- package/commands/GetFunctionDefinitionCommand.ts +0 -94
- package/commands/GetFunctionDefinitionVersionCommand.ts +0 -99
- package/commands/GetGroupCertificateAuthorityCommand.ts +0 -99
- package/commands/GetGroupCertificateConfigurationCommand.ts +0 -102
- package/commands/GetGroupCommand.ts +0 -94
- package/commands/GetGroupVersionCommand.ts +0 -94
- package/commands/GetLoggerDefinitionCommand.ts +0 -94
- package/commands/GetLoggerDefinitionVersionCommand.ts +0 -97
- package/commands/GetResourceDefinitionCommand.ts +0 -94
- package/commands/GetResourceDefinitionVersionCommand.ts +0 -99
- package/commands/GetServiceRoleForAccountCommand.ts +0 -94
- package/commands/GetSubscriptionDefinitionCommand.ts +0 -97
- package/commands/GetSubscriptionDefinitionVersionCommand.ts +0 -102
- package/commands/GetThingRuntimeConfigurationCommand.ts +0 -99
- package/commands/ListBulkDeploymentDetailedReportsCommand.ts +0 -105
- package/commands/ListBulkDeploymentsCommand.ts +0 -94
- package/commands/ListConnectorDefinitionVersionsCommand.ts +0 -102
- package/commands/ListConnectorDefinitionsCommand.ts +0 -94
- package/commands/ListCoreDefinitionVersionsCommand.ts +0 -97
- package/commands/ListCoreDefinitionsCommand.ts +0 -94
- package/commands/ListDeploymentsCommand.ts +0 -94
- package/commands/ListDeviceDefinitionVersionsCommand.ts +0 -99
- package/commands/ListDeviceDefinitionsCommand.ts +0 -94
- package/commands/ListFunctionDefinitionVersionsCommand.ts +0 -102
- package/commands/ListFunctionDefinitionsCommand.ts +0 -94
- package/commands/ListGroupCertificateAuthoritiesCommand.ts +0 -102
- package/commands/ListGroupVersionsCommand.ts +0 -94
- package/commands/ListGroupsCommand.ts +0 -94
- package/commands/ListLoggerDefinitionVersionsCommand.ts +0 -99
- package/commands/ListLoggerDefinitionsCommand.ts +0 -94
- package/commands/ListResourceDefinitionVersionsCommand.ts +0 -102
- package/commands/ListResourceDefinitionsCommand.ts +0 -94
- package/commands/ListSubscriptionDefinitionVersionsCommand.ts +0 -105
- package/commands/ListSubscriptionDefinitionsCommand.ts +0 -99
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ResetDeploymentsCommand.ts +0 -94
- package/commands/StartBulkDeploymentCommand.ts +0 -94
- package/commands/StopBulkDeploymentCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateConnectivityInfoCommand.ts +0 -94
- package/commands/UpdateConnectorDefinitionCommand.ts +0 -97
- package/commands/UpdateCoreDefinitionCommand.ts +0 -94
- package/commands/UpdateDeviceDefinitionCommand.ts +0 -94
- package/commands/UpdateFunctionDefinitionCommand.ts +0 -94
- package/commands/UpdateGroupCertificateConfigurationCommand.ts +0 -105
- package/commands/UpdateGroupCommand.ts +0 -94
- package/commands/UpdateLoggerDefinitionCommand.ts +0 -94
- package/commands/UpdateResourceDefinitionCommand.ts +0 -94
- package/commands/UpdateSubscriptionDefinitionCommand.ts +0 -99
- package/commands/UpdateThingRuntimeConfigurationCommand.ts +0 -102
- package/dist/cjs/Greengrass.js +0 -1391
- package/dist/cjs/Greengrass.js.map +0 -1
- package/dist/cjs/GreengrassClient.js +0 -44
- package/dist/cjs/GreengrassClient.js.map +0 -1
- package/dist/cjs/commands/AssociateRoleToGroupCommand.js +0 -61
- package/dist/cjs/commands/AssociateRoleToGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateServiceRoleToAccountCommand.js +0 -61
- package/dist/cjs/commands/AssociateServiceRoleToAccountCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectorDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateConnectorDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConnectorDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateConnectorDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCoreDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateCoreDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateCoreDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateCoreDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeploymentCommand.js +0 -61
- package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeviceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateDeviceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDeviceDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateDeviceDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateFunctionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFunctionDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateFunctionDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGroupCertificateAuthorityCommand.js +0 -61
- package/dist/cjs/commands/CreateGroupCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGroupCommand.js +0 -61
- package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGroupVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateGroupVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoggerDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateLoggerDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLoggerDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateLoggerDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateResourceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateResourceDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSoftwareUpdateJobCommand.js +0 -61
- package/dist/cjs/commands/CreateSoftwareUpdateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSubscriptionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/CreateSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/CreateSubscriptionDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConnectorDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteConnectorDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteCoreDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteCoreDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDeviceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteDeviceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFunctionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteFunctionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGroupCommand.js +0 -61
- package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoggerDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteLoggerDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteResourceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSubscriptionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/DeleteSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRoleFromGroupCommand.js +0 -61
- package/dist/cjs/commands/DisassociateRoleFromGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateServiceRoleFromAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateServiceRoleFromAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssociatedRoleCommand.js +0 -61
- package/dist/cjs/commands/GetAssociatedRoleCommand.js.map +0 -1
- package/dist/cjs/commands/GetBulkDeploymentStatusCommand.js +0 -61
- package/dist/cjs/commands/GetBulkDeploymentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetConnectivityInfoCommand.js +0 -61
- package/dist/cjs/commands/GetConnectivityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/GetConnectorDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetConnectorDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetConnectorDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetConnectorDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCoreDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetCoreDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetCoreDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetCoreDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeploymentStatusCommand.js +0 -61
- package/dist/cjs/commands/GetDeploymentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetFunctionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetFunctionDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetFunctionDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupCertificateAuthorityCommand.js +0 -61
- package/dist/cjs/commands/GetGroupCertificateAuthorityCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupCertificateConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetGroupCertificateConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupCommand.js +0 -61
- package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupVersionCommand.js +0 -61
- package/dist/cjs/commands/GetGroupVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetLoggerDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetLoggerDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetLoggerDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetLoggerDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetResourceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetResourceDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetResourceDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetServiceRoleForAccountCommand.js +0 -61
- package/dist/cjs/commands/GetServiceRoleForAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetSubscriptionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/GetSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/GetSubscriptionDefinitionVersionCommand.js +0 -61
- package/dist/cjs/commands/GetSubscriptionDefinitionVersionCommand.js.map +0 -1
- package/dist/cjs/commands/GetThingRuntimeConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetThingRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +0 -61
- package/dist/cjs/commands/ListBulkDeploymentDetailedReportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBulkDeploymentsCommand.js +0 -61
- package/dist/cjs/commands/ListBulkDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectorDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListConnectorDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConnectorDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListConnectorDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCoreDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListCoreDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCoreDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListCoreDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeploymentsCommand.js +0 -61
- package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeviceDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListDeviceDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeviceDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListDeviceDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListFunctionDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFunctionDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListFunctionDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupCertificateAuthoritiesCommand.js +0 -61
- package/dist/cjs/commands/ListGroupCertificateAuthoritiesCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListGroupVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLoggerDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListLoggerDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLoggerDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListLoggerDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListResourceDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListResourceDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +0 -61
- package/dist/cjs/commands/ListSubscriptionDefinitionVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSubscriptionDefinitionsCommand.js +0 -61
- package/dist/cjs/commands/ListSubscriptionDefinitionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetDeploymentsCommand.js +0 -61
- package/dist/cjs/commands/ResetDeploymentsCommand.js.map +0 -1
- package/dist/cjs/commands/StartBulkDeploymentCommand.js +0 -61
- package/dist/cjs/commands/StartBulkDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/StopBulkDeploymentCommand.js +0 -61
- package/dist/cjs/commands/StopBulkDeploymentCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectivityInfoCommand.js +0 -61
- package/dist/cjs/commands/UpdateConnectivityInfoCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConnectorDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateConnectorDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateCoreDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateCoreDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeviceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateDeviceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFunctionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateFunctionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGroupCertificateConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateGroupCertificateConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGroupCommand.js +0 -61
- package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLoggerDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateLoggerDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResourceDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateResourceDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSubscriptionDefinitionCommand.js +0 -61
- package/dist/cjs/commands/UpdateSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateThingRuntimeConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateThingRuntimeConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -84
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -99
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2140
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js +0 -9068
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Greengrass.js +0 -1394
- package/dist/es/Greengrass.js.map +0 -1
- package/dist/es/GreengrassClient.js +0 -46
- package/dist/es/GreengrassClient.js.map +0 -1
- package/dist/es/commands/AssociateRoleToGroupCommand.js +0 -65
- package/dist/es/commands/AssociateRoleToGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateServiceRoleToAccountCommand.js +0 -65
- package/dist/es/commands/AssociateServiceRoleToAccountCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectorDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateConnectorDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateConnectorDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateConnectorDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateCoreDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateCoreDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateCoreDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateCoreDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateDeploymentCommand.js +0 -65
- package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
- package/dist/es/commands/CreateDeviceDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateDeviceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateDeviceDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateDeviceDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateFunctionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateFunctionDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateFunctionDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateGroupCertificateAuthorityCommand.js +0 -65
- package/dist/es/commands/CreateGroupCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/CreateGroupCommand.js +0 -65
- package/dist/es/commands/CreateGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateGroupVersionCommand.js +0 -65
- package/dist/es/commands/CreateGroupVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateLoggerDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateLoggerDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateLoggerDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateLoggerDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateResourceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateResourceDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateSoftwareUpdateJobCommand.js +0 -65
- package/dist/es/commands/CreateSoftwareUpdateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateSubscriptionDefinitionCommand.js +0 -65
- package/dist/es/commands/CreateSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/CreateSubscriptionDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/CreateSubscriptionDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/DeleteConnectorDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteConnectorDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteCoreDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteCoreDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteDeviceDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteDeviceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteFunctionDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteFunctionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteGroupCommand.js +0 -65
- package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoggerDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteLoggerDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourceDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteResourceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSubscriptionDefinitionCommand.js +0 -65
- package/dist/es/commands/DeleteSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRoleFromGroupCommand.js +0 -65
- package/dist/es/commands/DisassociateRoleFromGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateServiceRoleFromAccountCommand.js +0 -65
- package/dist/es/commands/DisassociateServiceRoleFromAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAssociatedRoleCommand.js +0 -65
- package/dist/es/commands/GetAssociatedRoleCommand.js.map +0 -1
- package/dist/es/commands/GetBulkDeploymentStatusCommand.js +0 -65
- package/dist/es/commands/GetBulkDeploymentStatusCommand.js.map +0 -1
- package/dist/es/commands/GetConnectivityInfoCommand.js +0 -65
- package/dist/es/commands/GetConnectivityInfoCommand.js.map +0 -1
- package/dist/es/commands/GetConnectorDefinitionCommand.js +0 -65
- package/dist/es/commands/GetConnectorDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetConnectorDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetConnectorDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetCoreDefinitionCommand.js +0 -65
- package/dist/es/commands/GetCoreDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetCoreDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetCoreDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetDeploymentStatusCommand.js +0 -65
- package/dist/es/commands/GetDeploymentStatusCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceDefinitionCommand.js +0 -65
- package/dist/es/commands/GetDeviceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetDeviceDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionDefinitionCommand.js +0 -65
- package/dist/es/commands/GetFunctionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetFunctionDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetFunctionDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCertificateAuthorityCommand.js +0 -65
- package/dist/es/commands/GetGroupCertificateAuthorityCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCertificateConfigurationCommand.js +0 -65
- package/dist/es/commands/GetGroupCertificateConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCommand.js +0 -65
- package/dist/es/commands/GetGroupCommand.js.map +0 -1
- package/dist/es/commands/GetGroupVersionCommand.js +0 -65
- package/dist/es/commands/GetGroupVersionCommand.js.map +0 -1
- package/dist/es/commands/GetLoggerDefinitionCommand.js +0 -65
- package/dist/es/commands/GetLoggerDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetLoggerDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetLoggerDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetResourceDefinitionCommand.js +0 -65
- package/dist/es/commands/GetResourceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetResourceDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetResourceDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetServiceRoleForAccountCommand.js +0 -65
- package/dist/es/commands/GetServiceRoleForAccountCommand.js.map +0 -1
- package/dist/es/commands/GetSubscriptionDefinitionCommand.js +0 -65
- package/dist/es/commands/GetSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/GetSubscriptionDefinitionVersionCommand.js +0 -65
- package/dist/es/commands/GetSubscriptionDefinitionVersionCommand.js.map +0 -1
- package/dist/es/commands/GetThingRuntimeConfigurationCommand.js +0 -65
- package/dist/es/commands/GetThingRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListBulkDeploymentDetailedReportsCommand.js +0 -65
- package/dist/es/commands/ListBulkDeploymentDetailedReportsCommand.js.map +0 -1
- package/dist/es/commands/ListBulkDeploymentsCommand.js +0 -65
- package/dist/es/commands/ListBulkDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListConnectorDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListConnectorDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListConnectorDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListConnectorDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListCoreDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListCoreDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListCoreDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListCoreDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListDeploymentsCommand.js +0 -65
- package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/ListDeviceDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListDeviceDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListDeviceDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListDeviceDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListFunctionDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListFunctionDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListFunctionDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListGroupCertificateAuthoritiesCommand.js +0 -65
- package/dist/es/commands/ListGroupCertificateAuthoritiesCommand.js.map +0 -1
- package/dist/es/commands/ListGroupVersionsCommand.js +0 -65
- package/dist/es/commands/ListGroupVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListGroupsCommand.js +0 -65
- package/dist/es/commands/ListGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListLoggerDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListLoggerDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListLoggerDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListLoggerDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListResourceDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListResourceDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListSubscriptionDefinitionVersionsCommand.js +0 -65
- package/dist/es/commands/ListSubscriptionDefinitionVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListSubscriptionDefinitionsCommand.js +0 -65
- package/dist/es/commands/ListSubscriptionDefinitionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetDeploymentsCommand.js +0 -65
- package/dist/es/commands/ResetDeploymentsCommand.js.map +0 -1
- package/dist/es/commands/StartBulkDeploymentCommand.js +0 -65
- package/dist/es/commands/StartBulkDeploymentCommand.js.map +0 -1
- package/dist/es/commands/StopBulkDeploymentCommand.js +0 -65
- package/dist/es/commands/StopBulkDeploymentCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectivityInfoCommand.js +0 -65
- package/dist/es/commands/UpdateConnectivityInfoCommand.js.map +0 -1
- package/dist/es/commands/UpdateConnectorDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateConnectorDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateCoreDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateCoreDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeviceDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateDeviceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateFunctionDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateFunctionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupCertificateConfigurationCommand.js +0 -65
- package/dist/es/commands/UpdateGroupCertificateConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupCommand.js +0 -65
- package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateLoggerDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateLoggerDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateResourceDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateResourceDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateSubscriptionDefinitionCommand.js +0 -65
- package/dist/es/commands/UpdateSubscriptionDefinitionCommand.js.map +0 -1
- package/dist/es/commands/UpdateThingRuntimeConfigurationCommand.js +0 -65
- package/dist/es/commands/UpdateThingRuntimeConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -80
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -96
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1680
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js +0 -10397
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Greengrass.d.ts +0 -651
- package/dist/types/GreengrassClient.d.ts +0 -224
- package/dist/types/commands/AssociateRoleToGroupCommand.d.ts +0 -35
- package/dist/types/commands/AssociateServiceRoleToAccountCommand.d.ts +0 -35
- package/dist/types/commands/CreateConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateConnectorDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateCoreDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/CreateDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateDeviceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateFunctionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateGroupCertificateAuthorityCommand.d.ts +0 -35
- package/dist/types/commands/CreateGroupCommand.d.ts +0 -35
- package/dist/types/commands/CreateGroupVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateLoggerDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateResourceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/CreateSoftwareUpdateJobCommand.d.ts +0 -35
- package/dist/types/commands/CreateSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGroupCommand.d.ts +0 -35
- package/dist/types/commands/DeleteLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateRoleFromGroupCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetAssociatedRoleCommand.d.ts +0 -35
- package/dist/types/commands/GetBulkDeploymentStatusCommand.d.ts +0 -35
- package/dist/types/commands/GetConnectivityInfoCommand.d.ts +0 -35
- package/dist/types/commands/GetConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetConnectorDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetCoreDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetDeploymentStatusCommand.d.ts +0 -35
- package/dist/types/commands/GetDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetDeviceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetFunctionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetGroupCertificateAuthorityCommand.d.ts +0 -35
- package/dist/types/commands/GetGroupCertificateConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetGroupCommand.d.ts +0 -35
- package/dist/types/commands/GetGroupVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetLoggerDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetResourceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetServiceRoleForAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/commands/GetThingRuntimeConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +0 -35
- package/dist/types/commands/ListBulkDeploymentsCommand.d.ts +0 -35
- package/dist/types/commands/ListConnectorDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListConnectorDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListCoreDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListCoreDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListDeploymentsCommand.d.ts +0 -35
- package/dist/types/commands/ListDeviceDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListDeviceDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListFunctionDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +0 -35
- package/dist/types/commands/ListGroupVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListLoggerDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListLoggerDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListResourceDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListResourceDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/commands/ListSubscriptionDefinitionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ResetDeploymentsCommand.d.ts +0 -35
- package/dist/types/commands/StartBulkDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/StopBulkDeploymentCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateConnectivityInfoCommand.d.ts +0 -35
- package/dist/types/commands/UpdateConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGroupCommand.d.ts +0 -35
- package/dist/types/commands/UpdateLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +0 -35
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -278
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Greengrass.d.ts +0 -651
- package/dist/types/ts3.4/GreengrassClient.d.ts +0 -224
- package/dist/types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateGroupVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGroupVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGroupVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResetDeploymentsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4604
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -278
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -84
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5881
- package/protocols/Aws_restJson1.ts +0 -10667
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,4604 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* Information about a Greengrass core's connectivity.
|
|
4
|
-
*/
|
|
5
|
-
export interface ConnectivityInfo {
|
|
6
|
-
/**
|
|
7
|
-
* The endpoint for the Greengrass core. Can be an IP address or DNS.
|
|
8
|
-
*/
|
|
9
|
-
HostAddress?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The ID of the connectivity information.
|
|
12
|
-
*/
|
|
13
|
-
Id?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Metadata for this endpoint.
|
|
16
|
-
*/
|
|
17
|
-
Metadata?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The port of the Greengrass core. Usually 8883.
|
|
20
|
-
*/
|
|
21
|
-
PortNumber?: number;
|
|
22
|
-
}
|
|
23
|
-
export declare namespace ConnectivityInfo {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
|
-
const filterSensitiveLog: (obj: ConnectivityInfo) => any;
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
|
|
31
|
-
*/
|
|
32
|
-
export interface Connector {
|
|
33
|
-
/**
|
|
34
|
-
* The ARN of the connector.
|
|
35
|
-
*/
|
|
36
|
-
ConnectorArn: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
|
|
39
|
-
*/
|
|
40
|
-
Id: string | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* The parameters or configuration that the connector uses.
|
|
43
|
-
*/
|
|
44
|
-
Parameters?: {
|
|
45
|
-
[key: string]: string;
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
export declare namespace Connector {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
const filterSensitiveLog: (obj: Connector) => any;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Information about a core.
|
|
56
|
-
*/
|
|
57
|
-
export interface Core {
|
|
58
|
-
/**
|
|
59
|
-
* The ARN of the certificate associated with the core.
|
|
60
|
-
*/
|
|
61
|
-
CertificateArn: string | undefined;
|
|
62
|
-
/**
|
|
63
|
-
* A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
|
|
64
|
-
*/
|
|
65
|
-
Id: string | undefined;
|
|
66
|
-
/**
|
|
67
|
-
* If true, the core's local shadow is automatically synced with the cloud.
|
|
68
|
-
*/
|
|
69
|
-
SyncShadow?: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* The ARN of the thing which is the core.
|
|
72
|
-
*/
|
|
73
|
-
ThingArn: string | undefined;
|
|
74
|
-
}
|
|
75
|
-
export declare namespace Core {
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
const filterSensitiveLog: (obj: Core) => any;
|
|
80
|
-
}
|
|
81
|
-
/**
|
|
82
|
-
* Information about a definition.
|
|
83
|
-
*/
|
|
84
|
-
export interface DefinitionInformation {
|
|
85
|
-
/**
|
|
86
|
-
* The ARN of the definition.
|
|
87
|
-
*/
|
|
88
|
-
Arn?: string;
|
|
89
|
-
/**
|
|
90
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
91
|
-
*/
|
|
92
|
-
CreationTimestamp?: string;
|
|
93
|
-
/**
|
|
94
|
-
* The ID of the definition.
|
|
95
|
-
*/
|
|
96
|
-
Id?: string;
|
|
97
|
-
/**
|
|
98
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
99
|
-
*/
|
|
100
|
-
LastUpdatedTimestamp?: string;
|
|
101
|
-
/**
|
|
102
|
-
* The ID of the latest version associated with the definition.
|
|
103
|
-
*/
|
|
104
|
-
LatestVersion?: string;
|
|
105
|
-
/**
|
|
106
|
-
* The ARN of the latest version associated with the definition.
|
|
107
|
-
*/
|
|
108
|
-
LatestVersionArn?: string;
|
|
109
|
-
/**
|
|
110
|
-
* The name of the definition.
|
|
111
|
-
*/
|
|
112
|
-
Name?: string;
|
|
113
|
-
/**
|
|
114
|
-
* Tag(s) attached to the resource arn.
|
|
115
|
-
*/
|
|
116
|
-
Tags?: {
|
|
117
|
-
[key: string]: string;
|
|
118
|
-
};
|
|
119
|
-
}
|
|
120
|
-
export declare namespace DefinitionInformation {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
const filterSensitiveLog: (obj: DefinitionInformation) => any;
|
|
125
|
-
}
|
|
126
|
-
/**
|
|
127
|
-
* Information about a device.
|
|
128
|
-
*/
|
|
129
|
-
export interface Device {
|
|
130
|
-
/**
|
|
131
|
-
* The ARN of the certificate associated with the device.
|
|
132
|
-
*/
|
|
133
|
-
CertificateArn: string | undefined;
|
|
134
|
-
/**
|
|
135
|
-
* A descriptive or arbitrary ID for the device. This value must be unique within the device definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
|
|
136
|
-
*/
|
|
137
|
-
Id: string | undefined;
|
|
138
|
-
/**
|
|
139
|
-
* If true, the device's local shadow will be automatically synced with the cloud.
|
|
140
|
-
*/
|
|
141
|
-
SyncShadow?: boolean;
|
|
142
|
-
/**
|
|
143
|
-
* The thing ARN of the device.
|
|
144
|
-
*/
|
|
145
|
-
ThingArn: string | undefined;
|
|
146
|
-
}
|
|
147
|
-
export declare namespace Device {
|
|
148
|
-
/**
|
|
149
|
-
* @internal
|
|
150
|
-
*/
|
|
151
|
-
const filterSensitiveLog: (obj: Device) => any;
|
|
152
|
-
}
|
|
153
|
-
export declare enum EncodingType {
|
|
154
|
-
binary = "binary",
|
|
155
|
-
json = "json"
|
|
156
|
-
}
|
|
157
|
-
export declare enum FunctionIsolationMode {
|
|
158
|
-
GreengrassContainer = "GreengrassContainer",
|
|
159
|
-
NoContainer = "NoContainer"
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
|
|
163
|
-
*/
|
|
164
|
-
export interface FunctionRunAsConfig {
|
|
165
|
-
/**
|
|
166
|
-
* The group ID whose permissions are used to run a Lambda function.
|
|
167
|
-
*/
|
|
168
|
-
Gid?: number;
|
|
169
|
-
/**
|
|
170
|
-
* The user ID whose permissions are used to run a Lambda function.
|
|
171
|
-
*/
|
|
172
|
-
Uid?: number;
|
|
173
|
-
}
|
|
174
|
-
export declare namespace FunctionRunAsConfig {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
const filterSensitiveLog: (obj: FunctionRunAsConfig) => any;
|
|
179
|
-
}
|
|
180
|
-
/**
|
|
181
|
-
* Configuration information that specifies how a Lambda function runs.
|
|
182
|
-
*/
|
|
183
|
-
export interface FunctionExecutionConfig {
|
|
184
|
-
/**
|
|
185
|
-
* Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.
|
|
186
|
-
*/
|
|
187
|
-
IsolationMode?: FunctionIsolationMode | string;
|
|
188
|
-
/**
|
|
189
|
-
* Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
|
|
190
|
-
*/
|
|
191
|
-
RunAs?: FunctionRunAsConfig;
|
|
192
|
-
}
|
|
193
|
-
export declare namespace FunctionExecutionConfig {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
const filterSensitiveLog: (obj: FunctionExecutionConfig) => any;
|
|
198
|
-
}
|
|
199
|
-
export declare enum Permission {
|
|
200
|
-
ro = "ro",
|
|
201
|
-
rw = "rw"
|
|
202
|
-
}
|
|
203
|
-
/**
|
|
204
|
-
* A policy used by the function to access a resource.
|
|
205
|
-
*/
|
|
206
|
-
export interface ResourceAccessPolicy {
|
|
207
|
-
/**
|
|
208
|
-
* The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only).
|
|
209
|
-
*/
|
|
210
|
-
Permission?: Permission | string;
|
|
211
|
-
/**
|
|
212
|
-
* The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)
|
|
213
|
-
*/
|
|
214
|
-
ResourceId: string | undefined;
|
|
215
|
-
}
|
|
216
|
-
export declare namespace ResourceAccessPolicy {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: ResourceAccessPolicy) => any;
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* The environment configuration of the function.
|
|
224
|
-
*/
|
|
225
|
-
export interface FunctionConfigurationEnvironment {
|
|
226
|
-
/**
|
|
227
|
-
* If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys. This setting applies only when you run the Lambda function in a Greengrass container.
|
|
228
|
-
*/
|
|
229
|
-
AccessSysfs?: boolean;
|
|
230
|
-
/**
|
|
231
|
-
* Configuration related to executing the Lambda function
|
|
232
|
-
*/
|
|
233
|
-
Execution?: FunctionExecutionConfig;
|
|
234
|
-
/**
|
|
235
|
-
* A list of the resources, with their permissions, to which the Lambda function will be granted access. A Lambda function can have at most 10 resources. ResourceAccessPolicies apply only when you run the Lambda function in a Greengrass container.
|
|
236
|
-
*/
|
|
237
|
-
ResourceAccessPolicies?: ResourceAccessPolicy[];
|
|
238
|
-
/**
|
|
239
|
-
* Environment variables for the Lambda function's configuration.
|
|
240
|
-
*/
|
|
241
|
-
Variables?: {
|
|
242
|
-
[key: string]: string;
|
|
243
|
-
};
|
|
244
|
-
}
|
|
245
|
-
export declare namespace FunctionConfigurationEnvironment {
|
|
246
|
-
/**
|
|
247
|
-
* @internal
|
|
248
|
-
*/
|
|
249
|
-
const filterSensitiveLog: (obj: FunctionConfigurationEnvironment) => any;
|
|
250
|
-
}
|
|
251
|
-
/**
|
|
252
|
-
* The configuration of the Lambda function.
|
|
253
|
-
*/
|
|
254
|
-
export interface FunctionConfiguration {
|
|
255
|
-
/**
|
|
256
|
-
* The expected encoding type of the input payload for the function. The default is ''json''.
|
|
257
|
-
*/
|
|
258
|
-
EncodingType?: EncodingType | string;
|
|
259
|
-
/**
|
|
260
|
-
* The environment configuration of the function.
|
|
261
|
-
*/
|
|
262
|
-
Environment?: FunctionConfigurationEnvironment;
|
|
263
|
-
/**
|
|
264
|
-
* The execution arguments.
|
|
265
|
-
*/
|
|
266
|
-
ExecArgs?: string;
|
|
267
|
-
/**
|
|
268
|
-
* The name of the function executable.
|
|
269
|
-
*/
|
|
270
|
-
Executable?: string;
|
|
271
|
-
/**
|
|
272
|
-
* The memory size, in KB, which the function requires. This setting is not applicable and should be cleared when you run the Lambda function without containerization.
|
|
273
|
-
*/
|
|
274
|
-
MemorySize?: number;
|
|
275
|
-
/**
|
|
276
|
-
* True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.
|
|
277
|
-
*/
|
|
278
|
-
Pinned?: boolean;
|
|
279
|
-
/**
|
|
280
|
-
* The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request.
|
|
281
|
-
*/
|
|
282
|
-
Timeout?: number;
|
|
283
|
-
}
|
|
284
|
-
export declare namespace FunctionConfiguration {
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
const filterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
289
|
-
}
|
|
290
|
-
/**
|
|
291
|
-
* Information about a Lambda function.
|
|
292
|
-
*/
|
|
293
|
-
export interface Function {
|
|
294
|
-
/**
|
|
295
|
-
* The ARN of the Lambda function.
|
|
296
|
-
*/
|
|
297
|
-
FunctionArn?: string;
|
|
298
|
-
/**
|
|
299
|
-
* The configuration of the Lambda function.
|
|
300
|
-
*/
|
|
301
|
-
FunctionConfiguration?: FunctionConfiguration;
|
|
302
|
-
/**
|
|
303
|
-
* A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
|
|
304
|
-
*/
|
|
305
|
-
Id: string | undefined;
|
|
306
|
-
}
|
|
307
|
-
export declare namespace Function {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
const filterSensitiveLog: (obj: Function) => any;
|
|
312
|
-
}
|
|
313
|
-
/**
|
|
314
|
-
* Information about a certificate authority for a group.
|
|
315
|
-
*/
|
|
316
|
-
export interface GroupCertificateAuthorityProperties {
|
|
317
|
-
/**
|
|
318
|
-
* The ARN of the certificate authority for the group.
|
|
319
|
-
*/
|
|
320
|
-
GroupCertificateAuthorityArn?: string;
|
|
321
|
-
/**
|
|
322
|
-
* The ID of the certificate authority for the group.
|
|
323
|
-
*/
|
|
324
|
-
GroupCertificateAuthorityId?: string;
|
|
325
|
-
}
|
|
326
|
-
export declare namespace GroupCertificateAuthorityProperties {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: GroupCertificateAuthorityProperties) => any;
|
|
331
|
-
}
|
|
332
|
-
/**
|
|
333
|
-
* Information about a group.
|
|
334
|
-
*/
|
|
335
|
-
export interface GroupInformation {
|
|
336
|
-
/**
|
|
337
|
-
* The ARN of the group.
|
|
338
|
-
*/
|
|
339
|
-
Arn?: string;
|
|
340
|
-
/**
|
|
341
|
-
* The time, in milliseconds since the epoch, when the group was created.
|
|
342
|
-
*/
|
|
343
|
-
CreationTimestamp?: string;
|
|
344
|
-
/**
|
|
345
|
-
* The ID of the group.
|
|
346
|
-
*/
|
|
347
|
-
Id?: string;
|
|
348
|
-
/**
|
|
349
|
-
* The time, in milliseconds since the epoch, when the group was last updated.
|
|
350
|
-
*/
|
|
351
|
-
LastUpdatedTimestamp?: string;
|
|
352
|
-
/**
|
|
353
|
-
* The ID of the latest version associated with the group.
|
|
354
|
-
*/
|
|
355
|
-
LatestVersion?: string;
|
|
356
|
-
/**
|
|
357
|
-
* The ARN of the latest version associated with the group.
|
|
358
|
-
*/
|
|
359
|
-
LatestVersionArn?: string;
|
|
360
|
-
/**
|
|
361
|
-
* The name of the group.
|
|
362
|
-
*/
|
|
363
|
-
Name?: string;
|
|
364
|
-
}
|
|
365
|
-
export declare namespace GroupInformation {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
|
-
const filterSensitiveLog: (obj: GroupInformation) => any;
|
|
370
|
-
}
|
|
371
|
-
export declare enum LoggerComponent {
|
|
372
|
-
GreengrassSystem = "GreengrassSystem",
|
|
373
|
-
Lambda = "Lambda"
|
|
374
|
-
}
|
|
375
|
-
export declare enum LoggerLevel {
|
|
376
|
-
DEBUG = "DEBUG",
|
|
377
|
-
ERROR = "ERROR",
|
|
378
|
-
FATAL = "FATAL",
|
|
379
|
-
INFO = "INFO",
|
|
380
|
-
WARN = "WARN"
|
|
381
|
-
}
|
|
382
|
-
export declare enum LoggerType {
|
|
383
|
-
AWSCloudWatch = "AWSCloudWatch",
|
|
384
|
-
FileSystem = "FileSystem"
|
|
385
|
-
}
|
|
386
|
-
/**
|
|
387
|
-
* Information about a logger
|
|
388
|
-
*/
|
|
389
|
-
export interface Logger {
|
|
390
|
-
/**
|
|
391
|
-
* The component that will be subject to logging.
|
|
392
|
-
*/
|
|
393
|
-
Component: LoggerComponent | string | undefined;
|
|
394
|
-
/**
|
|
395
|
-
* A descriptive or arbitrary ID for the logger. This value must be unique within the logger definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
|
|
396
|
-
*/
|
|
397
|
-
Id: string | undefined;
|
|
398
|
-
/**
|
|
399
|
-
* The level of the logs.
|
|
400
|
-
*/
|
|
401
|
-
Level: LoggerLevel | string | undefined;
|
|
402
|
-
/**
|
|
403
|
-
* The amount of file space, in KB, to use if the local file system is used for logging purposes.
|
|
404
|
-
*/
|
|
405
|
-
Space?: number;
|
|
406
|
-
/**
|
|
407
|
-
* The type of log output which will be used.
|
|
408
|
-
*/
|
|
409
|
-
Type: LoggerType | string | undefined;
|
|
410
|
-
}
|
|
411
|
-
export declare namespace Logger {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
|
-
const filterSensitiveLog: (obj: Logger) => any;
|
|
416
|
-
}
|
|
417
|
-
/**
|
|
418
|
-
* Group owner related settings for local resources.
|
|
419
|
-
*/
|
|
420
|
-
export interface GroupOwnerSetting {
|
|
421
|
-
/**
|
|
422
|
-
* If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.
|
|
423
|
-
*/
|
|
424
|
-
AutoAddGroupOwner?: boolean;
|
|
425
|
-
/**
|
|
426
|
-
* The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.
|
|
427
|
-
*/
|
|
428
|
-
GroupOwner?: string;
|
|
429
|
-
}
|
|
430
|
-
export declare namespace GroupOwnerSetting {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
|
-
const filterSensitiveLog: (obj: GroupOwnerSetting) => any;
|
|
435
|
-
}
|
|
436
|
-
/**
|
|
437
|
-
* Attributes that define a local device resource.
|
|
438
|
-
*/
|
|
439
|
-
export interface LocalDeviceResourceData {
|
|
440
|
-
/**
|
|
441
|
-
* Group/owner related settings for local resources.
|
|
442
|
-
*/
|
|
443
|
-
GroupOwnerSetting?: GroupOwnerSetting;
|
|
444
|
-
/**
|
|
445
|
-
* The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under ''/dev''.
|
|
446
|
-
*/
|
|
447
|
-
SourcePath?: string;
|
|
448
|
-
}
|
|
449
|
-
export declare namespace LocalDeviceResourceData {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
const filterSensitiveLog: (obj: LocalDeviceResourceData) => any;
|
|
454
|
-
}
|
|
455
|
-
/**
|
|
456
|
-
* Attributes that define a local volume resource.
|
|
457
|
-
*/
|
|
458
|
-
export interface LocalVolumeResourceData {
|
|
459
|
-
/**
|
|
460
|
-
* The absolute local path of the resource inside the Lambda environment.
|
|
461
|
-
*/
|
|
462
|
-
DestinationPath?: string;
|
|
463
|
-
/**
|
|
464
|
-
* Allows you to configure additional group privileges for the Lambda process. This field is optional.
|
|
465
|
-
*/
|
|
466
|
-
GroupOwnerSetting?: GroupOwnerSetting;
|
|
467
|
-
/**
|
|
468
|
-
* The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.
|
|
469
|
-
*/
|
|
470
|
-
SourcePath?: string;
|
|
471
|
-
}
|
|
472
|
-
export declare namespace LocalVolumeResourceData {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
const filterSensitiveLog: (obj: LocalVolumeResourceData) => any;
|
|
477
|
-
}
|
|
478
|
-
/**
|
|
479
|
-
* The owner setting for downloaded machine learning resources.
|
|
480
|
-
*/
|
|
481
|
-
export interface ResourceDownloadOwnerSetting {
|
|
482
|
-
/**
|
|
483
|
-
* The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.
|
|
484
|
-
*/
|
|
485
|
-
GroupOwner: string | undefined;
|
|
486
|
-
/**
|
|
487
|
-
* The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).
|
|
488
|
-
*/
|
|
489
|
-
GroupPermission: Permission | string | undefined;
|
|
490
|
-
}
|
|
491
|
-
export declare namespace ResourceDownloadOwnerSetting {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
|
-
const filterSensitiveLog: (obj: ResourceDownloadOwnerSetting) => any;
|
|
496
|
-
}
|
|
497
|
-
/**
|
|
498
|
-
* Attributes that define an Amazon S3 machine learning resource.
|
|
499
|
-
*/
|
|
500
|
-
export interface S3MachineLearningModelResourceData {
|
|
501
|
-
/**
|
|
502
|
-
* The absolute local path of the resource inside the Lambda environment.
|
|
503
|
-
*/
|
|
504
|
-
DestinationPath?: string;
|
|
505
|
-
/**
|
|
506
|
-
* The owner setting for downloaded machine learning resources.
|
|
507
|
-
*/
|
|
508
|
-
OwnerSetting?: ResourceDownloadOwnerSetting;
|
|
509
|
-
/**
|
|
510
|
-
* The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
|
|
511
|
-
*/
|
|
512
|
-
S3Uri?: string;
|
|
513
|
-
}
|
|
514
|
-
export declare namespace S3MachineLearningModelResourceData {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
const filterSensitiveLog: (obj: S3MachineLearningModelResourceData) => any;
|
|
519
|
-
}
|
|
520
|
-
/**
|
|
521
|
-
* Attributes that define an Amazon SageMaker machine learning resource.
|
|
522
|
-
*/
|
|
523
|
-
export interface SageMakerMachineLearningModelResourceData {
|
|
524
|
-
/**
|
|
525
|
-
* The absolute local path of the resource inside the Lambda environment.
|
|
526
|
-
*/
|
|
527
|
-
DestinationPath?: string;
|
|
528
|
-
/**
|
|
529
|
-
* The owner setting for downloaded machine learning resources.
|
|
530
|
-
*/
|
|
531
|
-
OwnerSetting?: ResourceDownloadOwnerSetting;
|
|
532
|
-
/**
|
|
533
|
-
* The ARN of the Amazon SageMaker training job that represents the source model.
|
|
534
|
-
*/
|
|
535
|
-
SageMakerJobArn?: string;
|
|
536
|
-
}
|
|
537
|
-
export declare namespace SageMakerMachineLearningModelResourceData {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
|
-
const filterSensitiveLog: (obj: SageMakerMachineLearningModelResourceData) => any;
|
|
542
|
-
}
|
|
543
|
-
/**
|
|
544
|
-
* Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.
|
|
545
|
-
*/
|
|
546
|
-
export interface SecretsManagerSecretResourceData {
|
|
547
|
-
/**
|
|
548
|
-
* The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.
|
|
549
|
-
*/
|
|
550
|
-
ARN?: string;
|
|
551
|
-
/**
|
|
552
|
-
* Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.
|
|
553
|
-
*/
|
|
554
|
-
AdditionalStagingLabelsToDownload?: string[];
|
|
555
|
-
}
|
|
556
|
-
export declare namespace SecretsManagerSecretResourceData {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
|
-
const filterSensitiveLog: (obj: SecretsManagerSecretResourceData) => any;
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.
|
|
564
|
-
*/
|
|
565
|
-
export interface ResourceDataContainer {
|
|
566
|
-
/**
|
|
567
|
-
* Attributes that define the local device resource.
|
|
568
|
-
*/
|
|
569
|
-
LocalDeviceResourceData?: LocalDeviceResourceData;
|
|
570
|
-
/**
|
|
571
|
-
* Attributes that define the local volume resource.
|
|
572
|
-
*/
|
|
573
|
-
LocalVolumeResourceData?: LocalVolumeResourceData;
|
|
574
|
-
/**
|
|
575
|
-
* Attributes that define an Amazon S3 machine learning resource.
|
|
576
|
-
*/
|
|
577
|
-
S3MachineLearningModelResourceData?: S3MachineLearningModelResourceData;
|
|
578
|
-
/**
|
|
579
|
-
* Attributes that define an Amazon SageMaker machine learning resource.
|
|
580
|
-
*/
|
|
581
|
-
SageMakerMachineLearningModelResourceData?: SageMakerMachineLearningModelResourceData;
|
|
582
|
-
/**
|
|
583
|
-
* Attributes that define a secret resource, which references a secret from AWS Secrets Manager.
|
|
584
|
-
*/
|
|
585
|
-
SecretsManagerSecretResourceData?: SecretsManagerSecretResourceData;
|
|
586
|
-
}
|
|
587
|
-
export declare namespace ResourceDataContainer {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
|
-
const filterSensitiveLog: (obj: ResourceDataContainer) => any;
|
|
592
|
-
}
|
|
593
|
-
/**
|
|
594
|
-
* Information about a resource.
|
|
595
|
-
*/
|
|
596
|
-
export interface Resource {
|
|
597
|
-
/**
|
|
598
|
-
* The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
|
|
599
|
-
*/
|
|
600
|
-
Id: string | undefined;
|
|
601
|
-
/**
|
|
602
|
-
* The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
|
|
603
|
-
*/
|
|
604
|
-
Name: string | undefined;
|
|
605
|
-
/**
|
|
606
|
-
* A container of data for all resource types.
|
|
607
|
-
*/
|
|
608
|
-
ResourceDataContainer: ResourceDataContainer | undefined;
|
|
609
|
-
}
|
|
610
|
-
export declare namespace Resource {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
615
|
-
}
|
|
616
|
-
/**
|
|
617
|
-
* Information about a subscription.
|
|
618
|
-
*/
|
|
619
|
-
export interface Subscription {
|
|
620
|
-
/**
|
|
621
|
-
* A descriptive or arbitrary ID for the subscription. This value must be unique within the subscription definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
|
|
622
|
-
*/
|
|
623
|
-
Id: string | undefined;
|
|
624
|
-
/**
|
|
625
|
-
* The source of the subscription. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.
|
|
626
|
-
*/
|
|
627
|
-
Source: string | undefined;
|
|
628
|
-
/**
|
|
629
|
-
* The MQTT topic used to route the message.
|
|
630
|
-
*/
|
|
631
|
-
Subject: string | undefined;
|
|
632
|
-
/**
|
|
633
|
-
* Where the message is sent to. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.
|
|
634
|
-
*/
|
|
635
|
-
Target: string | undefined;
|
|
636
|
-
}
|
|
637
|
-
export declare namespace Subscription {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
|
-
const filterSensitiveLog: (obj: Subscription) => any;
|
|
642
|
-
}
|
|
643
|
-
/**
|
|
644
|
-
* Information about a version.
|
|
645
|
-
*/
|
|
646
|
-
export interface VersionInformation {
|
|
647
|
-
/**
|
|
648
|
-
* The ARN of the version.
|
|
649
|
-
*/
|
|
650
|
-
Arn?: string;
|
|
651
|
-
/**
|
|
652
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
653
|
-
*/
|
|
654
|
-
CreationTimestamp?: string;
|
|
655
|
-
/**
|
|
656
|
-
* The ID of the parent definition that the version is associated with.
|
|
657
|
-
*/
|
|
658
|
-
Id?: string;
|
|
659
|
-
/**
|
|
660
|
-
* The ID of the version.
|
|
661
|
-
*/
|
|
662
|
-
Version?: string;
|
|
663
|
-
}
|
|
664
|
-
export declare namespace VersionInformation {
|
|
665
|
-
/**
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
668
|
-
const filterSensitiveLog: (obj: VersionInformation) => any;
|
|
669
|
-
}
|
|
670
|
-
export interface AssociateRoleToGroupRequest {
|
|
671
|
-
/**
|
|
672
|
-
* The ID of the Greengrass group.
|
|
673
|
-
*/
|
|
674
|
-
GroupId: string | undefined;
|
|
675
|
-
/**
|
|
676
|
-
* The ARN of the role you wish to associate with this group. The existence of the role is not validated.
|
|
677
|
-
*/
|
|
678
|
-
RoleArn: string | undefined;
|
|
679
|
-
}
|
|
680
|
-
export declare namespace AssociateRoleToGroupRequest {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
|
-
const filterSensitiveLog: (obj: AssociateRoleToGroupRequest) => any;
|
|
685
|
-
}
|
|
686
|
-
export interface AssociateRoleToGroupResponse {
|
|
687
|
-
/**
|
|
688
|
-
* The time, in milliseconds since the epoch, when the role ARN was associated with the group.
|
|
689
|
-
*/
|
|
690
|
-
AssociatedAt?: string;
|
|
691
|
-
}
|
|
692
|
-
export declare namespace AssociateRoleToGroupResponse {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
|
-
const filterSensitiveLog: (obj: AssociateRoleToGroupResponse) => any;
|
|
697
|
-
}
|
|
698
|
-
/**
|
|
699
|
-
* Details about the error.
|
|
700
|
-
*/
|
|
701
|
-
export interface ErrorDetail {
|
|
702
|
-
/**
|
|
703
|
-
* A detailed error code.
|
|
704
|
-
*/
|
|
705
|
-
DetailedErrorCode?: string;
|
|
706
|
-
/**
|
|
707
|
-
* A detailed error message.
|
|
708
|
-
*/
|
|
709
|
-
DetailedErrorMessage?: string;
|
|
710
|
-
}
|
|
711
|
-
export declare namespace ErrorDetail {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
const filterSensitiveLog: (obj: ErrorDetail) => any;
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* General error information.
|
|
719
|
-
*/
|
|
720
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
721
|
-
name: "BadRequestException";
|
|
722
|
-
$fault: "client";
|
|
723
|
-
/**
|
|
724
|
-
* Details about the error.
|
|
725
|
-
*/
|
|
726
|
-
ErrorDetails?: ErrorDetail[];
|
|
727
|
-
/**
|
|
728
|
-
* A message containing information about the error.
|
|
729
|
-
*/
|
|
730
|
-
Message?: string;
|
|
731
|
-
}
|
|
732
|
-
export declare namespace BadRequestException {
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
const filterSensitiveLog: (obj: BadRequestException) => any;
|
|
737
|
-
}
|
|
738
|
-
/**
|
|
739
|
-
* General error information.
|
|
740
|
-
*/
|
|
741
|
-
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
742
|
-
name: "InternalServerErrorException";
|
|
743
|
-
$fault: "server";
|
|
744
|
-
/**
|
|
745
|
-
* Details about the error.
|
|
746
|
-
*/
|
|
747
|
-
ErrorDetails?: ErrorDetail[];
|
|
748
|
-
/**
|
|
749
|
-
* A message containing information about the error.
|
|
750
|
-
*/
|
|
751
|
-
Message?: string;
|
|
752
|
-
}
|
|
753
|
-
export declare namespace InternalServerErrorException {
|
|
754
|
-
/**
|
|
755
|
-
* @internal
|
|
756
|
-
*/
|
|
757
|
-
const filterSensitiveLog: (obj: InternalServerErrorException) => any;
|
|
758
|
-
}
|
|
759
|
-
export interface AssociateServiceRoleToAccountRequest {
|
|
760
|
-
/**
|
|
761
|
-
* The ARN of the service role you wish to associate with your account.
|
|
762
|
-
*/
|
|
763
|
-
RoleArn: string | undefined;
|
|
764
|
-
}
|
|
765
|
-
export declare namespace AssociateServiceRoleToAccountRequest {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
|
-
const filterSensitiveLog: (obj: AssociateServiceRoleToAccountRequest) => any;
|
|
770
|
-
}
|
|
771
|
-
export interface AssociateServiceRoleToAccountResponse {
|
|
772
|
-
/**
|
|
773
|
-
* The time when the service role was associated with the account.
|
|
774
|
-
*/
|
|
775
|
-
AssociatedAt?: string;
|
|
776
|
-
}
|
|
777
|
-
export declare namespace AssociateServiceRoleToAccountResponse {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
const filterSensitiveLog: (obj: AssociateServiceRoleToAccountResponse) => any;
|
|
782
|
-
}
|
|
783
|
-
/**
|
|
784
|
-
* Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.
|
|
785
|
-
*/
|
|
786
|
-
export interface BulkDeployment {
|
|
787
|
-
/**
|
|
788
|
-
* The ARN of the bulk deployment.
|
|
789
|
-
*/
|
|
790
|
-
BulkDeploymentArn?: string;
|
|
791
|
-
/**
|
|
792
|
-
* The ID of the bulk deployment.
|
|
793
|
-
*/
|
|
794
|
-
BulkDeploymentId?: string;
|
|
795
|
-
/**
|
|
796
|
-
* The time, in ISO format, when the deployment was created.
|
|
797
|
-
*/
|
|
798
|
-
CreatedAt?: string;
|
|
799
|
-
}
|
|
800
|
-
export declare namespace BulkDeployment {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
|
-
const filterSensitiveLog: (obj: BulkDeployment) => any;
|
|
805
|
-
}
|
|
806
|
-
/**
|
|
807
|
-
* Relevant metrics on input records processed during bulk deployment.
|
|
808
|
-
*/
|
|
809
|
-
export interface BulkDeploymentMetrics {
|
|
810
|
-
/**
|
|
811
|
-
* The total number of records that returned a non-retryable error. For example, this can occur if a group record from the input file uses an invalid format or specifies a nonexistent group version, or if the execution role doesn't grant permission to deploy a group or group version.
|
|
812
|
-
*/
|
|
813
|
-
InvalidInputRecords?: number;
|
|
814
|
-
/**
|
|
815
|
-
* The total number of group records from the input file that have been processed so far, or attempted.
|
|
816
|
-
*/
|
|
817
|
-
RecordsProcessed?: number;
|
|
818
|
-
/**
|
|
819
|
-
* The total number of deployment attempts that returned a retryable error. For example, a retry is triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group deployment up to five times.
|
|
820
|
-
*/
|
|
821
|
-
RetryAttempts?: number;
|
|
822
|
-
}
|
|
823
|
-
export declare namespace BulkDeploymentMetrics {
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
827
|
-
const filterSensitiveLog: (obj: BulkDeploymentMetrics) => any;
|
|
828
|
-
}
|
|
829
|
-
export declare enum DeploymentType {
|
|
830
|
-
ForceResetDeployment = "ForceResetDeployment",
|
|
831
|
-
NewDeployment = "NewDeployment",
|
|
832
|
-
Redeployment = "Redeployment",
|
|
833
|
-
ResetDeployment = "ResetDeployment"
|
|
834
|
-
}
|
|
835
|
-
/**
|
|
836
|
-
* Information about an individual group deployment in a bulk deployment operation.
|
|
837
|
-
*/
|
|
838
|
-
export interface BulkDeploymentResult {
|
|
839
|
-
/**
|
|
840
|
-
* The time, in ISO format, when the deployment was created.
|
|
841
|
-
*/
|
|
842
|
-
CreatedAt?: string;
|
|
843
|
-
/**
|
|
844
|
-
* The ARN of the group deployment.
|
|
845
|
-
*/
|
|
846
|
-
DeploymentArn?: string;
|
|
847
|
-
/**
|
|
848
|
-
* The ID of the group deployment.
|
|
849
|
-
*/
|
|
850
|
-
DeploymentId?: string;
|
|
851
|
-
/**
|
|
852
|
-
* The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
|
853
|
-
*/
|
|
854
|
-
DeploymentStatus?: string;
|
|
855
|
-
/**
|
|
856
|
-
* The type of the deployment.
|
|
857
|
-
*/
|
|
858
|
-
DeploymentType?: DeploymentType | string;
|
|
859
|
-
/**
|
|
860
|
-
* Details about the error.
|
|
861
|
-
*/
|
|
862
|
-
ErrorDetails?: ErrorDetail[];
|
|
863
|
-
/**
|
|
864
|
-
* The error message for a failed deployment
|
|
865
|
-
*/
|
|
866
|
-
ErrorMessage?: string;
|
|
867
|
-
/**
|
|
868
|
-
* The ARN of the Greengrass group.
|
|
869
|
-
*/
|
|
870
|
-
GroupArn?: string;
|
|
871
|
-
}
|
|
872
|
-
export declare namespace BulkDeploymentResult {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
|
-
const filterSensitiveLog: (obj: BulkDeploymentResult) => any;
|
|
877
|
-
}
|
|
878
|
-
export declare enum BulkDeploymentStatus {
|
|
879
|
-
Completed = "Completed",
|
|
880
|
-
Failed = "Failed",
|
|
881
|
-
Initializing = "Initializing",
|
|
882
|
-
Running = "Running",
|
|
883
|
-
Stopped = "Stopped",
|
|
884
|
-
Stopping = "Stopping"
|
|
885
|
-
}
|
|
886
|
-
export declare enum ConfigurationSyncStatus {
|
|
887
|
-
InSync = "InSync",
|
|
888
|
-
OutOfSync = "OutOfSync"
|
|
889
|
-
}
|
|
890
|
-
/**
|
|
891
|
-
* Information about the connector definition version, which is a container for connectors.
|
|
892
|
-
*/
|
|
893
|
-
export interface ConnectorDefinitionVersion {
|
|
894
|
-
/**
|
|
895
|
-
* A list of references to connectors in this version, with their corresponding configuration settings.
|
|
896
|
-
*/
|
|
897
|
-
Connectors?: Connector[];
|
|
898
|
-
}
|
|
899
|
-
export declare namespace ConnectorDefinitionVersion {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
|
-
const filterSensitiveLog: (obj: ConnectorDefinitionVersion) => any;
|
|
904
|
-
}
|
|
905
|
-
/**
|
|
906
|
-
* Information about a core definition version.
|
|
907
|
-
*/
|
|
908
|
-
export interface CoreDefinitionVersion {
|
|
909
|
-
/**
|
|
910
|
-
* A list of cores in the core definition version.
|
|
911
|
-
*/
|
|
912
|
-
Cores?: Core[];
|
|
913
|
-
}
|
|
914
|
-
export declare namespace CoreDefinitionVersion {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: CoreDefinitionVersion) => any;
|
|
919
|
-
}
|
|
920
|
-
export interface CreateConnectorDefinitionRequest {
|
|
921
|
-
/**
|
|
922
|
-
* A client token used to correlate requests and responses.
|
|
923
|
-
*/
|
|
924
|
-
AmznClientToken?: string;
|
|
925
|
-
/**
|
|
926
|
-
* Information about the initial version of the connector definition.
|
|
927
|
-
*/
|
|
928
|
-
InitialVersion?: ConnectorDefinitionVersion;
|
|
929
|
-
/**
|
|
930
|
-
* The name of the connector definition.
|
|
931
|
-
*/
|
|
932
|
-
Name?: string;
|
|
933
|
-
/**
|
|
934
|
-
* Tag(s) to add to the new resource.
|
|
935
|
-
*/
|
|
936
|
-
tags?: {
|
|
937
|
-
[key: string]: string;
|
|
938
|
-
};
|
|
939
|
-
}
|
|
940
|
-
export declare namespace CreateConnectorDefinitionRequest {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
|
-
const filterSensitiveLog: (obj: CreateConnectorDefinitionRequest) => any;
|
|
945
|
-
}
|
|
946
|
-
export interface CreateConnectorDefinitionResponse {
|
|
947
|
-
/**
|
|
948
|
-
* The ARN of the definition.
|
|
949
|
-
*/
|
|
950
|
-
Arn?: string;
|
|
951
|
-
/**
|
|
952
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
953
|
-
*/
|
|
954
|
-
CreationTimestamp?: string;
|
|
955
|
-
/**
|
|
956
|
-
* The ID of the definition.
|
|
957
|
-
*/
|
|
958
|
-
Id?: string;
|
|
959
|
-
/**
|
|
960
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
961
|
-
*/
|
|
962
|
-
LastUpdatedTimestamp?: string;
|
|
963
|
-
/**
|
|
964
|
-
* The ID of the latest version associated with the definition.
|
|
965
|
-
*/
|
|
966
|
-
LatestVersion?: string;
|
|
967
|
-
/**
|
|
968
|
-
* The ARN of the latest version associated with the definition.
|
|
969
|
-
*/
|
|
970
|
-
LatestVersionArn?: string;
|
|
971
|
-
/**
|
|
972
|
-
* The name of the definition.
|
|
973
|
-
*/
|
|
974
|
-
Name?: string;
|
|
975
|
-
}
|
|
976
|
-
export declare namespace CreateConnectorDefinitionResponse {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
|
-
const filterSensitiveLog: (obj: CreateConnectorDefinitionResponse) => any;
|
|
981
|
-
}
|
|
982
|
-
export interface CreateConnectorDefinitionVersionRequest {
|
|
983
|
-
/**
|
|
984
|
-
* A client token used to correlate requests and responses.
|
|
985
|
-
*/
|
|
986
|
-
AmznClientToken?: string;
|
|
987
|
-
/**
|
|
988
|
-
* The ID of the connector definition.
|
|
989
|
-
*/
|
|
990
|
-
ConnectorDefinitionId: string | undefined;
|
|
991
|
-
/**
|
|
992
|
-
* A list of references to connectors in this version, with their corresponding configuration settings.
|
|
993
|
-
*/
|
|
994
|
-
Connectors?: Connector[];
|
|
995
|
-
}
|
|
996
|
-
export declare namespace CreateConnectorDefinitionVersionRequest {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: CreateConnectorDefinitionVersionRequest) => any;
|
|
1001
|
-
}
|
|
1002
|
-
export interface CreateConnectorDefinitionVersionResponse {
|
|
1003
|
-
/**
|
|
1004
|
-
* The ARN of the version.
|
|
1005
|
-
*/
|
|
1006
|
-
Arn?: string;
|
|
1007
|
-
/**
|
|
1008
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1009
|
-
*/
|
|
1010
|
-
CreationTimestamp?: string;
|
|
1011
|
-
/**
|
|
1012
|
-
* The ID of the parent definition that the version is associated with.
|
|
1013
|
-
*/
|
|
1014
|
-
Id?: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* The ID of the version.
|
|
1017
|
-
*/
|
|
1018
|
-
Version?: string;
|
|
1019
|
-
}
|
|
1020
|
-
export declare namespace CreateConnectorDefinitionVersionResponse {
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
1024
|
-
const filterSensitiveLog: (obj: CreateConnectorDefinitionVersionResponse) => any;
|
|
1025
|
-
}
|
|
1026
|
-
/**
|
|
1027
|
-
* Information needed to create a core definition.
|
|
1028
|
-
*/
|
|
1029
|
-
export interface CreateCoreDefinitionRequest {
|
|
1030
|
-
/**
|
|
1031
|
-
* A client token used to correlate requests and responses.
|
|
1032
|
-
*/
|
|
1033
|
-
AmznClientToken?: string;
|
|
1034
|
-
/**
|
|
1035
|
-
* Information about the initial version of the core definition.
|
|
1036
|
-
*/
|
|
1037
|
-
InitialVersion?: CoreDefinitionVersion;
|
|
1038
|
-
/**
|
|
1039
|
-
* The name of the core definition.
|
|
1040
|
-
*/
|
|
1041
|
-
Name?: string;
|
|
1042
|
-
/**
|
|
1043
|
-
* Tag(s) to add to the new resource.
|
|
1044
|
-
*/
|
|
1045
|
-
tags?: {
|
|
1046
|
-
[key: string]: string;
|
|
1047
|
-
};
|
|
1048
|
-
}
|
|
1049
|
-
export declare namespace CreateCoreDefinitionRequest {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: CreateCoreDefinitionRequest) => any;
|
|
1054
|
-
}
|
|
1055
|
-
export interface CreateCoreDefinitionResponse {
|
|
1056
|
-
/**
|
|
1057
|
-
* The ARN of the definition.
|
|
1058
|
-
*/
|
|
1059
|
-
Arn?: string;
|
|
1060
|
-
/**
|
|
1061
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1062
|
-
*/
|
|
1063
|
-
CreationTimestamp?: string;
|
|
1064
|
-
/**
|
|
1065
|
-
* The ID of the definition.
|
|
1066
|
-
*/
|
|
1067
|
-
Id?: string;
|
|
1068
|
-
/**
|
|
1069
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1070
|
-
*/
|
|
1071
|
-
LastUpdatedTimestamp?: string;
|
|
1072
|
-
/**
|
|
1073
|
-
* The ID of the latest version associated with the definition.
|
|
1074
|
-
*/
|
|
1075
|
-
LatestVersion?: string;
|
|
1076
|
-
/**
|
|
1077
|
-
* The ARN of the latest version associated with the definition.
|
|
1078
|
-
*/
|
|
1079
|
-
LatestVersionArn?: string;
|
|
1080
|
-
/**
|
|
1081
|
-
* The name of the definition.
|
|
1082
|
-
*/
|
|
1083
|
-
Name?: string;
|
|
1084
|
-
}
|
|
1085
|
-
export declare namespace CreateCoreDefinitionResponse {
|
|
1086
|
-
/**
|
|
1087
|
-
* @internal
|
|
1088
|
-
*/
|
|
1089
|
-
const filterSensitiveLog: (obj: CreateCoreDefinitionResponse) => any;
|
|
1090
|
-
}
|
|
1091
|
-
export interface CreateCoreDefinitionVersionRequest {
|
|
1092
|
-
/**
|
|
1093
|
-
* A client token used to correlate requests and responses.
|
|
1094
|
-
*/
|
|
1095
|
-
AmznClientToken?: string;
|
|
1096
|
-
/**
|
|
1097
|
-
* The ID of the core definition.
|
|
1098
|
-
*/
|
|
1099
|
-
CoreDefinitionId: string | undefined;
|
|
1100
|
-
/**
|
|
1101
|
-
* A list of cores in the core definition version.
|
|
1102
|
-
*/
|
|
1103
|
-
Cores?: Core[];
|
|
1104
|
-
}
|
|
1105
|
-
export declare namespace CreateCoreDefinitionVersionRequest {
|
|
1106
|
-
/**
|
|
1107
|
-
* @internal
|
|
1108
|
-
*/
|
|
1109
|
-
const filterSensitiveLog: (obj: CreateCoreDefinitionVersionRequest) => any;
|
|
1110
|
-
}
|
|
1111
|
-
export interface CreateCoreDefinitionVersionResponse {
|
|
1112
|
-
/**
|
|
1113
|
-
* The ARN of the version.
|
|
1114
|
-
*/
|
|
1115
|
-
Arn?: string;
|
|
1116
|
-
/**
|
|
1117
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1118
|
-
*/
|
|
1119
|
-
CreationTimestamp?: string;
|
|
1120
|
-
/**
|
|
1121
|
-
* The ID of the parent definition that the version is associated with.
|
|
1122
|
-
*/
|
|
1123
|
-
Id?: string;
|
|
1124
|
-
/**
|
|
1125
|
-
* The ID of the version.
|
|
1126
|
-
*/
|
|
1127
|
-
Version?: string;
|
|
1128
|
-
}
|
|
1129
|
-
export declare namespace CreateCoreDefinitionVersionResponse {
|
|
1130
|
-
/**
|
|
1131
|
-
* @internal
|
|
1132
|
-
*/
|
|
1133
|
-
const filterSensitiveLog: (obj: CreateCoreDefinitionVersionResponse) => any;
|
|
1134
|
-
}
|
|
1135
|
-
export interface CreateDeploymentRequest {
|
|
1136
|
-
/**
|
|
1137
|
-
* A client token used to correlate requests and responses.
|
|
1138
|
-
*/
|
|
1139
|
-
AmznClientToken?: string;
|
|
1140
|
-
/**
|
|
1141
|
-
* The ID of the deployment if you wish to redeploy a previous deployment.
|
|
1142
|
-
*/
|
|
1143
|
-
DeploymentId?: string;
|
|
1144
|
-
/**
|
|
1145
|
-
* The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.
|
|
1146
|
-
*/
|
|
1147
|
-
DeploymentType: DeploymentType | string | undefined;
|
|
1148
|
-
/**
|
|
1149
|
-
* The ID of the Greengrass group.
|
|
1150
|
-
*/
|
|
1151
|
-
GroupId: string | undefined;
|
|
1152
|
-
/**
|
|
1153
|
-
* The ID of the group version to be deployed.
|
|
1154
|
-
*/
|
|
1155
|
-
GroupVersionId?: string;
|
|
1156
|
-
}
|
|
1157
|
-
export declare namespace CreateDeploymentRequest {
|
|
1158
|
-
/**
|
|
1159
|
-
* @internal
|
|
1160
|
-
*/
|
|
1161
|
-
const filterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
1162
|
-
}
|
|
1163
|
-
export interface CreateDeploymentResponse {
|
|
1164
|
-
/**
|
|
1165
|
-
* The ARN of the deployment.
|
|
1166
|
-
*/
|
|
1167
|
-
DeploymentArn?: string;
|
|
1168
|
-
/**
|
|
1169
|
-
* The ID of the deployment.
|
|
1170
|
-
*/
|
|
1171
|
-
DeploymentId?: string;
|
|
1172
|
-
}
|
|
1173
|
-
export declare namespace CreateDeploymentResponse {
|
|
1174
|
-
/**
|
|
1175
|
-
* @internal
|
|
1176
|
-
*/
|
|
1177
|
-
const filterSensitiveLog: (obj: CreateDeploymentResponse) => any;
|
|
1178
|
-
}
|
|
1179
|
-
/**
|
|
1180
|
-
* Information about a device definition version.
|
|
1181
|
-
*/
|
|
1182
|
-
export interface DeviceDefinitionVersion {
|
|
1183
|
-
/**
|
|
1184
|
-
* A list of devices in the definition version.
|
|
1185
|
-
*/
|
|
1186
|
-
Devices?: Device[];
|
|
1187
|
-
}
|
|
1188
|
-
export declare namespace DeviceDefinitionVersion {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
|
-
const filterSensitiveLog: (obj: DeviceDefinitionVersion) => any;
|
|
1193
|
-
}
|
|
1194
|
-
export interface CreateDeviceDefinitionRequest {
|
|
1195
|
-
/**
|
|
1196
|
-
* A client token used to correlate requests and responses.
|
|
1197
|
-
*/
|
|
1198
|
-
AmznClientToken?: string;
|
|
1199
|
-
/**
|
|
1200
|
-
* Information about the initial version of the device definition.
|
|
1201
|
-
*/
|
|
1202
|
-
InitialVersion?: DeviceDefinitionVersion;
|
|
1203
|
-
/**
|
|
1204
|
-
* The name of the device definition.
|
|
1205
|
-
*/
|
|
1206
|
-
Name?: string;
|
|
1207
|
-
/**
|
|
1208
|
-
* Tag(s) to add to the new resource.
|
|
1209
|
-
*/
|
|
1210
|
-
tags?: {
|
|
1211
|
-
[key: string]: string;
|
|
1212
|
-
};
|
|
1213
|
-
}
|
|
1214
|
-
export declare namespace CreateDeviceDefinitionRequest {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: CreateDeviceDefinitionRequest) => any;
|
|
1219
|
-
}
|
|
1220
|
-
export interface CreateDeviceDefinitionResponse {
|
|
1221
|
-
/**
|
|
1222
|
-
* The ARN of the definition.
|
|
1223
|
-
*/
|
|
1224
|
-
Arn?: string;
|
|
1225
|
-
/**
|
|
1226
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1227
|
-
*/
|
|
1228
|
-
CreationTimestamp?: string;
|
|
1229
|
-
/**
|
|
1230
|
-
* The ID of the definition.
|
|
1231
|
-
*/
|
|
1232
|
-
Id?: string;
|
|
1233
|
-
/**
|
|
1234
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1235
|
-
*/
|
|
1236
|
-
LastUpdatedTimestamp?: string;
|
|
1237
|
-
/**
|
|
1238
|
-
* The ID of the latest version associated with the definition.
|
|
1239
|
-
*/
|
|
1240
|
-
LatestVersion?: string;
|
|
1241
|
-
/**
|
|
1242
|
-
* The ARN of the latest version associated with the definition.
|
|
1243
|
-
*/
|
|
1244
|
-
LatestVersionArn?: string;
|
|
1245
|
-
/**
|
|
1246
|
-
* The name of the definition.
|
|
1247
|
-
*/
|
|
1248
|
-
Name?: string;
|
|
1249
|
-
}
|
|
1250
|
-
export declare namespace CreateDeviceDefinitionResponse {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
const filterSensitiveLog: (obj: CreateDeviceDefinitionResponse) => any;
|
|
1255
|
-
}
|
|
1256
|
-
export interface CreateDeviceDefinitionVersionRequest {
|
|
1257
|
-
/**
|
|
1258
|
-
* A client token used to correlate requests and responses.
|
|
1259
|
-
*/
|
|
1260
|
-
AmznClientToken?: string;
|
|
1261
|
-
/**
|
|
1262
|
-
* The ID of the device definition.
|
|
1263
|
-
*/
|
|
1264
|
-
DeviceDefinitionId: string | undefined;
|
|
1265
|
-
/**
|
|
1266
|
-
* A list of devices in the definition version.
|
|
1267
|
-
*/
|
|
1268
|
-
Devices?: Device[];
|
|
1269
|
-
}
|
|
1270
|
-
export declare namespace CreateDeviceDefinitionVersionRequest {
|
|
1271
|
-
/**
|
|
1272
|
-
* @internal
|
|
1273
|
-
*/
|
|
1274
|
-
const filterSensitiveLog: (obj: CreateDeviceDefinitionVersionRequest) => any;
|
|
1275
|
-
}
|
|
1276
|
-
export interface CreateDeviceDefinitionVersionResponse {
|
|
1277
|
-
/**
|
|
1278
|
-
* The ARN of the version.
|
|
1279
|
-
*/
|
|
1280
|
-
Arn?: string;
|
|
1281
|
-
/**
|
|
1282
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1283
|
-
*/
|
|
1284
|
-
CreationTimestamp?: string;
|
|
1285
|
-
/**
|
|
1286
|
-
* The ID of the parent definition that the version is associated with.
|
|
1287
|
-
*/
|
|
1288
|
-
Id?: string;
|
|
1289
|
-
/**
|
|
1290
|
-
* The ID of the version.
|
|
1291
|
-
*/
|
|
1292
|
-
Version?: string;
|
|
1293
|
-
}
|
|
1294
|
-
export declare namespace CreateDeviceDefinitionVersionResponse {
|
|
1295
|
-
/**
|
|
1296
|
-
* @internal
|
|
1297
|
-
*/
|
|
1298
|
-
const filterSensitiveLog: (obj: CreateDeviceDefinitionVersionResponse) => any;
|
|
1299
|
-
}
|
|
1300
|
-
/**
|
|
1301
|
-
* Configuration information that specifies how a Lambda function runs.
|
|
1302
|
-
*/
|
|
1303
|
-
export interface FunctionDefaultExecutionConfig {
|
|
1304
|
-
/**
|
|
1305
|
-
* Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.
|
|
1306
|
-
*/
|
|
1307
|
-
IsolationMode?: FunctionIsolationMode | string;
|
|
1308
|
-
/**
|
|
1309
|
-
* Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.
|
|
1310
|
-
*/
|
|
1311
|
-
RunAs?: FunctionRunAsConfig;
|
|
1312
|
-
}
|
|
1313
|
-
export declare namespace FunctionDefaultExecutionConfig {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
const filterSensitiveLog: (obj: FunctionDefaultExecutionConfig) => any;
|
|
1318
|
-
}
|
|
1319
|
-
/**
|
|
1320
|
-
* The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.
|
|
1321
|
-
*/
|
|
1322
|
-
export interface FunctionDefaultConfig {
|
|
1323
|
-
/**
|
|
1324
|
-
* Configuration information that specifies how a Lambda function runs.
|
|
1325
|
-
*/
|
|
1326
|
-
Execution?: FunctionDefaultExecutionConfig;
|
|
1327
|
-
}
|
|
1328
|
-
export declare namespace FunctionDefaultConfig {
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
|
-
const filterSensitiveLog: (obj: FunctionDefaultConfig) => any;
|
|
1333
|
-
}
|
|
1334
|
-
/**
|
|
1335
|
-
* Information about a function definition version.
|
|
1336
|
-
*/
|
|
1337
|
-
export interface FunctionDefinitionVersion {
|
|
1338
|
-
/**
|
|
1339
|
-
* The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
|
|
1340
|
-
*/
|
|
1341
|
-
DefaultConfig?: FunctionDefaultConfig;
|
|
1342
|
-
/**
|
|
1343
|
-
* A list of Lambda functions in this function definition version.
|
|
1344
|
-
*/
|
|
1345
|
-
Functions?: Function[];
|
|
1346
|
-
}
|
|
1347
|
-
export declare namespace FunctionDefinitionVersion {
|
|
1348
|
-
/**
|
|
1349
|
-
* @internal
|
|
1350
|
-
*/
|
|
1351
|
-
const filterSensitiveLog: (obj: FunctionDefinitionVersion) => any;
|
|
1352
|
-
}
|
|
1353
|
-
export interface CreateFunctionDefinitionRequest {
|
|
1354
|
-
/**
|
|
1355
|
-
* A client token used to correlate requests and responses.
|
|
1356
|
-
*/
|
|
1357
|
-
AmznClientToken?: string;
|
|
1358
|
-
/**
|
|
1359
|
-
* Information about the initial version of the function definition.
|
|
1360
|
-
*/
|
|
1361
|
-
InitialVersion?: FunctionDefinitionVersion;
|
|
1362
|
-
/**
|
|
1363
|
-
* The name of the function definition.
|
|
1364
|
-
*/
|
|
1365
|
-
Name?: string;
|
|
1366
|
-
/**
|
|
1367
|
-
* Tag(s) to add to the new resource.
|
|
1368
|
-
*/
|
|
1369
|
-
tags?: {
|
|
1370
|
-
[key: string]: string;
|
|
1371
|
-
};
|
|
1372
|
-
}
|
|
1373
|
-
export declare namespace CreateFunctionDefinitionRequest {
|
|
1374
|
-
/**
|
|
1375
|
-
* @internal
|
|
1376
|
-
*/
|
|
1377
|
-
const filterSensitiveLog: (obj: CreateFunctionDefinitionRequest) => any;
|
|
1378
|
-
}
|
|
1379
|
-
export interface CreateFunctionDefinitionResponse {
|
|
1380
|
-
/**
|
|
1381
|
-
* The ARN of the definition.
|
|
1382
|
-
*/
|
|
1383
|
-
Arn?: string;
|
|
1384
|
-
/**
|
|
1385
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1386
|
-
*/
|
|
1387
|
-
CreationTimestamp?: string;
|
|
1388
|
-
/**
|
|
1389
|
-
* The ID of the definition.
|
|
1390
|
-
*/
|
|
1391
|
-
Id?: string;
|
|
1392
|
-
/**
|
|
1393
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1394
|
-
*/
|
|
1395
|
-
LastUpdatedTimestamp?: string;
|
|
1396
|
-
/**
|
|
1397
|
-
* The ID of the latest version associated with the definition.
|
|
1398
|
-
*/
|
|
1399
|
-
LatestVersion?: string;
|
|
1400
|
-
/**
|
|
1401
|
-
* The ARN of the latest version associated with the definition.
|
|
1402
|
-
*/
|
|
1403
|
-
LatestVersionArn?: string;
|
|
1404
|
-
/**
|
|
1405
|
-
* The name of the definition.
|
|
1406
|
-
*/
|
|
1407
|
-
Name?: string;
|
|
1408
|
-
}
|
|
1409
|
-
export declare namespace CreateFunctionDefinitionResponse {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
const filterSensitiveLog: (obj: CreateFunctionDefinitionResponse) => any;
|
|
1414
|
-
}
|
|
1415
|
-
/**
|
|
1416
|
-
* Information needed to create a function definition version.
|
|
1417
|
-
*/
|
|
1418
|
-
export interface CreateFunctionDefinitionVersionRequest {
|
|
1419
|
-
/**
|
|
1420
|
-
* A client token used to correlate requests and responses.
|
|
1421
|
-
*/
|
|
1422
|
-
AmznClientToken?: string;
|
|
1423
|
-
/**
|
|
1424
|
-
* The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
|
|
1425
|
-
*/
|
|
1426
|
-
DefaultConfig?: FunctionDefaultConfig;
|
|
1427
|
-
/**
|
|
1428
|
-
* The ID of the Lambda function definition.
|
|
1429
|
-
*/
|
|
1430
|
-
FunctionDefinitionId: string | undefined;
|
|
1431
|
-
/**
|
|
1432
|
-
* A list of Lambda functions in this function definition version.
|
|
1433
|
-
*/
|
|
1434
|
-
Functions?: Function[];
|
|
1435
|
-
}
|
|
1436
|
-
export declare namespace CreateFunctionDefinitionVersionRequest {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
const filterSensitiveLog: (obj: CreateFunctionDefinitionVersionRequest) => any;
|
|
1441
|
-
}
|
|
1442
|
-
export interface CreateFunctionDefinitionVersionResponse {
|
|
1443
|
-
/**
|
|
1444
|
-
* The ARN of the version.
|
|
1445
|
-
*/
|
|
1446
|
-
Arn?: string;
|
|
1447
|
-
/**
|
|
1448
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1449
|
-
*/
|
|
1450
|
-
CreationTimestamp?: string;
|
|
1451
|
-
/**
|
|
1452
|
-
* The ID of the parent definition that the version is associated with.
|
|
1453
|
-
*/
|
|
1454
|
-
Id?: string;
|
|
1455
|
-
/**
|
|
1456
|
-
* The ID of the version.
|
|
1457
|
-
*/
|
|
1458
|
-
Version?: string;
|
|
1459
|
-
}
|
|
1460
|
-
export declare namespace CreateFunctionDefinitionVersionResponse {
|
|
1461
|
-
/**
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
|
-
const filterSensitiveLog: (obj: CreateFunctionDefinitionVersionResponse) => any;
|
|
1465
|
-
}
|
|
1466
|
-
/**
|
|
1467
|
-
* Information about a group version.
|
|
1468
|
-
*/
|
|
1469
|
-
export interface GroupVersion {
|
|
1470
|
-
/**
|
|
1471
|
-
* The ARN of the connector definition version for this group.
|
|
1472
|
-
*/
|
|
1473
|
-
ConnectorDefinitionVersionArn?: string;
|
|
1474
|
-
/**
|
|
1475
|
-
* The ARN of the core definition version for this group.
|
|
1476
|
-
*/
|
|
1477
|
-
CoreDefinitionVersionArn?: string;
|
|
1478
|
-
/**
|
|
1479
|
-
* The ARN of the device definition version for this group.
|
|
1480
|
-
*/
|
|
1481
|
-
DeviceDefinitionVersionArn?: string;
|
|
1482
|
-
/**
|
|
1483
|
-
* The ARN of the function definition version for this group.
|
|
1484
|
-
*/
|
|
1485
|
-
FunctionDefinitionVersionArn?: string;
|
|
1486
|
-
/**
|
|
1487
|
-
* The ARN of the logger definition version for this group.
|
|
1488
|
-
*/
|
|
1489
|
-
LoggerDefinitionVersionArn?: string;
|
|
1490
|
-
/**
|
|
1491
|
-
* The ARN of the resource definition version for this group.
|
|
1492
|
-
*/
|
|
1493
|
-
ResourceDefinitionVersionArn?: string;
|
|
1494
|
-
/**
|
|
1495
|
-
* The ARN of the subscription definition version for this group.
|
|
1496
|
-
*/
|
|
1497
|
-
SubscriptionDefinitionVersionArn?: string;
|
|
1498
|
-
}
|
|
1499
|
-
export declare namespace GroupVersion {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
const filterSensitiveLog: (obj: GroupVersion) => any;
|
|
1504
|
-
}
|
|
1505
|
-
export interface CreateGroupRequest {
|
|
1506
|
-
/**
|
|
1507
|
-
* A client token used to correlate requests and responses.
|
|
1508
|
-
*/
|
|
1509
|
-
AmznClientToken?: string;
|
|
1510
|
-
/**
|
|
1511
|
-
* Information about the initial version of the group.
|
|
1512
|
-
*/
|
|
1513
|
-
InitialVersion?: GroupVersion;
|
|
1514
|
-
/**
|
|
1515
|
-
* The name of the group.
|
|
1516
|
-
*/
|
|
1517
|
-
Name: string | undefined;
|
|
1518
|
-
/**
|
|
1519
|
-
* Tag(s) to add to the new resource.
|
|
1520
|
-
*/
|
|
1521
|
-
tags?: {
|
|
1522
|
-
[key: string]: string;
|
|
1523
|
-
};
|
|
1524
|
-
}
|
|
1525
|
-
export declare namespace CreateGroupRequest {
|
|
1526
|
-
/**
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1529
|
-
const filterSensitiveLog: (obj: CreateGroupRequest) => any;
|
|
1530
|
-
}
|
|
1531
|
-
export interface CreateGroupResponse {
|
|
1532
|
-
/**
|
|
1533
|
-
* The ARN of the definition.
|
|
1534
|
-
*/
|
|
1535
|
-
Arn?: string;
|
|
1536
|
-
/**
|
|
1537
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1538
|
-
*/
|
|
1539
|
-
CreationTimestamp?: string;
|
|
1540
|
-
/**
|
|
1541
|
-
* The ID of the definition.
|
|
1542
|
-
*/
|
|
1543
|
-
Id?: string;
|
|
1544
|
-
/**
|
|
1545
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1546
|
-
*/
|
|
1547
|
-
LastUpdatedTimestamp?: string;
|
|
1548
|
-
/**
|
|
1549
|
-
* The ID of the latest version associated with the definition.
|
|
1550
|
-
*/
|
|
1551
|
-
LatestVersion?: string;
|
|
1552
|
-
/**
|
|
1553
|
-
* The ARN of the latest version associated with the definition.
|
|
1554
|
-
*/
|
|
1555
|
-
LatestVersionArn?: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* The name of the definition.
|
|
1558
|
-
*/
|
|
1559
|
-
Name?: string;
|
|
1560
|
-
}
|
|
1561
|
-
export declare namespace CreateGroupResponse {
|
|
1562
|
-
/**
|
|
1563
|
-
* @internal
|
|
1564
|
-
*/
|
|
1565
|
-
const filterSensitiveLog: (obj: CreateGroupResponse) => any;
|
|
1566
|
-
}
|
|
1567
|
-
export interface CreateGroupCertificateAuthorityRequest {
|
|
1568
|
-
/**
|
|
1569
|
-
* A client token used to correlate requests and responses.
|
|
1570
|
-
*/
|
|
1571
|
-
AmznClientToken?: string;
|
|
1572
|
-
/**
|
|
1573
|
-
* The ID of the Greengrass group.
|
|
1574
|
-
*/
|
|
1575
|
-
GroupId: string | undefined;
|
|
1576
|
-
}
|
|
1577
|
-
export declare namespace CreateGroupCertificateAuthorityRequest {
|
|
1578
|
-
/**
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1581
|
-
const filterSensitiveLog: (obj: CreateGroupCertificateAuthorityRequest) => any;
|
|
1582
|
-
}
|
|
1583
|
-
export interface CreateGroupCertificateAuthorityResponse {
|
|
1584
|
-
/**
|
|
1585
|
-
* The ARN of the group certificate authority.
|
|
1586
|
-
*/
|
|
1587
|
-
GroupCertificateAuthorityArn?: string;
|
|
1588
|
-
}
|
|
1589
|
-
export declare namespace CreateGroupCertificateAuthorityResponse {
|
|
1590
|
-
/**
|
|
1591
|
-
* @internal
|
|
1592
|
-
*/
|
|
1593
|
-
const filterSensitiveLog: (obj: CreateGroupCertificateAuthorityResponse) => any;
|
|
1594
|
-
}
|
|
1595
|
-
export interface CreateGroupVersionRequest {
|
|
1596
|
-
/**
|
|
1597
|
-
* A client token used to correlate requests and responses.
|
|
1598
|
-
*/
|
|
1599
|
-
AmznClientToken?: string;
|
|
1600
|
-
/**
|
|
1601
|
-
* The ARN of the connector definition version for this group.
|
|
1602
|
-
*/
|
|
1603
|
-
ConnectorDefinitionVersionArn?: string;
|
|
1604
|
-
/**
|
|
1605
|
-
* The ARN of the core definition version for this group.
|
|
1606
|
-
*/
|
|
1607
|
-
CoreDefinitionVersionArn?: string;
|
|
1608
|
-
/**
|
|
1609
|
-
* The ARN of the device definition version for this group.
|
|
1610
|
-
*/
|
|
1611
|
-
DeviceDefinitionVersionArn?: string;
|
|
1612
|
-
/**
|
|
1613
|
-
* The ARN of the function definition version for this group.
|
|
1614
|
-
*/
|
|
1615
|
-
FunctionDefinitionVersionArn?: string;
|
|
1616
|
-
/**
|
|
1617
|
-
* The ID of the Greengrass group.
|
|
1618
|
-
*/
|
|
1619
|
-
GroupId: string | undefined;
|
|
1620
|
-
/**
|
|
1621
|
-
* The ARN of the logger definition version for this group.
|
|
1622
|
-
*/
|
|
1623
|
-
LoggerDefinitionVersionArn?: string;
|
|
1624
|
-
/**
|
|
1625
|
-
* The ARN of the resource definition version for this group.
|
|
1626
|
-
*/
|
|
1627
|
-
ResourceDefinitionVersionArn?: string;
|
|
1628
|
-
/**
|
|
1629
|
-
* The ARN of the subscription definition version for this group.
|
|
1630
|
-
*/
|
|
1631
|
-
SubscriptionDefinitionVersionArn?: string;
|
|
1632
|
-
}
|
|
1633
|
-
export declare namespace CreateGroupVersionRequest {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
const filterSensitiveLog: (obj: CreateGroupVersionRequest) => any;
|
|
1638
|
-
}
|
|
1639
|
-
export interface CreateGroupVersionResponse {
|
|
1640
|
-
/**
|
|
1641
|
-
* The ARN of the version.
|
|
1642
|
-
*/
|
|
1643
|
-
Arn?: string;
|
|
1644
|
-
/**
|
|
1645
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1646
|
-
*/
|
|
1647
|
-
CreationTimestamp?: string;
|
|
1648
|
-
/**
|
|
1649
|
-
* The ID of the parent definition that the version is associated with.
|
|
1650
|
-
*/
|
|
1651
|
-
Id?: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* The ID of the version.
|
|
1654
|
-
*/
|
|
1655
|
-
Version?: string;
|
|
1656
|
-
}
|
|
1657
|
-
export declare namespace CreateGroupVersionResponse {
|
|
1658
|
-
/**
|
|
1659
|
-
* @internal
|
|
1660
|
-
*/
|
|
1661
|
-
const filterSensitiveLog: (obj: CreateGroupVersionResponse) => any;
|
|
1662
|
-
}
|
|
1663
|
-
/**
|
|
1664
|
-
* Information about a logger definition version.
|
|
1665
|
-
*/
|
|
1666
|
-
export interface LoggerDefinitionVersion {
|
|
1667
|
-
/**
|
|
1668
|
-
* A list of loggers.
|
|
1669
|
-
*/
|
|
1670
|
-
Loggers?: Logger[];
|
|
1671
|
-
}
|
|
1672
|
-
export declare namespace LoggerDefinitionVersion {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
|
-
const filterSensitiveLog: (obj: LoggerDefinitionVersion) => any;
|
|
1677
|
-
}
|
|
1678
|
-
export interface CreateLoggerDefinitionRequest {
|
|
1679
|
-
/**
|
|
1680
|
-
* A client token used to correlate requests and responses.
|
|
1681
|
-
*/
|
|
1682
|
-
AmznClientToken?: string;
|
|
1683
|
-
/**
|
|
1684
|
-
* Information about the initial version of the logger definition.
|
|
1685
|
-
*/
|
|
1686
|
-
InitialVersion?: LoggerDefinitionVersion;
|
|
1687
|
-
/**
|
|
1688
|
-
* The name of the logger definition.
|
|
1689
|
-
*/
|
|
1690
|
-
Name?: string;
|
|
1691
|
-
/**
|
|
1692
|
-
* Tag(s) to add to the new resource.
|
|
1693
|
-
*/
|
|
1694
|
-
tags?: {
|
|
1695
|
-
[key: string]: string;
|
|
1696
|
-
};
|
|
1697
|
-
}
|
|
1698
|
-
export declare namespace CreateLoggerDefinitionRequest {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: CreateLoggerDefinitionRequest) => any;
|
|
1703
|
-
}
|
|
1704
|
-
export interface CreateLoggerDefinitionResponse {
|
|
1705
|
-
/**
|
|
1706
|
-
* The ARN of the definition.
|
|
1707
|
-
*/
|
|
1708
|
-
Arn?: string;
|
|
1709
|
-
/**
|
|
1710
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1711
|
-
*/
|
|
1712
|
-
CreationTimestamp?: string;
|
|
1713
|
-
/**
|
|
1714
|
-
* The ID of the definition.
|
|
1715
|
-
*/
|
|
1716
|
-
Id?: string;
|
|
1717
|
-
/**
|
|
1718
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1719
|
-
*/
|
|
1720
|
-
LastUpdatedTimestamp?: string;
|
|
1721
|
-
/**
|
|
1722
|
-
* The ID of the latest version associated with the definition.
|
|
1723
|
-
*/
|
|
1724
|
-
LatestVersion?: string;
|
|
1725
|
-
/**
|
|
1726
|
-
* The ARN of the latest version associated with the definition.
|
|
1727
|
-
*/
|
|
1728
|
-
LatestVersionArn?: string;
|
|
1729
|
-
/**
|
|
1730
|
-
* The name of the definition.
|
|
1731
|
-
*/
|
|
1732
|
-
Name?: string;
|
|
1733
|
-
}
|
|
1734
|
-
export declare namespace CreateLoggerDefinitionResponse {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
const filterSensitiveLog: (obj: CreateLoggerDefinitionResponse) => any;
|
|
1739
|
-
}
|
|
1740
|
-
export interface CreateLoggerDefinitionVersionRequest {
|
|
1741
|
-
/**
|
|
1742
|
-
* A client token used to correlate requests and responses.
|
|
1743
|
-
*/
|
|
1744
|
-
AmznClientToken?: string;
|
|
1745
|
-
/**
|
|
1746
|
-
* The ID of the logger definition.
|
|
1747
|
-
*/
|
|
1748
|
-
LoggerDefinitionId: string | undefined;
|
|
1749
|
-
/**
|
|
1750
|
-
* A list of loggers.
|
|
1751
|
-
*/
|
|
1752
|
-
Loggers?: Logger[];
|
|
1753
|
-
}
|
|
1754
|
-
export declare namespace CreateLoggerDefinitionVersionRequest {
|
|
1755
|
-
/**
|
|
1756
|
-
* @internal
|
|
1757
|
-
*/
|
|
1758
|
-
const filterSensitiveLog: (obj: CreateLoggerDefinitionVersionRequest) => any;
|
|
1759
|
-
}
|
|
1760
|
-
export interface CreateLoggerDefinitionVersionResponse {
|
|
1761
|
-
/**
|
|
1762
|
-
* The ARN of the version.
|
|
1763
|
-
*/
|
|
1764
|
-
Arn?: string;
|
|
1765
|
-
/**
|
|
1766
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1767
|
-
*/
|
|
1768
|
-
CreationTimestamp?: string;
|
|
1769
|
-
/**
|
|
1770
|
-
* The ID of the parent definition that the version is associated with.
|
|
1771
|
-
*/
|
|
1772
|
-
Id?: string;
|
|
1773
|
-
/**
|
|
1774
|
-
* The ID of the version.
|
|
1775
|
-
*/
|
|
1776
|
-
Version?: string;
|
|
1777
|
-
}
|
|
1778
|
-
export declare namespace CreateLoggerDefinitionVersionResponse {
|
|
1779
|
-
/**
|
|
1780
|
-
* @internal
|
|
1781
|
-
*/
|
|
1782
|
-
const filterSensitiveLog: (obj: CreateLoggerDefinitionVersionResponse) => any;
|
|
1783
|
-
}
|
|
1784
|
-
/**
|
|
1785
|
-
* Information about a resource definition version.
|
|
1786
|
-
*/
|
|
1787
|
-
export interface ResourceDefinitionVersion {
|
|
1788
|
-
/**
|
|
1789
|
-
* A list of resources.
|
|
1790
|
-
*/
|
|
1791
|
-
Resources?: Resource[];
|
|
1792
|
-
}
|
|
1793
|
-
export declare namespace ResourceDefinitionVersion {
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
|
-
const filterSensitiveLog: (obj: ResourceDefinitionVersion) => any;
|
|
1798
|
-
}
|
|
1799
|
-
export interface CreateResourceDefinitionRequest {
|
|
1800
|
-
/**
|
|
1801
|
-
* A client token used to correlate requests and responses.
|
|
1802
|
-
*/
|
|
1803
|
-
AmznClientToken?: string;
|
|
1804
|
-
/**
|
|
1805
|
-
* Information about the initial version of the resource definition.
|
|
1806
|
-
*/
|
|
1807
|
-
InitialVersion?: ResourceDefinitionVersion;
|
|
1808
|
-
/**
|
|
1809
|
-
* The name of the resource definition.
|
|
1810
|
-
*/
|
|
1811
|
-
Name?: string;
|
|
1812
|
-
/**
|
|
1813
|
-
* Tag(s) to add to the new resource.
|
|
1814
|
-
*/
|
|
1815
|
-
tags?: {
|
|
1816
|
-
[key: string]: string;
|
|
1817
|
-
};
|
|
1818
|
-
}
|
|
1819
|
-
export declare namespace CreateResourceDefinitionRequest {
|
|
1820
|
-
/**
|
|
1821
|
-
* @internal
|
|
1822
|
-
*/
|
|
1823
|
-
const filterSensitiveLog: (obj: CreateResourceDefinitionRequest) => any;
|
|
1824
|
-
}
|
|
1825
|
-
export interface CreateResourceDefinitionResponse {
|
|
1826
|
-
/**
|
|
1827
|
-
* The ARN of the definition.
|
|
1828
|
-
*/
|
|
1829
|
-
Arn?: string;
|
|
1830
|
-
/**
|
|
1831
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
1832
|
-
*/
|
|
1833
|
-
CreationTimestamp?: string;
|
|
1834
|
-
/**
|
|
1835
|
-
* The ID of the definition.
|
|
1836
|
-
*/
|
|
1837
|
-
Id?: string;
|
|
1838
|
-
/**
|
|
1839
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
1840
|
-
*/
|
|
1841
|
-
LastUpdatedTimestamp?: string;
|
|
1842
|
-
/**
|
|
1843
|
-
* The ID of the latest version associated with the definition.
|
|
1844
|
-
*/
|
|
1845
|
-
LatestVersion?: string;
|
|
1846
|
-
/**
|
|
1847
|
-
* The ARN of the latest version associated with the definition.
|
|
1848
|
-
*/
|
|
1849
|
-
LatestVersionArn?: string;
|
|
1850
|
-
/**
|
|
1851
|
-
* The name of the definition.
|
|
1852
|
-
*/
|
|
1853
|
-
Name?: string;
|
|
1854
|
-
}
|
|
1855
|
-
export declare namespace CreateResourceDefinitionResponse {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
const filterSensitiveLog: (obj: CreateResourceDefinitionResponse) => any;
|
|
1860
|
-
}
|
|
1861
|
-
export interface CreateResourceDefinitionVersionRequest {
|
|
1862
|
-
/**
|
|
1863
|
-
* A client token used to correlate requests and responses.
|
|
1864
|
-
*/
|
|
1865
|
-
AmznClientToken?: string;
|
|
1866
|
-
/**
|
|
1867
|
-
* The ID of the resource definition.
|
|
1868
|
-
*/
|
|
1869
|
-
ResourceDefinitionId: string | undefined;
|
|
1870
|
-
/**
|
|
1871
|
-
* A list of resources.
|
|
1872
|
-
*/
|
|
1873
|
-
Resources?: Resource[];
|
|
1874
|
-
}
|
|
1875
|
-
export declare namespace CreateResourceDefinitionVersionRequest {
|
|
1876
|
-
/**
|
|
1877
|
-
* @internal
|
|
1878
|
-
*/
|
|
1879
|
-
const filterSensitiveLog: (obj: CreateResourceDefinitionVersionRequest) => any;
|
|
1880
|
-
}
|
|
1881
|
-
export interface CreateResourceDefinitionVersionResponse {
|
|
1882
|
-
/**
|
|
1883
|
-
* The ARN of the version.
|
|
1884
|
-
*/
|
|
1885
|
-
Arn?: string;
|
|
1886
|
-
/**
|
|
1887
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
1888
|
-
*/
|
|
1889
|
-
CreationTimestamp?: string;
|
|
1890
|
-
/**
|
|
1891
|
-
* The ID of the parent definition that the version is associated with.
|
|
1892
|
-
*/
|
|
1893
|
-
Id?: string;
|
|
1894
|
-
/**
|
|
1895
|
-
* The ID of the version.
|
|
1896
|
-
*/
|
|
1897
|
-
Version?: string;
|
|
1898
|
-
}
|
|
1899
|
-
export declare namespace CreateResourceDefinitionVersionResponse {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: CreateResourceDefinitionVersionResponse) => any;
|
|
1904
|
-
}
|
|
1905
|
-
export declare enum SoftwareToUpdate {
|
|
1906
|
-
core = "core",
|
|
1907
|
-
ota_agent = "ota_agent"
|
|
1908
|
-
}
|
|
1909
|
-
export declare enum UpdateAgentLogLevel {
|
|
1910
|
-
DEBUG = "DEBUG",
|
|
1911
|
-
ERROR = "ERROR",
|
|
1912
|
-
FATAL = "FATAL",
|
|
1913
|
-
INFO = "INFO",
|
|
1914
|
-
NONE = "NONE",
|
|
1915
|
-
TRACE = "TRACE",
|
|
1916
|
-
VERBOSE = "VERBOSE",
|
|
1917
|
-
WARN = "WARN"
|
|
1918
|
-
}
|
|
1919
|
-
export declare enum UpdateTargetsArchitecture {
|
|
1920
|
-
aarch64 = "aarch64",
|
|
1921
|
-
armv6l = "armv6l",
|
|
1922
|
-
armv7l = "armv7l",
|
|
1923
|
-
x86_64 = "x86_64"
|
|
1924
|
-
}
|
|
1925
|
-
export declare enum UpdateTargetsOperatingSystem {
|
|
1926
|
-
amazon_linux = "amazon_linux",
|
|
1927
|
-
openwrt = "openwrt",
|
|
1928
|
-
raspbian = "raspbian",
|
|
1929
|
-
ubuntu = "ubuntu"
|
|
1930
|
-
}
|
|
1931
|
-
export interface CreateSoftwareUpdateJobRequest {
|
|
1932
|
-
/**
|
|
1933
|
-
* A client token used to correlate requests and responses.
|
|
1934
|
-
*/
|
|
1935
|
-
AmznClientToken?: string;
|
|
1936
|
-
/**
|
|
1937
|
-
* The IAM Role that Greengrass will use to create pre-signed URLs pointing towards the update artifact.
|
|
1938
|
-
*/
|
|
1939
|
-
S3UrlSignerRole: string | undefined;
|
|
1940
|
-
/**
|
|
1941
|
-
* The piece of software on the Greengrass core that will be updated.
|
|
1942
|
-
*/
|
|
1943
|
-
SoftwareToUpdate: SoftwareToUpdate | string | undefined;
|
|
1944
|
-
/**
|
|
1945
|
-
* The minimum level of log statements that should be logged by the OTA Agent during an update.
|
|
1946
|
-
*/
|
|
1947
|
-
UpdateAgentLogLevel?: UpdateAgentLogLevel | string;
|
|
1948
|
-
/**
|
|
1949
|
-
* The ARNs of the targets (IoT things or IoT thing groups) that this update will be applied to.
|
|
1950
|
-
*/
|
|
1951
|
-
UpdateTargets: string[] | undefined;
|
|
1952
|
-
/**
|
|
1953
|
-
* The architecture of the cores which are the targets of an update.
|
|
1954
|
-
*/
|
|
1955
|
-
UpdateTargetsArchitecture: UpdateTargetsArchitecture | string | undefined;
|
|
1956
|
-
/**
|
|
1957
|
-
* The operating system of the cores which are the targets of an update.
|
|
1958
|
-
*/
|
|
1959
|
-
UpdateTargetsOperatingSystem: UpdateTargetsOperatingSystem | string | undefined;
|
|
1960
|
-
}
|
|
1961
|
-
export declare namespace CreateSoftwareUpdateJobRequest {
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
const filterSensitiveLog: (obj: CreateSoftwareUpdateJobRequest) => any;
|
|
1966
|
-
}
|
|
1967
|
-
export interface CreateSoftwareUpdateJobResponse {
|
|
1968
|
-
/**
|
|
1969
|
-
* The IoT Job ARN corresponding to this update.
|
|
1970
|
-
*/
|
|
1971
|
-
IotJobArn?: string;
|
|
1972
|
-
/**
|
|
1973
|
-
* The IoT Job Id corresponding to this update.
|
|
1974
|
-
*/
|
|
1975
|
-
IotJobId?: string;
|
|
1976
|
-
/**
|
|
1977
|
-
* The software version installed on the device or devices after the update.
|
|
1978
|
-
*/
|
|
1979
|
-
PlatformSoftwareVersion?: string;
|
|
1980
|
-
}
|
|
1981
|
-
export declare namespace CreateSoftwareUpdateJobResponse {
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
const filterSensitiveLog: (obj: CreateSoftwareUpdateJobResponse) => any;
|
|
1986
|
-
}
|
|
1987
|
-
/**
|
|
1988
|
-
* Information about a subscription definition version.
|
|
1989
|
-
*/
|
|
1990
|
-
export interface SubscriptionDefinitionVersion {
|
|
1991
|
-
/**
|
|
1992
|
-
* A list of subscriptions.
|
|
1993
|
-
*/
|
|
1994
|
-
Subscriptions?: Subscription[];
|
|
1995
|
-
}
|
|
1996
|
-
export declare namespace SubscriptionDefinitionVersion {
|
|
1997
|
-
/**
|
|
1998
|
-
* @internal
|
|
1999
|
-
*/
|
|
2000
|
-
const filterSensitiveLog: (obj: SubscriptionDefinitionVersion) => any;
|
|
2001
|
-
}
|
|
2002
|
-
export interface CreateSubscriptionDefinitionRequest {
|
|
2003
|
-
/**
|
|
2004
|
-
* A client token used to correlate requests and responses.
|
|
2005
|
-
*/
|
|
2006
|
-
AmznClientToken?: string;
|
|
2007
|
-
/**
|
|
2008
|
-
* Information about the initial version of the subscription definition.
|
|
2009
|
-
*/
|
|
2010
|
-
InitialVersion?: SubscriptionDefinitionVersion;
|
|
2011
|
-
/**
|
|
2012
|
-
* The name of the subscription definition.
|
|
2013
|
-
*/
|
|
2014
|
-
Name?: string;
|
|
2015
|
-
/**
|
|
2016
|
-
* Tag(s) to add to the new resource.
|
|
2017
|
-
*/
|
|
2018
|
-
tags?: {
|
|
2019
|
-
[key: string]: string;
|
|
2020
|
-
};
|
|
2021
|
-
}
|
|
2022
|
-
export declare namespace CreateSubscriptionDefinitionRequest {
|
|
2023
|
-
/**
|
|
2024
|
-
* @internal
|
|
2025
|
-
*/
|
|
2026
|
-
const filterSensitiveLog: (obj: CreateSubscriptionDefinitionRequest) => any;
|
|
2027
|
-
}
|
|
2028
|
-
export interface CreateSubscriptionDefinitionResponse {
|
|
2029
|
-
/**
|
|
2030
|
-
* The ARN of the definition.
|
|
2031
|
-
*/
|
|
2032
|
-
Arn?: string;
|
|
2033
|
-
/**
|
|
2034
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2035
|
-
*/
|
|
2036
|
-
CreationTimestamp?: string;
|
|
2037
|
-
/**
|
|
2038
|
-
* The ID of the definition.
|
|
2039
|
-
*/
|
|
2040
|
-
Id?: string;
|
|
2041
|
-
/**
|
|
2042
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2043
|
-
*/
|
|
2044
|
-
LastUpdatedTimestamp?: string;
|
|
2045
|
-
/**
|
|
2046
|
-
* The ID of the latest version associated with the definition.
|
|
2047
|
-
*/
|
|
2048
|
-
LatestVersion?: string;
|
|
2049
|
-
/**
|
|
2050
|
-
* The ARN of the latest version associated with the definition.
|
|
2051
|
-
*/
|
|
2052
|
-
LatestVersionArn?: string;
|
|
2053
|
-
/**
|
|
2054
|
-
* The name of the definition.
|
|
2055
|
-
*/
|
|
2056
|
-
Name?: string;
|
|
2057
|
-
}
|
|
2058
|
-
export declare namespace CreateSubscriptionDefinitionResponse {
|
|
2059
|
-
/**
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
2062
|
-
const filterSensitiveLog: (obj: CreateSubscriptionDefinitionResponse) => any;
|
|
2063
|
-
}
|
|
2064
|
-
export interface CreateSubscriptionDefinitionVersionRequest {
|
|
2065
|
-
/**
|
|
2066
|
-
* A client token used to correlate requests and responses.
|
|
2067
|
-
*/
|
|
2068
|
-
AmznClientToken?: string;
|
|
2069
|
-
/**
|
|
2070
|
-
* The ID of the subscription definition.
|
|
2071
|
-
*/
|
|
2072
|
-
SubscriptionDefinitionId: string | undefined;
|
|
2073
|
-
/**
|
|
2074
|
-
* A list of subscriptions.
|
|
2075
|
-
*/
|
|
2076
|
-
Subscriptions?: Subscription[];
|
|
2077
|
-
}
|
|
2078
|
-
export declare namespace CreateSubscriptionDefinitionVersionRequest {
|
|
2079
|
-
/**
|
|
2080
|
-
* @internal
|
|
2081
|
-
*/
|
|
2082
|
-
const filterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionRequest) => any;
|
|
2083
|
-
}
|
|
2084
|
-
export interface CreateSubscriptionDefinitionVersionResponse {
|
|
2085
|
-
/**
|
|
2086
|
-
* The ARN of the version.
|
|
2087
|
-
*/
|
|
2088
|
-
Arn?: string;
|
|
2089
|
-
/**
|
|
2090
|
-
* The time, in milliseconds since the epoch, when the version was created.
|
|
2091
|
-
*/
|
|
2092
|
-
CreationTimestamp?: string;
|
|
2093
|
-
/**
|
|
2094
|
-
* The ID of the parent definition that the version is associated with.
|
|
2095
|
-
*/
|
|
2096
|
-
Id?: string;
|
|
2097
|
-
/**
|
|
2098
|
-
* The ID of the version.
|
|
2099
|
-
*/
|
|
2100
|
-
Version?: string;
|
|
2101
|
-
}
|
|
2102
|
-
export declare namespace CreateSubscriptionDefinitionVersionResponse {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: CreateSubscriptionDefinitionVersionResponse) => any;
|
|
2107
|
-
}
|
|
2108
|
-
export interface DeleteConnectorDefinitionRequest {
|
|
2109
|
-
/**
|
|
2110
|
-
* The ID of the connector definition.
|
|
2111
|
-
*/
|
|
2112
|
-
ConnectorDefinitionId: string | undefined;
|
|
2113
|
-
}
|
|
2114
|
-
export declare namespace DeleteConnectorDefinitionRequest {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
const filterSensitiveLog: (obj: DeleteConnectorDefinitionRequest) => any;
|
|
2119
|
-
}
|
|
2120
|
-
export interface DeleteConnectorDefinitionResponse {
|
|
2121
|
-
}
|
|
2122
|
-
export declare namespace DeleteConnectorDefinitionResponse {
|
|
2123
|
-
/**
|
|
2124
|
-
* @internal
|
|
2125
|
-
*/
|
|
2126
|
-
const filterSensitiveLog: (obj: DeleteConnectorDefinitionResponse) => any;
|
|
2127
|
-
}
|
|
2128
|
-
export interface DeleteCoreDefinitionRequest {
|
|
2129
|
-
/**
|
|
2130
|
-
* The ID of the core definition.
|
|
2131
|
-
*/
|
|
2132
|
-
CoreDefinitionId: string | undefined;
|
|
2133
|
-
}
|
|
2134
|
-
export declare namespace DeleteCoreDefinitionRequest {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: DeleteCoreDefinitionRequest) => any;
|
|
2139
|
-
}
|
|
2140
|
-
export interface DeleteCoreDefinitionResponse {
|
|
2141
|
-
}
|
|
2142
|
-
export declare namespace DeleteCoreDefinitionResponse {
|
|
2143
|
-
/**
|
|
2144
|
-
* @internal
|
|
2145
|
-
*/
|
|
2146
|
-
const filterSensitiveLog: (obj: DeleteCoreDefinitionResponse) => any;
|
|
2147
|
-
}
|
|
2148
|
-
export interface DeleteDeviceDefinitionRequest {
|
|
2149
|
-
/**
|
|
2150
|
-
* The ID of the device definition.
|
|
2151
|
-
*/
|
|
2152
|
-
DeviceDefinitionId: string | undefined;
|
|
2153
|
-
}
|
|
2154
|
-
export declare namespace DeleteDeviceDefinitionRequest {
|
|
2155
|
-
/**
|
|
2156
|
-
* @internal
|
|
2157
|
-
*/
|
|
2158
|
-
const filterSensitiveLog: (obj: DeleteDeviceDefinitionRequest) => any;
|
|
2159
|
-
}
|
|
2160
|
-
export interface DeleteDeviceDefinitionResponse {
|
|
2161
|
-
}
|
|
2162
|
-
export declare namespace DeleteDeviceDefinitionResponse {
|
|
2163
|
-
/**
|
|
2164
|
-
* @internal
|
|
2165
|
-
*/
|
|
2166
|
-
const filterSensitiveLog: (obj: DeleteDeviceDefinitionResponse) => any;
|
|
2167
|
-
}
|
|
2168
|
-
export interface DeleteFunctionDefinitionRequest {
|
|
2169
|
-
/**
|
|
2170
|
-
* The ID of the Lambda function definition.
|
|
2171
|
-
*/
|
|
2172
|
-
FunctionDefinitionId: string | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export declare namespace DeleteFunctionDefinitionRequest {
|
|
2175
|
-
/**
|
|
2176
|
-
* @internal
|
|
2177
|
-
*/
|
|
2178
|
-
const filterSensitiveLog: (obj: DeleteFunctionDefinitionRequest) => any;
|
|
2179
|
-
}
|
|
2180
|
-
export interface DeleteFunctionDefinitionResponse {
|
|
2181
|
-
}
|
|
2182
|
-
export declare namespace DeleteFunctionDefinitionResponse {
|
|
2183
|
-
/**
|
|
2184
|
-
* @internal
|
|
2185
|
-
*/
|
|
2186
|
-
const filterSensitiveLog: (obj: DeleteFunctionDefinitionResponse) => any;
|
|
2187
|
-
}
|
|
2188
|
-
export interface DeleteGroupRequest {
|
|
2189
|
-
/**
|
|
2190
|
-
* The ID of the Greengrass group.
|
|
2191
|
-
*/
|
|
2192
|
-
GroupId: string | undefined;
|
|
2193
|
-
}
|
|
2194
|
-
export declare namespace DeleteGroupRequest {
|
|
2195
|
-
/**
|
|
2196
|
-
* @internal
|
|
2197
|
-
*/
|
|
2198
|
-
const filterSensitiveLog: (obj: DeleteGroupRequest) => any;
|
|
2199
|
-
}
|
|
2200
|
-
export interface DeleteGroupResponse {
|
|
2201
|
-
}
|
|
2202
|
-
export declare namespace DeleteGroupResponse {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
const filterSensitiveLog: (obj: DeleteGroupResponse) => any;
|
|
2207
|
-
}
|
|
2208
|
-
export interface DeleteLoggerDefinitionRequest {
|
|
2209
|
-
/**
|
|
2210
|
-
* The ID of the logger definition.
|
|
2211
|
-
*/
|
|
2212
|
-
LoggerDefinitionId: string | undefined;
|
|
2213
|
-
}
|
|
2214
|
-
export declare namespace DeleteLoggerDefinitionRequest {
|
|
2215
|
-
/**
|
|
2216
|
-
* @internal
|
|
2217
|
-
*/
|
|
2218
|
-
const filterSensitiveLog: (obj: DeleteLoggerDefinitionRequest) => any;
|
|
2219
|
-
}
|
|
2220
|
-
export interface DeleteLoggerDefinitionResponse {
|
|
2221
|
-
}
|
|
2222
|
-
export declare namespace DeleteLoggerDefinitionResponse {
|
|
2223
|
-
/**
|
|
2224
|
-
* @internal
|
|
2225
|
-
*/
|
|
2226
|
-
const filterSensitiveLog: (obj: DeleteLoggerDefinitionResponse) => any;
|
|
2227
|
-
}
|
|
2228
|
-
export interface DeleteResourceDefinitionRequest {
|
|
2229
|
-
/**
|
|
2230
|
-
* The ID of the resource definition.
|
|
2231
|
-
*/
|
|
2232
|
-
ResourceDefinitionId: string | undefined;
|
|
2233
|
-
}
|
|
2234
|
-
export declare namespace DeleteResourceDefinitionRequest {
|
|
2235
|
-
/**
|
|
2236
|
-
* @internal
|
|
2237
|
-
*/
|
|
2238
|
-
const filterSensitiveLog: (obj: DeleteResourceDefinitionRequest) => any;
|
|
2239
|
-
}
|
|
2240
|
-
export interface DeleteResourceDefinitionResponse {
|
|
2241
|
-
}
|
|
2242
|
-
export declare namespace DeleteResourceDefinitionResponse {
|
|
2243
|
-
/**
|
|
2244
|
-
* @internal
|
|
2245
|
-
*/
|
|
2246
|
-
const filterSensitiveLog: (obj: DeleteResourceDefinitionResponse) => any;
|
|
2247
|
-
}
|
|
2248
|
-
export interface DeleteSubscriptionDefinitionRequest {
|
|
2249
|
-
/**
|
|
2250
|
-
* The ID of the subscription definition.
|
|
2251
|
-
*/
|
|
2252
|
-
SubscriptionDefinitionId: string | undefined;
|
|
2253
|
-
}
|
|
2254
|
-
export declare namespace DeleteSubscriptionDefinitionRequest {
|
|
2255
|
-
/**
|
|
2256
|
-
* @internal
|
|
2257
|
-
*/
|
|
2258
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionDefinitionRequest) => any;
|
|
2259
|
-
}
|
|
2260
|
-
export interface DeleteSubscriptionDefinitionResponse {
|
|
2261
|
-
}
|
|
2262
|
-
export declare namespace DeleteSubscriptionDefinitionResponse {
|
|
2263
|
-
/**
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
2266
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionDefinitionResponse) => any;
|
|
2267
|
-
}
|
|
2268
|
-
/**
|
|
2269
|
-
* Information about a deployment.
|
|
2270
|
-
*/
|
|
2271
|
-
export interface Deployment {
|
|
2272
|
-
/**
|
|
2273
|
-
* The time, in milliseconds since the epoch, when the deployment was created.
|
|
2274
|
-
*/
|
|
2275
|
-
CreatedAt?: string;
|
|
2276
|
-
/**
|
|
2277
|
-
* The ARN of the deployment.
|
|
2278
|
-
*/
|
|
2279
|
-
DeploymentArn?: string;
|
|
2280
|
-
/**
|
|
2281
|
-
* The ID of the deployment.
|
|
2282
|
-
*/
|
|
2283
|
-
DeploymentId?: string;
|
|
2284
|
-
/**
|
|
2285
|
-
* The type of the deployment.
|
|
2286
|
-
*/
|
|
2287
|
-
DeploymentType?: DeploymentType | string;
|
|
2288
|
-
/**
|
|
2289
|
-
* The ARN of the group for this deployment.
|
|
2290
|
-
*/
|
|
2291
|
-
GroupArn?: string;
|
|
2292
|
-
}
|
|
2293
|
-
export declare namespace Deployment {
|
|
2294
|
-
/**
|
|
2295
|
-
* @internal
|
|
2296
|
-
*/
|
|
2297
|
-
const filterSensitiveLog: (obj: Deployment) => any;
|
|
2298
|
-
}
|
|
2299
|
-
export interface DisassociateRoleFromGroupRequest {
|
|
2300
|
-
/**
|
|
2301
|
-
* The ID of the Greengrass group.
|
|
2302
|
-
*/
|
|
2303
|
-
GroupId: string | undefined;
|
|
2304
|
-
}
|
|
2305
|
-
export declare namespace DisassociateRoleFromGroupRequest {
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
const filterSensitiveLog: (obj: DisassociateRoleFromGroupRequest) => any;
|
|
2310
|
-
}
|
|
2311
|
-
export interface DisassociateRoleFromGroupResponse {
|
|
2312
|
-
/**
|
|
2313
|
-
* The time, in milliseconds since the epoch, when the role was disassociated from the group.
|
|
2314
|
-
*/
|
|
2315
|
-
DisassociatedAt?: string;
|
|
2316
|
-
}
|
|
2317
|
-
export declare namespace DisassociateRoleFromGroupResponse {
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
const filterSensitiveLog: (obj: DisassociateRoleFromGroupResponse) => any;
|
|
2322
|
-
}
|
|
2323
|
-
export interface DisassociateServiceRoleFromAccountRequest {
|
|
2324
|
-
}
|
|
2325
|
-
export declare namespace DisassociateServiceRoleFromAccountRequest {
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountRequest) => any;
|
|
2330
|
-
}
|
|
2331
|
-
export interface DisassociateServiceRoleFromAccountResponse {
|
|
2332
|
-
/**
|
|
2333
|
-
* The time when the service role was disassociated from the account.
|
|
2334
|
-
*/
|
|
2335
|
-
DisassociatedAt?: string;
|
|
2336
|
-
}
|
|
2337
|
-
export declare namespace DisassociateServiceRoleFromAccountResponse {
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
2341
|
-
const filterSensitiveLog: (obj: DisassociateServiceRoleFromAccountResponse) => any;
|
|
2342
|
-
}
|
|
2343
|
-
export interface GetAssociatedRoleRequest {
|
|
2344
|
-
/**
|
|
2345
|
-
* The ID of the Greengrass group.
|
|
2346
|
-
*/
|
|
2347
|
-
GroupId: string | undefined;
|
|
2348
|
-
}
|
|
2349
|
-
export declare namespace GetAssociatedRoleRequest {
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
const filterSensitiveLog: (obj: GetAssociatedRoleRequest) => any;
|
|
2354
|
-
}
|
|
2355
|
-
export interface GetAssociatedRoleResponse {
|
|
2356
|
-
/**
|
|
2357
|
-
* The time when the role was associated with the group.
|
|
2358
|
-
*/
|
|
2359
|
-
AssociatedAt?: string;
|
|
2360
|
-
/**
|
|
2361
|
-
* The ARN of the role that is associated with the group.
|
|
2362
|
-
*/
|
|
2363
|
-
RoleArn?: string;
|
|
2364
|
-
}
|
|
2365
|
-
export declare namespace GetAssociatedRoleResponse {
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
const filterSensitiveLog: (obj: GetAssociatedRoleResponse) => any;
|
|
2370
|
-
}
|
|
2371
|
-
export interface GetBulkDeploymentStatusRequest {
|
|
2372
|
-
/**
|
|
2373
|
-
* The ID of the bulk deployment.
|
|
2374
|
-
*/
|
|
2375
|
-
BulkDeploymentId: string | undefined;
|
|
2376
|
-
}
|
|
2377
|
-
export declare namespace GetBulkDeploymentStatusRequest {
|
|
2378
|
-
/**
|
|
2379
|
-
* @internal
|
|
2380
|
-
*/
|
|
2381
|
-
const filterSensitiveLog: (obj: GetBulkDeploymentStatusRequest) => any;
|
|
2382
|
-
}
|
|
2383
|
-
export interface GetBulkDeploymentStatusResponse {
|
|
2384
|
-
/**
|
|
2385
|
-
* Relevant metrics on input records processed during bulk deployment.
|
|
2386
|
-
*/
|
|
2387
|
-
BulkDeploymentMetrics?: BulkDeploymentMetrics;
|
|
2388
|
-
/**
|
|
2389
|
-
* The status of the bulk deployment.
|
|
2390
|
-
*/
|
|
2391
|
-
BulkDeploymentStatus?: BulkDeploymentStatus | string;
|
|
2392
|
-
/**
|
|
2393
|
-
* The time, in ISO format, when the deployment was created.
|
|
2394
|
-
*/
|
|
2395
|
-
CreatedAt?: string;
|
|
2396
|
-
/**
|
|
2397
|
-
* Error details
|
|
2398
|
-
*/
|
|
2399
|
-
ErrorDetails?: ErrorDetail[];
|
|
2400
|
-
/**
|
|
2401
|
-
* Error message
|
|
2402
|
-
*/
|
|
2403
|
-
ErrorMessage?: string;
|
|
2404
|
-
/**
|
|
2405
|
-
* Tag(s) attached to the resource arn.
|
|
2406
|
-
*/
|
|
2407
|
-
tags?: {
|
|
2408
|
-
[key: string]: string;
|
|
2409
|
-
};
|
|
2410
|
-
}
|
|
2411
|
-
export declare namespace GetBulkDeploymentStatusResponse {
|
|
2412
|
-
/**
|
|
2413
|
-
* @internal
|
|
2414
|
-
*/
|
|
2415
|
-
const filterSensitiveLog: (obj: GetBulkDeploymentStatusResponse) => any;
|
|
2416
|
-
}
|
|
2417
|
-
export interface GetConnectivityInfoRequest {
|
|
2418
|
-
/**
|
|
2419
|
-
* The thing name.
|
|
2420
|
-
*/
|
|
2421
|
-
ThingName: string | undefined;
|
|
2422
|
-
}
|
|
2423
|
-
export declare namespace GetConnectivityInfoRequest {
|
|
2424
|
-
/**
|
|
2425
|
-
* @internal
|
|
2426
|
-
*/
|
|
2427
|
-
const filterSensitiveLog: (obj: GetConnectivityInfoRequest) => any;
|
|
2428
|
-
}
|
|
2429
|
-
export interface GetConnectivityInfoResponse {
|
|
2430
|
-
/**
|
|
2431
|
-
* Connectivity info list.
|
|
2432
|
-
*/
|
|
2433
|
-
ConnectivityInfo?: ConnectivityInfo[];
|
|
2434
|
-
/**
|
|
2435
|
-
* A message about the connectivity info request.
|
|
2436
|
-
*/
|
|
2437
|
-
Message?: string;
|
|
2438
|
-
}
|
|
2439
|
-
export declare namespace GetConnectivityInfoResponse {
|
|
2440
|
-
/**
|
|
2441
|
-
* @internal
|
|
2442
|
-
*/
|
|
2443
|
-
const filterSensitiveLog: (obj: GetConnectivityInfoResponse) => any;
|
|
2444
|
-
}
|
|
2445
|
-
export interface GetConnectorDefinitionRequest {
|
|
2446
|
-
/**
|
|
2447
|
-
* The ID of the connector definition.
|
|
2448
|
-
*/
|
|
2449
|
-
ConnectorDefinitionId: string | undefined;
|
|
2450
|
-
}
|
|
2451
|
-
export declare namespace GetConnectorDefinitionRequest {
|
|
2452
|
-
/**
|
|
2453
|
-
* @internal
|
|
2454
|
-
*/
|
|
2455
|
-
const filterSensitiveLog: (obj: GetConnectorDefinitionRequest) => any;
|
|
2456
|
-
}
|
|
2457
|
-
export interface GetConnectorDefinitionResponse {
|
|
2458
|
-
/**
|
|
2459
|
-
* The ARN of the definition.
|
|
2460
|
-
*/
|
|
2461
|
-
Arn?: string;
|
|
2462
|
-
/**
|
|
2463
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2464
|
-
*/
|
|
2465
|
-
CreationTimestamp?: string;
|
|
2466
|
-
/**
|
|
2467
|
-
* The ID of the definition.
|
|
2468
|
-
*/
|
|
2469
|
-
Id?: string;
|
|
2470
|
-
/**
|
|
2471
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2472
|
-
*/
|
|
2473
|
-
LastUpdatedTimestamp?: string;
|
|
2474
|
-
/**
|
|
2475
|
-
* The ID of the latest version associated with the definition.
|
|
2476
|
-
*/
|
|
2477
|
-
LatestVersion?: string;
|
|
2478
|
-
/**
|
|
2479
|
-
* The ARN of the latest version associated with the definition.
|
|
2480
|
-
*/
|
|
2481
|
-
LatestVersionArn?: string;
|
|
2482
|
-
/**
|
|
2483
|
-
* The name of the definition.
|
|
2484
|
-
*/
|
|
2485
|
-
Name?: string;
|
|
2486
|
-
/**
|
|
2487
|
-
* Tag(s) attached to the resource arn.
|
|
2488
|
-
*/
|
|
2489
|
-
tags?: {
|
|
2490
|
-
[key: string]: string;
|
|
2491
|
-
};
|
|
2492
|
-
}
|
|
2493
|
-
export declare namespace GetConnectorDefinitionResponse {
|
|
2494
|
-
/**
|
|
2495
|
-
* @internal
|
|
2496
|
-
*/
|
|
2497
|
-
const filterSensitiveLog: (obj: GetConnectorDefinitionResponse) => any;
|
|
2498
|
-
}
|
|
2499
|
-
export interface GetConnectorDefinitionVersionRequest {
|
|
2500
|
-
/**
|
|
2501
|
-
* The ID of the connector definition.
|
|
2502
|
-
*/
|
|
2503
|
-
ConnectorDefinitionId: string | undefined;
|
|
2504
|
-
/**
|
|
2505
|
-
* The ID of the connector definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the version is the last one that was associated with a connector definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
2506
|
-
*/
|
|
2507
|
-
ConnectorDefinitionVersionId: string | undefined;
|
|
2508
|
-
/**
|
|
2509
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2510
|
-
*/
|
|
2511
|
-
NextToken?: string;
|
|
2512
|
-
}
|
|
2513
|
-
export declare namespace GetConnectorDefinitionVersionRequest {
|
|
2514
|
-
/**
|
|
2515
|
-
* @internal
|
|
2516
|
-
*/
|
|
2517
|
-
const filterSensitiveLog: (obj: GetConnectorDefinitionVersionRequest) => any;
|
|
2518
|
-
}
|
|
2519
|
-
export interface GetConnectorDefinitionVersionResponse {
|
|
2520
|
-
/**
|
|
2521
|
-
* The ARN of the connector definition version.
|
|
2522
|
-
*/
|
|
2523
|
-
Arn?: string;
|
|
2524
|
-
/**
|
|
2525
|
-
* The time, in milliseconds since the epoch, when the connector definition version was created.
|
|
2526
|
-
*/
|
|
2527
|
-
CreationTimestamp?: string;
|
|
2528
|
-
/**
|
|
2529
|
-
* Information about the connector definition version.
|
|
2530
|
-
*/
|
|
2531
|
-
Definition?: ConnectorDefinitionVersion;
|
|
2532
|
-
/**
|
|
2533
|
-
* The ID of the connector definition version.
|
|
2534
|
-
*/
|
|
2535
|
-
Id?: string;
|
|
2536
|
-
/**
|
|
2537
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2538
|
-
*/
|
|
2539
|
-
NextToken?: string;
|
|
2540
|
-
/**
|
|
2541
|
-
* The version of the connector definition version.
|
|
2542
|
-
*/
|
|
2543
|
-
Version?: string;
|
|
2544
|
-
}
|
|
2545
|
-
export declare namespace GetConnectorDefinitionVersionResponse {
|
|
2546
|
-
/**
|
|
2547
|
-
* @internal
|
|
2548
|
-
*/
|
|
2549
|
-
const filterSensitiveLog: (obj: GetConnectorDefinitionVersionResponse) => any;
|
|
2550
|
-
}
|
|
2551
|
-
export interface GetCoreDefinitionRequest {
|
|
2552
|
-
/**
|
|
2553
|
-
* The ID of the core definition.
|
|
2554
|
-
*/
|
|
2555
|
-
CoreDefinitionId: string | undefined;
|
|
2556
|
-
}
|
|
2557
|
-
export declare namespace GetCoreDefinitionRequest {
|
|
2558
|
-
/**
|
|
2559
|
-
* @internal
|
|
2560
|
-
*/
|
|
2561
|
-
const filterSensitiveLog: (obj: GetCoreDefinitionRequest) => any;
|
|
2562
|
-
}
|
|
2563
|
-
export interface GetCoreDefinitionResponse {
|
|
2564
|
-
/**
|
|
2565
|
-
* The ARN of the definition.
|
|
2566
|
-
*/
|
|
2567
|
-
Arn?: string;
|
|
2568
|
-
/**
|
|
2569
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2570
|
-
*/
|
|
2571
|
-
CreationTimestamp?: string;
|
|
2572
|
-
/**
|
|
2573
|
-
* The ID of the definition.
|
|
2574
|
-
*/
|
|
2575
|
-
Id?: string;
|
|
2576
|
-
/**
|
|
2577
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2578
|
-
*/
|
|
2579
|
-
LastUpdatedTimestamp?: string;
|
|
2580
|
-
/**
|
|
2581
|
-
* The ID of the latest version associated with the definition.
|
|
2582
|
-
*/
|
|
2583
|
-
LatestVersion?: string;
|
|
2584
|
-
/**
|
|
2585
|
-
* The ARN of the latest version associated with the definition.
|
|
2586
|
-
*/
|
|
2587
|
-
LatestVersionArn?: string;
|
|
2588
|
-
/**
|
|
2589
|
-
* The name of the definition.
|
|
2590
|
-
*/
|
|
2591
|
-
Name?: string;
|
|
2592
|
-
/**
|
|
2593
|
-
* Tag(s) attached to the resource arn.
|
|
2594
|
-
*/
|
|
2595
|
-
tags?: {
|
|
2596
|
-
[key: string]: string;
|
|
2597
|
-
};
|
|
2598
|
-
}
|
|
2599
|
-
export declare namespace GetCoreDefinitionResponse {
|
|
2600
|
-
/**
|
|
2601
|
-
* @internal
|
|
2602
|
-
*/
|
|
2603
|
-
const filterSensitiveLog: (obj: GetCoreDefinitionResponse) => any;
|
|
2604
|
-
}
|
|
2605
|
-
export interface GetCoreDefinitionVersionRequest {
|
|
2606
|
-
/**
|
|
2607
|
-
* The ID of the core definition.
|
|
2608
|
-
*/
|
|
2609
|
-
CoreDefinitionId: string | undefined;
|
|
2610
|
-
/**
|
|
2611
|
-
* The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
2612
|
-
*/
|
|
2613
|
-
CoreDefinitionVersionId: string | undefined;
|
|
2614
|
-
}
|
|
2615
|
-
export declare namespace GetCoreDefinitionVersionRequest {
|
|
2616
|
-
/**
|
|
2617
|
-
* @internal
|
|
2618
|
-
*/
|
|
2619
|
-
const filterSensitiveLog: (obj: GetCoreDefinitionVersionRequest) => any;
|
|
2620
|
-
}
|
|
2621
|
-
export interface GetCoreDefinitionVersionResponse {
|
|
2622
|
-
/**
|
|
2623
|
-
* The ARN of the core definition version.
|
|
2624
|
-
*/
|
|
2625
|
-
Arn?: string;
|
|
2626
|
-
/**
|
|
2627
|
-
* The time, in milliseconds since the epoch, when the core definition version was created.
|
|
2628
|
-
*/
|
|
2629
|
-
CreationTimestamp?: string;
|
|
2630
|
-
/**
|
|
2631
|
-
* Information about the core definition version.
|
|
2632
|
-
*/
|
|
2633
|
-
Definition?: CoreDefinitionVersion;
|
|
2634
|
-
/**
|
|
2635
|
-
* The ID of the core definition version.
|
|
2636
|
-
*/
|
|
2637
|
-
Id?: string;
|
|
2638
|
-
/**
|
|
2639
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2640
|
-
*/
|
|
2641
|
-
NextToken?: string;
|
|
2642
|
-
/**
|
|
2643
|
-
* The version of the core definition version.
|
|
2644
|
-
*/
|
|
2645
|
-
Version?: string;
|
|
2646
|
-
}
|
|
2647
|
-
export declare namespace GetCoreDefinitionVersionResponse {
|
|
2648
|
-
/**
|
|
2649
|
-
* @internal
|
|
2650
|
-
*/
|
|
2651
|
-
const filterSensitiveLog: (obj: GetCoreDefinitionVersionResponse) => any;
|
|
2652
|
-
}
|
|
2653
|
-
export interface GetDeploymentStatusRequest {
|
|
2654
|
-
/**
|
|
2655
|
-
* The ID of the deployment.
|
|
2656
|
-
*/
|
|
2657
|
-
DeploymentId: string | undefined;
|
|
2658
|
-
/**
|
|
2659
|
-
* The ID of the Greengrass group.
|
|
2660
|
-
*/
|
|
2661
|
-
GroupId: string | undefined;
|
|
2662
|
-
}
|
|
2663
|
-
export declare namespace GetDeploymentStatusRequest {
|
|
2664
|
-
/**
|
|
2665
|
-
* @internal
|
|
2666
|
-
*/
|
|
2667
|
-
const filterSensitiveLog: (obj: GetDeploymentStatusRequest) => any;
|
|
2668
|
-
}
|
|
2669
|
-
export interface GetDeploymentStatusResponse {
|
|
2670
|
-
/**
|
|
2671
|
-
* The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
|
2672
|
-
*/
|
|
2673
|
-
DeploymentStatus?: string;
|
|
2674
|
-
/**
|
|
2675
|
-
* The type of the deployment.
|
|
2676
|
-
*/
|
|
2677
|
-
DeploymentType?: DeploymentType | string;
|
|
2678
|
-
/**
|
|
2679
|
-
* Error details
|
|
2680
|
-
*/
|
|
2681
|
-
ErrorDetails?: ErrorDetail[];
|
|
2682
|
-
/**
|
|
2683
|
-
* Error message
|
|
2684
|
-
*/
|
|
2685
|
-
ErrorMessage?: string;
|
|
2686
|
-
/**
|
|
2687
|
-
* The time, in milliseconds since the epoch, when the deployment status was updated.
|
|
2688
|
-
*/
|
|
2689
|
-
UpdatedAt?: string;
|
|
2690
|
-
}
|
|
2691
|
-
export declare namespace GetDeploymentStatusResponse {
|
|
2692
|
-
/**
|
|
2693
|
-
* @internal
|
|
2694
|
-
*/
|
|
2695
|
-
const filterSensitiveLog: (obj: GetDeploymentStatusResponse) => any;
|
|
2696
|
-
}
|
|
2697
|
-
export interface GetDeviceDefinitionRequest {
|
|
2698
|
-
/**
|
|
2699
|
-
* The ID of the device definition.
|
|
2700
|
-
*/
|
|
2701
|
-
DeviceDefinitionId: string | undefined;
|
|
2702
|
-
}
|
|
2703
|
-
export declare namespace GetDeviceDefinitionRequest {
|
|
2704
|
-
/**
|
|
2705
|
-
* @internal
|
|
2706
|
-
*/
|
|
2707
|
-
const filterSensitiveLog: (obj: GetDeviceDefinitionRequest) => any;
|
|
2708
|
-
}
|
|
2709
|
-
export interface GetDeviceDefinitionResponse {
|
|
2710
|
-
/**
|
|
2711
|
-
* The ARN of the definition.
|
|
2712
|
-
*/
|
|
2713
|
-
Arn?: string;
|
|
2714
|
-
/**
|
|
2715
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2716
|
-
*/
|
|
2717
|
-
CreationTimestamp?: string;
|
|
2718
|
-
/**
|
|
2719
|
-
* The ID of the definition.
|
|
2720
|
-
*/
|
|
2721
|
-
Id?: string;
|
|
2722
|
-
/**
|
|
2723
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2724
|
-
*/
|
|
2725
|
-
LastUpdatedTimestamp?: string;
|
|
2726
|
-
/**
|
|
2727
|
-
* The ID of the latest version associated with the definition.
|
|
2728
|
-
*/
|
|
2729
|
-
LatestVersion?: string;
|
|
2730
|
-
/**
|
|
2731
|
-
* The ARN of the latest version associated with the definition.
|
|
2732
|
-
*/
|
|
2733
|
-
LatestVersionArn?: string;
|
|
2734
|
-
/**
|
|
2735
|
-
* The name of the definition.
|
|
2736
|
-
*/
|
|
2737
|
-
Name?: string;
|
|
2738
|
-
/**
|
|
2739
|
-
* Tag(s) attached to the resource arn.
|
|
2740
|
-
*/
|
|
2741
|
-
tags?: {
|
|
2742
|
-
[key: string]: string;
|
|
2743
|
-
};
|
|
2744
|
-
}
|
|
2745
|
-
export declare namespace GetDeviceDefinitionResponse {
|
|
2746
|
-
/**
|
|
2747
|
-
* @internal
|
|
2748
|
-
*/
|
|
2749
|
-
const filterSensitiveLog: (obj: GetDeviceDefinitionResponse) => any;
|
|
2750
|
-
}
|
|
2751
|
-
export interface GetDeviceDefinitionVersionRequest {
|
|
2752
|
-
/**
|
|
2753
|
-
* The ID of the device definition.
|
|
2754
|
-
*/
|
|
2755
|
-
DeviceDefinitionId: string | undefined;
|
|
2756
|
-
/**
|
|
2757
|
-
* The ID of the device definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version is the last one that was associated with a device definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
2758
|
-
*/
|
|
2759
|
-
DeviceDefinitionVersionId: string | undefined;
|
|
2760
|
-
/**
|
|
2761
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2762
|
-
*/
|
|
2763
|
-
NextToken?: string;
|
|
2764
|
-
}
|
|
2765
|
-
export declare namespace GetDeviceDefinitionVersionRequest {
|
|
2766
|
-
/**
|
|
2767
|
-
* @internal
|
|
2768
|
-
*/
|
|
2769
|
-
const filterSensitiveLog: (obj: GetDeviceDefinitionVersionRequest) => any;
|
|
2770
|
-
}
|
|
2771
|
-
export interface GetDeviceDefinitionVersionResponse {
|
|
2772
|
-
/**
|
|
2773
|
-
* The ARN of the device definition version.
|
|
2774
|
-
*/
|
|
2775
|
-
Arn?: string;
|
|
2776
|
-
/**
|
|
2777
|
-
* The time, in milliseconds since the epoch, when the device definition version was created.
|
|
2778
|
-
*/
|
|
2779
|
-
CreationTimestamp?: string;
|
|
2780
|
-
/**
|
|
2781
|
-
* Information about the device definition version.
|
|
2782
|
-
*/
|
|
2783
|
-
Definition?: DeviceDefinitionVersion;
|
|
2784
|
-
/**
|
|
2785
|
-
* The ID of the device definition version.
|
|
2786
|
-
*/
|
|
2787
|
-
Id?: string;
|
|
2788
|
-
/**
|
|
2789
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2790
|
-
*/
|
|
2791
|
-
NextToken?: string;
|
|
2792
|
-
/**
|
|
2793
|
-
* The version of the device definition version.
|
|
2794
|
-
*/
|
|
2795
|
-
Version?: string;
|
|
2796
|
-
}
|
|
2797
|
-
export declare namespace GetDeviceDefinitionVersionResponse {
|
|
2798
|
-
/**
|
|
2799
|
-
* @internal
|
|
2800
|
-
*/
|
|
2801
|
-
const filterSensitiveLog: (obj: GetDeviceDefinitionVersionResponse) => any;
|
|
2802
|
-
}
|
|
2803
|
-
export interface GetFunctionDefinitionRequest {
|
|
2804
|
-
/**
|
|
2805
|
-
* The ID of the Lambda function definition.
|
|
2806
|
-
*/
|
|
2807
|
-
FunctionDefinitionId: string | undefined;
|
|
2808
|
-
}
|
|
2809
|
-
export declare namespace GetFunctionDefinitionRequest {
|
|
2810
|
-
/**
|
|
2811
|
-
* @internal
|
|
2812
|
-
*/
|
|
2813
|
-
const filterSensitiveLog: (obj: GetFunctionDefinitionRequest) => any;
|
|
2814
|
-
}
|
|
2815
|
-
export interface GetFunctionDefinitionResponse {
|
|
2816
|
-
/**
|
|
2817
|
-
* The ARN of the definition.
|
|
2818
|
-
*/
|
|
2819
|
-
Arn?: string;
|
|
2820
|
-
/**
|
|
2821
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2822
|
-
*/
|
|
2823
|
-
CreationTimestamp?: string;
|
|
2824
|
-
/**
|
|
2825
|
-
* The ID of the definition.
|
|
2826
|
-
*/
|
|
2827
|
-
Id?: string;
|
|
2828
|
-
/**
|
|
2829
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2830
|
-
*/
|
|
2831
|
-
LastUpdatedTimestamp?: string;
|
|
2832
|
-
/**
|
|
2833
|
-
* The ID of the latest version associated with the definition.
|
|
2834
|
-
*/
|
|
2835
|
-
LatestVersion?: string;
|
|
2836
|
-
/**
|
|
2837
|
-
* The ARN of the latest version associated with the definition.
|
|
2838
|
-
*/
|
|
2839
|
-
LatestVersionArn?: string;
|
|
2840
|
-
/**
|
|
2841
|
-
* The name of the definition.
|
|
2842
|
-
*/
|
|
2843
|
-
Name?: string;
|
|
2844
|
-
/**
|
|
2845
|
-
* Tag(s) attached to the resource arn.
|
|
2846
|
-
*/
|
|
2847
|
-
tags?: {
|
|
2848
|
-
[key: string]: string;
|
|
2849
|
-
};
|
|
2850
|
-
}
|
|
2851
|
-
export declare namespace GetFunctionDefinitionResponse {
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
const filterSensitiveLog: (obj: GetFunctionDefinitionResponse) => any;
|
|
2856
|
-
}
|
|
2857
|
-
export interface GetFunctionDefinitionVersionRequest {
|
|
2858
|
-
/**
|
|
2859
|
-
* The ID of the Lambda function definition.
|
|
2860
|
-
*/
|
|
2861
|
-
FunctionDefinitionId: string | undefined;
|
|
2862
|
-
/**
|
|
2863
|
-
* The ID of the function definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions'' requests. If the version is the last one that was associated with a function definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
2864
|
-
*/
|
|
2865
|
-
FunctionDefinitionVersionId: string | undefined;
|
|
2866
|
-
/**
|
|
2867
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2868
|
-
*/
|
|
2869
|
-
NextToken?: string;
|
|
2870
|
-
}
|
|
2871
|
-
export declare namespace GetFunctionDefinitionVersionRequest {
|
|
2872
|
-
/**
|
|
2873
|
-
* @internal
|
|
2874
|
-
*/
|
|
2875
|
-
const filterSensitiveLog: (obj: GetFunctionDefinitionVersionRequest) => any;
|
|
2876
|
-
}
|
|
2877
|
-
export interface GetFunctionDefinitionVersionResponse {
|
|
2878
|
-
/**
|
|
2879
|
-
* The ARN of the function definition version.
|
|
2880
|
-
*/
|
|
2881
|
-
Arn?: string;
|
|
2882
|
-
/**
|
|
2883
|
-
* The time, in milliseconds since the epoch, when the function definition version was created.
|
|
2884
|
-
*/
|
|
2885
|
-
CreationTimestamp?: string;
|
|
2886
|
-
/**
|
|
2887
|
-
* Information on the definition.
|
|
2888
|
-
*/
|
|
2889
|
-
Definition?: FunctionDefinitionVersion;
|
|
2890
|
-
/**
|
|
2891
|
-
* The ID of the function definition version.
|
|
2892
|
-
*/
|
|
2893
|
-
Id?: string;
|
|
2894
|
-
/**
|
|
2895
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
2896
|
-
*/
|
|
2897
|
-
NextToken?: string;
|
|
2898
|
-
/**
|
|
2899
|
-
* The version of the function definition version.
|
|
2900
|
-
*/
|
|
2901
|
-
Version?: string;
|
|
2902
|
-
}
|
|
2903
|
-
export declare namespace GetFunctionDefinitionVersionResponse {
|
|
2904
|
-
/**
|
|
2905
|
-
* @internal
|
|
2906
|
-
*/
|
|
2907
|
-
const filterSensitiveLog: (obj: GetFunctionDefinitionVersionResponse) => any;
|
|
2908
|
-
}
|
|
2909
|
-
export interface GetGroupRequest {
|
|
2910
|
-
/**
|
|
2911
|
-
* The ID of the Greengrass group.
|
|
2912
|
-
*/
|
|
2913
|
-
GroupId: string | undefined;
|
|
2914
|
-
}
|
|
2915
|
-
export declare namespace GetGroupRequest {
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2919
|
-
const filterSensitiveLog: (obj: GetGroupRequest) => any;
|
|
2920
|
-
}
|
|
2921
|
-
export interface GetGroupResponse {
|
|
2922
|
-
/**
|
|
2923
|
-
* The ARN of the definition.
|
|
2924
|
-
*/
|
|
2925
|
-
Arn?: string;
|
|
2926
|
-
/**
|
|
2927
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
2928
|
-
*/
|
|
2929
|
-
CreationTimestamp?: string;
|
|
2930
|
-
/**
|
|
2931
|
-
* The ID of the definition.
|
|
2932
|
-
*/
|
|
2933
|
-
Id?: string;
|
|
2934
|
-
/**
|
|
2935
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
2936
|
-
*/
|
|
2937
|
-
LastUpdatedTimestamp?: string;
|
|
2938
|
-
/**
|
|
2939
|
-
* The ID of the latest version associated with the definition.
|
|
2940
|
-
*/
|
|
2941
|
-
LatestVersion?: string;
|
|
2942
|
-
/**
|
|
2943
|
-
* The ARN of the latest version associated with the definition.
|
|
2944
|
-
*/
|
|
2945
|
-
LatestVersionArn?: string;
|
|
2946
|
-
/**
|
|
2947
|
-
* The name of the definition.
|
|
2948
|
-
*/
|
|
2949
|
-
Name?: string;
|
|
2950
|
-
/**
|
|
2951
|
-
* Tag(s) attached to the resource arn.
|
|
2952
|
-
*/
|
|
2953
|
-
tags?: {
|
|
2954
|
-
[key: string]: string;
|
|
2955
|
-
};
|
|
2956
|
-
}
|
|
2957
|
-
export declare namespace GetGroupResponse {
|
|
2958
|
-
/**
|
|
2959
|
-
* @internal
|
|
2960
|
-
*/
|
|
2961
|
-
const filterSensitiveLog: (obj: GetGroupResponse) => any;
|
|
2962
|
-
}
|
|
2963
|
-
export interface GetGroupCertificateAuthorityRequest {
|
|
2964
|
-
/**
|
|
2965
|
-
* The ID of the certificate authority.
|
|
2966
|
-
*/
|
|
2967
|
-
CertificateAuthorityId: string | undefined;
|
|
2968
|
-
/**
|
|
2969
|
-
* The ID of the Greengrass group.
|
|
2970
|
-
*/
|
|
2971
|
-
GroupId: string | undefined;
|
|
2972
|
-
}
|
|
2973
|
-
export declare namespace GetGroupCertificateAuthorityRequest {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: GetGroupCertificateAuthorityRequest) => any;
|
|
2978
|
-
}
|
|
2979
|
-
export interface GetGroupCertificateAuthorityResponse {
|
|
2980
|
-
/**
|
|
2981
|
-
* The ARN of the certificate authority for the group.
|
|
2982
|
-
*/
|
|
2983
|
-
GroupCertificateAuthorityArn?: string;
|
|
2984
|
-
/**
|
|
2985
|
-
* The ID of the certificate authority for the group.
|
|
2986
|
-
*/
|
|
2987
|
-
GroupCertificateAuthorityId?: string;
|
|
2988
|
-
/**
|
|
2989
|
-
* The PEM encoded certificate for the group.
|
|
2990
|
-
*/
|
|
2991
|
-
PemEncodedCertificate?: string;
|
|
2992
|
-
}
|
|
2993
|
-
export declare namespace GetGroupCertificateAuthorityResponse {
|
|
2994
|
-
/**
|
|
2995
|
-
* @internal
|
|
2996
|
-
*/
|
|
2997
|
-
const filterSensitiveLog: (obj: GetGroupCertificateAuthorityResponse) => any;
|
|
2998
|
-
}
|
|
2999
|
-
export interface GetGroupCertificateConfigurationRequest {
|
|
3000
|
-
/**
|
|
3001
|
-
* The ID of the Greengrass group.
|
|
3002
|
-
*/
|
|
3003
|
-
GroupId: string | undefined;
|
|
3004
|
-
}
|
|
3005
|
-
export declare namespace GetGroupCertificateConfigurationRequest {
|
|
3006
|
-
/**
|
|
3007
|
-
* @internal
|
|
3008
|
-
*/
|
|
3009
|
-
const filterSensitiveLog: (obj: GetGroupCertificateConfigurationRequest) => any;
|
|
3010
|
-
}
|
|
3011
|
-
export interface GetGroupCertificateConfigurationResponse {
|
|
3012
|
-
/**
|
|
3013
|
-
* The amount of time remaining before the certificate authority expires, in milliseconds.
|
|
3014
|
-
*/
|
|
3015
|
-
CertificateAuthorityExpiryInMilliseconds?: string;
|
|
3016
|
-
/**
|
|
3017
|
-
* The amount of time remaining before the certificate expires, in milliseconds.
|
|
3018
|
-
*/
|
|
3019
|
-
CertificateExpiryInMilliseconds?: string;
|
|
3020
|
-
/**
|
|
3021
|
-
* The ID of the group certificate configuration.
|
|
3022
|
-
*/
|
|
3023
|
-
GroupId?: string;
|
|
3024
|
-
}
|
|
3025
|
-
export declare namespace GetGroupCertificateConfigurationResponse {
|
|
3026
|
-
/**
|
|
3027
|
-
* @internal
|
|
3028
|
-
*/
|
|
3029
|
-
const filterSensitiveLog: (obj: GetGroupCertificateConfigurationResponse) => any;
|
|
3030
|
-
}
|
|
3031
|
-
export interface GetGroupVersionRequest {
|
|
3032
|
-
/**
|
|
3033
|
-
* The ID of the Greengrass group.
|
|
3034
|
-
*/
|
|
3035
|
-
GroupId: string | undefined;
|
|
3036
|
-
/**
|
|
3037
|
-
* The ID of the group version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListGroupVersions'' requests. If the version is the last one that was associated with a group, the value also maps to the ''LatestVersion'' property of the corresponding ''GroupInformation'' object.
|
|
3038
|
-
*/
|
|
3039
|
-
GroupVersionId: string | undefined;
|
|
3040
|
-
}
|
|
3041
|
-
export declare namespace GetGroupVersionRequest {
|
|
3042
|
-
/**
|
|
3043
|
-
* @internal
|
|
3044
|
-
*/
|
|
3045
|
-
const filterSensitiveLog: (obj: GetGroupVersionRequest) => any;
|
|
3046
|
-
}
|
|
3047
|
-
export interface GetGroupVersionResponse {
|
|
3048
|
-
/**
|
|
3049
|
-
* The ARN of the group version.
|
|
3050
|
-
*/
|
|
3051
|
-
Arn?: string;
|
|
3052
|
-
/**
|
|
3053
|
-
* The time, in milliseconds since the epoch, when the group version was created.
|
|
3054
|
-
*/
|
|
3055
|
-
CreationTimestamp?: string;
|
|
3056
|
-
/**
|
|
3057
|
-
* Information about the group version definition.
|
|
3058
|
-
*/
|
|
3059
|
-
Definition?: GroupVersion;
|
|
3060
|
-
/**
|
|
3061
|
-
* The ID of the group that the version is associated with.
|
|
3062
|
-
*/
|
|
3063
|
-
Id?: string;
|
|
3064
|
-
/**
|
|
3065
|
-
* The ID of the group version.
|
|
3066
|
-
*/
|
|
3067
|
-
Version?: string;
|
|
3068
|
-
}
|
|
3069
|
-
export declare namespace GetGroupVersionResponse {
|
|
3070
|
-
/**
|
|
3071
|
-
* @internal
|
|
3072
|
-
*/
|
|
3073
|
-
const filterSensitiveLog: (obj: GetGroupVersionResponse) => any;
|
|
3074
|
-
}
|
|
3075
|
-
export interface GetLoggerDefinitionRequest {
|
|
3076
|
-
/**
|
|
3077
|
-
* The ID of the logger definition.
|
|
3078
|
-
*/
|
|
3079
|
-
LoggerDefinitionId: string | undefined;
|
|
3080
|
-
}
|
|
3081
|
-
export declare namespace GetLoggerDefinitionRequest {
|
|
3082
|
-
/**
|
|
3083
|
-
* @internal
|
|
3084
|
-
*/
|
|
3085
|
-
const filterSensitiveLog: (obj: GetLoggerDefinitionRequest) => any;
|
|
3086
|
-
}
|
|
3087
|
-
export interface GetLoggerDefinitionResponse {
|
|
3088
|
-
/**
|
|
3089
|
-
* The ARN of the definition.
|
|
3090
|
-
*/
|
|
3091
|
-
Arn?: string;
|
|
3092
|
-
/**
|
|
3093
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
3094
|
-
*/
|
|
3095
|
-
CreationTimestamp?: string;
|
|
3096
|
-
/**
|
|
3097
|
-
* The ID of the definition.
|
|
3098
|
-
*/
|
|
3099
|
-
Id?: string;
|
|
3100
|
-
/**
|
|
3101
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
3102
|
-
*/
|
|
3103
|
-
LastUpdatedTimestamp?: string;
|
|
3104
|
-
/**
|
|
3105
|
-
* The ID of the latest version associated with the definition.
|
|
3106
|
-
*/
|
|
3107
|
-
LatestVersion?: string;
|
|
3108
|
-
/**
|
|
3109
|
-
* The ARN of the latest version associated with the definition.
|
|
3110
|
-
*/
|
|
3111
|
-
LatestVersionArn?: string;
|
|
3112
|
-
/**
|
|
3113
|
-
* The name of the definition.
|
|
3114
|
-
*/
|
|
3115
|
-
Name?: string;
|
|
3116
|
-
/**
|
|
3117
|
-
* Tag(s) attached to the resource arn.
|
|
3118
|
-
*/
|
|
3119
|
-
tags?: {
|
|
3120
|
-
[key: string]: string;
|
|
3121
|
-
};
|
|
3122
|
-
}
|
|
3123
|
-
export declare namespace GetLoggerDefinitionResponse {
|
|
3124
|
-
/**
|
|
3125
|
-
* @internal
|
|
3126
|
-
*/
|
|
3127
|
-
const filterSensitiveLog: (obj: GetLoggerDefinitionResponse) => any;
|
|
3128
|
-
}
|
|
3129
|
-
export interface GetLoggerDefinitionVersionRequest {
|
|
3130
|
-
/**
|
|
3131
|
-
* The ID of the logger definition.
|
|
3132
|
-
*/
|
|
3133
|
-
LoggerDefinitionId: string | undefined;
|
|
3134
|
-
/**
|
|
3135
|
-
* The ID of the logger definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version is the last one that was associated with a logger definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
3136
|
-
*/
|
|
3137
|
-
LoggerDefinitionVersionId: string | undefined;
|
|
3138
|
-
/**
|
|
3139
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3140
|
-
*/
|
|
3141
|
-
NextToken?: string;
|
|
3142
|
-
}
|
|
3143
|
-
export declare namespace GetLoggerDefinitionVersionRequest {
|
|
3144
|
-
/**
|
|
3145
|
-
* @internal
|
|
3146
|
-
*/
|
|
3147
|
-
const filterSensitiveLog: (obj: GetLoggerDefinitionVersionRequest) => any;
|
|
3148
|
-
}
|
|
3149
|
-
export interface GetLoggerDefinitionVersionResponse {
|
|
3150
|
-
/**
|
|
3151
|
-
* The ARN of the logger definition version.
|
|
3152
|
-
*/
|
|
3153
|
-
Arn?: string;
|
|
3154
|
-
/**
|
|
3155
|
-
* The time, in milliseconds since the epoch, when the logger definition version was created.
|
|
3156
|
-
*/
|
|
3157
|
-
CreationTimestamp?: string;
|
|
3158
|
-
/**
|
|
3159
|
-
* Information about the logger definition version.
|
|
3160
|
-
*/
|
|
3161
|
-
Definition?: LoggerDefinitionVersion;
|
|
3162
|
-
/**
|
|
3163
|
-
* The ID of the logger definition version.
|
|
3164
|
-
*/
|
|
3165
|
-
Id?: string;
|
|
3166
|
-
/**
|
|
3167
|
-
* The version of the logger definition version.
|
|
3168
|
-
*/
|
|
3169
|
-
Version?: string;
|
|
3170
|
-
}
|
|
3171
|
-
export declare namespace GetLoggerDefinitionVersionResponse {
|
|
3172
|
-
/**
|
|
3173
|
-
* @internal
|
|
3174
|
-
*/
|
|
3175
|
-
const filterSensitiveLog: (obj: GetLoggerDefinitionVersionResponse) => any;
|
|
3176
|
-
}
|
|
3177
|
-
export interface GetResourceDefinitionRequest {
|
|
3178
|
-
/**
|
|
3179
|
-
* The ID of the resource definition.
|
|
3180
|
-
*/
|
|
3181
|
-
ResourceDefinitionId: string | undefined;
|
|
3182
|
-
}
|
|
3183
|
-
export declare namespace GetResourceDefinitionRequest {
|
|
3184
|
-
/**
|
|
3185
|
-
* @internal
|
|
3186
|
-
*/
|
|
3187
|
-
const filterSensitiveLog: (obj: GetResourceDefinitionRequest) => any;
|
|
3188
|
-
}
|
|
3189
|
-
export interface GetResourceDefinitionResponse {
|
|
3190
|
-
/**
|
|
3191
|
-
* The ARN of the definition.
|
|
3192
|
-
*/
|
|
3193
|
-
Arn?: string;
|
|
3194
|
-
/**
|
|
3195
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
3196
|
-
*/
|
|
3197
|
-
CreationTimestamp?: string;
|
|
3198
|
-
/**
|
|
3199
|
-
* The ID of the definition.
|
|
3200
|
-
*/
|
|
3201
|
-
Id?: string;
|
|
3202
|
-
/**
|
|
3203
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
3204
|
-
*/
|
|
3205
|
-
LastUpdatedTimestamp?: string;
|
|
3206
|
-
/**
|
|
3207
|
-
* The ID of the latest version associated with the definition.
|
|
3208
|
-
*/
|
|
3209
|
-
LatestVersion?: string;
|
|
3210
|
-
/**
|
|
3211
|
-
* The ARN of the latest version associated with the definition.
|
|
3212
|
-
*/
|
|
3213
|
-
LatestVersionArn?: string;
|
|
3214
|
-
/**
|
|
3215
|
-
* The name of the definition.
|
|
3216
|
-
*/
|
|
3217
|
-
Name?: string;
|
|
3218
|
-
/**
|
|
3219
|
-
* Tag(s) attached to the resource arn.
|
|
3220
|
-
*/
|
|
3221
|
-
tags?: {
|
|
3222
|
-
[key: string]: string;
|
|
3223
|
-
};
|
|
3224
|
-
}
|
|
3225
|
-
export declare namespace GetResourceDefinitionResponse {
|
|
3226
|
-
/**
|
|
3227
|
-
* @internal
|
|
3228
|
-
*/
|
|
3229
|
-
const filterSensitiveLog: (obj: GetResourceDefinitionResponse) => any;
|
|
3230
|
-
}
|
|
3231
|
-
export interface GetResourceDefinitionVersionRequest {
|
|
3232
|
-
/**
|
|
3233
|
-
* The ID of the resource definition.
|
|
3234
|
-
*/
|
|
3235
|
-
ResourceDefinitionId: string | undefined;
|
|
3236
|
-
/**
|
|
3237
|
-
* The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
3238
|
-
*/
|
|
3239
|
-
ResourceDefinitionVersionId: string | undefined;
|
|
3240
|
-
}
|
|
3241
|
-
export declare namespace GetResourceDefinitionVersionRequest {
|
|
3242
|
-
/**
|
|
3243
|
-
* @internal
|
|
3244
|
-
*/
|
|
3245
|
-
const filterSensitiveLog: (obj: GetResourceDefinitionVersionRequest) => any;
|
|
3246
|
-
}
|
|
3247
|
-
export interface GetResourceDefinitionVersionResponse {
|
|
3248
|
-
/**
|
|
3249
|
-
* Arn of the resource definition version.
|
|
3250
|
-
*/
|
|
3251
|
-
Arn?: string;
|
|
3252
|
-
/**
|
|
3253
|
-
* The time, in milliseconds since the epoch, when the resource definition version was created.
|
|
3254
|
-
*/
|
|
3255
|
-
CreationTimestamp?: string;
|
|
3256
|
-
/**
|
|
3257
|
-
* Information about the definition.
|
|
3258
|
-
*/
|
|
3259
|
-
Definition?: ResourceDefinitionVersion;
|
|
3260
|
-
/**
|
|
3261
|
-
* The ID of the resource definition version.
|
|
3262
|
-
*/
|
|
3263
|
-
Id?: string;
|
|
3264
|
-
/**
|
|
3265
|
-
* The version of the resource definition version.
|
|
3266
|
-
*/
|
|
3267
|
-
Version?: string;
|
|
3268
|
-
}
|
|
3269
|
-
export declare namespace GetResourceDefinitionVersionResponse {
|
|
3270
|
-
/**
|
|
3271
|
-
* @internal
|
|
3272
|
-
*/
|
|
3273
|
-
const filterSensitiveLog: (obj: GetResourceDefinitionVersionResponse) => any;
|
|
3274
|
-
}
|
|
3275
|
-
export interface GetServiceRoleForAccountRequest {
|
|
3276
|
-
}
|
|
3277
|
-
export declare namespace GetServiceRoleForAccountRequest {
|
|
3278
|
-
/**
|
|
3279
|
-
* @internal
|
|
3280
|
-
*/
|
|
3281
|
-
const filterSensitiveLog: (obj: GetServiceRoleForAccountRequest) => any;
|
|
3282
|
-
}
|
|
3283
|
-
export interface GetServiceRoleForAccountResponse {
|
|
3284
|
-
/**
|
|
3285
|
-
* The time when the service role was associated with the account.
|
|
3286
|
-
*/
|
|
3287
|
-
AssociatedAt?: string;
|
|
3288
|
-
/**
|
|
3289
|
-
* The ARN of the role which is associated with the account.
|
|
3290
|
-
*/
|
|
3291
|
-
RoleArn?: string;
|
|
3292
|
-
}
|
|
3293
|
-
export declare namespace GetServiceRoleForAccountResponse {
|
|
3294
|
-
/**
|
|
3295
|
-
* @internal
|
|
3296
|
-
*/
|
|
3297
|
-
const filterSensitiveLog: (obj: GetServiceRoleForAccountResponse) => any;
|
|
3298
|
-
}
|
|
3299
|
-
export interface GetSubscriptionDefinitionRequest {
|
|
3300
|
-
/**
|
|
3301
|
-
* The ID of the subscription definition.
|
|
3302
|
-
*/
|
|
3303
|
-
SubscriptionDefinitionId: string | undefined;
|
|
3304
|
-
}
|
|
3305
|
-
export declare namespace GetSubscriptionDefinitionRequest {
|
|
3306
|
-
/**
|
|
3307
|
-
* @internal
|
|
3308
|
-
*/
|
|
3309
|
-
const filterSensitiveLog: (obj: GetSubscriptionDefinitionRequest) => any;
|
|
3310
|
-
}
|
|
3311
|
-
export interface GetSubscriptionDefinitionResponse {
|
|
3312
|
-
/**
|
|
3313
|
-
* The ARN of the definition.
|
|
3314
|
-
*/
|
|
3315
|
-
Arn?: string;
|
|
3316
|
-
/**
|
|
3317
|
-
* The time, in milliseconds since the epoch, when the definition was created.
|
|
3318
|
-
*/
|
|
3319
|
-
CreationTimestamp?: string;
|
|
3320
|
-
/**
|
|
3321
|
-
* The ID of the definition.
|
|
3322
|
-
*/
|
|
3323
|
-
Id?: string;
|
|
3324
|
-
/**
|
|
3325
|
-
* The time, in milliseconds since the epoch, when the definition was last updated.
|
|
3326
|
-
*/
|
|
3327
|
-
LastUpdatedTimestamp?: string;
|
|
3328
|
-
/**
|
|
3329
|
-
* The ID of the latest version associated with the definition.
|
|
3330
|
-
*/
|
|
3331
|
-
LatestVersion?: string;
|
|
3332
|
-
/**
|
|
3333
|
-
* The ARN of the latest version associated with the definition.
|
|
3334
|
-
*/
|
|
3335
|
-
LatestVersionArn?: string;
|
|
3336
|
-
/**
|
|
3337
|
-
* The name of the definition.
|
|
3338
|
-
*/
|
|
3339
|
-
Name?: string;
|
|
3340
|
-
/**
|
|
3341
|
-
* Tag(s) attached to the resource arn.
|
|
3342
|
-
*/
|
|
3343
|
-
tags?: {
|
|
3344
|
-
[key: string]: string;
|
|
3345
|
-
};
|
|
3346
|
-
}
|
|
3347
|
-
export declare namespace GetSubscriptionDefinitionResponse {
|
|
3348
|
-
/**
|
|
3349
|
-
* @internal
|
|
3350
|
-
*/
|
|
3351
|
-
const filterSensitiveLog: (obj: GetSubscriptionDefinitionResponse) => any;
|
|
3352
|
-
}
|
|
3353
|
-
export interface GetSubscriptionDefinitionVersionRequest {
|
|
3354
|
-
/**
|
|
3355
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3356
|
-
*/
|
|
3357
|
-
NextToken?: string;
|
|
3358
|
-
/**
|
|
3359
|
-
* The ID of the subscription definition.
|
|
3360
|
-
*/
|
|
3361
|
-
SubscriptionDefinitionId: string | undefined;
|
|
3362
|
-
/**
|
|
3363
|
-
* The ID of the subscription definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions'' requests. If the version is the last one that was associated with a subscription definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
|
|
3364
|
-
*/
|
|
3365
|
-
SubscriptionDefinitionVersionId: string | undefined;
|
|
3366
|
-
}
|
|
3367
|
-
export declare namespace GetSubscriptionDefinitionVersionRequest {
|
|
3368
|
-
/**
|
|
3369
|
-
* @internal
|
|
3370
|
-
*/
|
|
3371
|
-
const filterSensitiveLog: (obj: GetSubscriptionDefinitionVersionRequest) => any;
|
|
3372
|
-
}
|
|
3373
|
-
export interface GetSubscriptionDefinitionVersionResponse {
|
|
3374
|
-
/**
|
|
3375
|
-
* The ARN of the subscription definition version.
|
|
3376
|
-
*/
|
|
3377
|
-
Arn?: string;
|
|
3378
|
-
/**
|
|
3379
|
-
* The time, in milliseconds since the epoch, when the subscription definition version was created.
|
|
3380
|
-
*/
|
|
3381
|
-
CreationTimestamp?: string;
|
|
3382
|
-
/**
|
|
3383
|
-
* Information about the subscription definition version.
|
|
3384
|
-
*/
|
|
3385
|
-
Definition?: SubscriptionDefinitionVersion;
|
|
3386
|
-
/**
|
|
3387
|
-
* The ID of the subscription definition version.
|
|
3388
|
-
*/
|
|
3389
|
-
Id?: string;
|
|
3390
|
-
/**
|
|
3391
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3392
|
-
*/
|
|
3393
|
-
NextToken?: string;
|
|
3394
|
-
/**
|
|
3395
|
-
* The version of the subscription definition version.
|
|
3396
|
-
*/
|
|
3397
|
-
Version?: string;
|
|
3398
|
-
}
|
|
3399
|
-
export declare namespace GetSubscriptionDefinitionVersionResponse {
|
|
3400
|
-
/**
|
|
3401
|
-
* @internal
|
|
3402
|
-
*/
|
|
3403
|
-
const filterSensitiveLog: (obj: GetSubscriptionDefinitionVersionResponse) => any;
|
|
3404
|
-
}
|
|
3405
|
-
export interface GetThingRuntimeConfigurationRequest {
|
|
3406
|
-
/**
|
|
3407
|
-
* The thing name.
|
|
3408
|
-
*/
|
|
3409
|
-
ThingName: string | undefined;
|
|
3410
|
-
}
|
|
3411
|
-
export declare namespace GetThingRuntimeConfigurationRequest {
|
|
3412
|
-
/**
|
|
3413
|
-
* @internal
|
|
3414
|
-
*/
|
|
3415
|
-
const filterSensitiveLog: (obj: GetThingRuntimeConfigurationRequest) => any;
|
|
3416
|
-
}
|
|
3417
|
-
export declare enum Telemetry {
|
|
3418
|
-
Off = "Off",
|
|
3419
|
-
On = "On"
|
|
3420
|
-
}
|
|
3421
|
-
/**
|
|
3422
|
-
* Configuration settings for running telemetry.
|
|
3423
|
-
*/
|
|
3424
|
-
export interface TelemetryConfiguration {
|
|
3425
|
-
/**
|
|
3426
|
-
* Synchronization status of the device reported configuration with the desired configuration.
|
|
3427
|
-
*/
|
|
3428
|
-
ConfigurationSyncStatus?: ConfigurationSyncStatus | string;
|
|
3429
|
-
/**
|
|
3430
|
-
* Configure telemetry to be on or off.
|
|
3431
|
-
*/
|
|
3432
|
-
Telemetry: Telemetry | string | undefined;
|
|
3433
|
-
}
|
|
3434
|
-
export declare namespace TelemetryConfiguration {
|
|
3435
|
-
/**
|
|
3436
|
-
* @internal
|
|
3437
|
-
*/
|
|
3438
|
-
const filterSensitiveLog: (obj: TelemetryConfiguration) => any;
|
|
3439
|
-
}
|
|
3440
|
-
/**
|
|
3441
|
-
* Runtime configuration for a thing.
|
|
3442
|
-
*/
|
|
3443
|
-
export interface RuntimeConfiguration {
|
|
3444
|
-
/**
|
|
3445
|
-
* Configuration for telemetry service.
|
|
3446
|
-
*/
|
|
3447
|
-
TelemetryConfiguration?: TelemetryConfiguration;
|
|
3448
|
-
}
|
|
3449
|
-
export declare namespace RuntimeConfiguration {
|
|
3450
|
-
/**
|
|
3451
|
-
* @internal
|
|
3452
|
-
*/
|
|
3453
|
-
const filterSensitiveLog: (obj: RuntimeConfiguration) => any;
|
|
3454
|
-
}
|
|
3455
|
-
export interface GetThingRuntimeConfigurationResponse {
|
|
3456
|
-
/**
|
|
3457
|
-
* Runtime configuration for a thing.
|
|
3458
|
-
*/
|
|
3459
|
-
RuntimeConfiguration?: RuntimeConfiguration;
|
|
3460
|
-
}
|
|
3461
|
-
export declare namespace GetThingRuntimeConfigurationResponse {
|
|
3462
|
-
/**
|
|
3463
|
-
* @internal
|
|
3464
|
-
*/
|
|
3465
|
-
const filterSensitiveLog: (obj: GetThingRuntimeConfigurationResponse) => any;
|
|
3466
|
-
}
|
|
3467
|
-
export interface ListBulkDeploymentDetailedReportsRequest {
|
|
3468
|
-
/**
|
|
3469
|
-
* The ID of the bulk deployment.
|
|
3470
|
-
*/
|
|
3471
|
-
BulkDeploymentId: string | undefined;
|
|
3472
|
-
/**
|
|
3473
|
-
* The maximum number of results to be returned per request.
|
|
3474
|
-
*/
|
|
3475
|
-
MaxResults?: string;
|
|
3476
|
-
/**
|
|
3477
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3478
|
-
*/
|
|
3479
|
-
NextToken?: string;
|
|
3480
|
-
}
|
|
3481
|
-
export declare namespace ListBulkDeploymentDetailedReportsRequest {
|
|
3482
|
-
/**
|
|
3483
|
-
* @internal
|
|
3484
|
-
*/
|
|
3485
|
-
const filterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsRequest) => any;
|
|
3486
|
-
}
|
|
3487
|
-
export interface ListBulkDeploymentDetailedReportsResponse {
|
|
3488
|
-
/**
|
|
3489
|
-
* A list of the individual group deployments in the bulk deployment operation.
|
|
3490
|
-
*/
|
|
3491
|
-
Deployments?: BulkDeploymentResult[];
|
|
3492
|
-
/**
|
|
3493
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3494
|
-
*/
|
|
3495
|
-
NextToken?: string;
|
|
3496
|
-
}
|
|
3497
|
-
export declare namespace ListBulkDeploymentDetailedReportsResponse {
|
|
3498
|
-
/**
|
|
3499
|
-
* @internal
|
|
3500
|
-
*/
|
|
3501
|
-
const filterSensitiveLog: (obj: ListBulkDeploymentDetailedReportsResponse) => any;
|
|
3502
|
-
}
|
|
3503
|
-
export interface ListBulkDeploymentsRequest {
|
|
3504
|
-
/**
|
|
3505
|
-
* The maximum number of results to be returned per request.
|
|
3506
|
-
*/
|
|
3507
|
-
MaxResults?: string;
|
|
3508
|
-
/**
|
|
3509
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3510
|
-
*/
|
|
3511
|
-
NextToken?: string;
|
|
3512
|
-
}
|
|
3513
|
-
export declare namespace ListBulkDeploymentsRequest {
|
|
3514
|
-
/**
|
|
3515
|
-
* @internal
|
|
3516
|
-
*/
|
|
3517
|
-
const filterSensitiveLog: (obj: ListBulkDeploymentsRequest) => any;
|
|
3518
|
-
}
|
|
3519
|
-
export interface ListBulkDeploymentsResponse {
|
|
3520
|
-
/**
|
|
3521
|
-
* A list of bulk deployments.
|
|
3522
|
-
*/
|
|
3523
|
-
BulkDeployments?: BulkDeployment[];
|
|
3524
|
-
/**
|
|
3525
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3526
|
-
*/
|
|
3527
|
-
NextToken?: string;
|
|
3528
|
-
}
|
|
3529
|
-
export declare namespace ListBulkDeploymentsResponse {
|
|
3530
|
-
/**
|
|
3531
|
-
* @internal
|
|
3532
|
-
*/
|
|
3533
|
-
const filterSensitiveLog: (obj: ListBulkDeploymentsResponse) => any;
|
|
3534
|
-
}
|
|
3535
|
-
export interface ListConnectorDefinitionsRequest {
|
|
3536
|
-
/**
|
|
3537
|
-
* The maximum number of results to be returned per request.
|
|
3538
|
-
*/
|
|
3539
|
-
MaxResults?: string;
|
|
3540
|
-
/**
|
|
3541
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3542
|
-
*/
|
|
3543
|
-
NextToken?: string;
|
|
3544
|
-
}
|
|
3545
|
-
export declare namespace ListConnectorDefinitionsRequest {
|
|
3546
|
-
/**
|
|
3547
|
-
* @internal
|
|
3548
|
-
*/
|
|
3549
|
-
const filterSensitiveLog: (obj: ListConnectorDefinitionsRequest) => any;
|
|
3550
|
-
}
|
|
3551
|
-
export interface ListConnectorDefinitionsResponse {
|
|
3552
|
-
/**
|
|
3553
|
-
* Information about a definition.
|
|
3554
|
-
*/
|
|
3555
|
-
Definitions?: DefinitionInformation[];
|
|
3556
|
-
/**
|
|
3557
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3558
|
-
*/
|
|
3559
|
-
NextToken?: string;
|
|
3560
|
-
}
|
|
3561
|
-
export declare namespace ListConnectorDefinitionsResponse {
|
|
3562
|
-
/**
|
|
3563
|
-
* @internal
|
|
3564
|
-
*/
|
|
3565
|
-
const filterSensitiveLog: (obj: ListConnectorDefinitionsResponse) => any;
|
|
3566
|
-
}
|
|
3567
|
-
export interface ListConnectorDefinitionVersionsRequest {
|
|
3568
|
-
/**
|
|
3569
|
-
* The ID of the connector definition.
|
|
3570
|
-
*/
|
|
3571
|
-
ConnectorDefinitionId: string | undefined;
|
|
3572
|
-
/**
|
|
3573
|
-
* The maximum number of results to be returned per request.
|
|
3574
|
-
*/
|
|
3575
|
-
MaxResults?: string;
|
|
3576
|
-
/**
|
|
3577
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3578
|
-
*/
|
|
3579
|
-
NextToken?: string;
|
|
3580
|
-
}
|
|
3581
|
-
export declare namespace ListConnectorDefinitionVersionsRequest {
|
|
3582
|
-
/**
|
|
3583
|
-
* @internal
|
|
3584
|
-
*/
|
|
3585
|
-
const filterSensitiveLog: (obj: ListConnectorDefinitionVersionsRequest) => any;
|
|
3586
|
-
}
|
|
3587
|
-
export interface ListConnectorDefinitionVersionsResponse {
|
|
3588
|
-
/**
|
|
3589
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3590
|
-
*/
|
|
3591
|
-
NextToken?: string;
|
|
3592
|
-
/**
|
|
3593
|
-
* Information about a version.
|
|
3594
|
-
*/
|
|
3595
|
-
Versions?: VersionInformation[];
|
|
3596
|
-
}
|
|
3597
|
-
export declare namespace ListConnectorDefinitionVersionsResponse {
|
|
3598
|
-
/**
|
|
3599
|
-
* @internal
|
|
3600
|
-
*/
|
|
3601
|
-
const filterSensitiveLog: (obj: ListConnectorDefinitionVersionsResponse) => any;
|
|
3602
|
-
}
|
|
3603
|
-
export interface ListCoreDefinitionsRequest {
|
|
3604
|
-
/**
|
|
3605
|
-
* The maximum number of results to be returned per request.
|
|
3606
|
-
*/
|
|
3607
|
-
MaxResults?: string;
|
|
3608
|
-
/**
|
|
3609
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3610
|
-
*/
|
|
3611
|
-
NextToken?: string;
|
|
3612
|
-
}
|
|
3613
|
-
export declare namespace ListCoreDefinitionsRequest {
|
|
3614
|
-
/**
|
|
3615
|
-
* @internal
|
|
3616
|
-
*/
|
|
3617
|
-
const filterSensitiveLog: (obj: ListCoreDefinitionsRequest) => any;
|
|
3618
|
-
}
|
|
3619
|
-
export interface ListCoreDefinitionsResponse {
|
|
3620
|
-
/**
|
|
3621
|
-
* Information about a definition.
|
|
3622
|
-
*/
|
|
3623
|
-
Definitions?: DefinitionInformation[];
|
|
3624
|
-
/**
|
|
3625
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3626
|
-
*/
|
|
3627
|
-
NextToken?: string;
|
|
3628
|
-
}
|
|
3629
|
-
export declare namespace ListCoreDefinitionsResponse {
|
|
3630
|
-
/**
|
|
3631
|
-
* @internal
|
|
3632
|
-
*/
|
|
3633
|
-
const filterSensitiveLog: (obj: ListCoreDefinitionsResponse) => any;
|
|
3634
|
-
}
|
|
3635
|
-
export interface ListCoreDefinitionVersionsRequest {
|
|
3636
|
-
/**
|
|
3637
|
-
* The ID of the core definition.
|
|
3638
|
-
*/
|
|
3639
|
-
CoreDefinitionId: string | undefined;
|
|
3640
|
-
/**
|
|
3641
|
-
* The maximum number of results to be returned per request.
|
|
3642
|
-
*/
|
|
3643
|
-
MaxResults?: string;
|
|
3644
|
-
/**
|
|
3645
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3646
|
-
*/
|
|
3647
|
-
NextToken?: string;
|
|
3648
|
-
}
|
|
3649
|
-
export declare namespace ListCoreDefinitionVersionsRequest {
|
|
3650
|
-
/**
|
|
3651
|
-
* @internal
|
|
3652
|
-
*/
|
|
3653
|
-
const filterSensitiveLog: (obj: ListCoreDefinitionVersionsRequest) => any;
|
|
3654
|
-
}
|
|
3655
|
-
export interface ListCoreDefinitionVersionsResponse {
|
|
3656
|
-
/**
|
|
3657
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3658
|
-
*/
|
|
3659
|
-
NextToken?: string;
|
|
3660
|
-
/**
|
|
3661
|
-
* Information about a version.
|
|
3662
|
-
*/
|
|
3663
|
-
Versions?: VersionInformation[];
|
|
3664
|
-
}
|
|
3665
|
-
export declare namespace ListCoreDefinitionVersionsResponse {
|
|
3666
|
-
/**
|
|
3667
|
-
* @internal
|
|
3668
|
-
*/
|
|
3669
|
-
const filterSensitiveLog: (obj: ListCoreDefinitionVersionsResponse) => any;
|
|
3670
|
-
}
|
|
3671
|
-
export interface ListDeploymentsRequest {
|
|
3672
|
-
/**
|
|
3673
|
-
* The ID of the Greengrass group.
|
|
3674
|
-
*/
|
|
3675
|
-
GroupId: string | undefined;
|
|
3676
|
-
/**
|
|
3677
|
-
* The maximum number of results to be returned per request.
|
|
3678
|
-
*/
|
|
3679
|
-
MaxResults?: string;
|
|
3680
|
-
/**
|
|
3681
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3682
|
-
*/
|
|
3683
|
-
NextToken?: string;
|
|
3684
|
-
}
|
|
3685
|
-
export declare namespace ListDeploymentsRequest {
|
|
3686
|
-
/**
|
|
3687
|
-
* @internal
|
|
3688
|
-
*/
|
|
3689
|
-
const filterSensitiveLog: (obj: ListDeploymentsRequest) => any;
|
|
3690
|
-
}
|
|
3691
|
-
export interface ListDeploymentsResponse {
|
|
3692
|
-
/**
|
|
3693
|
-
* A list of deployments for the requested groups.
|
|
3694
|
-
*/
|
|
3695
|
-
Deployments?: Deployment[];
|
|
3696
|
-
/**
|
|
3697
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3698
|
-
*/
|
|
3699
|
-
NextToken?: string;
|
|
3700
|
-
}
|
|
3701
|
-
export declare namespace ListDeploymentsResponse {
|
|
3702
|
-
/**
|
|
3703
|
-
* @internal
|
|
3704
|
-
*/
|
|
3705
|
-
const filterSensitiveLog: (obj: ListDeploymentsResponse) => any;
|
|
3706
|
-
}
|
|
3707
|
-
export interface ListDeviceDefinitionsRequest {
|
|
3708
|
-
/**
|
|
3709
|
-
* The maximum number of results to be returned per request.
|
|
3710
|
-
*/
|
|
3711
|
-
MaxResults?: string;
|
|
3712
|
-
/**
|
|
3713
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3714
|
-
*/
|
|
3715
|
-
NextToken?: string;
|
|
3716
|
-
}
|
|
3717
|
-
export declare namespace ListDeviceDefinitionsRequest {
|
|
3718
|
-
/**
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
3721
|
-
const filterSensitiveLog: (obj: ListDeviceDefinitionsRequest) => any;
|
|
3722
|
-
}
|
|
3723
|
-
export interface ListDeviceDefinitionsResponse {
|
|
3724
|
-
/**
|
|
3725
|
-
* Information about a definition.
|
|
3726
|
-
*/
|
|
3727
|
-
Definitions?: DefinitionInformation[];
|
|
3728
|
-
/**
|
|
3729
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3730
|
-
*/
|
|
3731
|
-
NextToken?: string;
|
|
3732
|
-
}
|
|
3733
|
-
export declare namespace ListDeviceDefinitionsResponse {
|
|
3734
|
-
/**
|
|
3735
|
-
* @internal
|
|
3736
|
-
*/
|
|
3737
|
-
const filterSensitiveLog: (obj: ListDeviceDefinitionsResponse) => any;
|
|
3738
|
-
}
|
|
3739
|
-
export interface ListDeviceDefinitionVersionsRequest {
|
|
3740
|
-
/**
|
|
3741
|
-
* The ID of the device definition.
|
|
3742
|
-
*/
|
|
3743
|
-
DeviceDefinitionId: string | undefined;
|
|
3744
|
-
/**
|
|
3745
|
-
* The maximum number of results to be returned per request.
|
|
3746
|
-
*/
|
|
3747
|
-
MaxResults?: string;
|
|
3748
|
-
/**
|
|
3749
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3750
|
-
*/
|
|
3751
|
-
NextToken?: string;
|
|
3752
|
-
}
|
|
3753
|
-
export declare namespace ListDeviceDefinitionVersionsRequest {
|
|
3754
|
-
/**
|
|
3755
|
-
* @internal
|
|
3756
|
-
*/
|
|
3757
|
-
const filterSensitiveLog: (obj: ListDeviceDefinitionVersionsRequest) => any;
|
|
3758
|
-
}
|
|
3759
|
-
export interface ListDeviceDefinitionVersionsResponse {
|
|
3760
|
-
/**
|
|
3761
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3762
|
-
*/
|
|
3763
|
-
NextToken?: string;
|
|
3764
|
-
/**
|
|
3765
|
-
* Information about a version.
|
|
3766
|
-
*/
|
|
3767
|
-
Versions?: VersionInformation[];
|
|
3768
|
-
}
|
|
3769
|
-
export declare namespace ListDeviceDefinitionVersionsResponse {
|
|
3770
|
-
/**
|
|
3771
|
-
* @internal
|
|
3772
|
-
*/
|
|
3773
|
-
const filterSensitiveLog: (obj: ListDeviceDefinitionVersionsResponse) => any;
|
|
3774
|
-
}
|
|
3775
|
-
export interface ListFunctionDefinitionsRequest {
|
|
3776
|
-
/**
|
|
3777
|
-
* The maximum number of results to be returned per request.
|
|
3778
|
-
*/
|
|
3779
|
-
MaxResults?: string;
|
|
3780
|
-
/**
|
|
3781
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3782
|
-
*/
|
|
3783
|
-
NextToken?: string;
|
|
3784
|
-
}
|
|
3785
|
-
export declare namespace ListFunctionDefinitionsRequest {
|
|
3786
|
-
/**
|
|
3787
|
-
* @internal
|
|
3788
|
-
*/
|
|
3789
|
-
const filterSensitiveLog: (obj: ListFunctionDefinitionsRequest) => any;
|
|
3790
|
-
}
|
|
3791
|
-
export interface ListFunctionDefinitionsResponse {
|
|
3792
|
-
/**
|
|
3793
|
-
* Information about a definition.
|
|
3794
|
-
*/
|
|
3795
|
-
Definitions?: DefinitionInformation[];
|
|
3796
|
-
/**
|
|
3797
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3798
|
-
*/
|
|
3799
|
-
NextToken?: string;
|
|
3800
|
-
}
|
|
3801
|
-
export declare namespace ListFunctionDefinitionsResponse {
|
|
3802
|
-
/**
|
|
3803
|
-
* @internal
|
|
3804
|
-
*/
|
|
3805
|
-
const filterSensitiveLog: (obj: ListFunctionDefinitionsResponse) => any;
|
|
3806
|
-
}
|
|
3807
|
-
export interface ListFunctionDefinitionVersionsRequest {
|
|
3808
|
-
/**
|
|
3809
|
-
* The ID of the Lambda function definition.
|
|
3810
|
-
*/
|
|
3811
|
-
FunctionDefinitionId: string | undefined;
|
|
3812
|
-
/**
|
|
3813
|
-
* The maximum number of results to be returned per request.
|
|
3814
|
-
*/
|
|
3815
|
-
MaxResults?: string;
|
|
3816
|
-
/**
|
|
3817
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3818
|
-
*/
|
|
3819
|
-
NextToken?: string;
|
|
3820
|
-
}
|
|
3821
|
-
export declare namespace ListFunctionDefinitionVersionsRequest {
|
|
3822
|
-
/**
|
|
3823
|
-
* @internal
|
|
3824
|
-
*/
|
|
3825
|
-
const filterSensitiveLog: (obj: ListFunctionDefinitionVersionsRequest) => any;
|
|
3826
|
-
}
|
|
3827
|
-
export interface ListFunctionDefinitionVersionsResponse {
|
|
3828
|
-
/**
|
|
3829
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3830
|
-
*/
|
|
3831
|
-
NextToken?: string;
|
|
3832
|
-
/**
|
|
3833
|
-
* Information about a version.
|
|
3834
|
-
*/
|
|
3835
|
-
Versions?: VersionInformation[];
|
|
3836
|
-
}
|
|
3837
|
-
export declare namespace ListFunctionDefinitionVersionsResponse {
|
|
3838
|
-
/**
|
|
3839
|
-
* @internal
|
|
3840
|
-
*/
|
|
3841
|
-
const filterSensitiveLog: (obj: ListFunctionDefinitionVersionsResponse) => any;
|
|
3842
|
-
}
|
|
3843
|
-
export interface ListGroupCertificateAuthoritiesRequest {
|
|
3844
|
-
/**
|
|
3845
|
-
* The ID of the Greengrass group.
|
|
3846
|
-
*/
|
|
3847
|
-
GroupId: string | undefined;
|
|
3848
|
-
}
|
|
3849
|
-
export declare namespace ListGroupCertificateAuthoritiesRequest {
|
|
3850
|
-
/**
|
|
3851
|
-
* @internal
|
|
3852
|
-
*/
|
|
3853
|
-
const filterSensitiveLog: (obj: ListGroupCertificateAuthoritiesRequest) => any;
|
|
3854
|
-
}
|
|
3855
|
-
export interface ListGroupCertificateAuthoritiesResponse {
|
|
3856
|
-
/**
|
|
3857
|
-
* A list of certificate authorities associated with the group.
|
|
3858
|
-
*/
|
|
3859
|
-
GroupCertificateAuthorities?: GroupCertificateAuthorityProperties[];
|
|
3860
|
-
}
|
|
3861
|
-
export declare namespace ListGroupCertificateAuthoritiesResponse {
|
|
3862
|
-
/**
|
|
3863
|
-
* @internal
|
|
3864
|
-
*/
|
|
3865
|
-
const filterSensitiveLog: (obj: ListGroupCertificateAuthoritiesResponse) => any;
|
|
3866
|
-
}
|
|
3867
|
-
export interface ListGroupsRequest {
|
|
3868
|
-
/**
|
|
3869
|
-
* The maximum number of results to be returned per request.
|
|
3870
|
-
*/
|
|
3871
|
-
MaxResults?: string;
|
|
3872
|
-
/**
|
|
3873
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3874
|
-
*/
|
|
3875
|
-
NextToken?: string;
|
|
3876
|
-
}
|
|
3877
|
-
export declare namespace ListGroupsRequest {
|
|
3878
|
-
/**
|
|
3879
|
-
* @internal
|
|
3880
|
-
*/
|
|
3881
|
-
const filterSensitiveLog: (obj: ListGroupsRequest) => any;
|
|
3882
|
-
}
|
|
3883
|
-
export interface ListGroupsResponse {
|
|
3884
|
-
/**
|
|
3885
|
-
* Information about a group.
|
|
3886
|
-
*/
|
|
3887
|
-
Groups?: GroupInformation[];
|
|
3888
|
-
/**
|
|
3889
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3890
|
-
*/
|
|
3891
|
-
NextToken?: string;
|
|
3892
|
-
}
|
|
3893
|
-
export declare namespace ListGroupsResponse {
|
|
3894
|
-
/**
|
|
3895
|
-
* @internal
|
|
3896
|
-
*/
|
|
3897
|
-
const filterSensitiveLog: (obj: ListGroupsResponse) => any;
|
|
3898
|
-
}
|
|
3899
|
-
export interface ListGroupVersionsRequest {
|
|
3900
|
-
/**
|
|
3901
|
-
* The ID of the Greengrass group.
|
|
3902
|
-
*/
|
|
3903
|
-
GroupId: string | undefined;
|
|
3904
|
-
/**
|
|
3905
|
-
* The maximum number of results to be returned per request.
|
|
3906
|
-
*/
|
|
3907
|
-
MaxResults?: string;
|
|
3908
|
-
/**
|
|
3909
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3910
|
-
*/
|
|
3911
|
-
NextToken?: string;
|
|
3912
|
-
}
|
|
3913
|
-
export declare namespace ListGroupVersionsRequest {
|
|
3914
|
-
/**
|
|
3915
|
-
* @internal
|
|
3916
|
-
*/
|
|
3917
|
-
const filterSensitiveLog: (obj: ListGroupVersionsRequest) => any;
|
|
3918
|
-
}
|
|
3919
|
-
export interface ListGroupVersionsResponse {
|
|
3920
|
-
/**
|
|
3921
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3922
|
-
*/
|
|
3923
|
-
NextToken?: string;
|
|
3924
|
-
/**
|
|
3925
|
-
* Information about a version.
|
|
3926
|
-
*/
|
|
3927
|
-
Versions?: VersionInformation[];
|
|
3928
|
-
}
|
|
3929
|
-
export declare namespace ListGroupVersionsResponse {
|
|
3930
|
-
/**
|
|
3931
|
-
* @internal
|
|
3932
|
-
*/
|
|
3933
|
-
const filterSensitiveLog: (obj: ListGroupVersionsResponse) => any;
|
|
3934
|
-
}
|
|
3935
|
-
export interface ListLoggerDefinitionsRequest {
|
|
3936
|
-
/**
|
|
3937
|
-
* The maximum number of results to be returned per request.
|
|
3938
|
-
*/
|
|
3939
|
-
MaxResults?: string;
|
|
3940
|
-
/**
|
|
3941
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3942
|
-
*/
|
|
3943
|
-
NextToken?: string;
|
|
3944
|
-
}
|
|
3945
|
-
export declare namespace ListLoggerDefinitionsRequest {
|
|
3946
|
-
/**
|
|
3947
|
-
* @internal
|
|
3948
|
-
*/
|
|
3949
|
-
const filterSensitiveLog: (obj: ListLoggerDefinitionsRequest) => any;
|
|
3950
|
-
}
|
|
3951
|
-
export interface ListLoggerDefinitionsResponse {
|
|
3952
|
-
/**
|
|
3953
|
-
* Information about a definition.
|
|
3954
|
-
*/
|
|
3955
|
-
Definitions?: DefinitionInformation[];
|
|
3956
|
-
/**
|
|
3957
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3958
|
-
*/
|
|
3959
|
-
NextToken?: string;
|
|
3960
|
-
}
|
|
3961
|
-
export declare namespace ListLoggerDefinitionsResponse {
|
|
3962
|
-
/**
|
|
3963
|
-
* @internal
|
|
3964
|
-
*/
|
|
3965
|
-
const filterSensitiveLog: (obj: ListLoggerDefinitionsResponse) => any;
|
|
3966
|
-
}
|
|
3967
|
-
export interface ListLoggerDefinitionVersionsRequest {
|
|
3968
|
-
/**
|
|
3969
|
-
* The ID of the logger definition.
|
|
3970
|
-
*/
|
|
3971
|
-
LoggerDefinitionId: string | undefined;
|
|
3972
|
-
/**
|
|
3973
|
-
* The maximum number of results to be returned per request.
|
|
3974
|
-
*/
|
|
3975
|
-
MaxResults?: string;
|
|
3976
|
-
/**
|
|
3977
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3978
|
-
*/
|
|
3979
|
-
NextToken?: string;
|
|
3980
|
-
}
|
|
3981
|
-
export declare namespace ListLoggerDefinitionVersionsRequest {
|
|
3982
|
-
/**
|
|
3983
|
-
* @internal
|
|
3984
|
-
*/
|
|
3985
|
-
const filterSensitiveLog: (obj: ListLoggerDefinitionVersionsRequest) => any;
|
|
3986
|
-
}
|
|
3987
|
-
export interface ListLoggerDefinitionVersionsResponse {
|
|
3988
|
-
/**
|
|
3989
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
3990
|
-
*/
|
|
3991
|
-
NextToken?: string;
|
|
3992
|
-
/**
|
|
3993
|
-
* Information about a version.
|
|
3994
|
-
*/
|
|
3995
|
-
Versions?: VersionInformation[];
|
|
3996
|
-
}
|
|
3997
|
-
export declare namespace ListLoggerDefinitionVersionsResponse {
|
|
3998
|
-
/**
|
|
3999
|
-
* @internal
|
|
4000
|
-
*/
|
|
4001
|
-
const filterSensitiveLog: (obj: ListLoggerDefinitionVersionsResponse) => any;
|
|
4002
|
-
}
|
|
4003
|
-
export interface ListResourceDefinitionsRequest {
|
|
4004
|
-
/**
|
|
4005
|
-
* The maximum number of results to be returned per request.
|
|
4006
|
-
*/
|
|
4007
|
-
MaxResults?: string;
|
|
4008
|
-
/**
|
|
4009
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4010
|
-
*/
|
|
4011
|
-
NextToken?: string;
|
|
4012
|
-
}
|
|
4013
|
-
export declare namespace ListResourceDefinitionsRequest {
|
|
4014
|
-
/**
|
|
4015
|
-
* @internal
|
|
4016
|
-
*/
|
|
4017
|
-
const filterSensitiveLog: (obj: ListResourceDefinitionsRequest) => any;
|
|
4018
|
-
}
|
|
4019
|
-
export interface ListResourceDefinitionsResponse {
|
|
4020
|
-
/**
|
|
4021
|
-
* Information about a definition.
|
|
4022
|
-
*/
|
|
4023
|
-
Definitions?: DefinitionInformation[];
|
|
4024
|
-
/**
|
|
4025
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4026
|
-
*/
|
|
4027
|
-
NextToken?: string;
|
|
4028
|
-
}
|
|
4029
|
-
export declare namespace ListResourceDefinitionsResponse {
|
|
4030
|
-
/**
|
|
4031
|
-
* @internal
|
|
4032
|
-
*/
|
|
4033
|
-
const filterSensitiveLog: (obj: ListResourceDefinitionsResponse) => any;
|
|
4034
|
-
}
|
|
4035
|
-
export interface ListResourceDefinitionVersionsRequest {
|
|
4036
|
-
/**
|
|
4037
|
-
* The maximum number of results to be returned per request.
|
|
4038
|
-
*/
|
|
4039
|
-
MaxResults?: string;
|
|
4040
|
-
/**
|
|
4041
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4042
|
-
*/
|
|
4043
|
-
NextToken?: string;
|
|
4044
|
-
/**
|
|
4045
|
-
* The ID of the resource definition.
|
|
4046
|
-
*/
|
|
4047
|
-
ResourceDefinitionId: string | undefined;
|
|
4048
|
-
}
|
|
4049
|
-
export declare namespace ListResourceDefinitionVersionsRequest {
|
|
4050
|
-
/**
|
|
4051
|
-
* @internal
|
|
4052
|
-
*/
|
|
4053
|
-
const filterSensitiveLog: (obj: ListResourceDefinitionVersionsRequest) => any;
|
|
4054
|
-
}
|
|
4055
|
-
export interface ListResourceDefinitionVersionsResponse {
|
|
4056
|
-
/**
|
|
4057
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4058
|
-
*/
|
|
4059
|
-
NextToken?: string;
|
|
4060
|
-
/**
|
|
4061
|
-
* Information about a version.
|
|
4062
|
-
*/
|
|
4063
|
-
Versions?: VersionInformation[];
|
|
4064
|
-
}
|
|
4065
|
-
export declare namespace ListResourceDefinitionVersionsResponse {
|
|
4066
|
-
/**
|
|
4067
|
-
* @internal
|
|
4068
|
-
*/
|
|
4069
|
-
const filterSensitiveLog: (obj: ListResourceDefinitionVersionsResponse) => any;
|
|
4070
|
-
}
|
|
4071
|
-
export interface ListSubscriptionDefinitionsRequest {
|
|
4072
|
-
/**
|
|
4073
|
-
* The maximum number of results to be returned per request.
|
|
4074
|
-
*/
|
|
4075
|
-
MaxResults?: string;
|
|
4076
|
-
/**
|
|
4077
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4078
|
-
*/
|
|
4079
|
-
NextToken?: string;
|
|
4080
|
-
}
|
|
4081
|
-
export declare namespace ListSubscriptionDefinitionsRequest {
|
|
4082
|
-
/**
|
|
4083
|
-
* @internal
|
|
4084
|
-
*/
|
|
4085
|
-
const filterSensitiveLog: (obj: ListSubscriptionDefinitionsRequest) => any;
|
|
4086
|
-
}
|
|
4087
|
-
export interface ListSubscriptionDefinitionsResponse {
|
|
4088
|
-
/**
|
|
4089
|
-
* Information about a definition.
|
|
4090
|
-
*/
|
|
4091
|
-
Definitions?: DefinitionInformation[];
|
|
4092
|
-
/**
|
|
4093
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4094
|
-
*/
|
|
4095
|
-
NextToken?: string;
|
|
4096
|
-
}
|
|
4097
|
-
export declare namespace ListSubscriptionDefinitionsResponse {
|
|
4098
|
-
/**
|
|
4099
|
-
* @internal
|
|
4100
|
-
*/
|
|
4101
|
-
const filterSensitiveLog: (obj: ListSubscriptionDefinitionsResponse) => any;
|
|
4102
|
-
}
|
|
4103
|
-
export interface ListSubscriptionDefinitionVersionsRequest {
|
|
4104
|
-
/**
|
|
4105
|
-
* The maximum number of results to be returned per request.
|
|
4106
|
-
*/
|
|
4107
|
-
MaxResults?: string;
|
|
4108
|
-
/**
|
|
4109
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4110
|
-
*/
|
|
4111
|
-
NextToken?: string;
|
|
4112
|
-
/**
|
|
4113
|
-
* The ID of the subscription definition.
|
|
4114
|
-
*/
|
|
4115
|
-
SubscriptionDefinitionId: string | undefined;
|
|
4116
|
-
}
|
|
4117
|
-
export declare namespace ListSubscriptionDefinitionVersionsRequest {
|
|
4118
|
-
/**
|
|
4119
|
-
* @internal
|
|
4120
|
-
*/
|
|
4121
|
-
const filterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsRequest) => any;
|
|
4122
|
-
}
|
|
4123
|
-
export interface ListSubscriptionDefinitionVersionsResponse {
|
|
4124
|
-
/**
|
|
4125
|
-
* The token for the next set of results, or ''null'' if there are no additional results.
|
|
4126
|
-
*/
|
|
4127
|
-
NextToken?: string;
|
|
4128
|
-
/**
|
|
4129
|
-
* Information about a version.
|
|
4130
|
-
*/
|
|
4131
|
-
Versions?: VersionInformation[];
|
|
4132
|
-
}
|
|
4133
|
-
export declare namespace ListSubscriptionDefinitionVersionsResponse {
|
|
4134
|
-
/**
|
|
4135
|
-
* @internal
|
|
4136
|
-
*/
|
|
4137
|
-
const filterSensitiveLog: (obj: ListSubscriptionDefinitionVersionsResponse) => any;
|
|
4138
|
-
}
|
|
4139
|
-
export interface ListTagsForResourceRequest {
|
|
4140
|
-
/**
|
|
4141
|
-
* The Amazon Resource Name (ARN) of the resource.
|
|
4142
|
-
*/
|
|
4143
|
-
ResourceArn: string | undefined;
|
|
4144
|
-
}
|
|
4145
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4146
|
-
/**
|
|
4147
|
-
* @internal
|
|
4148
|
-
*/
|
|
4149
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4150
|
-
}
|
|
4151
|
-
export interface ListTagsForResourceResponse {
|
|
4152
|
-
/**
|
|
4153
|
-
* The key-value pair for the resource tag.
|
|
4154
|
-
*/
|
|
4155
|
-
tags?: {
|
|
4156
|
-
[key: string]: string;
|
|
4157
|
-
};
|
|
4158
|
-
}
|
|
4159
|
-
export declare namespace ListTagsForResourceResponse {
|
|
4160
|
-
/**
|
|
4161
|
-
* @internal
|
|
4162
|
-
*/
|
|
4163
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
4164
|
-
}
|
|
4165
|
-
/**
|
|
4166
|
-
* Information needed to reset deployments.
|
|
4167
|
-
*/
|
|
4168
|
-
export interface ResetDeploymentsRequest {
|
|
4169
|
-
/**
|
|
4170
|
-
* A client token used to correlate requests and responses.
|
|
4171
|
-
*/
|
|
4172
|
-
AmznClientToken?: string;
|
|
4173
|
-
/**
|
|
4174
|
-
* If true, performs a best-effort only core reset.
|
|
4175
|
-
*/
|
|
4176
|
-
Force?: boolean;
|
|
4177
|
-
/**
|
|
4178
|
-
* The ID of the Greengrass group.
|
|
4179
|
-
*/
|
|
4180
|
-
GroupId: string | undefined;
|
|
4181
|
-
}
|
|
4182
|
-
export declare namespace ResetDeploymentsRequest {
|
|
4183
|
-
/**
|
|
4184
|
-
* @internal
|
|
4185
|
-
*/
|
|
4186
|
-
const filterSensitiveLog: (obj: ResetDeploymentsRequest) => any;
|
|
4187
|
-
}
|
|
4188
|
-
export interface ResetDeploymentsResponse {
|
|
4189
|
-
/**
|
|
4190
|
-
* The ARN of the deployment.
|
|
4191
|
-
*/
|
|
4192
|
-
DeploymentArn?: string;
|
|
4193
|
-
/**
|
|
4194
|
-
* The ID of the deployment.
|
|
4195
|
-
*/
|
|
4196
|
-
DeploymentId?: string;
|
|
4197
|
-
}
|
|
4198
|
-
export declare namespace ResetDeploymentsResponse {
|
|
4199
|
-
/**
|
|
4200
|
-
* @internal
|
|
4201
|
-
*/
|
|
4202
|
-
const filterSensitiveLog: (obj: ResetDeploymentsResponse) => any;
|
|
4203
|
-
}
|
|
4204
|
-
export interface StartBulkDeploymentRequest {
|
|
4205
|
-
/**
|
|
4206
|
-
* A client token used to correlate requests and responses.
|
|
4207
|
-
*/
|
|
4208
|
-
AmznClientToken?: string;
|
|
4209
|
-
/**
|
|
4210
|
-
* The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.
|
|
4211
|
-
*/
|
|
4212
|
-
ExecutionRoleArn: string | undefined;
|
|
4213
|
-
/**
|
|
4214
|
-
* The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.
|
|
4215
|
-
*/
|
|
4216
|
-
InputFileUri: string | undefined;
|
|
4217
|
-
/**
|
|
4218
|
-
* Tag(s) to add to the new resource.
|
|
4219
|
-
*/
|
|
4220
|
-
tags?: {
|
|
4221
|
-
[key: string]: string;
|
|
4222
|
-
};
|
|
4223
|
-
}
|
|
4224
|
-
export declare namespace StartBulkDeploymentRequest {
|
|
4225
|
-
/**
|
|
4226
|
-
* @internal
|
|
4227
|
-
*/
|
|
4228
|
-
const filterSensitiveLog: (obj: StartBulkDeploymentRequest) => any;
|
|
4229
|
-
}
|
|
4230
|
-
export interface StartBulkDeploymentResponse {
|
|
4231
|
-
/**
|
|
4232
|
-
* The ARN of the bulk deployment.
|
|
4233
|
-
*/
|
|
4234
|
-
BulkDeploymentArn?: string;
|
|
4235
|
-
/**
|
|
4236
|
-
* The ID of the bulk deployment.
|
|
4237
|
-
*/
|
|
4238
|
-
BulkDeploymentId?: string;
|
|
4239
|
-
}
|
|
4240
|
-
export declare namespace StartBulkDeploymentResponse {
|
|
4241
|
-
/**
|
|
4242
|
-
* @internal
|
|
4243
|
-
*/
|
|
4244
|
-
const filterSensitiveLog: (obj: StartBulkDeploymentResponse) => any;
|
|
4245
|
-
}
|
|
4246
|
-
export interface StopBulkDeploymentRequest {
|
|
4247
|
-
/**
|
|
4248
|
-
* The ID of the bulk deployment.
|
|
4249
|
-
*/
|
|
4250
|
-
BulkDeploymentId: string | undefined;
|
|
4251
|
-
}
|
|
4252
|
-
export declare namespace StopBulkDeploymentRequest {
|
|
4253
|
-
/**
|
|
4254
|
-
* @internal
|
|
4255
|
-
*/
|
|
4256
|
-
const filterSensitiveLog: (obj: StopBulkDeploymentRequest) => any;
|
|
4257
|
-
}
|
|
4258
|
-
export interface StopBulkDeploymentResponse {
|
|
4259
|
-
}
|
|
4260
|
-
export declare namespace StopBulkDeploymentResponse {
|
|
4261
|
-
/**
|
|
4262
|
-
* @internal
|
|
4263
|
-
*/
|
|
4264
|
-
const filterSensitiveLog: (obj: StopBulkDeploymentResponse) => any;
|
|
4265
|
-
}
|
|
4266
|
-
/**
|
|
4267
|
-
* A map of the key-value pairs for the resource tag.
|
|
4268
|
-
*/
|
|
4269
|
-
export interface TagResourceRequest {
|
|
4270
|
-
/**
|
|
4271
|
-
* The Amazon Resource Name (ARN) of the resource.
|
|
4272
|
-
*/
|
|
4273
|
-
ResourceArn: string | undefined;
|
|
4274
|
-
/**
|
|
4275
|
-
* The key-value pair for the resource tag.
|
|
4276
|
-
*/
|
|
4277
|
-
tags?: {
|
|
4278
|
-
[key: string]: string;
|
|
4279
|
-
};
|
|
4280
|
-
}
|
|
4281
|
-
export declare namespace TagResourceRequest {
|
|
4282
|
-
/**
|
|
4283
|
-
* @internal
|
|
4284
|
-
*/
|
|
4285
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4286
|
-
}
|
|
4287
|
-
export interface UntagResourceRequest {
|
|
4288
|
-
/**
|
|
4289
|
-
* The Amazon Resource Name (ARN) of the resource.
|
|
4290
|
-
*/
|
|
4291
|
-
ResourceArn: string | undefined;
|
|
4292
|
-
/**
|
|
4293
|
-
* An array of tag keys to delete
|
|
4294
|
-
*/
|
|
4295
|
-
TagKeys: string[] | undefined;
|
|
4296
|
-
}
|
|
4297
|
-
export declare namespace UntagResourceRequest {
|
|
4298
|
-
/**
|
|
4299
|
-
* @internal
|
|
4300
|
-
*/
|
|
4301
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4302
|
-
}
|
|
4303
|
-
/**
|
|
4304
|
-
* Connectivity information.
|
|
4305
|
-
*/
|
|
4306
|
-
export interface UpdateConnectivityInfoRequest {
|
|
4307
|
-
/**
|
|
4308
|
-
* A list of connectivity info.
|
|
4309
|
-
*/
|
|
4310
|
-
ConnectivityInfo?: ConnectivityInfo[];
|
|
4311
|
-
/**
|
|
4312
|
-
* The thing name.
|
|
4313
|
-
*/
|
|
4314
|
-
ThingName: string | undefined;
|
|
4315
|
-
}
|
|
4316
|
-
export declare namespace UpdateConnectivityInfoRequest {
|
|
4317
|
-
/**
|
|
4318
|
-
* @internal
|
|
4319
|
-
*/
|
|
4320
|
-
const filterSensitiveLog: (obj: UpdateConnectivityInfoRequest) => any;
|
|
4321
|
-
}
|
|
4322
|
-
export interface UpdateConnectivityInfoResponse {
|
|
4323
|
-
/**
|
|
4324
|
-
* A message about the connectivity info update request.
|
|
4325
|
-
*/
|
|
4326
|
-
Message?: string;
|
|
4327
|
-
/**
|
|
4328
|
-
* The new version of the connectivity info.
|
|
4329
|
-
*/
|
|
4330
|
-
Version?: string;
|
|
4331
|
-
}
|
|
4332
|
-
export declare namespace UpdateConnectivityInfoResponse {
|
|
4333
|
-
/**
|
|
4334
|
-
* @internal
|
|
4335
|
-
*/
|
|
4336
|
-
const filterSensitiveLog: (obj: UpdateConnectivityInfoResponse) => any;
|
|
4337
|
-
}
|
|
4338
|
-
export interface UpdateConnectorDefinitionRequest {
|
|
4339
|
-
/**
|
|
4340
|
-
* The ID of the connector definition.
|
|
4341
|
-
*/
|
|
4342
|
-
ConnectorDefinitionId: string | undefined;
|
|
4343
|
-
/**
|
|
4344
|
-
* The name of the definition.
|
|
4345
|
-
*/
|
|
4346
|
-
Name?: string;
|
|
4347
|
-
}
|
|
4348
|
-
export declare namespace UpdateConnectorDefinitionRequest {
|
|
4349
|
-
/**
|
|
4350
|
-
* @internal
|
|
4351
|
-
*/
|
|
4352
|
-
const filterSensitiveLog: (obj: UpdateConnectorDefinitionRequest) => any;
|
|
4353
|
-
}
|
|
4354
|
-
export interface UpdateConnectorDefinitionResponse {
|
|
4355
|
-
}
|
|
4356
|
-
export declare namespace UpdateConnectorDefinitionResponse {
|
|
4357
|
-
/**
|
|
4358
|
-
* @internal
|
|
4359
|
-
*/
|
|
4360
|
-
const filterSensitiveLog: (obj: UpdateConnectorDefinitionResponse) => any;
|
|
4361
|
-
}
|
|
4362
|
-
export interface UpdateCoreDefinitionRequest {
|
|
4363
|
-
/**
|
|
4364
|
-
* The ID of the core definition.
|
|
4365
|
-
*/
|
|
4366
|
-
CoreDefinitionId: string | undefined;
|
|
4367
|
-
/**
|
|
4368
|
-
* The name of the definition.
|
|
4369
|
-
*/
|
|
4370
|
-
Name?: string;
|
|
4371
|
-
}
|
|
4372
|
-
export declare namespace UpdateCoreDefinitionRequest {
|
|
4373
|
-
/**
|
|
4374
|
-
* @internal
|
|
4375
|
-
*/
|
|
4376
|
-
const filterSensitiveLog: (obj: UpdateCoreDefinitionRequest) => any;
|
|
4377
|
-
}
|
|
4378
|
-
export interface UpdateCoreDefinitionResponse {
|
|
4379
|
-
}
|
|
4380
|
-
export declare namespace UpdateCoreDefinitionResponse {
|
|
4381
|
-
/**
|
|
4382
|
-
* @internal
|
|
4383
|
-
*/
|
|
4384
|
-
const filterSensitiveLog: (obj: UpdateCoreDefinitionResponse) => any;
|
|
4385
|
-
}
|
|
4386
|
-
export interface UpdateDeviceDefinitionRequest {
|
|
4387
|
-
/**
|
|
4388
|
-
* The ID of the device definition.
|
|
4389
|
-
*/
|
|
4390
|
-
DeviceDefinitionId: string | undefined;
|
|
4391
|
-
/**
|
|
4392
|
-
* The name of the definition.
|
|
4393
|
-
*/
|
|
4394
|
-
Name?: string;
|
|
4395
|
-
}
|
|
4396
|
-
export declare namespace UpdateDeviceDefinitionRequest {
|
|
4397
|
-
/**
|
|
4398
|
-
* @internal
|
|
4399
|
-
*/
|
|
4400
|
-
const filterSensitiveLog: (obj: UpdateDeviceDefinitionRequest) => any;
|
|
4401
|
-
}
|
|
4402
|
-
export interface UpdateDeviceDefinitionResponse {
|
|
4403
|
-
}
|
|
4404
|
-
export declare namespace UpdateDeviceDefinitionResponse {
|
|
4405
|
-
/**
|
|
4406
|
-
* @internal
|
|
4407
|
-
*/
|
|
4408
|
-
const filterSensitiveLog: (obj: UpdateDeviceDefinitionResponse) => any;
|
|
4409
|
-
}
|
|
4410
|
-
export interface UpdateFunctionDefinitionRequest {
|
|
4411
|
-
/**
|
|
4412
|
-
* The ID of the Lambda function definition.
|
|
4413
|
-
*/
|
|
4414
|
-
FunctionDefinitionId: string | undefined;
|
|
4415
|
-
/**
|
|
4416
|
-
* The name of the definition.
|
|
4417
|
-
*/
|
|
4418
|
-
Name?: string;
|
|
4419
|
-
}
|
|
4420
|
-
export declare namespace UpdateFunctionDefinitionRequest {
|
|
4421
|
-
/**
|
|
4422
|
-
* @internal
|
|
4423
|
-
*/
|
|
4424
|
-
const filterSensitiveLog: (obj: UpdateFunctionDefinitionRequest) => any;
|
|
4425
|
-
}
|
|
4426
|
-
export interface UpdateFunctionDefinitionResponse {
|
|
4427
|
-
}
|
|
4428
|
-
export declare namespace UpdateFunctionDefinitionResponse {
|
|
4429
|
-
/**
|
|
4430
|
-
* @internal
|
|
4431
|
-
*/
|
|
4432
|
-
const filterSensitiveLog: (obj: UpdateFunctionDefinitionResponse) => any;
|
|
4433
|
-
}
|
|
4434
|
-
export interface UpdateGroupRequest {
|
|
4435
|
-
/**
|
|
4436
|
-
* The ID of the Greengrass group.
|
|
4437
|
-
*/
|
|
4438
|
-
GroupId: string | undefined;
|
|
4439
|
-
/**
|
|
4440
|
-
* The name of the definition.
|
|
4441
|
-
*/
|
|
4442
|
-
Name?: string;
|
|
4443
|
-
}
|
|
4444
|
-
export declare namespace UpdateGroupRequest {
|
|
4445
|
-
/**
|
|
4446
|
-
* @internal
|
|
4447
|
-
*/
|
|
4448
|
-
const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
|
|
4449
|
-
}
|
|
4450
|
-
export interface UpdateGroupResponse {
|
|
4451
|
-
}
|
|
4452
|
-
export declare namespace UpdateGroupResponse {
|
|
4453
|
-
/**
|
|
4454
|
-
* @internal
|
|
4455
|
-
*/
|
|
4456
|
-
const filterSensitiveLog: (obj: UpdateGroupResponse) => any;
|
|
4457
|
-
}
|
|
4458
|
-
export interface UpdateGroupCertificateConfigurationRequest {
|
|
4459
|
-
/**
|
|
4460
|
-
* The amount of time remaining before the certificate expires, in milliseconds.
|
|
4461
|
-
*/
|
|
4462
|
-
CertificateExpiryInMilliseconds?: string;
|
|
4463
|
-
/**
|
|
4464
|
-
* The ID of the Greengrass group.
|
|
4465
|
-
*/
|
|
4466
|
-
GroupId: string | undefined;
|
|
4467
|
-
}
|
|
4468
|
-
export declare namespace UpdateGroupCertificateConfigurationRequest {
|
|
4469
|
-
/**
|
|
4470
|
-
* @internal
|
|
4471
|
-
*/
|
|
4472
|
-
const filterSensitiveLog: (obj: UpdateGroupCertificateConfigurationRequest) => any;
|
|
4473
|
-
}
|
|
4474
|
-
export interface UpdateGroupCertificateConfigurationResponse {
|
|
4475
|
-
/**
|
|
4476
|
-
* The amount of time remaining before the certificate authority expires, in milliseconds.
|
|
4477
|
-
*/
|
|
4478
|
-
CertificateAuthorityExpiryInMilliseconds?: string;
|
|
4479
|
-
/**
|
|
4480
|
-
* The amount of time remaining before the certificate expires, in milliseconds.
|
|
4481
|
-
*/
|
|
4482
|
-
CertificateExpiryInMilliseconds?: string;
|
|
4483
|
-
/**
|
|
4484
|
-
* The ID of the group certificate configuration.
|
|
4485
|
-
*/
|
|
4486
|
-
GroupId?: string;
|
|
4487
|
-
}
|
|
4488
|
-
export declare namespace UpdateGroupCertificateConfigurationResponse {
|
|
4489
|
-
/**
|
|
4490
|
-
* @internal
|
|
4491
|
-
*/
|
|
4492
|
-
const filterSensitiveLog: (obj: UpdateGroupCertificateConfigurationResponse) => any;
|
|
4493
|
-
}
|
|
4494
|
-
export interface UpdateLoggerDefinitionRequest {
|
|
4495
|
-
/**
|
|
4496
|
-
* The ID of the logger definition.
|
|
4497
|
-
*/
|
|
4498
|
-
LoggerDefinitionId: string | undefined;
|
|
4499
|
-
/**
|
|
4500
|
-
* The name of the definition.
|
|
4501
|
-
*/
|
|
4502
|
-
Name?: string;
|
|
4503
|
-
}
|
|
4504
|
-
export declare namespace UpdateLoggerDefinitionRequest {
|
|
4505
|
-
/**
|
|
4506
|
-
* @internal
|
|
4507
|
-
*/
|
|
4508
|
-
const filterSensitiveLog: (obj: UpdateLoggerDefinitionRequest) => any;
|
|
4509
|
-
}
|
|
4510
|
-
export interface UpdateLoggerDefinitionResponse {
|
|
4511
|
-
}
|
|
4512
|
-
export declare namespace UpdateLoggerDefinitionResponse {
|
|
4513
|
-
/**
|
|
4514
|
-
* @internal
|
|
4515
|
-
*/
|
|
4516
|
-
const filterSensitiveLog: (obj: UpdateLoggerDefinitionResponse) => any;
|
|
4517
|
-
}
|
|
4518
|
-
export interface UpdateResourceDefinitionRequest {
|
|
4519
|
-
/**
|
|
4520
|
-
* The name of the definition.
|
|
4521
|
-
*/
|
|
4522
|
-
Name?: string;
|
|
4523
|
-
/**
|
|
4524
|
-
* The ID of the resource definition.
|
|
4525
|
-
*/
|
|
4526
|
-
ResourceDefinitionId: string | undefined;
|
|
4527
|
-
}
|
|
4528
|
-
export declare namespace UpdateResourceDefinitionRequest {
|
|
4529
|
-
/**
|
|
4530
|
-
* @internal
|
|
4531
|
-
*/
|
|
4532
|
-
const filterSensitiveLog: (obj: UpdateResourceDefinitionRequest) => any;
|
|
4533
|
-
}
|
|
4534
|
-
export interface UpdateResourceDefinitionResponse {
|
|
4535
|
-
}
|
|
4536
|
-
export declare namespace UpdateResourceDefinitionResponse {
|
|
4537
|
-
/**
|
|
4538
|
-
* @internal
|
|
4539
|
-
*/
|
|
4540
|
-
const filterSensitiveLog: (obj: UpdateResourceDefinitionResponse) => any;
|
|
4541
|
-
}
|
|
4542
|
-
export interface UpdateSubscriptionDefinitionRequest {
|
|
4543
|
-
/**
|
|
4544
|
-
* The name of the definition.
|
|
4545
|
-
*/
|
|
4546
|
-
Name?: string;
|
|
4547
|
-
/**
|
|
4548
|
-
* The ID of the subscription definition.
|
|
4549
|
-
*/
|
|
4550
|
-
SubscriptionDefinitionId: string | undefined;
|
|
4551
|
-
}
|
|
4552
|
-
export declare namespace UpdateSubscriptionDefinitionRequest {
|
|
4553
|
-
/**
|
|
4554
|
-
* @internal
|
|
4555
|
-
*/
|
|
4556
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionDefinitionRequest) => any;
|
|
4557
|
-
}
|
|
4558
|
-
export interface UpdateSubscriptionDefinitionResponse {
|
|
4559
|
-
}
|
|
4560
|
-
export declare namespace UpdateSubscriptionDefinitionResponse {
|
|
4561
|
-
/**
|
|
4562
|
-
* @internal
|
|
4563
|
-
*/
|
|
4564
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionDefinitionResponse) => any;
|
|
4565
|
-
}
|
|
4566
|
-
/**
|
|
4567
|
-
* Configuration settings for running telemetry.
|
|
4568
|
-
*/
|
|
4569
|
-
export interface TelemetryConfigurationUpdate {
|
|
4570
|
-
/**
|
|
4571
|
-
* Configure telemetry to be on or off.
|
|
4572
|
-
*/
|
|
4573
|
-
Telemetry: Telemetry | string | undefined;
|
|
4574
|
-
}
|
|
4575
|
-
export declare namespace TelemetryConfigurationUpdate {
|
|
4576
|
-
/**
|
|
4577
|
-
* @internal
|
|
4578
|
-
*/
|
|
4579
|
-
const filterSensitiveLog: (obj: TelemetryConfigurationUpdate) => any;
|
|
4580
|
-
}
|
|
4581
|
-
export interface UpdateThingRuntimeConfigurationRequest {
|
|
4582
|
-
/**
|
|
4583
|
-
* Configuration for telemetry service.
|
|
4584
|
-
*/
|
|
4585
|
-
TelemetryConfiguration?: TelemetryConfigurationUpdate;
|
|
4586
|
-
/**
|
|
4587
|
-
* The thing name.
|
|
4588
|
-
*/
|
|
4589
|
-
ThingName: string | undefined;
|
|
4590
|
-
}
|
|
4591
|
-
export declare namespace UpdateThingRuntimeConfigurationRequest {
|
|
4592
|
-
/**
|
|
4593
|
-
* @internal
|
|
4594
|
-
*/
|
|
4595
|
-
const filterSensitiveLog: (obj: UpdateThingRuntimeConfigurationRequest) => any;
|
|
4596
|
-
}
|
|
4597
|
-
export interface UpdateThingRuntimeConfigurationResponse {
|
|
4598
|
-
}
|
|
4599
|
-
export declare namespace UpdateThingRuntimeConfigurationResponse {
|
|
4600
|
-
/**
|
|
4601
|
-
* @internal
|
|
4602
|
-
*/
|
|
4603
|
-
const filterSensitiveLog: (obj: UpdateThingRuntimeConfigurationResponse) => any;
|
|
4604
|
-
}
|