Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1767

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To retrieve the service setting for Parameter Store throughput**

The following ``get-service-setting`` This example retrieves the current service setting for Parameter Store throughput in the specified region. ::

    aws ssm get-service-setting \
        --setting-id arn:aws:ssm:us-east-1:123456789012:servicesetting/ssm/parameter-store/high-throughput-enabled

Output::

    {
        "ServiceSetting": {
            "SettingId": "/ssm/parameter-store/high-throughput-enabled",
            "SettingValue": "false",
            "LastModifiedDate": 1555532818.578,
            "LastModifiedUser": "System",
            "ARN": "arn:aws:ssm:us-east-1:123456789012:servicesetting/ssm/parameter-store/high-throughput-enabled",
            "Status": "Default"
        }
    }

For more information, see `Increasing Parameter Store Throughput <https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-throughput.html>`_ in the *AWS Systems Manager Users Guide*.