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 (#1856)

Automated SDK generation @ aws-cloudformation-user-guide
19dc52cd3f2007d6d268b65b739ffb5ebf8c1e76

No new resources or functions.
  • Loading branch information
pulumi-bot authored Nov 26, 2024
1 parent e47b908 commit 9c3247f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f6b218889cc5e41783b1196880f777a677a12aeb
3ae90724734baab540d9dfc15db4b5aa3253be8b
2 changes: 1 addition & 1 deletion aws-cloudformation-schema/aws-connect-tasktemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"FieldType" : {
"description" : "The type of the task template's field",
"type" : "string",
"enum" : [ "NAME", "DESCRIPTION", "SCHEDULED_TIME", "QUICK_CONNECT", "URL", "NUMBER", "TEXT", "TEXT_AREA", "DATE_TIME", "BOOLEAN", "SINGLE_SELECT", "EMAIL" ]
"enum" : [ "NAME", "DESCRIPTION", "SCHEDULED_TIME", "QUICK_CONNECT", "URL", "NUMBER", "TEXT", "TEXT_AREA", "DATE_TIME", "BOOLEAN", "SINGLE_SELECT", "EMAIL", "EXPIRY_DURATION", "SELF_ASSIGN" ]
},
"FieldIdentifier" : {
"description" : "the identifier (name) for the task template field",
Expand Down
2 changes: 1 addition & 1 deletion meta/.botocore.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.68
1.35.69
8 changes: 8 additions & 0 deletions provider/cmd/pulumi-resource-aws-native/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33784,6 +33784,14 @@
{
"name": "Email",
"value": "EMAIL"
},
{
"name": "ExpiryDuration",
"value": "EXPIRY_DURATION"
},
{
"name": "SelfAssign",
"value": "SELF_ASSIGN"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions sdk/dotnet/Connect/Enums.cs

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

28 changes: 16 additions & 12 deletions sdk/go/aws/connect/pulumiEnums.go

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

2 changes: 2 additions & 0 deletions sdk/nodejs/types/enums/connect/index.ts

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

2 changes: 2 additions & 0 deletions sdk/python/pulumi_aws_native/connect/_enums.py

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

0 comments on commit 9c3247f

Please sign in to comment.