aws-iam-data 0.0.308 → 0.0.310

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1201,7 +1201,7 @@
1201
1201
  "name": "AWS Application Migration Service",
1202
1202
  "servicePrefix": "mgn",
1203
1203
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapplicationmigrationservice.html",
1204
- "actionsCount": 104,
1204
+ "actionsCount": 128,
1205
1205
  "actions": [
1206
1206
  "ArchiveApplication",
1207
1207
  "ArchiveWave",
@@ -1213,6 +1213,7 @@
1213
1213
  "CreateApplication",
1214
1214
  "CreateConnector",
1215
1215
  "CreateLaunchConfigurationTemplate",
1216
+ "CreateNetworkMigrationDefinition",
1216
1217
  "CreateReplicationConfigurationTemplate",
1217
1218
  "CreateVcenterClientForMgn",
1218
1219
  "CreateWave",
@@ -1220,6 +1221,7 @@
1220
1221
  "DeleteConnector",
1221
1222
  "DeleteJob",
1222
1223
  "DeleteLaunchConfigurationTemplate",
1224
+ "DeleteNetworkMigrationDefinition",
1223
1225
  "DeleteReplicationConfigurationTemplate",
1224
1226
  "DeleteSourceServer",
1225
1227
  "DeleteVcenterClient",
@@ -1244,6 +1246,8 @@
1244
1246
  "GetAgentSnapshotCreditsForMgn",
1245
1247
  "GetChannelCommandsForMgn",
1246
1248
  "GetLaunchConfiguration",
1249
+ "GetNetworkMigrationDefinition",
1250
+ "GetNetworkMigrationMapperSegmentConstruct",
1247
1251
  "GetReplicationConfiguration",
1248
1252
  "GetVcenterClientCommandsForMgn",
1249
1253
  "InitializeService",
@@ -1255,6 +1259,18 @@
1255
1259
  "ListImportErrors",
1256
1260
  "ListImports",
1257
1261
  "ListManagedAccounts",
1262
+ "ListNetworkMigrationAnalyses",
1263
+ "ListNetworkMigrationAnalysisResults",
1264
+ "ListNetworkMigrationCodeGenerationSegments",
1265
+ "ListNetworkMigrationCodeGenerations",
1266
+ "ListNetworkMigrationDefinitions",
1267
+ "ListNetworkMigrationDeployedStacks",
1268
+ "ListNetworkMigrationDeployedStacksDeletions",
1269
+ "ListNetworkMigrationDeployments",
1270
+ "ListNetworkMigrationExecutions",
1271
+ "ListNetworkMigrationMapperSegmentConstructs",
1272
+ "ListNetworkMigrationMapperSegments",
1273
+ "ListNetworkMigrationMappings",
1258
1274
  "ListSourceServerActions",
1259
1275
  "ListTagsForResource",
1260
1276
  "ListTemplateActions",
@@ -1284,6 +1300,11 @@
1284
1300
  "StartCutover",
1285
1301
  "StartExport",
1286
1302
  "StartImport",
1303
+ "StartNetworkMigrationAnalysis",
1304
+ "StartNetworkMigrationCodeGeneration",
1305
+ "StartNetworkMigrationDeployedStacksDeletion",
1306
+ "StartNetworkMigrationDeployment",
1307
+ "StartNetworkMigrationMapping",
1287
1308
  "StartReplication",
1288
1309
  "StartTest",
1289
1310
  "StopReplication",
@@ -1301,6 +1322,9 @@
1301
1322
  "UpdateConnector",
1302
1323
  "UpdateLaunchConfiguration",
1303
1324
  "UpdateLaunchConfigurationTemplate",
1325
+ "UpdateNetworkMigrationDefinition",
1326
+ "UpdateNetworkMigrationMapperSegment",
1327
+ "UpdateNetworkMigrationMapperSegmentConstruct",
1304
1328
  "UpdateReplicationConfiguration",
1305
1329
  "UpdateReplicationConfigurationTemplate",
1306
1330
  "UpdateSourceServer",
@@ -1308,7 +1332,7 @@
1308
1332
  "UpdateWave",
1309
1333
  "VerifyClientRoleForMgn"
1310
1334
  ],
