Skip to content

Commit f9b2f4b

Browse files
Update to latest models
1 parent 9b7bf1e commit f9b2f4b

File tree

9 files changed

+574
-21
lines changed

9 files changed

+574
-21
lines changed
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": "``budgets``",
4+
"description": "Add support for custom time periods in budget configuration"
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": "``ivs-realtime``",
4+
"description": "IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens."
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": "``logs``",
4+
"description": "Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata."
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": "``osis``",
4+
"description": "Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts."
5+
}

awscli/botocore/data/budgets/2016-10-20/service-2.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
"type":"string",
700700
"max":2048,
701701
"min":20,
702-
"pattern":"^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_+=.\\-@]{0,75}[a-zA-Z0-9]$"
702+
"pattern":"^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_\\+=\\.\\-@]{0,75}[a-zA-Z0-9]$"
703703
},
704704
"Budget":{
705705
"type":"structure",
@@ -741,7 +741,7 @@
741741
},
742742
"TimePeriod":{
743743
"shape":"TimePeriod",
744-
"documentation":"<p>The period of time that's covered by a budget. You set the start date and end date. The start date must come before the end date. The end date must come before <code>06/15/87 00:00 UTC</code>. </p> <p>If you create your budget and don't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API. </p> <p>You can change either date with the <code>UpdateBudget</code> operation.</p> <p>After the end date, Amazon Web Services deletes the budget and all the associated notifications and subscribers.</p>"
744+
"documentation":"<p>The period of time that's covered by a budget. You set the start date and end date. The start date must come before the end date. The end date must come before <code>06/15/87 00:00 UTC</code>. </p> <p>If you create your budget and don't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API. </p> <p>You can change either date with the <code>UpdateBudget</code> operation.</p> <p>After the end date, Amazon Web Services deletes the budget and all the associated notifications and subscribers.</p>"
745745
},
746746
"CalculatedSpend":{
747747
"shape":"CalculatedSpend",
@@ -1773,7 +1773,7 @@
17731773
},
17741774
"StatusReason":{
17751775
"shape":"HealthStatusReason",
1776-
"documentation":"<p>The reason for the current status.</p> <ul> <li> <p> <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant <code>billing:GetBillingViewData</code> permission to this account.</p> </li> <li> <p> <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the budget is unhealthy.</p> </li> <li> <p> <code>FILTER_INVALID</code>: The filter contains reference to an account you do not have access to.</p> </li> </ul>"
1776+
"documentation":"<p>The reason for the current status.</p> <ul> <li> <p> <code>BILLING_VIEW_NO_ACCESS</code>: The billing view resource does not grant <code>billing:GetBillingViewData</code> permission to this account.</p> </li> <li> <p> <code>BILLING_VIEW_UNHEALTHY</code>: The billing view associated with the budget is unhealthy.</p> </li> <li> <p> <code>FILTER_INVALID</code>: The filter contains reference to an account you do not have access to.</p> </li> <li> <p> <code>MULTI_YEAR_HISTORICAL_DATA_DISABLED</code>: The budget is not being updated. Enable multi-year historical data in your Cost Management preferences.</p> </li> </ul>"
17771777
},
17781778
"LastUpdatedTime":{"shape":"GenericTimestamp"}
17791779
},
@@ -1784,7 +1784,8 @@
17841784
"enum":[
17851785
"BILLING_VIEW_NO_ACCESS",
17861786
"BILLING_VIEW_UNHEALTHY",
1787-
"FILTER_INVALID"
1787+
"FILTER_INVALID",
1788+
"MULTI_YEAR_HISTORICAL_DATA_DISABLED"
17881789
]
17891790
},
17901791
"HealthStatusValue":{
@@ -2316,7 +2317,7 @@
23162317
"members":{
23172318
"Start":{
23182319
"shape":"GenericTimestamp",
2319-
"documentation":"<p>The start date for a budget. If you created your budget and didn't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p> <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>"
2320+
"documentation":"<p>The start date for a budget. If you created your budget and didn't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p> <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>"
23202321
},
23212322
"End":{
23222323
"shape":"GenericTimestamp",
@@ -2332,7 +2333,8 @@
23322333
"DAILY",
23332334
"MONTHLY",
23342335
"QUARTERLY",
2335-
"ANNUALLY"
2336+
"ANNUALLY",
2337+
"CUSTOM"
23362338
]
23372339
},
23382340
"UnitValue":{

awscli/botocore/data/ivs-realtime/2020-07-14/service-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@
15341534
},
15351535
"replica":{
15361536
"shape":"Replica",
1537-
"documentation":"<p>If true, this indicates the <code>participantId</code> is a replicated participant. If this is a subscribe event, then this flag refers to <code>remoteParticipantId</code>.</p>"
1537+
"documentation":"<p>If true, this indicates the <code>participantId</code> is a replicated participant. If this is a subscribe event, then this flag refers to <code>remoteParticipantId</code>. Default: <code>false</code>.</p>"
15381538
}
15391539
},
15401540
"documentation":"<p>An occurrence during a stage session.</p>"
@@ -1777,6 +1777,10 @@
17771777
"gridGap":{
17781778
"shape":"GridGap",
17791779
"documentation":"<p>Specifies the spacing between participant tiles in pixels. Default: <code>2</code>.</p>"
1780+
},
1781+
"participantOrderAttribute":{
1782+
"shape":"AttributeKey",
1783+
"documentation":"<p>Attribute name in <a>ParticipantTokenConfiguration</a> identifying the participant ordering key. Participants with <code>participantOrderAttribute</code> set to <code>\"\"</code> or not specified are ordered based on their arrival time into the stage.</p>"
17801784
}
17811785
},
17821786
"documentation":"<p>Configuration information specific to Grid layout, for server-side composition. See \"Layouts\" in <a href=\"https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/server-side-composition.html\">Server-Side Composition</a>.</p>"
@@ -2732,7 +2736,7 @@
27322736
},
27332737
"sourceStageArn":{
27342738
"shape":"StageArn",
2735-
"documentation":"<p>ARN of the stage from which this participant is replicated.</p>"
2739+
"documentation":"<p>Source stage ARN from which this participant is replicated, if <code>replicationType</code> is <code>REPLICA</code>.</p>"
27362740
},
27372741
"sourceSessionId":{
27382742
"shape":"StageSessionId",
@@ -2980,6 +2984,10 @@
29802984
"pipHeight":{
29812985
"shape":"PipHeight",
29822986
"documentation":"<p>Specifies the height of the PiP window in pixels. When this is not set explicitly, <code>pipHeight</code>’s value will be based on the size of the composition and the aspect ratio of the participant’s video.</p>"
2987+
},
2988+
"participantOrderAttribute":{
2989+
"shape":"AttributeKey",
2990+
"documentation":"<p>Attribute name in <a>ParticipantTokenConfiguration</a> identifying the participant ordering key. Participants with <code>participantOrderAttribute</code> set to <code>\"\"</code> or not specified are ordered based on their arrival time into the stage.</p>"
29832991
}
29842992
},
29852993
"documentation":"<p>Configuration information specific to Picture-in-Picture (PiP) layout, for <a href=\"https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/server-side-composition.html\">server-side composition</a>. </p>"

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

Lines changed: 57 additions & 9 deletions
Large diffs are not rendered by default.
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
{
2-
"pagination": {}
2+
"pagination": {
3+
"ListPipelineEndpointConnections": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "PipelineEndpointConnections"
8+
},
9+
"ListPipelineEndpoints": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "PipelineEndpoints"
14+
}
15+
}
316
}

0 commit comments

Comments
 (0)