aws-iam-data 0.0.14 → 0.0.15
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.
- package/data/changelog.json +35 -0
- package/data/iam.json +460 -11
- package/data/metadata.json +34 -7
- package/package.json +1 -1
package/data/changelog.json
CHANGED
|
@@ -1,4 +1,39 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2023-06-03",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS Database Migration Service": [
|
|
8
|
+
"dms:CreateDataMigration",
|
|
9
|
+
"dms:CreateReplicationConfig",
|
|
10
|
+
"dms:DeleteDataMigration",
|
|
11
|
+
"dms:DeleteReplicationConfig",
|
|
12
|
+
"dms:DescribeDataMigrations",
|
|
13
|
+
"dms:DescribeReplicationConfigs",
|
|
14
|
+
"dms:DescribeReplicationTableStatistics",
|
|
15
|
+
"dms:DescribeReplications",
|
|
16
|
+
"dms:ModifyDataMigration",
|
|
17
|
+
"dms:ModifyReplicationConfig",
|
|
18
|
+
"dms:ReloadReplicationTables",
|
|
19
|
+
"dms:StartDataMigration",
|
|
20
|
+
"dms:StartReplication",
|
|
21
|
+
"dms:StopDataMigration",
|
|
22
|
+
"dms:StopReplication"
|
|
23
|
+
],
|
|
24
|
+
"AWS Marketplace Management Portal": [
|
|
25
|
+
"aws-marketplace-management:GetAdditionalSellerNotificationRecipients",
|
|
26
|
+
"aws-marketplace-management:GetBankAccountVerificationDetails",
|
|
27
|
+
"aws-marketplace-management:GetSecondaryUserVerificationDetails",
|
|
28
|
+
"aws-marketplace-management:GetSellerVerificationDetails",
|
|
29
|
+
"aws-marketplace-management:PutAdditionalSellerNotificationRecipients",
|
|
30
|
+
"aws-marketplace-management:PutBankAccountVerificationDetails",
|
|
31
|
+
"aws-marketplace-management:PutSecondaryUserVerificationDetails",
|
|
32
|
+
"aws-marketplace-management:PutSellerVerificationDetails"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"removedActions": {}
|
|
36
|
+
},
|
|
2
37
|
{
|
|
3
38
|
"dateOfChange": "2023-06-02",
|
|
4
39
|
"addedServices": [],
|
package/data/iam.json
CHANGED
|
@@ -69148,6 +69148,12 @@
|
|
|
69148
69148
|
"conditionKeys": [],
|
|
69149
69149
|
"dependentActions": []
|
|
69150
69150
|
},
|
|
69151
|
+
{
|
|
69152
|
+
"resourceType": "DataMigration",
|
|
69153
|
+
"required": false,
|
|
69154
|
+
"conditionKeys": [],
|
|
69155
|
+
"dependentActions": []
|
|
69156
|
+
},
|
|
69151
69157
|
{
|
|
69152
69158
|
"resourceType": "DataProvider",
|
|
69153
69159
|
"required": false,
|
|
@@ -69178,6 +69184,12 @@
|
|
|
69178
69184
|
"conditionKeys": [],
|
|
69179
69185
|
"dependentActions": []
|
|
69180
69186
|
},
|
|
69187
|
+
{
|
|
69188
|
+
"resourceType": "ReplicationConfig",
|
|
69189
|
+
"required": false,
|
|
69190
|
+
"conditionKeys": [],
|
|
69191
|
+
"dependentActions": []
|
|
69192
|
+
},
|
|
69181
69193
|
{
|
|
69182
69194
|
"resourceType": "ReplicationInstance",
|
|
69183
69195
|
"required": false,
|
|
@@ -69313,6 +69325,31 @@
|
|
|
69313
69325
|
}
|
|
69314
69326
|
]
|
|
69315
69327
|
},
|
|
69328
|
+
{
|
|
69329
|
+
"name": "CreateDataMigration",
|
|
69330
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
69331
|
+
"permissionOnly": false,
|
|
69332
|
+
"description": "Grants permission to create a database migration using the provided settings",
|
|
69333
|
+
"accessLevel": "Write",
|
|
69334
|
+
"resourceTypes": [
|
|
69335
|
+
{
|
|
69336
|
+
"resourceType": "MigrationProject",
|
|
69337
|
+
"required": true,
|
|
69338
|
+
"conditionKeys": [],
|
|
69339
|
+
"dependentActions": []
|
|
69340
|
+
},
|
|
69341
|
+
{
|
|
69342
|
+
"resourceType": "",
|
|
69343
|
+
"required": false,
|
|
69344
|
+
"conditionKeys": [
|
|
69345
|
+
"aws:RequestTag/${TagKey}",
|
|
69346
|
+
"aws:TagKeys",
|
|
69347
|
+
"dms:req-tag/${TagKey}"
|
|
69348
|
+
],
|
|
69349
|
+
"dependentActions": []
|
|
69350
|
+
}
|
|
69351
|
+
]
|
|
69352
|
+
},
|
|
69316
69353
|
{
|
|
69317
69354
|
"name": "CreateDataProvider",
|
|
69318
69355
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -69435,6 +69472,31 @@
|
|
|
69435
69472
|
}
|
|
69436
69473
|
]
|
|
69437
69474
|
},
|
|
69475
|
+
{
|
|
69476
|
+
"name": "CreateReplicationConfig",
|
|
69477
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
69478
|
+
"permissionOnly": false,
|
|
69479
|
+
"description": "Grants permission to create a replication config using the provided settings",
|
|
69480
|
+
"accessLevel": "Write",
|
|
69481
|
+
"resourceTypes": [
|
|
69482
|
+
{
|
|
69483
|
+
"resourceType": "Endpoint",
|
|
69484
|
+
"required": true,
|
|
69485
|
+
"conditionKeys": [],
|
|
69486
|
+
"dependentActions": []
|
|
69487
|
+
},
|
|
69488
|
+
{
|
|
69489
|
+
"resourceType": "",
|
|
69490
|
+
"required": false,
|
|
69491
|
+
"conditionKeys": [
|
|
69492
|
+
"aws:RequestTag/${TagKey}",
|
|
69493
|
+
"aws:TagKeys",
|
|
69494
|
+
"dms:req-tag/${TagKey}"
|
|
69495
|
+
],
|
|
69496
|
+
"dependentActions": []
|
|
69497
|
+
}
|
|
69498
|
+
]
|
|
69499
|
+
},
|
|
69438
69500
|
{
|
|
69439
69501
|
"name": "CreateReplicationInstance",
|
|
69440
69502
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html",
|
|
@@ -69540,6 +69602,21 @@
|
|
|
69540
69602
|
}
|
|
69541
69603
|
]
|
|
69542
69604
|
},
|
|
69605
|
+
{
|
|
69606
|
+
"name": "DeleteDataMigration",
|
|
69607
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
69608
|
+
"permissionOnly": false,
|
|
69609
|
+
"description": "Grants permission to delete the specified database migration",
|
|
69610
|
+
"accessLevel": "Write",
|
|
69611
|
+
"resourceTypes": [
|
|
69612
|
+
{
|
|
69613
|
+
"resourceType": "DataMigration",
|
|
69614
|
+
"required": true,
|
|
69615
|
+
"conditionKeys": [],
|
|
69616
|
+
"dependentActions": []
|
|
69617
|
+
}
|
|
69618
|
+
]
|
|
69619
|
+
},
|
|
69543
69620
|
{
|
|
69544
69621
|
"name": "DeleteDataProvider",
|
|
69545
69622
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -69645,6 +69722,21 @@
|
|
|
69645
69722
|
}
|
|
69646
69723
|
]
|
|
69647
69724
|
},
|
|
69725
|
+
{
|
|
69726
|
+
"name": "DeleteReplicationConfig",
|
|
69727
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
69728
|
+
"permissionOnly": false,
|
|
69729
|
+
"description": "Grants permission to delete the specified replication config",
|
|
69730
|
+
"accessLevel": "Write",
|
|
69731
|
+
"resourceTypes": [
|
|
69732
|
+
{
|
|
69733
|
+
"resourceType": "ReplicationConfig",
|
|
69734
|
+
"required": true,
|
|
69735
|
+
"conditionKeys": [],
|
|
69736
|
+
"dependentActions": []
|
|
69737
|
+
}
|
|
69738
|
+
]
|
|
69739
|
+
},
|
|
69648
69740
|
{
|
|
69649
69741
|
"name": "DeleteReplicationInstance",
|
|
69650
69742
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationInstance.html",
|
|
@@ -69771,6 +69863,21 @@
|
|
|
69771
69863
|
}
|
|
69772
69864
|
]
|
|
69773
69865
|
},
|
|
69866
|
+
{
|
|
69867
|
+
"name": "DescribeDataMigrations",
|
|
69868
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
69869
|
+
"permissionOnly": false,
|
|
69870
|
+
"description": "Grants permission to return information about database migrations for your account in the specified region",
|
|
69871
|
+
"accessLevel": "Read",
|
|
69872
|
+
"resourceTypes": [
|
|
69873
|
+
{
|
|
69874
|
+
"resourceType": "",
|
|
69875
|
+
"required": false,
|
|
69876
|
+
"conditionKeys": [],
|
|
69877
|
+
"dependentActions": []
|
|
69878
|
+
}
|
|
69879
|
+
]
|
|
69880
|
+
},
|
|
69774
69881
|
{
|
|
69775
69882
|
"name": "DescribeEndpointSettings",
|
|
69776
69883
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeEndpointSettings.html",
|
|
@@ -70011,6 +70118,21 @@
|
|
|
70011
70118
|
}
|
|
70012
70119
|
]
|
|
70013
70120
|
},
|
|
70121
|
+
{
|
|
70122
|
+
"name": "DescribeReplicationConfigs",
|
|
70123
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70124
|
+
"permissionOnly": false,
|
|
70125
|
+
"description": "Grants permission to describe replication configs",
|
|
70126
|
+
"accessLevel": "Read",
|
|
70127
|
+
"resourceTypes": [
|
|
70128
|
+
{
|
|
70129
|
+
"resourceType": "",
|
|
70130
|
+
"required": false,
|
|
70131
|
+
"conditionKeys": [],
|
|
70132
|
+
"dependentActions": []
|
|
70133
|
+
}
|
|
70134
|
+
]
|
|
70135
|
+
},
|
|
70014
70136
|
{
|
|
70015
70137
|
"name": "DescribeReplicationInstanceTaskLogs",
|
|
70016
70138
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeReplicationInstanceTaskLogs.html",
|
|
@@ -70065,6 +70187,21 @@
|
|
|
70065
70187
|
}
|
|
70066
70188
|
]
|
|
70067
70189
|
},
|
|
70190
|
+
{
|
|
70191
|
+
"name": "DescribeReplicationTableStatistics",
|
|
70192
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70193
|
+
"permissionOnly": false,
|
|
70194
|
+
"description": "Grants permission to describe replication table statistics",
|
|
70195
|
+
"accessLevel": "Read",
|
|
70196
|
+
"resourceTypes": [
|
|
70197
|
+
{
|
|
70198
|
+
"resourceType": "ReplicationConfig",
|
|
70199
|
+
"required": true,
|
|
70200
|
+
"conditionKeys": [],
|
|
70201
|
+
"dependentActions": []
|
|
70202
|
+
}
|
|
70203
|
+
]
|
|
70204
|
+
},
|
|
70068
70205
|
{
|
|
70069
70206
|
"name": "DescribeReplicationTaskAssessmentResults",
|
|
70070
70207
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeReplicationTaskAssessmentResults.html",
|
|
@@ -70143,6 +70280,21 @@
|
|
|
70143
70280
|
}
|
|
70144
70281
|
]
|
|
70145
70282
|
},
|
|
70283
|
+
{
|
|
70284
|
+
"name": "DescribeReplications",
|
|
70285
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70286
|
+
"permissionOnly": false,
|
|
70287
|
+
"description": "Grants permission to describe replications",
|
|
70288
|
+
"accessLevel": "Read",
|
|
70289
|
+
"resourceTypes": [
|
|
70290
|
+
{
|
|
70291
|
+
"resourceType": "",
|
|
70292
|
+
"required": false,
|
|
70293
|
+
"conditionKeys": [],
|
|
70294
|
+
"dependentActions": []
|
|
70295
|
+
}
|
|
70296
|
+
]
|
|
70297
|
+
},
|
|
70146
70298
|
{
|
|
70147
70299
|
"name": "DescribeSchemas",
|
|
70148
70300
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeSchemas.html",
|
|
@@ -70381,6 +70533,18 @@
|
|
|
70381
70533
|
"conditionKeys": [],
|
|
70382
70534
|
"dependentActions": []
|
|
70383
70535
|
},
|
|
70536
|
+
{
|
|
70537
|
+
"resourceType": "DataMigration",
|
|
70538
|
+
"required": false,
|
|
70539
|
+
"conditionKeys": [],
|
|
70540
|
+
"dependentActions": []
|
|
70541
|
+
},
|
|
70542
|
+
{
|
|
70543
|
+
"resourceType": "DataProvider",
|
|
70544
|
+
"required": false,
|
|
70545
|
+
"conditionKeys": [],
|
|
70546
|
+
"dependentActions": []
|
|
70547
|
+
},
|
|
70384
70548
|
{
|
|
70385
70549
|
"resourceType": "Endpoint",
|
|
70386
70550
|
"required": false,
|
|
@@ -70393,6 +70557,24 @@
|
|
|
70393
70557
|
"conditionKeys": [],
|
|
70394
70558
|
"dependentActions": []
|
|
70395
70559
|
},
|
|
70560
|
+
{
|
|
70561
|
+
"resourceType": "InstanceProfile",
|
|
70562
|
+
"required": false,
|
|
70563
|
+
"conditionKeys": [],
|
|
70564
|
+
"dependentActions": []
|
|
70565
|
+
},
|
|
70566
|
+
{
|
|
70567
|
+
"resourceType": "MigrationProject",
|
|
70568
|
+
"required": false,
|
|
70569
|
+
"conditionKeys": [],
|
|
70570
|
+
"dependentActions": []
|
|
70571
|
+
},
|
|
70572
|
+
{
|
|
70573
|
+
"resourceType": "ReplicationConfig",
|
|
70574
|
+
"required": false,
|
|
70575
|
+
"conditionKeys": [],
|
|
70576
|
+
"dependentActions": []
|
|
70577
|
+
},
|
|
70396
70578
|
{
|
|
70397
70579
|
"resourceType": "ReplicationInstance",
|
|
70398
70580
|
"required": false,
|
|
@@ -70413,6 +70595,21 @@
|
|
|
70413
70595
|
}
|
|
70414
70596
|
]
|
|
70415
70597
|
},
|
|
70598
|
+
{
|
|
70599
|
+
"name": "ModifyDataMigration",
|
|
70600
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70601
|
+
"permissionOnly": false,
|
|
70602
|
+
"description": "Grants permission to modify the specified database migration",
|
|
70603
|
+
"accessLevel": "Write",
|
|
70604
|
+
"resourceTypes": [
|
|
70605
|
+
{
|
|
70606
|
+
"resourceType": "DataMigration",
|
|
70607
|
+
"required": true,
|
|
70608
|
+
"conditionKeys": [],
|
|
70609
|
+
"dependentActions": []
|
|
70610
|
+
}
|
|
70611
|
+
]
|
|
70612
|
+
},
|
|
70416
70613
|
{
|
|
70417
70614
|
"name": "ModifyEndpoint",
|
|
70418
70615
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyEndpoint.html",
|
|
@@ -70479,6 +70676,21 @@
|
|
|
70479
70676
|
}
|
|
70480
70677
|
]
|
|
70481
70678
|
},
|
|
70679
|
+
{
|
|
70680
|
+
"name": "ModifyReplicationConfig",
|
|
70681
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70682
|
+
"permissionOnly": false,
|
|
70683
|
+
"description": "Grants permission to modify the specified replication config",
|
|
70684
|
+
"accessLevel": "Write",
|
|
70685
|
+
"resourceTypes": [
|
|
70686
|
+
{
|
|
70687
|
+
"resourceType": "ReplicationConfig",
|
|
70688
|
+
"required": true,
|
|
70689
|
+
"conditionKeys": [],
|
|
70690
|
+
"dependentActions": []
|
|
70691
|
+
}
|
|
70692
|
+
]
|
|
70693
|
+
},
|
|
70482
70694
|
{
|
|
70483
70695
|
"name": "ModifyReplicationInstance",
|
|
70484
70696
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationInstance.html",
|
|
@@ -70581,6 +70793,21 @@
|
|
|
70581
70793
|
}
|
|
70582
70794
|
]
|
|
70583
70795
|
},
|
|
70796
|
+
{
|
|
70797
|
+
"name": "ReloadReplicationTables",
|
|
70798
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70799
|
+
"permissionOnly": false,
|
|
70800
|
+
"description": "Grants permission to reload the target database table with the source for a replication",
|
|
70801
|
+
"accessLevel": "Write",
|
|
70802
|
+
"resourceTypes": [
|
|
70803
|
+
{
|
|
70804
|
+
"resourceType": "ReplicationConfig",
|
|
70805
|
+
"required": true,
|
|
70806
|
+
"conditionKeys": [],
|
|
70807
|
+
"dependentActions": []
|
|
70808
|
+
}
|
|
70809
|
+
]
|
|
70810
|
+
},
|
|
70584
70811
|
{
|
|
70585
70812
|
"name": "ReloadTables",
|
|
70586
70813
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ReloadTables.html",
|
|
@@ -70609,6 +70836,12 @@
|
|
|
70609
70836
|
"conditionKeys": [],
|
|
70610
70837
|
"dependentActions": []
|
|
70611
70838
|
},
|
|
70839
|
+
{
|
|
70840
|
+
"resourceType": "DataMigration",
|
|
70841
|
+
"required": false,
|
|
70842
|
+
"conditionKeys": [],
|
|
70843
|
+
"dependentActions": []
|
|
70844
|
+
},
|
|
70612
70845
|
{
|
|
70613
70846
|
"resourceType": "DataProvider",
|
|
70614
70847
|
"required": false,
|
|
@@ -70639,6 +70872,12 @@
|
|
|
70639
70872
|
"conditionKeys": [],
|
|
70640
70873
|
"dependentActions": []
|
|
70641
70874
|
},
|
|
70875
|
+
{
|
|
70876
|
+
"resourceType": "ReplicationConfig",
|
|
70877
|
+
"required": false,
|
|
70878
|
+
"conditionKeys": [],
|
|
70879
|
+
"dependentActions": []
|
|
70880
|
+
},
|
|
70642
70881
|
{
|
|
70643
70882
|
"resourceType": "ReplicationInstance",
|
|
70644
70883
|
"required": false,
|
|
@@ -70682,6 +70921,21 @@
|
|
|
70682
70921
|
}
|
|
70683
70922
|
]
|
|
70684
70923
|
},
|
|
70924
|
+
{
|
|
70925
|
+
"name": "StartDataMigration",
|
|
70926
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
70927
|
+
"permissionOnly": false,
|
|
70928
|
+
"description": "Grants permission to start the database migration",
|
|
70929
|
+
"accessLevel": "Write",
|
|
70930
|
+
"resourceTypes": [
|
|
70931
|
+
{
|
|
70932
|
+
"resourceType": "DataMigration",
|
|
70933
|
+
"required": true,
|
|
70934
|
+
"conditionKeys": [],
|
|
70935
|
+
"dependentActions": []
|
|
70936
|
+
}
|
|
70937
|
+
]
|
|
70938
|
+
},
|
|
70685
70939
|
{
|
|
70686
70940
|
"name": "StartMetadataModelAssessment",
|
|
70687
70941
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -70772,6 +71026,21 @@
|
|
|
70772
71026
|
}
|
|
70773
71027
|
]
|
|
70774
71028
|
},
|
|
71029
|
+
{
|
|
71030
|
+
"name": "StartReplication",
|
|
71031
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
71032
|
+
"permissionOnly": false,
|
|
71033
|
+
"description": "Grants permission to start a replication",
|
|
71034
|
+
"accessLevel": "Write",
|
|
71035
|
+
"resourceTypes": [
|
|
71036
|
+
{
|
|
71037
|
+
"resourceType": "ReplicationConfig",
|
|
71038
|
+
"required": true,
|
|
71039
|
+
"conditionKeys": [],
|
|
71040
|
+
"dependentActions": []
|
|
71041
|
+
}
|
|
71042
|
+
]
|
|
71043
|
+
},
|
|
70775
71044
|
{
|
|
70776
71045
|
"name": "StartReplicationTask",
|
|
70777
71046
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html",
|
|
@@ -70817,6 +71086,36 @@
|
|
|
70817
71086
|
}
|
|
70818
71087
|
]
|
|
70819
71088
|
},
|
|
71089
|
+
{
|
|
71090
|
+
"name": "StopDataMigration",
|
|
71091
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
71092
|
+
"permissionOnly": false,
|
|
71093
|
+
"description": "Grants permission to stop the database migration",
|
|
71094
|
+
"accessLevel": "Write",
|
|
71095
|
+
"resourceTypes": [
|
|
71096
|
+
{
|
|
71097
|
+
"resourceType": "DataMigration",
|
|
71098
|
+
"required": true,
|
|
71099
|
+
"conditionKeys": [],
|
|
71100
|
+
"dependentActions": []
|
|
71101
|
+
}
|
|
71102
|
+
]
|
|
71103
|
+
},
|
|
71104
|
+
{
|
|
71105
|
+
"name": "StopReplication",
|
|
71106
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
71107
|
+
"permissionOnly": false,
|
|
71108
|
+
"description": "Grants permission to stop a replication",
|
|
71109
|
+
"accessLevel": "Write",
|
|
71110
|
+
"resourceTypes": [
|
|
71111
|
+
{
|
|
71112
|
+
"resourceType": "ReplicationConfig",
|
|
71113
|
+
"required": true,
|
|
71114
|
+
"conditionKeys": [],
|
|
71115
|
+
"dependentActions": []
|
|
71116
|
+
}
|
|
71117
|
+
]
|
|
71118
|
+
},
|
|
70820
71119
|
{
|
|
70821
71120
|
"name": "StopReplicationTask",
|
|
70822
71121
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html",
|
|
@@ -70960,7 +71259,16 @@
|
|
|
70960
71259
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:data-provider:*",
|
|
70961
71260
|
"conditionKeys": [
|
|
70962
71261
|
"aws:ResourceTag/${TagKey}",
|
|
70963
|
-
"dms:
|
|
71262
|
+
"dms:data-provider-tag/${TagKey}"
|
|
71263
|
+
]
|
|
71264
|
+
},
|
|
71265
|
+
{
|
|
71266
|
+
"name": "DataMigration",
|
|
71267
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
71268
|
+
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:data-migration:*",
|
|
71269
|
+
"conditionKeys": [
|
|
71270
|
+
"aws:ResourceTag/${TagKey}",
|
|
71271
|
+
"dms:data-migration-tag/${TagKey}"
|
|
70964
71272
|
]
|
|
70965
71273
|
},
|
|
70966
71274
|
{
|
|
@@ -70987,7 +71295,7 @@
|
|
|
70987
71295
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:instance-profile:*",
|
|
70988
71296
|
"conditionKeys": [
|
|
70989
71297
|
"aws:ResourceTag/${TagKey}",
|
|
70990
|
-
"dms:
|
|
71298
|
+
"dms:instance-profile-tag/${TagKey}"
|
|
70991
71299
|
]
|
|
70992
71300
|
},
|
|
70993
71301
|
{
|
|
@@ -70996,7 +71304,16 @@
|
|
|
70996
71304
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:migration-project:*",
|
|
70997
71305
|
"conditionKeys": [
|
|
70998
71306
|
"aws:ResourceTag/${TagKey}",
|
|
70999
|
-
"dms:
|
|
71307
|
+
"dms:migration-project-tag/${TagKey}"
|
|
71308
|
+
]
|
|
71309
|
+
},
|
|
71310
|
+
{
|
|
71311
|
+
"name": "ReplicationConfig",
|
|
71312
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
71313
|
+
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:replication-config:*",
|
|
71314
|
+
"conditionKeys": [
|
|
71315
|
+
"aws:ResourceTag/${TagKey}",
|
|
71316
|
+
"dms:replication-config-tag/${TagKey}"
|
|
71000
71317
|
]
|
|
71001
71318
|
},
|
|
71002
71319
|
{
|
|
@@ -71065,7 +71382,13 @@
|
|
|
71065
71382
|
"type": "String"
|
|
71066
71383
|
},
|
|
71067
71384
|
{
|
|
71068
|
-
"name": "dms:
|
|
71385
|
+
"name": "dms:data-migration-tag/${TagKey}",
|
|
71386
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_data-migration-tag___TagKey_",
|
|
71387
|
+
"description": "Filters access by the presence of tag key-value pairs in the request for DataMigration",
|
|
71388
|
+
"type": "String"
|
|
71389
|
+
},
|
|
71390
|
+
{
|
|
71391
|
+
"name": "dms:data-provider-tag/${TagKey}",
|
|
71069
71392
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_dp-tag___TagKey_",
|
|
71070
71393
|
"description": "Filters access by the presence of tag key-value pairs in the request for DataProvider",
|
|
71071
71394
|
"type": "String"
|
|
@@ -71083,13 +71406,13 @@
|
|
|
71083
71406
|
"type": "String"
|
|
71084
71407
|
},
|
|
71085
71408
|
{
|
|
71086
|
-
"name": "dms:
|
|
71409
|
+
"name": "dms:instance-profile-tag/${TagKey}",
|
|
71087
71410
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_ip-tag___TagKey_",
|
|
71088
71411
|
"description": "Filters access by the presence of tag key-value pairs in the request for InstanceProfile",
|
|
71089
71412
|
"type": "String"
|
|
71090
71413
|
},
|
|
71091
71414
|
{
|
|
71092
|
-
"name": "dms:
|
|
71415
|
+
"name": "dms:migration-project-tag/${TagKey}",
|
|
71093
71416
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_mp-tag___TagKey_",
|
|
71094
71417
|
"description": "Filters access by the presence of tag key-value pairs in the request for MigrationProject",
|
|
71095
71418
|
"type": "String"
|
|
@@ -71100,6 +71423,12 @@
|
|
|
71100
71423
|
"description": "Filters access by the presence of tag key-value pairs in the request for ReplicationInstance",
|
|
71101
71424
|
"type": "String"
|
|
71102
71425
|
},
|
|
71426
|
+
{
|
|
71427
|
+
"name": "dms:replication-config-tag/${TagKey}",
|
|
71428
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice%E2%80%94dms_replication-config-tag___TagKey_",
|
|
71429
|
+
"description": "Filters access by the presence of tag key-value pairs in the request for ReplicationConfig",
|
|
71430
|
+
"type": "String"
|
|
71431
|
+
},
|
|
71103
71432
|
{
|
|
71104
71433
|
"name": "dms:req-tag/${TagKey}",
|
|
71105
71434
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice-dms_req-tag___TagKey_",
|
|
@@ -197928,11 +198257,131 @@
|
|
|
197928
198257
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacemanagementportal.html",
|
|
197929
198258
|
"servicePrefix": "aws-marketplace-management",
|
|
197930
198259
|
"actions": [
|
|
198260
|
+
{
|
|
198261
|
+
"name": "GetAdditionalSellerNotificationRecipients",
|
|
198262
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198263
|
+
"permissionOnly": true,
|
|
198264
|
+
"description": "Grants permission to view additional seller notification recipients",
|
|
198265
|
+
"accessLevel": "Read",
|
|
198266
|
+
"resourceTypes": [
|
|
198267
|
+
{
|
|
198268
|
+
"resourceType": "",
|
|
198269
|
+
"required": false,
|
|
198270
|
+
"conditionKeys": [],
|
|
198271
|
+
"dependentActions": []
|
|
198272
|
+
}
|
|
198273
|
+
]
|
|
198274
|
+
},
|
|
198275
|
+
{
|
|
198276
|
+
"name": "GetBankAccountVerificationDetails",
|
|
198277
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198278
|
+
"permissionOnly": true,
|
|
198279
|
+
"description": "Grants permission to view bank account verification status",
|
|
198280
|
+
"accessLevel": "Read",
|
|
198281
|
+
"resourceTypes": [
|
|
198282
|
+
{
|
|
198283
|
+
"resourceType": "",
|
|
198284
|
+
"required": false,
|
|
198285
|
+
"conditionKeys": [],
|
|
198286
|
+
"dependentActions": []
|
|
198287
|
+
}
|
|
198288
|
+
]
|
|
198289
|
+
},
|
|
198290
|
+
{
|
|
198291
|
+
"name": "GetSecondaryUserVerificationDetails",
|
|
198292
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198293
|
+
"permissionOnly": true,
|
|
198294
|
+
"description": "Grants permission to view secondary user account verification status",
|
|
198295
|
+
"accessLevel": "Read",
|
|
198296
|
+
"resourceTypes": [
|
|
198297
|
+
{
|
|
198298
|
+
"resourceType": "",
|
|
198299
|
+
"required": false,
|
|
198300
|
+
"conditionKeys": [],
|
|
198301
|
+
"dependentActions": []
|
|
198302
|
+
}
|
|
198303
|
+
]
|
|
198304
|
+
},
|
|
198305
|
+
{
|
|
198306
|
+
"name": "GetSellerVerificationDetails",
|
|
198307
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198308
|
+
"permissionOnly": true,
|
|
198309
|
+
"description": "Grants permission to view account verification status",
|
|
198310
|
+
"accessLevel": "Read",
|
|
198311
|
+
"resourceTypes": [
|
|
198312
|
+
{
|
|
198313
|
+
"resourceType": "",
|
|
198314
|
+
"required": false,
|
|
198315
|
+
"conditionKeys": [],
|
|
198316
|
+
"dependentActions": []
|
|
198317
|
+
}
|
|
198318
|
+
]
|
|
198319
|
+
},
|
|
198320
|
+
{
|
|
198321
|
+
"name": "PutAdditionalSellerNotificationRecipients",
|
|
198322
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198323
|
+
"permissionOnly": true,
|
|
198324
|
+
"description": "Grants permission to update additional seller notification recipients",
|
|
198325
|
+
"accessLevel": "Write",
|
|
198326
|
+
"resourceTypes": [
|
|
198327
|
+
{
|
|
198328
|
+
"resourceType": "",
|
|
198329
|
+
"required": false,
|
|
198330
|
+
"conditionKeys": [],
|
|
198331
|
+
"dependentActions": []
|
|
198332
|
+
}
|
|
198333
|
+
]
|
|
198334
|
+
},
|
|
198335
|
+
{
|
|
198336
|
+
"name": "PutBankAccountVerificationDetails",
|
|
198337
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198338
|
+
"permissionOnly": true,
|
|
198339
|
+
"description": "Grants permission to update bank account verification status",
|
|
198340
|
+
"accessLevel": "Write",
|
|
198341
|
+
"resourceTypes": [
|
|
198342
|
+
{
|
|
198343
|
+
"resourceType": "",
|
|
198344
|
+
"required": false,
|
|
198345
|
+
"conditionKeys": [],
|
|
198346
|
+
"dependentActions": []
|
|
198347
|
+
}
|
|
198348
|
+
]
|
|
198349
|
+
},
|
|
198350
|
+
{
|
|
198351
|
+
"name": "PutSecondaryUserVerificationDetails",
|
|
198352
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198353
|
+
"permissionOnly": true,
|
|
198354
|
+
"description": "Grants permission to update secondary user account verification status",
|
|
198355
|
+
"accessLevel": "Write",
|
|
198356
|
+
"resourceTypes": [
|
|
198357
|
+
{
|
|
198358
|
+
"resourceType": "",
|
|
198359
|
+
"required": false,
|
|
198360
|
+
"conditionKeys": [],
|
|
198361
|
+
"dependentActions": []
|
|
198362
|
+
}
|
|
198363
|
+
]
|
|
198364
|
+
},
|
|
198365
|
+
{
|
|
198366
|
+
"name": "PutSellerVerificationDetails",
|
|
198367
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
198368
|
+
"permissionOnly": true,
|
|
198369
|
+
"description": "Grants permission to update account verification status",
|
|
198370
|
+
"accessLevel": "Write",
|
|
198371
|
+
"resourceTypes": [
|
|
198372
|
+
{
|
|
198373
|
+
"resourceType": "",
|
|
198374
|
+
"required": false,
|
|
198375
|
+
"conditionKeys": [],
|
|
198376
|
+
"dependentActions": []
|
|
198377
|
+
}
|
|
198378
|
+
]
|
|
198379
|
+
},
|
|
197931
198380
|
{
|
|
197932
198381
|
"name": "uploadFiles",
|
|
197933
198382
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197934
198383
|
"permissionOnly": true,
|
|
197935
|
-
"description": "Allows access to the File Upload page inside the AWS Marketplace Management Portal
|
|
198384
|
+
"description": "Allows access to the File Upload page inside the AWS Marketplace Management Portal",
|
|
197936
198385
|
"accessLevel": "Write",
|
|
197937
198386
|
"resourceTypes": [
|
|
197938
198387
|
{
|
|
@@ -197947,7 +198396,7 @@
|
|
|
197947
198396
|
"name": "viewMarketing",
|
|
197948
198397
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197949
198398
|
"permissionOnly": true,
|
|
197950
|
-
"description": "Allows access to the Marketing page inside the AWS Marketplace Management Portal
|
|
198399
|
+
"description": "Allows access to the Marketing page inside the AWS Marketplace Management Portal",
|
|
197951
198400
|
"accessLevel": "List",
|
|
197952
198401
|
"resourceTypes": [
|
|
197953
198402
|
{
|
|
@@ -197962,7 +198411,7 @@
|
|
|
197962
198411
|
"name": "viewReports",
|
|
197963
198412
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197964
198413
|
"permissionOnly": true,
|
|
197965
|
-
"description": "Allows access to the Reports page inside the AWS Marketplace Management Portal
|
|
198414
|
+
"description": "Allows access to the Reports page inside the AWS Marketplace Management Portal",
|
|
197966
198415
|
"accessLevel": "List",
|
|
197967
198416
|
"resourceTypes": [
|
|
197968
198417
|
{
|
|
@@ -197977,7 +198426,7 @@
|
|
|
197977
198426
|
"name": "viewSettings",
|
|
197978
198427
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197979
198428
|
"permissionOnly": true,
|
|
197980
|
-
"description": "Allows access to the Settings page inside the AWS Marketplace Management Portal
|
|
198429
|
+
"description": "Allows access to the Settings page inside the AWS Marketplace Management Portal",
|
|
197981
198430
|
"accessLevel": "List",
|
|
197982
198431
|
"resourceTypes": [
|
|
197983
198432
|
{
|
|
@@ -197992,7 +198441,7 @@
|
|
|
197992
198441
|
"name": "viewSupport",
|
|
197993
198442
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197994
198443
|
"permissionOnly": true,
|
|
197995
|
-
"description": "Allows access to the Customer Support Eligibility page inside the AWS Marketplace Management Portal
|
|
198444
|
+
"description": "Allows access to the Customer Support Eligibility page inside the AWS Marketplace Management Portal",
|
|
197996
198445
|
"accessLevel": "List",
|
|
197997
198446
|
"resourceTypes": [
|
|
197998
198447
|
{
|
package/data/metadata.json
CHANGED
|
@@ -5483,7 +5483,7 @@
|
|
|
5483
5483
|
"name": "AWS Database Migration Service",
|
|
5484
5484
|
"servicePrefix": "dms",
|
|
5485
5485
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html",
|
|
5486
|
-
"actionsCount":
|
|
5486
|
+
"actionsCount": 117,
|
|
5487
5487
|
"actions": [
|
|
5488
5488
|
"AddTagsToResource",
|
|
5489
5489
|
"ApplyPendingMaintenanceAction",
|
|
@@ -5493,17 +5493,20 @@
|
|
|
5493
5493
|
"CancelMetadataModelConversion",
|
|
5494
5494
|
"CancelMetadataModelExport",
|
|
5495
5495
|
"CancelReplicationTaskAssessmentRun",
|
|
5496
|
+
"CreateDataMigration",
|
|
5496
5497
|
"CreateDataProvider",
|
|
5497
5498
|
"CreateEndpoint",
|
|
5498
5499
|
"CreateEventSubscription",
|
|
5499
5500
|
"CreateFleetAdvisorCollector",
|
|
5500
5501
|
"CreateInstanceProfile",
|
|
5501
5502
|
"CreateMigrationProject",
|
|
5503
|
+
"CreateReplicationConfig",
|
|
5502
5504
|
"CreateReplicationInstance",
|
|
5503
5505
|
"CreateReplicationSubnetGroup",
|
|
5504
5506
|
"CreateReplicationTask",
|
|
5505
5507
|
"DeleteCertificate",
|
|
5506
5508
|
"DeleteConnection",
|
|
5509
|
+
"DeleteDataMigration",
|
|
5507
5510
|
"DeleteDataProvider",
|
|
5508
5511
|
"DeleteEndpoint",
|
|
5509
5512
|
"DeleteEventSubscription",
|
|
@@ -5511,6 +5514,7 @@
|
|
|
5511
5514
|
"DeleteFleetAdvisorDatabases",
|
|
5512
5515
|
"DeleteInstanceProfile",
|
|
5513
5516
|
"DeleteMigrationProject",
|
|
5517
|
+
"DeleteReplicationConfig",
|
|
5514
5518
|
"DeleteReplicationInstance",
|
|
5515
5519
|
"DeleteReplicationSubnetGroup",
|
|
5516
5520
|
"DeleteReplicationTask",
|
|
@@ -5519,6 +5523,7 @@
|
|
|
5519
5523
|
"DescribeApplicableIndividualAssessments",
|
|
5520
5524
|
"DescribeCertificates",
|
|
5521
5525
|
"DescribeConnections",
|
|
5526
|
+
"DescribeDataMigrations",
|
|
5522
5527
|
"DescribeEndpointSettings",
|
|
5523
5528
|
"DescribeEndpointTypes",
|
|
5524
5529
|
"DescribeEndpoints",
|
|
@@ -5535,13 +5540,16 @@
|
|
|
5535
5540
|
"DescribeRecommendationLimitations",
|
|
5536
5541
|
"DescribeRecommendations",
|
|
5537
5542
|
"DescribeRefreshSchemasStatus",
|
|
5543
|
+
"DescribeReplicationConfigs",
|
|
5538
5544
|
"DescribeReplicationInstanceTaskLogs",
|
|
5539
5545
|
"DescribeReplicationInstances",
|
|
5540
5546
|
"DescribeReplicationSubnetGroups",
|
|
5547
|
+
"DescribeReplicationTableStatistics",
|
|
5541
5548
|
"DescribeReplicationTaskAssessmentResults",
|
|
5542
5549
|
"DescribeReplicationTaskAssessmentRuns",
|
|
5543
5550
|
"DescribeReplicationTaskIndividualAssessments",
|
|
5544
5551
|
"DescribeReplicationTasks",
|
|
5552
|
+
"DescribeReplications",
|
|
5545
5553
|
"DescribeSchemas",
|
|
5546
5554
|
"DescribeTableStatistics",
|
|
5547
5555
|
"DisassociateExtensionPack",
|
|
@@ -5557,28 +5565,35 @@
|
|
|
5557
5565
|
"ListMetadataModelExports",
|
|
5558
5566
|
"ListMigrationProjects",
|
|
5559
5567
|
"ListTagsForResource",
|
|
5568
|
+
"ModifyDataMigration",
|
|
5560
5569
|
"ModifyEndpoint",
|
|
5561
5570
|
"ModifyEventSubscription",
|
|
5562
5571
|
"ModifyFleetAdvisorCollector",
|
|
5563
5572
|
"ModifyFleetAdvisorCollectorStatuses",
|
|
5573
|
+
"ModifyReplicationConfig",
|
|
5564
5574
|
"ModifyReplicationInstance",
|
|
5565
5575
|
"ModifyReplicationSubnetGroup",
|
|
5566
5576
|
"ModifyReplicationTask",
|
|
5567
5577
|
"MoveReplicationTask",
|
|
5568
5578
|
"RebootReplicationInstance",
|
|
5569
5579
|
"RefreshSchemas",
|
|
5580
|
+
"ReloadReplicationTables",
|
|
5570
5581
|
"ReloadTables",
|
|
5571
5582
|
"RemoveTagsFromResource",
|
|
5572
5583
|
"RunFleetAdvisorLsaAnalysis",
|
|
5584
|
+
"StartDataMigration",
|
|
5573
5585
|
"StartMetadataModelAssessment",
|
|
5574
5586
|
"StartMetadataModelConversion",
|
|
5575
5587
|
"StartMetadataModelExportAsScripts",
|
|
5576
5588
|
"StartMetadataModelExportToTarget",
|
|
5577
5589
|
"StartMetadataModelImport",
|
|
5578
5590
|
"StartRecommendations",
|
|
5591
|
+
"StartReplication",
|
|
5579
5592
|
"StartReplicationTask",
|
|
5580
5593
|
"StartReplicationTaskAssessment",
|
|
5581
5594
|
"StartReplicationTaskAssessmentRun",
|
|
5595
|
+
"StopDataMigration",
|
|
5596
|
+
"StopReplication",
|
|
5582
5597
|
"StopReplicationTask",
|
|
5583
5598
|
"TestConnection",
|
|
5584
5599
|
"UpdateConversionConfiguration",
|
|
@@ -5588,32 +5603,36 @@
|
|
|
5588
5603
|
"UpdateSubscriptionsToEventBridge",
|
|
5589
5604
|
"UploadFileMetadataList"
|
|
5590
5605
|
],
|
|
5591
|
-
"resourceTypesCount":
|
|
5606
|
+
"resourceTypesCount": 13,
|
|
5592
5607
|
"resourceTypes": [
|
|
5593
5608
|
"Certificate",
|
|
5594
5609
|
"DataProvider",
|
|
5610
|
+
"DataMigration",
|
|
5595
5611
|
"Endpoint",
|
|
5596
5612
|
"EventSubscription",
|
|
5597
5613
|
"InstanceProfile",
|
|
5598
5614
|
"MigrationProject",
|
|
5615
|
+
"ReplicationConfig",
|
|
5599
5616
|
"ReplicationInstance",
|
|
5600
5617
|
"ReplicationSubnetGroup",
|
|
5601
5618
|
"ReplicationTask",
|
|
5602
5619
|
"ReplicationTaskAssessmentRun",
|
|
5603
5620
|
"ReplicationTaskIndividualAssessment"
|
|
5604
5621
|
],
|
|
5605
|
-
"conditionKeysCount":
|
|
5622
|
+
"conditionKeysCount": 15,
|
|
5606
5623
|
"conditionKeys": [
|
|
5607
5624
|
"aws:RequestTag/${TagKey}",
|
|
5608
5625
|
"aws:ResourceTag/${TagKey}",
|
|
5609
5626
|
"aws:TagKeys",
|
|
5610
5627
|
"dms:cert-tag/${TagKey}",
|
|
5611
|
-
"dms:
|
|
5628
|
+
"dms:data-migration-tag/${TagKey}",
|
|
5629
|
+
"dms:data-provider-tag/${TagKey}",
|
|
5612
5630
|
"dms:endpoint-tag/${TagKey}",
|
|
5613
5631
|
"dms:es-tag/${TagKey}",
|
|
5614
|
-
"dms:
|
|
5615
|
-
"dms:
|
|
5632
|
+
"dms:instance-profile-tag/${TagKey}",
|
|
5633
|
+
"dms:migration-project-tag/${TagKey}",
|
|
5616
5634
|
"dms:rep-tag/${TagKey}",
|
|
5635
|
+
"dms:replication-config-tag/${TagKey}",
|
|
5617
5636
|
"dms:req-tag/${TagKey}",
|
|
5618
5637
|
"dms:subgrp-tag/${TagKey}",
|
|
5619
5638
|
"dms:task-tag/${TagKey}"
|
|
@@ -14633,8 +14652,16 @@
|
|
|
14633
14652
|
"name": "AWS Marketplace Management Portal",
|
|
14634
14653
|
"servicePrefix": "aws-marketplace-management",
|
|
14635
14654
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacemanagementportal.html",
|
|
14636
|
-
"actionsCount":
|
|
14655
|
+
"actionsCount": 13,
|
|
14637
14656
|
"actions": [
|
|
14657
|
+
"GetAdditionalSellerNotificationRecipients",
|
|
14658
|
+
"GetBankAccountVerificationDetails",
|
|
14659
|
+
"GetSecondaryUserVerificationDetails",
|
|
14660
|
+
"GetSellerVerificationDetails",
|
|
14661
|
+
"PutAdditionalSellerNotificationRecipients",
|
|
14662
|
+
"PutBankAccountVerificationDetails",
|
|
14663
|
+
"PutSecondaryUserVerificationDetails",
|
|
14664
|
+
"PutSellerVerificationDetails",
|
|
14638
14665
|
"uploadFiles",
|
|
14639
14666
|
"viewMarketing",
|
|
14640
14667
|
"viewReports",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
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": "./src/index.js",
|
|
6
6
|
"types": "./src/awsIamData.d.ts",
|