|
1239 | 1239 | {"shape":"LimitExceededException"},
|
1240 | 1240 | {"shape":"ResourceNotFoundException"},
|
1241 | 1241 | {"shape":"ResourceInUseException"},
|
1242 |
| - {"shape":"AccessDeniedException"} |
| 1242 | + {"shape":"AccessDeniedException"}, |
| 1243 | + {"shape":"ResourceNotFoundException"}, |
| 1244 | + {"shape":"ResourceInUseException"} |
1243 | 1245 | ]
|
1244 | 1246 | },
|
1245 | 1247 | "UpdateSecurityHubConfiguration":{
|
|
1434 | 1436 | },
|
1435 | 1437 | "AlphaNumericNonEmptyString":{
|
1436 | 1438 | "type":"string",
|
1437 |
| - "pattern":"^[-_ a-zA-Z0-9]+$" |
| 1439 | + "pattern":"^([^\\u0000-\\u007F]|[-_ a-zA-Z0-9])+$" |
1438 | 1440 | },
|
1439 | 1441 | "ArnList":{
|
1440 | 1442 | "type":"list",
|
|
2744 | 2746 | "TableId":{"shape":"NonEmptyString"},
|
2745 | 2747 | "TableName":{"shape":"NonEmptyString"},
|
2746 | 2748 | "TableSizeBytes":{"shape":"SizeBytes"},
|
2747 |
| - "TableStatus":{"shape":"NonEmptyString"} |
| 2749 | + "TableStatus":{"shape":"NonEmptyString"}, |
| 2750 | + "DeletionProtectionEnabled":{"shape":"Boolean"} |
2748 | 2751 | }
|
2749 | 2752 | },
|
2750 | 2753 | "AwsDynamoDbTableGlobalSecondaryIndex":{
|
|
2863 | 2866 | "StreamViewType":{"shape":"NonEmptyString"}
|
2864 | 2867 | }
|
2865 | 2868 | },
|
| 2869 | + "AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails":{ |
| 2870 | + "type":"structure", |
| 2871 | + "members":{ |
| 2872 | + "DirectoryId":{"shape":"NonEmptyString"} |
| 2873 | + } |
| 2874 | + }, |
| 2875 | + "AwsEc2ClientVpnEndpointAuthenticationOptionsDetails":{ |
| 2876 | + "type":"structure", |
| 2877 | + "members":{ |
| 2878 | + "Type":{"shape":"NonEmptyString"}, |
| 2879 | + "ActiveDirectory":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsActiveDirectoryDetails"}, |
| 2880 | + "MutualAuthentication":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails"}, |
| 2881 | + "FederatedAuthentication":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails"} |
| 2882 | + } |
| 2883 | + }, |
| 2884 | + "AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails":{ |
| 2885 | + "type":"structure", |
| 2886 | + "members":{ |
| 2887 | + "SamlProviderArn":{"shape":"NonEmptyString"}, |
| 2888 | + "SelfServiceSamlProviderArn":{"shape":"NonEmptyString"} |
| 2889 | + } |
| 2890 | + }, |
| 2891 | + "AwsEc2ClientVpnEndpointAuthenticationOptionsList":{ |
| 2892 | + "type":"list", |
| 2893 | + "member":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsDetails"} |
| 2894 | + }, |
| 2895 | + "AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails":{ |
| 2896 | + "type":"structure", |
| 2897 | + "members":{ |
| 2898 | + "ClientRootCertificateChain":{"shape":"NonEmptyString"} |
| 2899 | + } |
| 2900 | + }, |
| 2901 | + "AwsEc2ClientVpnEndpointClientConnectOptionsDetails":{ |
| 2902 | + "type":"structure", |
| 2903 | + "members":{ |
| 2904 | + "Enabled":{"shape":"Boolean"}, |
| 2905 | + "LambdaFunctionArn":{"shape":"NonEmptyString"}, |
| 2906 | + "Status":{"shape":"AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails"} |
| 2907 | + } |
| 2908 | + }, |
| 2909 | + "AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails":{ |
| 2910 | + "type":"structure", |
| 2911 | + "members":{ |
| 2912 | + "Code":{"shape":"NonEmptyString"}, |
| 2913 | + "Message":{"shape":"NonEmptyString"} |
| 2914 | + } |
| 2915 | + }, |
| 2916 | + "AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails":{ |
| 2917 | + "type":"structure", |
| 2918 | + "members":{ |
| 2919 | + "Enabled":{"shape":"Boolean"}, |
| 2920 | + "BannerText":{"shape":"NonEmptyString"} |
| 2921 | + } |
| 2922 | + }, |
| 2923 | + "AwsEc2ClientVpnEndpointConnectionLogOptionsDetails":{ |
| 2924 | + "type":"structure", |
| 2925 | + "members":{ |
| 2926 | + "Enabled":{"shape":"Boolean"}, |
| 2927 | + "CloudwatchLogGroup":{"shape":"NonEmptyString"}, |
| 2928 | + "CloudwatchLogStream":{"shape":"NonEmptyString"} |
| 2929 | + } |
| 2930 | + }, |
| 2931 | + "AwsEc2ClientVpnEndpointDetails":{ |
| 2932 | + "type":"structure", |
| 2933 | + "members":{ |
| 2934 | + "ClientVpnEndpointId":{"shape":"NonEmptyString"}, |
| 2935 | + "Description":{"shape":"NonEmptyString"}, |
| 2936 | + "ClientCidrBlock":{"shape":"NonEmptyString"}, |
| 2937 | + "DnsServer":{"shape":"StringList"}, |
| 2938 | + "SplitTunnel":{"shape":"Boolean"}, |
| 2939 | + "TransportProtocol":{"shape":"NonEmptyString"}, |
| 2940 | + "VpnPort":{"shape":"Integer"}, |
| 2941 | + "ServerCertificateArn":{"shape":"NonEmptyString"}, |
| 2942 | + "AuthenticationOptions":{"shape":"AwsEc2ClientVpnEndpointAuthenticationOptionsList"}, |
| 2943 | + "ConnectionLogOptions":{"shape":"AwsEc2ClientVpnEndpointConnectionLogOptionsDetails"}, |
| 2944 | + "SecurityGroupIdSet":{"shape":"StringList"}, |
| 2945 | + "VpcId":{"shape":"NonEmptyString"}, |
| 2946 | + "SelfServicePortalUrl":{"shape":"NonEmptyString"}, |
| 2947 | + "ClientConnectOptions":{"shape":"AwsEc2ClientVpnEndpointClientConnectOptionsDetails"}, |
| 2948 | + "SessionTimeoutHours":{"shape":"Integer"}, |
| 2949 | + "ClientLoginBannerOptions":{"shape":"AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails"} |
| 2950 | + } |
| 2951 | + }, |
2866 | 2952 | "AwsEc2EipDetails":{
|
2867 | 2953 | "type":"structure",
|
2868 | 2954 | "members":{
|
|
5232 | 5318 | "CurrentVersion":{"shape":"NonEmptyString"},
|
5233 | 5319 | "NumberOfBrokerNodes":{"shape":"Integer"},
|
5234 | 5320 | "ClusterName":{"shape":"NonEmptyString"},
|
5235 |
| - "ClientAuthentication":{"shape":"AwsMskClusterClusterInfoClientAuthenticationDetails"} |
| 5321 | + "ClientAuthentication":{"shape":"AwsMskClusterClusterInfoClientAuthenticationDetails"}, |
| 5322 | + "EnhancedMonitoring":{"shape":"NonEmptyString"} |
5236 | 5323 | }
|
5237 | 5324 | },
|
5238 | 5325 | "AwsMskClusterClusterInfoEncryptionInfoDetails":{
|
|
6077 | 6164 | "CloudWatchLogsLogGroupArn":{"shape":"CloudWatchLogsLogGroupArnConfigDetails"}
|
6078 | 6165 | }
|
6079 | 6166 | },
|
| 6167 | + "AwsS3AccessPointDetails":{ |
| 6168 | + "type":"structure", |
| 6169 | + "members":{ |
| 6170 | + "AccessPointArn":{"shape":"NonEmptyString"}, |
| 6171 | + "Alias":{"shape":"NonEmptyString"}, |
| 6172 | + "Bucket":{"shape":"NonEmptyString"}, |
| 6173 | + "BucketAccountId":{"shape":"NonEmptyString"}, |
| 6174 | + "Name":{"shape":"NonEmptyString"}, |
| 6175 | + "NetworkOrigin":{"shape":"NonEmptyString"}, |
| 6176 | + "PublicAccessBlockConfiguration":{"shape":"AwsS3AccountPublicAccessBlockDetails"}, |
| 6177 | + "VpcConfiguration":{"shape":"AwsS3AccessPointVpcConfigurationDetails"} |
| 6178 | + } |
| 6179 | + }, |
| 6180 | + "AwsS3AccessPointVpcConfigurationDetails":{ |
| 6181 | + "type":"structure", |
| 6182 | + "members":{ |
| 6183 | + "VpcId":{"shape":"NonEmptyString"} |
| 6184 | + } |
| 6185 | + }, |
6080 | 6186 | "AwsS3AccountPublicAccessBlockDetails":{
|
6081 | 6187 | "type":"structure",
|
6082 | 6188 | "members":{
|
|
6204 | 6310 | "BucketWebsiteConfiguration":{"shape":"AwsS3BucketWebsiteConfiguration"},
|
6205 | 6311 | "BucketNotificationConfiguration":{"shape":"AwsS3BucketNotificationConfiguration"},
|
6206 | 6312 | "BucketVersioningConfiguration":{"shape":"AwsS3BucketBucketVersioningConfiguration"},
|
6207 |
| - "ObjectLockConfiguration":{"shape":"AwsS3BucketObjectLockConfiguration"} |
| 6313 | + "ObjectLockConfiguration":{"shape":"AwsS3BucketObjectLockConfiguration"}, |
| 6314 | + "Name":{"shape":"NonEmptyString"} |
6208 | 6315 | }
|
6209 | 6316 | },
|
6210 | 6317 | "AwsS3BucketLoggingConfiguration":{
|
|
9484 | 9591 | "AwsDmsReplicationTask":{"shape":"AwsDmsReplicationTaskDetails"},
|
9485 | 9592 | "AwsDmsReplicationInstance":{"shape":"AwsDmsReplicationInstanceDetails"},
|
9486 | 9593 | "AwsRoute53HostedZone":{"shape":"AwsRoute53HostedZoneDetails"},
|
9487 |
| - "AwsMskCluster":{"shape":"AwsMskClusterDetails"} |
| 9594 | + "AwsMskCluster":{"shape":"AwsMskClusterDetails"}, |
| 9595 | + "AwsS3AccessPoint":{"shape":"AwsS3AccessPointDetails"}, |
| 9596 | + "AwsEc2ClientVpnEndpoint":{"shape":"AwsEc2ClientVpnEndpointDetails"} |
9488 | 9597 | }
|
9489 | 9598 | },
|
9490 | 9599 | "ResourceInUseException":{
|
|
0 commit comments