Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.3.1
- Actions support multiaccount integration.

## 1.3.0
- `sqs_sensor` supports multiaccount integration.

Expand Down
4 changes: 4 additions & 0 deletions actions/acm_add_tags_to_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_add_tags_to_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: add_tags_to_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_delete_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_delete_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_describe_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_describe_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: describe_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_get_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_get_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: get_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_import_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_import_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: import_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_list_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_list_certificates
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: list_certificates
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_list_tags_for_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_list_tags_for_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: list_tags_for_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_remove_tags_from_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_remove_tags_from_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: remove_tags_from_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_request_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_request_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: request_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/acm_resend_validation_email.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: acm_resend_validation_email
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: resend_validation_email
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_api_key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_api_key
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_api_key
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_authorizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_authorizer
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_authorizer
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_base_path_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_base_path_mapping
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_base_path_mapping
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_deployment
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_deployment
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_documentation_part.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_documentation_part
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_documentation_part
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_documentation_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_documentation_version
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_documentation_version
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_domain_name.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_domain_name
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_domain_name
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_model
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_model
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_request_validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_request_validator
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_request_validator
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_resource
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_resource
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_rest_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_rest_api
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_rest_api
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_stage
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_stage
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_usage_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_usage_plan
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_usage_plan
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_create_usage_plan_key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_create_usage_plan_key
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: create_usage_plan_key
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_api_key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_api_key
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_api_key
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_authorizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_authorizer
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_authorizer
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_base_path_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_base_path_mapping
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_base_path_mapping
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_client_certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_client_certificate
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_client_certificate
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_deployment
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_deployment
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_documentation_part.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_documentation_part
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_documentation_part
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_documentation_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_documentation_version
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_documentation_version
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_domain_name.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_domain_name
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_domain_name
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_integration
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_integration
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_integration_response.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_integration_response
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_integration_response
immutable: true
Expand Down
4 changes: 4 additions & 0 deletions actions/apigateway_delete_method.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ entry_point: run.py
name: apigateway_delete_method
runner_type: python-script
parameters:
account_id:
type: string
region:
type: string
action:
default: delete_method
immutable: true
Expand Down
Loading