aws-iam-data 0.0.13 → 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 +60 -0
- package/data/iam.json +641 -18
- package/data/metadata.json +49 -12
- package/package.json +1 -1
package/data/changelog.json
CHANGED
|
@@ -1,4 +1,64 @@
|
|
|
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
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"dateOfChange": "2023-06-02",
|
|
39
|
+
"addedServices": [],
|
|
40
|
+
"removedServices": [],
|
|
41
|
+
"addedActions": {
|
|
42
|
+
"Amazon AppFlow": [
|
|
43
|
+
"appflow:CancelFlowExecutions",
|
|
44
|
+
"appflow:UseConnectorProfile"
|
|
45
|
+
],
|
|
46
|
+
"Amazon WorkSpaces Web": [
|
|
47
|
+
"workspaces-web:AssociateIpAccessSettings",
|
|
48
|
+
"workspaces-web:CreateIpAccessSettings",
|
|
49
|
+
"workspaces-web:DeleteIpAccessSettings",
|
|
50
|
+
"workspaces-web:DisassociateIpAccessSettings",
|
|
51
|
+
"workspaces-web:GetIpAccessSettings",
|
|
52
|
+
"workspaces-web:ListIpAccessSettings",
|
|
53
|
+
"workspaces-web:UpdateIpAccessSettings"
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
"removedActions": {
|
|
57
|
+
"Amazon AppFlow": [
|
|
58
|
+
"appflow:\n"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
2
62
|
{
|
|
3
63
|
"dateOfChange": "2023-06-01",
|
|
4
64
|
"addedServices": [],
|
package/data/iam.json
CHANGED
|
@@ -10584,6 +10584,21 @@
|
|
|
10584
10584
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappflow.html",
|
|
10585
10585
|
"servicePrefix": "appflow",
|
|
10586
10586
|
"actions": [
|
|
10587
|
+
{
|
|
10588
|
+
"name": "CancelFlowExecutions",
|
|
10589
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CancelFlowExecutions.html",
|
|
10590
|
+
"permissionOnly": false,
|
|
10591
|
+
"description": "Grants permission to cancel in-progress executions of an Amazon AppFlow flow",
|
|
10592
|
+
"accessLevel": "Write",
|
|
10593
|
+
"resourceTypes": [
|
|
10594
|
+
{
|
|
10595
|
+
"resourceType": "flow",
|
|
10596
|
+
"required": true,
|
|
10597
|
+
"conditionKeys": [],
|
|
10598
|
+
"dependentActions": []
|
|
10599
|
+
}
|
|
10600
|
+
]
|
|
10601
|
+
},
|
|
10587
10602
|
{
|
|
10588
10603
|
"name": "CreateConnectorProfile",
|
|
10589
10604
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html",
|
|
@@ -11046,7 +11061,8 @@
|
|
|
11046
11061
|
]
|
|
11047
11062
|
},
|
|
11048
11063
|
{
|
|
11049
|
-
"name": "
|
|
11064
|
+
"name": "UseConnectorProfile",
|
|
11065
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appflow/1.0/APIReference/API_UseConnectorProfile.html",
|
|
11050
11066
|
"permissionOnly": true,
|
|
11051
11067
|
"description": "Grants permission to use a connector profile while creating a flow in Amazon AppFlow",
|
|
11052
11068
|
"accessLevel": "Write",
|
|
@@ -69132,6 +69148,12 @@
|
|
|
69132
69148
|
"conditionKeys": [],
|
|
69133
69149
|
"dependentActions": []
|
|
69134
69150
|
},
|
|
69151
|
+
{
|
|
69152
|
+
"resourceType": "DataMigration",
|
|
69153
|
+
"required": false,
|
|
69154
|
+
"conditionKeys": [],
|
|
69155
|
+
"dependentActions": []
|
|
69156
|
+
},
|
|
69135
69157
|
{
|
|
69136
69158
|
"resourceType": "DataProvider",
|
|
69137
69159
|
"required": false,
|
|
@@ -69162,6 +69184,12 @@
|
|
|
69162
69184
|
"conditionKeys": [],
|
|
69163
69185
|
"dependentActions": []
|
|
69164
69186
|
},
|
|
69187
|
+
{
|
|
69188
|
+
"resourceType": "ReplicationConfig",
|
|
69189
|
+
"required": false,
|
|
69190
|
+
"conditionKeys": [],
|
|
69191
|
+
"dependentActions": []
|
|
69192
|
+
},
|
|
69165
69193
|
{
|
|
69166
69194
|
"resourceType": "ReplicationInstance",
|
|
69167
69195
|
"required": false,
|
|
@@ -69297,6 +69325,31 @@
|
|
|
69297
69325
|
}
|
|
69298
69326
|
]
|
|
69299
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
|
+
},
|
|
69300
69353
|
{
|
|
69301
69354
|
"name": "CreateDataProvider",
|
|
69302
69355
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -69419,6 +69472,31 @@
|
|
|
69419
69472
|
}
|
|
69420
69473
|
]
|
|
69421
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
|
+
},
|
|
69422
69500
|
{
|
|
69423
69501
|
"name": "CreateReplicationInstance",
|
|
69424
69502
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationInstance.html",
|
|
@@ -69524,6 +69602,21 @@
|
|
|
69524
69602
|
}
|
|
69525
69603
|
]
|
|
69526
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
|
+
},
|
|
69527
69620
|
{
|
|
69528
69621
|
"name": "DeleteDataProvider",
|
|
69529
69622
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -69629,6 +69722,21 @@
|
|
|
69629
69722
|
}
|
|
69630
69723
|
]
|
|
69631
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
|
+
},
|
|
69632
69740
|
{
|
|
69633
69741
|
"name": "DeleteReplicationInstance",
|
|
69634
69742
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationInstance.html",
|
|
@@ -69755,6 +69863,21 @@
|
|
|
69755
69863
|
}
|
|
69756
69864
|
]
|
|
69757
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
|
+
},
|
|
69758
69881
|
{
|
|
69759
69882
|
"name": "DescribeEndpointSettings",
|
|
69760
69883
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeEndpointSettings.html",
|
|
@@ -69995,6 +70118,21 @@
|
|
|
69995
70118
|
}
|
|
69996
70119
|
]
|
|
69997
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
|
+
},
|
|
69998
70136
|
{
|
|
69999
70137
|
"name": "DescribeReplicationInstanceTaskLogs",
|
|
70000
70138
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeReplicationInstanceTaskLogs.html",
|
|
@@ -70049,6 +70187,21 @@
|
|
|
70049
70187
|
}
|
|
70050
70188
|
]
|
|
70051
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
|
+
},
|
|
70052
70205
|
{
|
|
70053
70206
|
"name": "DescribeReplicationTaskAssessmentResults",
|
|
70054
70207
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeReplicationTaskAssessmentResults.html",
|
|
@@ -70127,6 +70280,21 @@
|
|
|
70127
70280
|
}
|
|
70128
70281
|
]
|
|
70129
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
|
+
},
|
|
70130
70298
|
{
|
|
70131
70299
|
"name": "DescribeSchemas",
|
|
70132
70300
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeSchemas.html",
|
|
@@ -70365,6 +70533,18 @@
|
|
|
70365
70533
|
"conditionKeys": [],
|
|
70366
70534
|
"dependentActions": []
|
|
70367
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
|
+
},
|
|
70368
70548
|
{
|
|
70369
70549
|
"resourceType": "Endpoint",
|
|
70370
70550
|
"required": false,
|
|
@@ -70377,6 +70557,24 @@
|
|
|
70377
70557
|
"conditionKeys": [],
|
|
70378
70558
|
"dependentActions": []
|
|
70379
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
|
+
},
|
|
70380
70578
|
{
|
|
70381
70579
|
"resourceType": "ReplicationInstance",
|
|
70382
70580
|
"required": false,
|
|
@@ -70397,6 +70595,21 @@
|
|
|
70397
70595
|
}
|
|
70398
70596
|
]
|
|
70399
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
|
+
},
|
|
70400
70613
|
{
|
|
70401
70614
|
"name": "ModifyEndpoint",
|
|
70402
70615
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyEndpoint.html",
|
|
@@ -70463,6 +70676,21 @@
|
|
|
70463
70676
|
}
|
|
70464
70677
|
]
|
|
70465
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
|
+
},
|
|
70466
70694
|
{
|
|
70467
70695
|
"name": "ModifyReplicationInstance",
|
|
70468
70696
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationInstance.html",
|
|
@@ -70565,6 +70793,21 @@
|
|
|
70565
70793
|
}
|
|
70566
70794
|
]
|
|
70567
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
|
+
},
|
|
70568
70811
|
{
|
|
70569
70812
|
"name": "ReloadTables",
|
|
70570
70813
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ReloadTables.html",
|
|
@@ -70593,6 +70836,12 @@
|
|
|
70593
70836
|
"conditionKeys": [],
|
|
70594
70837
|
"dependentActions": []
|
|
70595
70838
|
},
|
|
70839
|
+
{
|
|
70840
|
+
"resourceType": "DataMigration",
|
|
70841
|
+
"required": false,
|
|
70842
|
+
"conditionKeys": [],
|
|
70843
|
+
"dependentActions": []
|
|
70844
|
+
},
|
|
70596
70845
|
{
|
|
70597
70846
|
"resourceType": "DataProvider",
|
|
70598
70847
|
"required": false,
|
|
@@ -70623,6 +70872,12 @@
|
|
|
70623
70872
|
"conditionKeys": [],
|
|
70624
70873
|
"dependentActions": []
|
|
70625
70874
|
},
|
|
70875
|
+
{
|
|
70876
|
+
"resourceType": "ReplicationConfig",
|
|
70877
|
+
"required": false,
|
|
70878
|
+
"conditionKeys": [],
|
|
70879
|
+
"dependentActions": []
|
|
70880
|
+
},
|
|
70626
70881
|
{
|
|
70627
70882
|
"resourceType": "ReplicationInstance",
|
|
70628
70883
|
"required": false,
|
|
@@ -70666,6 +70921,21 @@
|
|
|
70666
70921
|
}
|
|
70667
70922
|
]
|
|
70668
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
|
+
},
|
|
70669
70939
|
{
|
|
70670
70940
|
"name": "StartMetadataModelAssessment",
|
|
70671
70941
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/Welcome.html",
|
|
@@ -70756,6 +71026,21 @@
|
|
|
70756
71026
|
}
|
|
70757
71027
|
]
|
|
70758
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
|
+
},
|
|
70759
71044
|
{
|
|
70760
71045
|
"name": "StartReplicationTask",
|
|
70761
71046
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html",
|
|
@@ -70801,6 +71086,36 @@
|
|
|
70801
71086
|
}
|
|
70802
71087
|
]
|
|
70803
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
|
+
},
|
|
70804
71119
|
{
|
|
70805
71120
|
"name": "StopReplicationTask",
|
|
70806
71121
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html",
|
|
@@ -70944,7 +71259,16 @@
|
|
|
70944
71259
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:data-provider:*",
|
|
70945
71260
|
"conditionKeys": [
|
|
70946
71261
|
"aws:ResourceTag/${TagKey}",
|
|
70947
|
-
"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}"
|
|
70948
71272
|
]
|
|
70949
71273
|
},
|
|
70950
71274
|
{
|
|
@@ -70971,7 +71295,7 @@
|
|
|
70971
71295
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:instance-profile:*",
|
|
70972
71296
|
"conditionKeys": [
|
|
70973
71297
|
"aws:ResourceTag/${TagKey}",
|
|
70974
|
-
"dms:
|
|
71298
|
+
"dms:instance-profile-tag/${TagKey}"
|
|
70975
71299
|
]
|
|
70976
71300
|
},
|
|
70977
71301
|
{
|
|
@@ -70980,7 +71304,16 @@
|
|
|
70980
71304
|
"arnPattern": "arn:${Partition}:dms:${Region}:${Account}:migration-project:*",
|
|
70981
71305
|
"conditionKeys": [
|
|
70982
71306
|
"aws:ResourceTag/${TagKey}",
|
|
70983
|
-
"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}"
|
|
70984
71317
|
]
|
|
70985
71318
|
},
|
|
70986
71319
|
{
|
|
@@ -71049,7 +71382,13 @@
|
|
|
71049
71382
|
"type": "String"
|
|
71050
71383
|
},
|
|
71051
71384
|
{
|
|
71052
|
-
"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}",
|
|
71053
71392
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_dp-tag___TagKey_",
|
|
71054
71393
|
"description": "Filters access by the presence of tag key-value pairs in the request for DataProvider",
|
|
71055
71394
|
"type": "String"
|
|
@@ -71067,13 +71406,13 @@
|
|
|
71067
71406
|
"type": "String"
|
|
71068
71407
|
},
|
|
71069
71408
|
{
|
|
71070
|
-
"name": "dms:
|
|
71409
|
+
"name": "dms:instance-profile-tag/${TagKey}",
|
|
71071
71410
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_ip-tag___TagKey_",
|
|
71072
71411
|
"description": "Filters access by the presence of tag key-value pairs in the request for InstanceProfile",
|
|
71073
71412
|
"type": "String"
|
|
71074
71413
|
},
|
|
71075
71414
|
{
|
|
71076
|
-
"name": "dms:
|
|
71415
|
+
"name": "dms:migration-project-tag/${TagKey}",
|
|
71077
71416
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice--dms_mp-tag___TagKey_",
|
|
71078
71417
|
"description": "Filters access by the presence of tag key-value pairs in the request for MigrationProject",
|
|
71079
71418
|
"type": "String"
|
|
@@ -71084,6 +71423,12 @@
|
|
|
71084
71423
|
"description": "Filters access by the presence of tag key-value pairs in the request for ReplicationInstance",
|
|
71085
71424
|
"type": "String"
|
|
71086
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
|
+
},
|
|
71087
71432
|
{
|
|
71088
71433
|
"name": "dms:req-tag/${TagKey}",
|
|
71089
71434
|
"apiReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html#awsdatabasemigrationservice-dms_req-tag___TagKey_",
|
|
@@ -197912,11 +198257,131 @@
|
|
|
197912
198257
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacemanagementportal.html",
|
|
197913
198258
|
"servicePrefix": "aws-marketplace-management",
|
|
197914
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
|
+
},
|
|
197915
198380
|
{
|
|
197916
198381
|
"name": "uploadFiles",
|
|
197917
198382
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197918
198383
|
"permissionOnly": true,
|
|
197919
|
-
"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",
|
|
197920
198385
|
"accessLevel": "Write",
|
|
197921
198386
|
"resourceTypes": [
|
|
197922
198387
|
{
|
|
@@ -197931,7 +198396,7 @@
|
|
|
197931
198396
|
"name": "viewMarketing",
|
|
197932
198397
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197933
198398
|
"permissionOnly": true,
|
|
197934
|
-
"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",
|
|
197935
198400
|
"accessLevel": "List",
|
|
197936
198401
|
"resourceTypes": [
|
|
197937
198402
|
{
|
|
@@ -197946,7 +198411,7 @@
|
|
|
197946
198411
|
"name": "viewReports",
|
|
197947
198412
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197948
198413
|
"permissionOnly": true,
|
|
197949
|
-
"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",
|
|
197950
198415
|
"accessLevel": "List",
|
|
197951
198416
|
"resourceTypes": [
|
|
197952
198417
|
{
|
|
@@ -197961,7 +198426,7 @@
|
|
|
197961
198426
|
"name": "viewSettings",
|
|
197962
198427
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197963
198428
|
"permissionOnly": true,
|
|
197964
|
-
"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",
|
|
197965
198430
|
"accessLevel": "List",
|
|
197966
198431
|
"resourceTypes": [
|
|
197967
198432
|
{
|
|
@@ -197976,7 +198441,7 @@
|
|
|
197976
198441
|
"name": "viewSupport",
|
|
197977
198442
|
"apiReferenceUrl": "https://docs.aws.amazon.com/marketplace/latest/userguide/detailed-management-portal-permissions.html#seller-ammp-permissions",
|
|
197978
198443
|
"permissionOnly": true,
|
|
197979
|
-
"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",
|
|
197980
198445
|
"accessLevel": "List",
|
|
197981
198446
|
"resourceTypes": [
|
|
197982
198447
|
{
|
|
@@ -302980,6 +303445,27 @@
|
|
|
302980
303445
|
}
|
|
302981
303446
|
]
|
|
302982
303447
|
},
|
|
303448
|
+
{
|
|
303449
|
+
"name": "AssociateIpAccessSettings",
|
|
303450
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_AssociateIpAccessSettings.html",
|
|
303451
|
+
"permissionOnly": false,
|
|
303452
|
+
"description": "Grants permission to associate ip access settings with web portals",
|
|
303453
|
+
"accessLevel": "Write",
|
|
303454
|
+
"resourceTypes": [
|
|
303455
|
+
{
|
|
303456
|
+
"resourceType": "ipAccessSettings",
|
|
303457
|
+
"required": true,
|
|
303458
|
+
"conditionKeys": [],
|
|
303459
|
+
"dependentActions": []
|
|
303460
|
+
},
|
|
303461
|
+
{
|
|
303462
|
+
"resourceType": "portal",
|
|
303463
|
+
"required": true,
|
|
303464
|
+
"conditionKeys": [],
|
|
303465
|
+
"dependentActions": []
|
|
303466
|
+
}
|
|
303467
|
+
]
|
|
303468
|
+
},
|
|
302983
303469
|
{
|
|
302984
303470
|
"name": "AssociateNetworkSettings",
|
|
302985
303471
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_AssociateNetworkSettings.html",
|
|
@@ -303104,6 +303590,12 @@
|
|
|
303104
303590
|
"description": "Grants permission to create identity providers",
|
|
303105
303591
|
"accessLevel": "Write",
|
|
303106
303592
|
"resourceTypes": [
|
|
303593
|
+
{
|
|
303594
|
+
"resourceType": "identityProvider",
|
|
303595
|
+
"required": true,
|
|
303596
|
+
"conditionKeys": [],
|
|
303597
|
+
"dependentActions": []
|
|
303598
|
+
},
|
|
303107
303599
|
{
|
|
303108
303600
|
"resourceType": "portal",
|
|
303109
303601
|
"required": true,
|
|
@@ -303112,6 +303604,24 @@
|
|
|
303112
303604
|
}
|
|
303113
303605
|
]
|
|
303114
303606
|
},
|
|
303607
|
+
{
|
|
303608
|
+
"name": "CreateIpAccessSettings",
|
|
303609
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_CreateIpAccessSettings.html",
|
|
303610
|
+
"permissionOnly": false,
|
|
303611
|
+
"description": "Grants permission to create ip access settings",
|
|
303612
|
+
"accessLevel": "Write",
|
|
303613
|
+
"resourceTypes": [
|
|
303614
|
+
{
|
|
303615
|
+
"resourceType": "",
|
|
303616
|
+
"required": false,
|
|
303617
|
+
"conditionKeys": [
|
|
303618
|
+
"aws:TagKeys",
|
|
303619
|
+
"aws:RequestTag/${TagKey}"
|
|
303620
|
+
],
|
|
303621
|
+
"dependentActions": []
|
|
303622
|
+
}
|
|
303623
|
+
]
|
|
303624
|
+
},
|
|
303115
303625
|
{
|
|
303116
303626
|
"name": "CreateNetworkSettings",
|
|
303117
303627
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_CreateNetworkSettings.html",
|
|
@@ -303233,8 +303743,29 @@
|
|
|
303233
303743
|
"accessLevel": "Write",
|
|
303234
303744
|
"resourceTypes": [
|
|
303235
303745
|
{
|
|
303236
|
-
"resourceType": "",
|
|
303237
|
-
"required":
|
|
303746
|
+
"resourceType": "identityProvider",
|
|
303747
|
+
"required": true,
|
|
303748
|
+
"conditionKeys": [],
|
|
303749
|
+
"dependentActions": []
|
|
303750
|
+
},
|
|
303751
|
+
{
|
|
303752
|
+
"resourceType": "portal",
|
|
303753
|
+
"required": true,
|
|
303754
|
+
"conditionKeys": [],
|
|
303755
|
+
"dependentActions": []
|
|
303756
|
+
}
|
|
303757
|
+
]
|
|
303758
|
+
},
|
|
303759
|
+
{
|
|
303760
|
+
"name": "DeleteIpAccessSettings",
|
|
303761
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_DeleteIpAccessSettings.html",
|
|
303762
|
+
"permissionOnly": false,
|
|
303763
|
+
"description": "Grants permission to delete ip access settings",
|
|
303764
|
+
"accessLevel": "Write",
|
|
303765
|
+
"resourceTypes": [
|
|
303766
|
+
{
|
|
303767
|
+
"resourceType": "ipAccessSettings",
|
|
303768
|
+
"required": true,
|
|
303238
303769
|
"conditionKeys": [],
|
|
303239
303770
|
"dependentActions": []
|
|
303240
303771
|
}
|
|
@@ -303330,6 +303861,21 @@
|
|
|
303330
303861
|
}
|
|
303331
303862
|
]
|
|
303332
303863
|
},
|
|
303864
|
+
{
|
|
303865
|
+
"name": "DisassociateIpAccessSettings",
|
|
303866
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_DisassociateIpAccessSettings.html",
|
|
303867
|
+
"permissionOnly": false,
|
|
303868
|
+
"description": "Grants permission to disassociate ip access logging from web portals",
|
|
303869
|
+
"accessLevel": "Write",
|
|
303870
|
+
"resourceTypes": [
|
|
303871
|
+
{
|
|
303872
|
+
"resourceType": "portal",
|
|
303873
|
+
"required": true,
|
|
303874
|
+
"conditionKeys": [],
|
|
303875
|
+
"dependentActions": []
|
|
303876
|
+
}
|
|
303877
|
+
]
|
|
303878
|
+
},
|
|
303333
303879
|
{
|
|
303334
303880
|
"name": "DisassociateNetworkSettings",
|
|
303335
303881
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_DisassociateNetworkSettings.html",
|
|
@@ -303413,8 +303959,23 @@
|
|
|
303413
303959
|
"accessLevel": "Read",
|
|
303414
303960
|
"resourceTypes": [
|
|
303415
303961
|
{
|
|
303416
|
-
"resourceType": "",
|
|
303417
|
-
"required":
|
|
303962
|
+
"resourceType": "identityProvider",
|
|
303963
|
+
"required": true,
|
|
303964
|
+
"conditionKeys": [],
|
|
303965
|
+
"dependentActions": []
|
|
303966
|
+
}
|
|
303967
|
+
]
|
|
303968
|
+
},
|
|
303969
|
+
{
|
|
303970
|
+
"name": "GetIpAccessSettings",
|
|
303971
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_GetIpAccessSettings.html",
|
|
303972
|
+
"permissionOnly": false,
|
|
303973
|
+
"description": "Grants permission to get details on ip access settings",
|
|
303974
|
+
"accessLevel": "Read",
|
|
303975
|
+
"resourceTypes": [
|
|
303976
|
+
{
|
|
303977
|
+
"resourceType": "ipAccessSettings",
|
|
303978
|
+
"required": true,
|
|
303418
303979
|
"conditionKeys": [],
|
|
303419
303980
|
"dependentActions": []
|
|
303420
303981
|
}
|
|
@@ -303546,6 +304107,21 @@
|
|
|
303546
304107
|
"permissionOnly": false,
|
|
303547
304108
|
"description": "Grants permission to list identity providers",
|
|
303548
304109
|
"accessLevel": "Read",
|
|
304110
|
+
"resourceTypes": [
|
|
304111
|
+
{
|
|
304112
|
+
"resourceType": "identityProvider",
|
|
304113
|
+
"required": true,
|
|
304114
|
+
"conditionKeys": [],
|
|
304115
|
+
"dependentActions": []
|
|
304116
|
+
}
|
|
304117
|
+
]
|
|
304118
|
+
},
|
|
304119
|
+
{
|
|
304120
|
+
"name": "ListIpAccessSettings",
|
|
304121
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_ListIpAccessSettings.html",
|
|
304122
|
+
"permissionOnly": false,
|
|
304123
|
+
"description": "Grants permission to list ip access settings",
|
|
304124
|
+
"accessLevel": "Read",
|
|
303549
304125
|
"resourceTypes": [
|
|
303550
304126
|
{
|
|
303551
304127
|
"resourceType": "",
|
|
@@ -303673,6 +304249,12 @@
|
|
|
303673
304249
|
"conditionKeys": [],
|
|
303674
304250
|
"dependentActions": []
|
|
303675
304251
|
},
|
|
304252
|
+
{
|
|
304253
|
+
"resourceType": "ipAccessSettings",
|
|
304254
|
+
"required": false,
|
|
304255
|
+
"conditionKeys": [],
|
|
304256
|
+
"dependentActions": []
|
|
304257
|
+
},
|
|
303676
304258
|
{
|
|
303677
304259
|
"resourceType": "networkSettings",
|
|
303678
304260
|
"required": false,
|
|
@@ -303727,6 +304309,12 @@
|
|
|
303727
304309
|
"conditionKeys": [],
|
|
303728
304310
|
"dependentActions": []
|
|
303729
304311
|
},
|
|
304312
|
+
{
|
|
304313
|
+
"resourceType": "ipAccessSettings",
|
|
304314
|
+
"required": false,
|
|
304315
|
+
"conditionKeys": [],
|
|
304316
|
+
"dependentActions": []
|
|
304317
|
+
},
|
|
303730
304318
|
{
|
|
303731
304319
|
"resourceType": "networkSettings",
|
|
303732
304320
|
"required": false,
|
|
@@ -303791,8 +304379,29 @@
|
|
|
303791
304379
|
"accessLevel": "Write",
|
|
303792
304380
|
"resourceTypes": [
|
|
303793
304381
|
{
|
|
303794
|
-
"resourceType": "",
|
|
303795
|
-
"required":
|
|
304382
|
+
"resourceType": "identityProvider",
|
|
304383
|
+
"required": true,
|
|
304384
|
+
"conditionKeys": [],
|
|
304385
|
+
"dependentActions": []
|
|
304386
|
+
},
|
|
304387
|
+
{
|
|
304388
|
+
"resourceType": "portal",
|
|
304389
|
+
"required": true,
|
|
304390
|
+
"conditionKeys": [],
|
|
304391
|
+
"dependentActions": []
|
|
304392
|
+
}
|
|
304393
|
+
]
|
|
304394
|
+
},
|
|
304395
|
+
{
|
|
304396
|
+
"name": "UpdateIpAccessSettings",
|
|
304397
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_UpdateIpAccessSettings.html",
|
|
304398
|
+
"permissionOnly": false,
|
|
304399
|
+
"description": "Grants permission to update ip access settings",
|
|
304400
|
+
"accessLevel": "Write",
|
|
304401
|
+
"resourceTypes": [
|
|
304402
|
+
{
|
|
304403
|
+
"resourceType": "ipAccessSettings",
|
|
304404
|
+
"required": true,
|
|
303796
304405
|
"conditionKeys": [],
|
|
303797
304406
|
"dependentActions": []
|
|
303798
304407
|
}
|
|
@@ -303893,6 +304502,12 @@
|
|
|
303893
304502
|
"aws:ResourceTag/${TagKey}"
|
|
303894
304503
|
]
|
|
303895
304504
|
},
|
|
304505
|
+
{
|
|
304506
|
+
"name": "identityProvider",
|
|
304507
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_CreateIdentityProvider.html",
|
|
304508
|
+
"arnPattern": "arn:${Partition}:workspaces-web:${Region}:${Account}:identityProvider/${PortalId}/${IdentityProviderId}",
|
|
304509
|
+
"conditionKeys": []
|
|
304510
|
+
},
|
|
303896
304511
|
{
|
|
303897
304512
|
"name": "networkSettings",
|
|
303898
304513
|
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_CreateNetworkSettings.html",
|
|
@@ -303932,6 +304547,14 @@
|
|
|
303932
304547
|
"conditionKeys": [
|
|
303933
304548
|
"aws:ResourceTag/${TagKey}"
|
|
303934
304549
|
]
|
|
304550
|
+
},
|
|
304551
|
+
{
|
|
304552
|
+
"name": "ipAccessSettings",
|
|
304553
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/workspaces-web/latest/APIReference/API_CreateIpAccessSettings.html",
|
|
304554
|
+
"arnPattern": "arn:${Partition}:workspaces-web:${Region}:${Account}:ipAccessSettings/${IpAccessSettingsId}",
|
|
304555
|
+
"conditionKeys": [
|
|
304556
|
+
"aws:ResourceTag/${TagKey}"
|
|
304557
|
+
]
|
|
303935
304558
|
}
|
|
303936
304559
|
],
|
|
303937
304560
|
"conditionKeys": [
|
package/data/metadata.json
CHANGED
|
@@ -857,8 +857,9 @@
|
|
|
857
857
|
"name": "Amazon AppFlow",
|
|
858
858
|
"servicePrefix": "appflow",
|
|
859
859
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonappflow.html",
|
|
860
|
-
"actionsCount":
|
|
860
|
+
"actionsCount": 30,
|
|
861
861
|
"actions": [
|
|
862
|
+
"CancelFlowExecutions",
|
|
862
863
|
"CreateConnectorProfile",
|
|
863
864
|
"CreateFlow",
|
|
864
865
|
"DeleteConnectorProfile",
|
|
@@ -887,7 +888,7 @@
|
|
|
887
888
|
"UpdateConnectorProfile",
|
|
888
889
|
"UpdateConnectorRegistration",
|
|
889
890
|
"UpdateFlow",
|
|
890
|
-
"
|
|
891
|
+
"UseConnectorProfile"
|
|
891
892
|
],
|
|
892
893
|
"resourceTypesCount": 3,
|
|
893
894
|
"resourceTypes": [
|
|
@@ -5482,7 +5483,7 @@
|
|
|
5482
5483
|
"name": "AWS Database Migration Service",
|
|
5483
5484
|
"servicePrefix": "dms",
|
|
5484
5485
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdatabasemigrationservice.html",
|
|
5485
|
-
"actionsCount":
|
|
5486
|
+
"actionsCount": 117,
|
|
5486
5487
|
"actions": [
|
|
5487
5488
|
"AddTagsToResource",
|
|
5488
5489
|
"ApplyPendingMaintenanceAction",
|
|
@@ -5492,17 +5493,20 @@
|
|
|
5492
5493
|
"CancelMetadataModelConversion",
|
|
5493
5494
|
"CancelMetadataModelExport",
|
|
5494
5495
|
"CancelReplicationTaskAssessmentRun",
|
|
5496
|
+
"CreateDataMigration",
|
|
5495
5497
|
"CreateDataProvider",
|
|
5496
5498
|
"CreateEndpoint",
|
|
5497
5499
|
"CreateEventSubscription",
|
|
5498
5500
|
"CreateFleetAdvisorCollector",
|
|
5499
5501
|
"CreateInstanceProfile",
|
|
5500
5502
|
"CreateMigrationProject",
|
|
5503
|
+
"CreateReplicationConfig",
|
|
5501
5504
|
"CreateReplicationInstance",
|
|
5502
5505
|
"CreateReplicationSubnetGroup",
|
|
5503
5506
|
"CreateReplicationTask",
|
|
5504
5507
|
"DeleteCertificate",
|
|
5505
5508
|
"DeleteConnection",
|
|
5509
|
+
"DeleteDataMigration",
|
|
5506
5510
|
"DeleteDataProvider",
|
|
5507
5511
|
"DeleteEndpoint",
|
|
5508
5512
|
"DeleteEventSubscription",
|
|
@@ -5510,6 +5514,7 @@
|
|
|
5510
5514
|
"DeleteFleetAdvisorDatabases",
|
|
5511
5515
|
"DeleteInstanceProfile",
|
|
5512
5516
|
"DeleteMigrationProject",
|
|
5517
|
+
"DeleteReplicationConfig",
|
|
5513
5518
|
"DeleteReplicationInstance",
|
|
5514
5519
|
"DeleteReplicationSubnetGroup",
|
|
5515
5520
|
"DeleteReplicationTask",
|
|
@@ -5518,6 +5523,7 @@
|
|
|
5518
5523
|
"DescribeApplicableIndividualAssessments",
|
|
5519
5524
|
"DescribeCertificates",
|
|
5520
5525
|
"DescribeConnections",
|
|
5526
|
+
"DescribeDataMigrations",
|
|
5521
5527
|
"DescribeEndpointSettings",
|
|
5522
5528
|
"DescribeEndpointTypes",
|
|
5523
5529
|
"DescribeEndpoints",
|
|
@@ -5534,13 +5540,16 @@
|
|
|
5534
5540
|
"DescribeRecommendationLimitations",
|
|
5535
5541
|
"DescribeRecommendations",
|
|
5536
5542
|
"DescribeRefreshSchemasStatus",
|
|
5543
|
+
"DescribeReplicationConfigs",
|
|
5537
5544
|
"DescribeReplicationInstanceTaskLogs",
|
|
5538
5545
|
"DescribeReplicationInstances",
|
|
5539
5546
|
"DescribeReplicationSubnetGroups",
|
|
5547
|
+
"DescribeReplicationTableStatistics",
|
|
5540
5548
|
"DescribeReplicationTaskAssessmentResults",
|
|
5541
5549
|
"DescribeReplicationTaskAssessmentRuns",
|
|
5542
5550
|
"DescribeReplicationTaskIndividualAssessments",
|
|
5543
5551
|
"DescribeReplicationTasks",
|
|
5552
|
+
"DescribeReplications",
|
|
5544
5553
|
"DescribeSchemas",
|
|
5545
5554
|
"DescribeTableStatistics",
|
|
5546
5555
|
"DisassociateExtensionPack",
|
|
@@ -5556,28 +5565,35 @@
|
|
|
5556
5565
|
"ListMetadataModelExports",
|
|
5557
5566
|
"ListMigrationProjects",
|
|
5558
5567
|
"ListTagsForResource",
|
|
5568
|
+
"ModifyDataMigration",
|
|
5559
5569
|
"ModifyEndpoint",
|
|
5560
5570
|
"ModifyEventSubscription",
|
|
5561
5571
|
"ModifyFleetAdvisorCollector",
|
|
5562
5572
|
"ModifyFleetAdvisorCollectorStatuses",
|
|
5573
|
+
"ModifyReplicationConfig",
|
|
5563
5574
|
"ModifyReplicationInstance",
|
|
5564
5575
|
"ModifyReplicationSubnetGroup",
|
|
5565
5576
|
"ModifyReplicationTask",
|
|
5566
5577
|
"MoveReplicationTask",
|
|
5567
5578
|
"RebootReplicationInstance",
|
|
5568
5579
|
"RefreshSchemas",
|
|
5580
|
+
"ReloadReplicationTables",
|
|
5569
5581
|
"ReloadTables",
|
|
5570
5582
|
"RemoveTagsFromResource",
|
|
5571
5583
|
"RunFleetAdvisorLsaAnalysis",
|
|
5584
|
+
"StartDataMigration",
|
|
5572
5585
|
"StartMetadataModelAssessment",
|
|
5573
5586
|
"StartMetadataModelConversion",
|
|
5574
5587
|
"StartMetadataModelExportAsScripts",
|
|
5575
5588
|
"StartMetadataModelExportToTarget",
|
|
5576
5589
|
"StartMetadataModelImport",
|
|
5577
5590
|
"StartRecommendations",
|
|
5591
|
+
"StartReplication",
|
|
5578
5592
|
"StartReplicationTask",
|
|
5579
5593
|
"StartReplicationTaskAssessment",
|
|
5580
5594
|
"StartReplicationTaskAssessmentRun",
|
|
5595
|
+
"StopDataMigration",
|
|
5596
|
+
"StopReplication",
|
|
5581
5597
|
"StopReplicationTask",
|
|
5582
5598
|
"TestConnection",
|
|
5583
5599
|
"UpdateConversionConfiguration",
|
|
@@ -5587,32 +5603,36 @@
|
|
|
5587
5603
|
"UpdateSubscriptionsToEventBridge",
|
|
5588
5604
|
"UploadFileMetadataList"
|
|
5589
5605
|
],
|
|
5590
|
-
"resourceTypesCount":
|
|
5606
|
+
"resourceTypesCount": 13,
|
|
5591
5607
|
"resourceTypes": [
|
|
5592
5608
|
"Certificate",
|
|
5593
5609
|
"DataProvider",
|
|
5610
|
+
"DataMigration",
|
|
5594
5611
|
"Endpoint",
|
|
5595
5612
|
"EventSubscription",
|
|
5596
5613
|
"InstanceProfile",
|
|
5597
5614
|
"MigrationProject",
|
|
5615
|
+
"ReplicationConfig",
|
|
5598
5616
|
"ReplicationInstance",
|
|
5599
5617
|
"ReplicationSubnetGroup",
|
|
5600
5618
|
"ReplicationTask",
|
|
5601
5619
|
"ReplicationTaskAssessmentRun",
|
|
5602
5620
|
"ReplicationTaskIndividualAssessment"
|
|
5603
5621
|
],
|
|
5604
|
-
"conditionKeysCount":
|
|
5622
|
+
"conditionKeysCount": 15,
|
|
5605
5623
|
"conditionKeys": [
|
|
5606
5624
|
"aws:RequestTag/${TagKey}",
|
|
5607
5625
|
"aws:ResourceTag/${TagKey}",
|
|
5608
5626
|
"aws:TagKeys",
|
|
5609
5627
|
"dms:cert-tag/${TagKey}",
|
|
5610
|
-
"dms:
|
|
5628
|
+
"dms:data-migration-tag/${TagKey}",
|
|
5629
|
+
"dms:data-provider-tag/${TagKey}",
|
|
5611
5630
|
"dms:endpoint-tag/${TagKey}",
|
|
5612
5631
|
"dms:es-tag/${TagKey}",
|
|
5613
|
-
"dms:
|
|
5614
|
-
"dms:
|
|
5632
|
+
"dms:instance-profile-tag/${TagKey}",
|
|
5633
|
+
"dms:migration-project-tag/${TagKey}",
|
|
5615
5634
|
"dms:rep-tag/${TagKey}",
|
|
5635
|
+
"dms:replication-config-tag/${TagKey}",
|
|
5616
5636
|
"dms:req-tag/${TagKey}",
|
|
5617
5637
|
"dms:subgrp-tag/${TagKey}",
|
|
5618
5638
|
"dms:task-tag/${TagKey}"
|
|
@@ -14632,8 +14652,16 @@
|
|
|
14632
14652
|
"name": "AWS Marketplace Management Portal",
|
|
14633
14653
|
"servicePrefix": "aws-marketplace-management",
|
|
14634
14654
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacemanagementportal.html",
|
|
14635
|
-
"actionsCount":
|
|
14655
|
+
"actionsCount": 13,
|
|
14636
14656
|
"actions": [
|
|
14657
|
+
"GetAdditionalSellerNotificationRecipients",
|
|
14658
|
+
"GetBankAccountVerificationDetails",
|
|
14659
|
+
"GetSecondaryUserVerificationDetails",
|
|
14660
|
+
"GetSellerVerificationDetails",
|
|
14661
|
+
"PutAdditionalSellerNotificationRecipients",
|
|
14662
|
+
"PutBankAccountVerificationDetails",
|
|
14663
|
+
"PutSecondaryUserVerificationDetails",
|
|
14664
|
+
"PutSellerVerificationDetails",
|
|
14637
14665
|
"uploadFiles",
|
|
14638
14666
|
"viewMarketing",
|
|
14639
14667
|
"viewReports",
|
|
@@ -22654,15 +22682,17 @@
|
|
|
22654
22682
|
"name": "Amazon WorkSpaces Web",
|
|
22655
22683
|
"servicePrefix": "workspaces-web",
|
|
22656
22684
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonworkspacesweb.html",
|
|
22657
|
-
"actionsCount":
|
|
22685
|
+
"actionsCount": 58,
|
|
22658
22686
|
"actions": [
|
|
22659
22687
|
"AssociateBrowserSettings",
|
|
22688
|
+
"AssociateIpAccessSettings",
|
|
22660
22689
|
"AssociateNetworkSettings",
|
|
22661
22690
|
"AssociateTrustStore",
|
|
22662
22691
|
"AssociateUserAccessLoggingSettings",
|
|
22663
22692
|
"AssociateUserSettings",
|
|
22664
22693
|
"CreateBrowserSettings",
|
|
22665
22694
|
"CreateIdentityProvider",
|
|
22695
|
+
"CreateIpAccessSettings",
|
|
22666
22696
|
"CreateNetworkSettings",
|
|
22667
22697
|
"CreatePortal",
|
|
22668
22698
|
"CreateTrustStore",
|
|
@@ -22670,18 +22700,21 @@
|
|
|
22670
22700
|
"CreateUserSettings",
|
|
22671
22701
|
"DeleteBrowserSettings",
|
|
22672
22702
|
"DeleteIdentityProvider",
|
|
22703
|
+
"DeleteIpAccessSettings",
|
|
22673
22704
|
"DeleteNetworkSettings",
|
|
22674
22705
|
"DeletePortal",
|
|
22675
22706
|
"DeleteTrustStore",
|
|
22676
22707
|
"DeleteUserAccessLoggingSettings",
|
|
22677
22708
|
"DeleteUserSettings",
|
|
22678
22709
|
"DisassociateBrowserSettings",
|
|
22710
|
+
"DisassociateIpAccessSettings",
|
|
22679
22711
|
"DisassociateNetworkSettings",
|
|
22680
22712
|
"DisassociateTrustStore",
|
|
22681
22713
|
"DisassociateUserAccessLoggingSettings",
|
|
22682
22714
|
"DisassociateUserSettings",
|
|
22683
22715
|
"GetBrowserSettings",
|
|
22684
22716
|
"GetIdentityProvider",
|
|
22717
|
+
"GetIpAccessSettings",
|
|
22685
22718
|
"GetNetworkSettings",
|
|
22686
22719
|
"GetPortal",
|
|
22687
22720
|
"GetPortalServiceProviderMetadata",
|
|
@@ -22691,6 +22724,7 @@
|
|
|
22691
22724
|
"GetUserSettings",
|
|
22692
22725
|
"ListBrowserSettings",
|
|
22693
22726
|
"ListIdentityProviders",
|
|
22727
|
+
"ListIpAccessSettings",
|
|
22694
22728
|
"ListNetworkSettings",
|
|
22695
22729
|
"ListPortals",
|
|
22696
22730
|
"ListTagsForResource",
|
|
@@ -22702,20 +22736,23 @@
|
|
|
22702
22736
|
"UntagResource",
|
|
22703
22737
|
"UpdateBrowserSettings",
|
|
22704
22738
|
"UpdateIdentityProvider",
|
|
22739
|
+
"UpdateIpAccessSettings",
|
|
22705
22740
|
"UpdateNetworkSettings",
|
|
22706
22741
|
"UpdatePortal",
|
|
22707
22742
|
"UpdateTrustStore",
|
|
22708
22743
|
"UpdateUserAccessLoggingSettings",
|
|
22709
22744
|
"UpdateUserSettings"
|
|
22710
22745
|
],
|
|
22711
|
-
"resourceTypesCount":
|
|
22746
|
+
"resourceTypesCount": 8,
|
|
22712
22747
|
"resourceTypes": [
|
|
22713
22748
|
"browserSettings",
|
|
22749
|
+
"identityProvider",
|
|
22714
22750
|
"networkSettings",
|
|
22715
22751
|
"portal",
|
|
22716
22752
|
"trustStore",
|
|
22717
22753
|
"userSettings",
|
|
22718
|
-
"userAccessLoggingSettings"
|
|
22754
|
+
"userAccessLoggingSettings",
|
|
22755
|
+
"ipAccessSettings"
|
|
22719
22756
|
],
|
|
22720
22757
|
"conditionKeysCount": 3,
|
|
22721
22758
|
"conditionKeys": [
|
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",
|