Skip to content

Commit 855395b

Browse files
Merge branch 'release-1.43.9' into develop
* release-1.43.9: Bumping version to 1.43.9 Update endpoints model Update to latest models
2 parents fc709c3 + 386e9cb commit 855395b

8 files changed

Lines changed: 97 additions & 8 deletions

File tree

.changes/1.43.9.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``logs``",
4+
"description": "Updating the max limit for start query api parameter.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``mediapackagev2``",
9+
"description": "This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``partnercentral-selling``",
14+
"description": "Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.",
15+
"type": "api-change"
16+
}
17+
]

CHANGELOG.rst

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

5+
1.43.9
6+
======
7+
8+
* api-change:``logs``: Updating the max limit for start query api parameter.
9+
* api-change:``mediapackagev2``: This release adds support for AvailabilityStartTimeConfiguration in MediaPackageV2 DASH manifests
10+
* api-change:``partnercentral-selling``: Enable TCV intake on Opportunity to improve Opportunities Hygiene and downstream revenue attribution.
11+
12+
513
1.43.8
614
======
715

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.43.8'
20+
__version__ = '1.43.9'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12903,6 +12903,7 @@
1290312903
"endpoints" : {
1290412904
"af-south-1" : { },
1290512905
"ap-east-1" : { },
12906+
"ap-east-2" : { },
1290612907
"ap-northeast-1" : { },
1290712908
"ap-northeast-2" : { },
1290812909
"ap-northeast-3" : { },

botocore/data/logs/2014-03-28/service-2.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@
10971097
{"shape":"ResourceNotFoundException"},
10981098
{"shape":"ServiceUnavailableException"}
10991099
],
1100-
"documentation":"<p>Returns the results from the specified query.</p> <p>Only the fields requested in the query are returned, along with a <code>@ptr</code> field, which is the identifier for the log record. You can use the value of <code>@ptr</code> in a <a href=\"https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogRecord.html\">GetLogRecord</a> operation to get the full log record.</p> <p> <code>GetQueryResults</code> does not start running a query. To run a query, use <a href=\"https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html\">StartQuery</a>. For more information about how long results of previous queries are available, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html\">CloudWatch Logs quotas</a>.</p> <p>If the value of the <code>Status</code> field in the output is <code>Running</code>, this operation returns only partial results. If you see a value of <code>Scheduled</code> or <code>Running</code> for the status, you can retry the operation later to see the final results. </p> <p>This operation is used both for retrieving results from interactive queries and from automated scheduled query executions. Scheduled queries use <code>GetQueryResults</code> internally to retrieve query results for processing and delivery to configured destinations.</p> <p>If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account to start queries in linked source accounts. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html\">CloudWatch cross-account observability</a>.</p>"
1100+
"documentation":"<p>Returns the results from the specified query.</p> <p>Only the fields requested in the query are returned, along with a <code>@ptr</code> field, which is the identifier for the log record. You can use the value of <code>@ptr</code> in a <a href=\"https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogRecord.html\">GetLogRecord</a> operation to get the full log record.</p> <p> <code>GetQueryResults</code> does not start running a query. To run a query, use <a href=\"https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html\">StartQuery</a>. For more information about how long results of previous queries are available, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html\">CloudWatch Logs quotas</a>.</p> <p>If the value of the <code>Status</code> field in the output is <code>Running</code>, this operation returns only partial results. If you see a value of <code>Scheduled</code> or <code>Running</code> for the status, you can retry the operation later to see the final results. </p> <p>This operation is used both for retrieving results from interactive queries and from automated scheduled query executions. Scheduled queries use <code>GetQueryResults</code> internally to retrieve query results for processing and delivery to configured destinations.</p> <p>You can retrieve up to 100,000 log event results from a query, if available, by using pagination. Use the <code>nextToken</code> returned in the response to request additional pages of results, with each page returning up to 10,000 log events.</p> <p>If you are using CloudWatch cross-account observability, you can use this operation in a monitoring account to start queries in linked source accounts. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html\">CloudWatch cross-account observability</a>.</p>"
11011101
},
11021102
"GetScheduledQuery":{
11031103
"name":"GetScheduledQuery",
@@ -4269,6 +4269,11 @@
42694269
"max":10000,
42704270
"min":1
42714271
},
4272+
"EventsLimitStartQuery":{
4273+
"type":"integer",
4274+
"max":100000,
4275+
"min":1
4276+
},
42724277
"ExecutionStatus":{
42734278
"type":"string",
42744279
"enum":[
@@ -5012,7 +5017,7 @@
50125017
},
50135018
"maxItems":{
50145019
"shape":"GetQueryResultsMaxItems",
5015-
"documentation":"<p>The maximum number of log events to return in the response. The maximum is 10,000 log events.</p>"
5020+
"documentation":"<p>The maximum number of log events to return in the response. The maximum is 10,000 log events per request. You can retrieve up to 100,000 log event results from a query by paginating with the <code>nextToken</code>.</p>"
50165021
}
50175022
}
50185023
},
@@ -5041,7 +5046,7 @@
50415046
},
50425047
"nextToken":{
50435048
"shape":"GetQueryResultsNextToken",
5044-
"documentation":"<p>If there are more log events remaining in the results, the response includes a <code>nextToken</code>. You can use this token in a subsequent <code>GetQueryResults</code> request to get the next set of results.</p>"
5049+
"documentation":"<p>If there are more log events remaining in the results, the response includes a <code>nextToken</code>. You can use this token in a subsequent <code>GetQueryResults</code> request to get the next set of results. You can retrieve up to 100,000 log event results from a query by paginating with this token.</p>"
50455050
}
50465051
}
50475052
},
@@ -8708,8 +8713,8 @@
87088713
"documentation":"<p>The query string to use. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html\">CloudWatch Logs Insights Query Syntax</a>.</p>"
87098714
},
87108715
"limit":{
8711-
"shape":"EventsLimit",
8712-
"documentation":"<p>The maximum number of log events to return in the query. If the query string uses the <code>fields</code> command, only the specified fields and their values are returned. The default is 10,000.</p>"
8716+
"shape":"EventsLimitStartQuery",
8717+
"documentation":"<p>The maximum number of log events to return in the query. If the query string uses the <code>fields</code> command, only the specified fields and their values are returned. The default is 10,000.</p> <p>The maximum value is 100,000.</p>"
87138718
}
87148719
}
87158720
},

