aws-iam-data 0.0.474 → 0.0.475
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/dist/data/json/changelog.json +71 -0
- package/dist/data/json/iam.json +711 -6
- package/dist/data/json/metadata.json +65 -8
- package/dist/data/json/reports.json +11 -11
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -92200,6 +92200,40 @@
|
|
|
92200
92200
|
}
|
|
92201
92201
|
]
|
|
92202
92202
|
},
|
|
92203
|
+
{
|
|
92204
|
+
"name": "SendOutboundChatMessage",
|
|
92205
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/adminguide/enable-outbound-campaigns.html",
|
|
92206
|
+
"permissionOnly": true,
|
|
92207
|
+
"description": "Grants permission to send outbound chat messages using the Amazon Connect API",
|
|
92208
|
+
"accessLevel": "Write",
|
|
92209
|
+
"resourceTypes": [
|
|
92210
|
+
{
|
|
92211
|
+
"resourceType": "instance",
|
|
92212
|
+
"required": true,
|
|
92213
|
+
"conditionKeys": [],
|
|
92214
|
+
"dependentActions": [
|
|
92215
|
+
"social-messaging:SendWhatsAppMessage",
|
|
92216
|
+
"wisdom:GetMessageTemplate",
|
|
92217
|
+
"wisdom:RenderMessageTemplate"
|
|
92218
|
+
]
|
|
92219
|
+
},
|
|
92220
|
+
{
|
|
92221
|
+
"resourceType": "phone-number",
|
|
92222
|
+
"required": true,
|
|
92223
|
+
"conditionKeys": [],
|
|
92224
|
+
"dependentActions": []
|
|
92225
|
+
},
|
|
92226
|
+
{
|
|
92227
|
+
"resourceType": "",
|
|
92228
|
+
"required": false,
|
|
92229
|
+
"conditionKeys": [
|
|
92230
|
+
"connect:InstanceId",
|
|
92231
|
+
"connect:Subtype"
|
|
92232
|
+
],
|
|
92233
|
+
"dependentActions": []
|
|
92234
|
+
}
|
|
92235
|
+
]
|
|
92236
|
+
},
|
|
92203
92237
|
{
|
|
92204
92238
|
"name": "SendOutboundEmail",
|
|
92205
92239
|
"apiReferenceUrl": "https://docs.aws.amazon.com/connect/latest/APIReference/API_SendOutboundEmail.html",
|
|
@@ -103909,6 +103943,36 @@
|
|
|
103909
103943
|
}
|
|
103910
103944
|
]
|
|
103911
103945
|
},
|
|
103946
|
+
{
|
|
103947
|
+
"name": "CancelMetadataModelConversion",
|
|
103948
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CancelMetadataModelConversion.html",
|
|
103949
|
+
"permissionOnly": false,
|
|
103950
|
+
"description": "Grants permission to cancel a single metadata model conversion operation that was started with StartMetadataModelConversion",
|
|
103951
|
+
"accessLevel": "Write",
|
|
103952
|
+
"resourceTypes": [
|
|
103953
|
+
{
|
|
103954
|
+
"resourceType": "MigrationProject",
|
|
103955
|
+
"required": true,
|
|
103956
|
+
"conditionKeys": [],
|
|
103957
|
+
"dependentActions": []
|
|
103958
|
+
}
|
|
103959
|
+
]
|
|
103960
|
+
},
|
|
103961
|
+
{
|
|
103962
|
+
"name": "CancelMetadataModelCreation",
|
|
103963
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CancelMetadataModelCreation.html",
|
|
103964
|
+
"permissionOnly": false,
|
|
103965
|
+
"description": "Grants permission to cancel a single metadata model creation operation that was started with StartMetadataModelCreation",
|
|
103966
|
+
"accessLevel": "Write",
|
|
103967
|
+
"resourceTypes": [
|
|
103968
|
+
{
|
|
103969
|
+
"resourceType": "MigrationProject",
|
|
103970
|
+
"required": true,
|
|
103971
|
+
"conditionKeys": [],
|
|
103972
|
+
"dependentActions": []
|
|
103973
|
+
}
|
|
103974
|
+
]
|
|
103975
|
+
},
|
|
103912
103976
|
{
|
|
103913
103977
|
"name": "CancelReplicationTaskAssessmentRun",
|
|
103914
103978
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_CancelReplicationTaskAssessmentRun.html",
|
|
@@ -104696,6 +104760,51 @@
|
|
|
104696
104760
|
}
|
|
104697
104761
|
]
|
|
104698
104762
|
},
|
|
104763
|
+
{
|
|
104764
|
+
"name": "DescribeMetadataModel",
|
|
104765
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModel.html",
|
|
104766
|
+
"permissionOnly": false,
|
|
104767
|
+
"description": "Grants permission to get detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable",
|
|
104768
|
+
"accessLevel": "Read",
|
|
104769
|
+
"resourceTypes": [
|
|
104770
|
+
{
|
|
104771
|
+
"resourceType": "MigrationProject",
|
|
104772
|
+
"required": true,
|
|
104773
|
+
"conditionKeys": [],
|
|
104774
|
+
"dependentActions": []
|
|
104775
|
+
}
|
|
104776
|
+
]
|
|
104777
|
+
},
|
|
104778
|
+
{
|
|
104779
|
+
"name": "DescribeMetadataModelChildren",
|
|
104780
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelChildren.html",
|
|
104781
|
+
"permissionOnly": false,
|
|
104782
|
+
"description": "Grants permission to get a list of child metadata models for the specified metadata model in the database hierarchy",
|
|
104783
|
+
"accessLevel": "Read",
|
|
104784
|
+
"resourceTypes": [
|
|
104785
|
+
{
|
|
104786
|
+
"resourceType": "MigrationProject",
|
|
104787
|
+
"required": true,
|
|
104788
|
+
"conditionKeys": [],
|
|
104789
|
+
"dependentActions": []
|
|
104790
|
+
}
|
|
104791
|
+
]
|
|
104792
|
+
},
|
|
104793
|
+
{
|
|
104794
|
+
"name": "DescribeMetadataModelCreations",
|
|
104795
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelCreations.html",
|
|
104796
|
+
"permissionOnly": false,
|
|
104797
|
+
"description": "Grants permission to return a paginated list of metadata model creation requests for a migration project",
|
|
104798
|
+
"accessLevel": "Read",
|
|
104799
|
+
"resourceTypes": [
|
|
104800
|
+
{
|
|
104801
|
+
"resourceType": "MigrationProject",
|
|
104802
|
+
"required": true,
|
|
104803
|
+
"conditionKeys": [],
|
|
104804
|
+
"dependentActions": []
|
|
104805
|
+
}
|
|
104806
|
+
]
|
|
104807
|
+
},
|
|
104699
104808
|
{
|
|
104700
104809
|
"name": "DescribeMetadataModelImports",
|
|
104701
104810
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_DescribeMetadataModelImports.html",
|
|
@@ -105008,6 +105117,21 @@
|
|
|
105008
105117
|
}
|
|
105009
105118
|
]
|
|
105010
105119
|
},
|
|
105120
|
+
{
|
|
105121
|
+
"name": "GetTargetSelectionRules",
|
|
105122
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_GetTargetSelectionRules.html",
|
|
105123
|
+
"permissionOnly": false,
|
|
105124
|
+
"description": "Grants permission to convert source selection rules into their target counterparts for schema conversion operations",
|
|
105125
|
+
"accessLevel": "Read",
|
|
105126
|
+
"resourceTypes": [
|
|
105127
|
+
{
|
|
105128
|
+
"resourceType": "MigrationProject",
|
|
105129
|
+
"required": true,
|
|
105130
|
+
"conditionKeys": [],
|
|
105131
|
+
"dependentActions": []
|
|
105132
|
+
}
|
|
105133
|
+
]
|
|
105134
|
+
},
|
|
105011
105135
|
{
|
|
105012
105136
|
"name": "ImportCertificate",
|
|
105013
105137
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_ImportCertificate.html",
|
|
@@ -105639,6 +105763,21 @@
|
|
|
105639
105763
|
}
|
|
105640
105764
|
]
|
|
105641
105765
|
},
|
|
105766
|
+
{
|
|
105767
|
+
"name": "StartMetadataModelCreation",
|
|
105768
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartMetadataModelCreation.html",
|
|
105769
|
+
"permissionOnly": false,
|
|
105770
|
+
"description": "Grants permission to create source metadata model of the given type with the specified properties for schema conversion operations",
|
|
105771
|
+
"accessLevel": "Write",
|
|
105772
|
+
"resourceTypes": [
|
|
105773
|
+
{
|
|
105774
|
+
"resourceType": "MigrationProject",
|
|
105775
|
+
"required": true,
|
|
105776
|
+
"conditionKeys": [],
|
|
105777
|
+
"dependentActions": []
|
|
105778
|
+
}
|
|
105779
|
+
]
|
|
105780
|
+
},
|
|
105642
105781
|
{
|
|
105643
105782
|
"name": "StartMetadataModelExportAsScripts",
|
|
105644
105783
|
"apiReferenceUrl": "https://docs.aws.amazon.com/dms/latest/APIReference/API_StartMetadataModelExportAsScript.html",
|
|
@@ -107726,6 +107865,66 @@
|
|
|
107726
107865
|
}
|
|
107727
107866
|
]
|
|
107728
107867
|
},
|
|
107868
|
+
{
|
|
107869
|
+
"name": "BatchGetAttributesMetadata",
|
|
107870
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchGetAttributesMetadata.html",
|
|
107871
|
+
"permissionOnly": false,
|
|
107872
|
+
"description": "Grants permission to retrieve attributes metadata",
|
|
107873
|
+
"accessLevel": "Read",
|
|
107874
|
+
"resourceTypes": [
|
|
107875
|
+
{
|
|
107876
|
+
"resourceType": "",
|
|
107877
|
+
"required": false,
|
|
107878
|
+
"conditionKeys": [],
|
|
107879
|
+
"dependentActions": []
|
|
107880
|
+
}
|
|
107881
|
+
]
|
|
107882
|
+
},
|
|
107883
|
+
{
|
|
107884
|
+
"name": "BatchGetCell",
|
|
107885
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchGetCell.html",
|
|
107886
|
+
"permissionOnly": false,
|
|
107887
|
+
"description": "Grants permission to batch get cells",
|
|
107888
|
+
"accessLevel": "Read",
|
|
107889
|
+
"resourceTypes": [
|
|
107890
|
+
{
|
|
107891
|
+
"resourceType": "",
|
|
107892
|
+
"required": false,
|
|
107893
|
+
"conditionKeys": [],
|
|
107894
|
+
"dependentActions": []
|
|
107895
|
+
}
|
|
107896
|
+
]
|
|
107897
|
+
},
|
|
107898
|
+
{
|
|
107899
|
+
"name": "BatchGetCellRun",
|
|
107900
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchGetCellRun.html",
|
|
107901
|
+
"permissionOnly": false,
|
|
107902
|
+
"description": "Grants permission to batch get cell runs",
|
|
107903
|
+
"accessLevel": "Read",
|
|
107904
|
+
"resourceTypes": [
|
|
107905
|
+
{
|
|
107906
|
+
"resourceType": "",
|
|
107907
|
+
"required": false,
|
|
107908
|
+
"conditionKeys": [],
|
|
107909
|
+
"dependentActions": []
|
|
107910
|
+
}
|
|
107911
|
+
]
|
|
107912
|
+
},
|
|
107913
|
+
{
|
|
107914
|
+
"name": "BatchPutAttributesMetadata",
|
|
107915
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchPutAttributesMetadata.html",
|
|
107916
|
+
"permissionOnly": false,
|
|
107917
|
+
"description": "Grants permission to create and update attributes metadata",
|
|
107918
|
+
"accessLevel": "Write",
|
|
107919
|
+
"resourceTypes": [
|
|
107920
|
+
{
|
|
107921
|
+
"resourceType": "",
|
|
107922
|
+
"required": false,
|
|
107923
|
+
"conditionKeys": [],
|
|
107924
|
+
"dependentActions": []
|
|
107925
|
+
}
|
|
107926
|
+
]
|
|
107927
|
+
},
|
|
107729
107928
|
{
|
|
107730
107929
|
"name": "BatchPutLinkedTypes",
|
|
107731
107930
|
"apiReferenceUrl": "${APIReferenceDocPage}API_BatchPutLinkedTypes.html",
|
|
@@ -107846,6 +108045,36 @@
|
|
|
107846
108045
|
}
|
|
107847
108046
|
]
|
|
107848
108047
|
},
|
|
108048
|
+
{
|
|
108049
|
+
"name": "CreateCell",
|
|
108050
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateCell.html",
|
|
108051
|
+
"permissionOnly": false,
|
|
108052
|
+
"description": "Grants permission to create cells",
|
|
108053
|
+
"accessLevel": "Write",
|
|
108054
|
+
"resourceTypes": [
|
|
108055
|
+
{
|
|
108056
|
+
"resourceType": "",
|
|
108057
|
+
"required": false,
|
|
108058
|
+
"conditionKeys": [],
|
|
108059
|
+
"dependentActions": []
|
|
108060
|
+
}
|
|
108061
|
+
]
|
|
108062
|
+
},
|
|
108063
|
+
{
|
|
108064
|
+
"name": "CreateCellRun",
|
|
108065
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateCellRun.html",
|
|
108066
|
+
"permissionOnly": false,
|
|
108067
|
+
"description": "Grants permission to create cell runs",
|
|
108068
|
+
"accessLevel": "Write",
|
|
108069
|
+
"resourceTypes": [
|
|
108070
|
+
{
|
|
108071
|
+
"resourceType": "",
|
|
108072
|
+
"required": false,
|
|
108073
|
+
"conditionKeys": [],
|
|
108074
|
+
"dependentActions": []
|
|
108075
|
+
}
|
|
108076
|
+
]
|
|
108077
|
+
},
|
|
107849
108078
|
{
|
|
107850
108079
|
"name": "CreateConnection",
|
|
107851
108080
|
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateConnection.html",
|
|
@@ -108074,6 +108303,21 @@
|
|
|
108074
108303
|
}
|
|
108075
108304
|
]
|
|
108076
108305
|
},
|
|
108306
|
+
{
|
|
108307
|
+
"name": "CreateNotebook",
|
|
108308
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateNotebook.html",
|
|
108309
|
+
"permissionOnly": false,
|
|
108310
|
+
"description": "Grants permission to create notebooks",
|
|
108311
|
+
"accessLevel": "Write",
|
|
108312
|
+
"resourceTypes": [
|
|
108313
|
+
{
|
|
108314
|
+
"resourceType": "",
|
|
108315
|
+
"required": false,
|
|
108316
|
+
"conditionKeys": [],
|
|
108317
|
+
"dependentActions": []
|
|
108318
|
+
}
|
|
108319
|
+
]
|
|
108320
|
+
},
|
|
108077
108321
|
{
|
|
108078
108322
|
"name": "CreateProject",
|
|
108079
108323
|
"apiReferenceUrl": "${APIReferenceDocPage}API_CreateProject.html",
|
|
@@ -108254,6 +108498,36 @@
|
|
|
108254
108498
|
}
|
|
108255
108499
|
]
|
|
108256
108500
|
},
|
|
108501
|
+
{
|
|
108502
|
+
"name": "DeleteCell",
|
|
108503
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_DeleteCell.html",
|
|
108504
|
+
"permissionOnly": false,
|
|
108505
|
+
"description": "Grants permission to delete cells",
|
|
108506
|
+
"accessLevel": "Write",
|
|
108507
|
+
"resourceTypes": [
|
|
108508
|
+
{
|
|
108509
|
+
"resourceType": "",
|
|
108510
|
+
"required": false,
|
|
108511
|
+
"conditionKeys": [],
|
|
108512
|
+
"dependentActions": []
|
|
108513
|
+
}
|
|
108514
|
+
]
|
|
108515
|
+
},
|
|
108516
|
+
{
|
|
108517
|
+
"name": "DeleteCellRun",
|
|
108518
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_DeleteCellRun.html",
|
|
108519
|
+
"permissionOnly": false,
|
|
108520
|
+
"description": "Grants permission to delete cell runs",
|
|
108521
|
+
"accessLevel": "Write",
|
|
108522
|
+
"resourceTypes": [
|
|
108523
|
+
{
|
|
108524
|
+
"resourceType": "",
|
|
108525
|
+
"required": false,
|
|
108526
|
+
"conditionKeys": [],
|
|
108527
|
+
"dependentActions": []
|
|
108528
|
+
}
|
|
108529
|
+
]
|
|
108530
|
+
},
|
|
108257
108531
|
{
|
|
108258
108532
|
"name": "DeleteConnection",
|
|
108259
108533
|
"apiReferenceUrl": "${APIReferenceDocPage}API_DeleteConnection.html",
|
|
@@ -108479,6 +108753,21 @@
|
|
|
108479
108753
|
}
|
|
108480
108754
|
]
|
|
108481
108755
|
},
|
|
108756
|
+
{
|
|
108757
|
+
"name": "DeleteNotebook",
|
|
108758
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_DeleteNotebook.html",
|
|
108759
|
+
"permissionOnly": false,
|
|
108760
|
+
"description": "Grants permission to delete notebooks",
|
|
108761
|
+
"accessLevel": "Write",
|
|
108762
|
+
"resourceTypes": [
|
|
108763
|
+
{
|
|
108764
|
+
"resourceType": "",
|
|
108765
|
+
"required": false,
|
|
108766
|
+
"conditionKeys": [],
|
|
108767
|
+
"dependentActions": []
|
|
108768
|
+
}
|
|
108769
|
+
]
|
|
108770
|
+
},
|
|
108482
108771
|
{
|
|
108483
108772
|
"name": "DeleteProject",
|
|
108484
108773
|
"apiReferenceUrl": "${APIReferenceDocPage}API_DeleteProject.html",
|
|
@@ -108629,6 +108918,21 @@
|
|
|
108629
108918
|
}
|
|
108630
108919
|
]
|
|
108631
108920
|
},
|
|
108921
|
+
{
|
|
108922
|
+
"name": "GenerateCode",
|
|
108923
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GenerateCode.html",
|
|
108924
|
+
"permissionOnly": false,
|
|
108925
|
+
"description": "Grants permission to generate code",
|
|
108926
|
+
"accessLevel": "Write",
|
|
108927
|
+
"resourceTypes": [
|
|
108928
|
+
{
|
|
108929
|
+
"resourceType": "",
|
|
108930
|
+
"required": false,
|
|
108931
|
+
"conditionKeys": [],
|
|
108932
|
+
"dependentActions": []
|
|
108933
|
+
}
|
|
108934
|
+
]
|
|
108935
|
+
},
|
|
108632
108936
|
{
|
|
108633
108937
|
"name": "GetAccountPool",
|
|
108634
108938
|
"apiReferenceUrl": "${APIReferenceDocPage}API_GetAccountPool.html",
|
|
@@ -108689,6 +108993,51 @@
|
|
|
108689
108993
|
}
|
|
108690
108994
|
]
|
|
108691
108995
|
},
|
|
108996
|
+
{
|
|
108997
|
+
"name": "GetCell",
|
|
108998
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetCell.html",
|
|
108999
|
+
"permissionOnly": false,
|
|
109000
|
+
"description": "Grants permission to get cells",
|
|
109001
|
+
"accessLevel": "Read",
|
|
109002
|
+
"resourceTypes": [
|
|
109003
|
+
{
|
|
109004
|
+
"resourceType": "",
|
|
109005
|
+
"required": false,
|
|
109006
|
+
"conditionKeys": [],
|
|
109007
|
+
"dependentActions": []
|
|
109008
|
+
}
|
|
109009
|
+
]
|
|
109010
|
+
},
|
|
109011
|
+
{
|
|
109012
|
+
"name": "GetCellRun",
|
|
109013
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetCellRun.html",
|
|
109014
|
+
"permissionOnly": false,
|
|
109015
|
+
"description": "Grants permission to get cell runs",
|
|
109016
|
+
"accessLevel": "Read",
|
|
109017
|
+
"resourceTypes": [
|
|
109018
|
+
{
|
|
109019
|
+
"resourceType": "",
|
|
109020
|
+
"required": false,
|
|
109021
|
+
"conditionKeys": [],
|
|
109022
|
+
"dependentActions": []
|
|
109023
|
+
}
|
|
109024
|
+
]
|
|
109025
|
+
},
|
|
109026
|
+
{
|
|
109027
|
+
"name": "GetCellRunResult",
|
|
109028
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetCellRunResult.html",
|
|
109029
|
+
"permissionOnly": false,
|
|
109030
|
+
"description": "Grants permission to get cell run result",
|
|
109031
|
+
"accessLevel": "Read",
|
|
109032
|
+
"resourceTypes": [
|
|
109033
|
+
{
|
|
109034
|
+
"resourceType": "",
|
|
109035
|
+
"required": false,
|
|
109036
|
+
"conditionKeys": [],
|
|
109037
|
+
"dependentActions": []
|
|
109038
|
+
}
|
|
109039
|
+
]
|
|
109040
|
+
},
|
|
108692
109041
|
{
|
|
108693
109042
|
"name": "GetConnection",
|
|
108694
109043
|
"apiReferenceUrl": "${APIReferenceDocPage}API_GetConnection.html",
|
|
@@ -108704,6 +109053,21 @@
|
|
|
108704
109053
|
}
|
|
108705
109054
|
]
|
|
108706
109055
|
},
|
|
109056
|
+
{
|
|
109057
|
+
"name": "GetConversation",
|
|
109058
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetConversation.html",
|
|
109059
|
+
"permissionOnly": false,
|
|
109060
|
+
"description": "Grants permission to get conversations",
|
|
109061
|
+
"accessLevel": "Read",
|
|
109062
|
+
"resourceTypes": [
|
|
109063
|
+
{
|
|
109064
|
+
"resourceType": "",
|
|
109065
|
+
"required": false,
|
|
109066
|
+
"conditionKeys": [],
|
|
109067
|
+
"dependentActions": []
|
|
109068
|
+
}
|
|
109069
|
+
]
|
|
109070
|
+
},
|
|
108707
109071
|
{
|
|
108708
109072
|
"name": "GetDataProduct",
|
|
108709
109073
|
"apiReferenceUrl": "${APIReferenceDocPage}API_GetDataProduct.html",
|
|
@@ -109064,6 +109428,36 @@
|
|
|
109064
109428
|
}
|
|
109065
109429
|
]
|
|
109066
109430
|
},
|
|
109431
|
+
{
|
|
109432
|
+
"name": "GetNotebook",
|
|
109433
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetNotebook.html",
|
|
109434
|
+
"permissionOnly": false,
|
|
109435
|
+
"description": "Grants permission to get notebooks",
|
|
109436
|
+
"accessLevel": "Read",
|
|
109437
|
+
"resourceTypes": [
|
|
109438
|
+
{
|
|
109439
|
+
"resourceType": "",
|
|
109440
|
+
"required": false,
|
|
109441
|
+
"conditionKeys": [],
|
|
109442
|
+
"dependentActions": []
|
|
109443
|
+
}
|
|
109444
|
+
]
|
|
109445
|
+
},
|
|
109446
|
+
{
|
|
109447
|
+
"name": "GetNotebookCompute",
|
|
109448
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_GetNotebookCompute.html",
|
|
109449
|
+
"permissionOnly": false,
|
|
109450
|
+
"description": "Grants permission to get notebook compute",
|
|
109451
|
+
"accessLevel": "Read",
|
|
109452
|
+
"resourceTypes": [
|
|
109453
|
+
{
|
|
109454
|
+
"resourceType": "",
|
|
109455
|
+
"required": false,
|
|
109456
|
+
"conditionKeys": [],
|
|
109457
|
+
"dependentActions": []
|
|
109458
|
+
}
|
|
109459
|
+
]
|
|
109460
|
+
},
|
|
109067
109461
|
{
|
|
109068
109462
|
"name": "GetProject",
|
|
109069
109463
|
"apiReferenceUrl": "${APIReferenceDocPage}API_GetProject.html",
|
|
@@ -109304,6 +109698,21 @@
|
|
|
109304
109698
|
}
|
|
109305
109699
|
]
|
|
109306
109700
|
},
|
|
109701
|
+
{
|
|
109702
|
+
"name": "ListCellRuns",
|
|
109703
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListCellRuns.html",
|
|
109704
|
+
"permissionOnly": false,
|
|
109705
|
+
"description": "Grants permission to list cell runs",
|
|
109706
|
+
"accessLevel": "List",
|
|
109707
|
+
"resourceTypes": [
|
|
109708
|
+
{
|
|
109709
|
+
"resourceType": "",
|
|
109710
|
+
"required": false,
|
|
109711
|
+
"conditionKeys": [],
|
|
109712
|
+
"dependentActions": []
|
|
109713
|
+
}
|
|
109714
|
+
]
|
|
109715
|
+
},
|
|
109307
109716
|
{
|
|
109308
109717
|
"name": "ListConnections",
|
|
109309
109718
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListConnections.html",
|
|
@@ -109319,6 +109728,21 @@
|
|
|
109319
109728
|
}
|
|
109320
109729
|
]
|
|
109321
109730
|
},
|
|
109731
|
+
{
|
|
109732
|
+
"name": "ListConversations",
|
|
109733
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListConversations.html",
|
|
109734
|
+
"permissionOnly": false,
|
|
109735
|
+
"description": "Grants permission to list conversations",
|
|
109736
|
+
"accessLevel": "List",
|
|
109737
|
+
"resourceTypes": [
|
|
109738
|
+
{
|
|
109739
|
+
"resourceType": "",
|
|
109740
|
+
"required": false,
|
|
109741
|
+
"conditionKeys": [],
|
|
109742
|
+
"dependentActions": []
|
|
109743
|
+
}
|
|
109744
|
+
]
|
|
109745
|
+
},
|
|
109322
109746
|
{
|
|
109323
109747
|
"name": "ListDataProductRevisions",
|
|
109324
109748
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListDataProductRevisions.html",
|
|
@@ -109604,6 +110028,21 @@
|
|
|
109604
110028
|
}
|
|
109605
110029
|
]
|
|
109606
110030
|
},
|
|
110031
|
+
{
|
|
110032
|
+
"name": "ListNotebooks",
|
|
110033
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_ListNotebooks.html",
|
|
110034
|
+
"permissionOnly": false,
|
|
110035
|
+
"description": "Grants permission to list notebooks",
|
|
110036
|
+
"accessLevel": "List",
|
|
110037
|
+
"resourceTypes": [
|
|
110038
|
+
{
|
|
110039
|
+
"resourceType": "",
|
|
110040
|
+
"required": false,
|
|
110041
|
+
"conditionKeys": [],
|
|
110042
|
+
"dependentActions": []
|
|
110043
|
+
}
|
|
110044
|
+
]
|
|
110045
|
+
},
|
|
109607
110046
|
{
|
|
109608
110047
|
"name": "ListNotifications",
|
|
109609
110048
|
"apiReferenceUrl": "${APIReferenceDocPage}API_ListNotifications.html",
|
|
@@ -109844,6 +110283,21 @@
|
|
|
109844
110283
|
}
|
|
109845
110284
|
]
|
|
109846
110285
|
},
|
|
110286
|
+
{
|
|
110287
|
+
"name": "PutCellRunResult",
|
|
110288
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_PutCellRunResult.html",
|
|
110289
|
+
"permissionOnly": false,
|
|
110290
|
+
"description": "Grants permission to put cell run results",
|
|
110291
|
+
"accessLevel": "Write",
|
|
110292
|
+
"resourceTypes": [
|
|
110293
|
+
{
|
|
110294
|
+
"resourceType": "",
|
|
110295
|
+
"required": false,
|
|
110296
|
+
"conditionKeys": [],
|
|
110297
|
+
"dependentActions": []
|
|
110298
|
+
}
|
|
110299
|
+
]
|
|
110300
|
+
},
|
|
109847
110301
|
{
|
|
109848
110302
|
"name": "PutDomainSharingPolicy",
|
|
109849
110303
|
"apiReferenceUrl": "${APIReferenceDocPage}API_PutDomainSharingPolicy.html",
|
|
@@ -110054,6 +110508,21 @@
|
|
|
110054
110508
|
}
|
|
110055
110509
|
]
|
|
110056
110510
|
},
|
|
110511
|
+
{
|
|
110512
|
+
"name": "SendMessage",
|
|
110513
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_SendMessage.html",
|
|
110514
|
+
"permissionOnly": false,
|
|
110515
|
+
"description": "Grants permission to send messages",
|
|
110516
|
+
"accessLevel": "Write",
|
|
110517
|
+
"resourceTypes": [
|
|
110518
|
+
{
|
|
110519
|
+
"resourceType": "",
|
|
110520
|
+
"required": false,
|
|
110521
|
+
"conditionKeys": [],
|
|
110522
|
+
"dependentActions": []
|
|
110523
|
+
}
|
|
110524
|
+
]
|
|
110525
|
+
},
|
|
110057
110526
|
{
|
|
110058
110527
|
"name": "SsoLogin",
|
|
110059
110528
|
"apiReferenceUrl": "${APIReferenceDocPage}API_SsoLogin.html",
|
|
@@ -110099,6 +110568,21 @@
|
|
|
110099
110568
|
}
|
|
110100
110569
|
]
|
|
110101
110570
|
},
|
|
110571
|
+
{
|
|
110572
|
+
"name": "StartConversation",
|
|
110573
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_StartConversation.html",
|
|
110574
|
+
"permissionOnly": false,
|
|
110575
|
+
"description": "Grants permission to start conversations",
|
|
110576
|
+
"accessLevel": "Write",
|
|
110577
|
+
"resourceTypes": [
|
|
110578
|
+
{
|
|
110579
|
+
"resourceType": "",
|
|
110580
|
+
"required": false,
|
|
110581
|
+
"conditionKeys": [],
|
|
110582
|
+
"dependentActions": []
|
|
110583
|
+
}
|
|
110584
|
+
]
|
|
110585
|
+
},
|
|
110102
110586
|
{
|
|
110103
110587
|
"name": "StartDataSourceRun",
|
|
110104
110588
|
"apiReferenceUrl": "${APIReferenceDocPage}API_StartDataSourceRun.html",
|
|
@@ -110129,6 +110613,21 @@
|
|
|
110129
110613
|
}
|
|
110130
110614
|
]
|
|
110131
110615
|
},
|
|
110616
|
+
{
|
|
110617
|
+
"name": "StartNotebookCompute",
|
|
110618
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_StartNotebookCompute.html",
|
|
110619
|
+
"permissionOnly": false,
|
|
110620
|
+
"description": "Grants permission to start notebook compute",
|
|
110621
|
+
"accessLevel": "Write",
|
|
110622
|
+
"resourceTypes": [
|
|
110623
|
+
{
|
|
110624
|
+
"resourceType": "",
|
|
110625
|
+
"required": false,
|
|
110626
|
+
"conditionKeys": [],
|
|
110627
|
+
"dependentActions": []
|
|
110628
|
+
}
|
|
110629
|
+
]
|
|
110630
|
+
},
|
|
110132
110631
|
{
|
|
110133
110632
|
"name": "StopMetadataGenerationRun",
|
|
110134
110633
|
"apiReferenceUrl": "${APIReferenceDocPage}API_StopMetadataGenerationRun.html",
|
|
@@ -110144,6 +110643,21 @@
|
|
|
110144
110643
|
}
|
|
110145
110644
|
]
|
|
110146
110645
|
},
|
|
110646
|
+
{
|
|
110647
|
+
"name": "StopNotebookCompute",
|
|
110648
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_StopNotebookCompute.html",
|
|
110649
|
+
"permissionOnly": false,
|
|
110650
|
+
"description": "Grants permission to stop notebook compute",
|
|
110651
|
+
"accessLevel": "Write",
|
|
110652
|
+
"resourceTypes": [
|
|
110653
|
+
{
|
|
110654
|
+
"resourceType": "",
|
|
110655
|
+
"required": false,
|
|
110656
|
+
"conditionKeys": [],
|
|
110657
|
+
"dependentActions": []
|
|
110658
|
+
}
|
|
110659
|
+
]
|
|
110660
|
+
},
|
|
110147
110661
|
{
|
|
110148
110662
|
"name": "TagResource",
|
|
110149
110663
|
"apiReferenceUrl": "${APIReferenceDocPage}API_TagResource.html",
|
|
@@ -110221,6 +110735,36 @@
|
|
|
110221
110735
|
}
|
|
110222
110736
|
]
|
|
110223
110737
|
},
|
|
110738
|
+
{
|
|
110739
|
+
"name": "UpdateCell",
|
|
110740
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateCell.html",
|
|
110741
|
+
"permissionOnly": false,
|
|
110742
|
+
"description": "Grants permission to update cells",
|
|
110743
|
+
"accessLevel": "Write",
|
|
110744
|
+
"resourceTypes": [
|
|
110745
|
+
{
|
|
110746
|
+
"resourceType": "",
|
|
110747
|
+
"required": false,
|
|
110748
|
+
"conditionKeys": [],
|
|
110749
|
+
"dependentActions": []
|
|
110750
|
+
}
|
|
110751
|
+
]
|
|
110752
|
+
},
|
|
110753
|
+
{
|
|
110754
|
+
"name": "UpdateCellRun",
|
|
110755
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateCellRun.html",
|
|
110756
|
+
"permissionOnly": false,
|
|
110757
|
+
"description": "Grants permission to update cell runs",
|
|
110758
|
+
"accessLevel": "Write",
|
|
110759
|
+
"resourceTypes": [
|
|
110760
|
+
{
|
|
110761
|
+
"resourceType": "",
|
|
110762
|
+
"required": false,
|
|
110763
|
+
"conditionKeys": [],
|
|
110764
|
+
"dependentActions": []
|
|
110765
|
+
}
|
|
110766
|
+
]
|
|
110767
|
+
},
|
|
110224
110768
|
{
|
|
110225
110769
|
"name": "UpdateConnection",
|
|
110226
110770
|
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateConnection.html",
|
|
@@ -110431,6 +110975,21 @@
|
|
|
110431
110975
|
}
|
|
110432
110976
|
]
|
|
110433
110977
|
},
|
|
110978
|
+
{
|
|
110979
|
+
"name": "UpdateNotebook",
|
|
110980
|
+
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateNotebook.html",
|
|
110981
|
+
"permissionOnly": false,
|
|
110982
|
+
"description": "Grants permission to update notebooks",
|
|
110983
|
+
"accessLevel": "Write",
|
|
110984
|
+
"resourceTypes": [
|
|
110985
|
+
{
|
|
110986
|
+
"resourceType": "",
|
|
110987
|
+
"required": false,
|
|
110988
|
+
"conditionKeys": [],
|
|
110989
|
+
"dependentActions": []
|
|
110990
|
+
}
|
|
110991
|
+
]
|
|
110992
|
+
},
|
|
110434
110993
|
{
|
|
110435
110994
|
"name": "UpdateProject",
|
|
110436
110995
|
"apiReferenceUrl": "${APIReferenceDocPage}API_UpdateProject.html",
|
|
@@ -181854,7 +182413,7 @@
|
|
|
181854
182413
|
"name": "events:detail-type",
|
|
181855
182414
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eventbridge/latest/userguide/policy-keys-eventbridge.html#events-pattern-detail-type",
|
|
181856
182415
|
"description": "Filters access by the literal string of the detail-type of the event to PutEvents and PutRule actions",
|
|
181857
|
-
"type": "
|
|
182416
|
+
"type": "ArrayOfString"
|
|
181858
182417
|
},
|
|
181859
182418
|
{
|
|
181860
182419
|
"name": "events:detail.eventTypeCode",
|
|
@@ -202511,6 +203070,21 @@
|
|
|
202511
203070
|
}
|
|
202512
203071
|
]
|
|
202513
203072
|
},
|
|
203073
|
+
{
|
|
203074
|
+
"name": "GetAgentTaskResponseUrl",
|
|
203075
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetAgentTaskResponseUrl.html",
|
|
203076
|
+
"permissionOnly": false,
|
|
203077
|
+
"description": "Grants permission to retrieve presigned S3 logging URLs",
|
|
203078
|
+
"accessLevel": "Read",
|
|
203079
|
+
"resourceTypes": [
|
|
203080
|
+
{
|
|
203081
|
+
"resourceType": "Agent",
|
|
203082
|
+
"required": true,
|
|
203083
|
+
"conditionKeys": [],
|
|
203084
|
+
"dependentActions": []
|
|
203085
|
+
}
|
|
203086
|
+
]
|
|
203087
|
+
},
|
|
202514
203088
|
{
|
|
202515
203089
|
"name": "GetConfig",
|
|
202516
203090
|
"apiReferenceUrl": "https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetConfig.html",
|
|
@@ -221719,9 +222293,9 @@
|
|
|
221719
222293
|
},
|
|
221720
222294
|
{
|
|
221721
222295
|
"name": "GetInvoicePDF",
|
|
221722
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
221723
|
-
"permissionOnly":
|
|
221724
|
-
"description": "Grants permission to get Invoice
|
|
222296
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_GetInvoicePDF.html",
|
|
222297
|
+
"permissionOnly": false,
|
|
222298
|
+
"description": "Grants permission to get downloadable Invoice document pre-signed URL with supplemental documents",
|
|
221725
222299
|
"accessLevel": "Read",
|
|
221726
222300
|
"resourceTypes": [
|
|
221727
222301
|
{
|
|
@@ -221764,7 +222338,7 @@
|
|
|
221764
222338
|
},
|
|
221765
222339
|
{
|
|
221766
222340
|
"name": "ListInvoiceSummaries",
|
|
221767
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/
|
|
222341
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_invoicing_ListInvoiceSummaries.html",
|
|
221768
222342
|
"permissionOnly": false,
|
|
221769
222343
|
"description": "Grants permission to get Invoice summary information for your account or linked account",
|
|
221770
222344
|
"accessLevel": "Read",
|
|
@@ -269332,6 +269906,21 @@
|
|
|
269332
269906
|
}
|
|
269333
269907
|
]
|
|
269334
269908
|
},
|
|
269909
|
+
{
|
|
269910
|
+
"name": "UpdateRebalancing",
|
|
269911
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/msk/1.0/apireference/clusters-clusterarn.html#UpdateRebalancing",
|
|
269912
|
+
"permissionOnly": false,
|
|
269913
|
+
"description": "Grants permission to update the rebalancing status of the MSK cluster",
|
|
269914
|
+
"accessLevel": "Write",
|
|
269915
|
+
"resourceTypes": [
|
|
269916
|
+
{
|
|
269917
|
+
"resourceType": "cluster",
|
|
269918
|
+
"required": true,
|
|
269919
|
+
"conditionKeys": [],
|
|
269920
|
+
"dependentActions": []
|
|
269921
|
+
}
|
|
269922
|
+
]
|
|
269923
|
+
},
|
|
269335
269924
|
{
|
|
269336
269925
|
"name": "UpdateReplicationInfo",
|
|
269337
269926
|
"apiReferenceUrl": "https://docs.aws.amazon.com/msk/latest/developerguide/v1-replicators.html#UpdateReplicationInfo",
|
|
@@ -333571,6 +334160,21 @@
|
|
|
333571
334160
|
}
|
|
333572
334161
|
]
|
|
333573
334162
|
},
|
|
334163
|
+
{
|
|
334164
|
+
"name": "UpdateHostedZoneFeatures",
|
|
334165
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHostedZoneFeatures.html",
|
|
334166
|
+
"permissionOnly": false,
|
|
334167
|
+
"description": "Grants permission to update features for a specified hosted zone",
|
|
334168
|
+
"accessLevel": "Write",
|
|
334169
|
+
"resourceTypes": [
|
|
334170
|
+
{
|
|
334171
|
+
"resourceType": "hostedzone",
|
|
334172
|
+
"required": true,
|
|
334173
|
+
"conditionKeys": [],
|
|
334174
|
+
"dependentActions": []
|
|
334175
|
+
}
|
|
334176
|
+
]
|
|
334177
|
+
},
|
|
333574
334178
|
{
|
|
333575
334179
|
"name": "UpdateTrafficPolicyComment",
|
|
333576
334180
|
"apiReferenceUrl": "https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateTrafficPolicyComment.html",
|
|
@@ -358100,6 +358704,60 @@
|
|
|
358100
358704
|
}
|
|
358101
358705
|
]
|
|
358102
358706
|
},
|
|
358707
|
+
{
|
|
358708
|
+
"name": "AWS SageMaker Unified Studio MCP is a managed MCP solution for AWS data processing services like EMR, Glue, Athena",
|
|
358709
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssagemakerunifiedstudiomcpisamanagedmcpsolutionforawsdataprocessingserviceslikeemr-glue-athena.html",
|
|
358710
|
+
"servicePrefix": "sagemaker-unified-studio-mcp",
|
|
358711
|
+
"actions": [
|
|
358712
|
+
{
|
|
358713
|
+
"name": "CallPrivilegedTool",
|
|
358714
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker-unified-studio-mcp/latest/userguide/using-iam-roles.html",
|
|
358715
|
+
"permissionOnly": false,
|
|
358716
|
+
"description": "Grants permission to call privileged tools in MCP service",
|
|
358717
|
+
"accessLevel": "Write",
|
|
358718
|
+
"resourceTypes": [
|
|
358719
|
+
{
|
|
358720
|
+
"resourceType": "",
|
|
358721
|
+
"required": false,
|
|
358722
|
+
"conditionKeys": [],
|
|
358723
|
+
"dependentActions": []
|
|
358724
|
+
}
|
|
358725
|
+
]
|
|
358726
|
+
},
|
|
358727
|
+
{
|
|
358728
|
+
"name": "CallReadOnlyTool",
|
|
358729
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker-unified-studio-mcp/latest/userguide/using-iam-roles.html",
|
|
358730
|
+
"permissionOnly": false,
|
|
358731
|
+
"description": "Grants permission to call read-only tools in MCP service",
|
|
358732
|
+
"accessLevel": "Read",
|
|
358733
|
+
"resourceTypes": [
|
|
358734
|
+
{
|
|
358735
|
+
"resourceType": "",
|
|
358736
|
+
"required": false,
|
|
358737
|
+
"conditionKeys": [],
|
|
358738
|
+
"dependentActions": []
|
|
358739
|
+
}
|
|
358740
|
+
]
|
|
358741
|
+
},
|
|
358742
|
+
{
|
|
358743
|
+
"name": "InvokeMcp",
|
|
358744
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker-unified-studio-mcp/latest/userguide/using-iam-roles.html",
|
|
358745
|
+
"permissionOnly": false,
|
|
358746
|
+
"description": "Grants permission to use MCP service",
|
|
358747
|
+
"accessLevel": "Read",
|
|
358748
|
+
"resourceTypes": [
|
|
358749
|
+
{
|
|
358750
|
+
"resourceType": "",
|
|
358751
|
+
"required": false,
|
|
358752
|
+
"conditionKeys": [],
|
|
358753
|
+
"dependentActions": []
|
|
358754
|
+
}
|
|
358755
|
+
]
|
|
358756
|
+
}
|
|
358757
|
+
],
|
|
358758
|
+
"resourceTypes": [],
|
|
358759
|
+
"conditionKeys": []
|
|
358760
|
+
},
|
|
358103
358761
|
{
|
|
358104
358762
|
"name": "Amazon SageMaker with MLflow",
|
|
358105
358763
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemakerwithmlflow.html",
|
|
@@ -384443,6 +385101,36 @@
|
|
|
384443
385101
|
}
|
|
384444
385102
|
]
|
|
384445
385103
|
},
|
|
385104
|
+
{
|
|
385105
|
+
"name": "ListInteractionEntries",
|
|
385106
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/accessing-support.html",
|
|
385107
|
+
"permissionOnly": false,
|
|
385108
|
+
"description": "Grants permission to retrieve a list of entries within a specific interaction, including messages, status updates, or other relevant data points",
|
|
385109
|
+
"accessLevel": "Read",
|
|
385110
|
+
"resourceTypes": [
|
|
385111
|
+
{
|
|
385112
|
+
"resourceType": "",
|
|
385113
|
+
"required": false,
|
|
385114
|
+
"conditionKeys": [],
|
|
385115
|
+
"dependentActions": []
|
|
385116
|
+
}
|
|
385117
|
+
]
|
|
385118
|
+
},
|
|
385119
|
+
{
|
|
385120
|
+
"name": "ListInteractions",
|
|
385121
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/accessing-support.html",
|
|
385122
|
+
"permissionOnly": false,
|
|
385123
|
+
"description": "Grants permission to retrieve a list of interactions, potentially with filters or pagination",
|
|
385124
|
+
"accessLevel": "Read",
|
|
385125
|
+
"resourceTypes": [
|
|
385126
|
+
{
|
|
385127
|
+
"resourceType": "",
|
|
385128
|
+
"required": false,
|
|
385129
|
+
"conditionKeys": [],
|
|
385130
|
+
"dependentActions": []
|
|
385131
|
+
}
|
|
385132
|
+
]
|
|
385133
|
+
},
|
|
384446
385134
|
{
|
|
384447
385135
|
"name": "PutCaseAttributes",
|
|
384448
385136
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/accessing-support.html",
|
|
@@ -384503,6 +385191,21 @@
|
|
|
384503
385191
|
}
|
|
384504
385192
|
]
|
|
384505
385193
|
},
|
|
385194
|
+
{
|
|
385195
|
+
"name": "ResolveInteraction",
|
|
385196
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/accessing-support.html",
|
|
385197
|
+
"permissionOnly": false,
|
|
385198
|
+
"description": "Grants permission to mark a specific interaction as resolved by its unique identifier, indicating that the issue has been addressed and no further action is needed",
|
|
385199
|
+
"accessLevel": "Write",
|
|
385200
|
+
"resourceTypes": [
|
|
385201
|
+
{
|
|
385202
|
+
"resourceType": "",
|
|
385203
|
+
"required": false,
|
|
385204
|
+
"conditionKeys": [],
|
|
385205
|
+
"dependentActions": []
|
|
385206
|
+
}
|
|
385207
|
+
]
|
|
385208
|
+
},
|
|
384506
385209
|
{
|
|
384507
385210
|
"name": "SearchForCases",
|
|
384508
385211
|
"apiReferenceUrl": "https://docs.aws.amazon.com/awssupport/latest/user/accessing-support.html",
|
|
@@ -384529,7 +385232,9 @@
|
|
|
384529
385232
|
"resourceType": "",
|
|
384530
385233
|
"required": false,
|
|
384531
385234
|
"conditionKeys": [],
|
|
384532
|
-
"dependentActions": [
|
|
385235
|
+
"dependentActions": [
|
|
385236
|
+
"support:DescribeSupportLevel"
|
|
385237
|
+
]
|
|
384533
385238
|
}
|
|
384534
385239
|
]
|
|
384535
385240
|
},
|