Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 5, 2024
1 parent 686a64c commit 80508f5
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 22 deletions.
25 changes: 17 additions & 8 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@
"smithy.api#length": {
"min": 1,
"max": 100
}
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#AgentHierarchyGroups": {
Expand Down Expand Up @@ -389,7 +390,8 @@
"smithy.api#length": {
"min": 1,
"max": 100
}
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#AgentPauseDurationInSeconds": {
Expand Down Expand Up @@ -8081,7 +8083,8 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Contains credentials to use for federation.</p>"
"smithy.api#documentation": "<p>Contains credentials to use for federation.</p>",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#CrossChannelBehavior": {
Expand Down Expand Up @@ -11587,7 +11590,8 @@
"smithy.api#length": {
"min": 0,
"max": 4096
}
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#Description250": {
Expand Down Expand Up @@ -12698,7 +12702,10 @@
}
},
"com.amazonaws.connect#Email": {
"type": "string"
"type": "string",
"traits": {
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#EmailReference": {
"type": "structure",
Expand Down Expand Up @@ -13973,7 +13980,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 3072
"max": 1024
}
}
},
Expand Down Expand Up @@ -22450,7 +22457,8 @@
"smithy.api#length": {
"min": 0,
"max": 512
}
},
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#Name128": {
Expand Down Expand Up @@ -22955,7 +22963,8 @@
"com.amazonaws.connect#Password": {
"type": "string",
"traits": {
"smithy.api#pattern": "^/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/$"
"smithy.api#pattern": "^/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/$",
"smithy.api#sensitive": {}
}
},
"com.amazonaws.connect#PauseContact": {
Expand Down
Loading

0 comments on commit 80508f5

Please sign in to comment.