|
300 | 300 | "type": "structure", |
301 | 301 | "members": { |
302 | 302 | "AppInstanceUserArn": { |
303 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 303 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
304 | 304 | "traits": { |
305 | 305 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>" |
306 | 306 | } |
307 | 307 | }, |
308 | 308 | "EndpointId": { |
309 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 309 | + "target": "com.amazonaws.chimesdkidentity#String64", |
310 | 310 | "traits": { |
311 | 311 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>" |
312 | 312 | } |
|
368 | 368 | "type": "structure", |
369 | 369 | "members": { |
370 | 370 | "AppInstanceUserArn": { |
371 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 371 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
372 | 372 | "traits": { |
373 | 373 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>" |
374 | 374 | } |
375 | 375 | }, |
376 | 376 | "EndpointId": { |
377 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 377 | + "target": "com.amazonaws.chimesdkidentity#String64", |
378 | 378 | "traits": { |
379 | 379 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>" |
380 | 380 | } |
|
2015 | 2015 | "type": "structure", |
2016 | 2016 | "members": { |
2017 | 2017 | "AppInstanceUserArn": { |
2018 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 2018 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
2019 | 2019 | "traits": { |
2020 | 2020 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>", |
2021 | 2021 | "smithy.api#httpLabel": {}, |
2022 | 2022 | "smithy.api#required": {} |
2023 | 2023 | } |
2024 | 2024 | }, |
2025 | 2025 | "EndpointId": { |
2026 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 2026 | + "target": "com.amazonaws.chimesdkidentity#String64", |
2027 | 2027 | "traits": { |
2028 | 2028 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>", |
2029 | 2029 | "smithy.api#httpLabel": {}, |
|
2325 | 2325 | "type": "structure", |
2326 | 2326 | "members": { |
2327 | 2327 | "AppInstanceUserArn": { |
2328 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString1600", |
| 2328 | + "target": "com.amazonaws.chimesdkidentity#String1600", |
2329 | 2329 | "traits": { |
2330 | 2330 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>", |
2331 | 2331 | "smithy.api#httpLabel": {}, |
2332 | 2332 | "smithy.api#required": {} |
2333 | 2333 | } |
2334 | 2334 | }, |
2335 | 2335 | "EndpointId": { |
2336 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 2336 | + "target": "com.amazonaws.chimesdkidentity#String64", |
2337 | 2337 | "traits": { |
2338 | 2338 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>", |
2339 | 2339 | "smithy.api#httpLabel": {}, |
|
2711 | 2711 | "smithy.api#documentation": "<p>The details of a user or bot.</p>" |
2712 | 2712 | } |
2713 | 2713 | }, |
| 2714 | + "com.amazonaws.chimesdkidentity#InvokedBy": { |
| 2715 | + "type": "structure", |
| 2716 | + "members": { |
| 2717 | + "StandardMessages": { |
| 2718 | + "target": "com.amazonaws.chimesdkidentity#StandardMessages", |
| 2719 | + "traits": { |
| 2720 | + "smithy.api#documentation": "<p>Sets standard messages as the bot trigger. For standard messages:</p>\n <ul>\n <li>\n <p>\n <code>ALL</code>: The bot processes all standard messages.</p>\n </li>\n <li>\n <p>\n <code>AUTO</code>: The bot responds to ALL messages when the channel has one other non-hidden member, and responds to MENTIONS when the \n channel has more than one other non-hidden member.</p>\n </li>\n <li>\n <p>\n <code>MENTIONS</code>: The bot processes all standard messages that have a message attribute with <code>CHIME.mentions</code> and a \n value of the bot ARN.</p>\n </li>\n <li>\n <p>\n <code>NONE</code>: The bot processes no standard messages.</p>\n </li>\n </ul>", |
| 2721 | + "smithy.api#required": {} |
| 2722 | + } |
| 2723 | + }, |
| 2724 | + "TargetedMessages": { |
| 2725 | + "target": "com.amazonaws.chimesdkidentity#TargetedMessages", |
| 2726 | + "traits": { |
| 2727 | + "smithy.api#documentation": "<p>Sets targeted messages as the bot trigger. For targeted messages:</p>\n <ul>\n <li>\n <p>\n <code>ALL</code>: The bot processes all <code>TargetedMessages</code> sent to it. The bot then responds with a targeted message back to the sender.\n </p>\n </li>\n <li>\n <p>\n <code>NONE</code>: The bot processes no targeted messages.</p>\n </li>\n </ul>", |
| 2728 | + "smithy.api#required": {} |
| 2729 | + } |
| 2730 | + } |
| 2731 | + }, |
| 2732 | + "traits": { |
| 2733 | + "smithy.api#documentation": "<p>Specifies the type of message that triggers a bot.</p>" |
| 2734 | + } |
| 2735 | + }, |
2714 | 2736 | "com.amazonaws.chimesdkidentity#LexBotAliasArn": { |
2715 | 2737 | "type": "string", |
2716 | 2738 | "traits": { |
|
2727 | 2749 | "RespondsTo": { |
2728 | 2750 | "target": "com.amazonaws.chimesdkidentity#RespondsTo", |
2729 | 2751 | "traits": { |
2730 | | - "smithy.api#documentation": "<p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>", |
2731 | | - "smithy.api#required": {} |
| 2752 | + "smithy.api#documentation": "<important>\n <p>\n <b>Deprecated</b>. Use <code>InvokedBy</code> instead.</p>\n </important>\n <p>Determines whether the Amazon Lex V2 bot responds to all standard messages. Control messages are not supported.</p>" |
| 2753 | + } |
| 2754 | + }, |
| 2755 | + "InvokedBy": { |
| 2756 | + "target": "com.amazonaws.chimesdkidentity#InvokedBy", |
| 2757 | + "traits": { |
| 2758 | + "smithy.api#documentation": "<p>Specifies the type of message that triggers a bot.</p>" |
2732 | 2759 | } |
2733 | 2760 | }, |
2734 | 2761 | "LexBotAliasArn": { |
|
3644 | 3671 | "type": "structure", |
3645 | 3672 | "members": { |
3646 | 3673 | "AppInstanceUserArn": { |
3647 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 3674 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
3648 | 3675 | "traits": { |
3649 | 3676 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>" |
3650 | 3677 | } |
3651 | 3678 | }, |
3652 | 3679 | "EndpointId": { |
3653 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 3680 | + "target": "com.amazonaws.chimesdkidentity#String64", |
3654 | 3681 | "traits": { |
3655 | 3682 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>" |
3656 | 3683 | } |
|
3729 | 3756 | "smithy.api#sensitive": {} |
3730 | 3757 | } |
3731 | 3758 | }, |
3732 | | - "com.amazonaws.chimesdkidentity#SensitiveString64": { |
3733 | | - "type": "string", |
3734 | | - "traits": { |
3735 | | - "smithy.api#length": { |
3736 | | - "min": 0, |
3737 | | - "max": 64 |
3738 | | - }, |
3739 | | - "smithy.api#pattern": ".*", |
3740 | | - "smithy.api#sensitive": {} |
3741 | | - } |
3742 | | - }, |
3743 | 3759 | "com.amazonaws.chimesdkidentity#ServiceFailureException": { |
3744 | 3760 | "type": "structure", |
3745 | 3761 | "members": { |
|
3772 | 3788 | "smithy.api#httpError": 503 |
3773 | 3789 | } |
3774 | 3790 | }, |
| 3791 | + "com.amazonaws.chimesdkidentity#StandardMessages": { |
| 3792 | + "type": "enum", |
| 3793 | + "members": { |
| 3794 | + "AUTO": { |
| 3795 | + "target": "smithy.api#Unit", |
| 3796 | + "traits": { |
| 3797 | + "smithy.api#enumValue": "AUTO" |
| 3798 | + } |
| 3799 | + }, |
| 3800 | + "ALL": { |
| 3801 | + "target": "smithy.api#Unit", |
| 3802 | + "traits": { |
| 3803 | + "smithy.api#enumValue": "ALL" |
| 3804 | + } |
| 3805 | + }, |
| 3806 | + "MENTIONS": { |
| 3807 | + "target": "smithy.api#Unit", |
| 3808 | + "traits": { |
| 3809 | + "smithy.api#enumValue": "MENTIONS" |
| 3810 | + } |
| 3811 | + }, |
| 3812 | + "NONE": { |
| 3813 | + "target": "smithy.api#Unit", |
| 3814 | + "traits": { |
| 3815 | + "smithy.api#enumValue": "NONE" |
| 3816 | + } |
| 3817 | + } |
| 3818 | + } |
| 3819 | + }, |
3775 | 3820 | "com.amazonaws.chimesdkidentity#String": { |
3776 | 3821 | "type": "string" |
3777 | 3822 | }, |
| 3823 | + "com.amazonaws.chimesdkidentity#String1600": { |
| 3824 | + "type": "string", |
| 3825 | + "traits": { |
| 3826 | + "smithy.api#length": { |
| 3827 | + "min": 0, |
| 3828 | + "max": 1600 |
| 3829 | + }, |
| 3830 | + "smithy.api#pattern": ".*" |
| 3831 | + } |
| 3832 | + }, |
| 3833 | + "com.amazonaws.chimesdkidentity#String64": { |
| 3834 | + "type": "string", |
| 3835 | + "traits": { |
| 3836 | + "smithy.api#length": { |
| 3837 | + "min": 0, |
| 3838 | + "max": 64 |
| 3839 | + }, |
| 3840 | + "smithy.api#pattern": ".*" |
| 3841 | + } |
| 3842 | + }, |
3778 | 3843 | "com.amazonaws.chimesdkidentity#Tag": { |
3779 | 3844 | "type": "structure", |
3780 | 3845 | "members": { |
|
3903 | 3968 | "smithy.api#sensitive": {} |
3904 | 3969 | } |
3905 | 3970 | }, |
| 3971 | + "com.amazonaws.chimesdkidentity#TargetedMessages": { |
| 3972 | + "type": "enum", |
| 3973 | + "members": { |
| 3974 | + "ALL": { |
| 3975 | + "target": "smithy.api#Unit", |
| 3976 | + "traits": { |
| 3977 | + "smithy.api#enumValue": "ALL" |
| 3978 | + } |
| 3979 | + }, |
| 3980 | + "NONE": { |
| 3981 | + "target": "smithy.api#Unit", |
| 3982 | + "traits": { |
| 3983 | + "smithy.api#enumValue": "NONE" |
| 3984 | + } |
| 3985 | + } |
| 3986 | + } |
| 3987 | + }, |
3906 | 3988 | "com.amazonaws.chimesdkidentity#ThrottledClientException": { |
3907 | 3989 | "type": "structure", |
3908 | 3990 | "members": { |
|
4104 | 4186 | "smithy.api#documentation": "<p>The metadata of the <code>AppInstanceBot</code>.</p>", |
4105 | 4187 | "smithy.api#required": {} |
4106 | 4188 | } |
| 4189 | + }, |
| 4190 | + "Configuration": { |
| 4191 | + "target": "com.amazonaws.chimesdkidentity#Configuration", |
| 4192 | + "traits": { |
| 4193 | + "smithy.api#documentation": "<p>The configuration for the bot update.</p>" |
| 4194 | + } |
4107 | 4195 | } |
4108 | 4196 | }, |
4109 | 4197 | "traits": { |
|
4255 | 4343 | "type": "structure", |
4256 | 4344 | "members": { |
4257 | 4345 | "AppInstanceUserArn": { |
4258 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 4346 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
4259 | 4347 | "traits": { |
4260 | 4348 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>", |
4261 | 4349 | "smithy.api#httpLabel": {}, |
4262 | 4350 | "smithy.api#required": {} |
4263 | 4351 | } |
4264 | 4352 | }, |
4265 | 4353 | "EndpointId": { |
4266 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 4354 | + "target": "com.amazonaws.chimesdkidentity#String64", |
4267 | 4355 | "traits": { |
4268 | 4356 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>", |
4269 | 4357 | "smithy.api#httpLabel": {}, |
|
4291 | 4379 | "type": "structure", |
4292 | 4380 | "members": { |
4293 | 4381 | "AppInstanceUserArn": { |
4294 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveChimeArn", |
| 4382 | + "target": "com.amazonaws.chimesdkidentity#ChimeArn", |
4295 | 4383 | "traits": { |
4296 | 4384 | "smithy.api#documentation": "<p>The ARN of the <code>AppInstanceUser</code>.</p>" |
4297 | 4385 | } |
4298 | 4386 | }, |
4299 | 4387 | "EndpointId": { |
4300 | | - "target": "com.amazonaws.chimesdkidentity#SensitiveString64", |
| 4388 | + "target": "com.amazonaws.chimesdkidentity#String64", |
4301 | 4389 | "traits": { |
4302 | 4390 | "smithy.api#documentation": "<p>The unique identifier of the <code>AppInstanceUserEndpoint</code>.</p>" |
4303 | 4391 | } |
|
0 commit comments