botocore/data/mediapackagev2/2022-12-25/service-2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,10 @@
10611061
"UriPathType":{
10621062
"shape":"UriPathType",
10631063
"documentation":"<p>The type of path to use in manifest URIs. <code>LEAF</code> uses leaf-relative paths (for example, <code>index_1.mpd</code>). <code>ROOT</code> uses root-relative paths that include the full path from root (for example, <code>/out/v1/channel-group/channel/endpoint/index_1.mpd</code>). If you don't specify a value, the default is <code>LEAF</code>.</p>"
1064+
},
1065+
"AvailabilityStartTimeConfiguration":{
1066+
"shape":"DashAvailabilityStartTimeConfiguration",
1067+
"documentation":"<p>The configuration for the DASH <code>availabilityStartTime</code> attribute of the Media Presentation Description (MPD). If you don't specify a value, MediaPackage uses the default availability start time of <code>2024-01-01T00:00:00Z</code>.</p>"
10641068
}
10651069
},
10661070
"documentation":"<p>Create a DASH manifest configuration.</p>"
@@ -1548,6 +1552,17 @@
15481552
"max":25,
15491553
"min":0
15501554
},
1555+
"DashAvailabilityStartTimeConfiguration":{
1556+
"type":"structure",
1557+
"members":{
1558+
"FixedAvailabilityStartTime":{
1559+
"shape":"SyntheticTimestamp_date_time",
1560+
"documentation":"<p>The fixed availability start time for the DASH manifest, in ISO 8601 date-time format. The value must have hourly granularity, meaning that the minutes, seconds, and fractional seconds must be zero. The value must be on or after <code>2024-01-01T00:00:00Z</code> and must be at least 14 days before the current time.</p>"
1561+
}
1562+
},
1563+
"documentation":"<p>The configuration for the DASH <code>availabilityStartTime</code> attribute of the Media Presentation Description (MPD). Use this configuration to set a custom availability start time for your DASH manifest.</p>",
1564+
"union":true
1565+
},
15511566
"DashBaseUrl":{
15521567
"type":"structure",
15531568
"required":["Url"],
@@ -2400,6 +2415,10 @@
24002415
"UriPathType":{
24012416
"shape":"UriPathType",
24022417
"documentation":"<p>The type of path used in manifest URIs. <code>LEAF</code> indicates leaf-relative paths. <code>ROOT</code> indicates root-relative paths that include the full path from root.</p>"
2418+
},
2419+
"AvailabilityStartTimeConfiguration":{
2420+
"shape":"DashAvailabilityStartTimeConfiguration",
2421+
"documentation":"<p>The configuration for the DASH <code>availabilityStartTime</code> attribute of the Media Presentation Description (MPD).</p>"
24032422
}
24042423
},
24052424
"documentation":"<p>Retrieve the DASH manifest configuration.</p>"
@@ -3954,6 +3973,10 @@
39543973
"documentation":"<p>To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.</p>"
39553974
},
39563975
"String":{"type":"string"},
3976+
"SyntheticTimestamp_date_time":{
3977+
"type":"timestamp",
3978+
"timestampFormat":"iso8601"
3979+
},
39573980
"TagArn":{"type":"string"},
39583981
"TagKey":{"type":"string"},
39593982
"TagKeyList":{

botocore/data/partnercentral-selling/2022-07-26/service-2.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3003,6 +3003,29 @@
30033003
"type":"string",
30043004
"pattern":"https://(calculator\\.aws|pricing\\.calculator\\.aws\\.eu)/#/estimate\\?id=[a-f0-9]{32,64}"
30053005
},
3006+
"ExpectedContractDuration":{
3007+
"type":"structure",
3008+
"required":[
3009+
"Term",
3010+
"Value"
3011+
],
3012+
"members":{
3013+
"Term":{
3014+
"shape":"ExpectedContractDurationTerm",
3015+
"documentation":"<p>The unit of measurement for the contract duration value. Currently accepts only <code>Months</code>.</p>"
3016+
},
3017+
"Value":{
3018+
"shape":"String",
3019+
"documentation":"<p>A String representation of the contract duration as an integer, expressed in the unit defined by <code>Term</code>. Valid values range from <code>1</code> to <code>144</code>.</p>"
3020+
}
3021+
},
3022+
"documentation":"<p>The expected duration of a partner's contract with the customer. Used to convert Total Contract Value (TCV) to Monthly Recurring Revenue (MRR) for opportunity dealsizing calculations.</p>"
3023+
},
3024+
"ExpectedContractDurationTerm":{
3025+
"type":"string",
3026+
"documentation":"<p>The unit of measurement for the contract duration value. Currently accepts only <code>Months</code>.</p>",
3027+
"enum":["Months"]
3028+
},
30063029
"ExpectedCustomerSpend":{
30073030
"type":"structure",
30083031
"required":[
@@ -3017,7 +3040,7 @@
30173040
},
30183041
"CurrencyCode":{
30193042
"shape":"CurrencyCode",
3020-
"documentation":"<p>Currency code for the expected customer spend. Supported currencies: USD, EUR</p>"
3043+
"documentation":"<p>Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets. Accepted values are <code>USD</code> (US Dollars) and <code>EUR</code> (Euros). If the AWS Partition is <code>aws-eusc</code> (AWS European Sovereign Cloud), the currency code must be <code>EUR</code>.</p>"
30213044
},
30223045
"Frequency":{
30233046
"shape":"PaymentFrequency",
@@ -5239,6 +5262,10 @@
52395262
"shape":"ExpectedCustomerSpendList",
52405263
"documentation":"<p>Represents the estimated amount that the customer is expected to spend on AWS services related to the opportunity. This helps in evaluating the potential financial value of the opportunity for AWS.</p>"
52415264
},
5265+
"ExpectedContractDuration":{
5266+
"shape":"ExpectedContractDuration",
5267+
"documentation":"<p>Optional. The expected duration of the contract associated with this opportunity. Partners use this value alongside expected customer spend to convert Total Contract Value (TCV) into Monthly Recurring Revenue (MRR).</p>"
5268+
},
52425269
"Title":{
52435270
"shape":"ProjectTitleString",
52445271
"documentation":"<p>Specifies the <code>Opportunity</code>'s title or name.</p>"
@@ -5346,6 +5373,10 @@
53465373
"ExpectedCustomerSpend":{
53475374
"shape":"ExpectedCustomerSpendList",
53485375
"documentation":"<p>Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.</p>"
5376+
},
5377+
"ExpectedContractDuration":{
5378+
"shape":"ExpectedContractDuration",
5379+
"documentation":"<p>Optional. The expected contract duration for this opportunity, representing the anticipated length of the contract in the unit specified by <code>Term</code>.</p>"
53495380
}
53505381
},
53515382
"documentation":"<p>An object that contains a <code>Project</code> object's subset of fields.</p>"
@@ -5366,6 +5397,10 @@
53665397
"shape":"ExpectedCustomerSpendList",
53675398
"documentation":"<p> Provides information about the anticipated customer spend related to this project. This may include details such as amount, frequency, and currency of expected expenditure. </p>"
53685399
},
5400+
"ExpectedContractDuration":{
5401+
"shape":"ExpectedContractDuration",
5402+
"documentation":"<p>Optional. The expected contract duration for this opportunity, representing the anticipated length of the contract in the unit specified by <code>Term</code>.</p>"
5403+
},
53695404
"CustomerUseCase":{
53705405
"shape":"String",
53715406
"documentation":"<p> Specifies the proposed solution focus or type of workload for the project. </p>"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.43'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.43.8'
62+
release = '1.43.9'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)