|
933 | 933 | "smithy.api#documentation": "<p>The all users grant filter.</p>" |
934 | 934 | } |
935 | 935 | }, |
| 936 | + "com.amazonaws.datazone#AmazonQPropertiesInput": { |
| 937 | + "type": "structure", |
| 938 | + "members": { |
| 939 | + "isEnabled": { |
| 940 | + "target": "smithy.api#Boolean", |
| 941 | + "traits": { |
| 942 | + "smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>", |
| 943 | + "smithy.api#required": {} |
| 944 | + } |
| 945 | + }, |
| 946 | + "profileArn": { |
| 947 | + "target": "smithy.api#String", |
| 948 | + "traits": { |
| 949 | + "smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>", |
| 950 | + "smithy.api#length": { |
| 951 | + "max": 2048 |
| 952 | + }, |
| 953 | + "smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 954 | + } |
| 955 | + }, |
| 956 | + "authMode": { |
| 957 | + "target": "smithy.api#String", |
| 958 | + "traits": { |
| 959 | + "smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>", |
| 960 | + "smithy.api#length": { |
| 961 | + "max": 128 |
| 962 | + } |
| 963 | + } |
| 964 | + } |
| 965 | + }, |
| 966 | + "traits": { |
| 967 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 968 | + } |
| 969 | + }, |
| 970 | + "com.amazonaws.datazone#AmazonQPropertiesOutput": { |
| 971 | + "type": "structure", |
| 972 | + "members": { |
| 973 | + "isEnabled": { |
| 974 | + "target": "smithy.api#Boolean", |
| 975 | + "traits": { |
| 976 | + "smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>", |
| 977 | + "smithy.api#required": {} |
| 978 | + } |
| 979 | + }, |
| 980 | + "profileArn": { |
| 981 | + "target": "smithy.api#String", |
| 982 | + "traits": { |
| 983 | + "smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>", |
| 984 | + "smithy.api#length": { |
| 985 | + "max": 2048 |
| 986 | + }, |
| 987 | + "smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 988 | + } |
| 989 | + }, |
| 990 | + "authMode": { |
| 991 | + "target": "smithy.api#String", |
| 992 | + "traits": { |
| 993 | + "smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>", |
| 994 | + "smithy.api#length": { |
| 995 | + "max": 128 |
| 996 | + } |
| 997 | + } |
| 998 | + } |
| 999 | + }, |
| 1000 | + "traits": { |
| 1001 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 1002 | + } |
| 1003 | + }, |
| 1004 | + "com.amazonaws.datazone#AmazonQPropertiesPatch": { |
| 1005 | + "type": "structure", |
| 1006 | + "members": { |
| 1007 | + "isEnabled": { |
| 1008 | + "target": "smithy.api#Boolean", |
| 1009 | + "traits": { |
| 1010 | + "smithy.api#documentation": "<p>Specifies whether Amazon Q is enabled for the connection.</p>", |
| 1011 | + "smithy.api#required": {} |
| 1012 | + } |
| 1013 | + }, |
| 1014 | + "profileArn": { |
| 1015 | + "target": "smithy.api#String", |
| 1016 | + "traits": { |
| 1017 | + "smithy.api#documentation": "<p>The profile ARN of the connection's Amazon Q properties.</p>", |
| 1018 | + "smithy.api#length": { |
| 1019 | + "max": 2048 |
| 1020 | + }, |
| 1021 | + "smithy.api#pattern": "^arn:aws[a-z\\-]*:[a-z0-9\\-]+:[a-z0-9\\-]*:[0-9]*:.*" |
| 1022 | + } |
| 1023 | + }, |
| 1024 | + "authMode": { |
| 1025 | + "target": "smithy.api#String", |
| 1026 | + "traits": { |
| 1027 | + "smithy.api#documentation": "<p>The authentication mode of the connection's Amazon Q properties.</p>", |
| 1028 | + "smithy.api#length": { |
| 1029 | + "max": 128 |
| 1030 | + } |
| 1031 | + } |
| 1032 | + } |
| 1033 | + }, |
| 1034 | + "traits": { |
| 1035 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 1036 | + } |
| 1037 | + }, |
936 | 1038 | "com.amazonaws.datazone#ApplicableAssetTypes": { |
937 | 1039 | "type": "list", |
938 | 1040 | "member": { |
|
2885 | 2987 | "traits": { |
2886 | 2988 | "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
2887 | 2989 | } |
| 2990 | + }, |
| 2991 | + "amazonQProperties": { |
| 2992 | + "target": "com.amazonaws.datazone#AmazonQPropertiesInput", |
| 2993 | + "traits": { |
| 2994 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 2995 | + } |
2888 | 2996 | } |
2889 | 2997 | }, |
2890 | 2998 | "traits": { |
|
2941 | 3049 | "traits": { |
2942 | 3050 | "smithy.api#documentation": "<p>The Amazon S3 properties of a connection.</p>" |
2943 | 3051 | } |
| 3052 | + }, |
| 3053 | + "amazonQProperties": { |
| 3054 | + "target": "com.amazonaws.datazone#AmazonQPropertiesOutput", |
| 3055 | + "traits": { |
| 3056 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 3057 | + } |
2944 | 3058 | } |
2945 | 3059 | }, |
2946 | 3060 | "traits": { |
|
2985 | 3099 | "traits": { |
2986 | 3100 | "smithy.api#documentation": "<p>The Amazon S3 properties of a connection properties patch.</p>" |
2987 | 3101 | } |
| 3102 | + }, |
| 3103 | + "amazonQProperties": { |
| 3104 | + "target": "com.amazonaws.datazone#AmazonQPropertiesPatch", |
| 3105 | + "traits": { |
| 3106 | + "smithy.api#documentation": "<p>The Amazon Q properties of the connection.</p>" |
| 3107 | + } |
2988 | 3108 | } |
2989 | 3109 | }, |
2990 | 3110 | "traits": { |
2991 | 3111 | "smithy.api#documentation": "<p>The connection properties patch.</p>" |
2992 | 3112 | } |
2993 | 3113 | }, |
| 3114 | + "com.amazonaws.datazone#ConnectionScope": { |
| 3115 | + "type": "enum", |
| 3116 | + "members": { |
| 3117 | + "DOMAIN": { |
| 3118 | + "target": "smithy.api#Unit", |
| 3119 | + "traits": { |
| 3120 | + "smithy.api#enumValue": "DOMAIN" |
| 3121 | + } |
| 3122 | + }, |
| 3123 | + "PROJECT": { |
| 3124 | + "target": "smithy.api#Unit", |
| 3125 | + "traits": { |
| 3126 | + "smithy.api#enumValue": "PROJECT" |
| 3127 | + } |
| 3128 | + } |
| 3129 | + } |
| 3130 | + }, |
2994 | 3131 | "com.amazonaws.datazone#ConnectionStatus": { |
2995 | 3132 | "type": "enum", |
2996 | 3133 | "members": { |
|
3112 | 3249 | "smithy.api#documentation": "<p>The connection type.</p>", |
3113 | 3250 | "smithy.api#required": {} |
3114 | 3251 | } |
| 3252 | + }, |
| 3253 | + "scope": { |
| 3254 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 3255 | + "traits": { |
| 3256 | + "smithy.api#documentation": "<p>The scope of the connection.</p>" |
| 3257 | + } |
3115 | 3258 | } |
3116 | 3259 | }, |
3117 | 3260 | "traits": { |
|
3240 | 3383 | "traits": { |
3241 | 3384 | "smithy.api#enumValue": "WORKFLOWS_MWAA" |
3242 | 3385 | } |
| 3386 | + }, |
| 3387 | + "AMAZON_Q": { |
| 3388 | + "target": "smithy.api#Unit", |
| 3389 | + "traits": { |
| 3390 | + "smithy.api#enumValue": "AMAZON_Q" |
| 3391 | + } |
3243 | 3392 | } |
3244 | 3393 | } |
3245 | 3394 | }, |
|
4344 | 4493 | "environmentIdentifier": { |
4345 | 4494 | "target": "com.amazonaws.datazone#EnvironmentId", |
4346 | 4495 | "traits": { |
4347 | | - "smithy.api#documentation": "<p>The ID of the environment where the connection is created.</p>", |
4348 | | - "smithy.api#required": {} |
| 4496 | + "smithy.api#documentation": "<p>The ID of the environment where the connection is created.</p>" |
4349 | 4497 | } |
4350 | 4498 | }, |
4351 | 4499 | "name": { |
|
4360 | 4508 | "traits": { |
4361 | 4509 | "smithy.api#documentation": "<p>The connection props.</p>" |
4362 | 4510 | } |
| 4511 | + }, |
| 4512 | + "enableTrustedIdentityPropagation": { |
| 4513 | + "target": "smithy.api#Boolean", |
| 4514 | + "traits": { |
| 4515 | + "smithy.api#documentation": "<p>Specifies whether the trusted identity propagation is enabled.</p>" |
| 4516 | + } |
| 4517 | + }, |
| 4518 | + "scope": { |
| 4519 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 4520 | + "traits": { |
| 4521 | + "smithy.api#documentation": "<p>The scope of the connection.</p>" |
| 4522 | + } |
4363 | 4523 | } |
4364 | 4524 | }, |
4365 | 4525 | "traits": { |
|
4434 | 4594 | "smithy.api#documentation": "<p>The connection type.</p>", |
4435 | 4595 | "smithy.api#required": {} |
4436 | 4596 | } |
| 4597 | + }, |
| 4598 | + "scope": { |
| 4599 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 4600 | + "traits": { |
| 4601 | + "smithy.api#documentation": "<p>The scope of the connection.</p>" |
| 4602 | + } |
4437 | 4603 | } |
4438 | 4604 | }, |
4439 | 4605 | "traits": { |
@@ -10107,20 +10273,20 @@ |
10107 | 10273 | "builtIn": "AWS::Region", |
10108 | 10274 | "required": false, |
10109 | 10275 | "documentation": "The AWS region used to dispatch the request.", |
10110 | | - "type": "String" |
| 10276 | + "type": "string" |
10111 | 10277 | }, |
10112 | 10278 | "UseFIPS": { |
10113 | 10279 | "builtIn": "AWS::UseFIPS", |
10114 | 10280 | "required": true, |
10115 | 10281 | "default": false, |
10116 | 10282 | "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", |
10117 | | - "type": "Boolean" |
| 10283 | + "type": "boolean" |
10118 | 10284 | }, |
10119 | 10285 | "Endpoint": { |
10120 | 10286 | "builtIn": "SDK::Endpoint", |
10121 | 10287 | "required": false, |
10122 | 10288 | "documentation": "Override the endpoint used to send this request", |
10123 | | - "type": "String" |
| 10289 | + "type": "string" |
10124 | 10290 | } |
10125 | 10291 | }, |
10126 | 10292 | "rules": [ |
|
15771 | 15937 | "smithy.api#documentation": "<p>The type of the connection.</p>", |
15772 | 15938 | "smithy.api#required": {} |
15773 | 15939 | } |
| 15940 | + }, |
| 15941 | + "scope": { |
| 15942 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 15943 | + "traits": { |
| 15944 | + "smithy.api#documentation": "<p>The scope of the connection.</p>" |
| 15945 | + } |
15774 | 15946 | } |
15775 | 15947 | }, |
15776 | 15948 | "traits": { |
|
22794 | 22966 | "target": "com.amazonaws.datazone#ProjectId", |
22795 | 22967 | "traits": { |
22796 | 22968 | "smithy.api#documentation": "<p>The ID of the project where you want to list connections.</p>", |
22797 | | - "smithy.api#httpQuery": "projectIdentifier", |
22798 | | - "smithy.api#required": {} |
| 22969 | + "smithy.api#httpQuery": "projectIdentifier" |
22799 | 22970 | } |
22800 | 22971 | }, |
22801 | 22972 | "type": { |
|
22804 | 22975 | "smithy.api#documentation": "<p>The type of connection.</p>", |
22805 | 22976 | "smithy.api#httpQuery": "type" |
22806 | 22977 | } |
| 22978 | + }, |
| 22979 | + "scope": { |
| 22980 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 22981 | + "traits": { |
| 22982 | + "smithy.api#documentation": "<p>The scope of the connection.</p>", |
| 22983 | + "smithy.api#httpQuery": "scope" |
| 22984 | + } |
22807 | 22985 | } |
22808 | 22986 | }, |
22809 | 22987 | "traits": { |
|
27567 | 27745 | "smithy.api#documentation": "<p>The Amazon Web Services Glue connection.</p>" |
27568 | 27746 | } |
27569 | 27747 | }, |
| 27748 | + "enableTrustedIdentityPropagation": { |
| 27749 | + "target": "smithy.api#Boolean", |
| 27750 | + "traits": { |
| 27751 | + "smithy.api#documentation": "<p>Specified whether trusted identity propagation for the connection is enabled.</p>" |
| 27752 | + } |
| 27753 | + }, |
27570 | 27754 | "host": { |
27571 | 27755 | "target": "smithy.api#String", |
27572 | 27756 | "traits": { |
|
34944 | 35128 | "smithy.api#documentation": "<p>The connection type.</p>", |
34945 | 35129 | "smithy.api#required": {} |
34946 | 35130 | } |
| 35131 | + }, |
| 35132 | + "scope": { |
| 35133 | + "target": "com.amazonaws.datazone#ConnectionScope", |
| 35134 | + "traits": { |
| 35135 | + "smithy.api#documentation": "<p>The scope of the connection.</p>" |
| 35136 | + } |
34947 | 35137 | } |
34948 | 35138 | }, |
34949 | 35139 | "traits": { |
|
0 commit comments