Skip to content

Commit e379c4b

Browse files
Update models for release
1 parent 890ffa0 commit e379c4b

36 files changed

+1268
-275
lines changed

.changes/3.300.8

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SageMaker",
5+
"description": "Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "SecurityLake",
10+
"description": "Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "QuickSight",
15+
"description": "TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "DocDBElastic",
20+
"description": "Launched Elastic Clusters Readable Secondaries, Start\/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "MigrationHubOrchestrator",
25+
"description": "Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "LexModelsV2",
30+
"description": "This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "EKS",
35+
"description": "Added support for new AL2023 AMIs to the supported AMITypes."
36+
}
37+
]

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\SageMaker` - Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
6+
* `Aws\SecurityLake` - Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.
7+
* `Aws\QuickSight` - TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
8+
* `Aws\DocDBElastic` - Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
9+
* `Aws\MigrationHubOrchestrator` - Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.
10+
* `Aws\LexModelsV2` - This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.
11+
* `Aws\EKS` - Added support for new AL2023 AMIs to the supported AMITypes.
12+
313
## 3.300.7 - 2024-02-28
414

515
* `Aws\EC2` - This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.

src/DocDBElastic/DocDBElasticClient.php

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
/**
77
* This client is used to interact with the **Amazon DocumentDB Elastic Clusters** service.
8+
* @method \Aws\Result copyClusterSnapshot(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise copyClusterSnapshotAsync(array $args = [])
810
* @method \Aws\Result createCluster(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createClusterAsync(array $args = [])
1012
* @method \Aws\Result createClusterSnapshot(array $args = [])
@@ -25,6 +27,10 @@
2527
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
2628
* @method \Aws\Result restoreClusterFromSnapshot(array $args = [])
2729
* @method \GuzzleHttp\Promise\Promise restoreClusterFromSnapshotAsync(array $args = [])
30+
* @method \Aws\Result startCluster(array $args = [])
31+
* @method \GuzzleHttp\Promise\Promise startClusterAsync(array $args = [])
32+
* @method \Aws\Result stopCluster(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise stopClusterAsync(array $args = [])
2834
* @method \Aws\Result tagResource(array $args = [])
2935
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
3036
* @method \Aws\Result untagResource(array $args = [])

src/MigrationHubOrchestrator/MigrationHubOrchestratorClient.php

+6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55

66
/**
77
* This client is used to interact with the **AWS Migration Hub Orchestrator** service.
8+
* @method \Aws\Result createTemplate(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
810
* @method \Aws\Result createWorkflow(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createWorkflowAsync(array $args = [])
1012
* @method \Aws\Result createWorkflowStep(array $args = [])
1113
* @method \GuzzleHttp\Promise\Promise createWorkflowStepAsync(array $args = [])
1214
* @method \Aws\Result createWorkflowStepGroup(array $args = [])
1315
* @method \GuzzleHttp\Promise\Promise createWorkflowStepGroupAsync(array $args = [])
16+
* @method \Aws\Result deleteTemplate(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
1418
* @method \Aws\Result deleteWorkflow(array $args = [])
1519
* @method \GuzzleHttp\Promise\Promise deleteWorkflowAsync(array $args = [])
1620
* @method \Aws\Result deleteWorkflowStep(array $args = [])
@@ -55,6 +59,8 @@
5559
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
5660
* @method \Aws\Result untagResource(array $args = [])
5761
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
62+
* @method \Aws\Result updateTemplate(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
5864
* @method \Aws\Result updateWorkflow(array $args = [])
5965
* @method \GuzzleHttp\Promise\Promise updateWorkflowAsync(array $args = [])
6066
* @method \Aws\Result updateWorkflowStep(array $args = [])

src/data/docdb-elastic/2022-11-28/api-2.json

+179-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
"uid":"docdb-elastic-2022-11-28"
1414
},
1515
"operations":{
16+
"CopyClusterSnapshot":{
17+
"name":"CopyClusterSnapshot",
18+
"http":{
19+
"method":"POST",
20+
"requestUri":"/cluster-snapshot/{snapshotArn}/copy",
21+
"responseCode":200
22+
},
23+
"input":{"shape":"CopyClusterSnapshotInput"},
24+
"output":{"shape":"CopyClusterSnapshotOutput"},
25+
"errors":[
26+
{"shape":"ThrottlingException"},
27+
{"shape":"ValidationException"},
28+
{"shape":"ServiceQuotaExceededException"},
29+
{"shape":"ConflictException"},
30+
{"shape":"InternalServerException"},
31+
{"shape":"ResourceNotFoundException"},
32+
{"shape":"AccessDeniedException"}
33+
],
34+
"idempotent":true
35+
},
1636
"CreateCluster":{
1737
"name":"CreateCluster",
1838
"http":{
@@ -192,6 +212,42 @@
192212
],
193213
"idempotent":true
194214
},
215+
"StartCluster":{
216+
"name":"StartCluster",
217+
"http":{
218+
"method":"POST",
219+
"requestUri":"/cluster/{clusterArn}/start",
220+
"responseCode":200
221+
},
222+
"input":{"shape":"StartClusterInput"},
223+
"output":{"shape":"StartClusterOutput"},
224+
"errors":[
225+
{"shape":"ThrottlingException"},
226+
{"shape":"ValidationException"},
227+
{"shape":"InternalServerException"},
228+
{"shape":"ResourceNotFoundException"},
229+
{"shape":"AccessDeniedException"}
230+
],
231+
"idempotent":true
232+
},
233+
"StopCluster":{
234+
"name":"StopCluster",
235+
"http":{
236+
"method":"POST",
237+
"requestUri":"/cluster/{clusterArn}/stop",
238+
"responseCode":200
239+
},
240+
"input":{"shape":"StopClusterInput"},
241+
"output":{"shape":"StopClusterOutput"},
242+
"errors":[
243+
{"shape":"ThrottlingException"},
244+
{"shape":"ValidationException"},
245+
{"shape":"InternalServerException"},
246+
{"shape":"ResourceNotFoundException"},
247+
{"shape":"AccessDeniedException"}
248+
],
249+
"idempotent":true
250+
},
195251
"TagResource":{
196252
"name":"TagResource",
197253
"http":{
@@ -270,6 +326,10 @@
270326
"SECRET_ARN"
271327
]
272328
},
329+
"Boolean":{
330+
"type":"boolean",
331+
"box":true
332+
},
273333
"Cluster":{
274334
"type":"structure",
275335
"required":[
@@ -290,14 +350,18 @@
290350
"members":{
291351
"adminUserName":{"shape":"String"},
292352
"authType":{"shape":"Auth"},
353+
"backupRetentionPeriod":{"shape":"Integer"},
293354
"clusterArn":{"shape":"String"},
294355
"clusterEndpoint":{"shape":"String"},
295356
"clusterName":{"shape":"String"},
296357
"createTime":{"shape":"String"},
297358
"kmsKeyId":{"shape":"String"},
359+
"preferredBackupWindow":{"shape":"String"},
298360
"preferredMaintenanceWindow":{"shape":"String"},
299361
"shardCapacity":{"shape":"Integer"},
300362
"shardCount":{"shape":"Integer"},
363+
"shardInstanceCount":{"shape":"Integer"},
364+
"shards":{"shape":"ShardList"},
301365
"status":{"shape":"Status"},
302366
"subnetIds":{"shape":"StringList"},
303367
"vpcSecurityGroupIds":{"shape":"StringList"}
@@ -342,6 +406,7 @@
342406
"snapshotArn":{"shape":"String"},
343407
"snapshotCreationTime":{"shape":"String"},
344408
"snapshotName":{"shape":"String"},
409+
"snapshotType":{"shape":"SnapshotType"},
345410
"status":{"shape":"Status"},
346411
"subnetIds":{"shape":"StringList"},
347412
"vpcSecurityGroupIds":{"shape":"StringList"}
@@ -386,6 +451,36 @@
386451
},
387452
"exception":true
388453
},
454+
"CopyClusterSnapshotInput":{
455+
"type":"structure",
456+
"required":[
457+
"snapshotArn",
458+
"targetSnapshotName"
459+
],
460+
"members":{
461+
"copyTags":{"shape":"Boolean"},
462+
"kmsKeyId":{"shape":"String"},
463+
"snapshotArn":{
464+
"shape":"String",
465+
"location":"uri",
466+
"locationName":"snapshotArn"
467+
},
468+
"tags":{"shape":"TagMap"},
469+
"targetSnapshotName":{"shape":"CopyClusterSnapshotInputTargetSnapshotNameString"}
470+
}
471+
},
472+
"CopyClusterSnapshotInputTargetSnapshotNameString":{
473+
"type":"string",
474+
"max":63,
475+
"min":1
476+
},
477+
"CopyClusterSnapshotOutput":{
478+
"type":"structure",
479+
"required":["snapshot"],
480+
"members":{
481+
"snapshot":{"shape":"ClusterSnapshot"}
482+
}
483+
},
389484
"CreateClusterInput":{
390485
"type":"structure",
391486
"required":[
@@ -400,15 +495,18 @@
400495
"adminUserName":{"shape":"String"},
401496
"adminUserPassword":{"shape":"Password"},
402497
"authType":{"shape":"Auth"},
498+
"backupRetentionPeriod":{"shape":"Integer"},
403499
"clientToken":{
404500
"shape":"String",
405501
"idempotencyToken":true
406502
},
407503
"clusterName":{"shape":"String"},
408504
"kmsKeyId":{"shape":"String"},
505+
"preferredBackupWindow":{"shape":"String"},
409506
"preferredMaintenanceWindow":{"shape":"String"},
410507
"shardCapacity":{"shape":"Integer"},
411508
"shardCount":{"shape":"Integer"},
509+
"shardInstanceCount":{"shape":"Integer"},
412510
"subnetIds":{"shape":"StringList"},
413511
"tags":{"shape":"TagMap"},
414512
"vpcSecurityGroupIds":{"shape":"StringList"}
@@ -549,6 +647,11 @@
549647
"shape":"PaginationToken",
550648
"location":"querystring",
551649
"locationName":"nextToken"
650+
},
651+
"snapshotType":{
652+
"shape":"String",
653+
"location":"querystring",
654+
"locationName":"snapshotType"
552655
}
553656
}
554657
},
@@ -642,6 +745,8 @@
642745
"members":{
643746
"clusterName":{"shape":"String"},
644747
"kmsKeyId":{"shape":"String"},
748+
"shardCapacity":{"shape":"Integer"},
749+
"shardInstanceCount":{"shape":"Integer"},
645750
"snapshotArn":{
646751
"shape":"String",
647752
"location":"uri",
@@ -671,6 +776,48 @@
671776
},
672777
"exception":true
673778
},
779+
"Shard":{
780+
"type":"structure",
781+
"required":[
782+
"createTime",
783+
"shardId",
784+
"status"
785+
],
786+
"members":{
787+
"createTime":{"shape":"String"},
788+
"shardId":{"shape":"String"},
789+
"status":{"shape":"Status"}
790+
}
791+
},
792+
"ShardList":{
793+
"type":"list",
794+
"member":{"shape":"Shard"}
795+
},
796+
"SnapshotType":{
797+
"type":"string",
798+
"enum":[
799+
"MANUAL",
800+
"AUTOMATED"
801+
]
802+
},
803+
"StartClusterInput":{
804+
"type":"structure",
805+
"required":["clusterArn"],
806+
"members":{
807+
"clusterArn":{
808+
"shape":"String",
809+
"location":"uri",
810+
"locationName":"clusterArn"
811+
}
812+
}
813+
},
814+
"StartClusterOutput":{
815+
"type":"structure",
816+
"required":["cluster"],
817+
"members":{
818+
"cluster":{"shape":"Cluster"}
819+
}
820+
},
674821
"Status":{
675822
"type":"string",
676823
"enum":[
@@ -682,9 +829,37 @@
682829
"IP_ADDRESS_LIMIT_EXCEEDED",
683830
"INVALID_SECURITY_GROUP_ID",
684831
"INVALID_SUBNET_ID",
685-
"INACCESSIBLE_ENCRYPTION_CREDS"
832+
"INACCESSIBLE_ENCRYPTION_CREDS",
833+
"INACCESSIBLE_SECRET_ARN",
834+
"INACCESSIBLE_VPC_ENDPOINT",
835+
"INCOMPATIBLE_NETWORK",
836+
"MERGING",
837+
"MODIFYING",
838+
"SPLITTING",
839+
"COPYING",
840+
"STARTING",
841+
"STOPPING",
842+
"STOPPED"
686843
]
687844
},
845+
"StopClusterInput":{
846+
"type":"structure",
847+
"required":["clusterArn"],
848+
"members":{
849+
"clusterArn":{
850+
"shape":"String",
851+
"location":"uri",
852+
"locationName":"clusterArn"
853+
}
854+
}
855+
},
856+
"StopClusterOutput":{
857+
"type":"structure",
858+
"required":["cluster"],
859+
"members":{
860+
"cluster":{"shape":"Cluster"}
861+
}
862+
},
688863
"String":{"type":"string"},
689864
"StringList":{
690865
"type":"list",
@@ -780,6 +955,7 @@
780955
"members":{
781956
"adminUserPassword":{"shape":"Password"},
782957
"authType":{"shape":"Auth"},
958+
"backupRetentionPeriod":{"shape":"Integer"},
783959
"clientToken":{
784960
"shape":"String",
785961
"idempotencyToken":true
@@ -789,9 +965,11 @@
789965
"location":"uri",
790966
"locationName":"clusterArn"
791967
},
968+
"preferredBackupWindow":{"shape":"String"},
792969
"preferredMaintenanceWindow":{"shape":"String"},
793970
"shardCapacity":{"shape":"Integer"},
794971
"shardCount":{"shape":"Integer"},
972+
"shardInstanceCount":{"shape":"Integer"},
795973
"subnetIds":{"shape":"StringList"},
796974
"vpcSecurityGroupIds":{"shape":"StringList"}
797975
}

src/data/docdb-elastic/2022-11-28/api-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)