@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071
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/actions/aiops.json +384 -0
- package/data/actions/aoss.json +9 -2
- package/data/actions/bedrock.json +576 -2
- package/data/actions/chime.json +95 -1
- package/data/actions/cleanrooms.json +1 -0
- package/data/actions/config.json +146 -14
- package/data/actions/connect-campaigns.json +15 -0
- package/data/actions/connect.json +40 -1
- package/data/actions/datazone.json +0 -5
- package/data/actions/dsql.json +191 -0
- package/data/actions/eks.json +8 -2
- package/data/actions/es.json +99 -3
- package/data/actions/glue.json +75 -0
- package/data/actions/imagebuilder.json +15 -0
- package/data/actions/invoicing.json +136 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/memorydb.json +162 -0
- package/data/actions/networkflowmonitor.json +393 -0
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/observabilityadmin.json +66 -0
- package/data/actions/opensearch.json +60 -0
- package/data/actions/partnercentral.json +256 -0
- package/data/actions/qapps.json +0 -4
- package/data/actions/qbusiness.json +377 -0
- package/data/actions/quicksight.json +79 -0
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +23 -0
- package/data/actions/redshift.json +16 -0
- package/data/actions/rekognition.json +58 -11
- package/data/actions/s3.json +71 -0
- package/data/actions/s3tables.json +461 -0
- package/data/actions/sagemaker-data-science-assistant.json +11 -0
- package/data/actions/sagemaker.json +371 -9
- package/data/actions/security-ir.json +344 -0
- package/data/actions/transfer.json +127 -0
- package/data/actions/vpc-lattice.json +423 -44
- package/data/actions/vpce.json +11 -0
- package/data/conditionKeys/aiops.json +17 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/config.json +5 -0
- package/data/conditionKeys/dsql.json +22 -0
- package/data/conditionKeys/eks.json +15 -0
- package/data/conditionKeys/invoicing.json +17 -1
- package/data/conditionKeys/networkflowmonitor.json +17 -0
- package/data/conditionKeys/networkmanager.json +10 -0
- package/data/conditionKeys/observabilityadmin.json +1 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/conditionKeys/s3tables.json +12 -0
- package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
- package/data/conditionKeys/security-ir.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +10 -0
- package/data/conditionKeys/vpce.json +1 -0
- package/data/resourceTypes/aiops.json +9 -0
- package/data/resourceTypes/bedrock.json +27 -0
- package/data/resourceTypes/config.json +7 -0
- package/data/resourceTypes/dsql.json +9 -0
- package/data/resourceTypes/es.json +7 -0
- package/data/resourceTypes/invoicing.json +9 -1
- package/data/resourceTypes/memorydb.json +12 -0
- package/data/resourceTypes/networkflowmonitor.json +16 -0
- package/data/resourceTypes/observabilityadmin.json +1 -0
- package/data/resourceTypes/opensearch.json +4 -0
- package/data/resourceTypes/partnercentral.json +12 -0
- package/data/resourceTypes/personalize.json +3 -3
- package/data/resourceTypes/qbusiness.json +14 -0
- package/data/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/data/resourceTypes/rekognition.json +8 -2
- package/data/resourceTypes/s3tables.json +14 -0
- package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
- package/data/resourceTypes/sagemaker.json +32 -0
- package/data/resourceTypes/security-ir.json +16 -0
- package/data/resourceTypes/transfer.json +7 -0
- package/data/resourceTypes/vpc-lattice.json +76 -35
- package/data/resourceTypes/vpce.json +1 -0
- package/data/serviceNames.json +8 -0
- package/data/services.json +8 -0
- package/package.json +2 -2
|
@@ -231,6 +231,29 @@
|
|
|
231
231
|
],
|
|
232
232
|
"dependentActions": []
|
|
233
233
|
},
|
|
234
|
+
"createdirectconnectgatewayattachment": {
|
|
235
|
+
"name": "CreateDirectConnectGatewayAttachment",
|
|
236
|
+
"description": "Grants permission to create a Direct Connect gateway attachment",
|
|
237
|
+
"accessLevel": "Write",
|
|
238
|
+
"resourceTypes": [
|
|
239
|
+
{
|
|
240
|
+
"name": "core-network",
|
|
241
|
+
"required": true,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": [
|
|
244
|
+
"ec2:DescribeRegions",
|
|
245
|
+
"networkmanager:TagResource"
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"conditionKeys": [
|
|
250
|
+
"aws:RequestTag/${TagKey}",
|
|
251
|
+
"aws:TagKeys",
|
|
252
|
+
"networkmanager:directConnectGatewayArn",
|
|
253
|
+
"networkmanager:edgeLocations"
|
|
254
|
+
],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
234
257
|
"createglobalnetwork": {
|
|
235
258
|
"name": "CreateGlobalNetwork",
|
|
236
259
|
"description": "Grants permission to create a new global network",
|
|
@@ -864,6 +887,21 @@
|
|
|
864
887
|
"conditionKeys": [],
|
|
865
888
|
"dependentActions": []
|
|
866
889
|
},
|
|
890
|
+
"getdirectconnectgatewayattachment": {
|
|
891
|
+
"name": "GetDirectConnectGatewayAttachment",
|
|
892
|
+
"description": "Grants permission to retrieve a Direct Connect gateway attachment",
|
|
893
|
+
"accessLevel": "Read",
|
|
894
|
+
"resourceTypes": [
|
|
895
|
+
{
|
|
896
|
+
"name": "attachment",
|
|
897
|
+
"required": true,
|
|
898
|
+
"conditionKeys": [],
|
|
899
|
+
"dependentActions": []
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
867
905
|
"getlinkassociations": {
|
|
868
906
|
"name": "GetLinkAssociations",
|
|
869
907
|
"description": "Grants permission to describe link associations",
|
|
@@ -1555,6 +1593,27 @@
|
|
|
1555
1593
|
"conditionKeys": [],
|
|
1556
1594
|
"dependentActions": []
|
|
1557
1595
|
},
|
|
1596
|
+
"updatedirectconnectgatewayattachment": {
|
|
1597
|
+
"name": "UpdateDirectConnectGatewayAttachment",
|
|
1598
|
+
"description": "Grants permission to update a Direct Connect gateway attachment",
|
|
1599
|
+
"accessLevel": "Write",
|
|
1600
|
+
"resourceTypes": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "attachment",
|
|
1603
|
+
"required": true,
|
|
1604
|
+
"conditionKeys": [],
|
|
1605
|
+
"dependentActions": [
|
|
1606
|
+
"ec2:DescribeRegions"
|
|
1607
|
+
]
|
|
1608
|
+
}
|
|
1609
|
+
],
|
|
1610
|
+
"conditionKeys": [
|
|
1611
|
+
"aws:RequestTag/${TagKey}",
|
|
1612
|
+
"aws:TagKeys",
|
|
1613
|
+
"networkmanager:edgeLocations"
|
|
1614
|
+
],
|
|
1615
|
+
"dependentActions": []
|
|
1616
|
+
},
|
|
1558
1617
|
"updateglobalnetwork": {
|
|
1559
1618
|
"name": "UpdateGlobalNetwork",
|
|
1560
1619
|
"description": "Grants permission to update a global network",
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"gettelemetryevaluationstatus": {
|
|
3
|
+
"name": "GetTelemetryEvaluationStatus",
|
|
4
|
+
"description": "Grants permission to retrieve the Telemetry Config feature status for the account",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"gettelemetryevaluationstatusfororganization": {
|
|
11
|
+
"name": "GetTelemetryEvaluationStatusForOrganization",
|
|
12
|
+
"description": "Grants permission to retrieve the Telemetry Config feature status for the organization",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"listresourcetelemetry": {
|
|
19
|
+
"name": "ListResourceTelemetry",
|
|
20
|
+
"description": "Grants permission to retrieve telemetry configurations for resources associated with the account",
|
|
21
|
+
"accessLevel": "Read",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"listresourcetelemetryfororganization": {
|
|
27
|
+
"name": "ListResourceTelemetryForOrganization",
|
|
28
|
+
"description": "Grants permission to retrieve telemetry configurations for resources associated with accounts in the organization",
|
|
29
|
+
"accessLevel": "Read",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
"starttelemetryevaluation": {
|
|
35
|
+
"name": "StartTelemetryEvaluation",
|
|
36
|
+
"description": "Grants permission to start the Telemetry Config feature for the account",
|
|
37
|
+
"accessLevel": "Write",
|
|
38
|
+
"resourceTypes": [],
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"starttelemetryevaluationfororganization": {
|
|
43
|
+
"name": "StartTelemetryEvaluationForOrganization",
|
|
44
|
+
"description": "Grants permission to start the Telemetry Config feature for the organization",
|
|
45
|
+
"accessLevel": "Write",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
50
|
+
"stoptelemetryevaluation": {
|
|
51
|
+
"name": "StopTelemetryEvaluation",
|
|
52
|
+
"description": "Grants permission to stop the Telemetry Config feature for the account",
|
|
53
|
+
"accessLevel": "Write",
|
|
54
|
+
"resourceTypes": [],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"stoptelemetryevaluationfororganization": {
|
|
59
|
+
"name": "StopTelemetryEvaluationForOrganization",
|
|
60
|
+
"description": "Grants permission to stop the Telemetry Config feature for the organization",
|
|
61
|
+
"accessLevel": "Write",
|
|
62
|
+
"resourceTypes": [],
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -14,5 +14,65 @@
|
|
|
14
14
|
],
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"canceldirectquery": {
|
|
19
|
+
"name": "CancelDirectQuery",
|
|
20
|
+
"description": "Grants permission to cancel the query that is submitted on the OpenSearch DataSource resource",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "datasource",
|
|
25
|
+
"required": true,
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"conditionKeys": [],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
},
|
|
33
|
+
"getdirectquery": {
|
|
34
|
+
"name": "GetDirectQuery",
|
|
35
|
+
"description": "Grants permission to get the query status that are performed on the OpenSearch DataSource resource",
|
|
36
|
+
"accessLevel": "Read",
|
|
37
|
+
"resourceTypes": [
|
|
38
|
+
{
|
|
39
|
+
"name": "datasource",
|
|
40
|
+
"required": true,
|
|
41
|
+
"conditionKeys": [],
|
|
42
|
+
"dependentActions": []
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"conditionKeys": [],
|
|
46
|
+
"dependentActions": []
|
|
47
|
+
},
|
|
48
|
+
"getdirectqueryresult": {
|
|
49
|
+
"name": "GetDirectQueryResult",
|
|
50
|
+
"description": "Grants permission to get the results of a query that is performed on the OpenSearch DataSource resource",
|
|
51
|
+
"accessLevel": "Read",
|
|
52
|
+
"resourceTypes": [
|
|
53
|
+
{
|
|
54
|
+
"name": "datasource",
|
|
55
|
+
"required": true,
|
|
56
|
+
"conditionKeys": [],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"conditionKeys": [],
|
|
61
|
+
"dependentActions": []
|
|
62
|
+
},
|
|
63
|
+
"startdirectquery": {
|
|
64
|
+
"name": "StartDirectQuery",
|
|
65
|
+
"description": "Grants permission to start a direct query on the provided OpenSearch DataSource arns",
|
|
66
|
+
"accessLevel": "Write",
|
|
67
|
+
"resourceTypes": [
|
|
68
|
+
{
|
|
69
|
+
"name": "datasource",
|
|
70
|
+
"required": true,
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
17
77
|
}
|
|
18
78
|
}
|
|
@@ -51,6 +51,26 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependentActions": []
|
|
53
53
|
},
|
|
54
|
+
"createengagement": {
|
|
55
|
+
"name": "CreateEngagement",
|
|
56
|
+
"description": "Grants permission to create engagements on AWS Partner Central",
|
|
57
|
+
"accessLevel": "Write",
|
|
58
|
+
"resourceTypes": [],
|
|
59
|
+
"conditionKeys": [
|
|
60
|
+
"partnercentral:Catalog"
|
|
61
|
+
],
|
|
62
|
+
"dependentActions": []
|
|
63
|
+
},
|
|
64
|
+
"createengagementinvitation": {
|
|
65
|
+
"name": "CreateEngagementInvitation",
|
|
66
|
+
"description": "Grants permission to create engagement invitations on AWS Partner Central",
|
|
67
|
+
"accessLevel": "Write",
|
|
68
|
+
"resourceTypes": [],
|
|
69
|
+
"conditionKeys": [
|
|
70
|
+
"partnercentral:Catalog"
|
|
71
|
+
],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
54
74
|
"createopportunity": {
|
|
55
75
|
"name": "CreateOpportunity",
|
|
56
76
|
"description": "Grants permission to create new Opportunities on AWS Partner Central",
|
|
@@ -61,6 +81,46 @@
|
|
|
61
81
|
],
|
|
62
82
|
"dependentActions": []
|
|
63
83
|
},
|
|
84
|
+
"createresourcesnapshot": {
|
|
85
|
+
"name": "CreateResourceSnapshot",
|
|
86
|
+
"description": "Grants permission to create resource snapshots on AWS Partner Central",
|
|
87
|
+
"accessLevel": "Write",
|
|
88
|
+
"resourceTypes": [
|
|
89
|
+
{
|
|
90
|
+
"name": "ResourceSnapshot",
|
|
91
|
+
"required": true,
|
|
92
|
+
"conditionKeys": [],
|
|
93
|
+
"dependentActions": []
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"conditionKeys": [
|
|
97
|
+
"partnercentral:Catalog"
|
|
98
|
+
],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
},
|
|
101
|
+
"createresourcesnapshotjob": {
|
|
102
|
+
"name": "CreateResourceSnapshotJob",
|
|
103
|
+
"description": "Grants permission to create resource snapshot jobs on AWS Partner Central",
|
|
104
|
+
"accessLevel": "Write",
|
|
105
|
+
"resourceTypes": [],
|
|
106
|
+
"conditionKeys": [],
|
|
107
|
+
"dependentActions": []
|
|
108
|
+
},
|
|
109
|
+
"deleteresourcesnapshotjob": {
|
|
110
|
+
"name": "DeleteResourceSnapshotJob",
|
|
111
|
+
"description": "Grants permission to delete resource snapshot jobs on AWS Partner Central",
|
|
112
|
+
"accessLevel": "Write",
|
|
113
|
+
"resourceTypes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "resource-snapshot-job",
|
|
116
|
+
"required": true,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
},
|
|
64
124
|
"disassociateopportunity": {
|
|
65
125
|
"name": "DisassociateOpportunity",
|
|
66
126
|
"description": "Grants permission to disassociate Opportunities on AWS Partner Central from other entities",
|
|
@@ -96,6 +156,23 @@
|
|
|
96
156
|
],
|
|
97
157
|
"dependentActions": []
|
|
98
158
|
},
|
|
159
|
+
"getengagement": {
|
|
160
|
+
"name": "GetEngagement",
|
|
161
|
+
"description": "Grants permission to retrieve engagement details on AWS Partner Central",
|
|
162
|
+
"accessLevel": "Read",
|
|
163
|
+
"resourceTypes": [
|
|
164
|
+
{
|
|
165
|
+
"name": "Engagement",
|
|
166
|
+
"required": true,
|
|
167
|
+
"conditionKeys": [],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"conditionKeys": [
|
|
172
|
+
"partnercentral:Catalog"
|
|
173
|
+
],
|
|
174
|
+
"dependentActions": []
|
|
175
|
+
},
|
|
99
176
|
"getengagementinvitation": {
|
|
100
177
|
"name": "GetEngagementInvitation",
|
|
101
178
|
"description": "Grants permission to retrieve details of Engagement Invitations on AWS Partner Central",
|
|
@@ -130,6 +207,70 @@
|
|
|
130
207
|
],
|
|
131
208
|
"dependentActions": []
|
|
132
209
|
},
|
|
210
|
+
"getresourcesnapshot": {
|
|
211
|
+
"name": "GetResourceSnapshot",
|
|
212
|
+
"description": "Grants permission to retrieve resource snapshot details on AWS Partner Central",
|
|
213
|
+
"accessLevel": "Read",
|
|
214
|
+
"resourceTypes": [
|
|
215
|
+
{
|
|
216
|
+
"name": "ResourceSnapshot",
|
|
217
|
+
"required": true,
|
|
218
|
+
"conditionKeys": [],
|
|
219
|
+
"dependentActions": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"conditionKeys": [
|
|
223
|
+
"partnercentral:Catalog"
|
|
224
|
+
],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
},
|
|
227
|
+
"getresourcesnapshotjob": {
|
|
228
|
+
"name": "GetResourceSnapshotJob",
|
|
229
|
+
"description": "Grants permission to retrieve resource snapshot job details on AWS Partner Central",
|
|
230
|
+
"accessLevel": "Read",
|
|
231
|
+
"resourceTypes": [
|
|
232
|
+
{
|
|
233
|
+
"name": "resource-snapshot-job",
|
|
234
|
+
"required": true,
|
|
235
|
+
"conditionKeys": [],
|
|
236
|
+
"dependentActions": []
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"conditionKeys": [
|
|
240
|
+
"partnercentral:Catalog"
|
|
241
|
+
],
|
|
242
|
+
"dependentActions": []
|
|
243
|
+
},
|
|
244
|
+
"getsellingsystemsettings": {
|
|
245
|
+
"name": "GetSellingSystemSettings",
|
|
246
|
+
"description": "Grants permission to retrieve system settings settings on AWS Partner Central",
|
|
247
|
+
"accessLevel": "Read",
|
|
248
|
+
"resourceTypes": [],
|
|
249
|
+
"conditionKeys": [
|
|
250
|
+
"partnercentral:Catalog"
|
|
251
|
+
],
|
|
252
|
+
"dependentActions": []
|
|
253
|
+
},
|
|
254
|
+
"listengagementbyacceptinginvitationtasks": {
|
|
255
|
+
"name": "ListEngagementByAcceptingInvitationTasks",
|
|
256
|
+
"description": "Grants permission to list engagements by accepting invitation tasks on AWS Partner Central",
|
|
257
|
+
"accessLevel": "List",
|
|
258
|
+
"resourceTypes": [],
|
|
259
|
+
"conditionKeys": [
|
|
260
|
+
"partnercentral:Catalog"
|
|
261
|
+
],
|
|
262
|
+
"dependentActions": []
|
|
263
|
+
},
|
|
264
|
+
"listengagementfromopportunitytasks": {
|
|
265
|
+
"name": "ListEngagementFromOpportunityTasks",
|
|
266
|
+
"description": "Grants permission to list engagements from opportunity tasks on AWS Partner Central",
|
|
267
|
+
"accessLevel": "List",
|
|
268
|
+
"resourceTypes": [],
|
|
269
|
+
"conditionKeys": [
|
|
270
|
+
"partnercentral:Catalog"
|
|
271
|
+
],
|
|
272
|
+
"dependentActions": []
|
|
273
|
+
},
|
|
133
274
|
"listengagementinvitations": {
|
|
134
275
|
"name": "ListEngagementInvitations",
|
|
135
276
|
"description": "Grants permission to list Engagement Invitations on AWS Partner Central",
|
|
@@ -140,6 +281,50 @@
|
|
|
140
281
|
],
|
|
141
282
|
"dependentActions": []
|
|
142
283
|
},
|
|
284
|
+
"listengagementmembers": {
|
|
285
|
+
"name": "ListEngagementMembers",
|
|
286
|
+
"description": "Grants permission to list engagement members on AWS Partner Central",
|
|
287
|
+
"accessLevel": "Read",
|
|
288
|
+
"resourceTypes": [
|
|
289
|
+
{
|
|
290
|
+
"name": "Engagement",
|
|
291
|
+
"required": true,
|
|
292
|
+
"conditionKeys": [],
|
|
293
|
+
"dependentActions": []
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"conditionKeys": [
|
|
297
|
+
"partnercentral:Catalog"
|
|
298
|
+
],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
},
|
|
301
|
+
"listengagementresourceassociations": {
|
|
302
|
+
"name": "ListEngagementResourceAssociations",
|
|
303
|
+
"description": "Grants permission to list engagement resource associations on AWS Partner Central",
|
|
304
|
+
"accessLevel": "Read",
|
|
305
|
+
"resourceTypes": [
|
|
306
|
+
{
|
|
307
|
+
"name": "ResourceSnapshot",
|
|
308
|
+
"required": true,
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"conditionKeys": [
|
|
314
|
+
"partnercentral:Catalog"
|
|
315
|
+
],
|
|
316
|
+
"dependentActions": []
|
|
317
|
+
},
|
|
318
|
+
"listengagements": {
|
|
319
|
+
"name": "ListEngagements",
|
|
320
|
+
"description": "Grants permission to list engagements on AWS Partner Central",
|
|
321
|
+
"accessLevel": "List",
|
|
322
|
+
"resourceTypes": [],
|
|
323
|
+
"conditionKeys": [
|
|
324
|
+
"partnercentral:Catalog"
|
|
325
|
+
],
|
|
326
|
+
"dependentActions": []
|
|
327
|
+
},
|
|
143
328
|
"listopportunities": {
|
|
144
329
|
"name": "ListOpportunities",
|
|
145
330
|
"description": "Grants permission to list Opportunities on AWS Partner Central",
|
|
@@ -150,6 +335,33 @@
|
|
|
150
335
|
],
|
|
151
336
|
"dependentActions": []
|
|
152
337
|
},
|
|
338
|
+
"listresourcesnapshotjobs": {
|
|
339
|
+
"name": "ListResourceSnapshotJobs",
|
|
340
|
+
"description": "Grants permission to list resource snapshot jobs on AWS Partner Central",
|
|
341
|
+
"accessLevel": "List",
|
|
342
|
+
"resourceTypes": [],
|
|
343
|
+
"conditionKeys": [
|
|
344
|
+
"partnercentral:Catalog"
|
|
345
|
+
],
|
|
346
|
+
"dependentActions": []
|
|
347
|
+
},
|
|
348
|
+
"listresourcesnapshots": {
|
|
349
|
+
"name": "ListResourceSnapshots",
|
|
350
|
+
"description": "Grants permission to list resource snapshots on AWS Partner Central",
|
|
351
|
+
"accessLevel": "Read",
|
|
352
|
+
"resourceTypes": [
|
|
353
|
+
{
|
|
354
|
+
"name": "ResourceSnapshot",
|
|
355
|
+
"required": true,
|
|
356
|
+
"conditionKeys": [],
|
|
357
|
+
"dependentActions": []
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"conditionKeys": [
|
|
361
|
+
"partnercentral:Catalog"
|
|
362
|
+
],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
},
|
|
153
365
|
"listsolutions": {
|
|
154
366
|
"name": "ListSolutions",
|
|
155
367
|
"description": "Grants permission to list Solutions on AWS Partner Central",
|
|
@@ -160,6 +372,14 @@
|
|
|
160
372
|
],
|
|
161
373
|
"dependentActions": []
|
|
162
374
|
},
|
|
375
|
+
"putsellingsystemsettings": {
|
|
376
|
+
"name": "PutSellingSystemSettings",
|
|
377
|
+
"description": "Grants permission to put system settings settings on AWS Partner Central",
|
|
378
|
+
"accessLevel": "Write",
|
|
379
|
+
"resourceTypes": [],
|
|
380
|
+
"conditionKeys": [],
|
|
381
|
+
"dependentActions": []
|
|
382
|
+
},
|
|
163
383
|
"rejectengagementinvitation": {
|
|
164
384
|
"name": "RejectEngagementInvitation",
|
|
165
385
|
"description": "Grants permission to reject Engagement Invitations on AWS Partner Central",
|
|
@@ -188,7 +408,9 @@
|
|
|
188
408
|
"dependentActions": [
|
|
189
409
|
"partnercentral:AcceptEngagementInvitation",
|
|
190
410
|
"partnercentral:CreateOpportunity",
|
|
411
|
+
"partnercentral:CreateResourceSnapshotJob",
|
|
191
412
|
"partnercentral:GetEngagementInvitation",
|
|
413
|
+
"partnercentral:StartResourceSnapshotJob",
|
|
192
414
|
"partnercentral:SubmitOpportunity"
|
|
193
415
|
]
|
|
194
416
|
},
|
|
@@ -201,10 +423,44 @@
|
|
|
201
423
|
"partnercentral:Catalog"
|
|
202
424
|
],
|
|
203
425
|
"dependentActions": [
|
|
426
|
+
"partnercentral:CreateEngagement",
|
|
427
|
+
"partnercentral:CreateEngagementInvitation",
|
|
428
|
+
"partnercentral:CreateResourceSnapshotJob",
|
|
204
429
|
"partnercentral:GetOpportunity",
|
|
430
|
+
"partnercentral:StartResourceSnapshotJob",
|
|
205
431
|
"partnercentral:SubmitOpportunity"
|
|
206
432
|
]
|
|
207
433
|
},
|
|
434
|
+
"startresourcesnapshotjob": {
|
|
435
|
+
"name": "StartResourceSnapshotJob",
|
|
436
|
+
"description": "Grants permission to start resource snapshot jobs on AWS Partner Central",
|
|
437
|
+
"accessLevel": "Write",
|
|
438
|
+
"resourceTypes": [
|
|
439
|
+
{
|
|
440
|
+
"name": "resource-snapshot-job",
|
|
441
|
+
"required": true,
|
|
442
|
+
"conditionKeys": [],
|
|
443
|
+
"dependentActions": []
|
|
444
|
+
}
|
|
445
|
+
],
|
|
446
|
+
"conditionKeys": [],
|
|
447
|
+
"dependentActions": []
|
|
448
|
+
},
|
|
449
|
+
"stopresourcesnapshotjob": {
|
|
450
|
+
"name": "StopResourceSnapshotJob",
|
|
451
|
+
"description": "Grants permission to stop resource snapshot jobs on AWS Partner Central",
|
|
452
|
+
"accessLevel": "Write",
|
|
453
|
+
"resourceTypes": [
|
|
454
|
+
{
|
|
455
|
+
"name": "resource-snapshot-job",
|
|
456
|
+
"required": true,
|
|
457
|
+
"conditionKeys": [],
|
|
458
|
+
"dependentActions": []
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"conditionKeys": [],
|
|
462
|
+
"dependentActions": []
|
|
463
|
+
},
|
|
208
464
|
"submitopportunity": {
|
|
209
465
|
"name": "SubmitOpportunity",
|
|
210
466
|
"description": "Grants permission to submit Opportunities on AWS Partner Central",
|
package/data/actions/qapps.json
CHANGED
|
@@ -336,7 +336,6 @@
|
|
|
336
336
|
},
|
|
337
337
|
"exportqappsessiondata": {
|
|
338
338
|
"name": "ExportQAppSessionData",
|
|
339
|
-
"isPermissionOnly": true,
|
|
340
339
|
"description": "Grants permission to export Q App session data in the Q Business application environment",
|
|
341
340
|
"accessLevel": "Write",
|
|
342
341
|
"resourceTypes": [
|
|
@@ -420,7 +419,6 @@
|
|
|
420
419
|
},
|
|
421
420
|
"getqappsessionmetadata": {
|
|
422
421
|
"name": "GetQAppSessionMetadata",
|
|
423
|
-
"isPermissionOnly": true,
|
|
424
422
|
"description": "Grants permission to get Q App session metadata in the Q Business application environment",
|
|
425
423
|
"accessLevel": "Read",
|
|
426
424
|
"resourceTypes": [
|
|
@@ -544,7 +542,6 @@
|
|
|
544
542
|
},
|
|
545
543
|
"listqappsessiondata": {
|
|
546
544
|
"name": "ListQAppSessionData",
|
|
547
|
-
"isPermissionOnly": true,
|
|
548
545
|
"description": "Grants permission to get Q App session data in the Q Business application environment",
|
|
549
546
|
"accessLevel": "Read",
|
|
550
547
|
"resourceTypes": [
|
|
@@ -851,7 +848,6 @@
|
|
|
851
848
|
},
|
|
852
849
|
"updateqappsessionmetadata": {
|
|
853
850
|
"name": "UpdateQAppSessionMetadata",
|
|
854
|
-
"isPermissionOnly": true,
|
|
855
851
|
"description": "Grants permission to update Q App session metadata in the Q Business application environment",
|
|
856
852
|
"accessLevel": "Write",
|
|
857
853
|
"resourceTypes": [
|