Skip to content

Commit 85f623c

Browse files
Merge branch 'release-1.42.76' into develop
* release-1.42.76: Bumping version to 1.42.76 Update to latest models
2 parents 2ccc2db + 1ecb1a3 commit 85f623c

File tree

16 files changed

+1128
-17
lines changed

16 files changed

+1128
-17
lines changed

.changes/1.42.76.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``apigatewayv2``",
4+
"description": "Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``application-signals``",
9+
"description": "This release adds support for creating SLOs on RUM appMonitors, Synthetics canaries and services.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``batch``",
14+
"description": "Documentation-only update for AWS Batch.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``marketplace-agreement``",
24+
"description": "The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel).",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``polly``",
29+
"description": "Add support for Mu-law and A-law codecs for output format",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``uxc``",
34+
"description": "GA release of AccountCustomizations, used to manage account color, visible services, and visible regions settings in the AWS Management Console.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.42.76
6+
=======
7+
8+
* api-change:``apigatewayv2``: Added DISABLE IN PROGRESS and DISABLE FAILED Portal statuses.
9+
* api-change:``application-signals``: This release adds support for creating SLOs on RUM appMonitors, Synthetics canaries and services.
10+
* api-change:``batch``: Documentation-only update for AWS Batch.
11+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
12+
* api-change:``marketplace-agreement``: The Variable Payments APIs enable AWS Marketplace Sellers to perform manage their payment requests (send, get, list, cancel).
13+
* api-change:``polly``: Add support for Mu-law and A-law codecs for output format
14+
* api-change:``uxc``: GA release of AccountCustomizations, used to manage account color, visible services, and visible regions settings in the AWS Management Console.
15+
16+
517
1.42.75
618
=======
719

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.75'
20+
__version__ = '1.42.76'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/apigatewayv2/2018-11-29/service-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10364,6 +10364,8 @@
1036410364
"PUBLISHED",
1036510365
"PUBLISH_IN_PROGRESS",
1036610366
"PUBLISH_FAILED",
10367+
"DISABLE_IN_PROGRESS",
10368+
"DISABLE_FAILED",
1036710369
"DISABLED"
1036810370
]
1036910371
},

