Skip to content

Commit 41f7e98

Browse files
Release v1.44.243 (2023-04-13) (#4799)
Release v1.44.243 (2023-04-13) === ### Service Client Updates * `service/chime-sdk-voice`: Updates service API and documentation * `service/mediaconnect`: Updates service API, documentation, and paginators
1 parent 4427ee7 commit 41f7e98

File tree

16 files changed

+16613
-5690
lines changed

16 files changed

+16613
-5690
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.44.243 (2023-04-13)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime-sdk-voice`: Updates service API and documentation
6+
* `service/mediaconnect`: Updates service API, documentation, and paginators
7+
18
Release v1.44.242 (2023-04-12)
29
===
310

aws/endpoints/defaults.go

Lines changed: 124 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.242"
8+
const SDKVersion = "1.44.243"

models/apis/chime-sdk-voice/2022-08-03/api-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,8 @@
20962096
"members":{
20972097
"AwsRegion":{"shape":"String"},
20982098
"Name":{"shape":"SipMediaApplicationName"},
2099-
"Endpoints":{"shape":"SipMediaApplicationEndpointList"}
2099+
"Endpoints":{"shape":"SipMediaApplicationEndpointList"},
2100+
"Tags":{"shape":"TagList"}
21002101
}
21012102
},
21022103
"CreateSipMediaApplicationResponse":{
@@ -2149,7 +2150,8 @@
21492150
"members":{
21502151
"Name":{"shape":"VoiceConnectorName"},
21512152
"AwsRegion":{"shape":"VoiceConnectorAwsRegion"},
2152-
"RequireEncryption":{"shape":"Boolean"}
2153+
"RequireEncryption":{"shape":"Boolean"},
2154+
"Tags":{"shape":"TagList"}
21532155
}
21542156
},
21552157
"CreateVoiceConnectorResponse":{
@@ -3869,7 +3871,8 @@
38693871
"Name":{"shape":"SipMediaApplicationName"},
38703872
"Endpoints":{"shape":"SipMediaApplicationEndpointList"},
38713873
"CreatedTimestamp":{"shape":"Iso8601Timestamp"},
3872-
"UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
3874+
"UpdatedTimestamp":{"shape":"Iso8601Timestamp"},
3875+
"SipMediaApplicationArn":{"shape":"NonEmptyString"}
38733876
}
38743877
},
38753878
"SipMediaApplicationAlexaSkillConfiguration":{

models/apis/chime-sdk-voice/2022-08-03/docs-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"CallDetails$IsCaller": "<p>Identifies a person as the caller or the callee.</p>",
207207
"CreateVoiceConnectorRequest$RequireEncryption": "<p>Enables or disables encryption for the Voice Connector.</p>",
208208
"GetVoiceToneAnalysisTaskRequest$IsCaller": "<p>Specifies whether the voice being analyzed is the caller (originator) or the callee (responder).</p>",
209-
"LoggingConfiguration$EnableSIPLogs": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch logs.</p>",
209+
"LoggingConfiguration$EnableSIPLogs": "<p>Boolean that enables sending SIP message logs to Amazon CloudWatch.</p>",
210210
"LoggingConfiguration$EnableMediaMetricLogs": "<p>Enables or disables media metrics logging.</p>",
211211
"MediaInsightsConfiguration$Disabled": "<p>Denotes the configration as enabled or disabled.</p>",
212212
"Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime SDK Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>",
@@ -304,7 +304,7 @@
304304
"base": null,
305305
"refs": {
306306
"CountryList$member": null,
307-
"GeoMatchParams$Country": "<p>The country. </p>"
307+
"GeoMatchParams$Country": "<p>The country.</p>"
308308
}
309309
},
310310
"CountryList": {
@@ -1065,6 +1065,7 @@
10651065
"PutVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Voice Connector ID.</p>",
10661066
"PutVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Voice Connector ID.</p>",
10671067
"SipMediaApplication$SipMediaApplicationId": "<p>A SIP media application's ID.</p>",
1068+
"SipMediaApplication$SipMediaApplicationArn": "<p>The ARN of the SIP media application.</p>",
10681069
"SipRule$SipRuleId": "<p>A SIP rule's ID.</p>",
10691070
"SipRule$TriggerValue": "<p>The value set for a SIP rule's trigger type. Either a phone number or a URI hostname.</p>",
10701071
"SipRuleTargetApplication$SipMediaApplicationId": "<p>The ID of a rule's target SIP media application.</p>",
@@ -1691,7 +1692,7 @@
16911692
"base": null,
16921693
"refs": {
16931694
"CreateSipMediaApplicationRequest$Endpoints": "<p>List of endpoints (Lambda ARNs) specified for the SIP media application.</p>",
1694-
"SipMediaApplication$Endpoints": "<p>List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.</p>",
1695+
"SipMediaApplication$Endpoints": "<p>List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.</p>",
16951696
"UpdateSipMediaApplicationRequest$Endpoints": "<p>The new set of endpoints for the specified SIP media application.</p>"
16961697
}
16971698
},
@@ -1909,6 +1910,8 @@
19091910
"TagList": {
19101911
"base": null,
19111912
"refs": {
1913+
"CreateSipMediaApplicationRequest$Tags": "<p>The tags assigned to the SIP media application.</p>",
1914+
"CreateVoiceConnectorRequest$Tags": "<p>The tags assigned to the Voice Connector.</p>",
19121915
"CreateVoiceProfileDomainRequest$Tags": "<p>The tags assigned to the domain.</p>",
19131916
"ListTagsForResourceResponse$Tags": "<p>The tags in the list.</p>",
19141917
"TagResourceRequest$Tags": "<p>A list of the tags being added to the resource.</p>"

0 commit comments

Comments
 (0)