Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c972fb9cb9a2363477e3b770873104e646806f92
449c91ff76913710a0920232152f0ef83cbc7d0a
2 changes: 1 addition & 1 deletion meta/.botocore.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.3
1.36.4
6 changes: 4 additions & 2 deletions provider/cmd/pulumi-resource-aws-native/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -104147,7 +104147,8 @@
"description": "The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs."
},
"fifoThroughputScope": {
"type": "string"
"type": "string",
"description": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are `Topic` or `MessageGroup` ."
},
"fifoTopic": {
"type": "boolean",
Expand Down Expand Up @@ -104209,7 +104210,8 @@
"description": "The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs."
},
"fifoThroughputScope": {
"type": "string"
"type": "string",
"description": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are `Topic` or `MessageGroup` ."
},
"fifoTopic": {
"type": "boolean",
Expand Down
9 changes: 6 additions & 3 deletions provider/cmd/pulumi-resource-aws-native/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -275501,7 +275501,8 @@
"description": "The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs."
},
"fifoThroughputScope": {
"type": "string"
"type": "string",
"description": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are `Topic` or `MessageGroup` ."
},
"fifoTopic": {
"type": "boolean",
Expand Down Expand Up @@ -275573,7 +275574,8 @@
"description": "The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs."
},
"fifoThroughputScope": {
"type": "string"
"type": "string",
"description": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are `Topic` or `MessageGroup` ."
},
"fifoTopic": {
"type": "boolean",
Expand Down Expand Up @@ -331982,7 +331984,8 @@
"description": "The display name to use for an SNS topic with SMS subscriptions. The display name must be maximum 100 characters long, including hyphens (-), underscores (_), spaces, and tabs."
},
"fifoThroughputScope": {
"type": "string"
"type": "string",
"description": "Specifies the throughput quota and deduplication behavior to apply for the FIFO topic. Valid values are `Topic` or `MessageGroup` ."
},
"kmsMasterKeyId": {
"type": "string",
Expand Down
3 changes: 3 additions & 0 deletions sdk/dotnet/Sns/GetTopic.cs

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

6 changes: 6 additions & 0 deletions sdk/dotnet/Sns/Topic.cs

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

4 changes: 3 additions & 1 deletion sdk/go/aws/sns/getTopic.go

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

10 changes: 7 additions & 3 deletions sdk/go/aws/sns/topic.go

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

3 changes: 3 additions & 0 deletions sdk/nodejs/sns/getTopic.ts

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

6 changes: 6 additions & 0 deletions sdk/nodejs/sns/topic.ts

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

3 changes: 3 additions & 0 deletions sdk/python/pulumi_aws_native/sns/get_topic.py

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

8 changes: 8 additions & 0 deletions sdk/python/pulumi_aws_native/sns/topic.py

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

Loading