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

*Automated PR*
  • Loading branch information
pulumi-bot authored Dec 4, 2024
1 parent 9d15eaa commit 1d174d3
Show file tree
Hide file tree
Showing 89 changed files with 10,442 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .docs.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ca540d984b170273fcc4b32124eec8332800ec9e
a0d2f0fc843b5a8077bb8a88e99caaefc6b1a666
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
"TrustStoreArn" : {
"description" : "The Amazon Resource Name (ARN) of the trust store.",
"type" : "string"
},
"AdvertiseTrustStoreCaNames" : {
"description" : "",
"type" : "string"
}
}
},
Expand Down
8 changes: 6 additions & 2 deletions aws-cloudformation-schema/aws-memorydb-cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
"description" : "An optional description of the cluster.",
"type" : "string"
},
"MultiRegionClusterName" : {
"description" : "The name of the Global Datastore, it is generated by MemoryDB adding a prefix to MultiRegionClusterNameSuffix.",
"type" : "string"
},
"Status" : {
"description" : "The status of the cluster. For example, Available, Updating, Creating.",
"type" : "string"
Expand Down Expand Up @@ -192,8 +196,8 @@
"additionalProperties" : false,
"readOnlyProperties" : [ "/properties/Status", "/properties/ClusterEndpoint/Address", "/properties/ClusterEndpoint/Port", "/properties/ARN", "/properties/ParameterGroupStatus" ],
"required" : [ "ClusterName", "NodeType", "ACLName" ],
"createOnlyProperties" : [ "/properties/ClusterName", "/properties/TLSEnabled", "/properties/DataTiering", "/properties/KmsKeyId", "/properties/Port", "/properties/SubnetGroupName", "/properties/SnapshotArns", "/properties/SnapshotName" ],
"writeOnlyProperties" : [ "/properties/SnapshotArns", "/properties/SnapshotName", "/properties/FinalSnapshotName" ],
"createOnlyProperties" : [ "/properties/ClusterName", "/properties/TLSEnabled", "/properties/DataTiering", "/properties/KmsKeyId", "/properties/Port", "/properties/SubnetGroupName", "/properties/SnapshotArns", "/properties/MultiRegionClusterName", "/properties/SnapshotName" ],
"writeOnlyProperties" : [ "/properties/SnapshotArns", "/properties/SnapshotName", "/properties/MultiRegionClusterName", "/properties/FinalSnapshotName" ],
"primaryIdentifier" : [ "/properties/ClusterName" ],
"handlers" : {
"create" : {
Expand Down
44 changes: 43 additions & 1 deletion aws-cloudformation-schema/aws-wisdom-aiagent.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,45 @@
},
"required" : [ "AnswerRecommendationAIAgentConfiguration" ],
"additionalProperties" : false
}, {
"type" : "object",
"title" : "SelfServiceAIAgentConfiguration",
"properties" : {
"SelfServiceAIAgentConfiguration" : {
"$ref" : "#/definitions/SelfServiceAIAgentConfiguration"
}
},
"required" : [ "SelfServiceAIAgentConfiguration" ],
"additionalProperties" : false
} ]
},
"AIAgentType" : {
"type" : "string",
"enum" : [ "MANUAL_SEARCH", "ANSWER_RECOMMENDATION" ]
"enum" : [ "MANUAL_SEARCH", "ANSWER_RECOMMENDATION", "SELF_SERVICE" ]
},
"SelfServiceAIAgentConfiguration" : {
"type" : "object",
"properties" : {
"SelfServicePreProcessingAIPromptId" : {
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"SelfServiceAnswerGenerationAIPromptId" : {
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"SelfServiceAIGuardrailId" : {
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"AssociationConfigurations" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/AssociationConfiguration"
}
}
},
"additionalProperties" : false
},
"AnswerRecommendationAIAgentConfiguration" : {
"type" : "object",
Expand All @@ -49,6 +83,10 @@
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"AnswerGenerationAIGuardrailId" : {
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"AssociationConfigurations" : {
"type" : "array",
"items" : {
Expand Down Expand Up @@ -115,6 +153,10 @@
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"AnswerGenerationAIGuardrailId" : {
"type" : "string",
"pattern" : "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$"
},
"AssociationConfigurations" : {
"type" : "array",
"items" : {
Expand Down
Loading

0 comments on commit 1d174d3

Please sign in to comment.