SSM (Web Services Systems Manager)

Implementation details for API ssm

Coverage Overview

Web Services Systems Manager (SSM) is supported by LocalStack in the community version with additional features available in the pro version.

AvailabilityTesting*
OperationImplementedEditionInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddTagsToResource✔️community✔️✔️✔️✔️Show Tests
AssociateOpsItemRelatedItem
CancelCommand✔️pro✔️Show Tests
CancelMaintenanceWindowExecution
CreateActivation
CreateAssociation
CreateAssociationBatch
CreateDocument✔️community✔️✔️
CreateMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
CreateOpsItem
CreateOpsMetadata
CreatePatchBaseline✔️community✔️✔️✔️✔️Show Tests
CreateResourceDataSync
DeleteActivation
DeleteAssociation
DeleteDocument✔️community✔️✔️
DeleteInventory
DeleteMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
DeleteOpsItem
DeleteOpsMetadata
DeleteParameter✔️community✔️✔️✔️✔️✔️Show Tests
DeleteParameters✔️community✔️
DeletePatchBaseline✔️community✔️✔️✔️✔️Show Tests
DeleteResourceDataSync
DeleteResourcePolicy
DeregisterManagedInstance
DeregisterPatchBaselineForPatchGroup
DeregisterTargetFromMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
DeregisterTaskFromMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
DescribeActivations
DescribeAssociation
DescribeAssociationExecutionTargets
DescribeAssociationExecutions
DescribeAutomationExecutions
DescribeAutomationStepExecutions
DescribeAvailablePatches
DescribeDocument✔️community✔️✔️
DescribeDocumentPermission✔️community✔️✔️
DescribeEffectiveInstanceAssociations
DescribeEffectivePatchesForPatchBaseline
DescribeInstanceAssociationsStatus
DescribeInstanceInformation✔️pro✔️Show Tests
DescribeInstancePatchStates
DescribeInstancePatchStatesForPatchGroup
DescribeInstancePatches
DescribeInventoryDeletions
DescribeMaintenanceWindowExecutionTaskInvocations
DescribeMaintenanceWindowExecutionTasks
DescribeMaintenanceWindowExecutions
DescribeMaintenanceWindowSchedule
DescribeMaintenanceWindowTargets✔️community✔️✔️
DescribeMaintenanceWindowTasks✔️community✔️✔️
DescribeMaintenanceWindows✔️community✔️
DescribeMaintenanceWindowsForTarget
DescribeOpsItems
DescribeParameters✔️community✔️✔️✔️✔️Show Tests
DescribePatchBaselines✔️community✔️
DescribePatchGroupState
DescribePatchGroups
DescribePatchProperties
DescribeSessions
DisassociateOpsItemRelatedItem
GetAutomationExecution
GetCalendarState
GetCommandInvocation✔️community✔️Show Tests
GetConnectionStatus
GetDefaultPatchBaseline
GetDeployablePatchSnapshotForInstance
GetDocument✔️community✔️✔️
GetInventory
GetInventorySchema
GetMaintenanceWindow✔️community✔️✔️✔️✔️Show Tests
GetMaintenanceWindowExecution
GetMaintenanceWindowExecutionTask
GetMaintenanceWindowExecutionTaskInvocation
GetMaintenanceWindowTask
GetOpsItem
GetOpsMetadata
GetOpsSummary
GetParameter✔️community✔️✔️✔️✔️✔️Show Tests
GetParameterHistory✔️community✔️
GetParameters✔️community✔️✔️✔️✔️Show Tests
GetParametersByPath✔️community✔️✔️✔️✔️Show Tests
GetPatchBaseline
GetPatchBaselineForPatchGroup
GetResourcePolicies
GetServiceSetting
LabelParameterVersion✔️community✔️✔️✔️Show Tests
ListAssociationVersions
ListAssociations
ListCommandInvocations✔️pro
ListCommands✔️community
ListComplianceItems
ListComplianceSummaries
ListDocumentMetadataHistory
ListDocumentVersions
ListDocuments✔️community✔️
ListInventoryEntries
ListOpsItemEvents
ListOpsItemRelatedItems
ListOpsMetadata
ListResourceComplianceSummaries
ListResourceDataSync
ListTagsForResource✔️community✔️✔️✔️✔️Show Tests
ModifyDocumentPermission✔️community✔️✔️
PutComplianceItems
PutInventory
PutParameter✔️community✔️✔️✔️✔️✔️Show Tests
PutResourcePolicy
RegisterDefaultPatchBaseline
RegisterPatchBaselineForPatchGroup
RegisterTargetWithMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
RegisterTaskWithMaintenanceWindow✔️community✔️✔️✔️✔️✔️Show Tests
RemoveTagsFromResource✔️community✔️✔️
ResetServiceSetting
ResumeSession
SendAutomationSignal
SendCommand✔️community✔️Show Tests
StartAssociationsOnce
StartAutomationExecution
StartChangeRequestExecution
StartSession
StopAutomationExecution
TerminateSession
UnlabelParameterVersion
UpdateAssociation
UpdateAssociationStatus
UpdateDocument✔️community✔️✔️
UpdateDocumentDefaultVersion✔️community✔️✔️
UpdateDocumentMetadata
UpdateMaintenanceWindow
UpdateMaintenanceWindowTarget
UpdateMaintenanceWindowTask
UpdateManagedInstanceRole
UpdateOpsItem
UpdateOpsMetadata
UpdatePatchBaseline
UpdateResourceDataSync
UpdateServiceSetting

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


