Smaws_Client_Proton
Proton client library built on EIO.
module Types : sig ... end
val make_template_sync_config :
?subdirectory:Types.subdirectory ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.template_sync_config
val make_update_template_sync_config_output :
?template_sync_config:Types.template_sync_config ->
unit ->
Types.update_template_sync_config_output
val make_update_template_sync_config_input :
?subdirectory:Types.subdirectory ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.update_template_sync_config_input
val make_compatible_environment_template :
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.compatible_environment_template
val make_service_template_version :
?supported_component_sources:
Types.service_template_supported_component_source_input_list ->
?schema:Types.template_schema ->
?description:Types.description ->
?status_message:Types.status_message ->
?recommended_minor_version:Types.template_version_part ->
compatible_environment_templates:Types.compatible_environment_template_list ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_template_version_arn ->
status:Types.template_version_status ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.service_template_version
val make_update_service_template_version_output :
service_template_version:Types.service_template_version ->
unit ->
Types.update_service_template_version_output
val make_compatible_environment_template_input :
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.compatible_environment_template_input
val make_update_service_template_version_input :
?supported_component_sources:
Types.service_template_supported_component_source_input_list ->
?compatible_environment_templates:
Types.compatible_environment_template_input_list ->
?status:Types.template_version_status ->
?description:Types.description ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.update_service_template_version_input
val make_service_template :
?pipeline_provisioning:Types.provisioning ->
?encryption_key:Types.arn ->
?recommended_version:Types.full_template_version_number ->
?description:Types.description ->
?display_name:Types.display_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_template_arn ->
name:Types.resource_name ->
unit ->
Types.service_template
val make_update_service_template_output :
service_template:Types.service_template ->
unit ->
Types.update_service_template_output
val make_update_service_template_input :
?description:Types.description ->
?display_name:Types.display_name ->
name:Types.resource_name ->
unit ->
Types.update_service_template_input
val make_service_sync_config :
file_path:Types.ops_file_path ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
service_name:Types.resource_name ->
unit ->
Types.service_sync_config
val make_update_service_sync_config_output :
?service_sync_config:Types.service_sync_config ->
unit ->
Types.update_service_sync_config_output
val make_update_service_sync_config_input :
file_path:Types.ops_file_path ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
service_name:Types.resource_name ->
unit ->
Types.update_service_sync_config_input
val make_sync_blocker_context :
value:Smaws_Lib.Smithy_api.Types.string_ ->
key:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.sync_blocker_context
val make_sync_blocker :
?resolved_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?resolved_reason:Smaws_Lib.Smithy_api.Types.string_ ->
?contexts:Types.sync_blocker_contexts ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_reason:Smaws_Lib.Smithy_api.Types.string_ ->
status:Types.blocker_status ->
type_:Types.blocker_type ->
id:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.sync_blocker
val make_update_service_sync_blocker_output :
?service_instance_name:Types.resource_name ->
service_sync_blocker:Types.sync_blocker ->
service_name:Types.resource_name ->
unit ->
Types.update_service_sync_blocker_output
val make_update_service_sync_blocker_input :
resolved_reason:Smaws_Lib.Smithy_api.Types.string_ ->
id:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.update_service_sync_blocker_input
val make_service_pipeline :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?spec:Types.spec_contents ->
?deployment_status_message:Types.status_message ->
deployment_status:Types.deployment_status ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.arn ->
unit ->
Types.service_pipeline
val make_update_service_pipeline_output :
pipeline:Types.service_pipeline ->
unit ->
Types.update_service_pipeline_output
val make_update_service_pipeline_input :
?template_minor_version:Types.template_version_part ->
?template_major_version:Types.template_version_part ->
deployment_type:Types.deployment_update_type ->
spec:Types.spec_contents ->
service_name:Types.resource_name ->
unit ->
Types.update_service_pipeline_input
val make_service :
?branch_name:Types.git_branch_name ->
?repository_id:Types.repository_id ->
?repository_connection_arn:Types.arn ->
?pipeline:Types.service_pipeline ->
?status_message:Types.status_message ->
?description:Types.description ->
spec:Types.spec_contents ->
status:Types.service_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
template_name:Types.resource_name ->
arn:Types.service_arn ->
name:Types.resource_name ->
unit ->
Types.service
val make_update_service_output :
service:Types.service ->
unit ->
Types.update_service_output
val make_service_instance :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?last_client_request_token:Smaws_Lib.Smithy_api.Types.string_ ->
?spec:Types.spec_contents ->
?deployment_status_message:Types.status_message ->
deployment_status:Types.deployment_status ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
environment_name:Types.resource_name ->
service_name:Types.resource_name ->
last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_instance_arn ->
name:Types.resource_name ->
unit ->
Types.service_instance
val make_update_service_instance_output :
service_instance:Types.service_instance ->
unit ->
Types.update_service_instance_output
val make_update_service_instance_input :
?client_token:Types.client_token ->
?template_minor_version:Types.template_version_part ->
?template_major_version:Types.template_version_part ->
?spec:Types.spec_contents ->
deployment_type:Types.deployment_update_type ->
service_name:Types.resource_name ->
name:Types.resource_name ->
unit ->
Types.update_service_instance_input
val make_update_service_input :
?spec:Types.spec_contents ->
?description:Types.description ->
name:Types.resource_name ->
unit ->
Types.update_service_input
val make_environment_template_version :
?schema:Types.template_schema ->
?description:Types.description ->
?status_message:Types.status_message ->
?recommended_minor_version:Types.template_version_part ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.environment_template_version_arn ->
status:Types.template_version_status ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.environment_template_version
val make_update_environment_template_version_output :
environment_template_version:Types.environment_template_version ->
unit ->
Types.update_environment_template_version_output
val make_update_environment_template_version_input :
?status:Types.template_version_status ->
?description:Types.description ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.update_environment_template_version_input
val make_environment_template :
?provisioning:Types.provisioning ->
?encryption_key:Types.arn ->
?recommended_version:Types.full_template_version_number ->
?description:Types.description ->
?display_name:Types.display_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.environment_template_arn ->
name:Types.resource_name ->
unit ->
Types.environment_template
val make_update_environment_template_output :
environment_template:Types.environment_template ->
unit ->
Types.update_environment_template_output
val make_update_environment_template_input :
?description:Types.description ->
?display_name:Types.display_name ->
name:Types.resource_name ->
unit ->
Types.update_environment_template_input
val make_repository_branch :
branch:Types.git_branch_name ->
name:Types.repository_name ->
provider:Types.repository_provider ->
arn:Types.repository_arn ->
unit ->
Types.repository_branch
val make_environment :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
?provisioning_repository:Types.repository_branch ->
?provisioning:Types.provisioning ->
?spec:Types.spec_contents ->
?environment_account_id:Types.aws_account_id ->
?environment_account_connection_id:Types.environment_account_connection_id ->
?proton_service_role_arn:Types.arn ->
?deployment_status_message:Types.status_message ->
?description:Types.description ->
deployment_status:Types.deployment_status ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
arn:Types.environment_arn ->
last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
name:Types.resource_name ->
unit ->
Types.environment
val make_update_environment_output :
environment:Types.environment ->
unit ->
Types.update_environment_output
val make_repository_branch_input :
branch:Types.git_branch_name ->
name:Types.repository_name ->
provider:Types.repository_provider ->
unit ->
Types.repository_branch_input
val make_update_environment_input :
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
?provisioning_repository:Types.repository_branch_input ->
?environment_account_connection_id:Types.environment_account_connection_id ->
?proton_service_role_arn:Types.arn ->
?template_minor_version:Types.template_version_part ->
?template_major_version:Types.template_version_part ->
?spec:Types.spec_contents ->
?description:Types.description ->
deployment_type:Types.deployment_update_type ->
name:Types.resource_name ->
unit ->
Types.update_environment_input
val make_environment_account_connection :
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
status:Types.environment_account_connection_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
requested_at:Smaws_Lib.Smithy_api.Types.timestamp ->
environment_name:Types.resource_name ->
role_arn:Types.arn ->
environment_account_id:Types.aws_account_id ->
management_account_id:Types.aws_account_id ->
arn:Types.environment_account_connection_arn ->
id:Types.environment_account_connection_id ->
unit ->
Types.environment_account_connection
val make_update_environment_account_connection_output :
environment_account_connection:Types.environment_account_connection ->
unit ->
Types.update_environment_account_connection_output
val make_update_environment_account_connection_input :
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
?role_arn:Types.role_arn ->
id:Types.environment_account_connection_id ->
unit ->
Types.update_environment_account_connection_input
val make_component :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?last_client_request_token:Smaws_Lib.Smithy_api.Types.string_ ->
?service_spec:Types.spec_contents ->
?deployment_status_message:Types.status_message ->
?last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?description:Types.description ->
deployment_status:Types.deployment_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
environment_name:Types.resource_name ->
arn:Types.component_arn ->
name:Types.resource_name ->
unit ->
Types.component
val make_update_component_output :
component:Types.component ->
unit ->
Types.update_component_output
val make_update_component_input :
?client_token:Types.client_token ->
?template_file:Types.template_file_contents ->
?service_spec:Types.spec_contents ->
?service_instance_name:Types.resource_name_or_empty ->
?service_name:Types.resource_name_or_empty ->
?description:Types.description ->
deployment_type:Types.component_deployment_update_type ->
name:Types.resource_name ->
unit ->
Types.update_component_input
val make_account_settings :
?pipeline_codebuild_role_arn:Types.role_arn_or_empty_string ->
?pipeline_provisioning_repository:Types.repository_branch ->
?pipeline_service_role_arn:Types.role_arn_or_empty_string ->
unit ->
Types.account_settings
val make_update_account_settings_output :
account_settings:Types.account_settings ->
unit ->
Types.update_account_settings_output
val make_update_account_settings_input :
?pipeline_codebuild_role_arn:Types.role_arn_or_empty_string ->
?delete_pipeline_provisioning_repository:Smaws_Lib.Smithy_api.Types.boolean_ ->
?pipeline_provisioning_repository:Types.repository_branch_input ->
?pipeline_service_role_arn:Types.role_arn_or_empty_string ->
unit ->
Types.update_account_settings_input
val make_untag_resource_input :
tag_keys:Types.tag_key_list ->
resource_arn:Types.arn ->
unit ->
Types.untag_resource_input
val make_s3_object_source :
key:Types.s3_key ->
bucket:Types.s3_bucket ->
unit ->
Types.s3_object_source
val make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val make_tag_resource_input :
tags:Types.tag_list ->
resource_arn:Types.arn ->
unit ->
Types.tag_resource_input
val make_service_template_version_summary :
?description:Types.description ->
?status_message:Types.status_message ->
?recommended_minor_version:Types.template_version_part ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_template_version_arn ->
status:Types.template_version_status ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.service_template_version_summary
val make_service_template_summary :
?pipeline_provisioning:Types.provisioning ->
?recommended_version:Types.full_template_version_number ->
?description:Types.description ->
?display_name:Types.display_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_template_arn ->
name:Types.resource_name ->
unit ->
Types.service_template_summary
val make_service_sync_blocker_summary :
?latest_blockers:Types.latest_sync_blockers ->
?service_instance_name:Smaws_Lib.Smithy_api.Types.string_ ->
service_name:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.service_sync_blocker_summary
val make_service_summary :
?status_message:Types.status_message ->
?description:Types.description ->
status:Types.service_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
template_name:Types.resource_name ->
arn:Types.service_arn ->
name:Types.resource_name ->
unit ->
Types.service_summary
val make_service_pipeline_state :
?spec:Types.spec_contents ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.service_pipeline_state
val make_service_instance_summary :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?deployment_status_message:Types.status_message ->
deployment_status:Types.deployment_status ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
environment_name:Types.resource_name ->
service_name:Types.resource_name ->
last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.service_instance_arn ->
name:Types.resource_name ->
unit ->
Types.service_instance_summary
val make_service_instance_state :
?last_successful_service_pipeline_deployment_id:Types.deployment_id ->
?last_successful_environment_deployment_id:Types.deployment_id ->
?last_successful_component_deployment_ids:Types.component_deployment_id_list ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
spec:Types.spec_contents ->
unit ->
Types.service_instance_state
val make_revision :
branch:Types.git_branch_name ->
directory:Smaws_Lib.Smithy_api.Types.string_ ->
sha:Types.sh_a ->
repository_provider:Types.repository_provider ->
repository_name:Types.repository_name ->
unit ->
Types.revision
val make_resource_sync_event :
?external_id:Smaws_Lib.Smithy_api.Types.string_ ->
event:Smaws_Lib.Smithy_api.Types.string_ ->
time:Smaws_Lib.Smithy_api.Types.timestamp ->
type_:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.resource_sync_event
val make_resource_sync_attempt :
events:Types.resource_sync_events ->
status:Types.resource_sync_status ->
started_at:Smaws_Lib.Smithy_api.Types.timestamp ->
target:Smaws_Lib.Smithy_api.Types.string_ ->
target_revision:Types.revision ->
initial_revision:Types.revision ->
unit ->
Types.resource_sync_attempt
val make_resource_counts_summary :
?behind_minor:Smaws_Lib.Smithy_api.Types.integer ->
?behind_major:Smaws_Lib.Smithy_api.Types.integer ->
?up_to_date:Smaws_Lib.Smithy_api.Types.integer ->
?failed:Smaws_Lib.Smithy_api.Types.integer ->
total:Smaws_Lib.Smithy_api.Types.integer ->
unit ->
Types.resource_counts_summary
val make_repository_sync_event :
?external_id:Smaws_Lib.Smithy_api.Types.string_ ->
event:Smaws_Lib.Smithy_api.Types.string_ ->
time:Smaws_Lib.Smithy_api.Types.timestamp ->
type_:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.repository_sync_event
val make_repository_sync_definition :
directory:Smaws_Lib.Smithy_api.Types.string_ ->
branch:Types.git_branch_name ->
parent:Smaws_Lib.Smithy_api.Types.string_ ->
target:Smaws_Lib.Smithy_api.Types.string_ ->
unit ->
Types.repository_sync_definition
val make_repository_sync_attempt :
events:Types.repository_sync_events ->
status:Types.repository_sync_status ->
started_at:Smaws_Lib.Smithy_api.Types.timestamp ->
unit ->
Types.repository_sync_attempt
val make_repository_summary :
connection_arn:Types.arn ->
name:Types.repository_name ->
provider:Types.repository_provider ->
arn:Types.repository_arn ->
unit ->
Types.repository_summary
val make_repository :
?encryption_key:Types.arn ->
connection_arn:Types.arn ->
name:Types.repository_name ->
provider:Types.repository_provider ->
arn:Types.repository_arn ->
unit ->
Types.repository
val make_reject_environment_account_connection_output :
environment_account_connection:Types.environment_account_connection ->
unit ->
Types.reject_environment_account_connection_output
val make_reject_environment_account_connection_input :
id:Types.environment_account_connection_id ->
unit ->
Types.reject_environment_account_connection_input
val make_provisioned_resource :
?provisioning_engine:Types.provisioned_resource_engine ->
?identifier:Types.provisioned_resource_identifier ->
?name:Types.provisioned_resource_name ->
unit ->
Types.provisioned_resource
val make_output :
?value_string:Types.output_value_string ->
?key:Types.output_key ->
unit ->
Types.output
val make_notify_resource_deployment_status_change_input :
?status_message:Types.status_message ->
?deployment_id:Types.deployment_id ->
?outputs:Types.outputs_list ->
?status:Types.resource_deployment_status ->
resource_arn:Types.arn ->
unit ->
Types.notify_resource_deployment_status_change_input
val make_list_tags_for_resource_output :
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
tags:Types.tag_list ->
unit ->
Types.list_tags_for_resource_output
val make_list_tags_for_resource_input :
?max_results:Types.max_page_results ->
?next_token:Smaws_Lib.Smithy_api.Types.string_ ->
resource_arn:Types.arn ->
unit ->
Types.list_tags_for_resource_input
val make_list_services_output :
?next_token:Types.next_token ->
services:Types.service_summary_list ->
unit ->
Types.list_services_output
val make_list_services_input :
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
unit ->
Types.list_services_input
val make_list_service_templates_output :
?next_token:Types.next_token ->
templates:Types.service_template_summary_list ->
unit ->
Types.list_service_templates_output
val make_list_service_templates_input :
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
unit ->
Types.list_service_templates_input
val make_list_service_template_versions_output :
?next_token:Types.next_token ->
template_versions:Types.service_template_version_summary_list ->
unit ->
Types.list_service_template_versions_output
val make_list_service_template_versions_input :
?major_version:Types.template_version_part ->
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
template_name:Types.resource_name ->
unit ->
Types.list_service_template_versions_input
val make_list_service_pipeline_provisioned_resources_output :
?next_token:Types.empty_next_token ->
provisioned_resources:Types.provisioned_resource_list ->
unit ->
Types.list_service_pipeline_provisioned_resources_output
val make_list_service_pipeline_provisioned_resources_input :
?next_token:Types.empty_next_token ->
service_name:Types.resource_name ->
unit ->
Types.list_service_pipeline_provisioned_resources_input
val make_list_service_pipeline_outputs_output :
?next_token:Types.empty_next_token ->
outputs:Types.outputs_list ->
unit ->
Types.list_service_pipeline_outputs_output
val make_list_service_pipeline_outputs_input :
?deployment_id:Types.deployment_id ->
?next_token:Types.empty_next_token ->
service_name:Types.resource_name ->
unit ->
Types.list_service_pipeline_outputs_input
val make_list_service_instances_output :
?next_token:Types.next_token ->
service_instances:Types.service_instance_summary_list ->
unit ->
Types.list_service_instances_output
val make_list_service_instances_filter :
?value:Types.list_service_instances_filter_value ->
?key:Types.list_service_instances_filter_by ->
unit ->
Types.list_service_instances_filter
val make_list_service_instances_input :
?sort_order:Types.sort_order ->
?sort_by:Types.list_service_instances_sort_by ->
?filters:Types.list_service_instances_filter_list ->
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
?service_name:Types.resource_name ->
unit ->
Types.list_service_instances_input
val make_list_service_instance_provisioned_resources_output :
?next_token:Types.empty_next_token ->
provisioned_resources:Types.provisioned_resource_list ->
unit ->
Types.list_service_instance_provisioned_resources_output
val make_list_service_instance_provisioned_resources_input :
?next_token:Types.empty_next_token ->
service_instance_name:Types.resource_name ->
service_name:Types.resource_name ->
unit ->
Types.list_service_instance_provisioned_resources_input
val make_list_service_instance_outputs_output :
?next_token:Types.empty_next_token ->
outputs:Types.outputs_list ->
unit ->
Types.list_service_instance_outputs_output
val make_list_service_instance_outputs_input :
?deployment_id:Types.deployment_id ->
?next_token:Types.empty_next_token ->
service_name:Types.resource_name ->
service_instance_name:Types.resource_name ->
unit ->
Types.list_service_instance_outputs_input
val make_list_repository_sync_definitions_output :
?next_token:Types.empty_next_token ->
sync_definitions:Types.repository_sync_definition_list ->
unit ->
Types.list_repository_sync_definitions_output
val make_list_repository_sync_definitions_input :
?next_token:Types.empty_next_token ->
sync_type:Types.sync_type ->
repository_provider:Types.repository_provider ->
repository_name:Types.repository_name ->
unit ->
Types.list_repository_sync_definitions_input
val make_list_repositories_output :
?next_token:Types.next_token ->
repositories:Types.repository_summary_list ->
unit ->
Types.list_repositories_output
val make_list_repositories_input :
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
unit ->
Types.list_repositories_input
val make_environment_summary :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?component_role_arn:Types.arn ->
?provisioning:Types.provisioning ->
?environment_account_id:Types.aws_account_id ->
?environment_account_connection_id:Types.environment_account_connection_id ->
?proton_service_role_arn:Types.arn ->
?deployment_status_message:Types.status_message ->
?description:Types.description ->
deployment_status:Types.deployment_status ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
arn:Types.environment_arn ->
last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
name:Types.resource_name ->
unit ->
Types.environment_summary
val make_list_environments_output :
?next_token:Types.next_token ->
environments:Types.environment_summary_list ->
unit ->
Types.list_environments_output
val make_environment_template_filter :
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.environment_template_filter
val make_list_environments_input :
?environment_templates:Types.environment_template_filter_list ->
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
unit ->
Types.list_environments_input
val make_environment_template_summary :
?provisioning:Types.provisioning ->
?recommended_version:Types.full_template_version_number ->
?description:Types.description ->
?display_name:Types.display_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.environment_template_arn ->
name:Types.resource_name ->
unit ->
Types.environment_template_summary
val make_list_environment_templates_output :
?next_token:Types.next_token ->
templates:Types.environment_template_summary_list ->
unit ->
Types.list_environment_templates_output
val make_list_environment_templates_input :
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
unit ->
Types.list_environment_templates_input
val make_environment_template_version_summary :
?description:Types.description ->
?status_message:Types.status_message ->
?recommended_minor_version:Types.template_version_part ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
arn:Types.environment_template_version_arn ->
status:Types.template_version_status ->
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.environment_template_version_summary
val make_list_environment_template_versions_output :
?next_token:Types.next_token ->
template_versions:Types.environment_template_version_summary_list ->
unit ->
Types.list_environment_template_versions_output
val make_list_environment_template_versions_input :
?major_version:Types.template_version_part ->
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
template_name:Types.resource_name ->
unit ->
Types.list_environment_template_versions_input
val make_list_environment_provisioned_resources_output :
?next_token:Types.empty_next_token ->
provisioned_resources:Types.provisioned_resource_list ->
unit ->
Types.list_environment_provisioned_resources_output
val make_list_environment_provisioned_resources_input :
?next_token:Types.empty_next_token ->
environment_name:Types.resource_name ->
unit ->
Types.list_environment_provisioned_resources_input
val make_list_environment_outputs_output :
?next_token:Types.empty_next_token ->
outputs:Types.outputs_list ->
unit ->
Types.list_environment_outputs_output
val make_list_environment_outputs_input :
?deployment_id:Types.deployment_id ->
?next_token:Types.empty_next_token ->
environment_name:Types.resource_name ->
unit ->
Types.list_environment_outputs_input
val make_environment_account_connection_summary :
?component_role_arn:Types.arn ->
status:Types.environment_account_connection_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
requested_at:Smaws_Lib.Smithy_api.Types.timestamp ->
environment_name:Types.resource_name ->
role_arn:Types.arn ->
environment_account_id:Types.aws_account_id ->
management_account_id:Types.aws_account_id ->
arn:Types.environment_account_connection_arn ->
id:Types.environment_account_connection_id ->
unit ->
Types.environment_account_connection_summary
val make_list_environment_account_connections_output :
?next_token:Types.next_token ->
environment_account_connections:
Types.environment_account_connection_summary_list ->
unit ->
Types.list_environment_account_connections_output
val make_list_environment_account_connections_input :
?max_results:Types.max_page_results ->
?next_token:Types.next_token ->
?statuses:Types.environment_account_connection_status_list ->
?environment_name:Types.resource_name ->
requested_by:Types.environment_account_connection_requester_account_type ->
unit ->
Types.list_environment_account_connections_input
val make_deployment_summary :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?component_name:Types.resource_name ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?completed_at:Smaws_Lib.Smithy_api.Types.timestamp ->
deployment_status:Types.deployment_status ->
environment_name:Types.resource_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
target_resource_type:Types.deployment_target_resource_type ->
target_resource_created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
target_arn:Types.arn ->
arn:Types.deployment_arn ->
id:Types.deployment_id ->
unit ->
Types.deployment_summary
val make_list_deployments_output :
?next_token:Types.next_token ->
deployments:Types.deployment_summary_list ->
unit ->
Types.list_deployments_output
val make_list_deployments_input :
?max_results:Types.max_page_results ->
?component_name:Types.resource_name ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?environment_name:Types.resource_name ->
?next_token:Types.next_token ->
unit ->
Types.list_deployments_input
val make_component_summary :
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?deployment_status_message:Types.status_message ->
?last_deployment_succeeded_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?last_deployment_attempted_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
deployment_status:Types.deployment_status ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
environment_name:Types.resource_name ->
arn:Types.component_arn ->
name:Types.resource_name ->
unit ->
Types.component_summary
val make_list_components_output :
?next_token:Types.next_token ->
components:Types.component_summary_list ->
unit ->
Types.list_components_output
val make_list_components_input :
?max_results:Types.max_page_results ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?environment_name:Types.resource_name ->
?next_token:Types.next_token ->
unit ->
Types.list_components_input
val make_list_component_provisioned_resources_output :
?next_token:Types.empty_next_token ->
provisioned_resources:Types.provisioned_resource_list ->
unit ->
Types.list_component_provisioned_resources_output
val make_list_component_provisioned_resources_input :
?next_token:Types.empty_next_token ->
component_name:Types.resource_name ->
unit ->
Types.list_component_provisioned_resources_input
val make_list_component_outputs_output :
?next_token:Types.empty_next_token ->
outputs:Types.outputs_list ->
unit ->
Types.list_component_outputs_output
val make_list_component_outputs_input :
?deployment_id:Types.deployment_id ->
?next_token:Types.empty_next_token ->
component_name:Types.resource_name ->
unit ->
Types.list_component_outputs_input
val make_get_template_sync_status_output :
?desired_state:Types.revision ->
?latest_successful_sync:Types.resource_sync_attempt ->
?latest_sync:Types.resource_sync_attempt ->
unit ->
Types.get_template_sync_status_output
val make_get_template_sync_status_input :
template_version:Types.template_version_part ->
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.get_template_sync_status_input
val make_get_template_sync_config_output :
?template_sync_config:Types.template_sync_config ->
unit ->
Types.get_template_sync_config_output
val make_get_template_sync_config_input :
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.get_template_sync_config_input
val make_get_service_template_version_output :
service_template_version:Types.service_template_version ->
unit ->
Types.get_service_template_version_output
val make_get_service_template_version_input :
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.get_service_template_version_input
val make_get_service_template_output :
service_template:Types.service_template ->
unit ->
Types.get_service_template_output
val make_get_service_template_input :
name:Types.resource_name ->
unit ->
Types.get_service_template_input
val make_get_service_sync_config_output :
?service_sync_config:Types.service_sync_config ->
unit ->
Types.get_service_sync_config_output
val make_get_service_sync_config_input :
service_name:Types.resource_name ->
unit ->
Types.get_service_sync_config_input
val make_get_service_sync_blocker_summary_output :
?service_sync_blocker_summary:Types.service_sync_blocker_summary ->
unit ->
Types.get_service_sync_blocker_summary_output
val make_get_service_sync_blocker_summary_input :
?service_instance_name:Types.resource_name ->
service_name:Types.resource_name ->
unit ->
Types.get_service_sync_blocker_summary_input
val make_get_service_output :
?service:Types.service ->
unit ->
Types.get_service_output
val make_get_service_instance_sync_status_output :
?desired_state:Types.revision ->
?latest_successful_sync:Types.resource_sync_attempt ->
?latest_sync:Types.resource_sync_attempt ->
unit ->
Types.get_service_instance_sync_status_output
val make_get_service_instance_sync_status_input :
service_instance_name:Types.resource_name ->
service_name:Types.resource_name ->
unit ->
Types.get_service_instance_sync_status_input
val make_get_service_instance_output :
service_instance:Types.service_instance ->
unit ->
Types.get_service_instance_output
val make_get_service_instance_input :
service_name:Types.resource_name ->
name:Types.resource_name ->
unit ->
Types.get_service_instance_input
val make_get_service_input :
name:Types.resource_name ->
unit ->
Types.get_service_input
val make_counts_summary :
?pipelines:Types.resource_counts_summary ->
?service_templates:Types.resource_counts_summary ->
?services:Types.resource_counts_summary ->
?service_instances:Types.resource_counts_summary ->
?environment_templates:Types.resource_counts_summary ->
?environments:Types.resource_counts_summary ->
?components:Types.resource_counts_summary ->
unit ->
Types.counts_summary
val make_get_resources_summary_output :
counts:Types.counts_summary ->
unit ->
Types.get_resources_summary_output
val make_get_repository_sync_status_output :
?latest_sync:Types.repository_sync_attempt ->
unit ->
Types.get_repository_sync_status_output
val make_get_repository_sync_status_input :
sync_type:Types.sync_type ->
branch:Types.git_branch_name ->
repository_provider:Types.repository_provider ->
repository_name:Types.repository_name ->
unit ->
Types.get_repository_sync_status_input
val make_get_repository_output :
repository:Types.repository ->
unit ->
Types.get_repository_output
val make_get_repository_input :
name:Types.repository_name ->
provider:Types.repository_provider ->
unit ->
Types.get_repository_input
val make_get_environment_template_version_output :
environment_template_version:Types.environment_template_version ->
unit ->
Types.get_environment_template_version_output
val make_get_environment_template_version_input :
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.get_environment_template_version_input
val make_get_environment_template_output :
environment_template:Types.environment_template ->
unit ->
Types.get_environment_template_output
val make_get_environment_template_input :
name:Types.resource_name ->
unit ->
Types.get_environment_template_input
val make_get_environment_output :
environment:Types.environment ->
unit ->
Types.get_environment_output
val make_get_environment_input :
name:Types.resource_name ->
unit ->
Types.get_environment_input
val make_get_environment_account_connection_output :
environment_account_connection:Types.environment_account_connection ->
unit ->
Types.get_environment_account_connection_output
val make_get_environment_account_connection_input :
id:Types.environment_account_connection_id ->
unit ->
Types.get_environment_account_connection_input
val make_environment_state :
?spec:Types.spec_contents ->
template_minor_version:Types.template_version_part ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.environment_state
val make_component_state :
?template_file:Types.template_file_contents ->
?service_spec:Types.spec_contents ->
?service_instance_name:Types.resource_name_or_empty ->
?service_name:Types.resource_name_or_empty ->
unit ->
Types.component_state
val make_deployment :
?target_state:Types.deployment_state ->
?initial_state:Types.deployment_state ->
?last_succeeded_deployment_id:Types.deployment_id ->
?last_attempted_deployment_id:Types.deployment_id ->
?completed_at:Smaws_Lib.Smithy_api.Types.timestamp ->
?deployment_status_message:Types.status_message ->
?component_name:Types.resource_name ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
last_modified_at:Smaws_Lib.Smithy_api.Types.timestamp ->
created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
deployment_status:Types.deployment_status ->
environment_name:Types.resource_name ->
target_resource_type:Types.deployment_target_resource_type ->
target_resource_created_at:Smaws_Lib.Smithy_api.Types.timestamp ->
target_arn:Types.arn ->
arn:Types.deployment_arn ->
id:Types.deployment_id ->
unit ->
Types.deployment
val make_get_deployment_output :
?deployment:Types.deployment ->
unit ->
Types.get_deployment_output
val make_get_deployment_input :
?component_name:Types.resource_name ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?environment_name:Types.resource_name ->
id:Types.deployment_id ->
unit ->
Types.get_deployment_input
val make_get_component_output :
?component:Types.component ->
unit ->
Types.get_component_output
val make_get_component_input :
name:Types.resource_name ->
unit ->
Types.get_component_input
val make_get_account_settings_output :
?account_settings:Types.account_settings ->
unit ->
Types.get_account_settings_output
val make_delete_template_sync_config_output :
?template_sync_config:Types.template_sync_config ->
unit ->
Types.delete_template_sync_config_output
val make_delete_template_sync_config_input :
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.delete_template_sync_config_input
val make_delete_service_template_version_output :
?service_template_version:Types.service_template_version ->
unit ->
Types.delete_service_template_version_output
val make_delete_service_template_version_input :
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.delete_service_template_version_input
val make_delete_service_template_output :
?service_template:Types.service_template ->
unit ->
Types.delete_service_template_output
val make_delete_service_template_input :
name:Types.resource_name ->
unit ->
Types.delete_service_template_input
val make_delete_service_sync_config_output :
?service_sync_config:Types.service_sync_config ->
unit ->
Types.delete_service_sync_config_output
val make_delete_service_sync_config_input :
service_name:Types.resource_name ->
unit ->
Types.delete_service_sync_config_input
val make_delete_service_output :
?service:Types.service ->
unit ->
Types.delete_service_output
val make_delete_service_input :
name:Types.resource_name ->
unit ->
Types.delete_service_input
val make_delete_repository_output :
?repository:Types.repository ->
unit ->
Types.delete_repository_output
val make_delete_repository_input :
name:Types.repository_name ->
provider:Types.repository_provider ->
unit ->
Types.delete_repository_input
val make_delete_environment_template_version_output :
?environment_template_version:Types.environment_template_version ->
unit ->
Types.delete_environment_template_version_output
val make_delete_environment_template_version_input :
minor_version:Types.template_version_part ->
major_version:Types.template_version_part ->
template_name:Types.resource_name ->
unit ->
Types.delete_environment_template_version_input
val make_delete_environment_template_output :
?environment_template:Types.environment_template ->
unit ->
Types.delete_environment_template_output
val make_delete_environment_template_input :
name:Types.resource_name ->
unit ->
Types.delete_environment_template_input
val make_delete_environment_output :
?environment:Types.environment ->
unit ->
Types.delete_environment_output
val make_delete_environment_input :
name:Types.resource_name ->
unit ->
Types.delete_environment_input
val make_delete_environment_account_connection_output :
?environment_account_connection:Types.environment_account_connection ->
unit ->
Types.delete_environment_account_connection_output
val make_delete_environment_account_connection_input :
id:Types.environment_account_connection_id ->
unit ->
Types.delete_environment_account_connection_input
val make_delete_deployment_output :
?deployment:Types.deployment ->
unit ->
Types.delete_deployment_output
val make_delete_deployment_input :
id:Types.deployment_id ->
unit ->
Types.delete_deployment_input
val make_delete_component_output :
?component:Types.component ->
unit ->
Types.delete_component_output
val make_delete_component_input :
name:Types.resource_name ->
unit ->
Types.delete_component_input
val make_create_template_sync_config_output :
?template_sync_config:Types.template_sync_config ->
unit ->
Types.create_template_sync_config_output
val make_create_template_sync_config_input :
?subdirectory:Types.subdirectory ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
template_type:Types.template_type ->
template_name:Types.resource_name ->
unit ->
Types.create_template_sync_config_input
val make_create_service_template_version_output :
service_template_version:Types.service_template_version ->
unit ->
Types.create_service_template_version_output
val make_create_service_template_version_input :
?supported_component_sources:
Types.service_template_supported_component_source_input_list ->
?tags:Types.tag_list ->
?major_version:Types.template_version_part ->
?description:Types.description ->
?client_token:Types.client_token ->
compatible_environment_templates:
Types.compatible_environment_template_input_list ->
source:Types.template_version_source_input ->
template_name:Types.resource_name ->
unit ->
Types.create_service_template_version_input
val make_create_service_template_output :
service_template:Types.service_template ->
unit ->
Types.create_service_template_output
val make_create_service_template_input :
?tags:Types.tag_list ->
?pipeline_provisioning:Types.provisioning ->
?encryption_key:Types.arn ->
?description:Types.description ->
?display_name:Types.display_name ->
name:Types.resource_name ->
unit ->
Types.create_service_template_input
val make_create_service_sync_config_output :
?service_sync_config:Types.service_sync_config ->
unit ->
Types.create_service_sync_config_output
val make_create_service_sync_config_input :
file_path:Types.ops_file_path ->
branch:Types.git_branch_name ->
repository_name:Types.repository_name ->
repository_provider:Types.repository_provider ->
service_name:Types.resource_name ->
unit ->
Types.create_service_sync_config_input
val make_create_service_output :
service:Types.service ->
unit ->
Types.create_service_output
val make_create_service_instance_output :
service_instance:Types.service_instance ->
unit ->
Types.create_service_instance_output
val make_create_service_instance_input :
?client_token:Types.client_token ->
?tags:Types.tag_list ->
?template_minor_version:Types.template_version_part ->
?template_major_version:Types.template_version_part ->
spec:Types.spec_contents ->
service_name:Types.resource_name ->
name:Types.resource_name ->
unit ->
Types.create_service_instance_input
val make_create_service_input :
?tags:Types.tag_list ->
?branch_name:Types.git_branch_name ->
?repository_id:Types.repository_id ->
?repository_connection_arn:Types.arn ->
?template_minor_version:Types.template_version_part ->
?description:Types.description ->
spec:Types.spec_contents ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
name:Types.resource_name ->
unit ->
Types.create_service_input
val make_create_repository_output :
repository:Types.repository ->
unit ->
Types.create_repository_output
val make_create_repository_input :
?tags:Types.tag_list ->
?encryption_key:Types.arn ->
connection_arn:Types.arn ->
name:Types.repository_name ->
provider:Types.repository_provider ->
unit ->
Types.create_repository_input
val make_create_environment_template_version_output :
environment_template_version:Types.environment_template_version ->
unit ->
Types.create_environment_template_version_output
val make_create_environment_template_version_input :
?tags:Types.tag_list ->
?major_version:Types.template_version_part ->
?description:Types.description ->
?client_token:Types.client_token ->
source:Types.template_version_source_input ->
template_name:Types.resource_name ->
unit ->
Types.create_environment_template_version_input
val make_create_environment_template_output :
environment_template:Types.environment_template ->
unit ->
Types.create_environment_template_output
val make_create_environment_template_input :
?tags:Types.tag_list ->
?provisioning:Types.provisioning ->
?encryption_key:Types.arn ->
?description:Types.description ->
?display_name:Types.display_name ->
name:Types.resource_name ->
unit ->
Types.create_environment_template_input
val make_create_environment_output :
environment:Types.environment ->
unit ->
Types.create_environment_output
val make_create_environment_input :
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
?provisioning_repository:Types.repository_branch_input ->
?tags:Types.tag_list ->
?environment_account_connection_id:Types.environment_account_connection_id ->
?proton_service_role_arn:Types.arn ->
?description:Types.description ->
?template_minor_version:Types.template_version_part ->
spec:Types.spec_contents ->
template_major_version:Types.template_version_part ->
template_name:Types.resource_name ->
name:Types.resource_name ->
unit ->
Types.create_environment_input
val make_create_environment_account_connection_output :
environment_account_connection:Types.environment_account_connection ->
unit ->
Types.create_environment_account_connection_output
val make_create_environment_account_connection_input :
?codebuild_role_arn:Types.role_arn ->
?component_role_arn:Types.role_arn ->
?tags:Types.tag_list ->
?role_arn:Types.role_arn ->
?client_token:Types.client_token ->
environment_name:Types.resource_name ->
management_account_id:Types.aws_account_id ->
unit ->
Types.create_environment_account_connection_input
val make_create_component_output :
component:Types.component ->
unit ->
Types.create_component_output
val make_create_component_input :
?client_token:Types.client_token ->
?tags:Types.tag_list ->
?service_spec:Types.spec_contents ->
?environment_name:Types.resource_name ->
?service_instance_name:Types.resource_name ->
?service_name:Types.resource_name ->
?description:Types.description ->
manifest:Types.template_manifest_contents ->
template_file:Types.template_file_contents ->
name:Types.resource_name ->
unit ->
Types.create_component_input
val make_cancel_service_pipeline_deployment_output :
pipeline:Types.service_pipeline ->
unit ->
Types.cancel_service_pipeline_deployment_output
val make_cancel_service_pipeline_deployment_input :
service_name:Types.resource_name ->
unit ->
Types.cancel_service_pipeline_deployment_input
val make_cancel_service_instance_deployment_output :
service_instance:Types.service_instance ->
unit ->
Types.cancel_service_instance_deployment_output
val make_cancel_service_instance_deployment_input :
service_name:Types.resource_name ->
service_instance_name:Types.resource_name ->
unit ->
Types.cancel_service_instance_deployment_input
val make_cancel_environment_deployment_output :
environment:Types.environment ->
unit ->
Types.cancel_environment_deployment_output
val make_cancel_environment_deployment_input :
environment_name:Types.resource_name ->
unit ->
Types.cancel_environment_deployment_input
val make_cancel_component_deployment_output :
component:Types.component ->
unit ->
Types.cancel_component_deployment_output
val make_cancel_component_deployment_input :
component_name:Types.resource_name ->
unit ->
Types.cancel_component_deployment_input
val make_accept_environment_account_connection_output :
environment_account_connection:Types.environment_account_connection ->
unit ->
Types.accept_environment_account_connection_output
val make_accept_environment_account_connection_input :
id:Types.environment_account_connection_id ->
unit ->
Types.accept_environment_account_connection_input
Operations
module AcceptEnvironmentAccountConnection : sig ... end
In a management account, an environment account connection request is accepted. When the environment account connection request is accepted, Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.
module CancelComponentDeployment : sig ... end
Attempts to cancel a component deployment (for a component that is in the IN_PROGRESS
deployment status).
module CancelEnvironmentDeployment : sig ... end
Attempts to cancel an environment deployment on an UpdateEnvironment
action, if the deployment is IN_PROGRESS
. For more information, see Update an environment in the Proton User guide.
module CancelServiceInstanceDeployment : sig ... end
Attempts to cancel a service instance deployment on an UpdateServiceInstance
action, if the deployment is IN_PROGRESS
. For more information, see Update a service instance in the Proton User guide.
module CancelServicePipelineDeployment : sig ... end
Attempts to cancel a service pipeline deployment on an UpdateServicePipeline
action, if the deployment is IN_PROGRESS
. For more information, see Update a service pipeline in the Proton User guide.
module CreateComponent : sig ... end
Create an Proton component. A component is an infrastructure extension for a service instance.
module CreateEnvironment : sig ... end
Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can be shared across services.
module CreateEnvironmentAccountConnection : sig ... end
Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the environment account from a management account.
module CreateEnvironmentTemplate : sig ... end
Create an environment template for Proton. For more information, see Environment Templates in the Proton User Guide.
module CreateEnvironmentTemplateVersion : sig ... end
Create a new major or minor version of an environment template. A major version of an environment template is a version that isn't backwards compatible. A minor version of an environment template is a version that's backwards compatible within its major version.
module CreateRepository : sig ... end
Create and register a link to a repository. Proton uses the link to repeatedly access the repository, to either push to it (self-managed provisioning) or pull from it (template sync). You can share a linked repository across multiple resources (like environments using self-managed provisioning, or synced templates). When you create a repository link, Proton creates a service-linked role for you.
module CreateService : sig ... end
Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and pipeline. For more information, see Services in the Proton User Guide.
module CreateServiceInstance : sig ... end
Create a service instance.
module CreateServiceSyncConfig : sig ... end
Create the Proton Ops configuration file.
module CreateServiceTemplate : sig ... end
Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CI/CD service pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition, they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service template. For more information, see Proton templates in the Proton User Guide.
module CreateServiceTemplateVersion : sig ... end
Create a new major or minor version of a service template. A major version of a service template is a version that isn't backward compatible. A minor version of a service template is a version that's backward compatible within its major version.
module CreateTemplateSyncConfig : sig ... end
Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository
.
module DeleteComponent : sig ... end
Delete an Proton component resource.
module DeleteDeployment : sig ... end
Delete the deployment.
module DeleteEnvironment : sig ... end
Delete an environment.
module DeleteEnvironmentAccountConnection : sig ... end
In an environment account, delete an environment account connection.
module DeleteEnvironmentTemplate : sig ... end
If no other major or minor versions of an environment template exist, delete the environment template.
module DeleteEnvironmentTemplateVersion : sig ... end
If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the Recommended
version. Delete the Recommended
version of the environment template if no other major versions or minor versions of the environment template exist. A major version of an environment template is a version that's not backward compatible.
module DeleteRepository : sig ... end
De-register and unlink your repository.
module DeleteService : sig ... end
Delete a service, with its instances and pipeline.
module DeleteServiceSyncConfig : sig ... end
Delete the Proton Ops file.
module DeleteServiceTemplate : sig ... end
If no other major or minor versions of the service template exist, delete the service template.
module DeleteServiceTemplateVersion : sig ... end
If no other minor versions of a service template exist, delete a major version of the service template if it's not the Recommended
version. Delete the Recommended
version of the service template if no other major versions or minor versions of the service template exist. A major version of a service template is a version that isn't backwards compatible.
module DeleteTemplateSyncConfig : sig ... end
Delete a template sync configuration.
module GetAccountSettings : sig ... end
Get detail data for Proton account-wide settings.
module GetComponent : sig ... end
Get detailed data for a component.
module GetDeployment : sig ... end
Get detailed data for a deployment.
module GetEnvironment : sig ... end
Get detailed data for an environment.
module GetEnvironmentAccountConnection : sig ... end
In an environment account, get the detailed data for an environment account connection.
module GetEnvironmentTemplate : sig ... end
Get detailed data for an environment template.
module GetEnvironmentTemplateVersion : sig ... end
Get detailed data for a major or minor version of an environment template.
module GetRepository : sig ... end
Get detail data for a linked repository.
module GetRepositorySyncStatus : sig ... end
Get the sync status of a repository used for Proton template sync. For more information about template sync, see .
module GetResourcesSummary : sig ... end
Get counts of Proton resources.
module GetService : sig ... end
Get detailed data for a service.
module GetServiceInstance : sig ... end
Get detailed data for a service instance. A service instance is an instantiation of service template and it runs in a specific environment.
module GetServiceInstanceSyncStatus : sig ... end
Get the status of the synced service instance.
module GetServiceSyncBlockerSummary : sig ... end
Get detailed data for the service sync blocker summary.
module GetServiceSyncConfig : sig ... end
Get detailed information for the service sync configuration.
module GetServiceTemplate : sig ... end
Get detailed data for a service template.
module GetServiceTemplateVersion : sig ... end
Get detailed data for a major or minor version of a service template.
module GetTemplateSyncConfig : sig ... end
Get detail data for a template sync configuration.
module GetTemplateSyncStatus : sig ... end
Get the status of a template sync.
module ListComponentOutputs : sig ... end
Get a list of component Infrastructure as Code (IaC) outputs.
module ListComponentProvisionedResources : sig ... end
List provisioned resources for a component with details.
module ListComponents : sig ... end
List components with summary data. You can filter the result list by environment, service, or a single service instance.
module ListDeployments : sig ... end
List deployments. You can filter the result list by environment, service, or a single service instance.
module ListEnvironmentAccountConnections : sig ... end
View a list of environment account connections.
module ListEnvironmentOutputs : sig ... end
List the infrastructure as code outputs for your environment.
module ListEnvironmentProvisionedResources : sig ... end
List the provisioned resources for your environment.
module ListEnvironmentTemplateVersions : sig ... end
List major or minor versions of an environment template with detail data.
module ListEnvironmentTemplates : sig ... end
List environment templates.
module ListEnvironments : sig ... end
List environments with detail data summaries.
module ListRepositories : sig ... end
List linked repositories with detail data.
module ListRepositorySyncDefinitions : sig ... end
List repository sync definitions with detail data.
module ListServiceInstanceOutputs : sig ... end
Get a list service of instance Infrastructure as Code (IaC) outputs.
module ListServiceInstanceProvisionedResources : sig ... end
List provisioned resources for a service instance with details.
module ListServiceInstances : sig ... end
List service instances with summary data. This action lists service instances of all services in the Amazon Web Services account.
module ListServicePipelineOutputs : sig ... end
Get a list of service pipeline Infrastructure as Code (IaC) outputs.
module ListServicePipelineProvisionedResources : sig ... end
List provisioned resources for a service and pipeline with details.
module ListServiceTemplateVersions : sig ... end
List major or minor versions of a service template with detail data.
module ListServiceTemplates : sig ... end
List service templates with detail data.
module ListServices : sig ... end
List services with summaries of detail data.
module ListTagsForResource : sig ... end
List tags for a resource. For more information, see Proton resources and tagging in the Proton User Guide.
module NotifyResourceDeploymentStatusChange : sig ... end
Notify Proton of status changes to a provisioned resource when you use self-managed provisioning.
module RejectEnvironmentAccountConnection : sig ... end
In a management account, reject an environment account connection from another environment account.
module TagResource : sig ... end
Tag a resource. A tag is a key-value pair of metadata that you associate with an Proton resource.
module UntagResource : sig ... end
Remove a customer tag from a resource. A tag is a key-value pair of metadata associated with an Proton resource.
module UpdateAccountSettings : sig ... end
Update Proton settings that are used for multiple services in the Amazon Web Services account.
module UpdateComponent : sig ... end
Update a component.
module UpdateEnvironment : sig ... end
Update an environment.
module UpdateEnvironmentAccountConnection : sig ... end
In an environment account, update an environment account connection to use a new IAM role.
module UpdateEnvironmentTemplate : sig ... end
Update an environment template.
module UpdateEnvironmentTemplateVersion : sig ... end
Update a major or minor version of an environment template.
module UpdateService : sig ... end
Edit a service description or use a spec to add and delete service instances.
module UpdateServiceInstance : sig ... end
Update a service instance.
module UpdateServicePipeline : sig ... end
Update the service pipeline.
module UpdateServiceSyncBlocker : sig ... end
Update the service sync blocker by resolving it.
module UpdateServiceSyncConfig : sig ... end
Update the Proton Ops config file.
module UpdateServiceTemplate : sig ... end
Update a service template.
module UpdateServiceTemplateVersion : sig ... end
Update a major or minor version of a service template.
module UpdateTemplateSyncConfig : sig ... end
Update template sync configuration parameters, except for the templateName
and templateType
. Repository details (branch, name, and provider) should be of a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository
.
module Json_serializers : sig ... end
module Json_deserializers : sig ... end