Skip to content

Commit 46e82e3

Browse files
Update models for release
1 parent 8e232a5 commit 46e82e3

44 files changed

Lines changed: 2359 additions & 492 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changes/3.384.5

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "TaxSettings",
5+
"description": "Adds support for additional tax information fields for Philippines, Belgium, Chile, France, Poland, and Italy in the Tax Settings API."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Omics",
10+
"description": "StartRunBatch API - Add EngineSettings"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "ComputeOptimizer",
15+
"description": "Adds new Idle Recommendation Resource types in the AWS Compute Optimizer API"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "ObservabilityAdmin",
20+
"description": "CloudWatch Observability Admin extends CentralizationRuleForOrganization APIs to support metrics, enabling centralization of metrics across accounts and Regions alongside logs."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "MediaPackageV2",
25+
"description": "Adds support for DASH Audio Timeline Patternization. This enables your DASH manifests to templatize the repeating patterns that emerge in audio segment timelines. This compacts the total timeline length, utilizing the repeat notation, such that manifests don't grow indefinitely long."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "mgn",
30+
"description": "AWS Transform discovery tool now supported as network migration input source. You can now use the AWS Transform Discovery tool as a source for network migration alongside modelizeIT, enabling hybrid network migrations for environments running both VMware and non-VMware workloads."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "DevOpsAgent",
35+
"description": "Add Asset APIs for managing versioned assets and asset files in AWS DevOps Agent agent spaces."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "Deadline",
40+
"description": "Added optional identityCenterRegion parameter to AssociateMember APIs to allow managing memberships for users and groups in other regions."
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "CostOptimizationHub",
45+
"description": "Adds new Idle Recommendation types in the Cost Optimization Hub API"
46+
}
47+
]

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\TaxSettings` - Adds support for additional tax information fields for Philippines, Belgium, Chile, France, Poland, and Italy in the Tax Settings API.
6+
* `Aws\Omics` - StartRunBatch API - Add EngineSettings
7+
* `Aws\ComputeOptimizer` - Adds new Idle Recommendation Resource types in the AWS Compute Optimizer API
8+
* `Aws\ObservabilityAdmin` - CloudWatch Observability Admin extends CentralizationRuleForOrganization APIs to support metrics, enabling centralization of metrics across accounts and Regions alongside logs.
9+
* `Aws\MediaPackageV2` - Adds support for DASH Audio Timeline Patternization. This enables your DASH manifests to templatize the repeating patterns that emerge in audio segment timelines. This compacts the total timeline length, utilizing the repeat notation, such that manifests don't grow indefinitely long.
10+
* `Aws\mgn` - AWS Transform discovery tool now supported as network migration input source. You can now use the AWS Transform Discovery tool as a source for network migration alongside modelizeIT, enabling hybrid network migrations for environments running both VMware and non-VMware workloads.
11+
* `Aws\DevOpsAgent` - Add Asset APIs for managing versioned assets and asset files in AWS DevOps Agent agent spaces.
12+
* `Aws\Deadline` - Added optional identityCenterRegion parameter to AssociateMember APIs to allow managing memberships for users and groups in other regions.
13+
* `Aws\CostOptimizationHub` - Adds new Idle Recommendation types in the Cost Optimization Hub API
14+
315
## 3.384.4 - 2026-06-05
416

517
* `Aws\QuickSight` - Adds support for Knowledge Base APIs and Index Capacity API

src/DevOpsAgent/DevOpsAgentClient.php

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* @method \GuzzleHttp\Promise\Promise associateServiceAsync(array $args = [])
1010
* @method \Aws\Result createAgentSpace(array $args = [])
1111
* @method \GuzzleHttp\Promise\Promise createAgentSpaceAsync(array $args = [])
12+
* @method \Aws\Result createAsset(array $args = [])
13+
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
14+
* @method \Aws\Result createAssetFile(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise createAssetFileAsync(array $args = [])
1216
* @method \Aws\Result createBacklogTask(array $args = [])
1317
* @method \GuzzleHttp\Promise\Promise createBacklogTaskAsync(array $args = [])
1418
* @method \Aws\Result createChat(array $args = [])
@@ -17,6 +21,10 @@
1721
* @method \GuzzleHttp\Promise\Promise createPrivateConnectionAsync(array $args = [])
1822
* @method \Aws\Result deleteAgentSpace(array $args = [])
1923
* @method \GuzzleHttp\Promise\Promise deleteAgentSpaceAsync(array $args = [])
24+
* @method \Aws\Result deleteAsset(array $args = [])
25+
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
26+
* @method \Aws\Result deleteAssetFile(array $args = [])
27+
* @method \GuzzleHttp\Promise\Promise deleteAssetFileAsync(array $args = [])
2028
* @method \Aws\Result deletePrivateConnection(array $args = [])
2129
* @method \GuzzleHttp\Promise\Promise deletePrivateConnectionAsync(array $args = [])
2230
* @method \Aws\Result deregisterService(array $args = [])
@@ -33,6 +41,12 @@
3341
* @method \GuzzleHttp\Promise\Promise getAccountUsageAsync(array $args = [])
3442
* @method \Aws\Result getAgentSpace(array $args = [])
3543
* @method \GuzzleHttp\Promise\Promise getAgentSpaceAsync(array $args = [])
44+
* @method \Aws\Result getAsset(array $args = [])
45+
* @method \GuzzleHttp\Promise\Promise getAssetAsync(array $args = [])
46+
* @method \Aws\Result getAssetContent(array $args = [])
47+
* @method \GuzzleHttp\Promise\Promise getAssetContentAsync(array $args = [])
48+
* @method \Aws\Result getAssetFile(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise getAssetFileAsync(array $args = [])
3650
* @method \Aws\Result getAssociation(array $args = [])
3751
* @method \GuzzleHttp\Promise\Promise getAssociationAsync(array $args = [])
3852
* @method \Aws\Result getBacklogTask(array $args = [])
@@ -45,6 +59,14 @@
4559
* @method \GuzzleHttp\Promise\Promise getServiceAsync(array $args = [])
4660
* @method \Aws\Result listAgentSpaces(array $args = [])
4761
* @method \GuzzleHttp\Promise\Promise listAgentSpacesAsync(array $args = [])
62+
* @method \Aws\Result listAssetFiles(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise listAssetFilesAsync(array $args = [])
64+
* @method \Aws\Result listAssetTypes(array $args = [])
65+
* @method \GuzzleHttp\Promise\Promise listAssetTypesAsync(array $args = [])
66+
* @method \Aws\Result listAssetVersions(array $args = [])
67+
* @method \GuzzleHttp\Promise\Promise listAssetVersionsAsync(array $args = [])
68+
* @method \Aws\Result listAssets(array $args = [])
69+
* @method \GuzzleHttp\Promise\Promise listAssetsAsync(array $args = [])
4870
* @method \Aws\Result listAssociations(array $args = [])
4971
* @method \GuzzleHttp\Promise\Promise listAssociationsAsync(array $args = [])
5072
* @method \Aws\Result listBacklogTasks(array $args = [])
@@ -79,6 +101,10 @@
79101
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
80102
* @method \Aws\Result updateAgentSpace(array $args = [])
81103
* @method \GuzzleHttp\Promise\Promise updateAgentSpaceAsync(array $args = [])
104+
* @method \Aws\Result updateAsset(array $args = [])
105+
* @method \GuzzleHttp\Promise\Promise updateAssetAsync(array $args = [])
106+
* @method \Aws\Result updateAssetFile(array $args = [])
107+
* @method \GuzzleHttp\Promise\Promise updateAssetFileAsync(array $args = [])
82108
* @method \Aws\Result updateAssociation(array $args = [])
83109
* @method \GuzzleHttp\Promise\Promise updateAssociationAsync(array $args = [])
84110
* @method \Aws\Result updateBacklogTask(array $args = [])

src/data/compute-optimizer/2019-11-01/api-2.json

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,22 @@
14401440
"UtilizationMetricsActiveConnectionCountMaximum",
14411441
"UtilizationMetricsPacketsInFromSourceMaximum",
14421442
"UtilizationMetricsPacketsInFromDestinationMaximum",
1443+
"UtilizationMetricsConsumedReadCapacityUnitsSum",
1444+
"UtilizationMetricsConsumedWriteCapacityUnitsSum",
1445+
"UtilizationMetricsNewConnectionsSum",
1446+
"UtilizationMetricsEngineCPUUtilizationMaximum",
1447+
"UtilizationMetricsCacheHitsSum",
1448+
"UtilizationMetricsCacheMissesSum",
1449+
"UtilizationMetricsKeyspaceHitsSum",
1450+
"UtilizationMetricsKeyspaceMissesSum",
1451+
"UtilizationMetricsIsIdleMinimum",
1452+
"UtilizationMetricsUserConnectedSum",
1453+
"UtilizationMetricsInvocationsSum",
1454+
"UtilizationMetricsGetTypeCmdsSum",
1455+
"UtilizationMetricsSetTypeCmdsSum",
1456+
"UtilizationMetricsElastiCacheProcessingUnitsSum",
1457+
"UtilizationMetricsCurrConnectionsSum",
1458+
"UtilizationMetricsDatabaseConnectionsSum",
14431459
"Finding",
14441460
"FindingDescription",
14451461
"Tags"
@@ -2161,6 +2177,23 @@
21612177
"False"
21622178
]
21632179
},
2180+
"IdleDimension":{
2181+
"type":"structure",
2182+
"members":{
2183+
"key":{"shape":"IdleDimensionKey"},
2184+
"values":{"shape":"IdleDimensionValues"}
2185+
}
2186+
},
2187+
"IdleDimensionKey":{"type":"string"},
2188+
"IdleDimensionValue":{"type":"string"},
2189+
"IdleDimensionValues":{
2190+
"type":"list",
2191+
"member":{"shape":"IdleDimensionValue"}
2192+
},
2193+
"IdleDimensions":{
2194+
"type":"list",
2195+
"member":{"shape":"IdleDimension"}
2196+
},
21642197
"IdleEstimatedMonthlySavings":{
21652198
"type":"structure",
21662199
"members":{
@@ -2197,7 +2230,23 @@
21972230
"VolumeWriteOpsPerSecond",
21982231
"ActiveConnectionCount",
21992232
"PacketsInFromSource",
2200-
"PacketsInFromDestination"
2233+
"PacketsInFromDestination",
2234+
"ConsumedReadCapacityUnits",
2235+
"ConsumedWriteCapacityUnits",
2236+
"ConsumedChangeDataCaptureUnits",
2237+
"NewConnections",
2238+
"EngineCPUUtilization",
2239+
"CacheHits",
2240+
"CacheMisses",
2241+
"KeyspaceHits",
2242+
"KeyspaceMisses",
2243+
"IsIdle",
2244+
"UserConnected",
2245+
"Invocations",
2246+
"GetTypeCmds",
2247+
"SetTypeCmds",
2248+
"ElastiCacheProcessingUnits",
2249+
"CurrConnections"
22012250
]
22022251
},
22032252
"IdleRecommendation":{
@@ -2256,7 +2305,13 @@
22562305
"EBSVolume",
22572306
"ECSService",
22582307
"RDSDBInstance",
2259-
"NatGateway"
2308+
"NatGateway",
2309+
"DynamoDBTable",
2310+
"ElastiCacheCluster",
2311+
"MemoryDBCluster",
2312+
"DocumentDBCluster",
2313+
"WorkSpaces",
2314+
"SageMakerEndpoint"
22602315
]
22612316
},
22622317
"IdleRecommendations":{
@@ -2293,7 +2348,8 @@
22932348
"members":{
22942349
"name":{"shape":"IdleMetricName"},
22952350
"statistic":{"shape":"MetricStatistic"},
2296-
"value":{"shape":"MetricValue"}
2351+
"value":{"shape":"MetricValue"},
2352+
"dimensions":{"shape":"IdleDimensions"}
22972353
}
22982354
},
22992355
"IdleUtilizationMetrics":{
@@ -3376,7 +3432,13 @@
33763432
"RdsDBInstance",
33773433
"RdsDBInstanceStorage",
33783434
"AuroraDBClusterStorage",
3379-
"NatGateway"
3435+
"NatGateway",
3436+
"DynamoDBTable",
3437+
"ElastiCacheCluster",
3438+
"MemoryDBCluster",
3439+
"DocumentDBCluster",
3440+
"WorkSpaces",
3441+
"SageMakerEndpoint"
33803442
]
33813443
},
33823444
"RecommendationSources":{

src/data/compute-optimizer/2019-11-01/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/compute-optimizer/2019-11-01/docs-2.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,36 @@
11721172
"RDSDBRecommendation$idle": "<p> This indicates if the DB instance is idle or not. </p>"
11731173
}
11741174
},
1175+
"IdleDimension": {
1176+
"base": "<p>Describes the dimension of an idle resource utilization metric.</p>",
1177+
"refs": {
1178+
"IdleDimensions$member": null
1179+
}
1180+
},
1181+
"IdleDimensionKey": {
1182+
"base": null,
1183+
"refs": {
1184+
"IdleDimension$key": "<p>The name of the dimension key.</p>"
1185+
}
1186+
},
1187+
"IdleDimensionValue": {
1188+
"base": null,
1189+
"refs": {
1190+
"IdleDimensionValues$member": null
1191+
}
1192+
},
1193+
"IdleDimensionValues": {
1194+
"base": null,
1195+
"refs": {
1196+
"IdleDimension$values": "<p>The value of the dimension.</p>"
1197+
}
1198+
},
1199+
"IdleDimensions": {
1200+
"base": null,
1201+
"refs": {
1202+
"IdleUtilizationMetric$dimensions": "<p>The dimensions of the utilization metric.</p>"
1203+
}
1204+
},
11751205
"IdleEstimatedMonthlySavings": {
11761206
"base": "<p>Describes the estimated monthly savings possible for idle resources by adopting Compute Optimizer recommendations.</p>",
11771207
"refs": {

src/data/compute-optimizer/2019-11-01/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/cost-optimization-hub/2022-07-26/api-2.json

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
"dbInstanceClass":{"shape":"String"}
258258
}
259259
},
260+
"DocumentDbCluster":{
261+
"type":"structure",
262+
"members":{
263+
"costCalculation":{"shape":"ResourceCostCalculation"}
264+
}
265+
},
260266
"Double":{
261267
"type":"double",
262268
"box":true
@@ -282,6 +288,12 @@
282288
"capacityUnits":{"shape":"String"}
283289
}
284290
},
291+
"DynamoDbTable":{
292+
"type":"structure",
293+
"members":{
294+
"costCalculation":{"shape":"ResourceCostCalculation"}
295+
}
296+
},
285297
"EbsVolume":{
286298
"type":"structure",
287299
"members":{
@@ -404,6 +416,12 @@
404416
"type":"list",
405417
"member":{"shape":"EfficiencyMetricsByGroup"}
406418
},
419+
"ElastiCacheCluster":{
420+
"type":"structure",
421+
"members":{
422+
"costCalculation":{"shape":"ResourceCostCalculation"}
423+
}
424+
},
407425
"ElastiCacheReservedInstances":{
408426
"type":"structure",
409427
"members":{
@@ -580,7 +598,7 @@
580598
"ListEfficiencyMetricsRequestMaxResultsInteger":{
581599
"type":"integer",
582600
"box":true,
583-
"max":100,
601+
"max":1000,
584602
"min":0
585603
},
586604
"ListEfficiencyMetricsResponse":{
@@ -675,6 +693,12 @@
675693
"None"
676694
]
677695
},
696+
"MemoryDbCluster":{
697+
"type":"structure",
698+
"members":{
699+
"costCalculation":{"shape":"ResourceCostCalculation"}
700+
}
701+
},
678702
"MemoryDbReservedInstances":{
679703
"type":"structure",
680704
"members":{
@@ -978,7 +1002,13 @@
9781002
"auroraDbClusterStorage":{"shape":"AuroraDbClusterStorage"},
9791003
"dynamoDbReservedCapacity":{"shape":"DynamoDbReservedCapacity"},
9801004
"memoryDbReservedInstances":{"shape":"MemoryDbReservedInstances"},
981-
"natGateway":{"shape":"NatGateway"}
1005+
"natGateway":{"shape":"NatGateway"},
1006+
"dynamoDbTable":{"shape":"DynamoDbTable"},
1007+
"elastiCacheCluster":{"shape":"ElastiCacheCluster"},
1008+
"memoryDbCluster":{"shape":"MemoryDbCluster"},
1009+
"documentDbCluster":{"shape":"DocumentDbCluster"},
1010+
"workSpaces":{"shape":"WorkSpaces"},
1011+
"sageMakerEndpoint":{"shape":"SageMakerEndpoint"}
9821012
},
9831013
"union":true
9841014
},
@@ -1030,7 +1060,13 @@
10301060
"AuroraDbClusterStorage",
10311061
"DynamoDbReservedCapacity",
10321062
"MemoryDbReservedInstances",
1033-
"NatGateway"
1063+
"NatGateway",
1064+
"DynamoDBTable",
1065+
"ElastiCacheCluster",
1066+
"MemoryDBCluster",
1067+
"DocumentDBCluster",
1068+
"WorkSpaces",
1069+
"SageMakerEndpoint"
10341070
]
10351071
},
10361072
"ResourceTypeList":{
@@ -1039,6 +1075,12 @@
10391075
"max":100,
10401076
"min":1
10411077
},
1078+
"SageMakerEndpoint":{
1079+
"type":"structure",
1080+
"members":{
1081+
"costCalculation":{"shape":"ResourceCostCalculation"}
1082+
}
1083+
},
10421084
"SageMakerSavingsPlans":{
10431085
"type":"structure",
10441086
"members":{
@@ -1222,6 +1264,12 @@
12221264
"FieldValidationFailed",
12231265
"Other"
12241266
]
1267+
},
1268+
"WorkSpaces":{
1269+
"type":"structure",
1270+
"members":{
1271+
"costCalculation":{"shape":"ResourceCostCalculation"}
1272+
}
12251273
}
12261274
}
12271275
}

src/data/cost-optimization-hub/2022-07-26/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)