Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 1b418b6

Browse files
Release v1.44.115 (2022-10-13) (#4586)
Release v1.44.115 (2022-10-13) === ### Service Client Updates * `service/amplifyuibuilder`: Updates service API and documentation * `service/appflow`: Updates service API and documentation * `service/connect`: Updates service API and documentation * `service/ds`: Updates service API, documentation, and paginators * This release adds support for describing and updating AWS Managed Microsoft AD set up. * `service/ecs`: Updates service documentation * Documentation update to address tickets. * `service/guardduty`: Updates service API and documentation * Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations. * `service/iam`: Updates service documentation * Documentation updates for the AWS Identity and Access Management API Reference. * `service/iotfleetwise`: Updates service documentation * `service/medialive`: Updates service API and documentation * AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source. * `service/mediapackage-vod`: Updates service API and documentation * `service/panorama`: Updates service API and documentation * `service/rds-data`: Updates service API and documentation * `service/ssm`: Updates service API and documentation * Support of AmazonLinux2022 by Patch Manager * `service/ssm-incidents`: Updates service API * `service/transfer`: Updates service API and documentation * This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect. * `service/translate`: Updates service documentation * `service/wisdom`: Updates service API and documentation
1 parent 2cfe73b commit 1b418b6

File tree

60 files changed

+3968
-897
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3968
-897
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
Release v1.44.115 (2022-10-13)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplifyuibuilder`: Updates service API and documentation
6+
* `service/appflow`: Updates service API and documentation
7+
* `service/connect`: Updates service API and documentation
8+
* `service/ds`: Updates service API, documentation, and paginators
9+
* This release adds support for describing and updating AWS Managed Microsoft AD set up.
10+
* `service/ecs`: Updates service documentation
11+
* Documentation update to address tickets.
12+
* `service/guardduty`: Updates service API and documentation
13+
* Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
14+
* `service/iam`: Updates service documentation
15+
* Documentation updates for the AWS Identity and Access Management API Reference.
16+
* `service/iotfleetwise`: Updates service documentation
17+
* `service/medialive`: Updates service API and documentation
18+
* AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
19+
* `service/mediapackage-vod`: Updates service API and documentation
20+
* `service/panorama`: Updates service API and documentation
21+
* `service/rds-data`: Updates service API and documentation
22+
* `service/ssm`: Updates service API and documentation
23+
* Support of AmazonLinux2022 by Patch Manager
24+
* `service/ssm-incidents`: Updates service API
25+
* `service/transfer`: Updates service API and documentation
26+
* This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.
27+
* `service/translate`: Updates service documentation
28+
* `service/wisdom`: Updates service API and documentation
29+
130
Release v1.44.114 (2022-10-07)
231
===
332

aws/endpoints/defaults.go

Lines changed: 9 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.114"
8+
const SDKVersion = "1.44.115"

models/apis/amplifyuibuilder/2021-08-11/api-2.json

Lines changed: 25 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,10 @@
354354
"url":{"shape":"ComponentProperty"}
355355
}
356356
},
357-
"Boolean":{"type":"boolean"},
357+
"Boolean":{
358+
"type":"boolean",
359+
"box":true
360+
},
358361
"Component":{
359362
"type":"structure",
360363
"required":[
@@ -508,10 +511,7 @@
508511
"componentName":{"shape":"String"},
509512
"concat":{"shape":"ComponentPropertyList"},
510513
"condition":{"shape":"ComponentConditionProperty"},
511-
"configured":{
512-
"shape":"Boolean",
513-
"box":true
514-
},
514+
"configured":{"shape":"Boolean"},
515515
"defaultValue":{"shape":"String"},
516516
"event":{"shape":"String"},
517517
"importedValue":{"shape":"String"},
@@ -853,10 +853,7 @@
853853
],
854854
"members":{
855855
"accessToken":{"shape":"SensitiveString"},
856-
"expiresIn":{
857-
"shape":"Integer",
858-
"box":true
859-
},
856+
"expiresIn":{"shape":"Integer"},
860857
"refreshToken":{"shape":"SensitiveString"}
861858
}
862859
},
@@ -964,10 +961,7 @@
964961
"FieldConfig":{
965962
"type":"structure",
966963
"members":{
967-
"excluded":{
968-
"shape":"Boolean",
969-
"box":true
970-
},
964+
"excluded":{"shape":"Boolean"},
971965
"inputType":{"shape":"FieldInputConfig"},
972966
"label":{"shape":"String"},
973967
"position":{"shape":"FieldPosition"},
@@ -978,35 +972,18 @@
978972
"type":"structure",
979973
"required":["type"],
980974
"members":{
981-
"defaultChecked":{
982-
"shape":"Boolean",
983-
"box":true
984-
},
975+
"defaultChecked":{"shape":"Boolean"},
985976
"defaultCountryCode":{"shape":"String"},
986977
"defaultValue":{"shape":"String"},
987978
"descriptiveText":{"shape":"String"},
988-
"maxValue":{
989-
"shape":"Float",
990-
"box":true
991-
},
992-
"minValue":{
993-
"shape":"Float",
994-
"box":true
995-
},
979+
"isArray":{"shape":"Boolean"},
980+
"maxValue":{"shape":"Float"},
981+
"minValue":{"shape":"Float"},
996982
"name":{"shape":"String"},
997983
"placeholder":{"shape":"String"},
998-
"readOnly":{
999-
"shape":"Boolean",
1000-
"box":true
1001-
},
1002-
"required":{
1003-
"shape":"Boolean",
1004-
"box":true
1005-
},
1006-
"step":{
1007-
"shape":"Float",
1008-
"box":true
1009-
},
984+
"readOnly":{"shape":"Boolean"},
985+
"required":{"shape":"Boolean"},
986+
"step":{"shape":"Float"},
1010987
"type":{"shape":"String"},
1011988
"value":{"shape":"String"},
1012989
"valueMappings":{"shape":"ValueMappings"}
@@ -1040,7 +1017,10 @@
10401017
"type":"string",
10411018
"enum":["first"]
10421019
},
1043-
"Float":{"type":"float"},
1020+
"Float":{
1021+
"type":"float",
1022+
"box":true
1023+
},
10441024
"Form":{
10451025
"type":"structure",
10461026
"required":[
@@ -1097,10 +1077,7 @@
10971077
"type":"structure",
10981078
"members":{
10991079
"children":{"shape":"String"},
1100-
"excluded":{
1101-
"shape":"Boolean",
1102-
"box":true
1103-
},
1080+
"excluded":{"shape":"Boolean"},
11041081
"position":{"shape":"FieldPosition"}
11051082
}
11061083
},
@@ -1319,7 +1296,10 @@
13191296
"type":"list",
13201297
"member":{"shape":"String"}
13211298
},
1322-
"Integer":{"type":"integer"},
1299+
"Integer":{
1300+
"type":"integer",
1301+
"box":true
1302+
},
13231303
"InternalServerException":{
13241304
"type":"structure",
13251305
"members":{
@@ -1364,7 +1344,6 @@
13641344
},
13651345
"maxResults":{
13661346
"shape":"ListComponentsLimit",
1367-
"box":true,
13681347
"location":"querystring",
13691348
"locationName":"maxResults"
13701349
},
@@ -1407,7 +1386,6 @@
14071386
},
14081387
"maxResults":{
14091388
"shape":"ListFormsLimit",
1410-
"box":true,
14111389
"location":"querystring",
14121390
"locationName":"maxResults"
14131391
},
@@ -1450,7 +1428,6 @@
14501428
},
14511429
"maxResults":{
14521430
"shape":"ListThemesLimit",
1453-
"box":true,
14541431
"location":"querystring",
14551432
"locationName":"maxResults"
14561433
},
@@ -1566,10 +1543,7 @@
15661543
],
15671544
"members":{
15681545
"accessToken":{"shape":"SensitiveString"},
1569-
"expiresIn":{
1570-
"shape":"Integer",
1571-
"box":true
1572-
}
1546+
"expiresIn":{"shape":"Integer"}
15731547
}
15741548
},
15751549
"ResourceConflictException":{
@@ -1598,10 +1572,7 @@
15981572
"type":"structure",
15991573
"required":["type"],
16001574
"members":{
1601-
"level":{
1602-
"shape":"Integer",
1603-
"box":true
1604-
},
1575+
"level":{"shape":"Integer"},
16051576
"orientation":{"shape":"String"},
16061577
"position":{"shape":"FieldPosition"},
16071578
"text":{"shape":"String"},

models/apis/amplifyuibuilder/2021-08-11/docs-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"ComponentProperty$configured": "<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>",
3939
"FieldConfig$excluded": "<p>Specifies whether to hide a field.</p>",
4040
"FieldInputConfig$defaultChecked": "<p>Specifies whether a field has a default value.</p>",
41+
"FieldInputConfig$isArray": "<p>Specifies whether to render the field as an array. This property is ignored if the <code>dataSourceType</code> for the form is a Data Store.</p>",
4142
"FieldInputConfig$readOnly": "<p>Specifies a read only field.</p>",
4243
"FieldInputConfig$required": "<p>Specifies a field that requires input.</p>",
4344
"FormButton$excluded": "<p>Specifies whether the button is visible on the form.</p>"
@@ -440,7 +441,7 @@
440441
}
441442
},
442443
"FormCTA": {
443-
"base": "<p>Describes the call to action button configuration for the form..</p>",
444+
"base": "<p>Describes the call to action button configuration for the form.</p>",
444445
"refs": {
445446
"CreateFormData$cta": "<p>The <code>FormCTA</code> object that stores the call to action configuration for the form.</p>",
446447
"Form$cta": "<p>Stores the call to action configuration for the form.</p>",

models/apis/appflow/2020-08-23/api-2.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,8 @@
21072107
"MATH_OPERATION_FIELDS_ORDER",
21082108
"CONCAT_FORMAT",
21092109
"SUBFIELD_CATEGORY_MAP",
2110-
"EXCLUDE_SOURCE_FIELDS_LIST"
2110+
"EXCLUDE_SOURCE_FIELDS_LIST",
2111+
"INCLUDE_NEW_FIELDS"
21112112
]
21122113
},
21132114
"Operators":{
@@ -2521,20 +2522,34 @@
25212522
"isSandboxEnvironment":{"shape":"Boolean"}
25222523
}
25232524
},
2525+
"SalesforceDataTransferApi":{
2526+
"type":"string",
2527+
"enum":[
2528+
"AUTOMATIC",
2529+
"BULKV2",
2530+
"REST_SYNC"
2531+
]
2532+
},
2533+
"SalesforceDataTransferApiList":{
2534+
"type":"list",
2535+
"member":{"shape":"SalesforceDataTransferApi"}
2536+
},
25242537
"SalesforceDestinationProperties":{
25252538
"type":"structure",
25262539
"required":["object"],
25272540
"members":{
25282541
"object":{"shape":"Object"},
25292542
"idFieldNames":{"shape":"IdFieldNameList"},
25302543
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
2531-
"writeOperationType":{"shape":"WriteOperationType"}
2544+
"writeOperationType":{"shape":"WriteOperationType"},
2545+
"dataTransferApi":{"shape":"SalesforceDataTransferApi"}
25322546
}
25332547
},
25342548
"SalesforceMetadata":{
25352549
"type":"structure",
25362550
"members":{
2537-
"oAuthScopes":{"shape":"OAuthScopeList"}
2551+
"oAuthScopes":{"shape":"OAuthScopeList"},
2552+
"dataTransferApis":{"shape":"SalesforceDataTransferApiList"}
25382553
}
25392554
},
25402555
"SalesforceSourceProperties":{
@@ -2543,7 +2558,8 @@
25432558
"members":{
25442559
"object":{"shape":"Object"},
25452560
"enableDynamicFieldUpdate":{"shape":"Boolean"},
2546-
"includeDeletedRecords":{"shape":"Boolean"}
2561+
"includeDeletedRecords":{"shape":"Boolean"},
2562+
"dataTransferApi":{"shape":"SalesforceDataTransferApi"}
25472563
}
25482564
},
25492565
"ScheduleExpression":{

models/apis/appflow/2020-08-23/docs-2.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,6 +1911,20 @@
19111911
"ConnectorProfileProperties$Salesforce": "<p> The connector-specific properties required by Salesforce. </p>"
19121912
}
19131913
},
1914+
"SalesforceDataTransferApi": {
1915+
"base": null,
1916+
"refs": {
1917+
"SalesforceDataTransferApiList$member": null,
1918+
"SalesforceDestinationProperties$dataTransferApi": "<p>Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.</p> <dl> <dt>AUTOMATIC</dt> <dd> <p>The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers to Salesforce. If your flow transfers fewer than 1,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.</p> <p>Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900 records, and it might use Bulk API 2.0 on the next day to transfer 1,100 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.</p> <p>By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.</p> </dd> <dt>BULKV2</dt> <dd> <p>Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.</p> <p>Note that Bulk API 2.0 does not transfer Salesforce compound fields.</p> </dd> <dt>REST_SYNC</dt> <dd> <p>Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.</p> </dd> </dl>",
1919+
"SalesforceSourceProperties$dataTransferApi": "<p>Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.</p> <dl> <dt>AUTOMATIC</dt> <dd> <p>The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.</p> <p>Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.</p> <p>By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.</p> </dd> <dt>BULKV2</dt> <dd> <p>Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.</p> <p>Note that Bulk API 2.0 does not transfer Salesforce compound fields.</p> </dd> <dt>REST_SYNC</dt> <dd> <p>Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.</p> </dd> </dl>"
1920+
}
1921+
},
1922+
"SalesforceDataTransferApiList": {
1923+
"base": null,
1924+
"refs": {
1925+
"SalesforceMetadata$dataTransferApis": "<p>The Salesforce APIs that you can have Amazon AppFlow use when your flows transfers data to or from Salesforce.</p>"
1926+
}
1927+
},
19141928
"SalesforceDestinationProperties": {
19151929
"base": "<p> The properties that are applied when Salesforce is being used as a destination. </p>",
19161930
"refs": {

models/apis/connect/2017-08-08/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8997,7 +8997,9 @@
89978997
"members":{
89988998
"FirstName":{"shape":"AgentFirstName"},
89998999
"LastName":{"shape":"AgentLastName"},
9000-
"Email":{"shape":"Email"}
9000+
"Email":{"shape":"Email"},
9001+
"SecondaryEmail":{"shape":"Email"},
9002+
"Mobile":{"shape":"PhoneNumber"}
90019003
}
90029004
},
90039005
"UserIdentityInfoLite":{

models/apis/connect/2017-08-08/docs-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,8 @@
15121512
"Email": {
15131513
"base": null,
15141514
"refs": {
1515-
"UserIdentityInfo$Email": "<p>The email address. If you are using SAML for identity management and include this parameter, an error is returned.</p>"
1515+
"UserIdentityInfo$Email": "<p>The email address. If you are using SAML for identity management and include this parameter, an error is returned.</p>",
1516+
"UserIdentityInfo$SecondaryEmail": "<p>The user's secondary email address. If you provide a secondary email, the user receives email notifications -- other than password reset notifications -- to this email address instead of to their primary email address.</p>"
15161517
}
15171518
},
15181519
"EmailReference": {
@@ -2900,6 +2901,7 @@
29002901
"PhoneNumberSummary$PhoneNumber": "<p>The phone number.</p>",
29012902
"StartOutboundVoiceContactRequest$DestinationPhoneNumber": "<p>The phone number of the customer, in E.164 format.</p>",
29022903
"StartOutboundVoiceContactRequest$SourcePhoneNumber": "<p>The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.</p>",
2904+
"UserIdentityInfo$Mobile": "<p>The user's mobile number.</p>",
29032905
"UserPhoneConfig$DeskPhoneNumber": "<p>The phone number for the user's desk phone.</p>"
29042906
}
29052907
},

0 commit comments

Comments
 (0)