Skip to content

Commit 83b7136

Browse files
author
AWS
committed
EC2 Image Builder Update: This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration.
1 parent 95709db commit 83b7136

File tree

2 files changed

+32
-21
lines changed

2 files changed

+32
-21
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "EC2 Image Builder",
4+
"contributor": "",
5+
"description": "This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration."
6+
}

services/imagebuilder/src/main/resources/codegen-resources/service-2.json

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@
833833
"AccountList":{
834834
"type":"list",
835835
"member":{"shape":"AccountId"},
836-
"max":50,
836+
"max":1536,
837837
"min":1
838838
},
839839
"Ami":{
@@ -853,7 +853,7 @@
853853
},
854854
"description":{
855855
"shape":"NonEmptyString",
856-
"documentation":"<p>The description of the EC2 AMI. </p>"
856+
"documentation":"<p>The description of the EC2 AMI. Minimum and maximum length are in characters.</p>"
857857
},
858858
"state":{"shape":"ImageState"},
859859
"accountId":{
@@ -872,7 +872,7 @@
872872
},
873873
"description":{
874874
"shape":"NonEmptyString",
875-
"documentation":"<p>The description of the distribution configuration. </p>"
875+
"documentation":"<p>The description of the distribution configuration. Minimum and maximum length are in characters.</p>"
876876
},
877877
"targetAccountIds":{
878878
"shape":"AccountList",
@@ -2868,7 +2868,7 @@
28682868
"box":true
28692869
},
28702870
"nextToken":{
2871-
"shape":"NonEmptyString",
2871+
"shape":"PaginationToken",
28722872
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
28732873
}
28742874
}
@@ -2885,7 +2885,7 @@
28852885
"documentation":"<p>The list of component summaries for the specified semantic version. </p>"
28862886
},
28872887
"nextToken":{
2888-
"shape":"NonEmptyString",
2888+
"shape":"PaginationToken",
28892889
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
28902890
}
28912891
}
@@ -2907,7 +2907,7 @@
29072907
"box":true
29082908
},
29092909
"nextToken":{
2910-
"shape":"NonEmptyString",
2910+
"shape":"PaginationToken",
29112911
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
29122912
}
29132913
}
@@ -2924,7 +2924,7 @@
29242924
"documentation":"<p>The list of component semantic versions. </p>"
29252925
},
29262926
"nextToken":{
2927-
"shape":"NonEmptyString",
2927+
"shape":"PaginationToken",
29282928
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
29292929
}
29302930
}
@@ -2942,7 +2942,7 @@
29422942
"box":true
29432943
},
29442944
"nextToken":{
2945-
"shape":"NonEmptyString",
2945+
"shape":"PaginationToken",
29462946
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
29472947
}
29482948
}
@@ -2959,7 +2959,7 @@
29592959
"documentation":"<p>The list of distributions. </p>"
29602960
},
29612961
"nextToken":{
2962-
"shape":"NonEmptyString",
2962+
"shape":"PaginationToken",
29632963
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
29642964
}
29652965
}
@@ -2982,7 +2982,7 @@
29822982
"box":true
29832983
},
29842984
"nextToken":{
2985-
"shape":"NonEmptyString",
2985+
"shape":"PaginationToken",
29862986
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
29872987
}
29882988
}
@@ -2999,7 +2999,7 @@
29992999
"documentation":"<p>The list of image build versions. </p>"
30003000
},
30013001
"nextToken":{
3002-
"shape":"NonEmptyString",
3002+
"shape":"PaginationToken",
30033003
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
30043004
}
30053005
}
@@ -3022,7 +3022,7 @@
30223022
"box":true
30233023
},
30243024
"nextToken":{
3025-
"shape":"NonEmptyString",
3025+
"shape":"PaginationToken",
30263026
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
30273027
}
30283028
}
@@ -3039,7 +3039,7 @@
30393039
"documentation":"<p>The list of images built by this pipeline. </p>"
30403040
},
30413041
"nextToken":{
3042-
"shape":"NonEmptyString",
3042+
"shape":"PaginationToken",
30433043
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
30443044
}
30453045
}
@@ -3057,7 +3057,7 @@
30573057
"box":true
30583058
},
30593059
"nextToken":{
3060-
"shape":"NonEmptyString",
3060+
"shape":"PaginationToken",
30613061
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
30623062
}
30633063
}
@@ -3074,7 +3074,7 @@
30743074
"documentation":"<p>The list of image pipelines. </p>"
30753075
},
30763076
"nextToken":{
3077-
"shape":"NonEmptyString",
3077+
"shape":"PaginationToken",
30783078
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
30793079
}
30803080
}
@@ -3096,7 +3096,7 @@
30963096
"box":true
30973097
},
30983098
"nextToken":{
3099-
"shape":"NonEmptyString",
3099+
"shape":"PaginationToken",
31003100
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
31013101
}
31023102
}
@@ -3113,7 +3113,7 @@
31133113
"documentation":"<p>The list of image pipelines. </p>"
31143114
},
31153115
"nextToken":{
3116-
"shape":"NonEmptyString",
3116+
"shape":"PaginationToken",
31173117
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
31183118
}
31193119
}
@@ -3135,7 +3135,7 @@
31353135
"box":true
31363136
},
31373137
"nextToken":{
3138-
"shape":"NonEmptyString",
3138+
"shape":"PaginationToken",
31393139
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
31403140
}
31413141
}
@@ -3152,7 +3152,7 @@
31523152
"documentation":"<p>The list of image semantic versions. </p>"
31533153
},
31543154
"nextToken":{
3155-
"shape":"NonEmptyString",
3155+
"shape":"PaginationToken",
31563156
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects. </p>"
31573157
}
31583158
}
@@ -3170,7 +3170,7 @@
31703170
"box":true
31713171
},
31723172
"nextToken":{
3173-
"shape":"NonEmptyString",
3173+
"shape":"PaginationToken",
31743174
"documentation":"<p>A token to specify where to start paginating. This is the NextToken from a previously truncated response. </p>"
31753175
}
31763176
}
@@ -3187,7 +3187,7 @@
31873187
"documentation":"<p>The list of infrastructure configurations. </p>"
31883188
},
31893189
"nextToken":{
3190-
"shape":"NonEmptyString",
3190+
"shape":"PaginationToken",
31913191
"documentation":"<p>The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.</p>"
31923192
}
31933193
}
@@ -3257,6 +3257,11 @@
32573257
"Amazon"
32583258
]
32593259
},
3260+
"PaginationToken":{
3261+
"type":"string",
3262+
"max":65535,
3263+
"min":1
3264+
},
32603265
"PipelineExecutionStartCondition":{
32613266
"type":"string",
32623267
"enum":[

0 commit comments

Comments
 (0)