--- swagger: "2.0" x-collection-name: AWS Simple Email Service x-complete: 0 info: title: AWS Simple Email Service API Create Configuration Set version: 1.0.0 description: Creates a configuration set. 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 /?Action=CreateConfigurationSet: get: summary: Create Configuration Set description: Creates a configuration set. operationId: createConfigurationSet x-api-path-slug: actioncreateconfigurationset-get parameters: - in: query name: ConfigurationSet description: A data structure that contains the name of the configuration set type: string responses: 200: description: OK tags: - Configuration 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 ---