--- swagger: "2.0" x-collection-name: AWS Simple Email Service x-complete: 0 info: title: AWS Simple Email Service API Clone Receipt Rule Set version: 1.0.0 description: Creates a receipt rule set by cloning an existing one. schemes: - http produces: - application/json consumes: - application/json paths: /?Action=CloneReceiptRuleSet: get: summary: Clone Receipt Rule Set description: Creates a receipt rule set by cloning an existing one. operationId: cloneReceiptRuleSet x-api-path-slug: actionclonereceiptruleset-get parameters: - in: query name: OriginalRuleSetName description: The name of the rule set to clone type: string - in: query name: RuleSetName description: The name of the rule set to create type: string responses: 200: description: OK tags: - Receipt Rule Sets x-streamrank: polling_total_time_average: 0 polling_size_download_average: 0 streaming_total_time_average: 0 streaming_size_download_average: 0 change_yes: 0 change_no: 0 time_percentage: 0 size_percentage: 0 change_percentage: 0 last_run: "" days_run: 0 minute_run: 0 ---