AWS.Tools.Greengrass.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Greengrass</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.AddGGResourceTagCmdlet">
            <summary>
            Adds tags to a Greengrass resource. Valid resources are 'Group', 'ConnectorDefinition',
            'CoreDefinition', 'DeviceDefinition', 'FunctionDefinition', 'LoggerDefinition', 'SubscriptionDefinition',
            'ResourceDefinition', and 'BulkDeployment'.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGResourceTagCmdlet.Tag">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.AddGGRoleToGroupCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGRoleToGroupCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGRoleToGroupCmdlet.RoleArn">
            <summary>
            <para>
            The ARN of the role you wish to associate with
            this group. The existence of the role is not validated.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGRoleToGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.AddGGServiceRoleToAccountCmdlet">
            <summary>
            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''.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGServiceRoleToAccountCmdlet.RoleArn">
            <summary>
            <para>
            The ARN of the service role you wish to associate
            with your account.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.AddGGServiceRoleToAccountCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGAssociatedRoleCmdlet">
            <summary>
            Retrieves the role associated with a particular group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGAssociatedRoleCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentDetailedReportListCmdlet">
            <summary>
            Gets a paginated list of the deployments that have been started in a bulk deployment
            operation, and their current deployment status.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentDetailedReportListCmdlet.BulkDeploymentId">
            <summary>
            <para>
            The ID of the bulk deployment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentDetailedReportListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentDetailedReportListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentListCmdlet">
            <summary>
            Returns a list of bulk deployments.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentStatusCmdlet">
            <summary>
            Returns the status of a bulk deployment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGBulkDeploymentStatusCmdlet.BulkDeploymentId">
            <summary>
            <para>
            The ID of the bulk deployment.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGConnectivityInfoCmdlet">
            <summary>
            Retrieves the connectivity information for a core.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectivityInfoCmdlet.ThingName">
            <summary>
            <para>
            The thing name.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionCmdlet">
            <summary>
            Retrieves information about a connector definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionListCmdlet">
            <summary>
            Retrieves a list of connector definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionCmdlet.ConnectorDefinitionVersionId">
            <summary>
            <para>
            The ID of the connector definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListConnectorDefinitionVersions'' requests. If the
            version is the last one that was associated with a connector definition, the value
            also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation''
            object.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionListCmdlet">
            <summary>
            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.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionListCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGConnectorDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionCmdlet">
            <summary>
            Retrieves information about a core definition version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionListCmdlet">
            <summary>
            Retrieves a list of core definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a core definition version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionCmdlet.CoreDefinitionVersionId">
            <summary>
            <para>
            The ID of the core definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version
            is the last one that was associated with a core definition, the value also maps to
            the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a core definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionListCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGCoreDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentListCmdlet">
            <summary>
            Returns a history of deployments for the group.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentListCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentStatusCmdlet">
            <summary>
            Returns the status of a deployment.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentStatusCmdlet.DeploymentId">
            <summary>
            <para>
            The ID of the deployment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeploymentStatusCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionCmdlet">
            <summary>
            Retrieves information about a device definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionListCmdlet">
            <summary>
            Retrieves a list of device definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a device definition version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionCmdlet.DeviceDefinitionVersionId">
            <summary>
            <para>
            The ID of the device definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListDeviceDefinitionVersions'' requests. If the version
            is the last one that was associated with a device definition, the value also maps
            to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a device definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionListCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGDeviceDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionCmdlet">
            <summary>
            Retrieves information about a Lambda function definition, including its creation time
            and latest version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionListCmdlet">
            <summary>
            Retrieves a list of Lambda function definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a Lambda function definition version, including which
            Lambda functions are included in the version and their configurations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionCmdlet.FunctionDefinitionVersionId">
            <summary>
            <para>
            The ID of the function definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListFunctionDefinitionVersions'' requests. If the version
            is the last one that was associated with a function definition, the value also maps
            to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a Lambda function definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionListCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGFunctionDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCmdlet">
            <summary>
            Retrieves information about a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateAuthorityCmdlet">
            <summary>
            Retreives the CA associated with a group. Returns the public key of the CA.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateAuthorityCmdlet.CertificateAuthorityId">
            <summary>
            <para>
            The ID of the certificate authority.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateAuthorityCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateAuthorityListCmdlet">
            <summary>
            Retrieves the current CAs for a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateAuthorityListCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateConfigurationCmdlet">
            <summary>
            Retrieves the current configuration for the CA used by the group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupCertificateConfigurationCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupListCmdlet">
            <summary>
            Retrieves a list of groups.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionCmdlet">
            <summary>
            Retrieves information about a group version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionCmdlet.GroupVersionId">
            <summary>
            <para>
            The ID of the group version. This value
            maps to the ''Version'' property of the corresponding ''VersionInformation'' object,
            which is returned by ''ListGroupVersions'' requests. If the version is the last one
            that was associated with a group, the value also maps to the ''LatestVersion'' property
            of the corresponding ''GroupInformation'' object.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionListCmdlet">
            <summary>
            Lists the versions of a group.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionListCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGGroupVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionCmdlet">
            <summary>
            Retrieves information about a logger definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionListCmdlet">
            <summary>
            Retrieves a list of logger definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a logger definition version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionCmdlet.LoggerDefinitionVersionId">
            <summary>
            <para>
            The ID of the logger definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListLoggerDefinitionVersions'' requests. If the version
            is the last one that was associated with a logger definition, the value also maps
            to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a logger definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionListCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGLoggerDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionCmdlet">
            <summary>
            Retrieves information about a resource definition, including its creation time and
            latest version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionListCmdlet">
            <summary>
            Retrieves a list of resource definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a resource definition version, including which resources
            are included in the version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionCmdlet.ResourceDefinitionVersionId">
            <summary>
            <para>
            The ID of the resource definition
            version. This value maps to the ''Version'' property of the corresponding ''VersionInformation''
            object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version
            is the last one that was associated with a resource definition, the value also maps
            to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a resource definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionListCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGResourceTagCmdlet">
            <summary>
            Retrieves a list of resource tags for a resource arn.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGServiceRoleForAccountCmdlet">
            <summary>
            Retrieves the service role that is attached to your account.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionCmdlet">
            <summary>
            Retrieves information about a subscription definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionListCmdlet">
            <summary>
            Retrieves a list of subscription definitions.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionCmdlet">
            <summary>
            Retrieves information about a subscription definition version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionCmdlet.SubscriptionDefinitionVersionId">
            <summary>
            <para>
            The ID of the subscription
            definition version. This value maps to the ''Version'' property of the corresponding
            ''VersionInformation'' object, which is returned by ''ListSubscriptionDefinitionVersions''
            requests. If the version is the last one that was associated with a subscription definition,
            the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation''
            object.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionListCmdlet">
            <summary>
            Lists the versions of a subscription definition.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionListCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of results to be returned
            per request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.GetGGSubscriptionDefinitionVersionListCmdlet.NextToken">
            <summary>
            <para>
            The token for the next set of results, or ''null''
            if there are no additional results.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet">
            <summary>
            Creates a connector definition. You may provide the initial version of the connector
            definition now or use ''CreateConnectorDefinitionVersion'' at a later time.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet.InitialVersion_Connector">
            <summary>
            <para>
            A list of references to connectors in this
            version, with their corresponding configuration settings.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionVersionCmdlet">
            <summary>
            Creates a version of a connector definition which has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionVersionCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionVersionCmdlet.Connector">
            <summary>
            <para>
            A list of references to connectors in this
            version, with their corresponding configuration settings.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGConnectorDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet.InitialVersion_Core">
            <summary>
            <para>
            A list of cores in the core definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionVersionCmdlet">
            <summary>
            Creates a version of a core definition that has already been defined. Greengrass groups
            must each contain exactly one Greengrass core.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionVersionCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionVersionCmdlet.Core">
            <summary>
            <para>
            A list of cores in the core definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGCoreDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet">
            <summary>
            Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to
            the ''X-Amzn-Client-Token'' token and the request parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.DeploymentId">
            <summary>
            <para>
            The ID of the deployment if you wish to redeploy
            a previous deployment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.DeploymentType">
            <summary>
            <para>
            The type of deployment. When used for ''CreateDeployment'',
            only ''NewDeployment'' and ''Redeployment'' are valid.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.GroupVersionId">
            <summary>
            <para>
            The ID of the group version to be deployed.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeploymentCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet">
            <summary>
            Creates a device definition. You may provide the initial version of the device definition
            now or use ''CreateDeviceDefinitionVersion'' at a later time.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet.InitialVersion_Device">
            <summary>
            <para>
            A list of devices in the definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionVersionCmdlet">
            <summary>
            Creates a version of a device definition that has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionVersionCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionVersionCmdlet.Device">
            <summary>
            <para>
            A list of devices in the definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGDeviceDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.InitialVersion_Function">
            <summary>
            <para>
            A list of Lambda functions in this function
            definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.RunAs_Gid">
            <summary>
            <para>
            The group ID whose permissions are used to run a Lambda
            function.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.Execution_IsolationMode">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.RunAs_Uid">
            <summary>
            <para>
            The user ID whose permissions are used to run a Lambda
            function.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet">
            <summary>
            Creates a version of a Lambda function definition that has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.Function">
            <summary>
            <para>
            A list of Lambda functions in this function
            definition version.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.RunAs_Gid">
            <summary>
            <para>
            The group ID whose permissions are used to run a Lambda
            function.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.Execution_IsolationMode">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.RunAs_Uid">
            <summary>
            <para>
            The user ID whose permissions are used to run a Lambda
            function.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGFunctionDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_ConnectorDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the connector
            definition version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_CoreDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the core definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_DeviceDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the device definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_FunctionDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the function definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_LoggerDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the logger definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.Name">
            <summary>
            <para>
            The name of the group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_ResourceDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the resource definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.InitialVersion_SubscriptionDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the subscription
            definition version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCertificateAuthorityCmdlet">
            <summary>
            Creates a CA for the group. If a CA already exists, it will rotate the existing CA.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCertificateAuthorityCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCertificateAuthorityCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupCertificateAuthorityCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet">
            <summary>
            Creates a version of a group which has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.ConnectorDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the connector
            definition version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.CoreDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the core definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.DeviceDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the device definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.FunctionDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the function definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.LoggerDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the logger definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.ResourceDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the resource definition
            version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.SubscriptionDefinitionVersionArn">
            <summary>
            <para>
            The ARN of the subscription
            definition version for this group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGGroupVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet">
            <summary>
            Creates a logger definition. You may provide the initial version of the logger definition
            now or use ''CreateLoggerDefinitionVersion'' at a later time.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet.InitialVersion_Logger">
            <summary>
            <para>
            A list of loggers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionVersionCmdlet">
            <summary>
            Creates a version of a logger definition that has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionVersionCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionVersionCmdlet.Logger">
            <summary>
            <para>
            A list of loggers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGLoggerDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet.InitialVersion_Resource">
            <summary>
            <para>
            A list of resources.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionVersionCmdlet">
            <summary>
            Creates a version of a resource definition that has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionVersionCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionVersionCmdlet.Resource">
            <summary>
            <para>
            A list of resources.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGResourceDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.S3UrlSignerRole">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.SoftwareToUpdate">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.UpdateAgentLogLevel">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.UpdateTarget">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.UpdateTargetsArchitecture">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.UpdateTargetsOperatingSystem">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSoftwareUpdateJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet">
            <summary>
            Creates a subscription definition. You may provide the initial version of the subscription
            definition now or use ''CreateSubscriptionDefinitionVersion'' at a later time.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet.InitialVersion_Subscription">
            <summary>
            <para>
            A list of subscriptions.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionVersionCmdlet">
            <summary>
            Creates a version of a subscription definition which has already been defined.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionVersionCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionVersionCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionVersionCmdlet.Subscription">
            <summary>
            <para>
            A list of subscriptions.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.NewGGSubscriptionDefinitionVersionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGConnectorDefinitionCmdlet">
            <summary>
            Deletes a connector definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGConnectorDefinitionCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGConnectorDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConnectorDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGConnectorDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGCoreDefinitionCmdlet">
            <summary>
            Deletes a core definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGCoreDefinitionCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGCoreDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the CoreDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGCoreDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGDeviceDefinitionCmdlet">
            <summary>
            Deletes a device definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGDeviceDefinitionCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGDeviceDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the DeviceDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGDeviceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGFunctionDefinitionCmdlet">
            <summary>
            Deletes a Lambda function definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGFunctionDefinitionCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGFunctionDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the FunctionDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGFunctionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGGroupCmdlet">
            <summary>
            Deletes a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGGroupCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGGroupCmdlet.PassThru">
            <summary>
            Returns the value passed to the GroupId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGLoggerDefinitionCmdlet">
            <summary>
            Deletes a logger definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGLoggerDefinitionCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGLoggerDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the LoggerDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGLoggerDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceDefinitionCmdlet">
            <summary>
            Deletes a resource definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceDefinitionCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceTagCmdlet">
            <summary>
            Remove resource tags from a Greengrass Resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceTagCmdlet.TagKey">
            <summary>
            <para>
            An array of tag keys to delete
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the ResourceArn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGRoleFromGroupCmdlet">
            <summary>
            Disassociates the role from a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGRoleFromGroupCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGRoleFromGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGServiceRoleFromAccountCmdlet">
            <summary>
            Disassociates the service role from your account. Without a service role, deployments
            will not work.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGServiceRoleFromAccountCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.RemoveGGSubscriptionDefinitionCmdlet">
            <summary>
            Deletes a subscription definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGSubscriptionDefinitionCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGSubscriptionDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the SubscriptionDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.RemoveGGSubscriptionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.ResetGGDeploymentCmdlet">
            <summary>
            Resets a group's deployments.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.ResetGGDeploymentCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.ResetGGDeploymentCmdlet.BestEffort">
            <summary>
            <para>
            If true, performs a best-effort only core reset.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.ResetGGDeploymentCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.ResetGGDeploymentCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet.AmznClientToken">
            <summary>
            <para>
            A client token used to correlate requests
            and responses.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet.ExecutionRoleArn">
            <summary>
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet.InputFileUri">
            <summary>
            <para>
            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.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet.Tag">
            <summary>
            <para>
            Tag(s) to add to the new resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StartGGBulkDeploymentCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.StopGGBulkDeploymentCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StopGGBulkDeploymentCmdlet.BulkDeploymentId">
            <summary>
            <para>
            The ID of the bulk deployment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StopGGBulkDeploymentCmdlet.PassThru">
            <summary>
            Returns the value passed to the BulkDeploymentId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.StopGGBulkDeploymentCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectivityInfoCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectivityInfoCmdlet.ConnectivityInfo">
            <summary>
            <para>
            A list of connectivity info.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectivityInfoCmdlet.ThingName">
            <summary>
            <para>
            The thing name.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectivityInfoCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectorDefinitionCmdlet">
            <summary>
            Updates a connector definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectorDefinitionCmdlet.ConnectorDefinitionId">
            <summary>
            <para>
            The ID of the connector definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectorDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectorDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the ConnectorDefinitionId parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGConnectorDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGCoreDefinitionCmdlet">
            <summary>
            Updates a core definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGCoreDefinitionCmdlet.CoreDefinitionId">
            <summary>
            <para>
            The ID of the core definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGCoreDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGCoreDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGCoreDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGDeviceDefinitionCmdlet">
            <summary>
            Updates a device definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGDeviceDefinitionCmdlet.DeviceDefinitionId">
            <summary>
            <para>
            The ID of the device definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGDeviceDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGDeviceDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGDeviceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGFunctionDefinitionCmdlet">
            <summary>
            Updates a Lambda function definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGFunctionDefinitionCmdlet.FunctionDefinitionId">
            <summary>
            <para>
            The ID of the Lambda function definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGFunctionDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGFunctionDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGFunctionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCmdlet">
            <summary>
            Updates a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCertificateConfigurationCmdlet">
            <summary>
            Updates the Certificate expiry time for a group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCertificateConfigurationCmdlet.CertificateExpiryInMillisecond">
            <summary>
            <para>
            The amount of time remaining
            before the certificate expires, in milliseconds.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCertificateConfigurationCmdlet.GroupId">
            <summary>
            <para>
            The ID of the Greengrass group.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGGroupCertificateConfigurationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGLoggerDefinitionCmdlet">
            <summary>
            Updates a logger definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGLoggerDefinitionCmdlet.LoggerDefinitionId">
            <summary>
            <para>
            The ID of the logger definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGLoggerDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGLoggerDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGLoggerDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGResourceDefinitionCmdlet">
            <summary>
            Updates a resource definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGResourceDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGResourceDefinitionCmdlet.ResourceDefinitionId">
            <summary>
            <para>
            The ID of the resource definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGResourceDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGResourceDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.GG.UpdateGGSubscriptionDefinitionCmdlet">
            <summary>
            Updates a subscription definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGSubscriptionDefinitionCmdlet.Name">
            <summary>
            <para>
            The name of the definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGSubscriptionDefinitionCmdlet.SubscriptionDefinitionId">
            <summary>
            <para>
            The ID of the subscription definition.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGSubscriptionDefinitionCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.GG.UpdateGGSubscriptionDefinitionCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>