Skip to content

Commit 79dd9ce

Browse files
authored
Merge pull request #7788 from cli-v2-merge/update-v2
[v2] Merge model updates and develop branch to v2 branch
2 parents 192185e + 1bfda8c commit 79dd9ce

File tree

15 files changed

+2609
-2084
lines changed

15 files changed

+2609
-2084
lines changed

.changes/1.27.101.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"category": "``iot-data``",
4+
"description": "Add endpoint ruleset support for cn-north-1.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ssm-contacts``",
9+
"description": "This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ssm-incidents``",
14+
"description": "Increased maximum length of \"TriggerDetails.rawData\" to 10K characters and \"IncidentSummary\" to 8K characters.",
15+
"type": "api-change"
16+
}
17+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``iot-data``",
3+
"description": "Add endpoint ruleset support for cn-north-1.",
4+
"type": "api-change"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``ssm-contacts``",
3+
"description": "This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information",
4+
"type": "api-change"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``ssm-incidents``",
3+
"description": "Increased maximum length of \"TriggerDetails.rawData\" to 10K characters and \"IncidentSummary\" to 8K characters.",
4+
"type": "api-change"
5+
}

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5097,6 +5097,14 @@ CHANGELOG
50975097
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.
50985098

50995099

5100+
1.27.101
5101+
========
5102+
5103+
* api-change:``iot-data``: Add endpoint ruleset support for cn-north-1.
5104+
* api-change:``ssm-contacts``: This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information
5105+
* api-change:``ssm-incidents``: Increased maximum length of "TriggerDetails.rawData" to 10K characters and "IncidentSummary" to 8K characters.
5106+
5107+
51005108
1.27.100
51015109
========
51025110

awscli/botocore/data/endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10153,6 +10153,7 @@
1015310153
"eu-central-2" : { },
1015410154
"eu-north-1" : { },
1015510155
"eu-south-1" : { },
10156+
"eu-south-2" : { },
1015610157
"eu-west-1" : { },
1015710158
"eu-west-2" : { },
1015810159
"me-central-1" : { },
@@ -10221,6 +10222,7 @@
1022110222
"deprecated" : true,
1022210223
"hostname" : "mgn-fips.us-west-2.amazonaws.com"
1022310224
},
10225+
"me-central-1" : { },
1022410226
"me-south-1" : { },
1022510227
"sa-east-1" : { },
1022610228
"us-east-1" : {

awscli/botocore/data/iot-data/2015-05-28/endpoint-rule-set-1.json

Lines changed: 366 additions & 237 deletions
Large diffs are not rendered by default.

awscli/botocore/data/ssm-contacts/2021-05-03/endpoint-rule-set-1.json

Lines changed: 223 additions & 182 deletions
Large diffs are not rendered by default.

awscli/botocore/data/ssm-contacts/2021-05-03/paginators-1.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,35 @@
3535
"limit_key": "MaxResults",
3636
"output_token": "NextToken",
3737
"result_key": "Pages"
38+
},
39+
"ListPageResolutions": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"result_key": "PageResolutions"
43+
},
44+
"ListPreviewRotationShifts": {
45+
"input_token": "NextToken",
46+
"limit_key": "MaxResults",
47+
"output_token": "NextToken",
48+
"result_key": "RotationShifts"
49+
},
50+
"ListRotationOverrides": {
51+
"input_token": "NextToken",
52+
"limit_key": "MaxResults",
53+
"output_token": "NextToken",
54+
"result_key": "RotationOverrides"
55+
},
56+
"ListRotationShifts": {
57+
"input_token": "NextToken",
58+
"limit_key": "MaxResults",
59+
"output_token": "NextToken",
60+
"result_key": "RotationShifts"
61+
},
62+
"ListRotations": {
63+
"input_token": "NextToken",
64+
"limit_key": "MaxResults",
65+
"output_token": "NextToken",
66+
"result_key": "Rotations"
3867
}
3968
}
4069
}

0 commit comments

Comments
 (0)