Skip to content

Commit 65a459a

Browse files
Release v1.46.1 (2023-10-20) (#5032)
Release v1.46.1 (2023-10-20) === ### Service Client Updates * `service/appconfig`: Updates service API * `service/appintegrations`: Updates service API * `service/connect`: Updates service API and documentation * `service/discovery`: Updates service API, documentation, and paginators * This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents. * `service/medical-imaging`: Updates service documentation * `service/ssm`: Updates service API and documentation * This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.
1 parent 1b5d177 commit 65a459a

File tree

35 files changed

+2805
-355
lines changed

35 files changed

+2805
-355
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.46.1 (2023-10-20)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appconfig`: Updates service API
6+
* `service/appintegrations`: Updates service API
7+
* `service/connect`: Updates service API and documentation
8+
* `service/discovery`: Updates service API, documentation, and paginators
9+
* This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
10+
* `service/medical-imaging`: Updates service documentation
11+
* `service/ssm`: Updates service API and documentation
12+
* This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.
13+
114
Release v1.46.0 (2023-10-19)
215
===
316

aws/endpoints/defaults.go

+41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.46.0"
8+
const SDKVersion = "1.46.1"

models/apis/appconfig/2019-10-09/api-2.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1625,11 +1625,13 @@
16251625
},
16261626
"KmsKeyIdentifier":{
16271627
"type":"string",
1628-
"pattern":"^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
1628+
"max":2048,
1629+
"min":1
16291630
},
16301631
"KmsKeyIdentifierOrEmpty":{
16311632
"type":"string",
1632-
"pattern":"^\\s{0,1}|[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
1633+
"max":2048,
1634+
"min":0
16331635
},
16341636
"ListApplicationsRequest":{
16351637
"type":"structure",

models/apis/appconfig/2019-10-09/endpoint-rule-set-1.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [
@@ -269,14 +265,16 @@
269265
},
270266
"type": "endpoint"
271267
}
272-
]
268+
],
269+
"type": "tree"
273270
},
274271
{
275272
"conditions": [],
276273
"error": "FIPS is enabled but this partition does not support FIPS",
277274
"type": "error"
278275
}
279-
]
276+
],
277+
"type": "tree"
280278
},
281279
{
282280
"conditions": [
@@ -290,7 +288,6 @@
290288
]
291289
}
292290
],
293-
"type": "tree",
294291
"rules": [
295292
{
296293
"conditions": [
@@ -310,7 +307,6 @@
310307
]
311308
}
312309
],
313-
"type": "tree",
314310
"rules": [
315311
{
316312
"conditions": [],
@@ -321,14 +317,16 @@
321317
},
322318
"type": "endpoint"
323319
}
324-
]
320+
],
321+
"type": "tree"
325322
},
326323
{
327324
"conditions": [],
328325
"error": "DualStack is enabled but this partition does not support DualStack",
329326
"type": "error"
330327
}
331-
]
328+
],
329+
"type": "tree"
332330
},
333331
{
334332
"conditions": [],
@@ -339,9 +337,11 @@
339337
},
340338
"type": "endpoint"
341339
}
342-
]
340+
],
341+
"type": "tree"
343342
}
344-
]
343+
],
344+
"type": "tree"
345345
},
346346
{
347347
"conditions": [],

models/apis/appintegrations/2020-07-29/api-2.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@
426426
"required":[
427427
"Name",
428428
"KmsKey",
429-
"SourceURI",
430-
"ScheduleConfig"
429+
"SourceURI"
431430
],
432431
"members":{
433432
"Name":{"shape":"Name"},

0 commit comments

Comments
 (0)