1311
- "resourceTypesCount": 10,
1335
+ "resourceTypesCount": 11,
1312
1336
  "resourceTypes": [
1313
1337
  "JobResource",
1314
1338
  "ReplicationConfigurationTemplateResource",
@@ -1319,7 +1343,8 @@
1319
1343
  "WaveResource",
1320
1344
  "ImportResource",
1321
1345
  "ExportResource",
1322
- "ConnectorResource"
1346
+ "ConnectorResource",
1347
+ "NetworkMigrationDefinitionResource"
1323
1348
  ],
1324
1349
  "conditionKeysCount": 4,
1325
1350
  "conditionKeys": [
@@ -2509,14 +2534,11 @@
2509
2534
  "bill-scenario",
2510
2535
  "workload-estimate"
2511
2536
  ],
2512
- "conditionKeysCount": 6,
2537
+ "conditionKeysCount": 3,
2513
2538
  "conditionKeys": [
2514
2539
  "aws:RequestTag/${TagKey}",
2515
2540
  "aws:ResourceTag/${TagKey}",
2516
- "aws:TagKeys",
2517
- "bcm-pricing-calculator:bill-estimateBillEstimateId",
2518
- "bcm-pricing-calculator:bill-scenarioBillScenarioId",
2519
- "bcm-pricing-calculator:workload-estimateWorkloadEstimateId"
2541
+ "aws:TagKeys"
2520
2542
  ]
2521
2543
  },
