Skip to content

Commit

Permalink
feat(client-connectcases): This release adds the ability to create fi…
Browse files Browse the repository at this point in the history
…elds with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
  • Loading branch information
awstools committed May 19, 2023
1 parent 45df38a commit 78ca401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-connectcases/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@ export const FieldType = {
NUMBER: "Number",
SINGLE_SELECT: "SingleSelect",
TEXT: "Text",
URL: "Url",
} as const;

/**
Expand Down
4 changes: 4 additions & 0 deletions codegen/sdk-codegen/aws-models/connectcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,10 @@
{
"value": "SingleSelect",
"name": "SINGLE_SELECT"
},
{
"value": "Url",
"name": "URL"
}
]
}
Expand Down

0 comments on commit 78ca401

Please sign in to comment.