Skip to content

Commit b84a3d3

Browse files
Update to latest models
1 parent 3ed8b67 commit b84a3d3

17 files changed

Lines changed: 1824 additions & 23 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``customer-profiles``",
4+
"description": "This release introduces changes to SegmentDefinition APIs to support sorting by attributes."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``deadline``",
4+
"description": "Adds GetMonitorSettings and UpdateMonitorSettings APIs to Deadline Cloud. Enables reading and writing monitor settings as key-value pairs (up to 64 keys per monitor). UpdateMonitorSettings supports upsert and delete (via empty value) semantics and is idempotent."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``endpoint-rules``",
4+
"description": "Update endpoint-rules client to latest version"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``glue``",
4+
"description": "AWS Glue now defaults to Glue version 5.1 for newly created jobs if the Glue version is not specified in the request, and UpdateJob now preserves the existing Glue version of a job when the Glue version is not specified in the update request."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``interconnect``",
4+
"description": "Initial release of AWS Interconnect -- a managed private connectivity service that enables you to create high-speed network connections between your AWS Virtual Private Clouds (VPCs) and your VPCs on other public clouds or your on-premise networks."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``macie2``",
4+
"description": "This release adds an optional expectedBucketOwner field to the Macie S3 export configuration, allowing customers to verify bucket ownership before Macie writes results to the destination bucket."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``securityhub``",
4+
"description": "Provide organizational unit scoping capability for GetFindingsV2, GetFindingStatisticsV2, GetResourcesV2, GetResourcesStatisticsV2 APIs."
5+
}