2522
2544
  {
@@ -5500,7 +5522,7 @@
5500
5522
  "name": "Amazon Cognito User Pools",
5501
5523
  "servicePrefix": "cognito-idp",
5502
5524
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncognitouserpools.html",
5503
- "actionsCount": 107,
5525
+ "actionsCount": 112,
5504
5526
  "actions": [
5505
5527
  "AddCustomAttributes",
5506
5528
  "AdminAddUserToGroup",
@@ -5537,6 +5559,7 @@
5537
5559
  "ConfirmSignUp",
5538
5560
  "CreateGroup",
5539
5561
  "CreateIdentityProvider",
5562
+ "CreateManagedLoginBranding",
5540
5563
  "CreateResourceServer",
5541
5564
  "CreateUserImportJob",
5542
5565
  "CreateUserPool",
@@ -5544,6 +5567,7 @@
5544
5567
  "CreateUserPoolDomain",
5545
5568
  "DeleteGroup",
5546
5569
  "DeleteIdentityProvider",
5570
+ "DeleteManagedLoginBranding",
5547
5571
  "DeleteResourceServer",
5548
5572
  "DeleteUser",
5549
5573
  "DeleteUserAttributes",
@@ -5551,6 +5575,8 @@
5551
5575
  "DeleteUserPoolClient",
5552
5576
  "DeleteUserPoolDomain",
5553
5577
  "DescribeIdentityProvider",
5578
+ "DescribeManagedLoginBranding",
5579
+ "DescribeManagedLoginBrandingByClient",
5554
5580
  "DescribeResourceServer",
5555
5581
  "DescribeRiskConfiguration",
5556
5582
  "DescribeUserImportJob",
@@ -5602,6 +5628,7 @@
5602
5628
  "UpdateDeviceStatus",
5603
5629
  "UpdateGroup",
5604
5630
  "UpdateIdentityProvider",
5631
+ "UpdateManagedLoginBranding",
5605
5632
  "UpdateResourceServer",
5606
5633
  "UpdateUserAttributes",
5607
5634
  "UpdateUserPool",
@@ -18244,37 +18271,72 @@
18244
18271
  "name": "AWS Migration Hub",
18245
18272
  "servicePrefix": "mgh",
18246
18273
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmigrationhub.html",
18247
- "actionsCount": 21,
18274
+ "actionsCount": 46,
18248
18275
  "actions": [
18276
+ "AcceptConnection",
18277
+ "AssociateAutomationUnitRole",
18249
18278
  "AssociateCreatedArtifact",
18250
18279
  "AssociateDiscoveredResource",
18280
+ "AssociateSourceResource",
18281
+ "BatchAssociateIamRoleWithConnection",
18282
+ "BatchDisassociateIamRoleFromConnection",
18283
+ "CreateAutomationRun",
18284
+ "CreateAutomationUnit",
18251
18285
  "CreateHomeRegionControl",
18252
18286
  "CreateProgressUpdateStream",
18287
+ "DeleteAutomationRun",
18288
+ "DeleteAutomationUnit",
18289
+ "DeleteConnection",
18253
18290
  "DeleteHomeRegionControl",
18254
18291
  "DeleteProgressUpdateStream",
18255
18292
  "DescribeApplicationState",
18293
+ "DescribeAutomationRun",
18294
+ "DescribeAutomationUnit",
18256
18295
  "DescribeHomeRegionControls",
18257
18296
  "DescribeMigrationTask",
18297
+ "DisassociateAutomationUnitRole",
18258
18298
  "DisassociateCreatedArtifact",
18259
18299
  "DisassociateDiscoveredResource",
18300
+ "DisassociateSourceResource",
18301
+ "GetConnection",
18260
18302
  "GetHomeRegion",
18261
18303
  "ImportMigrationTask",
18262
18304
  "ListApplicationStates",
18305
+ "ListAutomationRuns",
18306
+ "ListAutomationUnits",
18307
+ "ListConnectionRoles",
18308
+ "ListConnections",
18263
18309
  "ListCreatedArtifacts",
18264
18310
  "ListDiscoveredResources",
18311
+ "ListMigrationTaskUpdates",
18265
18312
  "ListMigrationTasks",
18266
18313
  "ListProgressUpdateStreams",
18314
+ "ListSourceResources",
18315
+ "ListTagsForResource",
18267
18316
  "NotifyApplicationState",
18268
18317
  "NotifyMigrationTaskState",
18269
- "PutResourceAttributes"
18318
+ "PutResourceAttributes",
18319
+ "RejectConnection",
18320
+ "TagResource",
18321
+ "UntagResource"
18270
18322
  ],
18271
- "resourceTypesCount": 2,
18323
+ "resourceTypesCount": 5,
18272
18324
  "resourceTypes": [
18273
18325
  "progressUpdateStream",
18274
- "migrationTask"
18326
+ "migrationTask",
18327
+ "AutomationRunResource",
18328
+ "AutomationUnitResource",
18329
+ "ConnectionResource"
18275
18330
  ],
18276
- "conditionKeysCount": 0,
18277
- "conditionKeys": []
18331
+ "conditionKeysCount": 6,
18332
+ "conditionKeys": [
18333
+ "aws:RequestTag/${TagKey}",
18334
+ "aws:ResourceTag/${TagKey}",
18335
+ "aws:TagKeys",
18336
+ "mgh:AutomationRunResourceRunID",
18337
+ "mgh:AutomationUnitResourceAutomationUnitArn",
18338
+ "mgh:ConnectionResourceConnectionArn"
18339
+ ]
18278
18340
  },
18279
18341
  {
18280
18342
  "name": "AWS Migration Hub Orchestrator",
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 10043
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
- "value": 4884
5
+ "value": 4893
10
6
  },
11
7
  {
12
8
  "key": "List Actions",
13
- "value": 2964
9
+ "value": 2983
14
10
  },
15
11
  {
16
12
  "key": "Permissions Actions",
17
13
  "value": 304
14
+ },
15
+ {
16
+ "key": "Write Actions",
17
+ "value": 10069
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -76,10 +76,6 @@
76
76
  "key": "iot:CommandExecutionParameterString/${CommandParameterName}",
77
77
  "value": 59
78
78
  },
79
- {
80
- "key": "bcm-pricing-calculator:workload-estimateWorkloadEstimateId",
81
- "value": 58
82
- },
83
79
  {
84
80
  "key": "route53:ChangeResourceRecordSetsNormalizedRecordNames",
85
81
  "value": 53
@@ -99,6 +95,10 @@
99
95
  {
100
96
  "key": "sagemaker:CustomerMetadataProperties/${MetadataKey}",
101
97
  "value": 51
98
+ },
99
+ {
100
+ "key": "amplifyuibuilder:CodegenJobResourceEnvironmentName",
101
+ "value": 50
102
102
  }
103
103
  ],
104
104
  "Longest service prefixes": [
@@ -162,7 +162,7 @@
162
162
  },
163
163
  {
164
164
  "key": "userpool - arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}",
165
- "value": 82
165
+ "value": 87
166
166
  },
167
167
  {
168
168
  "key": "bot - arn:${Partition}:lex:${Region}:${Account}:bot/${BotId}",
@@ -406,11 +406,11 @@
406
406
  },
407
407
  {
408
408
  "key": "Median number of actions per service",
409
- "value": 27
409
+ "value": 28
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1858
413
+ "value": 1862
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.308",
3
+ "version": "0.0.310",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",