@cloud-copilot/iam-data 0.21.202608031 → 0.21.202608051
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/bedrock-websearch.json +40 -0
- package/data/actions/bedrock.json +20 -1
- package/data/actions/ec2.json +0 -12
- package/data/actions/es.json +45 -0
- package/data/actions/organizations.json +13 -6
- package/data/actions/quicksight.json +18 -0
- package/data/actions/sms-voice.json +378 -0
- package/data/actions/timestream-influxdb.json +93 -0
- package/data/categories/machine-learning-and-ai.json +1 -0
- package/data/conditionKeys/bedrock-websearch.json +1 -0
- package/data/conditionKeys/timestream-influxdb.json +5 -0
- package/data/resourceTypes/bedrock-websearch.json +6 -0
- package/data/resourceTypes/sms-voice.json +14 -0
- package/data/resourceTypes/timestream-influxdb.json +7 -0
- package/data/serviceCategories.json +1 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"externalwebaccess": {
|
|
3
|
+
"name": "ExternalWebAccess",
|
|
4
|
+
"description": "Grants permission to retrieve content from external web sites outside the AWS boundary",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"invokefetch": {
|
|
11
|
+
"name": "InvokeFetch",
|
|
12
|
+
"description": "Grants permission to invoke web fetch tools",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [
|
|
15
|
+
{
|
|
16
|
+
"name": "tool",
|
|
17
|
+
"required": true,
|
|
18
|
+
"conditionKeys": [],
|
|
19
|
+
"dependentActions": []
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
},
|
|
25
|
+
"invokesearch": {
|
|
26
|
+
"name": "InvokeSearch",
|
|
27
|
+
"description": "Grants permission to invoke web search tools",
|
|
28
|
+
"accessLevel": "Read",
|
|
29
|
+
"resourceTypes": [
|
|
30
|
+
{
|
|
31
|
+
"name": "tool",
|
|
32
|
+
"required": true,
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -353,7 +353,26 @@
|
|
|
353
353
|
"name": "CreateAdvancedPromptOptimizationJob",
|
|
354
354
|
"description": "Grants permission to create an advanced prompt optimization job",
|
|
355
355
|
"accessLevel": "Write",
|
|
356
|
-
"resourceTypes": [
|
|
356
|
+
"resourceTypes": [
|
|
357
|
+
{
|
|
358
|
+
"name": "application-inference-profile",
|
|
359
|
+
"required": true,
|
|
360
|
+
"conditionKeys": [],
|
|
361
|
+
"dependentActions": []
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"name": "foundation-model",
|
|
365
|
+
"required": true,
|
|
366
|
+
"conditionKeys": [],
|
|
367
|
+
"dependentActions": []
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "inference-profile",
|
|
371
|
+
"required": true,
|
|
372
|
+
"conditionKeys": [],
|
|
373
|
+
"dependentActions": []
|
|
374
|
+
}
|
|
375
|
+
],
|
|
357
376
|
"conditionKeys": [
|
|
358
377
|
"aws:RequestTag/${TagKey}",
|
|
359
378
|
"aws:TagKeys"
|
package/data/actions/ec2.json
CHANGED
|
@@ -4411,12 +4411,6 @@
|
|
|
4411
4411
|
"description": "Grants permission to create a route in a VPC route table",
|
|
4412
4412
|
"accessLevel": "Write",
|
|
4413
4413
|
"resourceTypes": [
|
|
4414
|
-
{
|
|
4415
|
-
"name": "instance",
|
|
4416
|
-
"required": false,
|
|
4417
|
-
"conditionKeys": [],
|
|
4418
|
-
"dependentActions": []
|
|
4419
|
-
},
|
|
4420
4414
|
{
|
|
4421
4415
|
"name": "route-table",
|
|
4422
4416
|
"required": true,
|
|
@@ -19373,12 +19367,6 @@
|
|
|
19373
19367
|
"description": "Grants permission to replace a route within a route table in a VPC",
|
|
19374
19368
|
"accessLevel": "Write",
|
|
19375
19369
|
"resourceTypes": [
|
|
19376
|
-
{
|
|
19377
|
-
"name": "instance",
|
|
19378
|
-
"required": false,
|
|
19379
|
-
"conditionKeys": [],
|
|
19380
|
-
"dependentActions": []
|
|
19381
|
-
},
|
|
19382
19370
|
{
|
|
19383
19371
|
"name": "route-table",
|
|
19384
19372
|
"required": true,
|
package/data/actions/es.json
CHANGED
|
@@ -1037,6 +1037,21 @@
|
|
|
1037
1037
|
"conditionKeys": [],
|
|
1038
1038
|
"dependentActions": []
|
|
1039
1039
|
},
|
|
1040
|
+
"getmigration": {
|
|
1041
|
+
"name": "GetMigration",
|
|
1042
|
+
"description": "Grants permission to get the status and progress of a migration job for an OpenSearch Application",
|
|
1043
|
+
"accessLevel": "Read",
|
|
1044
|
+
"resourceTypes": [
|
|
1045
|
+
{
|
|
1046
|
+
"name": "application",
|
|
1047
|
+
"required": true,
|
|
1048
|
+
"conditionKeys": [],
|
|
1049
|
+
"dependentActions": []
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
1052
|
+
"conditionKeys": [],
|
|
1053
|
+
"dependentActions": []
|
|
1054
|
+
},
|
|
1040
1055
|
"getpackageversionhistory": {
|
|
1041
1056
|
"name": "GetPackageVersionHistory",
|
|
1042
1057
|
"description": "Grants permission to fetch the version history for a package",
|
|
@@ -1228,6 +1243,21 @@
|
|
|
1228
1243
|
"conditionKeys": [],
|
|
1229
1244
|
"dependentActions": []
|
|
1230
1245
|
},
|
|
1246
|
+
"listmigrations": {
|
|
1247
|
+
"name": "ListMigrations",
|
|
1248
|
+
"description": "Grants permission to list migration jobs for an OpenSearch Application",
|
|
1249
|
+
"accessLevel": "List",
|
|
1250
|
+
"resourceTypes": [
|
|
1251
|
+
{
|
|
1252
|
+
"name": "application",
|
|
1253
|
+
"required": true,
|
|
1254
|
+
"conditionKeys": [],
|
|
1255
|
+
"dependentActions": []
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"conditionKeys": [],
|
|
1259
|
+
"dependentActions": []
|
|
1260
|
+
},
|
|
1231
1261
|
"listpackagesfordomain": {
|
|
1232
1262
|
"name": "ListPackagesForDomain",
|
|
1233
1263
|
"description": "Grants permission to list all packages associated with the OpenSearch Service domain",
|
|
@@ -1476,6 +1506,21 @@
|
|
|
1476
1506
|
"conditionKeys": [],
|
|
1477
1507
|
"dependentActions": []
|
|
1478
1508
|
},
|
|
1509
|
+
"startmigration": {
|
|
1510
|
+
"name": "StartMigration",
|
|
1511
|
+
"description": "Grants permission to initiate a migration of saved objects to an OpenSearch Application",
|
|
1512
|
+
"accessLevel": "Write",
|
|
1513
|
+
"resourceTypes": [
|
|
1514
|
+
{
|
|
1515
|
+
"name": "application",
|
|
1516
|
+
"required": true,
|
|
1517
|
+
"conditionKeys": [],
|
|
1518
|
+
"dependentActions": []
|
|
1519
|
+
}
|
|
1520
|
+
],
|
|
1521
|
+
"conditionKeys": [],
|
|
1522
|
+
"dependentActions": []
|
|
1523
|
+
},
|
|
1479
1524
|
"startservicesoftwareupdate": {
|
|
1480
1525
|
"name": "StartServiceSoftwareUpdate",
|
|
1481
1526
|
"description": "Grants permission to start a service software update of a domain",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"attachpolicy": {
|
|
18
18
|
"name": "AttachPolicy",
|
|
19
19
|
"description": "Grants permission to attach a policy to a root, an organizational unit, or an individual account",
|
|
20
|
-
"accessLevel": "Write",
|
|
20
|
+
"accessLevel": "Permissions management, Write",
|
|
21
21
|
"resourceTypes": [
|
|
22
22
|
{
|
|
23
23
|
"name": "account",
|
|
@@ -139,7 +139,14 @@
|
|
|
139
139
|
"name": "CreatePolicy",
|
|
140
140
|
"description": "Grants permission to create a policy that you can attach to a root, an organizational unit (OU), or an individual AWS account",
|
|
141
141
|
"accessLevel": "Write",
|
|
142
|
-
"resourceTypes": [
|
|
142
|
+
"resourceTypes": [
|
|
143
|
+
{
|
|
144
|
+
"name": "policy",
|
|
145
|
+
"required": true,
|
|
146
|
+
"conditionKeys": [],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
}
|
|
149
|
+
],
|
|
143
150
|
"conditionKeys": [
|
|
144
151
|
"aws:RequestTag/${TagKey}",
|
|
145
152
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -206,7 +213,7 @@
|
|
|
206
213
|
"deleteresourcepolicy": {
|
|
207
214
|
"name": "DeleteResourcePolicy",
|
|
208
215
|
"description": "Grants permission to delete a resource policy from your organization",
|
|
209
|
-
"accessLevel": "Write",
|
|
216
|
+
"accessLevel": "Permissions management, Write",
|
|
210
217
|
"resourceTypes": [],
|
|
211
218
|
"conditionKeys": [],
|
|
212
219
|
"dependentActions": []
|
|
@@ -352,7 +359,7 @@
|
|
|
352
359
|
"detachpolicy": {
|
|
353
360
|
"name": "DetachPolicy",
|
|
354
361
|
"description": "Grants permission to detach a policy from a target root, organizational unit, or account",
|
|
355
|
-
"accessLevel": "Write",
|
|
362
|
+
"accessLevel": "Permissions management, Write",
|
|
356
363
|
"resourceTypes": [
|
|
357
364
|
{
|
|
358
365
|
"name": "account",
|
|
@@ -832,7 +839,7 @@
|
|
|
832
839
|
"putresourcepolicy": {
|
|
833
840
|
"name": "PutResourcePolicy",
|
|
834
841
|
"description": "Grants permission to create or update a resource policy",
|
|
835
|
-
"accessLevel": "Write",
|
|
842
|
+
"accessLevel": "Permissions management, Write",
|
|
836
843
|
"resourceTypes": [
|
|
837
844
|
{
|
|
838
845
|
"name": "resourcepolicy",
|
|
@@ -1020,7 +1027,7 @@
|
|
|
1020
1027
|
"updatepolicy": {
|
|
1021
1028
|
"name": "UpdatePolicy",
|
|
1022
1029
|
"description": "Grants permission to update an existing policy with a new name, description, or content",
|
|
1023
|
-
"accessLevel": "Write",
|
|
1030
|
+
"accessLevel": "Permissions management, Write",
|
|
1024
1031
|
"resourceTypes": [
|
|
1025
1032
|
{
|
|
1026
1033
|
"name": "policy",
|
|
@@ -292,6 +292,24 @@
|
|
|
292
292
|
],
|
|
293
293
|
"dependentActions": []
|
|
294
294
|
},
|
|
295
|
+
"passtopic": {
|
|
296
|
+
"name": "PassTopic",
|
|
297
|
+
"description": "Grants permission to use a topic for a template",
|
|
298
|
+
"accessLevel": "Read",
|
|
299
|
+
"resourceTypes": [
|
|
300
|
+
{
|
|
301
|
+
"name": "topic",
|
|
302
|
+
"required": true,
|
|
303
|
+
"conditionKeys": [],
|
|
304
|
+
"dependentActions": []
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"conditionKeys": [
|
|
308
|
+
"aws:RequestTag/${TagKey}",
|
|
309
|
+
"aws:TagKeys"
|
|
310
|
+
],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
},
|
|
295
313
|
"quicksuiteusagemetrics": {
|
|
296
314
|
"name": "QuickSuiteUsageMetrics",
|
|
297
315
|
"description": "Grants permission to get QuickSuite usage metrics",
|
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
"conditionKeys": [],
|
|
17
17
|
"dependentActions": []
|
|
18
18
|
},
|
|
19
|
+
{
|
|
20
|
+
"name": "RcsAgent",
|
|
21
|
+
"required": false,
|
|
22
|
+
"conditionKeys": [],
|
|
23
|
+
"dependentActions": []
|
|
24
|
+
},
|
|
19
25
|
{
|
|
20
26
|
"name": "SenderId",
|
|
21
27
|
"required": false,
|
|
@@ -47,6 +53,14 @@
|
|
|
47
53
|
"conditionKeys": [],
|
|
48
54
|
"dependentActions": []
|
|
49
55
|
},
|
|
56
|
+
"carrierlookup": {
|
|
57
|
+
"name": "CarrierLookup",
|
|
58
|
+
"description": "Grants permission to look up carrier information for a phone number",
|
|
59
|
+
"accessLevel": "Read",
|
|
60
|
+
"resourceTypes": [],
|
|
61
|
+
"conditionKeys": [],
|
|
62
|
+
"dependentActions": []
|
|
63
|
+
},
|
|
50
64
|
"createconfigurationset": {
|
|
51
65
|
"name": "CreateConfigurationSet",
|
|
52
66
|
"description": "Create a new configuration set. After you create the configuration set, you can add one or more event destinations to it.",
|
|
@@ -73,6 +87,17 @@
|
|
|
73
87
|
"conditionKeys": [],
|
|
74
88
|
"dependentActions": []
|
|
75
89
|
},
|
|
90
|
+
"createnotifyconfiguration": {
|
|
91
|
+
"name": "CreateNotifyConfiguration",
|
|
92
|
+
"description": "Grants permission to create a notify configuration",
|
|
93
|
+
"accessLevel": "Write",
|
|
94
|
+
"resourceTypes": [],
|
|
95
|
+
"conditionKeys": [
|
|
96
|
+
"aws:RequestTag/${TagKey}",
|
|
97
|
+
"aws:TagKeys"
|
|
98
|
+
],
|
|
99
|
+
"dependentActions": []
|
|
100
|
+
},
|
|
76
101
|
"createoptoutlist": {
|
|
77
102
|
"name": "CreateOptOutList",
|
|
78
103
|
"description": "Grants permission to create an opt-out list",
|
|
@@ -119,6 +144,17 @@
|
|
|
119
144
|
],
|
|
120
145
|
"dependentActions": []
|
|
121
146
|
},
|
|
147
|
+
"creatercsagent": {
|
|
148
|
+
"name": "CreateRcsAgent",
|
|
149
|
+
"description": "Grants permission to create an RCS agent",
|
|
150
|
+
"accessLevel": "Write",
|
|
151
|
+
"resourceTypes": [],
|
|
152
|
+
"conditionKeys": [
|
|
153
|
+
"aws:RequestTag/${TagKey}",
|
|
154
|
+
"aws:TagKeys"
|
|
155
|
+
],
|
|
156
|
+
"dependentActions": []
|
|
157
|
+
},
|
|
122
158
|
"createregistration": {
|
|
123
159
|
"name": "CreateRegistration",
|
|
124
160
|
"description": "Grants permission to create a registration",
|
|
@@ -141,6 +177,12 @@
|
|
|
141
177
|
"conditionKeys": [],
|
|
142
178
|
"dependentActions": []
|
|
143
179
|
},
|
|
180
|
+
{
|
|
181
|
+
"name": "RcsAgent",
|
|
182
|
+
"required": false,
|
|
183
|
+
"conditionKeys": [],
|
|
184
|
+
"dependentActions": []
|
|
185
|
+
},
|
|
144
186
|
{
|
|
145
187
|
"name": "Registration",
|
|
146
188
|
"required": true,
|
|
@@ -278,6 +320,29 @@
|
|
|
278
320
|
"conditionKeys": [],
|
|
279
321
|
"dependentActions": []
|
|
280
322
|
},
|
|
323
|
+
"deletenotifyconfiguration": {
|
|
324
|
+
"name": "DeleteNotifyConfiguration",
|
|
325
|
+
"description": "Grants permission to delete a notify configuration",
|
|
326
|
+
"accessLevel": "Write",
|
|
327
|
+
"resourceTypes": [
|
|
328
|
+
{
|
|
329
|
+
"name": "NotifyConfiguration",
|
|
330
|
+
"required": true,
|
|
331
|
+
"conditionKeys": [],
|
|
332
|
+
"dependentActions": []
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": []
|
|
337
|
+
},
|
|
338
|
+
"deletenotifymessagespendlimitoverride": {
|
|
339
|
+
"name": "DeleteNotifyMessageSpendLimitOverride",
|
|
340
|
+
"description": "Grants permission to delete an override for your account's notify messaging monthly spend limit",
|
|
341
|
+
"accessLevel": "Write",
|
|
342
|
+
"resourceTypes": [],
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
},
|
|
281
346
|
"deleteoptoutlist": {
|
|
282
347
|
"name": "DeleteOptOutList",
|
|
283
348
|
"description": "Grants permission to delete an opt-out list",
|
|
@@ -353,6 +418,29 @@
|
|
|
353
418
|
"conditionKeys": [],
|
|
354
419
|
"dependentActions": []
|
|
355
420
|
},
|
|
421
|
+
"deletercsagent": {
|
|
422
|
+
"name": "DeleteRcsAgent",
|
|
423
|
+
"description": "Grants permission to delete an RCS agent",
|
|
424
|
+
"accessLevel": "Write",
|
|
425
|
+
"resourceTypes": [
|
|
426
|
+
{
|
|
427
|
+
"name": "RcsAgent",
|
|
428
|
+
"required": true,
|
|
429
|
+
"conditionKeys": [],
|
|
430
|
+
"dependentActions": []
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"conditionKeys": [],
|
|
434
|
+
"dependentActions": []
|
|
435
|
+
},
|
|
436
|
+
"deletercsmessagespendlimitoverride": {
|
|
437
|
+
"name": "DeleteRcsMessageSpendLimitOverride",
|
|
438
|
+
"description": "Grants permission to delete an override for your account's RCS messaging monthly spend limit",
|
|
439
|
+
"accessLevel": "Write",
|
|
440
|
+
"resourceTypes": [],
|
|
441
|
+
"conditionKeys": [],
|
|
442
|
+
"dependentActions": []
|
|
443
|
+
},
|
|
356
444
|
"deleteregistration": {
|
|
357
445
|
"name": "DeleteRegistration",
|
|
358
446
|
"description": "Grants permission to delete a registration",
|
|
@@ -514,6 +602,29 @@
|
|
|
514
602
|
"conditionKeys": [],
|
|
515
603
|
"dependentActions": []
|
|
516
604
|
},
|
|
605
|
+
"describenotifyconfigurations": {
|
|
606
|
+
"name": "DescribeNotifyConfigurations",
|
|
607
|
+
"description": "Grants permission to describe the notify configurations in your account",
|
|
608
|
+
"accessLevel": "Read",
|
|
609
|
+
"resourceTypes": [
|
|
610
|
+
{
|
|
611
|
+
"name": "NotifyConfiguration",
|
|
612
|
+
"required": false,
|
|
613
|
+
"conditionKeys": [],
|
|
614
|
+
"dependentActions": []
|
|
615
|
+
}
|
|
616
|
+
],
|
|
617
|
+
"conditionKeys": [],
|
|
618
|
+
"dependentActions": []
|
|
619
|
+
},
|
|
620
|
+
"describenotifytemplates": {
|
|
621
|
+
"name": "DescribeNotifyTemplates",
|
|
622
|
+
"description": "Grants permission to describe the notify templates available",
|
|
623
|
+
"accessLevel": "Read",
|
|
624
|
+
"resourceTypes": [],
|
|
625
|
+
"conditionKeys": [],
|
|
626
|
+
"dependentActions": []
|
|
627
|
+
},
|
|
517
628
|
"describeoptoutlists": {
|
|
518
629
|
"name": "DescribeOptOutLists",
|
|
519
630
|
"description": "Grants permission to describe the opt-out lists in your account",
|
|
@@ -589,6 +700,36 @@
|
|
|
589
700
|
"conditionKeys": [],
|
|
590
701
|
"dependentActions": []
|
|
591
702
|
},
|
|
703
|
+
"describercsagentcountrylaunchstatus": {
|
|
704
|
+
"name": "DescribeRcsAgentCountryLaunchStatus",
|
|
705
|
+
"description": "Grants permission to describe the country launch status for an RCS agent",
|
|
706
|
+
"accessLevel": "Read",
|
|
707
|
+
"resourceTypes": [
|
|
708
|
+
{
|
|
709
|
+
"name": "RcsAgent",
|
|
710
|
+
"required": true,
|
|
711
|
+
"conditionKeys": [],
|
|
712
|
+
"dependentActions": []
|
|
713
|
+
}
|
|
714
|
+
],
|
|
715
|
+
"conditionKeys": [],
|
|
716
|
+
"dependentActions": []
|
|
717
|
+
},
|
|
718
|
+
"describercsagents": {
|
|
719
|
+
"name": "DescribeRcsAgents",
|
|
720
|
+
"description": "Grants permission to describe the RCS agents in your account",
|
|
721
|
+
"accessLevel": "Read",
|
|
722
|
+
"resourceTypes": [
|
|
723
|
+
{
|
|
724
|
+
"name": "RcsAgent",
|
|
725
|
+
"required": false,
|
|
726
|
+
"conditionKeys": [],
|
|
727
|
+
"dependentActions": []
|
|
728
|
+
}
|
|
729
|
+
],
|
|
730
|
+
"conditionKeys": [],
|
|
731
|
+
"dependentActions": []
|
|
732
|
+
},
|
|
592
733
|
"describeregistrationattachments": {
|
|
593
734
|
"name": "DescribeRegistrationAttachments",
|
|
594
735
|
"description": "Grants permission to describe the registration attachments in your account",
|
|
@@ -728,6 +869,12 @@
|
|
|
728
869
|
"conditionKeys": [],
|
|
729
870
|
"dependentActions": []
|
|
730
871
|
},
|
|
872
|
+
{
|
|
873
|
+
"name": "RcsAgent",
|
|
874
|
+
"required": false,
|
|
875
|
+
"conditionKeys": [],
|
|
876
|
+
"dependentActions": []
|
|
877
|
+
},
|
|
731
878
|
{
|
|
732
879
|
"name": "SenderId",
|
|
733
880
|
"required": false,
|
|
@@ -822,6 +969,14 @@
|
|
|
822
969
|
"conditionKeys": [],
|
|
823
970
|
"dependentActions": []
|
|
824
971
|
},
|
|
972
|
+
"listnotifycountries": {
|
|
973
|
+
"name": "ListNotifyCountries",
|
|
974
|
+
"description": "Grants permission to list countries that support notify messaging",
|
|
975
|
+
"accessLevel": "Read",
|
|
976
|
+
"resourceTypes": [],
|
|
977
|
+
"conditionKeys": [],
|
|
978
|
+
"dependentActions": []
|
|
979
|
+
},
|
|
825
980
|
"listpooloriginationidentities": {
|
|
826
981
|
"name": "ListPoolOriginationIdentities",
|
|
827
982
|
"description": "Grants permission to list all origination phone numbers and sender IDs associated to a pool",
|
|
@@ -878,6 +1033,12 @@
|
|
|
878
1033
|
"conditionKeys": [],
|
|
879
1034
|
"dependentActions": []
|
|
880
1035
|
},
|
|
1036
|
+
{
|
|
1037
|
+
"name": "NotifyConfiguration",
|
|
1038
|
+
"required": false,
|
|
1039
|
+
"conditionKeys": [],
|
|
1040
|
+
"dependentActions": []
|
|
1041
|
+
},
|
|
881
1042
|
{
|
|
882
1043
|
"name": "OptOutList",
|
|
883
1044
|
"required": false,
|
|
@@ -902,6 +1063,12 @@
|
|
|
902
1063
|
"conditionKeys": [],
|
|
903
1064
|
"dependentActions": []
|
|
904
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "RcsAgent",
|
|
1068
|
+
"required": false,
|
|
1069
|
+
"conditionKeys": [],
|
|
1070
|
+
"dependentActions": []
|
|
1071
|
+
},
|
|
905
1072
|
{
|
|
906
1073
|
"name": "Registration",
|
|
907
1074
|
"required": false,
|
|
@@ -1079,11 +1246,23 @@
|
|
|
1079
1246
|
"description": "Grants permission to request an origination phone number",
|
|
1080
1247
|
"accessLevel": "Write",
|
|
1081
1248
|
"resourceTypes": [
|
|
1249
|
+
{
|
|
1250
|
+
"name": "OptOutList",
|
|
1251
|
+
"required": false,
|
|
1252
|
+
"conditionKeys": [],
|
|
1253
|
+
"dependentActions": []
|
|
1254
|
+
},
|
|
1082
1255
|
{
|
|
1083
1256
|
"name": "Pool",
|
|
1084
1257
|
"required": false,
|
|
1085
1258
|
"conditionKeys": [],
|
|
1086
1259
|
"dependentActions": []
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"name": "Registration",
|
|
1263
|
+
"required": false,
|
|
1264
|
+
"conditionKeys": [],
|
|
1265
|
+
"dependentActions": []
|
|
1087
1266
|
}
|
|
1088
1267
|
],
|
|
1089
1268
|
"conditionKeys": [
|
|
@@ -1108,6 +1287,12 @@
|
|
|
1108
1287
|
"description": "Grants permission to send a text or voice message containing a verification code to a destination phone number",
|
|
1109
1288
|
"accessLevel": "Write",
|
|
1110
1289
|
"resourceTypes": [
|
|
1290
|
+
{
|
|
1291
|
+
"name": "ConfigurationSet",
|
|
1292
|
+
"required": false,
|
|
1293
|
+
"conditionKeys": [],
|
|
1294
|
+
"dependentActions": []
|
|
1295
|
+
},
|
|
1111
1296
|
{
|
|
1112
1297
|
"name": "PhoneNumber",
|
|
1113
1298
|
"required": false,
|
|
@@ -1135,6 +1320,87 @@
|
|
|
1135
1320
|
"description": "Grants permission to send a media message to a destination phone number",
|
|
1136
1321
|
"accessLevel": "Write",
|
|
1137
1322
|
"resourceTypes": [
|
|
1323
|
+
{
|
|
1324
|
+
"name": "ConfigurationSet",
|
|
1325
|
+
"required": false,
|
|
1326
|
+
"conditionKeys": [],
|
|
1327
|
+
"dependentActions": []
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"name": "PhoneNumber",
|
|
1331
|
+
"required": false,
|
|
1332
|
+
"conditionKeys": [],
|
|
1333
|
+
"dependentActions": []
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"name": "Pool",
|
|
1337
|
+
"required": false,
|
|
1338
|
+
"conditionKeys": [],
|
|
1339
|
+
"dependentActions": []
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"name": "ProtectConfiguration",
|
|
1343
|
+
"required": false,
|
|
1344
|
+
"conditionKeys": [],
|
|
1345
|
+
"dependentActions": []
|
|
1346
|
+
}
|
|
1347
|
+
],
|
|
1348
|
+
"conditionKeys": [],
|
|
1349
|
+
"dependentActions": []
|
|
1350
|
+
},
|
|
1351
|
+
"sendnotifytextmessage": {
|
|
1352
|
+
"name": "SendNotifyTextMessage",
|
|
1353
|
+
"description": "Grants permission to send a notify text message to a destination phone number",
|
|
1354
|
+
"accessLevel": "Write",
|
|
1355
|
+
"resourceTypes": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "ConfigurationSet",
|
|
1358
|
+
"required": false,
|
|
1359
|
+
"conditionKeys": [],
|
|
1360
|
+
"dependentActions": []
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "NotifyConfiguration",
|
|
1364
|
+
"required": true,
|
|
1365
|
+
"conditionKeys": [],
|
|
1366
|
+
"dependentActions": []
|
|
1367
|
+
}
|
|
1368
|
+
],
|
|
1369
|
+
"conditionKeys": [],
|
|
1370
|
+
"dependentActions": []
|
|
1371
|
+
},
|
|
1372
|
+
"sendnotifyvoicemessage": {
|
|
1373
|
+
"name": "SendNotifyVoiceMessage",
|
|
1374
|
+
"description": "Grants permission to send a notify voice message to a destination phone number",
|
|
1375
|
+
"accessLevel": "Write",
|
|
1376
|
+
"resourceTypes": [
|
|
1377
|
+
{
|
|
1378
|
+
"name": "ConfigurationSet",
|
|
1379
|
+
"required": false,
|
|
1380
|
+
"conditionKeys": [],
|
|
1381
|
+
"dependentActions": []
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "NotifyConfiguration",
|
|
1385
|
+
"required": true,
|
|
1386
|
+
"conditionKeys": [],
|
|
1387
|
+
"dependentActions": []
|
|
1388
|
+
}
|
|
1389
|
+
],
|
|
1390
|
+
"conditionKeys": [],
|
|
1391
|
+
"dependentActions": []
|
|
1392
|
+
},
|
|
1393
|
+
"sendrcsmessage": {
|
|
1394
|
+
"name": "SendRcsMessage",
|
|
1395
|
+
"description": "Grants permission to send an RCS message to a destination phone number",
|
|
1396
|
+
"accessLevel": "Write",
|
|
1397
|
+
"resourceTypes": [
|
|
1398
|
+
{
|
|
1399
|
+
"name": "ConfigurationSet",
|
|
1400
|
+
"required": false,
|
|
1401
|
+
"conditionKeys": [],
|
|
1402
|
+
"dependentActions": []
|
|
1403
|
+
},
|
|
1138
1404
|
{
|
|
1139
1405
|
"name": "PhoneNumber",
|
|
1140
1406
|
"required": false,
|
|
@@ -1146,6 +1412,24 @@
|
|
|
1146
1412
|
"required": false,
|
|
1147
1413
|
"conditionKeys": [],
|
|
1148
1414
|
"dependentActions": []
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"name": "ProtectConfiguration",
|
|
1418
|
+
"required": false,
|
|
1419
|
+
"conditionKeys": [],
|
|
1420
|
+
"dependentActions": []
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "RcsAgent",
|
|
1424
|
+
"required": false,
|
|
1425
|
+
"conditionKeys": [],
|
|
1426
|
+
"dependentActions": []
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
"name": "SenderId",
|
|
1430
|
+
"required": false,
|
|
1431
|
+
"conditionKeys": [],
|
|
1432
|
+
"dependentActions": []
|
|
1149
1433
|
}
|
|
1150
1434
|
],
|
|
1151
1435
|
"conditionKeys": [],
|
|
@@ -1156,6 +1440,12 @@
|
|
|
1156
1440
|
"description": "Grants permission to send a text message to a destination phone number",
|
|
1157
1441
|
"accessLevel": "Write",
|
|
1158
1442
|
"resourceTypes": [
|
|
1443
|
+
{
|
|
1444
|
+
"name": "ConfigurationSet",
|
|
1445
|
+
"required": false,
|
|
1446
|
+
"conditionKeys": [],
|
|
1447
|
+
"dependentActions": []
|
|
1448
|
+
},
|
|
1159
1449
|
{
|
|
1160
1450
|
"name": "PhoneNumber",
|
|
1161
1451
|
"required": false,
|
|
@@ -1168,6 +1458,12 @@
|
|
|
1168
1458
|
"conditionKeys": [],
|
|
1169
1459
|
"dependentActions": []
|
|
1170
1460
|
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "ProtectConfiguration",
|
|
1463
|
+
"required": false,
|
|
1464
|
+
"conditionKeys": [],
|
|
1465
|
+
"dependentActions": []
|
|
1466
|
+
},
|
|
1171
1467
|
{
|
|
1172
1468
|
"name": "SenderId",
|
|
1173
1469
|
"required": false,
|
|
@@ -1254,6 +1550,22 @@
|
|
|
1254
1550
|
"conditionKeys": [],
|
|
1255
1551
|
"dependentActions": []
|
|
1256
1552
|
},
|
|
1553
|
+
"setnotifymessagespendlimitoverride": {
|
|
1554
|
+
"name": "SetNotifyMessageSpendLimitOverride",
|
|
1555
|
+
"description": "Grants permission to set an override for your account's notify messaging monthly spend limit",
|
|
1556
|
+
"accessLevel": "Write",
|
|
1557
|
+
"resourceTypes": [],
|
|
1558
|
+
"conditionKeys": [],
|
|
1559
|
+
"dependentActions": []
|
|
1560
|
+
},
|
|
1561
|
+
"setrcsmessagespendlimitoverride": {
|
|
1562
|
+
"name": "SetRcsMessageSpendLimitOverride",
|
|
1563
|
+
"description": "Grants permission to set an override for your account's RCS messaging monthly spend limit",
|
|
1564
|
+
"accessLevel": "Write",
|
|
1565
|
+
"resourceTypes": [],
|
|
1566
|
+
"conditionKeys": [],
|
|
1567
|
+
"dependentActions": []
|
|
1568
|
+
},
|
|
1257
1569
|
"settextmessagespendlimitoverride": {
|
|
1258
1570
|
"name": "SetTextMessageSpendLimitOverride",
|
|
1259
1571
|
"description": "Grants permission to set an override for your account's text messaging monthly spend limit",
|
|
@@ -1296,6 +1608,12 @@
|
|
|
1296
1608
|
"conditionKeys": [],
|
|
1297
1609
|
"dependentActions": []
|
|
1298
1610
|
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "NotifyConfiguration",
|
|
1613
|
+
"required": false,
|
|
1614
|
+
"conditionKeys": [],
|
|
1615
|
+
"dependentActions": []
|
|
1616
|
+
},
|
|
1299
1617
|
{
|
|
1300
1618
|
"name": "OptOutList",
|
|
1301
1619
|
"required": false,
|
|
@@ -1320,6 +1638,12 @@
|
|
|
1320
1638
|
"conditionKeys": [],
|
|
1321
1639
|
"dependentActions": []
|
|
1322
1640
|
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "RcsAgent",
|
|
1643
|
+
"required": false,
|
|
1644
|
+
"conditionKeys": [],
|
|
1645
|
+
"dependentActions": []
|
|
1646
|
+
},
|
|
1323
1647
|
{
|
|
1324
1648
|
"name": "Registration",
|
|
1325
1649
|
"required": false,
|
|
@@ -1362,6 +1686,12 @@
|
|
|
1362
1686
|
"conditionKeys": [],
|
|
1363
1687
|
"dependentActions": []
|
|
1364
1688
|
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "NotifyConfiguration",
|
|
1691
|
+
"required": false,
|
|
1692
|
+
"conditionKeys": [],
|
|
1693
|
+
"dependentActions": []
|
|
1694
|
+
},
|
|
1365
1695
|
{
|
|
1366
1696
|
"name": "OptOutList",
|
|
1367
1697
|
"required": false,
|
|
@@ -1386,6 +1716,12 @@
|
|
|
1386
1716
|
"conditionKeys": [],
|
|
1387
1717
|
"dependentActions": []
|
|
1388
1718
|
},
|
|
1719
|
+
{
|
|
1720
|
+
"name": "RcsAgent",
|
|
1721
|
+
"required": false,
|
|
1722
|
+
"conditionKeys": [],
|
|
1723
|
+
"dependentActions": []
|
|
1724
|
+
},
|
|
1389
1725
|
{
|
|
1390
1726
|
"name": "Registration",
|
|
1391
1727
|
"required": false,
|
|
@@ -1431,11 +1767,32 @@
|
|
|
1431
1767
|
"conditionKeys": [],
|
|
1432
1768
|
"dependentActions": []
|
|
1433
1769
|
},
|
|
1770
|
+
"updatenotifyconfiguration": {
|
|
1771
|
+
"name": "UpdateNotifyConfiguration",
|
|
1772
|
+
"description": "Grants permission to update a notify configuration",
|
|
1773
|
+
"accessLevel": "Write",
|
|
1774
|
+
"resourceTypes": [
|
|
1775
|
+
{
|
|
1776
|
+
"name": "NotifyConfiguration",
|
|
1777
|
+
"required": true,
|
|
1778
|
+
"conditionKeys": [],
|
|
1779
|
+
"dependentActions": []
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"conditionKeys": [],
|
|
1783
|
+
"dependentActions": []
|
|
1784
|
+
},
|
|
1434
1785
|
"updatephonenumber": {
|
|
1435
1786
|
"name": "UpdatePhoneNumber",
|
|
1436
1787
|
"description": "Grants permission to update an origination phone number's configuration",
|
|
1437
1788
|
"accessLevel": "Write",
|
|
1438
1789
|
"resourceTypes": [
|
|
1790
|
+
{
|
|
1791
|
+
"name": "OptOutList",
|
|
1792
|
+
"required": false,
|
|
1793
|
+
"conditionKeys": [],
|
|
1794
|
+
"dependentActions": []
|
|
1795
|
+
},
|
|
1439
1796
|
{
|
|
1440
1797
|
"name": "PhoneNumber",
|
|
1441
1798
|
"required": true,
|
|
@@ -1451,6 +1808,12 @@
|
|
|
1451
1808
|
"description": "Grants permission to update a pool's configuration",
|
|
1452
1809
|
"accessLevel": "Write",
|
|
1453
1810
|
"resourceTypes": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "OptOutList",
|
|
1813
|
+
"required": false,
|
|
1814
|
+
"conditionKeys": [],
|
|
1815
|
+
"dependentActions": []
|
|
1816
|
+
},
|
|
1454
1817
|
{
|
|
1455
1818
|
"name": "Pool",
|
|
1456
1819
|
"required": true,
|
|
@@ -1491,6 +1854,21 @@
|
|
|
1491
1854
|
"conditionKeys": [],
|
|
1492
1855
|
"dependentActions": []
|
|
1493
1856
|
},
|
|
1857
|
+
"updatercsagent": {
|
|
1858
|
+
"name": "UpdateRcsAgent",
|
|
1859
|
+
"description": "Grants permission to update an RCS agent's configuration",
|
|
1860
|
+
"accessLevel": "Write",
|
|
1861
|
+
"resourceTypes": [
|
|
1862
|
+
{
|
|
1863
|
+
"name": "RcsAgent",
|
|
1864
|
+
"required": true,
|
|
1865
|
+
"conditionKeys": [],
|
|
1866
|
+
"dependentActions": []
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"conditionKeys": [],
|
|
1870
|
+
"dependentActions": []
|
|
1871
|
+
},
|
|
1494
1872
|
"updatesenderid": {
|
|
1495
1873
|
"name": "UpdateSenderId",
|
|
1496
1874
|
"description": "Grants permission to update a sender ID's configuration",
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"createdbbackup": {
|
|
3
|
+
"name": "CreateDbBackup",
|
|
4
|
+
"description": "Grants permission to create a Timestream InfluxDB Backup for a DbInstance or DbCluster",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "db-backup",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:RequestTag/${TagKey}",
|
|
16
|
+
"aws:TagKeys"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
2
20
|
"createdbcluster": {
|
|
3
21
|
"name": "CreateDbCluster",
|
|
4
22
|
"description": "Grants permission to create a new Timestream InfluxDB Cluster",
|
|
@@ -46,6 +64,21 @@
|
|
|
46
64
|
],
|
|
47
65
|
"dependentActions": []
|
|
48
66
|
},
|
|
67
|
+
"deletedbbackup": {
|
|
68
|
+
"name": "DeleteDbBackup",
|
|
69
|
+
"description": "Grants permission to delete a Timestream InfluxDB backup",
|
|
70
|
+
"accessLevel": "Write",
|
|
71
|
+
"resourceTypes": [
|
|
72
|
+
{
|
|
73
|
+
"name": "db-backup",
|
|
74
|
+
"required": true,
|
|
75
|
+
"conditionKeys": [],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"conditionKeys": [],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
49
82
|
"deletedbcluster": {
|
|
50
83
|
"name": "DeleteDbCluster",
|
|
51
84
|
"description": "Grants permission to delete a Timestream InfluxDB Cluster",
|
|
@@ -76,6 +109,21 @@
|
|
|
76
109
|
"conditionKeys": [],
|
|
77
110
|
"dependentActions": []
|
|
78
111
|
},
|
|
112
|
+
"getdbbackup": {
|
|
113
|
+
"name": "GetDbBackup",
|
|
114
|
+
"description": "Grants permission to get information about a Timestream InfluxDB Backup",
|
|
115
|
+
"accessLevel": "Read",
|
|
116
|
+
"resourceTypes": [
|
|
117
|
+
{
|
|
118
|
+
"name": "db-backup",
|
|
119
|
+
"required": true,
|
|
120
|
+
"conditionKeys": [],
|
|
121
|
+
"dependentActions": []
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
79
127
|
"getdbcluster": {
|
|
80
128
|
"name": "GetDbCluster",
|
|
81
129
|
"description": "Grants permission to get information about a Timestream InfluxDB Cluster",
|
|
@@ -121,6 +169,14 @@
|
|
|
121
169
|
"conditionKeys": [],
|
|
122
170
|
"dependentActions": []
|
|
123
171
|
},
|
|
172
|
+
"listdbbackups": {
|
|
173
|
+
"name": "ListDbBackups",
|
|
174
|
+
"description": "Grants permission to list information about all Timestream InfluxDB backups in the account",
|
|
175
|
+
"accessLevel": "List",
|
|
176
|
+
"resourceTypes": [],
|
|
177
|
+
"conditionKeys": [],
|
|
178
|
+
"dependentActions": []
|
|
179
|
+
},
|
|
124
180
|
"listdbclusters": {
|
|
125
181
|
"name": "ListDbClusters",
|
|
126
182
|
"description": "Grants permission to list information about all Timestream InfluxDB clusters in the account",
|
|
@@ -165,6 +221,12 @@
|
|
|
165
221
|
"description": "Grants permission to list tags for a Timestream InfluxDB resource",
|
|
166
222
|
"accessLevel": "Read",
|
|
167
223
|
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "db-backup",
|
|
226
|
+
"required": false,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
},
|
|
168
230
|
{
|
|
169
231
|
"name": "db-cluster",
|
|
170
232
|
"required": false,
|
|
@@ -225,11 +287,36 @@
|
|
|
225
287
|
"conditionKeys": [],
|
|
226
288
|
"dependentActions": []
|
|
227
289
|
},
|
|
290
|
+
"restorefromdbbackup": {
|
|
291
|
+
"name": "RestoreFromDbBackup",
|
|
292
|
+
"description": "Grants permission to restore from a Timestream InfluxDB backup",
|
|
293
|
+
"accessLevel": "Write",
|
|
294
|
+
"resourceTypes": [
|
|
295
|
+
{
|
|
296
|
+
"name": "db-backup",
|
|
297
|
+
"required": true,
|
|
298
|
+
"conditionKeys": [],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"conditionKeys": [
|
|
303
|
+
"aws:RequestTag/${TagKey}",
|
|
304
|
+
"aws:TagKeys",
|
|
305
|
+
"timestream-influxdb:RestoreMode"
|
|
306
|
+
],
|
|
307
|
+
"dependentActions": []
|
|
308
|
+
},
|
|
228
309
|
"tagresource": {
|
|
229
310
|
"name": "TagResource",
|
|
230
311
|
"description": "Grants permission to tag a Timestream InfluxDB resource",
|
|
231
312
|
"accessLevel": "Tagging, Write",
|
|
232
313
|
"resourceTypes": [
|
|
314
|
+
{
|
|
315
|
+
"name": "db-backup",
|
|
316
|
+
"required": false,
|
|
317
|
+
"conditionKeys": [],
|
|
318
|
+
"dependentActions": []
|
|
319
|
+
},
|
|
233
320
|
{
|
|
234
321
|
"name": "db-cluster",
|
|
235
322
|
"required": false,
|
|
@@ -261,6 +348,12 @@
|
|
|
261
348
|
"description": "Grants permission to untag a Timestream InfluxDB resource",
|
|
262
349
|
"accessLevel": "Tagging, Write",
|
|
263
350
|
"resourceTypes": [
|
|
351
|
+
{
|
|
352
|
+
"name": "db-backup",
|
|
353
|
+
"required": false,
|
|
354
|
+
"conditionKeys": [],
|
|
355
|
+
"dependentActions": []
|
|
356
|
+
},
|
|
264
357
|
{
|
|
265
358
|
"name": "db-cluster",
|
|
266
359
|
"required": false,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -13,5 +13,10 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by a list of tag keys that are allowed in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"timestream-influxdb:restoremode": {
|
|
18
|
+
"key": "timestream-influxdb:RestoreMode",
|
|
19
|
+
"description": "Filters access by the restore mode specified in the request",
|
|
20
|
+
"type": "String"
|
|
16
21
|
}
|
|
17
22
|
}
|
|
@@ -10,6 +10,13 @@
|
|
|
10
10
|
"key": "Message",
|
|
11
11
|
"arn": "arn:${Partition}:sms-voice:${Region}:${Account}:message/${MessageId}"
|
|
12
12
|
},
|
|
13
|
+
"notifyconfiguration": {
|
|
14
|
+
"key": "NotifyConfiguration",
|
|
15
|
+
"arn": "arn:${Partition}:sms-voice:${Region}:${Account}:notify-configuration/${NotifyConfigurationId}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
19
|
+
},
|
|
13
20
|
"optoutlist": {
|
|
14
21
|
"key": "OptOutList",
|
|
15
22
|
"arn": "arn:${Partition}:sms-voice:${Region}:${Account}:opt-out-list/${OptOutListName}",
|
|
@@ -38,6 +45,13 @@
|
|
|
38
45
|
"aws:ResourceTag/${TagKey}"
|
|
39
46
|
]
|
|
40
47
|
},
|
|
48
|
+
"rcsagent": {
|
|
49
|
+
"key": "RcsAgent",
|
|
50
|
+
"arn": "arn:${Partition}:sms-voice:${Region}:${Account}:rcs-agent/${RcsAgentId}",
|
|
51
|
+
"conditionKeys": [
|
|
52
|
+
"aws:ResourceTag/${TagKey}"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
41
55
|
"registration": {
|
|
42
56
|
"key": "Registration",
|
|
43
57
|
"arn": "arn:${Partition}:sms-voice:${Region}:${Account}:registration/${RegistrationId}",
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
+
"db-backup": {
|
|
3
|
+
"key": "db-backup",
|
|
4
|
+
"arn": "arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-backup/${DbBackupId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
8
|
+
},
|
|
2
9
|
"db-cluster": {
|
|
3
10
|
"key": "db-cluster",
|
|
4
11
|
"arn": "arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-cluster/${DbClusterId}",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"bedrock": "machine-learning-and-ai",
|
|
62
62
|
"bedrock-agentcore": "machine-learning-and-ai",
|
|
63
63
|
"bedrock-mantle": "machine-learning-and-ai",
|
|
64
|
+
"bedrock-websearch": "machine-learning-and-ai",
|
|
64
65
|
"billing": "cloud-financial-management",
|
|
65
66
|
"billingconductor": "cloud-financial-management",
|
|
66
67
|
"braket": "quantum-technologies",
|
package/data/serviceNames.json
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"bedrock": "Amazon Bedrock",
|
|
62
62
|
"bedrock-agentcore": "Amazon Bedrock Agentcore",
|
|
63
63
|
"bedrock-mantle": "Amazon Bedrock Powered by AWS Mantle",
|
|
64
|
+
"bedrock-websearch": "Amazon Bedrock Web Search",
|
|
64
65
|
"billing": "AWS Billing",
|
|
65
66
|
"billingconductor": "AWS Billing Conductor",
|
|
66
67
|
"braket": "Amazon Braket",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202608051",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-08-
|
|
9
|
+
"updatedAt": "2026-08-05T05:35:37.266Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|