Skip to content

Commit e8afe81

Browse files
Release v1.43.44 (2022-04-21) (#4369)
Release v1.43.44 (2022-04-21) === ### Service Client Updates * `service/elasticache`: Updates service documentation * Doc only update for ElastiCache * `service/glue`: Updates service API, documentation, and paginators * This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types * `service/iotsitewise`: Updates service API, documentation, and paginators * `service/iottwinmaker`: Updates service API and documentation * `service/lookoutmetrics`: Updates service API and documentation * `service/mediatailor`: Updates service API, documentation, and paginators * `service/secretsmanager`: Updates service documentation * Documentation updates for Secrets Manager * `service/storagegateway`: Updates service API and documentation * This release adds support for minimum of 5 character length virtual tape barcodes. * `service/wisdom`: Updates service API and documentation
1 parent 40af882 commit e8afe81

File tree

36 files changed

+10936
-3744
lines changed

36 files changed

+10936
-3744
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.43.44 (2022-04-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/elasticache`: Updates service documentation
6+
* Doc only update for ElastiCache
7+
* `service/glue`: Updates service API, documentation, and paginators
8+
* This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
9+
* `service/iotsitewise`: Updates service API, documentation, and paginators
10+
* `service/iottwinmaker`: Updates service API and documentation
11+
* `service/lookoutmetrics`: Updates service API and documentation
12+
* `service/mediatailor`: Updates service API, documentation, and paginators
13+
* `service/secretsmanager`: Updates service documentation
14+
* Documentation updates for Secrets Manager
15+
* `service/storagegateway`: Updates service API and documentation
16+
* This release adds support for minimum of 5 character length virtual tape barcodes.
17+
* `service/wisdom`: Updates service API and documentation
18+
119
Release v1.43.43 (2022-04-20)
220
===
321

aws/version.go

Lines changed: 1 addition & 1 deletion
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.43.43"
8+
const SDKVersion = "1.43.44"

models/apis/elasticache/2015-02-02/docs-2.json

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

models/apis/glue/2017-03-31/api-2.json

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,20 @@
117117
{"shape":"OperationTimeoutException"}
118118
]
119119
},
120+
"BatchGetCustomEntityTypes":{
121+
"name":"BatchGetCustomEntityTypes",
122+
"http":{
123+
"method":"POST",
124+
"requestUri":"/"
125+
},
126+
"input":{"shape":"BatchGetCustomEntityTypesRequest"},
127+
"output":{"shape":"BatchGetCustomEntityTypesResponse"},
128+
"errors":[
129+
{"shape":"InvalidInputException"},
130+
{"shape":"InternalServiceException"},
131+
{"shape":"OperationTimeoutException"}
132+
]
133+
},
120134
"BatchGetDevEndpoints":{
121135
"name":"BatchGetDevEndpoints",
122136
"http":{
@@ -328,6 +342,24 @@
328342
{"shape":"ResourceNumberLimitExceededException"}
329343
]
330344
},
345+
"CreateCustomEntityType":{
346+
"name":"CreateCustomEntityType",
347+
"http":{
348+
"method":"POST",
349+
"requestUri":"/"
350+
},
351+
"input":{"shape":"CreateCustomEntityTypeRequest"},
352+
"output":{"shape":"CreateCustomEntityTypeResponse"},
353+
"errors":[
354+
{"shape":"AccessDeniedException"},
355+
{"shape":"AlreadyExistsException"},
356+
{"shape":"IdempotentParameterMismatchException"},
357+
{"shape":"InternalServiceException"},
358+
{"shape":"InvalidInputException"},
359+
{"shape":"OperationTimeoutException"},
360+
{"shape":"ResourceNumberLimitExceededException"}
361+
]
362+
},
331363
"CreateDatabase":{
332364
"name":"CreateDatabase",
333365
"http":{
@@ -682,6 +714,22 @@
682714
{"shape":"OperationTimeoutException"}
683715
]
684716
},
717+
"DeleteCustomEntityType":{
718+
"name":"DeleteCustomEntityType",
719+
"http":{
720+
"method":"POST",
721+
"requestUri":"/"
722+
},
723+
"input":{"shape":"DeleteCustomEntityTypeRequest"},
724+
"output":{"shape":"DeleteCustomEntityTypeResponse"},
725+
"errors":[
726+
{"shape":"EntityNotFoundException"},
727+
{"shape":"AccessDeniedException"},
728+
{"shape":"InternalServiceException"},
729+
{"shape":"InvalidInputException"},
730+
{"shape":"OperationTimeoutException"}
731+
]
732+
},
685733
"DeleteDatabase":{
686734
"name":"DeleteDatabase",
687735
"http":{
@@ -1125,6 +1173,22 @@
11251173
{"shape":"OperationTimeoutException"}
11261174
]
11271175
},
1176+
"GetCustomEntityType":{
1177+
"name":"GetCustomEntityType",
1178+
"http":{
1179+
"method":"POST",
1180+
"requestUri":"/"
1181+
},
1182+
"input":{"shape":"GetCustomEntityTypeRequest"},
1183+
"output":{"shape":"GetCustomEntityTypeResponse"},
1184+
"errors":[
1185+
{"shape":"EntityNotFoundException"},
1186+
{"shape":"AccessDeniedException"},
1187+
{"shape":"InternalServiceException"},
1188+
{"shape":"InvalidInputException"},
1189+
{"shape":"OperationTimeoutException"}
1190+
]
1191+
},
11281192
"GetDataCatalogEncryptionSettings":{
11291193
"name":"GetDataCatalogEncryptionSettings",
11301194
"http":{
@@ -1889,6 +1953,20 @@
18891953
{"shape":"OperationTimeoutException"}
18901954
]
18911955
},
1956+
"ListCustomEntityTypes":{
1957+
"name":"ListCustomEntityTypes",
1958+
"http":{
1959+
"method":"POST",
1960+
"requestUri":"/"
1961+
},
1962+
"input":{"shape":"ListCustomEntityTypesRequest"},
1963+
"output":{"shape":"ListCustomEntityTypesResponse"},
1964+
"errors":[
1965+
{"shape":"InvalidInputException"},
1966+
{"shape":"OperationTimeoutException"},
1967+
{"shape":"InternalServiceException"}
1968+
]
1969+
},
18921970
"ListDevEndpoints":{
18931971
"name":"ListDevEndpoints",
18941972
"http":{
@@ -3008,6 +3086,20 @@
30083086
"CrawlersNotFound":{"shape":"CrawlerNameList"}
30093087
}
30103088
},
3089+
"BatchGetCustomEntityTypesRequest":{
3090+
"type":"structure",
3091+
"required":["Names"],
3092+
"members":{
3093+
"Names":{"shape":"CustomEntityTypeNames"}
3094+
}
3095+
},
3096+
"BatchGetCustomEntityTypesResponse":{
3097+
"type":"structure",
3098+
"members":{
3099+
"CustomEntityTypes":{"shape":"CustomEntityTypes"},
3100+
"CustomEntityTypesNotFound":{"shape":"CustomEntityTypeNames"}
3101+
}
3102+
},
30113103
"BatchGetDevEndpointsRequest":{
30123104
"type":"structure",
30133105
"required":["DevEndpointNames"],
@@ -3818,6 +3910,12 @@
38183910
"Connections":{"shape":"OrchestrationStringList"}
38193911
}
38203912
},
3913+
"ContextWords":{
3914+
"type":"list",
3915+
"member":{"shape":"NameString"},
3916+
"max":20,
3917+
"min":1
3918+
},
38213919
"Crawl":{
38223920
"type":"structure",
38233921
"members":{
@@ -4044,6 +4142,24 @@
40444142
"AllowSingleColumn":{"shape":"NullableBoolean"}
40454143
}
40464144
},
4145+
"CreateCustomEntityTypeRequest":{
4146+
"type":"structure",
4147+
"required":[
4148+
"Name",
4149+
"RegexString"
4150+
],
4151+
"members":{
4152+
"Name":{"shape":"NameString"},
4153+
"RegexString":{"shape":"NameString"},
4154+
"ContextWords":{"shape":"ContextWords"}
4155+
}
4156+
},
4157+
"CreateCustomEntityTypeResponse":{
4158+
"type":"structure",
4159+
"members":{
4160+
"Name":{"shape":"NameString"}
4161+
}
4162+
},
40474163
"CreateDatabaseRequest":{
40484164
"type":"structure",
40494165
"required":["DatabaseInput"],
@@ -4487,6 +4603,28 @@
44874603
"min":1,
44884604
"pattern":"[^\\r\\n]"
44894605
},
4606+
"CustomEntityType":{
4607+
"type":"structure",
4608+
"required":[
4609+
"Name",
4610+
"RegexString"
4611+
],
4612+
"members":{
4613+
"Name":{"shape":"NameString"},
4614+
"RegexString":{"shape":"NameString"},
4615+
"ContextWords":{"shape":"ContextWords"}
4616+
}
4617+
},
4618+
"CustomEntityTypeNames":{
4619+
"type":"list",
4620+
"member":{"shape":"NameString"},
4621+
"max":50,
4622+
"min":1
4623+
},
4624+
"CustomEntityTypes":{
4625+
"type":"list",
4626+
"member":{"shape":"CustomEntityType"}
4627+
},
44904628
"CustomPatterns":{
44914629
"type":"string",
44924630
"max":16000,
@@ -4706,6 +4844,19 @@
47064844
"members":{
47074845
}
47084846
},
4847+
"DeleteCustomEntityTypeRequest":{
4848+
"type":"structure",
4849+
"required":["Name"],
4850+
"members":{
4851+
"Name":{"shape":"NameString"}
4852+
}
4853+
},
4854+
"DeleteCustomEntityTypeResponse":{
4855+
"type":"structure",
4856+
"members":{
4857+
"Name":{"shape":"NameString"}
4858+
}
4859+
},
47094860
"DeleteDatabaseRequest":{
47104861
"type":"structure",
47114862
"required":["Name"],
@@ -5438,6 +5589,21 @@
54385589
"NextToken":{"shape":"Token"}
54395590
}
54405591
},
5592+
"GetCustomEntityTypeRequest":{
5593+
"type":"structure",
5594+
"required":["Name"],
5595+
"members":{
5596+
"Name":{"shape":"NameString"}
5597+
}
5598+
},
5599+
"GetCustomEntityTypeResponse":{
5600+
"type":"structure",
5601+
"members":{
5602+
"Name":{"shape":"NameString"},
5603+
"RegexString":{"shape":"NameString"},
5604+
"ContextWords":{"shape":"ContextWords"}
5605+
}
5606+
},
54415607
"GetDataCatalogEncryptionSettingsRequest":{
54425608
"type":"structure",
54435609
"members":{
@@ -6750,6 +6916,20 @@
67506916
"NextToken":{"shape":"Token"}
67516917
}
67526918
},
6919+
"ListCustomEntityTypesRequest":{
6920+
"type":"structure",
6921+
"members":{
6922+
"NextToken":{"shape":"PaginationToken"},
6923+
"MaxResults":{"shape":"PageSize"}
6924+
}
6925+
},
6926+
"ListCustomEntityTypesResponse":{
6927+
"type":"structure",
6928+
"members":{
6929+
"CustomEntityTypes":{"shape":"CustomEntityTypes"},
6930+
"NextToken":{"shape":"PaginationToken"}
6931+
}
6932+
},
67536933
"ListDevEndpointsRequest":{
67546934
"type":"structure",
67556935
"members":{

0 commit comments

Comments
 (0)