Sha256: 626dd64e330df991012b1699e0da4aec13f2926fd102e5f248c64091dd6bd702
Contents?: true
Size: 1.78 KB
Versions: 25
Compression:
Stored size: 1.78 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module ACMPCA module Waiters class AuditReportCreated def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( certificate_authority_arn: ::String, audit_report_id: ::String ) -> Client::_DescribeCertificateAuthorityAuditReportResponseSuccess | (Hash[Symbol, untyped]) -> Client::_DescribeCertificateAuthorityAuditReportResponseSuccess end class CertificateAuthorityCSRCreated def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( certificate_authority_arn: ::String ) -> Client::_GetCertificateAuthorityCsrResponseSuccess | (Hash[Symbol, untyped]) -> Client::_GetCertificateAuthorityCsrResponseSuccess end class CertificateIssued def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void | (?Hash[Symbol, untyped]) -> void def wait: ( certificate_authority_arn: ::String, certificate_arn: ::String ) -> Client::_GetCertificateResponseSuccess | (Hash[Symbol, untyped]) -> Client::_GetCertificateResponseSuccess end end end end
Version data entries
25 entries across 25 versions & 1 rubygems