botocore/data/customer-profiles/2020-08-15/service-2.json

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3464,6 +3464,10 @@
34643464
"shape":"sensitiveString1To50000",
34653465
"documentation":"<p>The segment SQL query.</p>"
34663466
},
3467+
"SegmentSort":{
3468+
"shape":"SegmentSort",
3469+
"documentation":"<p>The segment sort.</p>"
3470+
},
34673471
"Tags":{
34683472
"shape":"TagMap",
34693473
"documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
@@ -3638,7 +3642,7 @@
36383642
},
36393643
"CustomAttributes":{
36403644
"type":"map",
3641-
"key":{"shape":"typeName"},
3645+
"key":{"shape":"string1To255"},
36423646
"value":{"shape":"AttributeDimension"}
36433647
},
36443648
"DataFormat":{
@@ -6229,6 +6233,11 @@
62296233
"documentation":"<p>The segment criteria associated with this definition.</p>",
62306234
"locationName":"SegmentGroups"
62316235
},
6236+
"SegmentSort":{
6237+
"shape":"SegmentSort",
6238+
"documentation":"<p>The segment sort.</p>",
6239+
"locationName":"SegmentSort"
6240+
},
62326241
"SegmentDefinitionArn":{
62336242
"shape":"SegmentDefinitionArn",
62346243
"documentation":"<p>The arn of the segment definition.</p>",
@@ -10310,6 +10319,34 @@
1031010319
"FAILED"
1031110320
]
1031210321
},
10322+
"SegmentSort":{
10323+
"type":"structure",
10324+
"required":["Attributes"],
10325+
"members":{
10326+
"Attributes":{
10327+
"shape":"SortAttributeList",
10328+
"documentation":"<p>A list of attributes used to sort the segments and their ordering preferences.</p>",
10329+
"locationName":"Attributes"
10330+
}
10331+
},
10332+
"documentation":"<p>Defines how segments should be sorted and ordered in the results.</p>",
10333+
"sensitive":true
10334+
},
10335+
"SegmentSortDataType":{
10336+
"type":"string",
10337+
"enum":[
10338+
"STRING",
10339+
"NUMBER",
10340+
"DATE"
10341+
]
10342+
},
10343+
"SegmentSortOrder":{
10344+
"type":"string",
10345+
"enum":[
10346+
"ASC",
10347+
"DESC"
10348+
]
10349+
},
1031310350
"SegmentType":{
1031410351
"type":"string",
1031510352
"enum":[
@@ -10354,6 +10391,49 @@
1035410391
},
1035510392
"documentation":"<p>The properties that are applied when ServiceNow is being used as a source.</p>"
1035610393
},
10394+
"SortAttribute":{
10395+
"type":"structure",
10396+
"required":[
10397+
"Name",
10398+
"Order"
10399+
],
10400+
"members":{
10401+
"Name":{
10402+
"shape":"fieldName",
10403+
"documentation":"<p>The name of the attribute to sort by.</p>",
10404+
"locationName":"Name"
10405+
},
10406+
"DataType":{
10407+
"shape":"SegmentSortDataType",
10408+
"documentation":"<p>The data type of the sort attribute (e.g., string, number, date).</p>",
10409+
"locationName":"DataType"
10410+
},
10411+
"Order":{
10412+
"shape":"SegmentSortOrder",
10413+
"documentation":"<p>The sort order for the attribute (ascending or descending).</p>",
10414+
"locationName":"Order"
10415+
},
10416+
"Type":{
10417+
"shape":"SortAttributeType",
10418+
"documentation":"<p>The type of attribute (e.g., profile, calculated).</p>",
10419+
"locationName":"Type"
10420+
}
10421+
},
10422+
"documentation":"<p>Defines the characteristics and rules for sorting by a specific attribute.</p>"
10423+
},
10424+
"SortAttributeList":{
10425+
"type":"list",
10426+
"member":{"shape":"SortAttribute"},
10427+
"max":10,
10428+
"min":1
10429+
},
10430+
"SortAttributeType":{
10431+
"type":"string",
10432+
"enum":[
10433+
"PROFILE",
10434+
"CALCULATED"
10435+
]
10436+
},
1035710437
"SourceConnectorProperties":{
1035810438
"type":"structure",
1035910439
"members":{

botocore/data/deadline/2023-10-12/service-2.json

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,26 @@
11401140
"endpoint":{"hostPrefix":"management."},
11411141
"readonly":true
11421142
},
1143+
"GetMonitorSettings":{
1144+
"name":"GetMonitorSettings",
1145+
"http":{
1146+
"method":"GET",
1147+
"requestUri":"/2023-10-12/monitors/{monitorId}/settings",
1148+
"responseCode":200
1149+
},
1150+
"input":{"shape":"GetMonitorSettingsRequest"},
1151+
"output":{"shape":"GetMonitorSettingsResponse"},
1152+
"errors":[
1153+
{"shape":"AccessDeniedException"},
1154+
{"shape":"InternalServerErrorException"},
1155+
{"shape":"ResourceNotFoundException"},
1156+
{"shape":"ThrottlingException"},
1157+
{"shape":"ValidationException"}
1158+
],
1159+
"documentation":"<p>Gets the settings for a Deadline Cloud monitor.</p>",
1160+
"endpoint":{"hostPrefix":"management."},
1161+
"readonly":true
1162+
},
11431163
"GetQueue":{
11441164
"name":"GetQueue",
11451165
"http":{
@@ -2236,6 +2256,26 @@
22362256
"endpoint":{"hostPrefix":"management."},
22372257
"idempotent":true
22382258
},
2259+
"UpdateMonitorSettings":{
2260+
"name":"UpdateMonitorSettings",
2261+
"http":{
2262+
"method":"PATCH",
2263+
"requestUri":"/2023-10-12/monitors/{monitorId}/settings",
2264+
"responseCode":200
2265+
},
2266+
"input":{"shape":"UpdateMonitorSettingsRequest"},
2267+
"output":{"shape":"UpdateMonitorSettingsResponse"},
2268+
"errors":[
2269+
{"shape":"AccessDeniedException"},
2270+
{"shape":"InternalServerErrorException"},
2271+
{"shape":"ResourceNotFoundException"},
2272+
{"shape":"ThrottlingException"},
2273+
{"shape":"ValidationException"}
2274+
],
2275+
"documentation":"<p>Updates the settings for a Deadline Cloud monitor. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.</p>",
2276+
"endpoint":{"hostPrefix":"management."},
2277+
"idempotent":true
2278+
},
22392279
"UpdateQueue":{
22402280
"name":"UpdateQueue",
22412281
"http":{
@@ -7639,6 +7679,28 @@
76397679
},
76407680
"documentation":"<p>Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.</p>"
76417681
},
7682+
"GetMonitorSettingsRequest":{
7683+
"type":"structure",
7684+
"required":["monitorId"],
7685+
"members":{
7686+
"monitorId":{
7687+
"shape":"MonitorId",
7688+
"documentation":"<p>The unique identifier of the monitor. This ID is returned by the <code>CreateMonitor</code> operation, and is included in the response to the <code>GetMonitor</code> operation.</p>",
7689+
"location":"uri",
7690+
"locationName":"monitorId"
7691+
}
7692+
}
7693+
},
7694+
"GetMonitorSettingsResponse":{
7695+
"type":"structure",
7696+
"required":["settings"],
7697+
"members":{
7698+
"settings":{
7699+
"shape":"SettingsMap",
7700+
"documentation":"<p>Monitor settings as key-value pairs.</p>"
7701+
}
7702+
}
7703+
},
76427704
"GetQueueEnvironmentRequest":{
76437705
"type":"structure",
76447706
"required":[
@@ -12752,6 +12814,24 @@
1275212814
"max":10,
1275312815
"min":1
1275412816
},
12817+
"SettingKey":{
12818+
"type":"string",
12819+
"max":128,
12820+
"min":1,
12821+
"pattern":"[a-zA-Z][a-zA-Z0-9_.:-]*"
12822+
},
12823+
"SettingValue":{
12824+
"type":"string",
12825+
"max":8192,
12826+
"min":0
12827+
},
12828+
"SettingsMap":{
12829+
"type":"map",
12830+
"key":{"shape":"SettingKey"},
12831+
"value":{"shape":"SettingValue"},
12832+
"max":64,
12833+
"min":0
12834+
},
1275512835
"SortOrder":{
1275612836
"type":"string",
1275712837
"enum":[
@@ -14206,6 +14286,29 @@
1420614286
"type":"structure",
1420714287
"members":{}
1420814288
},
14289+
"UpdateMonitorSettingsRequest":{
14290+
"type":"structure",
14291+
"required":[
14292+
"monitorId",
14293+
"settings"
14294+
],
14295+
"members":{
14296+
"monitorId":{
14297+
"shape":"MonitorId",
14298+
"documentation":"<p>The unique identifier of the monitor to update settings for.</p>",
14299+
"location":"uri",
14300+
"locationName":"monitorId"
14301+
},
14302+
"settings":{
14303+
"shape":"SettingsMap",
14304+
"documentation":"<p>Monitor settings as key-value pairs. Keys present in the request are upserted; keys absent are left unchanged. Send an empty string value to delete a key.</p>"
14305+
}
14306+
}
14307+
},
14308+
"UpdateMonitorSettingsResponse":{
14309+
"type":"structure",
14310+
"members":{}
14311+
},
1420914312
"UpdateQueueEnvironmentRequest":{
1421014313
"type":"structure",
1421114314
"required":[

botocore/data/glue/2017-03-31/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9941,7 +9941,7 @@
99419941
},
99429942
"GlueVersion":{
99439943
"shape":"GlueVersionString",
9944-
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>"
9944+
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>"
99459945
},
99469946
"NumberOfWorkers":{
99479947
"shape":"NullableInteger",
@@ -19005,7 +19005,7 @@
1900519005
},
1900619006
"GlueVersion":{
1900719007
"shape":"GlueVersionString",
19008-
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>"
19008+
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>"
1900919009
},
1901019010
"CodeGenConfigurationNodes":{
1901119011
"shape":"CodeGenConfigurationNodes",
@@ -19233,7 +19233,7 @@
1923319233
},
1923419234
"GlueVersion":{
1923519235
"shape":"GlueVersionString",
19236-
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>"
19236+
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 5.1.</p>"
1923719237
},
1923819238
"DPUSeconds":{
1923919239
"shape":"NullableDouble",
@@ -19360,7 +19360,7 @@
1936019360
},
1936119361
"GlueVersion":{
1936219362
"shape":"GlueVersionString",
19363-
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>"
19363+
"documentation":"<p>In Spark jobs, <code>GlueVersion</code> determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark. </p> <p>Ray jobs should set <code>GlueVersion</code> to <code>4.0</code> or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the <code>Runtime</code> parameter of the Job command.</p> <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>If not provided in the update request, the Glue version retains the value from the existing job definition.</p>"
1936419364
},
1936519365
"CodeGenConfigurationNodes":{
1936619366
"shape":"CodeGenConfigurationNodes",

0 commit comments

Comments
 (0)