Skip to content

Commit

Permalink
Automated SDK generation @ aws-cloudformation-user-guide 19dc52cd3f20…
Browse files Browse the repository at this point in the history
…07d6d268b65b739ffb5ebf8c1e76 (#1767)

*Automated PR*
  • Loading branch information
pulumi-bot authored Oct 11, 2024
1 parent 74ad6d8 commit cf71032
Show file tree
Hide file tree
Showing 18 changed files with 500 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b82e936513221f3e6c248f2a4d477c1e45551382
fb382a056363bbba3d354043e6adbc2c9c6b8a4b
209 changes: 115 additions & 94 deletions aws-cloudformation-schema/aws-ecs-taskset.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion meta/.botocore.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.37
1.35.38
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-gen-aws-native/deprecated-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ AWS::Cognito::UserPoolDomain
AWS::Cognito::UserPoolIdentityProvider
AWS::GameCast::Application
AWS::GameCast::StreamGroup
AWS::Glue::Crawler
AWS::SNS::TopicPolicy
AWS::SSMGuiConnect::Preferences
AWS::SecretsManager::SecretTargetAttachment
AWSQS::EKS::Cluster
AWSQS::Kubernetes::Get
AWSQS::Kubernetes::Helm
Expand Down
28 changes: 28 additions & 0 deletions provider/cmd/pulumi-resource-aws-native/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -36397,6 +36397,12 @@
"aws-native:ecs:TaskSet": {
"cf": "AWS::ECS::TaskSet",
"inputs": {
"capacityProviderStrategy": {
"type": "array",
"items": {
"$ref": "#/types/aws-native:ecs:TaskSetCapacityProviderStrategyItem"
}
},
"cluster": {
"type": "string",
"description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in."
Expand Down Expand Up @@ -36456,6 +36462,13 @@
"type": "string",
"description": "The ID of the task set."
},
"capacityProviderStrategy": {
"type": "array",
"items": {
"$ref": "#/types/aws-native:ecs:TaskSetCapacityProviderStrategyItem"
},
"replaceOnChanges": true
},
"cluster": {
"type": "string",
"description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.",
Expand Down Expand Up @@ -36525,6 +36538,7 @@
"taskDefinition"
],
"createOnly": [
"capacityProviderStrategy",
"cluster",
"externalId",
"launchType",
Expand Down Expand Up @@ -127913,6 +127927,20 @@
"aws-native:ecs:TaskSetAwsVpcConfigurationAssignPublicIp": {
"type": "string"
},
"aws-native:ecs:TaskSetCapacityProviderStrategyItem": {
"type": "object",
"properties": {
"base": {
"type": "integer"
},
"capacityProvider": {
"type": "string"
},
"weight": {
"type": "integer"
}
}
},
"aws-native:ecs:TaskSetLaunchType": {
"type": "string"
},
Expand Down
27 changes: 27 additions & 0 deletions provider/cmd/pulumi-resource-aws-native/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45949,6 +45949,20 @@
}
]
},
"aws-native:ecs:TaskSetCapacityProviderStrategyItem": {
"properties": {
"base": {
"type": "integer"
},
"capacityProvider": {
"type": "string"
},
"weight": {
"type": "integer"
}
},
"type": "object"
},
"aws-native:ecs:TaskSetLaunchType": {
"description": "The launch type that new tasks in the task set will use. For more information, see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html in the Amazon Elastic Container Service Developer Guide. ",
"type": "string",
Expand Down Expand Up @@ -200443,6 +200457,13 @@
"type": "string",
"description": "The ID of the task set."
},
"capacityProviderStrategy": {
"type": "array",
"items": {
"$ref": "#/types/aws-native:ecs:TaskSetCapacityProviderStrategyItem"
},
"replaceOnChanges": true
},
"cluster": {
"type": "string",
"description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.",
Expand Down Expand Up @@ -200514,6 +200535,12 @@
"taskDefinition"
],
"inputProperties": {
"capacityProviderStrategy": {
"type": "array",
"items": {
"$ref": "#/types/aws-native:ecs:TaskSetCapacityProviderStrategyItem"
}
},
"cluster": {
"type": "string",
"description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in."
Expand Down
6 changes: 6 additions & 0 deletions reports/missedAutonaming.json
Original file line number Diff line number Diff line change
Expand Up @@ -6189,6 +6189,12 @@
"aws-native:ecs:TaskSet": {
"cfTypeName": "AWS::ECS::TaskSet",
"properties": {
"capacityProviderStrategy": {
"type": "array",
"items": {
"$ref": "#/types/aws-native:ecs:TaskSetCapacityProviderStrategyItem"
}
},
"cluster": {
"type": "string",
"description": "The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in."
Expand Down
29 changes: 29 additions & 0 deletions sdk/dotnet/Ecs/Inputs/TaskSetCapacityProviderStrategyItemArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions sdk/dotnet/Ecs/Outputs/TaskSetCapacityProviderStrategyItem.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions sdk/dotnet/Ecs/TaskSet.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 110 additions & 0 deletions sdk/go/aws/ecs/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf71032

Please sign in to comment.