AddTagsToResource

Parameters: ResourceId, ResourceType, Tags
  • LocalStack Community
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated

CancelCommand

Parameters: CommandId
  • LocalStack Pro
    • test_cancel_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_cancel_command HTTP Status Code: 200
    • test_cancel_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_cancel_command HTTP Status Code: 400 (InvalidCommandId)

CreateMaintenanceWindow

Parameters: AllowUnassociatedTargets, ClientToken, Cutoff, Duration, Name, Schedule
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

CreatePatchBaseline

Parameters: ApprovalRules, ClientToken, Description, Name, OperatingSystem
  • LocalStack Community
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteMaintenanceWindow

Parameters: WindowId
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

DeleteParameter

Parameters: Name
  • LocalStack Community
    • test_opensearch_crud LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_opensearch_crud HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_destination_sns LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_destination_sns HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_stepfunctions_input_recipient_list[step_function_input4-FAILED] LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_stepfunctions_input_recipient_list[step_function_input4-FAILED] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_notes_rest_api LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_notes_rest_api HTTP Status Code: 200 AWS validated
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_attribute_uses_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_attribute_uses_macro HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 200 AWS validated
    • test_get_parameters_by_path_and_filter_by_labels LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_by_path_and_filter_by_labels HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
    • test_put_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
  • LocalStack Pro
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rds_lambda LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_specify_resources_by_name LocalStack Pro: tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_specify_resources_by_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query Full {\n vtl {\n dynamoResult\n }\n js {\n result\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_with_secrets[False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False] HTTP Status Code: 200 AWS validated
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated
    • test_redis_connection LocalStack Pro: tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_connection HTTP Status Code: 200
    • test_ssm_get_attribute[without-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_multi_label LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_multi_label HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_failover LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_failover HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgis_extension[16] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ssm_get_attribute[with-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash] HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested

DeletePatchBaseline

Parameters: BaselineId
  • LocalStack Community
    • test_deploy_patch_baseline LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_deploy_patch_baseline HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

DeregisterTargetFromMaintenanceWindow

Parameters: WindowId, WindowTargetId
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 400 (DoesNotExistException) AWS validated Snapshot Tested

DeregisterTaskFromMaintenanceWindow

Parameters: WindowId, WindowTaskId
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 400 (DoesNotExistException) AWS validated Snapshot Tested

DescribeInstanceInformation

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_describe_instance_information LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_describe_instance_information HTTP Status Code: 200

DescribeParameters

Parameters: - (without any parameters)
  • LocalStack Community
    • test_describe_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_describe_parameters HTTP Status Code: 200 AWS validated

GetCommandInvocation

Parameters: CommandId, InstanceId
  • LocalStack Pro
    • test_send_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_send_command HTTP Status Code: 200

GetMaintenanceWindow

Parameters: WindowId
  • LocalStack Community
    • test_get_inexistent_maintenance_window LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_inexistent_maintenance_window HTTP Status Code: 400 (DoesNotExistException) AWS validated

GetParameter

Parameters: Name
  • LocalStack Community
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
    • test_put_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 400 (ParameterNotFound)
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 400 (ParameterNotFound) AWS validated
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 400 (InvalidParameterNameException) AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 400 (InvalidParameterNameException) AWS validated
  • LocalStack Pro
    • test_autoscaling_group LocalStack Pro: tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_capacity_providers LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_with_secrets[False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False] HTTP Status Code: 200 AWS validated
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.19] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.19] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.20] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.20] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.21] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.21] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.22] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.22] HTTP Status Code: 200 AWS validated
    • test_get_parameters_eks_amis[1.23] LocalStack Pro: tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.23] HTTP Status Code: 200 AWS validated
    • test_ssm_get_attribute[with-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ssm_get_attribute[without-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 400 (ParameterNotFound) AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_docdb_connection LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 400 (ParameterNotFound) AWS validated
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 400 (ParameterNotFound) AWS validated
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_ssm_get_attribute[with-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash] HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_ssm_get_attribute[without-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash] HTTP Status Code: 400 (AccessDeniedException) AWS validated Snapshot Tested
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 400 (ParameterNotFound) AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 400 (ParameterNotFound) AWS validated
Parameters: Name, WithDecryption
  • LocalStack Community
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_get_secret_parameter LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_secret_parameter HTTP Status Code: 200 AWS validated
    • test_get_inexistent_secret LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_inexistent_secret HTTP Status Code: 400 (ParameterNotFound) AWS validated
    • test_get_secret_parameter LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_secret_parameter HTTP Status Code: 400 (ParameterNotFound) AWS validated
  • LocalStack Pro
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated

GetParameters

Parameters: Names
  • LocalStack Community
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
    • test_put_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
Parameters: Names, WithDecryption
  • LocalStack Community
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 200 AWS validated

GetParametersByPath

Parameters: ParameterFilters, Path
  • LocalStack Community
    • test_get_parameters_by_path_and_filter_by_labels LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_by_path_and_filter_by_labels HTTP Status Code: 200 AWS validated

LabelParameterVersion

Parameters: Labels, Name, ParameterVersion
  • LocalStack Community
    • test_get_parameters_by_path_and_filter_by_labels LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_by_path_and_filter_by_labels HTTP Status Code: 200 AWS validated

ListTagsForResource

Parameters: ResourceId, ResourceType
  • LocalStack Community
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated

PutParameter

Parameters: Description, Name, Type, Value
  • LocalStack Community
    • test_get_parameters_and_secrets LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_and_secrets HTTP Status Code: 200 AWS validated
    • test_put_parameters LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_put_parameters HTTP Status Code: 200 AWS validated
Parameters: Name, Overwrite, Tags, Type, Value
  • LocalStack Community
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
Parameters: Name, Overwrite, Type, Value
  • LocalStack Community
    • test_deploy_instance_with_key_pair LocalStack Community: tests/aws/services/cloudformation/resource_providers/ec2/test_ec2.py::test_deploy_instance_with_key_pair HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
Parameters: Name, Tags, Type, Value
  • LocalStack Community
    • test_update_ssm_parameter_tag LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameter_tag HTTP Status Code: 200 AWS validated
Parameters: Name, Type, Value
  • LocalStack Community
    • test_setup LocalStack Community: tests/aws/scenario/bookstore/test_bookstore.py::TestBookstoreApplication::test_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_firehose_s3 LocalStack Community: tests/aws/scenario/kinesis_firehose/test_kinesis_firehose.py::TestKinesisFirehoseScenario::test_kinesis_firehose_s3 HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_infra LocalStack Community: tests/aws/scenario/lambda_destination/test_lambda_destination_scenario.py::TestLambdaDestinationScenario::test_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_prefill_dynamodb_table LocalStack Community: tests/aws/scenario/loan_broker/test_loan_broker.py::TestLoanBrokerScenario::test_prefill_dynamodb_table HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_infra_setup LocalStack Community: tests/aws/scenario/note_taking/test_note_taking.py::TestNoteTakingScenario::test_validate_infra_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_scenario_validate_infra LocalStack Community: tests/aws/services/apigateway/test_apigateway_lambda_cfn.py::TestApigatewayLambdaIntegration::test_scenario_validate_infra HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_change_set_with_ssm_parameter LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_create_change_set_with_ssm_parameter HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_changesets.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_list_parameter_type LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_list_parameter_type HTTP Status Code: 200 AWS validated
    • test_name_conflicts LocalStack Community: tests/aws/services/cloudformation/api/test_stacks.py::test_name_conflicts HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_dependency_on_attribute_with_dot_notation LocalStack Community: tests/aws/services/cloudformation/engine/test_attributes.py::TestResourceAttributes::test_dependency_on_attribute_with_dot_notation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_conditional_att_to_conditional_resources[create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[create] HTTP Status Code: 200 AWS validated
    • test_conditional_att_to_conditional_resources[no-create] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_att_to_conditional_resources[no-create] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[dev-us-west-2] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[dev-us-west-2] HTTP Status Code: 200 AWS validated
    • test_conditional_in_conditional[production-us-east-1] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_conditional_in_conditional[production-us-east-1] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[None-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[false-DefaultParamValue] HTTP Status Code: 200 AWS validated
    • test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] LocalStack Community: tests/aws/services/cloudformation/engine/test_conditions.py::TestCloudFormationConditions::test_dependency_in_non_evaluated_if_branch[true-FallbackParamValue] HTTP Status Code: 200 AWS validated
    • test_fn_sub_cases LocalStack Community: tests/aws/services/cloudformation/engine/test_references.py::TestFnSub::test_fn_sub_cases HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_rest_api_serverless_ref_resolving LocalStack Community: tests/aws/services/cloudformation/resources/test_apigateway.py::test_rest_api_serverless_ref_resolving HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_cdk_bootstrap[10] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[10] HTTP Status Code: 200
    • test_cdk_bootstrap[11] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[11] HTTP Status Code: 200
    • test_cdk_bootstrap[12] LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap[12] HTTP Status Code: 200
    • test_cdk_bootstrap_redeploy LocalStack Community: tests/aws/services/cloudformation/resources/test_cdk.py::TestCdkInit::test_cdk_bootstrap_redeploy HTTP Status Code: 200
    • test_waitcondition LocalStack Community: tests/aws/services/cloudformation/resources/test_cloudformation.py::test_waitcondition HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ttl_cdk LocalStack Community: tests/aws/services/cloudformation/resources/test_dynamodb.py::test_ttl_cdk HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_transitive_placeholders_in_strings LocalStack Community: tests/aws/services/cloudformation/resources/test_legacy.py::TestCloudFormation::test_resolve_transitive_placeholders_in_strings HTTP Status Code: 200 AWS validated
    • test_parameter_defaults LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_parameter_defaults HTTP Status Code: 200
    • test_update_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_update_ssm_parameters HTTP Status Code: 200 AWS validated
    • test_base64_sub_and_getatt_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_base64_sub_and_getatt_functions HTTP Status Code: 200 AWS validated
    • test_find_map_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_find_map_function HTTP Status Code: 200 AWS validated
    • test_get_azs_function LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_get_azs_function HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_split_length_and_join_functions LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_split_length_and_join_functions HTTP Status Code: 200 AWS validated
    • test_sub_not_ready LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestIntrinsicFunctions::test_sub_not_ready HTTP Status Code: 200 AWS validated
    • test_attribute_uses_macro LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_attribute_uses_macro HTTP Status Code: 200 AWS validated
    • test_capabilities_requirements LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_capabilities_requirements HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_functions_and_references_during_transformation LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_functions_and_references_during_transformation HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_global_scope LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_global_scope HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_lambda_internals LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestMacros::test_validate_lambda_internals HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_stack_with_ssm_parameters LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_create_stack_with_ssm_parameters HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resolve_ssm LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm HTTP Status Code: 200 AWS validated
    • test_resolve_ssm_secure LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_secure HTTP Status Code: 200
    • test_resolve_ssm_with_version LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestSsmParameters::test_resolve_ssm_with_version HTTP Status Code: 200 AWS validated
    • test_trigger_event_on_ssm_change[domain] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[domain] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[path] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[path] HTTP Status Code: 200
    • test_trigger_event_on_ssm_change[standard] LocalStack Community: tests/aws/services/events/test_events.py::TestEvents::test_trigger_event_on_ssm_change[standard] HTTP Status Code: 200
    • test_invoke_lambda_eventbridge LocalStack Community: tests/aws/services/lambda_/test_lambda_destinations.py::TestLambdaDestinationEventbridge::test_invoke_lambda_eventbridge HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_get_parameters_by_path_and_filter_by_labels LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_get_parameters_by_path_and_filter_by_labels HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[/<param>//b//c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[/<param>//b//c] HTTP Status Code: 200 AWS validated
    • test_hierarchical_parameter[<param>/b/c] LocalStack Community: tests/aws/services/ssm/test_ssm.py::TestSSM::test_hierarchical_parameter[<param>/b/c] HTTP Status Code: 200 AWS validated
  • LocalStack Pro
    • test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
    • test_kinesis_firehose_redshift LocalStack Pro: tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_connection LocalStack Pro: tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_specify_resources_by_name LocalStack Pro: tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_specify_resources_by_name HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_amplify_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] LocalStack Pro: tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\n query VTLDynamoResolver {\n vtl {\n dynamoResult\n }\n }\n ] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_ec2_launch_template LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_resource_deployment LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_docdb_resources LocalStack Pro: tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources HTTP Status Code: 200 AWS validated
    • test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_auth_headers_and_non_title_case_of_headers LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_task_with_secrets[False] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False] HTTP Status Code: 200 AWS validated
    • test_create_task_with_secrets[True] LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True] HTTP Status Code: 200 AWS validated
    • test_ssm_get_attribute[with-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_ssm_get_attribute[without-leading-slash] LocalStack Pro: tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_describe LocalStack Pro: tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_kinesis_dlq_behavior LocalStack Pro: tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_select_char LocalStack Pro: tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_validate_initial_setup LocalStack Pro: tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[11] LocalStack Pro: tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11] HTTP Status Code: 200 AWS validated
