Skip to content

Commit c63284a

Browse files
authored
Merge pull request #7809 from cli-v2-merge/update-v2
[v2] Merge model updates and develop branch to v2 branch
2 parents 43ec752 + 591f39f commit c63284a

File tree

18 files changed

+1940
-1600
lines changed

18 files changed

+1940
-1600
lines changed

.changes/1.27.108.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``cloudformation``",
4+
"description": "Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``greengrassv2``",
9+
"description": "Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``proton``",
14+
"description": "This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "Adds and updates the SDK examples",
20+
"type": "api-change"
21+
}
22+
]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "``cloudformation``",
3+
"description": "Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.",
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": "``greengrassv2``",
3+
"description": "Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.",
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": "``proton``",
3+
"description": "This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.",
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": "``rds``",
3+
"description": "Adds and updates the SDK examples",
4+
"type": "api-change"
5+
}

CHANGELOG.rst

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

51865186

5187+
1.27.108
5188+
========
5189+
5190+
* api-change:``cloudformation``: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
5191+
* api-change:``greengrassv2``: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
5192+
* api-change:``proton``: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
5193+
* api-change:``rds``: Adds and updates the SDK examples
5194+
5195+
51875196
1.27.107
51885197
========
51895198

awscli/botocore/data/cloudformation/2010-05-15/endpoint-rule-set-1.json

Lines changed: 212 additions & 224 deletions
Large diffs are not rendered by default.

awscli/botocore/data/cloudformation/2010-05-15/waiters-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@
119119
"expected": "UPDATE_ROLLBACK_COMPLETE",
120120
"matcher": "pathAny",
121121
"state": "failure"
122+
},
123+
{
124+
"argument": "Stacks[].StackStatus",
125+
"expected": "UPDATE_COMPLETE",
126+
"matcher": "pathAny",
127+
"state": "failure"
122128
}
123129
]
124130
},

awscli/botocore/data/endpoints.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,7 @@
10691069
"ap-northeast-2" : { },
10701070
"ap-northeast-3" : { },
10711071
"ap-south-1" : { },
1072+
"ap-south-2" : { },
10721073
"ap-southeast-1" : { },
10731074
"ap-southeast-2" : { },
10741075
"ap-southeast-3" : { },
@@ -7124,8 +7125,10 @@
71247125
"ap-southeast-3" : { },
71257126
"ca-central-1" : { },
71267127
"eu-central-1" : { },
7128+
"eu-central-2" : { },
71277129
"eu-north-1" : { },
71287130
"eu-south-1" : { },
7131+
"eu-south-2" : { },
71297132
"eu-west-1" : { },
71307133
"eu-west-2" : { },
71317134
"eu-west-3" : { },
@@ -8671,13 +8674,16 @@
86718674
"ap-northeast-2" : { },
86728675
"ap-northeast-3" : { },
86738676
"ap-south-1" : { },
8677+
"ap-south-2" : { },
86748678
"ap-southeast-1" : { },
86758679
"ap-southeast-2" : { },
86768680
"ap-southeast-3" : { },
86778681
"ca-central-1" : { },
86788682
"eu-central-1" : { },
8683+
"eu-central-2" : { },
86798684
"eu-north-1" : { },
86808685
"eu-south-1" : { },
8686+
"eu-south-2" : { },
86818687
"eu-west-1" : { },
86828688
"eu-west-2" : { },
86838689
"eu-west-3" : { },
@@ -11325,6 +11331,7 @@
1132511331
"ap-east-1" : { },
1132611332
"ap-northeast-1" : { },
1132711333
"ap-northeast-2" : { },
11334+
"ap-northeast-3" : { },
1132811335
"ap-south-1" : { },
1132911336
"ap-southeast-1" : { },
1133011337
"ap-southeast-2" : { },

0 commit comments

Comments
 (0)