From d49dc953086d2b067018eddce7baedba149cf7ce Mon Sep 17 00:00:00 2001 From: pulumi-bot Date: Wed, 6 Nov 2024 13:16:40 +0000 Subject: [PATCH] make build_sdks --- sdk/java/build.gradle | 2 +- sdk/python/pulumi_aws/amplify/branch.py | 8 +-- .../pulumi_aws/apigatewayv2/integration.py | 8 +-- .../applicationinsights/application.py | 16 ++--- sdk/python/pulumi_aws/backup/plan.py | 4 +- sdk/python/pulumi_aws/bcmdata/export.py | 20 +++---- .../pulumi_aws/cloudwatch/event_target.py | 8 +-- .../pulumi_aws/cloudwatch/metric_alarm.py | 12 ++-- .../pulumi_aws/codepipeline/pipeline.py | 36 +++++------ .../codestarconnections/connection.py | 12 ++-- sdk/python/pulumi_aws/datazone/domain.py | 20 +++---- .../datazone/environment_profile.py | 20 +++---- sdk/python/pulumi_aws/datazone/form_type.py | 20 +++---- sdk/python/pulumi_aws/datazone/glossary.py | 20 +++---- .../pulumi_aws/datazone/glossary_term.py | 20 +++---- sdk/python/pulumi_aws/dlm/lifecycle_policy.py | 16 ++--- .../pulumi_aws/ec2/spot_fleet_request.py | 8 +-- sdk/python/pulumi_aws/ecs/task_definition.py | 20 +++---- sdk/python/pulumi_aws/evidently/launch.py | 60 +++++++++---------- sdk/python/pulumi_aws/fms/policy.py | 16 ++--- sdk/python/pulumi_aws/glue/catalog_table.py | 4 +- sdk/python/pulumi_aws/iam/role.py | 20 +++---- .../distribution_configuration.py | 4 +- sdk/python/pulumi_aws/iot/thing_group.py | 8 +-- .../kinesisanalyticsv2/application.py | 12 ++-- sdk/python/pulumi_aws/lambda_/alias.py | 4 +- .../lambda_/event_source_mapping.py | 12 ++-- .../container_service_deployment_version.py | 8 +-- .../networkfirewall/logging_configuration.py | 12 ++-- sdk/python/pulumi_aws/pipes/pipe.py | 16 ++--- .../pulumi_aws/quicksight/vpc_connection.py | 20 +++---- .../rekognition/stream_processor.py | 40 ++++++------- .../pulumi_aws/s3/analytics_configuration.py | 4 +- ...ucket_intelligent_tiering_configuration.py | 4 +- .../s3/bucket_lifecycle_configuration_v2.py | 16 ++--- sdk/python/pulumi_aws/s3/bucket_metric.py | 8 +-- sdk/python/pulumi_aws/scheduler/schedule.py | 8 +-- .../pulumi_aws/ssmincidents/response_plan.py | 8 +-- 38 files changed, 277 insertions(+), 277 deletions(-) diff --git a/sdk/java/build.gradle b/sdk/java/build.gradle index a50276f3f47..5b49e864716 100644 --- a/sdk/java/build.gradle +++ b/sdk/java/build.gradle @@ -44,7 +44,7 @@ repositories { dependencies { implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("com.google.code.gson:gson:2.8.9") - implementation("com.pulumi:pulumi:0.16.1") + implementation("com.pulumi:pulumi:0.17.0") } task sourcesJar(type: Jar) { diff --git a/sdk/python/pulumi_aws/amplify/branch.py b/sdk/python/pulumi_aws/amplify/branch.py index 840b2f22826..6ac7e235ec2 100644 --- a/sdk/python/pulumi_aws/amplify/branch.py +++ b/sdk/python/pulumi_aws/amplify/branch.py @@ -771,8 +771,8 @@ def __init__(__self__, arn=amplify_app_master_topic.arn, input_transformer={ "input_paths": { - "job_id": "$.detail.jobId", - "app_id": "$.detail.appId", + "jobId": "$.detail.jobId", + "appId": "$.detail.appId", "region": "$.region", "branch": "$.detail.branchName", "status": "$.detail.jobStatus", @@ -910,8 +910,8 @@ def __init__(__self__, arn=amplify_app_master_topic.arn, input_transformer={ "input_paths": { - "job_id": "$.detail.jobId", - "app_id": "$.detail.appId", + "jobId": "$.detail.jobId", + "appId": "$.detail.appId", "region": "$.region", "branch": "$.detail.branchName", "status": "$.detail.jobStatus", diff --git a/sdk/python/pulumi_aws/apigatewayv2/integration.py b/sdk/python/pulumi_aws/apigatewayv2/integration.py index 8a98ea4a36c..d66bc97529d 100644 --- a/sdk/python/pulumi_aws/apigatewayv2/integration.py +++ b/sdk/python/pulumi_aws/apigatewayv2/integration.py @@ -764,13 +764,13 @@ def __init__(__self__, { "status_code": "403", "mappings": { - "append_header_auth": "$context.authorizer.authorizerResponse", + "append:header.auth": "$context.authorizer.authorizerResponse", }, }, { "status_code": "200", "mappings": { - "overwrite_statuscode": "204", + "overwrite:statuscode": "204", }, }, ]) @@ -904,13 +904,13 @@ def __init__(__self__, { "status_code": "403", "mappings": { - "append_header_auth": "$context.authorizer.authorizerResponse", + "append:header.auth": "$context.authorizer.authorizerResponse", }, }, { "status_code": "200", "mappings": { - "overwrite_statuscode": "204", + "overwrite:statuscode": "204", }, }, ]) diff --git a/sdk/python/pulumi_aws/applicationinsights/application.py b/sdk/python/pulumi_aws/applicationinsights/application.py index 2a42304e337..1104c3c453e 100644 --- a/sdk/python/pulumi_aws/applicationinsights/application.py +++ b/sdk/python/pulumi_aws/applicationinsights/application.py @@ -359,10 +359,10 @@ def __init__(__self__, name="example", resource_query={ "query": json.dumps({ - "resource_type_filters": ["AWS::EC2::Instance"], - "tag_filters": [{ - "key": "Stage", - "values": ["Test"], + "ResourceTypeFilters": ["AWS::EC2::Instance"], + "TagFilters": [{ + "Key": "Stage", + "Values": ["Test"], }], }), }) @@ -410,10 +410,10 @@ def __init__(__self__, name="example", resource_query={ "query": json.dumps({ - "resource_type_filters": ["AWS::EC2::Instance"], - "tag_filters": [{ - "key": "Stage", - "values": ["Test"], + "ResourceTypeFilters": ["AWS::EC2::Instance"], + "TagFilters": [{ + "Key": "Stage", + "Values": ["Test"], }], }), }) diff --git a/sdk/python/pulumi_aws/backup/plan.py b/sdk/python/pulumi_aws/backup/plan.py index 9a08734ce3d..f58c3a6b60d 100644 --- a/sdk/python/pulumi_aws/backup/plan.py +++ b/sdk/python/pulumi_aws/backup/plan.py @@ -244,7 +244,7 @@ def __init__(__self__, }], advanced_backup_settings=[{ "backup_options": { - "windows_vss": "enabled", + "WindowsVSS": "enabled", }, "resource_type": "EC2", }]) @@ -292,7 +292,7 @@ def __init__(__self__, }], advanced_backup_settings=[{ "backup_options": { - "windows_vss": "enabled", + "WindowsVSS": "enabled", }, "resource_type": "EC2", }]) diff --git a/sdk/python/pulumi_aws/bcmdata/export.py b/sdk/python/pulumi_aws/bcmdata/export.py index 56d96d3b059..d4628d8472f 100644 --- a/sdk/python/pulumi_aws/bcmdata/export.py +++ b/sdk/python/pulumi_aws/bcmdata/export.py @@ -155,11 +155,11 @@ def __init__(__self__, "data_queries": [{ "query_statement": "SELECT identity_line_item_id, identity_time_interval, line_item_product_code,line_item_unblended_cost FROM COST_AND_USAGE_REPORT", "table_configurations": { - "cos_t__an_d__usag_e__report": { - "tim_e__granularity": "HOURLY", - "includ_e__resources": "FALSE", - "includ_e__manua_l__discoun_t__compatibility": "FALSE", - "includ_e__spli_t__cos_t__allocatio_n__data": "FALSE", + "COST_AND_USAGE_REPORT": { + "TIME_GRANULARITY": "HOURLY", + "INCLUDE_RESOURCES": "FALSE", + "INCLUDE_MANUAL_DISCOUNT_COMPATIBILITY": "FALSE", + "INCLUDE_SPLIT_COST_ALLOCATION_DATA": "FALSE", }, }, }], @@ -216,11 +216,11 @@ def __init__(__self__, "data_queries": [{ "query_statement": "SELECT identity_line_item_id, identity_time_interval, line_item_product_code,line_item_unblended_cost FROM COST_AND_USAGE_REPORT", "table_configurations": { - "cos_t__an_d__usag_e__report": { - "tim_e__granularity": "HOURLY", - "includ_e__resources": "FALSE", - "includ_e__manua_l__discoun_t__compatibility": "FALSE", - "includ_e__spli_t__cos_t__allocatio_n__data": "FALSE", + "COST_AND_USAGE_REPORT": { + "TIME_GRANULARITY": "HOURLY", + "INCLUDE_RESOURCES": "FALSE", + "INCLUDE_MANUAL_DISCOUNT_COMPATIBILITY": "FALSE", + "INCLUDE_SPLIT_COST_ALLOCATION_DATA": "FALSE", }, }, }], diff --git a/sdk/python/pulumi_aws/cloudwatch/event_target.py b/sdk/python/pulumi_aws/cloudwatch/event_target.py index 0af2cdfa2cc..797ac86c8c3 100644 --- a/sdk/python/pulumi_aws/cloudwatch/event_target.py +++ b/sdk/python/pulumi_aws/cloudwatch/event_target.py @@ -921,10 +921,10 @@ def __init__(__self__, rule=example_event_rule.id, http_target={ "query_string_parameters": { - "body": "$.detail.body", + "Body": "$.detail.body", }, "header_parameters": { - "env": "Test", + "Env": "Test", }, }) ``` @@ -1395,10 +1395,10 @@ def __init__(__self__, rule=example_event_rule.id, http_target={ "query_string_parameters": { - "body": "$.detail.body", + "Body": "$.detail.body", }, "header_parameters": { - "env": "Test", + "Env": "Test", }, }) ``` diff --git a/sdk/python/pulumi_aws/cloudwatch/metric_alarm.py b/sdk/python/pulumi_aws/cloudwatch/metric_alarm.py index 3b4594f338c..66c3e6ecf3a 100644 --- a/sdk/python/pulumi_aws/cloudwatch/metric_alarm.py +++ b/sdk/python/pulumi_aws/cloudwatch/metric_alarm.py @@ -915,7 +915,7 @@ def __init__(__self__, "stat": "Sum", "unit": "Count", "dimensions": { - "load_balancer": "app/web", + "LoadBalancer": "app/web", }, }, }, @@ -928,7 +928,7 @@ def __init__(__self__, "stat": "Sum", "unit": "Count", "dimensions": { - "load_balancer": "app/web", + "LoadBalancer": "app/web", }, }, }, @@ -963,7 +963,7 @@ def __init__(__self__, "stat": "Average", "unit": "Count", "dimensions": { - "instance_id": "i-abc123", + "InstanceId": "i-abc123", }, }, }, @@ -1125,7 +1125,7 @@ def __init__(__self__, "stat": "Sum", "unit": "Count", "dimensions": { - "load_balancer": "app/web", + "LoadBalancer": "app/web", }, }, }, @@ -1138,7 +1138,7 @@ def __init__(__self__, "stat": "Sum", "unit": "Count", "dimensions": { - "load_balancer": "app/web", + "LoadBalancer": "app/web", }, }, }, @@ -1173,7 +1173,7 @@ def __init__(__self__, "stat": "Average", "unit": "Count", "dimensions": { - "instance_id": "i-abc123", + "InstanceId": "i-abc123", }, }, }, diff --git a/sdk/python/pulumi_aws/codepipeline/pipeline.py b/sdk/python/pulumi_aws/codepipeline/pipeline.py index 251df330818..027de573389 100644 --- a/sdk/python/pulumi_aws/codepipeline/pipeline.py +++ b/sdk/python/pulumi_aws/codepipeline/pipeline.py @@ -425,9 +425,9 @@ def __init__(__self__, "version": "1", "output_artifacts": ["source_output"], "configuration": { - "connection_arn": example.arn, - "full_repository_id": "my-organization/example", - "branch_name": "main", + "ConnectionArn": example.arn, + "FullRepositoryId": "my-organization/example", + "BranchName": "main", }, }], }, @@ -442,7 +442,7 @@ def __init__(__self__, "output_artifacts": ["build_output"], "version": "1", "configuration": { - "project_name": "test", + "ProjectName": "test", }, }], }, @@ -456,11 +456,11 @@ def __init__(__self__, "input_artifacts": ["build_output"], "version": "1", "configuration": { - "action_mode": "REPLACE_ON_FAILURE", - "capabilities": "CAPABILITY_AUTO_EXPAND,CAPABILITY_IAM", - "output_file_name": "CreateStackOutput.json", - "stack_name": "MyStack", - "template_path": "build_output::sam-templated.yaml", + "ActionMode": "REPLACE_ON_FAILURE", + "Capabilities": "CAPABILITY_AUTO_EXPAND,CAPABILITY_IAM", + "OutputFileName": "CreateStackOutput.json", + "StackName": "MyStack", + "TemplatePath": "build_output::sam-templated.yaml", }, }], }, @@ -581,9 +581,9 @@ def __init__(__self__, "version": "1", "output_artifacts": ["source_output"], "configuration": { - "connection_arn": example.arn, - "full_repository_id": "my-organization/example", - "branch_name": "main", + "ConnectionArn": example.arn, + "FullRepositoryId": "my-organization/example", + "BranchName": "main", }, }], }, @@ -598,7 +598,7 @@ def __init__(__self__, "output_artifacts": ["build_output"], "version": "1", "configuration": { - "project_name": "test", + "ProjectName": "test", }, }], }, @@ -612,11 +612,11 @@ def __init__(__self__, "input_artifacts": ["build_output"], "version": "1", "configuration": { - "action_mode": "REPLACE_ON_FAILURE", - "capabilities": "CAPABILITY_AUTO_EXPAND,CAPABILITY_IAM", - "output_file_name": "CreateStackOutput.json", - "stack_name": "MyStack", - "template_path": "build_output::sam-templated.yaml", + "ActionMode": "REPLACE_ON_FAILURE", + "Capabilities": "CAPABILITY_AUTO_EXPAND,CAPABILITY_IAM", + "OutputFileName": "CreateStackOutput.json", + "StackName": "MyStack", + "TemplatePath": "build_output::sam-templated.yaml", }, }], }, diff --git a/sdk/python/pulumi_aws/codestarconnections/connection.py b/sdk/python/pulumi_aws/codestarconnections/connection.py index 26bdbfef8b7..13dbcaf7c24 100644 --- a/sdk/python/pulumi_aws/codestarconnections/connection.py +++ b/sdk/python/pulumi_aws/codestarconnections/connection.py @@ -249,9 +249,9 @@ def __init__(__self__, "version": "1", "output_artifacts": ["source_output"], "configuration": { - "connection_arn": example.arn, - "full_repository_id": "my-organization/test", - "branch_name": "main", + "ConnectionArn": example.arn, + "FullRepositoryId": "my-organization/test", + "BranchName": "main", }, }], }, @@ -316,9 +316,9 @@ def __init__(__self__, "version": "1", "output_artifacts": ["source_output"], "configuration": { - "connection_arn": example.arn, - "full_repository_id": "my-organization/test", - "branch_name": "main", + "ConnectionArn": example.arn, + "FullRepositoryId": "my-organization/test", + "BranchName": "main", }, }], }, diff --git a/sdk/python/pulumi_aws/datazone/domain.py b/sdk/python/pulumi_aws/datazone/domain.py index e9c79d9e1ed..28492f92698 100644 --- a/sdk/python/pulumi_aws/datazone/domain.py +++ b/sdk/python/pulumi_aws/datazone/domain.py @@ -389,16 +389,16 @@ def __init__(__self__, inline_policies=[{ "name": "domain_execution_policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) @@ -474,16 +474,16 @@ def __init__(__self__, inline_policies=[{ "name": "domain_execution_policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) diff --git a/sdk/python/pulumi_aws/datazone/environment_profile.py b/sdk/python/pulumi_aws/datazone/environment_profile.py index 75350e910e5..ce782a6ddfe 100644 --- a/sdk/python/pulumi_aws/datazone/environment_profile.py +++ b/sdk/python/pulumi_aws/datazone/environment_profile.py @@ -398,16 +398,16 @@ def __init__(__self__, inline_policies=[{ "name": "example-name", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) @@ -514,16 +514,16 @@ def __init__(__self__, inline_policies=[{ "name": "example-name", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) diff --git a/sdk/python/pulumi_aws/datazone/form_type.py b/sdk/python/pulumi_aws/datazone/form_type.py index f4b0fec7e50..6eb85e8079a 100644 --- a/sdk/python/pulumi_aws/datazone/form_type.py +++ b/sdk/python/pulumi_aws/datazone/form_type.py @@ -387,16 +387,16 @@ def __init__(__self__, inline_policies=[{ "name": "example-policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) @@ -496,16 +496,16 @@ def __init__(__self__, inline_policies=[{ "name": "example-policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) diff --git a/sdk/python/pulumi_aws/datazone/glossary.py b/sdk/python/pulumi_aws/datazone/glossary.py index abf5237a00e..2e5896e3d78 100644 --- a/sdk/python/pulumi_aws/datazone/glossary.py +++ b/sdk/python/pulumi_aws/datazone/glossary.py @@ -241,16 +241,16 @@ def __init__(__self__, inline_policies=[{ "name": "example_name", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) @@ -349,16 +349,16 @@ def __init__(__self__, inline_policies=[{ "name": "example_name", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) diff --git a/sdk/python/pulumi_aws/datazone/glossary_term.py b/sdk/python/pulumi_aws/datazone/glossary_term.py index fb08a7bc411..3daa51f3b36 100644 --- a/sdk/python/pulumi_aws/datazone/glossary_term.py +++ b/sdk/python/pulumi_aws/datazone/glossary_term.py @@ -375,16 +375,16 @@ def __init__(__self__, inline_policies=[{ "name": "example", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) @@ -476,16 +476,16 @@ def __init__(__self__, inline_policies=[{ "name": "example", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Action": [ "datazone:*", "ram:*", "sso:*", "kms:*", ], - "effect": "Allow", - "resource": "*", + "Effect": "Allow", + "Resource": "*", }], }), }]) diff --git a/sdk/python/pulumi_aws/dlm/lifecycle_policy.py b/sdk/python/pulumi_aws/dlm/lifecycle_policy.py index 1ac9c160a84..f8a2952803f 100644 --- a/sdk/python/pulumi_aws/dlm/lifecycle_policy.py +++ b/sdk/python/pulumi_aws/dlm/lifecycle_policy.py @@ -300,12 +300,12 @@ def __init__(__self__, "count": 14, }, "tags_to_add": { - "snapshot_creator": "DLM", + "SnapshotCreator": "DLM", }, "copy_tags": False, }], "target_tags": { - "snapshot": "true", + "Snapshot": "true", }, }) ``` @@ -348,7 +348,7 @@ def __init__(__self__, "count": 14, }, "tags_to_add": { - "snapshot_creator": "DLM", + "SnapshotCreator": "DLM", }, "copy_tags": False, "cross_region_copy_rules": [{ @@ -363,7 +363,7 @@ def __init__(__self__, }], }], "target_tags": { - "snapshot": "true", + "Snapshot": "true", }, }) ``` @@ -490,12 +490,12 @@ def __init__(__self__, "count": 14, }, "tags_to_add": { - "snapshot_creator": "DLM", + "SnapshotCreator": "DLM", }, "copy_tags": False, }], "target_tags": { - "snapshot": "true", + "Snapshot": "true", }, }) ``` @@ -538,7 +538,7 @@ def __init__(__self__, "count": 14, }, "tags_to_add": { - "snapshot_creator": "DLM", + "SnapshotCreator": "DLM", }, "copy_tags": False, "cross_region_copy_rules": [{ @@ -553,7 +553,7 @@ def __init__(__self__, }], }], "target_tags": { - "snapshot": "true", + "Snapshot": "true", }, }) ``` diff --git a/sdk/python/pulumi_aws/ec2/spot_fleet_request.py b/sdk/python/pulumi_aws/ec2/spot_fleet_request.py index 3f4341c841b..f4af2f1b324 100644 --- a/sdk/python/pulumi_aws/ec2/spot_fleet_request.py +++ b/sdk/python/pulumi_aws/ec2/spot_fleet_request.py @@ -1067,7 +1067,7 @@ def __init__(__self__, "volume_type": "gp2", }], "tags": { - "name": "spot-fleet-example", + "Name": "spot-fleet-example", }, }, ]) @@ -1148,7 +1148,7 @@ def __init__(__self__, "delete_on_termination": True, }], "tags": { - "name": "Spot Node", + "Name": "Spot Node", "tag_builder": "builder", }, } for entry in [{"key": k, "value": v} for k, v in [{ @@ -1317,7 +1317,7 @@ def __init__(__self__, "volume_type": "gp2", }], "tags": { - "name": "spot-fleet-example", + "Name": "spot-fleet-example", }, }, ]) @@ -1398,7 +1398,7 @@ def __init__(__self__, "delete_on_termination": True, }], "tags": { - "name": "Spot Node", + "Name": "Spot Node", "tag_builder": "builder", }, } for entry in [{"key": k, "value": v} for k, v in [{ diff --git a/sdk/python/pulumi_aws/ecs/task_definition.py b/sdk/python/pulumi_aws/ecs/task_definition.py index cd502b816d5..48b26b8bab4 100644 --- a/sdk/python/pulumi_aws/ecs/task_definition.py +++ b/sdk/python/pulumi_aws/ecs/task_definition.py @@ -803,11 +803,11 @@ def __init__(__self__, "type": "APPMESH", "container_name": "applicationContainerName", "properties": { - "app_ports": "8080", - "egress_ignored_ips": "169.254.170.2,169.254.169.254", - "ignored_uid": "1337", - "proxy_egress_port": "15001", - "proxy_ingress_port": "15000", + "AppPorts": "8080", + "EgressIgnoredIPs": "169.254.170.2,169.254.169.254", + "IgnoredUID": "1337", + "ProxyEgressPort": "15001", + "ProxyIngressPort": "15000", }, }) ``` @@ -1061,11 +1061,11 @@ def __init__(__self__, "type": "APPMESH", "container_name": "applicationContainerName", "properties": { - "app_ports": "8080", - "egress_ignored_ips": "169.254.170.2,169.254.169.254", - "ignored_uid": "1337", - "proxy_egress_port": "15001", - "proxy_ingress_port": "15000", + "AppPorts": "8080", + "EgressIgnoredIPs": "169.254.170.2,169.254.169.254", + "IgnoredUID": "1337", + "ProxyEgressPort": "15001", + "ProxyIngressPort": "15000", }, }) ``` diff --git a/sdk/python/pulumi_aws/evidently/launch.py b/sdk/python/pulumi_aws/evidently/launch.py index d3dd58bd727..35a878048dd 100644 --- a/sdk/python/pulumi_aws/evidently/launch.py +++ b/sdk/python/pulumi_aws/evidently/launch.py @@ -456,7 +456,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -481,7 +481,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -514,8 +514,8 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, - "variation2": 0, + "Variation1": 0, + "Variation2": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -559,7 +559,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -584,7 +584,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -616,15 +616,15 @@ def __init__(__self__, "steps": [ { "group_weights": { - "variation1": 15, - "variation2": 10, + "Variation1": 15, + "Variation2": 10, }, "start_time": "2024-01-07 01:43:59+00:00", }, { "group_weights": { - "variation1": 20, - "variation2": 25, + "Variation1": 20, + "Variation2": 25, }, "start_time": "2024-01-08 01:43:59+00:00", }, @@ -656,23 +656,23 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, - "variation2": 0, + "Variation1": 0, + "Variation2": 0, }, "segment_overrides": [ { "evaluation_order": 1, "segment": example_aws_evidently_segment["name"], "weights": { - "variation2": 10000, + "Variation2": 10000, }, }, { "evaluation_order": 2, "segment": example_aws_evidently_segment["name"], "weights": { - "variation1": 40000, - "variation2": 30000, + "Variation1": 40000, + "Variation2": 30000, }, }, ], @@ -737,7 +737,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -762,7 +762,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -795,8 +795,8 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, - "variation2": 0, + "Variation1": 0, + "Variation2": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -840,7 +840,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -865,7 +865,7 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, + "Variation1": 0, }, "start_time": "2024-01-07 01:43:59+00:00", }], @@ -897,15 +897,15 @@ def __init__(__self__, "steps": [ { "group_weights": { - "variation1": 15, - "variation2": 10, + "Variation1": 15, + "Variation2": 10, }, "start_time": "2024-01-07 01:43:59+00:00", }, { "group_weights": { - "variation1": 20, - "variation2": 25, + "Variation1": 20, + "Variation2": 25, }, "start_time": "2024-01-08 01:43:59+00:00", }, @@ -937,23 +937,23 @@ def __init__(__self__, scheduled_splits_config={ "steps": [{ "group_weights": { - "variation1": 0, - "variation2": 0, + "Variation1": 0, + "Variation2": 0, }, "segment_overrides": [ { "evaluation_order": 1, "segment": example_aws_evidently_segment["name"], "weights": { - "variation2": 10000, + "Variation2": 10000, }, }, { "evaluation_order": 2, "segment": example_aws_evidently_segment["name"], "weights": { - "variation1": 40000, - "variation2": 30000, + "Variation1": 40000, + "Variation2": 30000, }, }, ], diff --git a/sdk/python/pulumi_aws/fms/policy.py b/sdk/python/pulumi_aws/fms/policy.py index d507de505c4..0e9f2516613 100644 --- a/sdk/python/pulumi_aws/fms/policy.py +++ b/sdk/python/pulumi_aws/fms/policy.py @@ -564,16 +564,16 @@ def __init__(__self__, "type": "WAF", "managed_service_data": pulumi.Output.json_dumps({ "type": "WAF", - "rule_groups": [{ + "ruleGroups": [{ "id": example_rule_group.id, - "override_action": { + "overrideAction": { "type": "COUNT", }, }], - "default_action": { + "defaultAction": { "type": "BLOCK", }, - "override_customer_web_aclassociation": False, + "overrideCustomerWebACLAssociation": False, }), }, tags={ @@ -635,16 +635,16 @@ def __init__(__self__, "type": "WAF", "managed_service_data": pulumi.Output.json_dumps({ "type": "WAF", - "rule_groups": [{ + "ruleGroups": [{ "id": example_rule_group.id, - "override_action": { + "overrideAction": { "type": "COUNT", }, }], - "default_action": { + "defaultAction": { "type": "BLOCK", }, - "override_customer_web_aclassociation": False, + "overrideCustomerWebACLAssociation": False, }), }, tags={ diff --git a/sdk/python/pulumi_aws/glue/catalog_table.py b/sdk/python/pulumi_aws/glue/catalog_table.py index f5ce4812b29..1e5ee812210 100644 --- a/sdk/python/pulumi_aws/glue/catalog_table.py +++ b/sdk/python/pulumi_aws/glue/catalog_table.py @@ -596,7 +596,7 @@ def __init__(__self__, "name": "my-stream", "serialization_library": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe", "parameters": { - "serialization_format": "1", + "serialization.format": "1", }, }, "columns": [ @@ -699,7 +699,7 @@ def __init__(__self__, "name": "my-stream", "serialization_library": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe", "parameters": { - "serialization_format": "1", + "serialization.format": "1", }, }, "columns": [ diff --git a/sdk/python/pulumi_aws/iam/role.py b/sdk/python/pulumi_aws/iam/role.py index c94cd448073..4101b48aa80 100644 --- a/sdk/python/pulumi_aws/iam/role.py +++ b/sdk/python/pulumi_aws/iam/role.py @@ -571,11 +571,11 @@ def __init__(__self__, { "name": "my_inline_policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": ["ec2:Describe*"], - "effect": "Allow", - "resource": "*", + "Version": "2012-10-17", + "Statement": [{ + "Action": ["ec2:Describe*"], + "Effect": "Allow", + "Resource": "*", }], }), }, @@ -771,11 +771,11 @@ def __init__(__self__, { "name": "my_inline_policy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "action": ["ec2:Describe*"], - "effect": "Allow", - "resource": "*", + "Version": "2012-10-17", + "Statement": [{ + "Action": ["ec2:Describe*"], + "Effect": "Allow", + "Resource": "*", }], }), }, diff --git a/sdk/python/pulumi_aws/imagebuilder/distribution_configuration.py b/sdk/python/pulumi_aws/imagebuilder/distribution_configuration.py index 287f385ba2f..278aa66fd1e 100644 --- a/sdk/python/pulumi_aws/imagebuilder/distribution_configuration.py +++ b/sdk/python/pulumi_aws/imagebuilder/distribution_configuration.py @@ -261,7 +261,7 @@ def __init__(__self__, distributions=[{ "ami_distribution_configuration": { "ami_tags": { - "cost_center": "IT", + "CostCenter": "IT", }, "name": "example-{{ imagebuilder:buildDate }}", "launch_permission": { @@ -312,7 +312,7 @@ def __init__(__self__, distributions=[{ "ami_distribution_configuration": { "ami_tags": { - "cost_center": "IT", + "CostCenter": "IT", }, "name": "example-{{ imagebuilder:buildDate }}", "launch_permission": { diff --git a/sdk/python/pulumi_aws/iot/thing_group.py b/sdk/python/pulumi_aws/iot/thing_group.py index 0d91a8fca98..490bd1ea36f 100644 --- a/sdk/python/pulumi_aws/iot/thing_group.py +++ b/sdk/python/pulumi_aws/iot/thing_group.py @@ -248,8 +248,8 @@ def __init__(__self__, properties={ "attribute_payload": { "attributes": { - "one": "11111", - "two": "TwoTwo", + "One": "11111", + "Two": "TwoTwo", }, }, "description": "This is my thing group", @@ -296,8 +296,8 @@ def __init__(__self__, properties={ "attribute_payload": { "attributes": { - "one": "11111", - "two": "TwoTwo", + "One": "11111", + "Two": "TwoTwo", }, }, "description": "This is my thing group", diff --git a/sdk/python/pulumi_aws/kinesisanalyticsv2/application.py b/sdk/python/pulumi_aws/kinesisanalyticsv2/application.py index 6c404e0b17b..b316fdcd849 100644 --- a/sdk/python/pulumi_aws/kinesisanalyticsv2/application.py +++ b/sdk/python/pulumi_aws/kinesisanalyticsv2/application.py @@ -506,14 +506,14 @@ def __init__(__self__, { "property_group_id": "PROPERTY-GROUP-1", "property_map": { - "key1": "Value1", + "Key1": "Value1", }, }, { "property_group_id": "PROPERTY-GROUP-2", "property_map": { - "key_a": "ValueA", - "key_b": "ValueB", + "KeyA": "ValueA", + "KeyB": "ValueB", }, }, ], @@ -742,14 +742,14 @@ def __init__(__self__, { "property_group_id": "PROPERTY-GROUP-1", "property_map": { - "key1": "Value1", + "Key1": "Value1", }, }, { "property_group_id": "PROPERTY-GROUP-2", "property_map": { - "key_a": "ValueA", - "key_b": "ValueB", + "KeyA": "ValueA", + "KeyB": "ValueB", }, }, ], diff --git a/sdk/python/pulumi_aws/lambda_/alias.py b/sdk/python/pulumi_aws/lambda_/alias.py index 415354699f4..895135c3986 100644 --- a/sdk/python/pulumi_aws/lambda_/alias.py +++ b/sdk/python/pulumi_aws/lambda_/alias.py @@ -254,7 +254,7 @@ def __init__(__self__, function_version="1", routing_config={ "additional_version_weights": { - "_2": 0.5, + "2": 0.5, }, }) ``` @@ -300,7 +300,7 @@ def __init__(__self__, function_version="1", routing_config={ "additional_version_weights": { - "_2": 0.5, + "2": 0.5, }, }) ``` diff --git a/sdk/python/pulumi_aws/lambda_/event_source_mapping.py b/sdk/python/pulumi_aws/lambda_/event_source_mapping.py index 31d3641a68f..7657d129e1e 100644 --- a/sdk/python/pulumi_aws/lambda_/event_source_mapping.py +++ b/sdk/python/pulumi_aws/lambda_/event_source_mapping.py @@ -1056,7 +1056,7 @@ def __init__(__self__, starting_position="TRIM_HORIZON", self_managed_event_source={ "endpoints": { - "kafk_a__bootstra_p__servers": "kafka1.example.com:9092,kafka2.example.com:9092", + "KAFKA_BOOTSTRAP_SERVERS": "kafka1.example.com:9092,kafka2.example.com:9092", }, }, source_access_configurations=[ @@ -1100,7 +1100,7 @@ def __init__(__self__, "filters": [{ "pattern": json.dumps({ "body": { - "temperature": [{ + "Temperature": [{ "numeric": [ ">", 0, @@ -1108,7 +1108,7 @@ def __init__(__self__, 100, ], }], - "location": ["New York"], + "Location": ["New York"], }, }), }], @@ -1259,7 +1259,7 @@ def __init__(__self__, starting_position="TRIM_HORIZON", self_managed_event_source={ "endpoints": { - "kafk_a__bootstra_p__servers": "kafka1.example.com:9092,kafka2.example.com:9092", + "KAFKA_BOOTSTRAP_SERVERS": "kafka1.example.com:9092,kafka2.example.com:9092", }, }, source_access_configurations=[ @@ -1303,7 +1303,7 @@ def __init__(__self__, "filters": [{ "pattern": json.dumps({ "body": { - "temperature": [{ + "Temperature": [{ "numeric": [ ">", 0, @@ -1311,7 +1311,7 @@ def __init__(__self__, 100, ], }], - "location": ["New York"], + "Location": ["New York"], }, }), }], diff --git a/sdk/python/pulumi_aws/lightsail/container_service_deployment_version.py b/sdk/python/pulumi_aws/lightsail/container_service_deployment_version.py index fb383e5462c..87e7d6a4e2c 100644 --- a/sdk/python/pulumi_aws/lightsail/container_service_deployment_version.py +++ b/sdk/python/pulumi_aws/lightsail/container_service_deployment_version.py @@ -206,10 +206,10 @@ def __init__(__self__, "image": "amazon/amazon-lightsail:hello-world", "commands": [], "environment": { - "m_y__environmen_t__variable": "my_value", + "MY_ENVIRONMENT_VARIABLE": "my_value", }, "ports": { - "_80": "HTTP", + "80": "HTTP", }, }], public_endpoint={ @@ -268,10 +268,10 @@ def __init__(__self__, "image": "amazon/amazon-lightsail:hello-world", "commands": [], "environment": { - "m_y__environmen_t__variable": "my_value", + "MY_ENVIRONMENT_VARIABLE": "my_value", }, "ports": { - "_80": "HTTP", + "80": "HTTP", }, }], public_endpoint={ diff --git a/sdk/python/pulumi_aws/networkfirewall/logging_configuration.py b/sdk/python/pulumi_aws/networkfirewall/logging_configuration.py index 62a29f22a28..96d250841f6 100644 --- a/sdk/python/pulumi_aws/networkfirewall/logging_configuration.py +++ b/sdk/python/pulumi_aws/networkfirewall/logging_configuration.py @@ -120,7 +120,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "bucket_name": example_aws_s3_bucket["bucket"], + "bucketName": example_aws_s3_bucket["bucket"], "prefix": "/example", }, "log_destination_type": "S3", @@ -140,7 +140,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "log_group": example_aws_cloudwatch_log_group["name"], + "logGroup": example_aws_cloudwatch_log_group["name"], }, "log_destination_type": "CloudWatchLogs", "log_type": "ALERT", @@ -159,7 +159,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "delivery_stream": example_aws_kinesis_firehose_delivery_stream["name"], + "deliveryStream": example_aws_kinesis_firehose_delivery_stream["name"], }, "log_destination_type": "KinesisDataFirehose", "log_type": "TLS", @@ -202,7 +202,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "bucket_name": example_aws_s3_bucket["bucket"], + "bucketName": example_aws_s3_bucket["bucket"], "prefix": "/example", }, "log_destination_type": "S3", @@ -222,7 +222,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "log_group": example_aws_cloudwatch_log_group["name"], + "logGroup": example_aws_cloudwatch_log_group["name"], }, "log_destination_type": "CloudWatchLogs", "log_type": "ALERT", @@ -241,7 +241,7 @@ def __init__(__self__, logging_configuration={ "log_destination_configs": [{ "log_destination": { - "delivery_stream": example_aws_kinesis_firehose_delivery_stream["name"], + "deliveryStream": example_aws_kinesis_firehose_delivery_stream["name"], }, "log_destination_type": "KinesisDataFirehose", "log_type": "TLS", diff --git a/sdk/python/pulumi_aws/pipes/pipe.py b/sdk/python/pulumi_aws/pipes/pipe.py index 9902118507e..6f167217c28 100644 --- a/sdk/python/pulumi_aws/pipes/pipe.py +++ b/sdk/python/pulumi_aws/pipes/pipe.py @@ -597,12 +597,12 @@ def __init__(__self__, "http_parameters": { "path_parameter_values": "example-path-param", "header_parameters": { - "example_header": "example-value", - "second_example_header": "second-example-value", + "example-header": "example-value", + "second-example-header": "second-example-value", }, "query_string_parameters": { - "example_query_string": "example-value", - "second_example_query_string": "second-example-value", + "example-query-string": "example-value", + "second-example-query-string": "second-example-value", }, }, }) @@ -800,12 +800,12 @@ def __init__(__self__, "http_parameters": { "path_parameter_values": "example-path-param", "header_parameters": { - "example_header": "example-value", - "second_example_header": "second-example-value", + "example-header": "example-value", + "second-example-header": "second-example-value", }, "query_string_parameters": { - "example_query_string": "example-value", - "second_example_query_string": "second-example-value", + "example-query-string": "example-value", + "second-example-query-string": "second-example-value", }, }, }) diff --git a/sdk/python/pulumi_aws/quicksight/vpc_connection.py b/sdk/python/pulumi_aws/quicksight/vpc_connection.py index 7fb93cc65af..2b81927172e 100644 --- a/sdk/python/pulumi_aws/quicksight/vpc_connection.py +++ b/sdk/python/pulumi_aws/quicksight/vpc_connection.py @@ -411,17 +411,17 @@ def __init__(__self__, inline_policies=[{ "name": "QuickSightVPCConnectionRolePolicy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "effect": "Allow", - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Effect": "Allow", + "Action": [ "ec2:CreateNetworkInterface", "ec2:ModifyNetworkInterfaceAttribute", "ec2:DeleteNetworkInterface", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", ], - "resource": ["*"], + "Resource": ["*"], }], }), }]) @@ -489,17 +489,17 @@ def __init__(__self__, inline_policies=[{ "name": "QuickSightVPCConnectionRolePolicy", "policy": json.dumps({ - "version": "2012-10-17", - "statement": [{ - "effect": "Allow", - "action": [ + "Version": "2012-10-17", + "Statement": [{ + "Effect": "Allow", + "Action": [ "ec2:CreateNetworkInterface", "ec2:ModifyNetworkInterfaceAttribute", "ec2:DeleteNetworkInterface", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", ], - "resource": ["*"], + "Resource": ["*"], }], }), }]) diff --git a/sdk/python/pulumi_aws/rekognition/stream_processor.py b/sdk/python/pulumi_aws/rekognition/stream_processor.py index 9fb890d2e90..a6e74d6adf5 100644 --- a/sdk/python/pulumi_aws/rekognition/stream_processor.py +++ b/sdk/python/pulumi_aws/rekognition/stream_processor.py @@ -466,12 +466,12 @@ def __init__(__self__, inline_policies=[{ "name": "Rekognition-Access", "policy": pulumi.Output.json_dumps({ - "version": "2012-10-17", - "statement": [ + "Version": "2012-10-17", + "Statement": [ { - "action": ["s3:PutObject"], - "effect": "Allow", - "resource": [example.arn.apply(lambda arn: f"{arn}/*")], + "Action": ["s3:PutObject"], + "Effect": "Allow", + "Resource": [example.arn.apply(lambda arn: f"{arn}/*")], }, { "Action": ["sns:Publish"], @@ -548,15 +548,15 @@ def __init__(__self__, inline_policies=[{ "name": "Rekognition-Access", "policy": pulumi.Output.json_dumps({ - "version": "2012-10-17", - "statement": [ + "Version": "2012-10-17", + "Statement": [ { - "action": [ + "Action": [ "kinesis:Get*", "kinesis:DescribeStreamSummary", ], - "effect": "Allow", - "resource": [example.arn], + "Effect": "Allow", + "Resource": [example.arn], }, { "Action": ["kinesis:PutRecord"], @@ -673,12 +673,12 @@ def __init__(__self__, inline_policies=[{ "name": "Rekognition-Access", "policy": pulumi.Output.json_dumps({ - "version": "2012-10-17", - "statement": [ + "Version": "2012-10-17", + "Statement": [ { - "action": ["s3:PutObject"], - "effect": "Allow", - "resource": [example.arn.apply(lambda arn: f"{arn}/*")], + "Action": ["s3:PutObject"], + "Effect": "Allow", + "Resource": [example.arn.apply(lambda arn: f"{arn}/*")], }, { "Action": ["sns:Publish"], @@ -755,15 +755,15 @@ def __init__(__self__, inline_policies=[{ "name": "Rekognition-Access", "policy": pulumi.Output.json_dumps({ - "version": "2012-10-17", - "statement": [ + "Version": "2012-10-17", + "Statement": [ { - "action": [ + "Action": [ "kinesis:Get*", "kinesis:DescribeStreamSummary", ], - "effect": "Allow", - "resource": [example.arn], + "Effect": "Allow", + "Resource": [example.arn], }, { "Action": ["kinesis:PutRecord"], diff --git a/sdk/python/pulumi_aws/s3/analytics_configuration.py b/sdk/python/pulumi_aws/s3/analytics_configuration.py index 34a4b8f4f55..6e5cddd3fbc 100644 --- a/sdk/python/pulumi_aws/s3/analytics_configuration.py +++ b/sdk/python/pulumi_aws/s3/analytics_configuration.py @@ -214,7 +214,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` @@ -283,7 +283,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` diff --git a/sdk/python/pulumi_aws/s3/bucket_intelligent_tiering_configuration.py b/sdk/python/pulumi_aws/s3/bucket_intelligent_tiering_configuration.py index 2e0d271a4da..b5e50545649 100644 --- a/sdk/python/pulumi_aws/s3/bucket_intelligent_tiering_configuration.py +++ b/sdk/python/pulumi_aws/s3/bucket_intelligent_tiering_configuration.py @@ -247,7 +247,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }, tierings=[{ @@ -322,7 +322,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }, tierings=[{ diff --git a/sdk/python/pulumi_aws/s3/bucket_lifecycle_configuration_v2.py b/sdk/python/pulumi_aws/s3/bucket_lifecycle_configuration_v2.py index fa1da09a01a..fd057e427ea 100644 --- a/sdk/python/pulumi_aws/s3/bucket_lifecycle_configuration_v2.py +++ b/sdk/python/pulumi_aws/s3/bucket_lifecycle_configuration_v2.py @@ -309,8 +309,8 @@ def __init__(__self__, "filter": { "and_": { "tags": { - "key1": "Value1", - "key2": "Value2", + "Key1": "Value1", + "Key2": "Value2", }, }, }, @@ -334,8 +334,8 @@ def __init__(__self__, "and_": { "prefix": "logs/", "tags": { - "key1": "Value1", - "key2": "Value2", + "Key1": "Value1", + "Key2": "Value2", }, }, }, @@ -642,8 +642,8 @@ def __init__(__self__, "filter": { "and_": { "tags": { - "key1": "Value1", - "key2": "Value2", + "Key1": "Value1", + "Key2": "Value2", }, }, }, @@ -667,8 +667,8 @@ def __init__(__self__, "and_": { "prefix": "logs/", "tags": { - "key1": "Value1", - "key2": "Value2", + "Key1": "Value1", + "Key2": "Value2", }, }, }, diff --git a/sdk/python/pulumi_aws/s3/bucket_metric.py b/sdk/python/pulumi_aws/s3/bucket_metric.py index 1593e20c66f..33cdf82affe 100644 --- a/sdk/python/pulumi_aws/s3/bucket_metric.py +++ b/sdk/python/pulumi_aws/s3/bucket_metric.py @@ -171,7 +171,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` @@ -193,7 +193,7 @@ def __init__(__self__, "access_point": example_access_point.arn, "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` @@ -251,7 +251,7 @@ def __init__(__self__, "prefix": "documents/", "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` @@ -273,7 +273,7 @@ def __init__(__self__, "access_point": example_access_point.arn, "tags": { "priority": "high", - "class_": "blue", + "class": "blue", }, }) ``` diff --git a/sdk/python/pulumi_aws/scheduler/schedule.py b/sdk/python/pulumi_aws/scheduler/schedule.py index 25aee157be8..2daa7e0759c 100644 --- a/sdk/python/pulumi_aws/scheduler/schedule.py +++ b/sdk/python/pulumi_aws/scheduler/schedule.py @@ -503,8 +503,8 @@ def __init__(__self__, "arn": "arn:aws:scheduler:::aws-sdk:sqs:sendMessage", "role_arn": example_aws_iam_role["arn"], "input": pulumi.Output.json_dumps({ - "message_body": "Greetings, programs!", - "queue_url": example.url, + "MessageBody": "Greetings, programs!", + "QueueUrl": example.url, }), }) ``` @@ -586,8 +586,8 @@ def __init__(__self__, "arn": "arn:aws:scheduler:::aws-sdk:sqs:sendMessage", "role_arn": example_aws_iam_role["arn"], "input": pulumi.Output.json_dumps({ - "message_body": "Greetings, programs!", - "queue_url": example.url, + "MessageBody": "Greetings, programs!", + "QueueUrl": example.url, }), }) ``` diff --git a/sdk/python/pulumi_aws/ssmincidents/response_plan.py b/sdk/python/pulumi_aws/ssmincidents/response_plan.py index 86e351e6eac..e592c3533d4 100644 --- a/sdk/python/pulumi_aws/ssmincidents/response_plan.py +++ b/sdk/python/pulumi_aws/ssmincidents/response_plan.py @@ -354,8 +354,8 @@ def __init__(__self__, }, ], "dynamic_parameters": { - "some_key": "INVOLVED_RESOURCES", - "another_key": "INCIDENT_RECORD_ARN", + "someKey": "INVOLVED_RESOURCES", + "anotherKey": "INCIDENT_RECORD_ARN", }, }], }, @@ -461,8 +461,8 @@ def __init__(__self__, }, ], "dynamic_parameters": { - "some_key": "INVOLVED_RESOURCES", - "another_key": "INCIDENT_RECORD_ARN", + "someKey": "INVOLVED_RESOURCES", + "anotherKey": "INCIDENT_RECORD_ARN", }, }], },