mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+983
-2
File diff suppressed because it is too large
Load Diff
+217
-33
@@ -1,17 +1,19 @@
|
||||
{
|
||||
"version" : "2.0",
|
||||
"service" : "AWS Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.",
|
||||
"service" : "AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally.",
|
||||
"operations" : {
|
||||
"AssociateRoleToGroup" : "Associates a role with a group. Your AWS Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.",
|
||||
"AssociateServiceRoleToAccount" : "Associates a role with your account. AWS Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.",
|
||||
"CreateCoreDefinition" : "Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. AWS Greengrass groups must each contain exactly one AWS Greengrass core.",
|
||||
"CreateCoreDefinitionVersion" : "Creates a version of a core definition that has already been defined. AWS Greengrass groups must each contain exactly one AWS Greengrass core.",
|
||||
"CreateDeployment" : "Creates a deployment.",
|
||||
"AssociateRoleToGroup" : "Associates a role with a group. Your Greengrass core will use the role to access AWS cloud services. The role's permissions should allow Greengrass core Lambda functions to perform actions against the cloud.",
|
||||
"AssociateServiceRoleToAccount" : "Associates a role with your account. AWS IoT Greengrass will use the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. The role must have at least minimum permissions in the policy ''AWSGreengrassResourceAccessRolePolicy''.",
|
||||
"CreateConnectorDefinition" : "Creates a connector definition. You may provide the initial version of the connector definition now or use ''CreateConnectorDefinitionVersion'' at a later time.",
|
||||
"CreateConnectorDefinitionVersion" : "Creates a version of a connector definition which has already been defined.",
|
||||
"CreateCoreDefinition" : "Creates a core definition. You may provide the initial version of the core definition now or use ''CreateCoreDefinitionVersion'' at a later time. Greengrass groups must each contain exactly one Greengrass core.",
|
||||
"CreateCoreDefinitionVersion" : "Creates a version of a core definition that has already been defined. Greengrass groups must each contain exactly one Greengrass core.",
|
||||
"CreateDeployment" : "Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.",
|
||||
"CreateDeviceDefinition" : "Creates a device definition. You may provide the initial version of the device definition now or use ''CreateDeviceDefinitionVersion'' at a later time.",
|
||||
"CreateDeviceDefinitionVersion" : "Creates a version of a device definition that has already been defined.",
|
||||
"CreateFunctionDefinition" : "Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.",
|
||||
"CreateFunctionDefinitionVersion" : "Creates a version of a Lambda function definition that has already been defined.",
|
||||
"CreateGroup" : "Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time.",
|
||||
"CreateGroup" : "Creates a group. You may provide the initial version of the group or use ''CreateGroupVersion'' at a later time. Tip: You can use the ''gg_group_setup'' package (https://github.com/awslabs/aws-greengrass-group-setup) as a library or command-line application to create and deploy Greengrass groups.",
|
||||
"CreateGroupCertificateAuthority" : "Creates a CA for the group. If a CA already exists, it will rotate the existing CA.",
|
||||
"CreateGroupVersion" : "Creates a version of a group which has already been defined.",
|
||||
"CreateLoggerDefinition" : "Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.",
|
||||
@@ -21,6 +23,7 @@
|
||||
"CreateSoftwareUpdateJob" : "Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job.",
|
||||
"CreateSubscriptionDefinition" : "Creates a subscription definition. You may provide the initial version of the subscription definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.",
|
||||
"CreateSubscriptionDefinitionVersion" : "Creates a version of a subscription definition which has already been defined.",
|
||||
"DeleteConnectorDefinition" : "Deletes a connector definition.",
|
||||
"DeleteCoreDefinition" : "Deletes a core definition.",
|
||||
"DeleteDeviceDefinition" : "Deletes a device definition.",
|
||||
"DeleteFunctionDefinition" : "Deletes a Lambda function definition.",
|
||||
@@ -31,7 +34,10 @@
|
||||
"DisassociateRoleFromGroup" : "Disassociates the role from a group.",
|
||||
"DisassociateServiceRoleFromAccount" : "Disassociates the service role from your account. Without a service role, deployments will not work.",
|
||||
"GetAssociatedRole" : "Retrieves the role associated with a particular group.",
|
||||
"GetBulkDeploymentStatus" : "Returns the status of a bulk deployment.",
|
||||
"GetConnectivityInfo" : "Retrieves the connectivity information for a core.",
|
||||
"GetConnectorDefinition" : "Retrieves information about a connector definition.",
|
||||
"GetConnectorDefinitionVersion" : "Retrieves information about a connector definition version, including the connectors that the version contains. Connectors are prebuilt modules that interact with local infrastructure, device protocols, AWS, and other cloud services.",
|
||||
"GetCoreDefinition" : "Retrieves information about a core definition version.",
|
||||
"GetCoreDefinitionVersion" : "Retrieves information about a core definition version.",
|
||||
"GetDeploymentStatus" : "Returns the status of a deployment.",
|
||||
@@ -50,6 +56,10 @@
|
||||
"GetServiceRoleForAccount" : "Retrieves the service role that is attached to your account.",
|
||||
"GetSubscriptionDefinition" : "Retrieves information about a subscription definition.",
|
||||
"GetSubscriptionDefinitionVersion" : "Retrieves information about a subscription definition version.",
|
||||
"ListBulkDeploymentDetailedReports" : "Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.",
|
||||
"ListBulkDeployments" : "Returns a list of bulk deployments.",
|
||||
"ListConnectorDefinitionVersions" : "Lists the versions of a connector definition, which are containers for connectors. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.",
|
||||
"ListConnectorDefinitions" : "Retrieves a list of connector definitions.",
|
||||
"ListCoreDefinitionVersions" : "Lists the versions of a core definition.",
|
||||
"ListCoreDefinitions" : "Retrieves a list of core definitions.",
|
||||
"ListDeployments" : "Returns a history of deployments for the group.",
|
||||
@@ -66,8 +76,14 @@
|
||||
"ListResourceDefinitions" : "Retrieves a list of resource definitions.",
|
||||
"ListSubscriptionDefinitionVersions" : "Lists the versions of a subscription definition.",
|
||||
"ListSubscriptionDefinitions" : "Retrieves a list of subscription definitions.",
|
||||
"ListTagsForResource" : "Retrieves a list of resource tags for a resource arn.",
|
||||
"ResetDeployments" : "Resets a group's deployments.",
|
||||
"StartBulkDeployment" : "Deploys multiple groups in one operation. This action starts the bulk deployment of a specified set of group versions. Each group version deployment will be triggered with an adaptive rate that has a fixed upper limit. We recommend that you include an ''X-Amzn-Client-Token'' token in every ''StartBulkDeployment'' request. These requests are idempotent with respect to the token and the request parameters.",
|
||||
"StopBulkDeployment" : "Stops the execution of a bulk deployment. This action returns a status of ''Stopping'' until the deployment is stopped. You cannot start a new bulk deployment while a previous deployment is in the ''Stopping'' state. This action doesn't rollback completed deployments or cancel pending deployments.",
|
||||
"TagResource" : "Add resource tags to a Greengrass Resource. Valid resources are Group, Connector, Core, Device, Function, Logger, Subscription, and Resource Defintions, and also BulkDeploymentIds.",
|
||||
"UntagResource" : "Remove resource tags from a Greengrass Resource.",
|
||||
"UpdateConnectivityInfo" : "Updates the connectivity information for the core. Any devices that belong to the group which has this core will receive this information in order to find the location of the core and connect to it.",
|
||||
"UpdateConnectorDefinition" : "Updates a connector definition.",
|
||||
"UpdateCoreDefinition" : "Updates a core definition.",
|
||||
"UpdateDeviceDefinition" : "Updates a device definition.",
|
||||
"UpdateFunctionDefinition" : "Updates a Lambda function definition.",
|
||||
@@ -98,12 +114,60 @@
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
},
|
||||
"BulkDeployment" : {
|
||||
"base" : "Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.",
|
||||
"refs" : {
|
||||
"BulkDeployments$member" : null
|
||||
}
|
||||
},
|
||||
"BulkDeploymentMetrics" : {
|
||||
"base" : "Relevant metrics on input records processed during bulk deployment.",
|
||||
"refs" : {
|
||||
"GetBulkDeploymentStatusResponse$BulkDeploymentMetrics" : "Relevant metrics on input records processed during bulk deployment."
|
||||
}
|
||||
},
|
||||
"BulkDeploymentResult" : {
|
||||
"base" : "Information about an individual group deployment in a bulk deployment operation.",
|
||||
"refs" : {
|
||||
"BulkDeploymentResults$member" : null
|
||||
}
|
||||
},
|
||||
"BulkDeploymentResults" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListBulkDeploymentDetailedReportsResponse$Deployments" : "A list of the individual group deployments in the bulk deployment operation."
|
||||
}
|
||||
},
|
||||
"BulkDeploymentStatus" : {
|
||||
"base" : "The current status of the bulk deployment.",
|
||||
"refs" : {
|
||||
"GetBulkDeploymentStatusResponse$BulkDeploymentStatus" : "The status of the bulk deployment."
|
||||
}
|
||||
},
|
||||
"BulkDeployments" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListBulkDeploymentsResponse$BulkDeployments" : "A list of bulk deployments."
|
||||
}
|
||||
},
|
||||
"ConnectivityInfo" : {
|
||||
"base" : "Information about a Greengrass core's connectivity.",
|
||||
"refs" : {
|
||||
"__listOfConnectivityInfo$member" : null
|
||||
}
|
||||
},
|
||||
"Connector" : {
|
||||
"base" : "Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.",
|
||||
"refs" : {
|
||||
"__listOfConnector$member" : null
|
||||
}
|
||||
},
|
||||
"ConnectorDefinitionVersion" : {
|
||||
"base" : "Information about the connector definition version, which is a container for connectors.",
|
||||
"refs" : {
|
||||
"GetConnectorDefinitionVersionResponse$Definition" : "Information about the connector definition version."
|
||||
}
|
||||
},
|
||||
"Core" : {
|
||||
"base" : "Information about a core.",
|
||||
"refs" : {
|
||||
@@ -149,9 +213,10 @@
|
||||
}
|
||||
},
|
||||
"DeploymentType" : {
|
||||
"base" : null,
|
||||
"base" : "The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.",
|
||||
"refs" : {
|
||||
"CreateDeploymentRequest$DeploymentType" : "The type of deployment. When used in ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.",
|
||||
"BulkDeploymentResult$DeploymentType" : "The type of the deployment.",
|
||||
"CreateDeploymentRequest$DeploymentType" : "The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.",
|
||||
"Deployment$DeploymentType" : "The type of the deployment.",
|
||||
"GetDeploymentStatusResponse$DeploymentType" : "The type of the deployment."
|
||||
}
|
||||
@@ -201,7 +266,9 @@
|
||||
"ErrorDetails" : {
|
||||
"base" : "A list of error details.",
|
||||
"refs" : {
|
||||
"BulkDeploymentResult$ErrorDetails" : "Details about the error.",
|
||||
"GeneralError$ErrorDetails" : "Details about the error.",
|
||||
"GetBulkDeploymentStatusResponse$ErrorDetails" : "Error details",
|
||||
"GetDeploymentStatusResponse$ErrorDetails" : "Error details"
|
||||
}
|
||||
},
|
||||
@@ -223,12 +290,42 @@
|
||||
"FunctionConfiguration$Environment" : "The environment configuration of the function."
|
||||
}
|
||||
},
|
||||
"FunctionDefaultConfig" : {
|
||||
"base" : "The default configuration that applies to all Lambda functions in the group. Individual Lambda functions can override these settings.",
|
||||
"refs" : {
|
||||
"FunctionDefinitionVersion$DefaultConfig" : "The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings."
|
||||
}
|
||||
},
|
||||
"FunctionDefaultExecutionConfig" : {
|
||||
"base" : "Configuration information that specifies how a Lambda function runs. ",
|
||||
"refs" : {
|
||||
"FunctionDefaultConfig$Execution" : null
|
||||
}
|
||||
},
|
||||
"FunctionDefinitionVersion" : {
|
||||
"base" : "Information about a function definition version.",
|
||||
"refs" : {
|
||||
"GetFunctionDefinitionVersionResponse$Definition" : "Information on the definition."
|
||||
}
|
||||
},
|
||||
"FunctionExecutionConfig" : {
|
||||
"base" : "Configuration information that specifies how a Lambda function runs. ",
|
||||
"refs" : {
|
||||
"FunctionConfigurationEnvironment$Execution" : "Configuration related to executing the Lambda function"
|
||||
}
|
||||
},
|
||||
"FunctionIsolationMode" : {
|
||||
"base" : "Specifies whether the Lambda function runs in a Greengrass container (default) or without containerization. Unless your scenario requires that you run without containerization, we recommend that you run in a Greengrass container. Omit this value to run the Lambda function with the default containerization for the group.",
|
||||
"refs" : {
|
||||
"FunctionExecutionConfig$IsolationMode" : null
|
||||
}
|
||||
},
|
||||
"FunctionRunAsConfig" : {
|
||||
"base" : "Specifies the user and group whose permissions are used when running the Lambda function. You can specify one or both values to override the default values. We recommend that you avoid running as root unless absolutely necessary to minimize the risk of unintended changes or malicious attacks. To run as root, you must set ''IsolationMode'' to ''NoContainer'' and update config.json in ''greengrass-root/config'' to set ''allowFunctionsToRunAsRoot'' to ''yes''.",
|
||||
"refs" : {
|
||||
"FunctionExecutionConfig$RunAs" : null
|
||||
}
|
||||
},
|
||||
"GeneralError" : {
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
@@ -237,10 +334,18 @@
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"GetBulkDeploymentStatusResponse" : {
|
||||
"base" : "Information about the status of a bulk deployment at the time of the request.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetConnectivityInfoResponse" : {
|
||||
"base" : "Information about a Greengrass core's connectivity.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetConnectorDefinitionVersionResponse" : {
|
||||
"base" : "Information about a connector definition version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetCoreDefinitionVersionResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
@@ -314,6 +419,14 @@
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
},
|
||||
"ListBulkDeploymentDetailedReportsResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListBulkDeploymentsResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListDefinitionsResponse" : {
|
||||
"base" : "A list of definitions.",
|
||||
"refs" : { }
|
||||
@@ -403,7 +516,7 @@
|
||||
}
|
||||
},
|
||||
"ResourceDataContainer" : {
|
||||
"base" : "A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData''.",
|
||||
"base" : "A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData'', ''SecretsManagerSecretResourceData''.",
|
||||
"refs" : {
|
||||
"Resource$ResourceDataContainer" : "A container of data for all resource types."
|
||||
}
|
||||
@@ -415,9 +528,9 @@
|
||||
}
|
||||
},
|
||||
"S3MachineLearningModelResourceData" : {
|
||||
"base" : "Attributes that define an S3 machine learning resource.",
|
||||
"base" : "Attributes that define an Amazon S3 machine learning resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$S3MachineLearningModelResourceData" : "Attributes that define an S3 machine learning resource."
|
||||
"ResourceDataContainer$S3MachineLearningModelResourceData" : "Attributes that define an Amazon S3 machine learning resource."
|
||||
}
|
||||
},
|
||||
"S3UrlSignerRole" : {
|
||||
@@ -427,9 +540,15 @@
|
||||
}
|
||||
},
|
||||
"SageMakerMachineLearningModelResourceData" : {
|
||||
"base" : "Attributes that define an SageMaker machine learning resource.",
|
||||
"base" : "Attributes that define an Amazon SageMaker machine learning resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$SageMakerMachineLearningModelResourceData" : "Attributes that define an SageMaker machine learning resource."
|
||||
"ResourceDataContainer$SageMakerMachineLearningModelResourceData" : "Attributes that define an Amazon SageMaker machine learning resource."
|
||||
}
|
||||
},
|
||||
"SecretsManagerSecretResourceData" : {
|
||||
"base" : "Attributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$SecretsManagerSecretResourceData" : "Attributes that define a secret resource, which references a secret from AWS Secrets Manager."
|
||||
}
|
||||
},
|
||||
"SoftwareToUpdate" : {
|
||||
@@ -438,6 +557,14 @@
|
||||
"CreateSoftwareUpdateJobRequest$SoftwareToUpdate" : null
|
||||
}
|
||||
},
|
||||
"StartBulkDeploymentRequest" : {
|
||||
"base" : "Information about a bulk deployment. You cannot start a new bulk deployment while another one is still running or in a non-terminal state.",
|
||||
"refs" : { }
|
||||
},
|
||||
"StartBulkDeploymentResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"Subscription" : {
|
||||
"base" : "Information about a subscription.",
|
||||
"refs" : {
|
||||
@@ -450,6 +577,13 @@
|
||||
"GetSubscriptionDefinitionVersionResponse$Definition" : "Information about the subscription definition version."
|
||||
}
|
||||
},
|
||||
"Tags" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"DefinitionInformation$Tags" : null,
|
||||
"GetBulkDeploymentStatusResponse$Tags" : null
|
||||
}
|
||||
},
|
||||
"UpdateAgentLogLevel" : {
|
||||
"base" : "The minimum level of log statements that should be logged by the OTA Agent during an update.",
|
||||
"refs" : {
|
||||
@@ -498,17 +632,22 @@
|
||||
"Core$SyncShadow" : "If true, the core's local shadow is automatically synced with the cloud.",
|
||||
"Device$SyncShadow" : "If true, the device's local shadow will be automatically synced with the cloud.",
|
||||
"FunctionConfiguration$Pinned" : "True if the function is pinned. Pinned means the function is long-lived and starts when the core starts.",
|
||||
"FunctionConfigurationEnvironment$AccessSysfs" : "If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys.",
|
||||
"GroupOwnerSetting$AutoAddGroupOwner" : "If true, GreenGrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.",
|
||||
"FunctionConfigurationEnvironment$AccessSysfs" : "If true, the Lambda function is allowed to access the host's /sys folder. Use this when the Lambda function needs to read device information from /sys. This setting applies only when you run the Lambda function in a Greengrass container.",
|
||||
"GroupOwnerSetting$AutoAddGroupOwner" : "If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.",
|
||||
"ResetDeploymentsRequest$Force" : "If true, performs a best-effort only core reset."
|
||||
}
|
||||
},
|
||||
"__integer" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"BulkDeploymentMetrics$InvalidInputRecords" : "The total number of records that returned a non-retryable error. For example, this can occur if a group record from the input file uses an invalid format or specifies a nonexistent group version, or if the execution role doesn't grant permission to deploy a group or group version.",
|
||||
"BulkDeploymentMetrics$RecordsProcessed" : "The total number of group records from the input file that have been processed so far, or attempted.",
|
||||
"BulkDeploymentMetrics$RetryAttempts" : "The total number of deployment attempts that returned a retryable error. For example, a retry is triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group deployment up to five times.",
|
||||
"ConnectivityInfo$PortNumber" : "The port of the Greengrass core. Usually 8883.",
|
||||
"FunctionConfiguration$MemorySize" : "The memory size, in KB, which the function requires.",
|
||||
"FunctionConfiguration$Timeout" : "The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned lambdas for each request.",
|
||||
"FunctionConfiguration$MemorySize" : "The memory size, in KB, which the function requires. This setting is not applicable and should be cleared when you run the Lambda function without containerization.",
|
||||
"FunctionConfiguration$Timeout" : "The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request.",
|
||||
"FunctionRunAsConfig$Gid" : "The group ID whose permissions are used to run a Lambda function.",
|
||||
"FunctionRunAsConfig$Uid" : "The user ID whose permissions are used to run a Lambda function.",
|
||||
"Logger$Space" : "The amount of file space, in KB, to use if the local file system is used for logging purposes."
|
||||
}
|
||||
},
|
||||
@@ -519,6 +658,12 @@
|
||||
"UpdateConnectivityInfoRequest$ConnectivityInfo" : "A list of connectivity info."
|
||||
}
|
||||
},
|
||||
"__listOfConnector" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ConnectorDefinitionVersion$Connectors" : "A list of references to connectors in this version, with their corresponding configuration settings."
|
||||
}
|
||||
},
|
||||
"__listOfCore" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
@@ -570,7 +715,7 @@
|
||||
"__listOfResourceAccessPolicy" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"FunctionConfigurationEnvironment$ResourceAccessPolicies" : "A list of the resources, with their permissions, to which the Lambda function will be granted access. A Lambda function can have at most 10 resources."
|
||||
"FunctionConfigurationEnvironment$ResourceAccessPolicies" : "A list of the resources, with their permissions, to which the Lambda function will be granted access. A Lambda function can have at most 10 resources. ResourceAccessPolicies apply only when you run the Lambda function in a Greengrass container."
|
||||
}
|
||||
},
|
||||
"__listOfSubscription" : {
|
||||
@@ -585,9 +730,16 @@
|
||||
"ListVersionsResponse$Versions" : "Information about a version."
|
||||
}
|
||||
},
|
||||
"__listOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"SecretsManagerSecretResourceData$AdditionalStagingLabelsToDownload" : "Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''."
|
||||
}
|
||||
},
|
||||
"__mapOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Connector$Parameters" : "The parameters or configuration that the connector uses.",
|
||||
"FunctionConfigurationEnvironment$Variables" : "Environment variables for the Lambda function's configuration."
|
||||
}
|
||||
},
|
||||
@@ -598,11 +750,22 @@
|
||||
"AssociateRoleToGroupResponse$AssociatedAt" : "The time, in milliseconds since the epoch, when the role ARN was associated with the group.",
|
||||
"AssociateServiceRoleToAccountRequest$RoleArn" : "The ARN of the service role you wish to associate with your account.",
|
||||
"AssociateServiceRoleToAccountResponse$AssociatedAt" : "The time when the service role was associated with the account.",
|
||||
"BulkDeployment$BulkDeploymentArn" : "The ARN of the bulk deployment.",
|
||||
"BulkDeployment$BulkDeploymentId" : "The ID of the bulk deployment.",
|
||||
"BulkDeployment$CreatedAt" : "The time, in ISO format, when the deployment was created.",
|
||||
"BulkDeploymentResult$CreatedAt" : "The time, in ISO format, when the deployment was created.",
|
||||
"BulkDeploymentResult$DeploymentArn" : "The ARN of the group deployment.",
|
||||
"BulkDeploymentResult$DeploymentId" : "The ID of the group deployment.",
|
||||
"BulkDeploymentResult$DeploymentStatus" : "The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.",
|
||||
"BulkDeploymentResult$ErrorMessage" : "The error message for a failed deployment",
|
||||
"BulkDeploymentResult$GroupArn" : "The ARN of the Greengrass group.",
|
||||
"ConnectivityInfo$HostAddress" : "The endpoint for the Greengrass core. Can be an IP address or DNS.",
|
||||
"ConnectivityInfo$Id" : "The ID of the connectivity information.",
|
||||
"ConnectivityInfo$Metadata" : "Metadata for this endpoint.",
|
||||
"Connector$ConnectorArn" : "The ARN of the connector.",
|
||||
"Connector$Id" : "A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.",
|
||||
"Core$CertificateArn" : "The ARN of the certificate associated with the core.",
|
||||
"Core$Id" : "The ID of the core.",
|
||||
"Core$Id" : "A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.",
|
||||
"Core$ThingArn" : "The ARN of the thing which is the core.",
|
||||
"CreateDeploymentRequest$DeploymentId" : "The ID of the deployment if you wish to redeploy a previous deployment.",
|
||||
"CreateDeploymentRequest$GroupVersionId" : "The ID of the group version to be deployed.",
|
||||
@@ -623,34 +786,44 @@
|
||||
"Deployment$DeploymentId" : "The ID of the deployment.",
|
||||
"Deployment$GroupArn" : "The ARN of the group for this deployment.",
|
||||
"Device$CertificateArn" : "The ARN of the certificate associated with the device.",
|
||||
"Device$Id" : "The ID of the device.",
|
||||
"Device$Id" : "A descriptive or arbitrary ID for the device. This value must be unique within the device definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.",
|
||||
"Device$ThingArn" : "The thing ARN of the device.",
|
||||
"DisassociateRoleFromGroupResponse$DisassociatedAt" : "The time, in milliseconds since the epoch, when the role was disassociated from the group.",
|
||||
"DisassociateServiceRoleFromAccountResponse$DisassociatedAt" : "The time when the service role was disassociated from the account.",
|
||||
"ErrorDetail$DetailedErrorCode" : "A detailed error code.",
|
||||
"ErrorDetail$DetailedErrorMessage" : "A detailed error message.",
|
||||
"Function$FunctionArn" : "The ARN of the Lambda function.",
|
||||
"Function$Id" : "The ID of the Lambda function.",
|
||||
"Function$Id" : "A descriptive or arbitrary ID for the function. This value must be unique within the function definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.",
|
||||
"FunctionConfiguration$ExecArgs" : "The execution arguments.",
|
||||
"FunctionConfiguration$Executable" : "The name of the function executable.",
|
||||
"GeneralError$Message" : "A message containing information about the error.",
|
||||
"GetAssociatedRoleResponse$AssociatedAt" : "The time when the role was associated with the group.",
|
||||
"GetAssociatedRoleResponse$RoleArn" : "The ARN of the role that is associated with the group.",
|
||||
"GetBulkDeploymentStatusResponse$CreatedAt" : "The time, in ISO format, when the deployment was created.",
|
||||
"GetBulkDeploymentStatusResponse$ErrorMessage" : "Error message",
|
||||
"GetConnectivityInfoResponse$Message" : "A message about the connectivity info request.",
|
||||
"GetConnectorDefinitionVersionResponse$Arn" : "The ARN of the connector definition version.",
|
||||
"GetConnectorDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the connector definition version was created.",
|
||||
"GetConnectorDefinitionVersionResponse$Id" : "The ID of the connector definition version.",
|
||||
"GetConnectorDefinitionVersionResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"GetConnectorDefinitionVersionResponse$Version" : "The version of the connector definition version.",
|
||||
"GetCoreDefinitionVersionResponse$Arn" : "The ARN of the core definition version.",
|
||||
"GetCoreDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the core definition version was created.",
|
||||
"GetCoreDefinitionVersionResponse$Id" : "The ID of the core definition version.",
|
||||
"GetCoreDefinitionVersionResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"GetCoreDefinitionVersionResponse$Version" : "The version of the core definition version.",
|
||||
"GetDeploymentStatusResponse$DeploymentStatus" : "The status of the deployment.",
|
||||
"GetDeploymentStatusResponse$DeploymentStatus" : "The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.",
|
||||
"GetDeploymentStatusResponse$ErrorMessage" : "Error message",
|
||||
"GetDeploymentStatusResponse$UpdatedAt" : "The time, in milliseconds since the epoch, when the deployment status was updated.",
|
||||
"GetDeviceDefinitionVersionResponse$Arn" : "The ARN of the device definition version.",
|
||||
"GetDeviceDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the device definition version was created.",
|
||||
"GetDeviceDefinitionVersionResponse$Id" : "The ID of the device definition version.",
|
||||
"GetDeviceDefinitionVersionResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"GetDeviceDefinitionVersionResponse$Version" : "The version of the device definition version.",
|
||||
"GetFunctionDefinitionVersionResponse$Arn" : "The ARN of the function definition version.",
|
||||
"GetFunctionDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the function definition version was created.",
|
||||
"GetFunctionDefinitionVersionResponse$Id" : "The ID of the function definition version.",
|
||||
"GetFunctionDefinitionVersionResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"GetFunctionDefinitionVersionResponse$Version" : "The version of the function definition version.",
|
||||
"GetGroupCertificateAuthorityResponse$GroupCertificateAuthorityArn" : "The ARN of the certificate authority for the group.",
|
||||
"GetGroupCertificateAuthorityResponse$GroupCertificateAuthorityId" : "The ID of the certificate authority for the group.",
|
||||
@@ -672,6 +845,7 @@
|
||||
"GetSubscriptionDefinitionVersionResponse$Arn" : "The ARN of the subscription definition version.",
|
||||
"GetSubscriptionDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the subscription definition version was created.",
|
||||
"GetSubscriptionDefinitionVersionResponse$Id" : "The ID of the subscription definition version.",
|
||||
"GetSubscriptionDefinitionVersionResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"GetSubscriptionDefinitionVersionResponse$Version" : "The version of the subscription definition version.",
|
||||
"GroupCertificateAuthorityProperties$GroupCertificateAuthorityArn" : "The ARN of the certificate authority for the group.",
|
||||
"GroupCertificateAuthorityProperties$GroupCertificateAuthorityId" : "The ID of the certificate authority for the group.",
|
||||
@@ -686,33 +860,42 @@
|
||||
"GroupInformation$LatestVersionArn" : "The ARN of the latest version of the group.",
|
||||
"GroupInformation$Name" : "The name of the group.",
|
||||
"GroupOwnerSetting$GroupOwner" : "The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.",
|
||||
"GroupVersion$ConnectorDefinitionVersionArn" : "The ARN of the connector definition version for this group.",
|
||||
"GroupVersion$CoreDefinitionVersionArn" : "The ARN of the core definition version for this group.",
|
||||
"GroupVersion$DeviceDefinitionVersionArn" : "The ARN of the device definition version for this group.",
|
||||
"GroupVersion$FunctionDefinitionVersionArn" : "The ARN of the function definition version for this group.",
|
||||
"GroupVersion$LoggerDefinitionVersionArn" : "The ARN of the logger definition version for this group.",
|
||||
"GroupVersion$ResourceDefinitionVersionArn" : "The resource definition version ARN for this group.",
|
||||
"GroupVersion$ResourceDefinitionVersionArn" : "The ARN of the resource definition version for this group.",
|
||||
"GroupVersion$SubscriptionDefinitionVersionArn" : "The ARN of the subscription definition version for this group.",
|
||||
"ListBulkDeploymentDetailedReportsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"ListBulkDeploymentsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"ListDefinitionsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"ListDeploymentsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"ListGroupsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"ListVersionsResponse$NextToken" : "The token for the next set of results, or ''null'' if there are no additional results.",
|
||||
"LocalDeviceResourceData$SourcePath" : "The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under ''/dev''.",
|
||||
"LocalVolumeResourceData$DestinationPath" : "The absolute local path of the resource inside the lambda environment.",
|
||||
"LocalVolumeResourceData$SourcePath" : "The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/proc'' or ''/sys''.",
|
||||
"Logger$Id" : "The id of the logger.",
|
||||
"LocalVolumeResourceData$DestinationPath" : "The absolute local path of the resource inside the Lambda environment.",
|
||||
"LocalVolumeResourceData$SourcePath" : "The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.",
|
||||
"Logger$Id" : "A descriptive or arbitrary ID for the logger. This value must be unique within the logger definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.",
|
||||
"ResetDeploymentsResponse$DeploymentArn" : "The ARN of the deployment.",
|
||||
"ResetDeploymentsResponse$DeploymentId" : "The ID of the deployment.",
|
||||
"Resource$Id" : "The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.",
|
||||
"Resource$Name" : "The descriptive resource name, which is displayed on the Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.",
|
||||
"Resource$Name" : "The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.",
|
||||
"ResourceAccessPolicy$ResourceId" : "The ID of the resource. (This ID is assigned to the resource when you create the resource definiton.)",
|
||||
"S3MachineLearningModelResourceData$DestinationPath" : "The absolute local path of the resource inside the Lambda environment.",
|
||||
"S3MachineLearningModelResourceData$S3Uri" : "The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.",
|
||||
"SageMakerMachineLearningModelResourceData$DestinationPath" : "The absolute local path of the resource inside the Lambda environment.",
|
||||
"SageMakerMachineLearningModelResourceData$SageMakerJobArn" : "The ARN of the SageMaker training job that represents the source model.",
|
||||
"Subscription$Id" : "The id of the subscription.",
|
||||
"Subscription$Source" : "The source of the subscription. Can be a thing ARN, a Lambda function ARN, 'cloud' (which represents the IoT cloud), or 'GGShadowService'.",
|
||||
"Subscription$Subject" : "The subject of the message.",
|
||||
"Subscription$Target" : "Where the message is sent to. Can be a thing ARN, a Lambda function ARN, 'cloud' (which represents the IoT cloud), or 'GGShadowService'.",
|
||||
"SageMakerMachineLearningModelResourceData$SageMakerJobArn" : "The ARN of the Amazon SageMaker training job that represents the source model.",
|
||||
"SecretsManagerSecretResourceData$ARN" : "The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the ''AWSCURRENT'' staging label) is included by default.",
|
||||
"StartBulkDeploymentRequest$ExecutionRoleArn" : "The ARN of the execution role to associate with the bulk deployment operation. This IAM role must allow the ''greengrass:CreateDeployment'' action for all group versions that are listed in the input file. This IAM role must have access to the S3 bucket containing the input file.",
|
||||
"StartBulkDeploymentRequest$InputFileUri" : "The URI of the input file contained in the S3 bucket. The execution role must have ''getObject'' permissions on this bucket to access the input file. The input file is a JSON-serialized, line delimited file with UTF-8 encoding that provides a list of group and version IDs and the deployment type. This file must be less than 100 MB. Currently, AWS IoT Greengrass supports only ''NewDeployment'' deployment types.",
|
||||
"StartBulkDeploymentResponse$BulkDeploymentArn" : "The ARN of the bulk deployment.",
|
||||
"StartBulkDeploymentResponse$BulkDeploymentId" : "The ID of the bulk deployment.",
|
||||
"Subscription$Id" : "A descriptive or arbitrary ID for the subscription. This value must be unique within the subscription definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.",
|
||||
"Subscription$Source" : "The source of the subscription. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.",
|
||||
"Subscription$Subject" : "The MQTT topic used to route the message.",
|
||||
"Subscription$Target" : "Where the message is sent to. Can be a thing ARN, a Lambda function ARN, a connector ARN, 'cloud' (which represents the AWS IoT cloud), or 'GGShadowService'.",
|
||||
"Tags$member" : "A map of the key-value pairs for the resource tag.",
|
||||
"UpdateConnectivityInfoResponse$Message" : "A message about the connectivity info update request.",
|
||||
"UpdateConnectivityInfoResponse$Version" : "The new version of the connectivity info.",
|
||||
"UpdateGroupCertificateConfigurationRequest$CertificateExpiryInMilliseconds" : "The amount of time remaining before the certificate expires, in milliseconds.",
|
||||
@@ -721,6 +904,7 @@
|
||||
"VersionInformation$CreationTimestamp" : "The time, in milliseconds since the epoch, when the version was created.",
|
||||
"VersionInformation$Id" : "The ID of the version.",
|
||||
"VersionInformation$Version" : "The unique ID of the version.",
|
||||
"__listOf__string$member" : null,
|
||||
"__mapOf__string$member" : null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user