@aws-sdk/client-greengrass 3.1045.0 → 3.1047.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +200 -201
- package/dist-cjs/models/GreengrassServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Greengrass.js +1 -1
- package/dist-es/GreengrassClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateRoleToGroupCommand.js +2 -2
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +2 -2
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateDeploymentCommand.js +2 -2
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/CreateGroupCommand.js +2 -2
- package/dist-es/commands/CreateGroupVersionCommand.js +2 -2
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +2 -2
- package/dist-es/commands/GetAssociatedRoleCommand.js +2 -2
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +2 -2
- package/dist-es/commands/GetConnectivityInfoCommand.js +2 -2
- package/dist-es/commands/GetConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetDeploymentStatusCommand.js +2 -2
- package/dist-es/commands/GetDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetGroupVersionCommand.js +2 -2
- package/dist-es/commands/GetLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +2 -2
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +2 -2
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +2 -2
- package/dist-es/commands/ListBulkDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListCoreDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListDeploymentsCommand.js +2 -2
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +2 -2
- package/dist-es/commands/ListGroupVersionsCommand.js +2 -2
- package/dist-es/commands/ListGroupsCommand.js +2 -2
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListResourceDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +2 -2
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ResetDeploymentsCommand.js +2 -2
- package/dist-es/commands/StartBulkDeploymentCommand.js +2 -2
- package/dist-es/commands/StopBulkDeploymentCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +2 -2
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/GreengrassServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/GreengrassClient.d.ts +5 -5
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +6 -4
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +6 -4
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetGroupVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -4
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +6 -4
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/GreengrassServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/GreengrassClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/GreengrassServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput } from "./commands/AssociateRoleToGroupCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateRoleToGroupCommandInput extends AssociateRoleToGroupRe
|
|
|
22
22
|
export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateRoleToGroupCommand_base: {
|
|
25
|
-
new (input: AssociateRoleToGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateRoleToGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateRoleToGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateRoleToGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { AssociateServiceRoleToAccountRequest, AssociateServiceRoleToAccountResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AssociateServiceRoleToAccountCommandInput extends AssociateServ
|
|
|
22
22
|
export interface AssociateServiceRoleToAccountCommandOutput extends AssociateServiceRoleToAccountResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateServiceRoleToAccountCommand_base: {
|
|
25
|
-
new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateServiceRoleToAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateConnectorDefinitionRequest, CreateConnectorDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateConnectorDefinitionCommandInput extends CreateConnectorDe
|
|
|
22
22
|
export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateConnectorDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateConnectorDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateConnectorDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateConnectorDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateConnectorDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateConnectorDefinitionVersionRequest, CreateConnectorDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateConnectorDefinitionVersionCommandInput extends CreateConn
|
|
|
22
22
|
export interface CreateConnectorDefinitionVersionCommandOutput extends CreateConnectorDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateConnectorDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateConnectorDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateConnectorDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateConnectorDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateConnectorDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a connector definition which has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCoreDefinitionCommandInput extends CreateCoreDefinitionRe
|
|
|
22
22
|
export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCoreDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateCoreDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateCoreDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCoreDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateCoreDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateCoreDefinitionVersionRequest, CreateCoreDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCoreDefinitionVersionCommandInput extends CreateCoreDefin
|
|
|
22
22
|
export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCoreDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateCoreDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCoreDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCoreDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCoreDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {
|
|
|
22
22
|
export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeploymentCommand_base: {
|
|
25
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDeploymentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDeploymentCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeviceDefinitionCommandInput extends CreateDeviceDefiniti
|
|
|
22
22
|
export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeviceDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateDeviceDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateDeviceDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeviceDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateDeviceDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateDeviceDefinitionVersionRequest, CreateDeviceDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDeviceDefinitionVersionCommandInput extends CreateDeviceD
|
|
|
22
22
|
export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDeviceDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDeviceDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateDeviceDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDeviceDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDeviceDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDeviceDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a device definition that has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateFunctionDefinitionRequest, CreateFunctionDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateFunctionDefinitionCommandInput extends CreateFunctionDefi
|
|
|
22
22
|
export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFunctionDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateFunctionDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateFunctionDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFunctionDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateFunctionDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateFunctionDefinitionVersionRequest, CreateFunctionDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateFunctionDefinitionVersionCommandInput extends CreateFunct
|
|
|
22
22
|
export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunctionDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateFunctionDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateFunctionDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateFunctionDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateFunctionDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateFunctionDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a Lambda function definition that has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateGroupCertificateAuthorityRequest, CreateGroupCertificateAuthorityResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateGroupCertificateAuthorityCommandInput extends CreateGroup
|
|
|
22
22
|
export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGroupCertificateAuthorityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGroupCertificateAuthorityCommand_base: {
|
|
25
|
-
new (input: CreateGroupCertificateAuthorityCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGroupCertificateAuthorityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGroupCertificateAuthorityCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGroupCertificateAuthorityCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateGroupCommandInput extends CreateGroupRequest {
|
|
|
22
22
|
export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGroupCommand_base: {
|
|
25
|
-
new (input: CreateGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateGroupVersionCommandInput extends CreateGroupVersionReques
|
|
|
22
22
|
export interface CreateGroupVersionCommandOutput extends CreateGroupVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateGroupVersionCommand_base: {
|
|
25
|
-
new (input: CreateGroupVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateGroupVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateGroupVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateGroupVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a group which has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLoggerDefinitionCommandInput extends CreateLoggerDefiniti
|
|
|
22
22
|
export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLoggerDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateLoggerDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateLoggerDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLoggerDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateLoggerDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateLoggerDefinitionVersionRequest, CreateLoggerDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateLoggerDefinitionVersionCommandInput extends CreateLoggerD
|
|
|
22
22
|
export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLoggerDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateLoggerDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateLoggerDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateLoggerDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateLoggerDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateLoggerDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a logger definition that has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateResourceDefinitionRequest, CreateResourceDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateResourceDefinitionCommandInput extends CreateResourceDefi
|
|
|
22
22
|
export interface CreateResourceDefinitionCommandOutput extends CreateResourceDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResourceDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateResourceDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateResourceDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResourceDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateResourceDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateResourceDefinitionVersionRequest, CreateResourceDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateResourceDefinitionVersionCommandInput extends CreateResou
|
|
|
22
22
|
export interface CreateResourceDefinitionVersionCommandOutput extends CreateResourceDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResourceDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateResourceDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResourceDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResourceDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResourceDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a resource definition that has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateSoftwareUpdateJobRequest, CreateSoftwareUpdateJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSoftwareUpdateJobCommandInput extends CreateSoftwareUpdat
|
|
|
22
22
|
export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpdateJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSoftwareUpdateJobCommand_base: {
|
|
25
|
-
new (input: CreateSoftwareUpdateJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSoftwareUpdateJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSoftwareUpdateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSoftwareUpdateJobCommandInput): import("@smithy/core/client").CommandImpl<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateSubscriptionDefinitionRequest, CreateSubscriptionDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSubscriptionDefinitionCommandInput extends CreateSubscrip
|
|
|
22
22
|
export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscriptionDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSubscriptionDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateSubscriptionDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [CreateSubscriptionDefinitionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSubscriptionDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [CreateSubscriptionDefinitionCommandInput]): import("@smithy/core/client").CommandImpl<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { CreateSubscriptionDefinitionVersionRequest, CreateSubscriptionDefinitionVersionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateSubscriptionDefinitionVersionCommandInput extends CreateS
|
|
|
22
22
|
export interface CreateSubscriptionDefinitionVersionCommandOutput extends CreateSubscriptionDefinitionVersionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateSubscriptionDefinitionVersionCommand_base: {
|
|
25
|
-
new (input: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateSubscriptionDefinitionVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Creates a version of a subscription definition which has already been defined.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteConnectorDefinitionCommandInput extends DeleteConnectorDe
|
|
|
22
22
|
export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteConnectorDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteConnectorDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteConnectorDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteConnectorDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteConnectorDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a connector definition.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteCoreDefinitionCommandInput extends DeleteCoreDefinitionRe
|
|
|
22
22
|
export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteCoreDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteCoreDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteCoreDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteCoreDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteCoreDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a core definition.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDeviceDefinitionCommandInput extends DeleteDeviceDefiniti
|
|
|
22
22
|
export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDeviceDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDeviceDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a device definition.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
4
4
|
import type { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteFunctionDefinitionCommandInput extends DeleteFunctionDefi
|
|
|
22
22
|
export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDefinitionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteFunctionDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteFunctionDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes a Lambda function definition.
|