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 Apr 13, 2023
1 parent 636b2e4 commit 2402019
Show file tree
Hide file tree
Showing 2 changed files with 6,444 additions and 2,998 deletions.
72 changes: 45 additions & 27 deletions codegen/sdk-codegen/aws-models/chime-sdk-voice.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": true
}
},
Expand All @@ -1329,8 +1329,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": true
}
},
Expand All @@ -1342,8 +1342,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": false
}
},
Expand All @@ -1355,8 +1355,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": false
}
},
Expand All @@ -1368,8 +1368,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": true
}
},
Expand All @@ -1381,8 +1381,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": true
}
},
Expand All @@ -1394,8 +1394,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": false
}
},
Expand All @@ -1407,8 +1407,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": false
}
},
Expand All @@ -1418,8 +1418,8 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"UseDualStack": true,
"Region": "us-iso-east-1",
"UseDualStack": true,
"UseFIPS": true
}
},
Expand All @@ -1431,8 +1431,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": true
}
},
Expand All @@ -1442,8 +1442,8 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"UseDualStack": true,
"Region": "us-iso-east-1",
"UseDualStack": true,
"UseFIPS": false
}
},
Expand All @@ -1455,8 +1455,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": false
}
},
Expand All @@ -1468,8 +1468,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": true
}
},
Expand All @@ -1481,8 +1481,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true
}
},
Expand All @@ -1494,8 +1494,8 @@
}
},
"params": {
"UseDualStack": true,
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false
}
},
Expand All @@ -1507,8 +1507,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false
}
},
Expand All @@ -1518,8 +1518,8 @@
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
},
"params": {
"UseDualStack": true,
"Region": "us-isob-east-1",
"UseDualStack": true,
"UseFIPS": true
}
},
Expand All @@ -1531,8 +1531,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": true
}
},
Expand All @@ -1542,8 +1542,8 @@
"error": "DualStack is enabled but this partition does not support DualStack"
},
"params": {
"UseDualStack": true,
"Region": "us-isob-east-1",
"UseDualStack": true,
"UseFIPS": false
}
},
Expand All @@ -1555,8 +1555,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": false
}
},
Expand All @@ -1568,8 +1568,8 @@
}
},
"params": {
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"Endpoint": "https://example.com"
}
Expand All @@ -1580,8 +1580,8 @@
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
},
"params": {
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"Endpoint": "https://example.com"
}
Expand All @@ -1592,8 +1592,8 @@
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
},
"params": {
"UseDualStack": true,
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"Endpoint": "https://example.com"
}
Expand Down Expand Up @@ -2022,6 +2022,12 @@
"smithy.api#documentation": "<p>List of endpoints (Lambda ARNs) specified for the SIP media application.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.chimesdkvoice#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags assigned to the SIP media application.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -2286,6 +2292,12 @@
"smithy.api#documentation": "<p>Enables or disables encryption for the Voice Connector.</p>",
"smithy.api#required": {}
}
},
"Tags": {
"target": "com.amazonaws.chimesdkvoice#TagList",
"traits": {
"smithy.api#documentation": "<p>The tags assigned to the Voice Connector.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -3710,7 +3722,7 @@
"Country": {
"target": "com.amazonaws.chimesdkvoice#Country",
"traits": {
"smithy.api#documentation": "<p>The country. </p>",
"smithy.api#documentation": "<p>The country.</p>",
"smithy.api#required": {}
}
},
Expand Down Expand Up @@ -6418,7 +6430,7 @@
"EnableSIPLogs": {
"target": "com.amazonaws.chimesdkvoice#Boolean",
"traits": {
"smithy.api#documentation": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch logs.</p>"
"smithy.api#documentation": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch.</p>"
}
},
"EnableMediaMetricLogs": {
Expand Down Expand Up @@ -8504,7 +8516,7 @@
"Endpoints": {
"target": "com.amazonaws.chimesdkvoice#SipMediaApplicationEndpointList",
"traits": {
"smithy.api#documentation": "<p>List of endpoints for SIP media application. Currently, only one endpoint per \n SIP media application is permitted.</p>"
"smithy.api#documentation": "<p>List of endpoints for a SIP media application. Currently, only one endpoint per \n SIP media application is permitted.</p>"
}
},
"CreatedTimestamp": {
Expand All @@ -8518,6 +8530,12 @@
"traits": {
"smithy.api#documentation": "<p>The time at which the SIP media application was updated.</p>"
}
},
"SipMediaApplicationArn": {
"target": "com.amazonaws.chimesdkvoice#NonEmptyString",
"traits": {
"smithy.api#documentation": "<p>The ARN of the SIP media application.</p>"
}
}
},
"traits": {
Expand Down Expand Up @@ -8998,7 +9016,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Starts a voice tone analysis task. For more information about voice tone analysis, see \n <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html\">Using Amazon Chime SDK voice analytics</a> \n in the <i>Amazon Chime SDK Developer Guide</i>.</p>\n <important>\n <p>Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the \n <a href=\"https://aws.amazon.com/service-terms/\">AWS service terms</a> for the Amazon Chime SDK.</p>\n </important>",
"smithy.api#documentation": "<p>Starts a voice tone analysis task. For more information about voice tone analysis, see \n <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/pstn-voice-analytics.html\">Using Amazon Chime SDK voice analytics</a> \n in the <i>Amazon Chime SDK Developer Guide</i>.</p>\n <important>\n <p>Before starting any voice tone analysis tasks, you must provide all notices and obtain all consents from the speaker as required under applicable privacy and biometrics laws, and as required under the \n <a href=\"https://aws.amazon.com/service-terms/\">AWS service terms</a> for the Amazon Chime SDK.</p>\n </important>",
"smithy.api#http": {
"method": "POST",
"uri": "/voice-connectors/{VoiceConnectorId}/voice-tone-analysis-tasks",
Expand Down
Loading

0 comments on commit 2402019

Please sign in to comment.