@aws-sdk/client-greengrass 3.186.0 → 3.190.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/GreengrassClient.js +11 -8
- package/dist-cjs/commands/AssociateRoleToGroupCommand.js +10 -0
- package/dist-cjs/commands/AssociateServiceRoleToAccountCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectorDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateConnectorDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateCoreDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateCoreDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateDeploymentCommand.js +10 -0
- package/dist-cjs/commands/CreateDeviceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateDeviceDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateFunctionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateFunctionDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateGroupCertificateAuthorityCommand.js +10 -0
- package/dist-cjs/commands/CreateGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateGroupVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateLoggerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateLoggerDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateResourceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateResourceDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateSoftwareUpdateJobCommand.js +10 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/CreateSubscriptionDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteConnectorDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoreDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteDeviceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteFunctionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteLoggerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteResourceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubscriptionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/DisassociateRoleFromGroupCommand.js +10 -0
- package/dist-cjs/commands/DisassociateServiceRoleFromAccountCommand.js +10 -0
- package/dist-cjs/commands/GetAssociatedRoleCommand.js +10 -0
- package/dist-cjs/commands/GetBulkDeploymentStatusCommand.js +10 -0
- package/dist-cjs/commands/GetConnectivityInfoCommand.js +10 -0
- package/dist-cjs/commands/GetConnectorDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetConnectorDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetCoreDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetCoreDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetDeploymentStatusCommand.js +10 -0
- package/dist-cjs/commands/GetDeviceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetDeviceDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetFunctionDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetGroupCertificateAuthorityCommand.js +10 -0
- package/dist-cjs/commands/GetGroupCertificateConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetGroupCommand.js +10 -0
- package/dist-cjs/commands/GetGroupVersionCommand.js +10 -0
- package/dist-cjs/commands/GetLoggerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetLoggerDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetResourceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetResourceDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetServiceRoleForAccountCommand.js +10 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/GetSubscriptionDefinitionVersionCommand.js +10 -0
- package/dist-cjs/commands/GetThingRuntimeConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ListBulkDeploymentDetailedReportsCommand.js +10 -0
- package/dist-cjs/commands/ListBulkDeploymentsCommand.js +10 -0
- package/dist-cjs/commands/ListConnectorDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListConnectorDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListCoreDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListCoreDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +10 -0
- package/dist-cjs/commands/ListDeviceDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListDeviceDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListFunctionDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListGroupCertificateAuthoritiesCommand.js +10 -0
- package/dist-cjs/commands/ListGroupVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListLoggerDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListLoggerDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListResourceDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListResourceDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListSubscriptionDefinitionsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ResetDeploymentsCommand.js +10 -0
- package/dist-cjs/commands/StartBulkDeploymentCommand.js +10 -0
- package/dist-cjs/commands/StopBulkDeploymentCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectivityInfoCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectorDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateCoreDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateDeviceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateFunctionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateGroupCertificateConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateLoggerDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateResourceDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateSubscriptionDefinitionCommand.js +10 -0
- package/dist-cjs/commands/UpdateThingRuntimeConfigurationCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +362 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/Greengrass.js +370 -377
- package/dist-es/GreengrassClient.js +26 -29
- package/dist-es/commands/AssociateRoleToGroupCommand.js +31 -28
- package/dist-es/commands/AssociateServiceRoleToAccountCommand.js +31 -28
- package/dist-es/commands/CreateConnectorDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateConnectorDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateCoreDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateCoreDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateDeploymentCommand.js +31 -28
- package/dist-es/commands/CreateDeviceDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateDeviceDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateFunctionDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateFunctionDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateGroupCertificateAuthorityCommand.js +31 -28
- package/dist-es/commands/CreateGroupCommand.js +31 -28
- package/dist-es/commands/CreateGroupVersionCommand.js +31 -28
- package/dist-es/commands/CreateLoggerDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateLoggerDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateResourceDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateResourceDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/CreateSoftwareUpdateJobCommand.js +31 -28
- package/dist-es/commands/CreateSubscriptionDefinitionCommand.js +31 -28
- package/dist-es/commands/CreateSubscriptionDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/DeleteConnectorDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteCoreDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteDeviceDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteFunctionDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteGroupCommand.js +31 -28
- package/dist-es/commands/DeleteLoggerDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteResourceDefinitionCommand.js +31 -28
- package/dist-es/commands/DeleteSubscriptionDefinitionCommand.js +31 -28
- package/dist-es/commands/DisassociateRoleFromGroupCommand.js +31 -28
- package/dist-es/commands/DisassociateServiceRoleFromAccountCommand.js +31 -28
- package/dist-es/commands/GetAssociatedRoleCommand.js +31 -28
- package/dist-es/commands/GetBulkDeploymentStatusCommand.js +31 -28
- package/dist-es/commands/GetConnectivityInfoCommand.js +31 -28
- package/dist-es/commands/GetConnectorDefinitionCommand.js +31 -28
- package/dist-es/commands/GetConnectorDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetCoreDefinitionCommand.js +31 -28
- package/dist-es/commands/GetCoreDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetDeploymentStatusCommand.js +31 -28
- package/dist-es/commands/GetDeviceDefinitionCommand.js +31 -28
- package/dist-es/commands/GetDeviceDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetFunctionDefinitionCommand.js +31 -28
- package/dist-es/commands/GetFunctionDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetGroupCertificateAuthorityCommand.js +31 -28
- package/dist-es/commands/GetGroupCertificateConfigurationCommand.js +31 -28
- package/dist-es/commands/GetGroupCommand.js +31 -28
- package/dist-es/commands/GetGroupVersionCommand.js +31 -28
- package/dist-es/commands/GetLoggerDefinitionCommand.js +31 -28
- package/dist-es/commands/GetLoggerDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetResourceDefinitionCommand.js +31 -28
- package/dist-es/commands/GetResourceDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetServiceRoleForAccountCommand.js +31 -28
- package/dist-es/commands/GetSubscriptionDefinitionCommand.js +31 -28
- package/dist-es/commands/GetSubscriptionDefinitionVersionCommand.js +31 -28
- package/dist-es/commands/GetThingRuntimeConfigurationCommand.js +31 -28
- package/dist-es/commands/ListBulkDeploymentDetailedReportsCommand.js +31 -28
- package/dist-es/commands/ListBulkDeploymentsCommand.js +31 -28
- package/dist-es/commands/ListConnectorDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListConnectorDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListCoreDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListCoreDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListDeploymentsCommand.js +31 -28
- package/dist-es/commands/ListDeviceDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListDeviceDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListFunctionDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListFunctionDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListGroupCertificateAuthoritiesCommand.js +31 -28
- package/dist-es/commands/ListGroupVersionsCommand.js +31 -28
- package/dist-es/commands/ListGroupsCommand.js +31 -28
- package/dist-es/commands/ListLoggerDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListLoggerDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListResourceDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListResourceDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListSubscriptionDefinitionVersionsCommand.js +31 -28
- package/dist-es/commands/ListSubscriptionDefinitionsCommand.js +31 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +31 -28
- package/dist-es/commands/ResetDeploymentsCommand.js +31 -28
- package/dist-es/commands/StartBulkDeploymentCommand.js +31 -28
- package/dist-es/commands/StopBulkDeploymentCommand.js +31 -28
- package/dist-es/commands/TagResourceCommand.js +32 -29
- package/dist-es/commands/UntagResourceCommand.js +32 -29
- package/dist-es/commands/UpdateConnectivityInfoCommand.js +31 -28
- package/dist-es/commands/UpdateConnectorDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateCoreDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateDeviceDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateFunctionDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateGroupCertificateConfigurationCommand.js +31 -28
- package/dist-es/commands/UpdateGroupCommand.js +31 -28
- package/dist-es/commands/UpdateLoggerDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateResourceDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateSubscriptionDefinitionCommand.js +31 -28
- package/dist-es/commands/UpdateThingRuntimeConfigurationCommand.js +31 -28
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +359 -0
- package/dist-es/models/GreengrassServiceException.js +5 -10
- package/dist-es/models/models_0.js +701 -252
- package/dist-es/protocols/Aws_restJson1.js +5795 -8198
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +9 -12
- package/dist-types/GreengrassClient.d.ts +6 -9
- package/dist-types/commands/AssociateRoleToGroupCommand.d.ts +2 -0
- package/dist-types/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateRoleFromGroupCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetAssociatedRoleCommand.d.ts +2 -0
- package/dist-types/commands/GetBulkDeploymentStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectivityInfoCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetCoreDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetDeploymentStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceRoleForAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -0
- package/dist-types/commands/ListBulkDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectorDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCoreDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDeviceDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLoggerDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ResetDeploymentsCommand.d.ts +2 -0
- package/dist-types/commands/StartBulkDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/StopBulkDeploymentCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectivityInfoCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/runtimeConfig.browser.d.ts +5 -2
- package/dist-types/runtimeConfig.d.ts +5 -2
- package/dist-types/runtimeConfig.native.d.ts +5 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/GreengrassClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateRoleToGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateServiceRoleToAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConnectorDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoreDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDeviceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFunctionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGroupCertificateAuthorityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGroupVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLoggerDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateResourceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSoftwareUpdateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateRoleFromGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateServiceRoleFromAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssociatedRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBulkDeploymentStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectivityInfoCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConnectorDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoreDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeploymentStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDeviceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFunctionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupCertificateAuthorityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupCertificateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLoggerDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetResourceDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetServiceRoleForAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSubscriptionDefinitionVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetThingRuntimeConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBulkDeploymentDetailedReportsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBulkDeploymentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConnectorDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConnectorDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCoreDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCoreDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeviceDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDeviceDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFunctionDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGroupCertificateAuthoritiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGroupVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLoggerDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLoggerDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourceDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSubscriptionDefinitionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetDeploymentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartBulkDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopBulkDeploymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityInfoCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectorDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateCoreDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDeviceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFunctionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGroupCertificateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLoggerDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateResourceDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionDefinitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateThingRuntimeConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +34 -33
- package/dist-cjs/endpoints.js +0 -179
- package/dist-es/endpoints.js +0 -175
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
3
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
@@ -12,15 +11,30 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
|
12
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
12
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
13
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
export const getRuntimeConfig = (config) => {
|
|
15
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
16
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
17
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
+
return {
|
|
19
|
+
...clientSharedValues,
|
|
20
|
+
...config,
|
|
21
|
+
runtime: "browser",
|
|
22
|
+
defaultsMode,
|
|
23
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
24
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
25
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
26
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
29
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
30
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
31
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
32
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
33
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
35
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
36
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
37
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
39
|
+
};
|
|
26
40
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
3
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
@@ -15,16 +14,35 @@ import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shar
|
|
|
15
14
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
15
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
16
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
18
|
-
export
|
|
19
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
export const getRuntimeConfig = (config) => {
|
|
20
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
21
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
22
|
+
return {
|
|
23
|
+
...clientSharedValues,
|
|
24
|
+
...config,
|
|
25
|
+
runtime: "node",
|
|
26
|
+
defaultsMode,
|
|
27
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
28
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
29
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
|
|
31
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
34
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
35
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: config?.retryMode ??
|
|
37
|
+
loadNodeConfig({
|
|
38
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
39
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
40
|
+
}),
|
|
41
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
42
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
45
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
46
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
47
|
+
};
|
|
30
48
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
1
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
2
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export const getRuntimeConfig = (config) => {
|
|
4
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
5
|
+
return {
|
|
6
|
+
...browserDefaults,
|
|
7
|
+
...config,
|
|
8
|
+
runtime: "react-native",
|
|
9
|
+
sha256: config?.sha256 ?? Sha256,
|
|
10
|
+
};
|
|
8
11
|
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
|
-
});
|
|
13
|
-
};
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
|
+
export const getRuntimeConfig = (config) => ({
|
|
4
|
+
apiVersion: "2017-06-07",
|
|
5
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
7
|
+
logger: config?.logger ?? {},
|
|
8
|
+
serviceId: config?.serviceId ?? "Greengrass",
|
|
9
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
10
|
+
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput } from "./commands/AssociateRoleToGroupCommand";
|
|
10
11
|
import { AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput } from "./commands/AssociateServiceRoleToAccountCommand";
|
|
11
12
|
import { CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput } from "./commands/CreateConnectorDefinitionCommand";
|
|
@@ -98,6 +99,7 @@ import { UpdateLoggerDefinitionCommandInput, UpdateLoggerDefinitionCommandOutput
|
|
|
98
99
|
import { UpdateResourceDefinitionCommandInput, UpdateResourceDefinitionCommandOutput } from "./commands/UpdateResourceDefinitionCommand";
|
|
99
100
|
import { UpdateSubscriptionDefinitionCommandInput, UpdateSubscriptionDefinitionCommandOutput } from "./commands/UpdateSubscriptionDefinitionCommand";
|
|
100
101
|
import { UpdateThingRuntimeConfigurationCommandInput, UpdateThingRuntimeConfigurationCommandOutput } from "./commands/UpdateThingRuntimeConfigurationCommand";
|
|
102
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
101
103
|
export declare type ServiceInputTypes = AssociateRoleToGroupCommandInput | AssociateServiceRoleToAccountCommandInput | CreateConnectorDefinitionCommandInput | CreateConnectorDefinitionVersionCommandInput | CreateCoreDefinitionCommandInput | CreateCoreDefinitionVersionCommandInput | CreateDeploymentCommandInput | CreateDeviceDefinitionCommandInput | CreateDeviceDefinitionVersionCommandInput | CreateFunctionDefinitionCommandInput | CreateFunctionDefinitionVersionCommandInput | CreateGroupCertificateAuthorityCommandInput | CreateGroupCommandInput | CreateGroupVersionCommandInput | CreateLoggerDefinitionCommandInput | CreateLoggerDefinitionVersionCommandInput | CreateResourceDefinitionCommandInput | CreateResourceDefinitionVersionCommandInput | CreateSoftwareUpdateJobCommandInput | CreateSubscriptionDefinitionCommandInput | CreateSubscriptionDefinitionVersionCommandInput | DeleteConnectorDefinitionCommandInput | DeleteCoreDefinitionCommandInput | DeleteDeviceDefinitionCommandInput | DeleteFunctionDefinitionCommandInput | DeleteGroupCommandInput | DeleteLoggerDefinitionCommandInput | DeleteResourceDefinitionCommandInput | DeleteSubscriptionDefinitionCommandInput | DisassociateRoleFromGroupCommandInput | DisassociateServiceRoleFromAccountCommandInput | GetAssociatedRoleCommandInput | GetBulkDeploymentStatusCommandInput | GetConnectivityInfoCommandInput | GetConnectorDefinitionCommandInput | GetConnectorDefinitionVersionCommandInput | GetCoreDefinitionCommandInput | GetCoreDefinitionVersionCommandInput | GetDeploymentStatusCommandInput | GetDeviceDefinitionCommandInput | GetDeviceDefinitionVersionCommandInput | GetFunctionDefinitionCommandInput | GetFunctionDefinitionVersionCommandInput | GetGroupCertificateAuthorityCommandInput | GetGroupCertificateConfigurationCommandInput | GetGroupCommandInput | GetGroupVersionCommandInput | GetLoggerDefinitionCommandInput | GetLoggerDefinitionVersionCommandInput | GetResourceDefinitionCommandInput | GetResourceDefinitionVersionCommandInput | GetServiceRoleForAccountCommandInput | GetSubscriptionDefinitionCommandInput | GetSubscriptionDefinitionVersionCommandInput | GetThingRuntimeConfigurationCommandInput | ListBulkDeploymentDetailedReportsCommandInput | ListBulkDeploymentsCommandInput | ListConnectorDefinitionVersionsCommandInput | ListConnectorDefinitionsCommandInput | ListCoreDefinitionVersionsCommandInput | ListCoreDefinitionsCommandInput | ListDeploymentsCommandInput | ListDeviceDefinitionVersionsCommandInput | ListDeviceDefinitionsCommandInput | ListFunctionDefinitionVersionsCommandInput | ListFunctionDefinitionsCommandInput | ListGroupCertificateAuthoritiesCommandInput | ListGroupVersionsCommandInput | ListGroupsCommandInput | ListLoggerDefinitionVersionsCommandInput | ListLoggerDefinitionsCommandInput | ListResourceDefinitionVersionsCommandInput | ListResourceDefinitionsCommandInput | ListSubscriptionDefinitionVersionsCommandInput | ListSubscriptionDefinitionsCommandInput | ListTagsForResourceCommandInput | ResetDeploymentsCommandInput | StartBulkDeploymentCommandInput | StopBulkDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectivityInfoCommandInput | UpdateConnectorDefinitionCommandInput | UpdateCoreDefinitionCommandInput | UpdateDeviceDefinitionCommandInput | UpdateFunctionDefinitionCommandInput | UpdateGroupCertificateConfigurationCommandInput | UpdateGroupCommandInput | UpdateLoggerDefinitionCommandInput | UpdateResourceDefinitionCommandInput | UpdateSubscriptionDefinitionCommandInput | UpdateThingRuntimeConfigurationCommandInput;
|
|
102
104
|
export declare type ServiceOutputTypes = AssociateRoleToGroupCommandOutput | AssociateServiceRoleToAccountCommandOutput | CreateConnectorDefinitionCommandOutput | CreateConnectorDefinitionVersionCommandOutput | CreateCoreDefinitionCommandOutput | CreateCoreDefinitionVersionCommandOutput | CreateDeploymentCommandOutput | CreateDeviceDefinitionCommandOutput | CreateDeviceDefinitionVersionCommandOutput | CreateFunctionDefinitionCommandOutput | CreateFunctionDefinitionVersionCommandOutput | CreateGroupCertificateAuthorityCommandOutput | CreateGroupCommandOutput | CreateGroupVersionCommandOutput | CreateLoggerDefinitionCommandOutput | CreateLoggerDefinitionVersionCommandOutput | CreateResourceDefinitionCommandOutput | CreateResourceDefinitionVersionCommandOutput | CreateSoftwareUpdateJobCommandOutput | CreateSubscriptionDefinitionCommandOutput | CreateSubscriptionDefinitionVersionCommandOutput | DeleteConnectorDefinitionCommandOutput | DeleteCoreDefinitionCommandOutput | DeleteDeviceDefinitionCommandOutput | DeleteFunctionDefinitionCommandOutput | DeleteGroupCommandOutput | DeleteLoggerDefinitionCommandOutput | DeleteResourceDefinitionCommandOutput | DeleteSubscriptionDefinitionCommandOutput | DisassociateRoleFromGroupCommandOutput | DisassociateServiceRoleFromAccountCommandOutput | GetAssociatedRoleCommandOutput | GetBulkDeploymentStatusCommandOutput | GetConnectivityInfoCommandOutput | GetConnectorDefinitionCommandOutput | GetConnectorDefinitionVersionCommandOutput | GetCoreDefinitionCommandOutput | GetCoreDefinitionVersionCommandOutput | GetDeploymentStatusCommandOutput | GetDeviceDefinitionCommandOutput | GetDeviceDefinitionVersionCommandOutput | GetFunctionDefinitionCommandOutput | GetFunctionDefinitionVersionCommandOutput | GetGroupCertificateAuthorityCommandOutput | GetGroupCertificateConfigurationCommandOutput | GetGroupCommandOutput | GetGroupVersionCommandOutput | GetLoggerDefinitionCommandOutput | GetLoggerDefinitionVersionCommandOutput | GetResourceDefinitionCommandOutput | GetResourceDefinitionVersionCommandOutput | GetServiceRoleForAccountCommandOutput | GetSubscriptionDefinitionCommandOutput | GetSubscriptionDefinitionVersionCommandOutput | GetThingRuntimeConfigurationCommandOutput | ListBulkDeploymentDetailedReportsCommandOutput | ListBulkDeploymentsCommandOutput | ListConnectorDefinitionVersionsCommandOutput | ListConnectorDefinitionsCommandOutput | ListCoreDefinitionVersionsCommandOutput | ListCoreDefinitionsCommandOutput | ListDeploymentsCommandOutput | ListDeviceDefinitionVersionsCommandOutput | ListDeviceDefinitionsCommandOutput | ListFunctionDefinitionVersionsCommandOutput | ListFunctionDefinitionsCommandOutput | ListGroupCertificateAuthoritiesCommandOutput | ListGroupVersionsCommandOutput | ListGroupsCommandOutput | ListLoggerDefinitionVersionsCommandOutput | ListLoggerDefinitionsCommandOutput | ListResourceDefinitionVersionsCommandOutput | ListResourceDefinitionsCommandOutput | ListSubscriptionDefinitionVersionsCommandOutput | ListSubscriptionDefinitionsCommandOutput | ListTagsForResourceCommandOutput | ResetDeploymentsCommandOutput | StartBulkDeploymentCommandOutput | StopBulkDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectivityInfoCommandOutput | UpdateConnectorDefinitionCommandOutput | UpdateCoreDefinitionCommandOutput | UpdateDeviceDefinitionCommandOutput | UpdateFunctionDefinitionCommandOutput | UpdateGroupCertificateConfigurationCommandOutput | UpdateGroupCommandOutput | UpdateLoggerDefinitionCommandOutput | UpdateResourceDefinitionCommandOutput | UpdateSubscriptionDefinitionCommandOutput | UpdateThingRuntimeConfigurationCommandOutput;
|
|
103
105
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -190,11 +192,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
190
192
|
* @internal
|
|
191
193
|
*/
|
|
192
194
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
193
|
-
/**
|
|
194
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
198
195
|
/**
|
|
199
196
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
200
197
|
* @internal
|
|
@@ -205,13 +202,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
205
202
|
*/
|
|
206
203
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
207
204
|
}
|
|
208
|
-
declare type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
205
|
+
declare type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
209
206
|
/**
|
|
210
207
|
* The configuration interface of GreengrassClient class constructor that set the region, credentials and other options.
|
|
211
208
|
*/
|
|
212
209
|
export interface GreengrassClientConfig extends GreengrassClientConfigType {
|
|
213
210
|
}
|
|
214
|
-
declare type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
211
|
+
declare type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
215
212
|
/**
|
|
216
213
|
* The resolved configuration interface of GreengrassClient class. This is resolved and normalized from the {@link GreengrassClientConfig | constructor configuration interface}.
|
|
217
214
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface AssociateRoleToGroupCommandOutput extends AssociateRoleToGroupR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateRoleToGroupCommand extends $Command<AssociateRoleToGroupCommandInput, AssociateRoleToGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateRoleToGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateRoleToGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface AssociateServiceRoleToAccountCommandOutput extends AssociateSer
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AssociateServiceRoleToAccountCommand extends $Command<AssociateServiceRoleToAccountCommandInput, AssociateServiceRoleToAccountCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: AssociateServiceRoleToAccountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateServiceRoleToAccountCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateConnectorDefinitionCommandOutput extends CreateConnectorD
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateConnectorDefinitionCommand extends $Command<CreateConnectorDefinitionCommandInput, CreateConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateConnectorDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConnectorDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateConnectorDefinitionVersionCommandOutput extends CreateCon
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateConnectorDefinitionVersionCommand extends $Command<CreateConnectorDefinitionVersionCommandInput, CreateConnectorDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateConnectorDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConnectorDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateCoreDefinitionCommandOutput extends CreateCoreDefinitionR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateCoreDefinitionCommand extends $Command<CreateCoreDefinitionCommandInput, CreateCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateCoreDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCoreDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateCoreDefinitionVersionCommandOutput extends CreateCoreDefi
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateCoreDefinitionVersionCommand extends $Command<CreateCoreDefinitionVersionCommandInput, CreateCoreDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateCoreDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateCoreDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateDeploymentCommandOutput extends CreateDeploymentResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateDeploymentCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDeploymentCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateDeviceDefinitionCommandOutput extends CreateDeviceDefinit
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateDeviceDefinitionCommand extends $Command<CreateDeviceDefinitionCommandInput, CreateDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateDeviceDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDeviceDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateDeviceDefinitionVersionCommandOutput extends CreateDevice
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateDeviceDefinitionVersionCommand extends $Command<CreateDeviceDefinitionVersionCommandInput, CreateDeviceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateDeviceDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateDeviceDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateFunctionDefinitionCommandOutput extends CreateFunctionDef
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateFunctionDefinitionCommand extends $Command<CreateFunctionDefinitionCommandInput, CreateFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateFunctionDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateFunctionDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateFunctionDefinitionVersionCommandOutput extends CreateFunc
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateFunctionDefinitionVersionCommand extends $Command<CreateFunctionDefinitionVersionCommandInput, CreateFunctionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateFunctionDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateFunctionDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateGroupCertificateAuthorityCommandOutput extends CreateGrou
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateGroupCertificateAuthorityCommand extends $Command<CreateGroupCertificateAuthorityCommandInput, CreateGroupCertificateAuthorityCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateGroupCertificateAuthorityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateGroupCertificateAuthorityCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateGroupVersionCommandOutput extends CreateGroupVersionRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateGroupVersionCommand extends $Command<CreateGroupVersionCommandInput, CreateGroupVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateGroupVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateGroupVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateLoggerDefinitionCommandOutput extends CreateLoggerDefinit
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLoggerDefinitionCommand extends $Command<CreateLoggerDefinitionCommandInput, CreateLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLoggerDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLoggerDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateLoggerDefinitionVersionCommandOutput extends CreateLogger
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateLoggerDefinitionVersionCommand extends $Command<CreateLoggerDefinitionVersionCommandInput, CreateLoggerDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateLoggerDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateLoggerDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateResourceDefinitionCommandOutput extends CreateResourceDef
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateResourceDefinitionCommand extends $Command<CreateResourceDefinitionCommandInput, CreateResourceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateResourceDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateResourceDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateResourceDefinitionVersionCommandOutput extends CreateReso
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateResourceDefinitionVersionCommand extends $Command<CreateResourceDefinitionVersionCommandInput, CreateResourceDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateResourceDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateResourceDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateSoftwareUpdateJobCommandOutput extends CreateSoftwareUpda
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateSoftwareUpdateJobCommand extends $Command<CreateSoftwareUpdateJobCommandInput, CreateSoftwareUpdateJobCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateSoftwareUpdateJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSoftwareUpdateJobCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateSubscriptionDefinitionCommandOutput extends CreateSubscri
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateSubscriptionDefinitionCommand extends $Command<CreateSubscriptionDefinitionCommandInput, CreateSubscriptionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateSubscriptionDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSubscriptionDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface CreateSubscriptionDefinitionVersionCommandOutput extends Create
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class CreateSubscriptionDefinitionVersionCommand extends $Command<CreateSubscriptionDefinitionVersionCommandInput, CreateSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: CreateSubscriptionDefinitionVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateSubscriptionDefinitionVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteConnectorDefinitionCommandOutput extends DeleteConnectorD
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteConnectorDefinitionCommand extends $Command<DeleteConnectorDefinitionCommandInput, DeleteConnectorDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteConnectorDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteConnectorDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteCoreDefinitionCommandOutput extends DeleteCoreDefinitionR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteCoreDefinitionCommand extends $Command<DeleteCoreDefinitionCommandInput, DeleteCoreDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteCoreDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteCoreDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteDeviceDefinitionCommandOutput extends DeleteDeviceDefinit
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteDeviceDefinitionCommand extends $Command<DeleteDeviceDefinitionCommandInput, DeleteDeviceDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteDeviceDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteDeviceDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteFunctionDefinitionCommandOutput extends DeleteFunctionDef
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteFunctionDefinitionCommand extends $Command<DeleteFunctionDefinitionCommandInput, DeleteFunctionDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteFunctionDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteFunctionDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GreengrassClient";
|
|
@@ -25,6 +26,7 @@ export interface DeleteLoggerDefinitionCommandOutput extends DeleteLoggerDefinit
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteLoggerDefinitionCommand extends $Command<DeleteLoggerDefinitionCommandInput, DeleteLoggerDefinitionCommandOutput, GreengrassClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteLoggerDefinitionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteLoggerDefinitionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|