botocore/data/application-signals/2024-04-15/service-2.json

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,10 @@
16711671
"location":"querystring",
16721672
"locationName":"NextToken"
16731673
},
1674+
"MetricSourceTypes":{
1675+
"shape":"MetricSourceTypes",
1676+
"documentation":"<p>Use this optional field to only include SLOs with the specified metric source types in the output. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>Service</p> </li> <li> <p>CloudWatch metric</p> </li> <li> <p>AppMonitor</p> </li> <li> <p>Canary</p> </li> </ul>"
1677+
},
16741678
"IncludeLinkedAccounts":{
16751679
"shape":"Boolean",
16761680
"documentation":"<p>If you are using this operation in a monitoring account, specify <code>true</code> to include SLO from source accounts in the returned data. </p> <p>When you are monitoring an account, you can use Amazon Web Services account ID in <code>KeyAttribute</code> filter for service source account and <code>SloOwnerawsaccountID</code> for SLO source account with <code>IncludeLinkedAccounts</code> to filter the returned data to only a single source account. </p>",
@@ -1683,9 +1687,9 @@
16831687
"location":"querystring",
16841688
"locationName":"SloOwnerAwsAccountId"
16851689
},
1686-
"MetricSourceTypes":{
1687-
"shape":"MetricSourceTypes",
1688-
"documentation":"<p>Use this optional field to only include SLOs with the specified metric source types in the output. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>CloudWatch metric</p> </li> </ul>"
1690+
"MetricSource":{
1691+
"shape":"MetricSource",
1692+
"documentation":"<p>Identifies the metric source to filter SLOs by.</p>"
16891693
}
16901694
}
16911695
},
@@ -2074,12 +2078,30 @@
20742078
"type":"list",
20752079
"member":{"shape":"MetricReference"}
20762080
},
2081+
"MetricSource":{
2082+
"type":"structure",
2083+
"required":["MetricSourceKeyAttributes"],
2084+
"members":{
2085+
"MetricSourceKeyAttributes":{
2086+
"shape":"Attributes",
2087+
"documentation":"<p>Key attributes that identify the metric source.</p>"
2088+
},
2089+
"MetricSourceAttributes":{
2090+
"shape":"Attributes",
2091+
"documentation":"<p>Additional attributes for the metric source.</p>"
2092+
}
2093+
},
2094+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
2095+
},
20772096
"MetricSourceType":{
20782097
"type":"string",
20792098
"enum":[
20802099
"ServiceOperation",
20812100
"CloudWatchMetric",
2082-
"ServiceDependency"
2101+
"ServiceDependency",
2102+
"AppMonitor",
2103+
"Canary",
2104+
"Service"
20832105
]
20842106
},
20852107
"MetricSourceTypes":{
@@ -2295,6 +2317,10 @@
22952317
"DependencyConfig":{
22962318
"shape":"DependencyConfig",
22972319
"documentation":"<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>"
2320+
},
2321+
"MetricSource":{
2322+
"shape":"MetricSource",
2323+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
22982324
}
22992325
},
23002326
"documentation":"<p>This structure contains the information about the metric that is used for a request-based SLO.</p>"
@@ -2325,6 +2351,14 @@
23252351
"DependencyConfig":{
23262352
"shape":"DependencyConfig",
23272353
"documentation":"<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>"
2354+
},
2355+
"MetricSource":{
2356+
"shape":"MetricSource",
2357+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
2358+
},
2359+
"MetricName":{
2360+
"shape":"MetricName",
2361+
"documentation":"<p>The name of the metric for SLOs on resources other than Application Signals services.</p>"
23282362
}
23292363
},
23302364
"documentation":"<p>Use this structure to specify the information for the metric that a period-based SLO will monitor.</p>"
@@ -2618,6 +2652,10 @@
26182652
"DependencyConfig":{
26192653
"shape":"DependencyConfig",
26202654
"documentation":"<p>Identifies the dependency using the <code>DependencyKeyAttributes</code> and <code>DependencyOperationName</code>. </p>"
2655+
},
2656+
"MetricSource":{
2657+
"shape":"MetricSource",
2658+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
26212659
}
26222660
},
26232661
"documentation":"<p>This structure contains the information about the metric that is used for a period-based SLO.</p>"
@@ -2649,6 +2687,10 @@
26492687
"shape":"SLIPeriodSeconds",
26502688
"documentation":"<p>The number of seconds to use as the period for SLO evaluation. Your application's performance is compared to the SLI during each period. For each period, the application is determined to have either achieved or not achieved the necessary performance.</p>"
26512689
},
2690+
"MetricSource":{
2691+
"shape":"MetricSource",
2692+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
2693+
},
26522694
"MetricDataQueries":{
26532695
"shape":"MetricDataQueries",
26542696
"documentation":"<p>If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure to specify that metric or expression. </p>"
@@ -2726,7 +2768,7 @@
27262768
},
27272769
"MetricSourceType":{
27282770
"shape":"MetricSourceType",
2729-
"documentation":"<p>Displays the SLI metric source type for this SLO. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>CloudWatch metric</p> </li> </ul>"
2771+
"documentation":"<p>Displays the SLI metric source type for this SLO. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>Service</p> </li> <li> <p>CloudWatch metric</p> </li> <li> <p>AppMonitor</p> </li> <li> <p>Canary</p> </li> </ul>"
27302772
}
27312773
},
27322774
"documentation":"<p>A structure containing information about one service level objective (SLO) that has been created in Application Signals. Creating SLOs can help you ensure your services are performing to the level that you expect. SLOs help you set and track a specific target level for the reliability and availability of your applications and services. Each SLO uses a service level indicator (SLI), which is a key performance metric, to calculate how much underperformance can be tolerated before the goal that you set for the SLO is not achieved.</p>"
@@ -2915,7 +2957,11 @@
29152957
},
29162958
"MetricSourceType":{
29172959
"shape":"MetricSourceType",
2918-
"documentation":"<p>Displays the SLI metric source type for this SLO. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>CloudWatch metric</p> </li> </ul>"
2960+
"documentation":"<p>Displays the SLI metric source type for this SLO. Supported types are:</p> <ul> <li> <p>Service operation</p> </li> <li> <p>Service dependency</p> </li> <li> <p>Service</p> </li> <li> <p>CloudWatch metric</p> </li> <li> <p>AppMonitor</p> </li> <li> <p>Canary</p> </li> </ul>"
2961+
},
2962+
"MetricSource":{
2963+
"shape":"MetricSource",
2964+
"documentation":"<p>Identifies the metric source for SLOs on resources other than Application Signals services.</p>"
29192965
}
29202966
},
29212967
"documentation":"<p>A structure that contains information about one service level objective (SLO) created in Application Signals.</p>"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