Parameters: Name, Value
  • LocalStack Community
    • test_invalid_stack_deploy LocalStack Community: tests/aws/services/cloudformation/test_template_engine.py::TestStackEvents::test_invalid_stack_deploy HTTP Status Code: 400 (ValidationException) AWS validated Snapshot Tested

RegisterTargetWithMaintenanceWindow

Parameters: ClientToken, Name, ResourceType, Targets, WindowId
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

RegisterTaskWithMaintenanceWindow

Parameters: ClientToken, Name, Priority, Targets, TaskArn, TaskInvocationParameters, TaskType, WindowId
  • LocalStack Community
    • test_maintenance_window LocalStack Community: tests/aws/services/cloudformation/resources/test_ssm.py::test_maintenance_window HTTP Status Code: 200 AWS validated Snapshot Tested

SendCommand

Parameters: DocumentName, InstanceIds
  • LocalStack Pro
    • test_send_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_send_command HTTP Status Code: 400 (InvalidInstanceIdError)
Parameters: DocumentName, InstanceIds, Parameters
  • LocalStack Pro
    • test_cancel_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_cancel_command HTTP Status Code: 200
    • test_send_command LocalStack Pro: tests/aws/services/ssm/test_ssm.py::TestSsm::test_send_command HTTP Status Code: 200


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)