File tree 1 file changed +21
-2
lines changed
codegen/sdk-codegen/aws-models 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 13979
13979
"com.amazonaws.inspector2#TagValueList": {
13980
13980
"type": "list",
13981
13981
"member": {
13982
- "target": "smithy.api#String "
13982
+ "target": "com.amazonaws.inspector2#TargetResourceTagsValue "
13983
13983
},
13984
13984
"traits": {
13985
13985
"smithy.api#length": {
14019
14019
"com.amazonaws.inspector2#TargetResourceTags": {
14020
14020
"type": "map",
14021
14021
"key": {
14022
- "target": "com.amazonaws.inspector2#NonEmptyString "
14022
+ "target": "com.amazonaws.inspector2#TargetResourceTagsKey "
14023
14023
},
14024
14024
"value": {
14025
14025
"target": "com.amazonaws.inspector2#TagValueList"
14031
14031
}
14032
14032
}
14033
14033
},
14034
+ "com.amazonaws.inspector2#TargetResourceTagsKey": {
14035
+ "type": "string",
14036
+ "traits": {
14037
+ "smithy.api#length": {
14038
+ "min": 1,
14039
+ "max": 128
14040
+ },
14041
+ "smithy.api#pattern": "^[\\p{L}\\p{Z}\\p{N}_.:/=\\-@]*$"
14042
+ }
14043
+ },
14044
+ "com.amazonaws.inspector2#TargetResourceTagsValue": {
14045
+ "type": "string",
14046
+ "traits": {
14047
+ "smithy.api#length": {
14048
+ "min": 1,
14049
+ "max": 256
14050
+ }
14051
+ }
14052
+ },
14034
14053
"com.amazonaws.inspector2#TargetStatusFilterList": {
14035
14054
"type": "list",
14036
14055
"member": {
You can’t perform that action at this time.
0 commit comments