botocore/data/batch/2016-08-10/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4360,7 +4360,7 @@
43604360
},
43614361
"jobStatus":{
43624362
"shape":"ServiceJobStatus",
4363-
"documentation":"<p>The job status used to filter service jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. The exception is the <code>SHARE_IDENTIFIER</code> filter and <code>jobStatus</code> can be used together. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p> <note> <p>The <code>SHARE_IDENTIFIER</code> filter and the <code>jobStatus</code> field can be used together to filter results.</p> </note>"
4363+
"documentation":"<p>The job status used to filter service jobs in the specified queue. If the <code>filters</code> parameter is specified, the <code>jobStatus</code> parameter is ignored and jobs with any status are returned. The exceptions are the <code>SHARE_IDENTIFIER</code> filter and <code>QUOTA_SHARE_NAME</code> filter, which can be used with <code>jobStatus</code>. If you don't specify a status, only <code>RUNNING</code> jobs are returned.</p> <note> <p>The <code>SHARE_IDENTIFIER</code> filter or <code>QUOTA_SHARE_NAME</code> filter can be used with the <code>jobStatus</code> field to filter results.</p> </note>"
43644364
},
43654365
"maxResults":{
43664366
"shape":"Integer",
@@ -4372,7 +4372,7 @@
43724372
},
43734373
"filters":{
43744374
"shape":"ListJobsFilterList",
4375-
"documentation":"<p>The filter to apply to the query. Only one filter can be used at a time. When the filter is used, <code>jobStatus</code> is ignored with the exception that <code>SHARE_IDENTIFIER</code> and <code>jobStatus</code> can be used together. The results are sorted by the <code>createdAt</code> field, with the most recent jobs being first.</p> <note> <p>The <code>SHARE_IDENTIFIER</code> filter and the <code>jobStatus</code> field can be used together to filter results.</p> </note> <dl> <dt>JOB_NAME</dt> <dd> <p>The value of the filter is a case-insensitive match for the job name. If the value ends with an asterisk (*), the filter matches any job name that begins with the string before the '*'. This corresponds to the <code>jobName</code> value. For example, <code>test1</code> matches both <code>Test1</code> and <code>test1</code>, and <code>test1*</code> matches both <code>test1</code> and <code>Test10</code>. When the <code>JOB_NAME</code> filter is used, the results are grouped by the job name and version.</p> </dd> <dt>BEFORE_CREATED_AT</dt> <dd> <p>The value for the filter is the time that's before the job was created. This corresponds to the <code>createdAt</code> value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970.</p> </dd> <dt>AFTER_CREATED_AT</dt> <dd> <p>The value for the filter is the time that's after the job was created. This corresponds to the <code>createdAt</code> value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970.</p> </dd> <dt>SHARE_IDENTIFIER</dt> <dd> <p>The value for the filter is the fairshare scheduling share identifier.</p> </dd> </dl>"
4375+
"documentation":"<p>The filter to apply to the query. Only one filter can be used at a time. When the filter is used, <code>jobStatus</code> is ignored with the exception that <code>SHARE_IDENTIFIER</code> or <code>QUOTA_SHARE_NAME</code> and <code>jobStatus</code> can be used together. The results are sorted by the <code>createdAt</code> field, with the most recent jobs being first.</p> <note> <p>The <code>SHARE_IDENTIFIER</code> or <code>QUOTA_SHARE_NAME</code> filter and the <code>jobStatus</code> field can be used together to filter results.</p> </note> <dl> <dt>JOB_NAME</dt> <dd> <p>The value of the filter is a case-insensitive match for the job name. If the value ends with an asterisk (*), the filter matches any job name that begins with the string before the '*'. This corresponds to the <code>jobName</code> value. For example, <code>test1</code> matches both <code>Test1</code> and <code>test1</code>, and <code>test1*</code> matches both <code>test1</code> and <code>Test10</code>. When the <code>JOB_NAME</code> filter is used, the results are grouped by the job name and version.</p> </dd> <dt>BEFORE_CREATED_AT</dt> <dd> <p>The value for the filter is the time that's before the job was created. This corresponds to the <code>createdAt</code> value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970.</p> </dd> <dt>AFTER_CREATED_AT</dt> <dd> <p>The value for the filter is the time that's after the job was created. This corresponds to the <code>createdAt</code> value. The value is a string representation of the number of milliseconds since 00:00:00 UTC (midnight) on January 1, 1970.</p> </dd> <dt>SHARE_IDENTIFIER</dt> <dd> <p>The value for the filter is the fairshare scheduling share identifier.</p> </dd> <dt>QUOTA_SHARE_NAME</dt> <dd> <p>The value for the filter is the quota management share name.</p> </dd> </dl>"
43764376
}
43774377
}
43784378
},
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"pagination": {}
2+
"pagination": {
3+
"ListAgreementPaymentRequests": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "items"
8+
}
9+
}
310
}

0 commit comments

Comments
 (0)