/proc/self/root/var/runtime/node_modules/@aws-sdk/client-greengrassv2/dist-cjs
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var GreengrassV2ServiceException = require('./models/GreengrassV2ServiceException'); const resolveClientEndpointParameters = (options) => { return Object.assign(options, { useDualstackEndpoint: options.useDualstackEndpoint ?? false, useFipsEndpoint: options.useFipsEndpoint ?? false, defaultSigningName: "greengrass", });};const commonParams = { UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" }, Endpoint: { type: "builtInParams", name: "endpoint" }, Region: { type: "builtInParams", name: "region" }, UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => { const _httpAuthSchemes = runtimeConfig.httpAuthSchemes; let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider; let _credentials = runtimeConfig.credentials; return { setHttpAuthScheme(httpAuthScheme) { const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId); if (index === -1) { _httpAuthSchemes.push(httpAuthScheme); } else { _httpAuthSchemes.splice(index, 1, httpAuthScheme); } }, httpAuthSchemes() { return _httpAuthSchemes; }, setHttpAuthSchemeProvider(httpAuthSchemeProvider) { _httpAuthSchemeProvider = httpAuthSchemeProvider; }, httpAuthSchemeProvider() { return _httpAuthSchemeProvider; }, setCredentials(credentials) { _credentials = credentials; }, credentials() { return _credentials; }, };};const resolveHttpAuthRuntimeConfig = (config) => { return { httpAuthSchemes: config.httpAuthSchemes(), httpAuthSchemeProvider: config.httpAuthSchemeProvider(), credentials: config.credentials(), };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => { const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig)); extensions.forEach((extension) => extension.configure(extensionConfiguration)); return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class GreengrassV2Client extends client.Client { config; constructor(...[configuration]) { const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {}); super(_config_0); this.initConfig = _config_0; const _config_1 = resolveClientEndpointParameters(_config_0); const _config_2 = client$1.resolveUserAgentConfig(_config_1); const _config_3 = retry.resolveRetryConfig(_config_2); const _config_4 = config.resolveRegionConfig(_config_3); const _config_5 = client$1.resolveHostHeaderConfig(_config_4); const _config_6 = endpoints.resolveEndpointConfig(_config_5); const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6); const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []); this.config = _config_8; this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config)); this.middlewareStack.use(client$1.getUserAgentPlugin(this.config)); this.middlewareStack.use(retry.getRetryPlugin(this.config)); this.middlewareStack.use(protocols.getContentLengthPlugin(this.config)); this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config)); this.middlewareStack.use(client$1.getLoggerPlugin(this.config)); this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config)); this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, { httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultGreengrassV2HttpAuthSchemeParametersProvider, identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({ "aws.auth#sigv4": config.credentials, }), })); this.middlewareStack.use(core.getHttpSigningPlugin(this.config)); } destroy() { super.destroy(); }} class AssociateServiceRoleToAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "AssociateServiceRoleToAccount", {}) .n("GreengrassV2Client", "AssociateServiceRoleToAccountCommand") .sc(schemas_0.AssociateServiceRoleToAccount$) .build() {} class BatchAssociateClientDeviceWithCoreDeviceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "BatchAssociateClientDeviceWithCoreDevice", {}) .n("GreengrassV2Client", "BatchAssociateClientDeviceWithCoreDeviceCommand") .sc(schemas_0.BatchAssociateClientDeviceWithCoreDevice$) .build() {} class BatchDisassociateClientDeviceFromCoreDeviceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "BatchDisassociateClientDeviceFromCoreDevice", {}) .n("GreengrassV2Client", "BatchDisassociateClientDeviceFromCoreDeviceCommand") .sc(schemas_0.BatchDisassociateClientDeviceFromCoreDevice$) .build() {} class CancelDeploymentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "CancelDeployment", {}) .n("GreengrassV2Client", "CancelDeploymentCommand") .sc(schemas_0.CancelDeployment$) .build() {} class CreateComponentVersionCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "CreateComponentVersion", {}) .n("GreengrassV2Client", "CreateComponentVersionCommand") .sc(schemas_0.CreateComponentVersion$) .build() {} class CreateDeploymentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "CreateDeployment", {}) .n("GreengrassV2Client", "CreateDeploymentCommand") .sc(schemas_0.CreateDeployment$) .build() {} class DeleteComponentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "DeleteComponent", {}) .n("GreengrassV2Client", "DeleteComponentCommand") .sc(schemas_0.DeleteComponent$) .build() {} class DeleteCoreDeviceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "DeleteCoreDevice", {}) .n("GreengrassV2Client", "DeleteCoreDeviceCommand") .sc(schemas_0.DeleteCoreDevice$) .build() {} class DeleteDeploymentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "DeleteDeployment", {}) .n("GreengrassV2Client", "DeleteDeploymentCommand") .sc(schemas_0.DeleteDeployment$) .build() {} class DescribeComponentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "DescribeComponent", {}) .n("GreengrassV2Client", "DescribeComponentCommand") .sc(schemas_0.DescribeComponent$) .build() {} class DisassociateServiceRoleFromAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "DisassociateServiceRoleFromAccount", {}) .n("GreengrassV2Client", "DisassociateServiceRoleFromAccountCommand") .sc(schemas_0.DisassociateServiceRoleFromAccount$) .build() {} class GetComponentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetComponent", {}) .n("GreengrassV2Client", "GetComponentCommand") .sc(schemas_0.GetComponent$) .build() {} class GetComponentVersionArtifactCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetComponentVersionArtifact", {}) .n("GreengrassV2Client", "GetComponentVersionArtifactCommand") .sc(schemas_0.GetComponentVersionArtifact$) .build() {} class GetConnectivityInfoCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetConnectivityInfo", {}) .n("GreengrassV2Client", "GetConnectivityInfoCommand") .sc(schemas_0.GetConnectivityInfo$) .build() {} class GetCoreDeviceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetCoreDevice", {}) .n("GreengrassV2Client", "GetCoreDeviceCommand") .sc(schemas_0.GetCoreDevice$) .build() {} class GetDeploymentCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetDeployment", {}) .n("GreengrassV2Client", "GetDeploymentCommand") .sc(schemas_0.GetDeployment$) .build() {} class GetServiceRoleForAccountCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "GetServiceRoleForAccount", {}) .n("GreengrassV2Client", "GetServiceRoleForAccountCommand") .sc(schemas_0.GetServiceRoleForAccount$) .build() {} class ListClientDevicesAssociatedWithCoreDeviceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListClientDevicesAssociatedWithCoreDevice", {}) .n("GreengrassV2Client", "ListClientDevicesAssociatedWithCoreDeviceCommand") .sc(schemas_0.ListClientDevicesAssociatedWithCoreDevice$) .build() {} class ListComponentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListComponents", {}) .n("GreengrassV2Client", "ListComponentsCommand") .sc(schemas_0.ListComponents$) .build() {} class ListComponentVersionsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListComponentVersions", {}) .n("GreengrassV2Client", "ListComponentVersionsCommand") .sc(schemas_0.ListComponentVersions$) .build() {} class ListCoreDevicesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListCoreDevices", {}) .n("GreengrassV2Client", "ListCoreDevicesCommand") .sc(schemas_0.ListCoreDevices$) .build() {} class ListDeploymentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListDeployments", {}) .n("GreengrassV2Client", "ListDeploymentsCommand") .sc(schemas_0.ListDeployments$) .build() {} class ListEffectiveDeploymentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListEffectiveDeployments", {}) .n("GreengrassV2Client", "ListEffectiveDeploymentsCommand") .sc(schemas_0.ListEffectiveDeployments$) .build() {} class ListInstalledComponentsCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListInstalledComponents", {}) .n("GreengrassV2Client", "ListInstalledComponentsCommand") .sc(schemas_0.ListInstalledComponents$) .build() {} class ListTagsForResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ListTagsForResource", {}) .n("GreengrassV2Client", "ListTagsForResourceCommand") .sc(schemas_0.ListTagsForResource$) .build() {} class ResolveComponentCandidatesCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "ResolveComponentCandidates", {}) .n("GreengrassV2Client", "ResolveComponentCandidatesCommand") .sc(schemas_0.ResolveComponentCandidates$) .build() {} class TagResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "TagResource", {}) .n("GreengrassV2Client", "TagResourceCommand") .sc(schemas_0.TagResource$) .build() {} class UntagResourceCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "UntagResource", {}) .n("GreengrassV2Client", "UntagResourceCommand") .sc(schemas_0.UntagResource$) .build() {} class UpdateConnectivityInfoCommand extends client.Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];}) .s("GreengrassV2", "UpdateConnectivityInfo", {}) .n("GreengrassV2Client", "UpdateConnectivityInfoCommand") .sc(schemas_0.UpdateConnectivityInfo$) .build() {} const paginateListClientDevicesAssociatedWithCoreDevice = core.createPaginator(GreengrassV2Client, ListClientDevicesAssociatedWithCoreDeviceCommand, "nextToken", "nextToken", "maxResults"); const paginateListComponents = core.createPaginator(GreengrassV2Client, ListComponentsCommand, "nextToken", "nextToken", "maxResults"); const paginateListComponentVersions = core.createPaginator(GreengrassV2Client, ListComponentVersionsCommand, "nextToken", "nextToken", "maxResults"); const paginateListCoreDevices = core.createPaginator(GreengrassV2Client, ListCoreDevicesCommand, "nextToken", "nextToken", "maxResults"); const paginateListDeployments = core.createPaginator(GreengrassV2Client, ListDeploymentsCommand, "nextToken", "nextToken", "maxResults"); const paginateListEffectiveDeployments = core.createPaginator(GreengrassV2Client, ListEffectiveDeploymentsCommand, "nextToken", "nextToken", "maxResults"); const paginateListInstalledComponents = core.createPaginator(GreengrassV2Client, ListInstalledComponentsCommand, "nextToken", "nextToken", "maxResults"); const commands = { AssociateServiceRoleToAccountCommand, BatchAssociateClientDeviceWithCoreDeviceCommand, BatchDisassociateClientDeviceFromCoreDeviceCommand, CancelDeploymentCommand, CreateComponentVersionCommand, CreateDeploymentCommand, DeleteComponentCommand, DeleteCoreDeviceCommand, DeleteDeploymentCommand, DescribeComponentCommand, DisassociateServiceRoleFromAccountCommand, GetComponentCommand, GetComponentVersionArtifactCommand, GetConnectivityInfoCommand, GetCoreDeviceCommand, GetDeploymentCommand, GetServiceRoleForAccountCommand, ListClientDevicesAssociatedWithCoreDeviceCommand, ListComponentsCommand, ListComponentVersionsCommand, ListCoreDevicesCommand, ListDeploymentsCommand, ListEffectiveDeploymentsCommand, ListInstalledComponentsCommand, ListTagsForResourceCommand, ResolveComponentCandidatesCommand, TagResourceCommand, UntagResourceCommand, UpdateConnectivityInfoCommand,};const paginators = { paginateListClientDevicesAssociatedWithCoreDevice, paginateListComponents, paginateListComponentVersions, paginateListCoreDevices, paginateListDeployments, paginateListEffectiveDeployments, paginateListInstalledComponents,};class GreengrassV2 extends GreengrassV2Client {}client.createAggregatedClient(commands, GreengrassV2, { paginators }); const ValidationExceptionReason = { CANNOT_PARSE: "CANNOT_PARSE", FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED", OTHER: "OTHER", UNKNOWN_OPERATION: "UNKNOWN_OPERATION",};const CloudComponentState = { DEPLOYABLE: "DEPLOYABLE", DEPRECATED: "DEPRECATED", FAILED: "FAILED", INITIATED: "INITIATED", REQUESTED: "REQUESTED",};const VendorGuidance = { ACTIVE: "ACTIVE", DELETED: "DELETED", DISCONTINUED: "DISCONTINUED",};const ComponentDependencyType = { HARD: "HARD", SOFT: "SOFT",};const ComponentVisibilityScope = { PRIVATE: "PRIVATE", PUBLIC: "PUBLIC",};const CoreDeviceStatus = { HEALTHY: "HEALTHY", UNHEALTHY: "UNHEALTHY",};const LambdaEventSourceType = { IOT_CORE: "IOT_CORE", PUB_SUB: "PUB_SUB",};const LambdaInputPayloadEncodingType = { BINARY: "binary", JSON: "json",};const LambdaFilesystemPermission = { RO: "ro", RW: "rw",};const LambdaIsolationMode = { GREENGRASS_CONTAINER: "GreengrassContainer", NO_CONTAINER: "NoContainer",};const DeploymentComponentUpdatePolicyAction = { NOTIFY_COMPONENTS: "NOTIFY_COMPONENTS", SKIP_NOTIFY_COMPONENTS: "SKIP_NOTIFY_COMPONENTS",};const DeploymentFailureHandlingPolicy = { DO_NOTHING: "DO_NOTHING", ROLLBACK: "ROLLBACK",};const IoTJobAbortAction = { CANCEL: "CANCEL",};const IoTJobExecutionFailureType = { ALL: "ALL", FAILED: "FAILED", REJECTED: "REJECTED", TIMED_OUT: "TIMED_OUT",};const DeploymentStatus = { ACTIVE: "ACTIVE", CANCELED: "CANCELED", COMPLETED: "COMPLETED", FAILED: "FAILED", INACTIVE: "INACTIVE",};const DeploymentHistoryFilter = { ALL: "ALL", LATEST_ONLY: "LATEST_ONLY",};const EffectiveDeploymentExecutionStatus = { CANCELED: "CANCELED", COMPLETED: "COMPLETED", FAILED: "FAILED", IN_PROGRESS: "IN_PROGRESS", QUEUED: "QUEUED", REJECTED: "REJECTED", SUCCEEDED: "SUCCEEDED", TIMED_OUT: "TIMED_OUT",};const RecipeOutputFormat = { JSON: "JSON", YAML: "YAML",};const IotEndpointType = { fips: "fips", standard: "standard",};const S3EndpointType = { GLOBAL: "GLOBAL", REGIONAL: "REGIONAL",};const InstalledComponentTopologyFilter = { ALL: "ALL", ROOT: "ROOT",};const InstalledComponentLifecycleState = { BROKEN: "BROKEN", ERRORED: "ERRORED", FINISHED: "FINISHED", INSTALLED: "INSTALLED", NEW: "NEW", RUNNING: "RUNNING", STARTING: "STARTING", STOPPING: "STOPPING",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.GreengrassV2ServiceException = GreengrassV2ServiceException.GreengrassV2ServiceException;exports.AssociateServiceRoleToAccountCommand = AssociateServiceRoleToAccountCommand;exports.BatchAssociateClientDeviceWithCoreDeviceCommand = BatchAssociateClientDeviceWithCoreDeviceCommand;exports.BatchDisassociateClientDeviceFromCoreDeviceCommand = BatchDisassociateClientDeviceFromCoreDeviceCommand;exports.CancelDeploymentCommand = CancelDeploymentCommand;exports.CloudComponentState = CloudComponentState;exports.ComponentDependencyType = ComponentDependencyType;exports.ComponentVisibilityScope = ComponentVisibilityScope;exports.CoreDeviceStatus = CoreDeviceStatus;exports.CreateComponentVersionCommand = CreateComponentVersionCommand;exports.CreateDeploymentCommand = CreateDeploymentCommand;exports.DeleteComponentCommand = DeleteComponentCommand;exports.DeleteCoreDeviceCommand = DeleteCoreDeviceCommand;exports.DeleteDeploymentCommand = DeleteDeploymentCommand;exports.DeploymentComponentUpdatePolicyAction = DeploymentComponentUpdatePolicyAction;exports.DeploymentFailureHandlingPolicy = DeploymentFailureHandlingPolicy;exports.DeploymentHistoryFilter = DeploymentHistoryFilter;exports.DeploymentStatus = DeploymentStatus;exports.DescribeComponentCommand = DescribeComponentCommand;exports.DisassociateServiceRoleFromAccountCommand = DisassociateServiceRoleFromAccountCommand;exports.EffectiveDeploymentExecutionStatus = EffectiveDeploymentExecutionStatus;exports.GetComponentCommand = GetComponentCommand;exports.GetComponentVersionArtifactCommand = GetComponentVersionArtifactCommand;exports.GetConnectivityInfoCommand = GetConnectivityInfoCommand;exports.GetCoreDeviceCommand = GetCoreDeviceCommand;exports.GetDeploymentCommand = GetDeploymentCommand;exports.GetServiceRoleForAccountCommand = GetServiceRoleForAccountCommand;exports.GreengrassV2 = GreengrassV2;exports.GreengrassV2Client = GreengrassV2Client;exports.InstalledComponentLifecycleState = InstalledComponentLifecycleState;exports.InstalledComponentTopologyFilter = InstalledComponentTopologyFilter;exports.IoTJobAbortAction = IoTJobAbortAction;exports.IoTJobExecutionFailureType = IoTJobExecutionFailureType;exports.IotEndpointType = IotEndpointType;exports.LambdaEventSourceType = LambdaEventSourceType;exports.LambdaFilesystemPermission = LambdaFilesystemPermission;exports.LambdaInputPayloadEncodingType = LambdaInputPayloadEncodingType;exports.LambdaIsolationMode = LambdaIsolationMode;exports.ListClientDevicesAssociatedWithCoreDeviceCommand = ListClientDevicesAssociatedWithCoreDeviceCommand;exports.ListComponentVersionsCommand = ListComponentVersionsCommand;exports.ListComponentsCommand = ListComponentsCommand;exports.ListCoreDevicesCommand = ListCoreDevicesCommand;exports.ListDeploymentsCommand = ListDeploymentsCommand;exports.ListEffectiveDeploymentsCommand = ListEffectiveDeploymentsCommand;exports.ListInstalledComponentsCommand = ListInstalledComponentsCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.RecipeOutputFormat = RecipeOutputFormat;exports.ResolveComponentCandidatesCommand = ResolveComponentCandidatesCommand;exports.S3EndpointType = S3EndpointType;exports.TagResourceCommand = TagResourceCommand;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateConnectivityInfoCommand = UpdateConnectivityInfoCommand;exports.ValidationExceptionReason = ValidationExceptionReason;exports.VendorGuidance = VendorGuidance;exports.paginateListClientDevicesAssociatedWithCoreDevice = paginateListClientDevicesAssociatedWithCoreDevice;exports.paginateListComponentVersions = paginateListComponentVersions;exports.paginateListComponents = paginateListComponents;exports.paginateListCoreDevices = paginateListCoreDevices;exports.paginateListDeployments = paginateListDeployments;exports.paginateListEffectiveDeployments = paginateListEffectiveDeployments;exports.paginateListInstalledComponents = paginateListInstalledComponents;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') && !Object.prototype.hasOwnProperty.call(exports, '__proto__') && Object.defineProperty(exports, '__proto__', { enumerable: true, value: schemas_0['__proto__'] }); Object.keys(schemas_0).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') && !Object.prototype.hasOwnProperty.call(exports, '__proto__') && Object.defineProperty(exports, '__proto__', { enumerable: true, value: errors['__proto__'] }); Object.keys(errors).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});