mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-08 22:30:41 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+708
-96
File diff suppressed because it is too large
Load Diff
+427
-247
@@ -2,30 +2,34 @@
|
||||
"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.",
|
||||
"operations" : {
|
||||
"AssociateRoleToGroup" : "Associates a role with a group. The role will be used by the AWS Greengrass core in order to access AWS cloud services. The role's permissions will allow Greengrass core Lambda functions to perform actions against the cloud.",
|
||||
"AssociateServiceRoleToAccount" : "Associates a role which is used by AWS Greengrass. AWS Greengrass uses the role to access your Lambda functions and AWS IoT resources. This is necessary for deployments to succeed. It needs to have minimum permissions in policy ``AWSGreengrassResourceAccessRolePolicy``",
|
||||
"CreateCoreDefinition" : "Creates a core definition. You may optionally provide the initial version of the core definition or use ''CreateCoreDefinitionVersion'' at a later time. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core.",
|
||||
"CreateCoreDefinitionVersion" : "Creates a version of a core definition that has already been defined. AWS Greengrass Groups must each contain exactly 1 AWS Greengrass Core.",
|
||||
"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.",
|
||||
"CreateDeviceDefinition" : "Creates a device definition. You may optinally provide the initial version of the device definition or use ``CreateDeviceDefinitionVersion`` at a later time.",
|
||||
"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" : "Create a version of a Lambda function definition that has already been defined.",
|
||||
"CreateGroup" : "Creates a group. You may optionally provide the initial version of the group or use ''CreateGroupVersion'' at a later time.",
|
||||
"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.",
|
||||
"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 optionally provide the initial version of the logger definition or use ``CreateLoggerDefinitionVersion`` at a later time.",
|
||||
"CreateLoggerDefinition" : "Creates a logger definition. You may provide the initial version of the logger definition now or use ''CreateLoggerDefinitionVersion'' at a later time.",
|
||||
"CreateLoggerDefinitionVersion" : "Creates a version of a logger definition that has already been defined.",
|
||||
"CreateSubscriptionDefinition" : "Creates a subscription definition. You may optionally provide the initial version of the subscription definition or use ``CreateSubscriptionDefinitionVersion`` at a later time.",
|
||||
"CreateResourceDefinition" : "Creates a resource definition which contains a list of resources to be used in a group. You can create an initial version of the definition by providing a list of resources now, or use ''CreateResourceDefinitionVersion'' later.",
|
||||
"CreateResourceDefinitionVersion" : "Creates a version of a resource definition that has already been defined.",
|
||||
"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.",
|
||||
"DeleteCoreDefinition" : "Deletes a core definition. The core definition must not have been used in a deployment.",
|
||||
"DeleteDeviceDefinition" : "Deletes a device definition. The device definition must not have been used in a deployment.",
|
||||
"DeleteFunctionDefinition" : "Deletes a Lambda function definition. The Lambda function definition must not have been used in a deployment.",
|
||||
"DeleteGroup" : "Deletes a group. The group must not have been used in deployment.",
|
||||
"DeleteLoggerDefinition" : "Deletes a logger definition. The logger definition must not have been used in a deployment.",
|
||||
"DeleteSubscriptionDefinition" : "Deletes a subscription definition. The subscription definition must not have been used in a deployment.",
|
||||
"DeleteCoreDefinition" : "Deletes a core definition.",
|
||||
"DeleteDeviceDefinition" : "Deletes a device definition.",
|
||||
"DeleteFunctionDefinition" : "Deletes a Lambda function definition.",
|
||||
"DeleteGroup" : "Deletes a group.",
|
||||
"DeleteLoggerDefinition" : "Deletes a logger definition.",
|
||||
"DeleteResourceDefinition" : "Deletes a resource definition.",
|
||||
"DeleteSubscriptionDefinition" : "Deletes a subscription definition.",
|
||||
"DisassociateRoleFromGroup" : "Disassociates the role from a group.",
|
||||
"DisassociateServiceRoleFromAccount" : "Disassociates the service role from the account. Without a service role, deployments will not work.",
|
||||
"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.",
|
||||
"GetConnectivityInfo" : "Retrieves the connectivity information for a core.",
|
||||
"GetCoreDefinition" : "Retrieves information about a core definition version.",
|
||||
@@ -33,18 +37,20 @@
|
||||
"GetDeploymentStatus" : "Returns the status of a deployment.",
|
||||
"GetDeviceDefinition" : "Retrieves information about a device definition.",
|
||||
"GetDeviceDefinitionVersion" : "Retrieves information about a device definition version.",
|
||||
"GetFunctionDefinition" : "Retrieves information about a Lambda function definition, such as its creation time and latest version.",
|
||||
"GetFunctionDefinitionVersion" : "Retrieves information about a Lambda function definition version, such as which Lambda functions are included in the version and their configurations.",
|
||||
"GetFunctionDefinition" : "Retrieves information about a Lambda function definition, including its creation time and latest version.",
|
||||
"GetFunctionDefinitionVersion" : "Retrieves information about a Lambda function definition version, including which Lambda functions are included in the version and their configurations.",
|
||||
"GetGroup" : "Retrieves information about a group.",
|
||||
"GetGroupCertificateAuthority" : "Retreives the CA associated with a group. Returns the public key of the CA.",
|
||||
"GetGroupCertificateConfiguration" : "Retrieves the current configuration for the CA used by the group.",
|
||||
"GetGroupVersion" : "Retrieves information about a group version.",
|
||||
"GetLoggerDefinition" : "Retrieves information about a logger definition.",
|
||||
"GetLoggerDefinitionVersion" : "Retrieves information about a logger definition version.",
|
||||
"GetServiceRoleForAccount" : "Retrieves the service role that is attached to the account.",
|
||||
"GetResourceDefinition" : "Retrieves information about a resource definition, including its creation time and latest version.",
|
||||
"GetResourceDefinitionVersion" : "Retrieves information about a resource definition version, including which resources are included in the version.",
|
||||
"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.",
|
||||
"ListCoreDefinitionVersions" : "Lists versions of a core definition.",
|
||||
"ListCoreDefinitionVersions" : "Lists the versions of a core definition.",
|
||||
"ListCoreDefinitions" : "Retrieves a list of core definitions.",
|
||||
"ListDeployments" : "Returns a history of deployments for the group.",
|
||||
"ListDeviceDefinitionVersions" : "Lists the versions of a device definition.",
|
||||
@@ -52,10 +58,12 @@
|
||||
"ListFunctionDefinitionVersions" : "Lists the versions of a Lambda function definition.",
|
||||
"ListFunctionDefinitions" : "Retrieves a list of Lambda function definitions.",
|
||||
"ListGroupCertificateAuthorities" : "Retrieves the current CAs for a group.",
|
||||
"ListGroupVersions" : "List the versions of a group.",
|
||||
"ListGroupVersions" : "Lists the versions of a group.",
|
||||
"ListGroups" : "Retrieves a list of groups.",
|
||||
"ListLoggerDefinitionVersions" : "Lists the versions of a logger definition.",
|
||||
"ListLoggerDefinitions" : "Retrieves a list of logger definitions.",
|
||||
"ListResourceDefinitionVersions" : "Lists the versions of a resource definition.",
|
||||
"ListResourceDefinitions" : "Retrieves a list of resource definitions.",
|
||||
"ListSubscriptionDefinitionVersions" : "Lists the versions of a subscription definition.",
|
||||
"ListSubscriptionDefinitions" : "Retrieves a list of subscription definitions.",
|
||||
"ResetDeployments" : "Resets a group's deployments.",
|
||||
@@ -64,8 +72,9 @@
|
||||
"UpdateDeviceDefinition" : "Updates a device definition.",
|
||||
"UpdateFunctionDefinition" : "Updates a Lambda function definition.",
|
||||
"UpdateGroup" : "Updates a group.",
|
||||
"UpdateGroupCertificateConfiguration" : "Updates the Cert expiry time for a group.",
|
||||
"UpdateGroupCertificateConfiguration" : "Updates the Certificate expiry time for a group.",
|
||||
"UpdateLoggerDefinition" : "Updates a logger definition.",
|
||||
"UpdateResourceDefinition" : "Updates a resource definition.",
|
||||
"UpdateSubscriptionDefinition" : "Updates a subscription definition."
|
||||
},
|
||||
"shapes" : {
|
||||
@@ -86,30 +95,29 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"BadRequestException" : {
|
||||
"base" : "user error",
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
},
|
||||
"ConnectivityInfo" : {
|
||||
"base" : "Connectivity Info",
|
||||
"base" : "Information about a Greengrass core's connectivity.",
|
||||
"refs" : {
|
||||
"GetConnectivityInfoResponse$ConnectivityInfo" : "Connectivity info list",
|
||||
"UpdateConnectivityInfoRequest$ConnectivityInfo" : "Connectivity info list"
|
||||
"__listOfConnectivityInfo$member" : null
|
||||
}
|
||||
},
|
||||
"Core" : {
|
||||
"base" : "Information on the core",
|
||||
"base" : "Information about a core.",
|
||||
"refs" : {
|
||||
"CoreDefinitionVersion$Cores" : "Cores in the definition version."
|
||||
"__listOfCore$member" : null
|
||||
}
|
||||
},
|
||||
"CoreDefinitionVersion" : {
|
||||
"base" : "Information on core definition version",
|
||||
"base" : "Information about a core definition version.",
|
||||
"refs" : {
|
||||
"GetCoreDefinitionVersionResponse$Definition" : "Information on definition"
|
||||
"GetCoreDefinitionVersionResponse$Definition" : "Information about the core definition version."
|
||||
}
|
||||
},
|
||||
"CreateDeploymentRequest" : {
|
||||
"base" : "Information on Deployment",
|
||||
"base" : "Information about a deployment.",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateDeploymentResponse" : {
|
||||
@@ -120,42 +128,50 @@
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateSoftwareUpdateJobRequest" : {
|
||||
"base" : "Request for the CreateSoftwareUpdateJob API.",
|
||||
"refs" : { }
|
||||
},
|
||||
"CreateSoftwareUpdateJobResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"DefinitionInformation" : {
|
||||
"base" : "Information on the Definition",
|
||||
"base" : "Information about a definition.",
|
||||
"refs" : {
|
||||
"ListDefinitionsResponse$Definitions" : "Definitions"
|
||||
"__listOfDefinitionInformation$member" : null
|
||||
}
|
||||
},
|
||||
"Deployment" : {
|
||||
"base" : "Information on the deployment",
|
||||
"base" : "Information about a deployment.",
|
||||
"refs" : {
|
||||
"Deployments" : null
|
||||
"Deployments$member" : null
|
||||
}
|
||||
},
|
||||
"DeploymentType" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"CreateDeploymentRequest$DeploymentType" : "Type of deployment. When used in CreateDeployment, only NewDeployment and Redeployment are valid. ",
|
||||
"Deployment$DeploymentType" : "The type of deployment.",
|
||||
"CreateDeploymentRequest$DeploymentType" : "The type of deployment. When used in ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.",
|
||||
"Deployment$DeploymentType" : "The type of the deployment.",
|
||||
"GetDeploymentStatusResponse$DeploymentType" : "The type of the deployment."
|
||||
}
|
||||
},
|
||||
"Deployments" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListDeploymentsResponse$Deployments" : "List of deployments for the requested groups"
|
||||
"ListDeploymentsResponse$Deployments" : "A list of deployments for the requested groups."
|
||||
}
|
||||
},
|
||||
"Device" : {
|
||||
"base" : "Information on a Device",
|
||||
"base" : "Information about a device.",
|
||||
"refs" : {
|
||||
"DeviceDefinitionVersion$Devices" : "Devices in the definition version."
|
||||
"__listOfDevice$member" : null
|
||||
}
|
||||
},
|
||||
"DeviceDefinitionVersion" : {
|
||||
"base" : "Information on device definition version",
|
||||
"base" : "Information about a device definition version.",
|
||||
"refs" : {
|
||||
"GetDeviceDefinitionVersionResponse$Definition" : "Device definition version"
|
||||
"GetDeviceDefinitionVersionResponse$Definition" : "Information about the device definition version."
|
||||
}
|
||||
},
|
||||
"DisassociateRoleFromGroupResponse" : {
|
||||
@@ -170,45 +186,51 @@
|
||||
"base" : "Empty",
|
||||
"refs" : { }
|
||||
},
|
||||
"ErrorDetail" : {
|
||||
"base" : "ErrorDetail",
|
||||
"EncodingType" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ErrorDetails" : "Error Details"
|
||||
"FunctionConfiguration$EncodingType" : "The expected encoding type of the input payload for the function. The default is ''json''."
|
||||
}
|
||||
},
|
||||
"ErrorDetail" : {
|
||||
"base" : "Details about the error.",
|
||||
"refs" : {
|
||||
"ErrorDetails$member" : null
|
||||
}
|
||||
},
|
||||
"ErrorDetails" : {
|
||||
"base" : "Error Details",
|
||||
"base" : "A list of error details.",
|
||||
"refs" : {
|
||||
"GeneralError$ErrorDetails" : "Error Details",
|
||||
"GetDeploymentStatusResponse$ErrorDetails" : "The error Details"
|
||||
"GeneralError$ErrorDetails" : "Details about the error.",
|
||||
"GetDeploymentStatusResponse$ErrorDetails" : "Error details"
|
||||
}
|
||||
},
|
||||
"Function" : {
|
||||
"base" : "Information on function",
|
||||
"base" : "Information about a Lambda function.",
|
||||
"refs" : {
|
||||
"FunctionDefinitionVersion$Functions" : "Lambda functions in this function definition version."
|
||||
"__listOfFunction$member" : null
|
||||
}
|
||||
},
|
||||
"FunctionConfiguration" : {
|
||||
"base" : "Configuration of the function",
|
||||
"base" : "The configuration of the Lambda function.",
|
||||
"refs" : {
|
||||
"Function$FunctionConfiguration" : "Configuration of the function"
|
||||
"Function$FunctionConfiguration" : "The configuration of the Lambda function."
|
||||
}
|
||||
},
|
||||
"FunctionConfigurationEnvironment" : {
|
||||
"base" : "Environment of the function configuration",
|
||||
"base" : "The environment configuration of the function.",
|
||||
"refs" : {
|
||||
"FunctionConfiguration$Environment" : "Environment of the function configuration"
|
||||
"FunctionConfiguration$Environment" : "The environment configuration of the function."
|
||||
}
|
||||
},
|
||||
"FunctionDefinitionVersion" : {
|
||||
"base" : "Information on the function definition version",
|
||||
"base" : "Information about a function definition version.",
|
||||
"refs" : {
|
||||
"GetFunctionDefinitionVersionResponse$Definition" : "Information on the definition"
|
||||
"GetFunctionDefinitionVersionResponse$Definition" : "Information on the definition."
|
||||
}
|
||||
},
|
||||
"GeneralError" : {
|
||||
"base" : "General Error",
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetAssociatedRoleResponse" : {
|
||||
@@ -216,7 +238,7 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"GetConnectivityInfoResponse" : {
|
||||
"base" : "connectivity info response",
|
||||
"base" : "Information about a Greengrass core's connectivity.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetCoreDefinitionVersionResponse" : {
|
||||
@@ -224,7 +246,7 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"GetDeploymentStatusResponse" : {
|
||||
"base" : "The response body contains the status of a deployment for a group.",
|
||||
"base" : "Information about the status of a deployment for a group.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetDeviceDefinitionVersionResponse" : {
|
||||
@@ -232,19 +254,23 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"GetFunctionDefinitionVersionResponse" : {
|
||||
"base" : "Function definition version",
|
||||
"base" : "Information about a function definition version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetGroupCertificateAuthorityResponse" : {
|
||||
"base" : "Certificate authority for the group.",
|
||||
"base" : "Information about a certificate authority for a group.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetGroupVersionResponse" : {
|
||||
"base" : "Information on the group version",
|
||||
"base" : "Information about a group version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetLoggerDefinitionVersionResponse" : {
|
||||
"base" : "Information on logger definition version response",
|
||||
"base" : "Information about a logger definition version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetResourceDefinitionVersionResponse" : {
|
||||
"base" : "Information about a resource definition version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GetServiceRoleForAccountResponse" : {
|
||||
@@ -252,37 +278,44 @@
|
||||
"refs" : { }
|
||||
},
|
||||
"GetSubscriptionDefinitionVersionResponse" : {
|
||||
"base" : "Information on the Subscription Definition Version",
|
||||
"base" : "Information about a subscription definition version.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GroupCertificateAuthorityProperties" : {
|
||||
"base" : "Information on group certificate authority properties",
|
||||
"base" : "Information about a certificate authority for a group.",
|
||||
"refs" : {
|
||||
"ListGroupCertificateAuthoritiesResponse$GroupCertificateAuthorities" : "List of certificate authorities associated with the group."
|
||||
"__listOfGroupCertificateAuthorityProperties$member" : null
|
||||
}
|
||||
},
|
||||
"GroupCertificateConfiguration" : {
|
||||
"base" : "Information on the group certificate configuration",
|
||||
"base" : "Information about a group certificate configuration.",
|
||||
"refs" : { }
|
||||
},
|
||||
"GroupInformation" : {
|
||||
"base" : "Information on the group",
|
||||
"base" : "Information about a group.",
|
||||
"refs" : {
|
||||
"ListGroupsResponse$Groups" : "Groups"
|
||||
"__listOfGroupInformation$member" : null
|
||||
}
|
||||
},
|
||||
"GroupOwnerSetting" : {
|
||||
"base" : "Group owner related settings for local resources.",
|
||||
"refs" : {
|
||||
"LocalDeviceResourceData$GroupOwnerSetting" : "Group/owner related settings for local resources.",
|
||||
"LocalVolumeResourceData$GroupOwnerSetting" : "Allows you to configure additional group privileges for the Lambda process. This field is optional."
|
||||
}
|
||||
},
|
||||
"GroupVersion" : {
|
||||
"base" : "Information on group version",
|
||||
"base" : "Information about a group version.",
|
||||
"refs" : {
|
||||
"GetGroupVersionResponse$Definition" : "Information on the definition"
|
||||
"GetGroupVersionResponse$Definition" : "Information about the group version definition."
|
||||
}
|
||||
},
|
||||
"InternalServerErrorException" : {
|
||||
"base" : "Server Error",
|
||||
"base" : "General error information.",
|
||||
"refs" : { }
|
||||
},
|
||||
"ListDefinitionsResponse" : {
|
||||
"base" : "List of definition responses",
|
||||
"base" : "A list of definitions.",
|
||||
"refs" : { }
|
||||
},
|
||||
"ListDeploymentsResponse" : {
|
||||
@@ -297,106 +330,134 @@
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfConnectivityInfo" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfCore" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfDefinitionInformation" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfDevice" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfFunction" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfGroupCertificateAuthorityProperties" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfGroupInformation" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfLogger" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfSubscription" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListOfVersionInformation" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"ListVersionsResponse" : {
|
||||
"base" : "List of versions response",
|
||||
"base" : "A list of versions.",
|
||||
"refs" : { }
|
||||
},
|
||||
"LocalDeviceResourceData" : {
|
||||
"base" : "Attributes that define a local device resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$LocalDeviceResourceData" : "Attributes that define the local device resource."
|
||||
}
|
||||
},
|
||||
"LocalVolumeResourceData" : {
|
||||
"base" : "Attributes that define a local volume resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$LocalVolumeResourceData" : "Attributes that define the local volume resource."
|
||||
}
|
||||
},
|
||||
"Logger" : {
|
||||
"base" : "Information on the Logger",
|
||||
"base" : "Information about a logger",
|
||||
"refs" : {
|
||||
"LoggerDefinitionVersion$Loggers" : "List of loggers."
|
||||
"__listOfLogger$member" : null
|
||||
}
|
||||
},
|
||||
"LoggerComponent" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Logger$Component" : "The component that will be subject to logs"
|
||||
"Logger$Component" : "The component that will be subject to logging."
|
||||
}
|
||||
},
|
||||
"LoggerDefinitionVersion" : {
|
||||
"base" : "Information on logger definition version",
|
||||
"base" : "Information about a logger definition version.",
|
||||
"refs" : {
|
||||
"GetLoggerDefinitionVersionResponse$Definition" : "Information on definition"
|
||||
"GetLoggerDefinitionVersionResponse$Definition" : "Information about the logger definition version."
|
||||
}
|
||||
},
|
||||
"LoggerLevel" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Logger$Level" : "The level of the logs"
|
||||
"Logger$Level" : "The level of the logs."
|
||||
}
|
||||
},
|
||||
"LoggerType" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Logger$Type" : "The type which will be use for log output"
|
||||
"Logger$Type" : "The type of log output which will be used."
|
||||
}
|
||||
},
|
||||
"MapOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
"Permission" : {
|
||||
"base" : "The type of permission a function has to access a resource.",
|
||||
"refs" : {
|
||||
"ResourceAccessPolicy$Permission" : "The permissions that the Lambda function has to the resource. Can be one of ''rw'' (read/write) or ''ro'' (read-only)."
|
||||
}
|
||||
},
|
||||
"ResetDeploymentsRequest" : {
|
||||
"base" : "Information needed to perform a reset of a group's deployments.",
|
||||
"base" : "Information about a group reset request.",
|
||||
"refs" : { }
|
||||
},
|
||||
"ResetDeploymentsResponse" : {
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"Subscription" : {
|
||||
"base" : "Information on subscription",
|
||||
"Resource" : {
|
||||
"base" : "Information about a resource.",
|
||||
"refs" : {
|
||||
"SubscriptionDefinitionVersion$Subscriptions" : "Subscriptions in the version."
|
||||
"__listOfResource$member" : null
|
||||
}
|
||||
},
|
||||
"ResourceAccessPolicy" : {
|
||||
"base" : "A policy used by the function to access a resource.",
|
||||
"refs" : {
|
||||
"__listOfResourceAccessPolicy$member" : null
|
||||
}
|
||||
},
|
||||
"ResourceDataContainer" : {
|
||||
"base" : "A container for resource data. The container takes only one of the following supported resource data types: ''LocalDeviceResourceData'', ''LocalVolumeResourceData'', ''SageMakerMachineLearningModelResourceData'', ''S3MachineLearningModelResourceData''.",
|
||||
"refs" : {
|
||||
"Resource$ResourceDataContainer" : "A container of data for all resource types."
|
||||
}
|
||||
},
|
||||
"ResourceDefinitionVersion" : {
|
||||
"base" : "Information about a resource definition version.",
|
||||
"refs" : {
|
||||
"GetResourceDefinitionVersionResponse$Definition" : "Information about the definition."
|
||||
}
|
||||
},
|
||||
"S3MachineLearningModelResourceData" : {
|
||||
"base" : "Attributes that define an S3 machine learning resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$S3MachineLearningModelResourceData" : "Attributes that define an S3 machine learning resource."
|
||||
}
|
||||
},
|
||||
"S3UrlSignerRole" : {
|
||||
"base" : "The IAM Role that Greengrass will use to create pre-signed URLs pointing towards the update artifact.",
|
||||
"refs" : {
|
||||
"CreateSoftwareUpdateJobRequest$S3UrlSignerRole" : null
|
||||
}
|
||||
},
|
||||
"SageMakerMachineLearningModelResourceData" : {
|
||||
"base" : "Attributes that define an SageMaker machine learning resource.",
|
||||
"refs" : {
|
||||
"ResourceDataContainer$SageMakerMachineLearningModelResourceData" : "Attributes that define an SageMaker machine learning resource."
|
||||
}
|
||||
},
|
||||
"SoftwareToUpdate" : {
|
||||
"base" : "The piece of software on the Greengrass core that will be updated.",
|
||||
"refs" : {
|
||||
"CreateSoftwareUpdateJobRequest$SoftwareToUpdate" : null
|
||||
}
|
||||
},
|
||||
"Subscription" : {
|
||||
"base" : "Information about a subscription.",
|
||||
"refs" : {
|
||||
"__listOfSubscription$member" : null
|
||||
}
|
||||
},
|
||||
"SubscriptionDefinitionVersion" : {
|
||||
"base" : "Information on subscription definition version",
|
||||
"base" : "Information about a subscription definition version.",
|
||||
"refs" : {
|
||||
"GetSubscriptionDefinitionVersionResponse$Definition" : "Information on the definition"
|
||||
"GetSubscriptionDefinitionVersionResponse$Definition" : "Information about the subscription definition version."
|
||||
}
|
||||
},
|
||||
"UpdateAgentLogLevel" : {
|
||||
"base" : "The minimum level of log statements that should be logged by the OTA Agent during an update.",
|
||||
"refs" : {
|
||||
"CreateSoftwareUpdateJobRequest$UpdateAgentLogLevel" : null
|
||||
}
|
||||
},
|
||||
"UpdateConnectivityInfoRequest" : {
|
||||
"base" : "Information on connectivity info",
|
||||
"base" : "Information required to update a Greengrass core's connectivity.",
|
||||
"refs" : { }
|
||||
},
|
||||
"UpdateConnectivityInfoResponse" : {
|
||||
@@ -407,142 +468,261 @@
|
||||
"base" : null,
|
||||
"refs" : { }
|
||||
},
|
||||
"VersionInformation" : {
|
||||
"base" : "Information on the version",
|
||||
"UpdateTargets" : {
|
||||
"base" : "The ARNs of the targets (IoT things or IoT thing groups) that this update will be applied to.",
|
||||
"refs" : {
|
||||
"ListVersionsResponse$Versions" : "Versions"
|
||||
"CreateSoftwareUpdateJobRequest$UpdateTargets" : null
|
||||
}
|
||||
},
|
||||
"UpdateTargetsArchitecture" : {
|
||||
"base" : "The architecture of the cores which are the targets of an update.",
|
||||
"refs" : {
|
||||
"CreateSoftwareUpdateJobRequest$UpdateTargetsArchitecture" : null
|
||||
}
|
||||
},
|
||||
"UpdateTargetsOperatingSystem" : {
|
||||
"base" : "The operating system of the cores which are the targets of an update.",
|
||||
"refs" : {
|
||||
"CreateSoftwareUpdateJobRequest$UpdateTargetsOperatingSystem" : null
|
||||
}
|
||||
},
|
||||
"VersionInformation" : {
|
||||
"base" : "Information about a version.",
|
||||
"refs" : {
|
||||
"__listOfVersionInformation$member" : null
|
||||
}
|
||||
},
|
||||
"__boolean" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"Core$SyncShadow" : "If true, the local shadow value automatically syncs with the cloud's shadow state.",
|
||||
"Device$SyncShadow" : "If true, the local shadow value automatically syncs with the cloud's shadow state.",
|
||||
"FunctionConfiguration$Pinned" : "Whether the function is pinned or not. Pinned means the function is long-lived and starts when the core starts.",
|
||||
"ResetDeploymentsRequest$Force" : "When set to true, perform a best-effort only core reset."
|
||||
"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.",
|
||||
"ResetDeploymentsRequest$Force" : "If true, performs a best-effort only core reset."
|
||||
}
|
||||
},
|
||||
"__integer" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ConnectivityInfo$PortNumber" : "Port of the GGC. Usually 8883.",
|
||||
"FunctionConfiguration$MemorySize" : "The memory size, in KB, you configured for the function.",
|
||||
"FunctionConfiguration$Timeout" : "The function execution time at which Lambda should terminate the function. This timeout still applies to pinned lambdas for each request.",
|
||||
"Logger$Space" : "Amount of hardware space, in KB, to use if file system is used for logging purposes."
|
||||
"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.",
|
||||
"Logger$Space" : "The amount of file space, in KB, to use if the local file system is used for logging purposes."
|
||||
}
|
||||
},
|
||||
"__listOfConnectivityInfo" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"GetConnectivityInfoResponse$ConnectivityInfo" : "Connectivity info list.",
|
||||
"UpdateConnectivityInfoRequest$ConnectivityInfo" : "A list of connectivity info."
|
||||
}
|
||||
},
|
||||
"__listOfCore" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"CoreDefinitionVersion$Cores" : "A list of cores in the core definition version."
|
||||
}
|
||||
},
|
||||
"__listOfDefinitionInformation" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListDefinitionsResponse$Definitions" : "Information about a definition."
|
||||
}
|
||||
},
|
||||
"__listOfDevice" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"DeviceDefinitionVersion$Devices" : "A list of devices in the definition version."
|
||||
}
|
||||
},
|
||||
"__listOfFunction" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"FunctionDefinitionVersion$Functions" : "A list of Lambda functions in this function definition version."
|
||||
}
|
||||
},
|
||||
"__listOfGroupCertificateAuthorityProperties" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListGroupCertificateAuthoritiesResponse$GroupCertificateAuthorities" : "A list of certificate authorities associated with the group."
|
||||
}
|
||||
},
|
||||
"__listOfGroupInformation" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListGroupsResponse$Groups" : "Information about a group."
|
||||
}
|
||||
},
|
||||
"__listOfLogger" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"LoggerDefinitionVersion$Loggers" : "A list of loggers."
|
||||
}
|
||||
},
|
||||
"__listOfResource" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ResourceDefinitionVersion$Resources" : "A list of resources."
|
||||
}
|
||||
},
|
||||
"__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."
|
||||
}
|
||||
},
|
||||
"__listOfSubscription" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"SubscriptionDefinitionVersion$Subscriptions" : "A list of subscriptions."
|
||||
}
|
||||
},
|
||||
"__listOfVersionInformation" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"ListVersionsResponse$Versions" : "Information about a version."
|
||||
}
|
||||
},
|
||||
"__mapOf__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"FunctionConfigurationEnvironment$Variables" : "Environment variables for the Lambda function's configuration."
|
||||
}
|
||||
},
|
||||
"__string" : {
|
||||
"base" : null,
|
||||
"refs" : {
|
||||
"AssociateRoleToGroupRequest$RoleArn" : "Role arn you wish to associate with this group.",
|
||||
"AssociateRoleToGroupResponse$AssociatedAt" : "Time the role arn was associated to your group.",
|
||||
"AssociateServiceRoleToAccountRequest$RoleArn" : "Role arn you wish to associate with this account.",
|
||||
"AssociateServiceRoleToAccountResponse$AssociatedAt" : "Time when the service role was associated to the account.",
|
||||
"ConnectivityInfo$HostAddress" : "Endpoint for the GGC. Can be an IP address or DNS.",
|
||||
"ConnectivityInfo$Id" : "Element Id for this entry in the list.",
|
||||
"AssociateRoleToGroupRequest$RoleArn" : "The ARN of the role you wish to associate with this group.",
|
||||
"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.",
|
||||
"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.",
|
||||
"Core$CertificateArn" : "Certificate arn of the core.",
|
||||
"Core$Id" : "Element Id for this entry in the list.",
|
||||
"Core$ThingArn" : "Thing arn of the core.",
|
||||
"CreateDeploymentRequest$DeploymentId" : "Id of the deployment if you wish to redeploy a previous deployment.",
|
||||
"CreateDeploymentRequest$GroupVersionId" : "Group Version you wish to deploy.",
|
||||
"CreateDeploymentResponse$DeploymentArn" : "The arn of the deployment.",
|
||||
"CreateDeploymentResponse$DeploymentId" : "The id of the deployment.",
|
||||
"CreateGroupCertificateAuthorityResponse$GroupCertificateAuthorityArn" : "Arn of the group certificate authority.",
|
||||
"DefinitionInformation$Arn" : "Arn of the definition.",
|
||||
"DefinitionInformation$CreationTimestamp" : "Timestamp of when the definition was created.",
|
||||
"DefinitionInformation$Id" : "Id of the definition.",
|
||||
"DefinitionInformation$LastUpdatedTimestamp" : "Last updated timestamp of the definition.",
|
||||
"DefinitionInformation$LatestVersion" : "Last version of the definition.",
|
||||
"DefinitionInformation$LatestVersionArn" : "Latest version arn of the definition.",
|
||||
"DefinitionInformation$Name" : "Name of the definition.",
|
||||
"Deployment$CreatedAt" : "Timestamp when the deployment was created.",
|
||||
"Deployment$DeploymentArn" : "Arn of the deployment.",
|
||||
"Deployment$DeploymentId" : "Id of the deployment.",
|
||||
"Deployment$GroupArn" : "Arn of the group for this deployment.",
|
||||
"Device$CertificateArn" : "Certificate arn of the device.",
|
||||
"Device$Id" : "Element Id for this entry in the list.",
|
||||
"Device$ThingArn" : "Thing arn of the device.",
|
||||
"DisassociateRoleFromGroupResponse$DisassociatedAt" : "Time when the role was disassociated from the group.",
|
||||
"DisassociateServiceRoleFromAccountResponse$DisassociatedAt" : "Time when the service role was disassociated from the account.",
|
||||
"ErrorDetail$DetailedErrorCode" : "Detailed Error Code",
|
||||
"ErrorDetail$DetailedErrorMessage" : "Detailed Error Message",
|
||||
"Function$FunctionArn" : "Arn of the Lambda function.",
|
||||
"Function$Id" : "Id of the function in this version.",
|
||||
"FunctionConfiguration$ExecArgs" : "Execution Arguments",
|
||||
"FunctionConfiguration$Executable" : "Executable",
|
||||
"GeneralError$Message" : "Message containing information about the error",
|
||||
"GetAssociatedRoleResponse$AssociatedAt" : "Time when the role was associated for the group.",
|
||||
"GetAssociatedRoleResponse$RoleArn" : "Arn of the role that is associated with the group.",
|
||||
"GetConnectivityInfoResponse$message" : "Response Text",
|
||||
"GetCoreDefinitionVersionResponse$Arn" : "Arn of the core definition version.",
|
||||
"GetCoreDefinitionVersionResponse$CreationTimestamp" : "Timestamp of when the core definition version was created.",
|
||||
"GetCoreDefinitionVersionResponse$Id" : "Id of the core definition the version belongs to.",
|
||||
"GetCoreDefinitionVersionResponse$Version" : "Version of the core definition version.",
|
||||
"GetDeploymentStatusResponse$DeploymentStatus" : "Status of the deployment.",
|
||||
"GetDeploymentStatusResponse$ErrorMessage" : "Error Message",
|
||||
"GetDeploymentStatusResponse$UpdatedAt" : "Last time the deployment status was updated.",
|
||||
"GetDeviceDefinitionVersionResponse$Arn" : "Arn of the device definition version.",
|
||||
"GetDeviceDefinitionVersionResponse$CreationTimestamp" : "Timestamp of when the device definition version was created.",
|
||||
"GetDeviceDefinitionVersionResponse$Id" : "Id of the device definition the version belongs to.",
|
||||
"GetDeviceDefinitionVersionResponse$Version" : "Version of the device definition version.",
|
||||
"GetFunctionDefinitionVersionResponse$Arn" : "Arn of the function definition version.",
|
||||
"GetFunctionDefinitionVersionResponse$CreationTimestamp" : "Timestamp when the funtion definition version was created.",
|
||||
"GetFunctionDefinitionVersionResponse$Id" : "Id of the function definition the version belongs to.",
|
||||
"GetFunctionDefinitionVersionResponse$Version" : "Version of the function definition version.",
|
||||
"GetGroupCertificateAuthorityResponse$GroupCertificateAuthorityArn" : "Arn of the certificate authority for the group.",
|
||||
"GetGroupCertificateAuthorityResponse$GroupCertificateAuthorityId" : "Id of the certificate authority for the group.",
|
||||
"GetGroupCertificateAuthorityResponse$PemEncodedCertificate" : "PEM encoded certificate for the group.",
|
||||
"GetGroupVersionResponse$Arn" : "Arn of the group version.",
|
||||
"GetGroupVersionResponse$CreationTimestamp" : "Timestamp when the group version was created.",
|
||||
"GetGroupVersionResponse$Id" : "Id of the group version.",
|
||||
"GetGroupVersionResponse$Version" : "Unique Id for a version of the Group.",
|
||||
"GetLoggerDefinitionVersionResponse$Arn" : "Arn of the logger definition version.",
|
||||
"GetLoggerDefinitionVersionResponse$CreationTimestamp" : "Timestamp of when the logger definition version was created.",
|
||||
"GetLoggerDefinitionVersionResponse$Id" : "Id of the logger definition the version belongs to.",
|
||||
"GetLoggerDefinitionVersionResponse$Version" : "Version of the logger definition version.",
|
||||
"GetServiceRoleForAccountResponse$AssociatedAt" : "Time when the service role was associated to the account.",
|
||||
"GetServiceRoleForAccountResponse$RoleArn" : "Role arn which is associated to the account.",
|
||||
"GetSubscriptionDefinitionVersionResponse$Arn" : "Arn of the subscription definition version.",
|
||||
"GetSubscriptionDefinitionVersionResponse$CreationTimestamp" : "Timestamp of when the subscription definition version was created.",
|
||||
"GetSubscriptionDefinitionVersionResponse$Id" : "Id of the subscription definition the version belongs to.",
|
||||
"GetSubscriptionDefinitionVersionResponse$Version" : "Version of the subscription definition version.",
|
||||
"GroupCertificateAuthorityProperties$GroupCertificateAuthorityArn" : "Arn of the certificate authority for the group.",
|
||||
"GroupCertificateAuthorityProperties$GroupCertificateAuthorityId" : "Id of the certificate authority for the group.",
|
||||
"GroupCertificateConfiguration$CertificateAuthorityExpiryInMilliseconds" : "Amount of time when the certificate authority expires in milliseconds.",
|
||||
"GroupCertificateConfiguration$CertificateExpiryInMilliseconds" : "Amount of time when the certificate expires in milliseconds.",
|
||||
"GroupCertificateConfiguration$GroupId" : "Id of the group the certificate configuration belongs to.",
|
||||
"GroupInformation$Arn" : "Arn of a group.",
|
||||
"GroupInformation$CreationTimestamp" : "Timestamp of when the group was created.",
|
||||
"GroupInformation$Id" : "Id of a group.",
|
||||
"GroupInformation$LastUpdatedTimestamp" : "Last updated timestamp of the group.",
|
||||
"GroupInformation$LatestVersion" : "Last version of the group.",
|
||||
"GroupInformation$LatestVersionArn" : "Latest version arn of the group.",
|
||||
"GroupInformation$Name" : "Name of a group.",
|
||||
"GroupVersion$CoreDefinitionVersionArn" : "Core definition version arn for this group.",
|
||||
"GroupVersion$DeviceDefinitionVersionArn" : "Device definition version arn for this group.",
|
||||
"GroupVersion$FunctionDefinitionVersionArn" : "Function definition version arn for this group.",
|
||||
"GroupVersion$LoggerDefinitionVersionArn" : "Logger definitionv ersion arn for this group.",
|
||||
"GroupVersion$SubscriptionDefinitionVersionArn" : "Subscription definition version arn for this group.",
|
||||
"Core$CertificateArn" : "The ARN of the certificate associated with the core.",
|
||||
"Core$Id" : "The ID of the core.",
|
||||
"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.",
|
||||
"CreateDeploymentResponse$DeploymentArn" : "The ARN of the deployment.",
|
||||
"CreateDeploymentResponse$DeploymentId" : "The ID of the deployment.",
|
||||
"CreateGroupCertificateAuthorityResponse$GroupCertificateAuthorityArn" : "The ARN of the group certificate authority.",
|
||||
"CreateSoftwareUpdateJobResponse$IotJobArn" : "The IoT Job ARN corresponding to this update.",
|
||||
"CreateSoftwareUpdateJobResponse$IotJobId" : "The IoT Job Id corresponding to this update.",
|
||||
"DefinitionInformation$Arn" : "The ARN of the definition.",
|
||||
"DefinitionInformation$CreationTimestamp" : "The time, in milliseconds since the epoch, when the definition was created.",
|
||||
"DefinitionInformation$Id" : "The ID of the definition.",
|
||||
"DefinitionInformation$LastUpdatedTimestamp" : "The time, in milliseconds since the epoch, when the definition was last updated.",
|
||||
"DefinitionInformation$LatestVersion" : "The latest version of the definition.",
|
||||
"DefinitionInformation$LatestVersionArn" : "The ARN of the latest version of the definition.",
|
||||
"DefinitionInformation$Name" : "The name of the definition.",
|
||||
"Deployment$CreatedAt" : "The time, in milliseconds since the epoch, when the deployment was created.",
|
||||
"Deployment$DeploymentArn" : "The ARN of the deployment.",
|
||||
"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$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.",
|
||||
"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.",
|
||||
"GetConnectivityInfoResponse$Message" : "A message about the connectivity info request.",
|
||||
"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$Version" : "The version of the core definition version.",
|
||||
"GetDeploymentStatusResponse$DeploymentStatus" : "The status of the deployment.",
|
||||
"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$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$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.",
|
||||
"GetGroupCertificateAuthorityResponse$PemEncodedCertificate" : "The PEM encoded certificate for the group.",
|
||||
"GetGroupVersionResponse$Arn" : "The ARN of the group version.",
|
||||
"GetGroupVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the group version was created.",
|
||||
"GetGroupVersionResponse$Id" : "The ID of the group version.",
|
||||
"GetGroupVersionResponse$Version" : "The unique ID for the version of the group.",
|
||||
"GetLoggerDefinitionVersionResponse$Arn" : "The ARN of the logger definition version.",
|
||||
"GetLoggerDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the logger definition version was created.",
|
||||
"GetLoggerDefinitionVersionResponse$Id" : "The ID of the logger definition version.",
|
||||
"GetLoggerDefinitionVersionResponse$Version" : "The version of the logger definition version.",
|
||||
"GetResourceDefinitionVersionResponse$Arn" : "Arn of the resource definition version.",
|
||||
"GetResourceDefinitionVersionResponse$CreationTimestamp" : "The time, in milliseconds since the epoch, when the resource definition version was created.",
|
||||
"GetResourceDefinitionVersionResponse$Id" : "The ID of the resource definition version.",
|
||||
"GetResourceDefinitionVersionResponse$Version" : "The version of the resource definition version.",
|
||||
"GetServiceRoleForAccountResponse$AssociatedAt" : "The time when the service role was associated with the account.",
|
||||
"GetServiceRoleForAccountResponse$RoleArn" : "The ARN of the role which is associated with the account.",
|
||||
"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$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.",
|
||||
"GroupCertificateConfiguration$CertificateAuthorityExpiryInMilliseconds" : "The amount of time remaining before the certificate authority expires, in milliseconds.",
|
||||
"GroupCertificateConfiguration$CertificateExpiryInMilliseconds" : "The amount of time remaining before the certificate expires, in milliseconds.",
|
||||
"GroupCertificateConfiguration$GroupId" : "The ID of the group certificate configuration.",
|
||||
"GroupInformation$Arn" : "The ARN of the group.",
|
||||
"GroupInformation$CreationTimestamp" : "The time, in milliseconds since the epoch, when the group was created.",
|
||||
"GroupInformation$Id" : "The ID of the group.",
|
||||
"GroupInformation$LastUpdatedTimestamp" : "The time, in milliseconds since the epoch, when the group was last updated.",
|
||||
"GroupInformation$LatestVersion" : "The latest version of the group.",
|
||||
"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$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$SubscriptionDefinitionVersionArn" : "The ARN of the subscription definition version for this group.",
|
||||
"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.",
|
||||
"Logger$Id" : "Element Id for this entry in the list.",
|
||||
"ResetDeploymentsResponse$DeploymentArn" : "The arn of the reset deployment.",
|
||||
"ResetDeploymentsResponse$DeploymentId" : "The id of the reset deployment.",
|
||||
"Subscription$Id" : "Element Id for this entry in the list.",
|
||||
"Subscription$Source" : "Source of the subscription. Can be a thing arn, lambda arn or word 'cloud'",
|
||||
"Subscription$Subject" : "Subject of the message.",
|
||||
"Subscription$Target" : "Where the message is sent to. Can be a thing arn, lambda arn or word 'cloud'.",
|
||||
"UpdateConnectivityInfoResponse$Version" : "New Version",
|
||||
"UpdateConnectivityInfoResponse$message" : "Response Text",
|
||||
"UpdateGroupCertificateConfigurationRequest$CertificateExpiryInMilliseconds" : "Amount of time when the certificate expires in milliseconds.",
|
||||
"VersionInformation$Arn" : "Arn of the version.",
|
||||
"VersionInformation$CreationTimestamp" : "Timestamp of when the version was created.",
|
||||
"VersionInformation$Id" : "Id of the resource container.",
|
||||
"VersionInformation$Version" : "Unique Id of a version."
|
||||
"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.",
|
||||
"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.",
|
||||
"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'.",
|
||||
"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.",
|
||||
"UpdateTargets$member" : null,
|
||||
"VersionInformation$Arn" : "The ARN of the version.",
|
||||
"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.",
|
||||
"__mapOf__string$member" : null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user