Sha256: 6a5c1a33875a56d908a76aa3e46707e8e9de1b7d07f8b62fe6a3f68a63b368a0

Contents?: true

Size: 1.68 KB

Versions: 13

Compression:

Stored size: 1.68 KB

Contents

{
    "version": 2,
    "waiters": {
        "CertificateAuthorityCSRCreated": {
            "description": "Wait until a Certificate Authority CSR is created",
            "operation": "GetCertificateAuthorityCsr",
            "delay": 3,
            "maxAttempts": 60,
            "acceptors": [
                {
                    "state": "success",
                    "matcher": "status",
                    "expected": 200
                },
                {
                    "state": "retry",
                    "matcher": "error",
                    "expected": "RequestInProgressException"
                }
            ]
        },
        "CertificateIssued": {
            "description": "Wait until a certificate is issued",
            "operation": "GetCertificate",
            "delay": 3,
            "maxAttempts": 60,
            "acceptors": [
                {
                    "state": "success",
                    "matcher": "status",
                    "expected": 200
                },
                {
                    "state": "retry",
                    "matcher": "error",
                    "expected": "RequestInProgressException"
                }
            ]
        },
        "AuditReportCreated": {
            "description": "Wait until a Audit Report is created",
            "operation": "DescribeCertificateAuthorityAuditReport",
            "delay": 3,
            "maxAttempts": 60,
            "acceptors": [
                {
                    "state": "success",
                    "matcher": "path",
                    "argument": "AuditReportStatus",
                    "expected": "SUCCESS"
                }
            ]
        }
    }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aws-sdk-core-2.11.209 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.208 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.207 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.206 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.205 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.204 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.203 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.202 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.201 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.200 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.199 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.198 apis/acm-pca/2017-08-22/waiters-2.json
aws-sdk-core-2.11.197 apis/acm-pca/2017-08-22/waiters-2.json