aws-iam-data 0.0.285 → 0.0.286

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.
@@ -1,4 +1,23 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2024-10-19",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Q": [
8
+ "q:GenerateCodeFromCommands"
9
+ ],
10
+ "Amazon Redshift": [
11
+ "redshift:AuthorizeInboundIntegration",
12
+ "redshift:CreateInboundIntegration",
13
+ "redshift:CreateIntegration",
14
+ "redshift:DeleteIntegration",
15
+ "redshift:DescribeIntegrations",
16
+ "redshift:ModifyIntegration"
17
+ ]
18
+ },
19
+ "removedActions": {}
20
+ },
2
21
  {
3
22
  "dateOfChange": "2024-10-17",
4
23
  "addedServices": [],
@@ -268199,6 +268199,21 @@
268199
268199
  }
268200
268200
  ]
268201
268201
  },
268202
+ {
268203
+ "name": "GenerateCodeFromCommands",
268204
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/security_iam_manage-access-with-policies.html",
268205
+ "permissionOnly": true,
268206
+ "description": "Grants permission to generate code from CLI commands in Amazon Q",
268207
+ "accessLevel": "Read",
268208
+ "resourceTypes": [
268209
+ {
268210
+ "resourceType": "",
268211
+ "required": false,
268212
+ "conditionKeys": [],
268213
+ "dependentActions": []
268214
+ }
268215
+ ]
268216
+ },
268202
268217
  {
268203
268218
  "name": "GetConversation",
268204
268219
  "apiReferenceUrl": "https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/security_iam_manage-access-with-policies.html",
@@ -282457,6 +282472,21 @@
282457
282472
  }
282458
282473
  ]
282459
282474
  },
282475
+ {
282476
+ "name": "AuthorizeInboundIntegration",
282477
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.setting-up.html",
282478
+ "permissionOnly": true,
282479
+ "description": "Grants permission to Amazon Redshift to continuously validate that the target data warehouse can receive data replicated from the source ARN",
282480
+ "accessLevel": "Write",
282481
+ "resourceTypes": [
282482
+ {
282483
+ "resourceType": "integration",
282484
+ "required": true,
282485
+ "conditionKeys": [],
282486
+ "dependentActions": []
282487
+ }
282488
+ ]
282489
+ },
282460
282490
  {
282461
282491
  "name": "AuthorizeSnapshotAccess",
282462
282492
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_AuthorizeSnapshotAccess.html",
@@ -282846,6 +282876,50 @@
282846
282876
  }
282847
282877
  ]
282848
282878
  },
282879
+ {
282880
+ "name": "CreateInboundIntegration",
282881
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.setting-up.html",
282882
+ "permissionOnly": true,
282883
+ "description": "Grants permission to the source principal to create an inbound integration for data to be replicated from the source into the target data warehouse",
282884
+ "accessLevel": "Write",
282885
+ "resourceTypes": [
282886
+ {
282887
+ "resourceType": "",
282888
+ "required": false,
282889
+ "conditionKeys": [],
282890
+ "dependentActions": []
282891
+ }
282892
+ ]
282893
+ },
282894
+ {
282895
+ "name": "CreateIntegration",
282896
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_CreateIntegration.html",
282897
+ "permissionOnly": false,
282898
+ "description": "Grants permission to create an Amazon Redshift zero-ETL integration",
282899
+ "accessLevel": "Write",
282900
+ "resourceTypes": [
282901
+ {
282902
+ "resourceType": "integration",
282903
+ "required": true,
282904
+ "conditionKeys": [],
282905
+ "dependentActions": [
282906
+ "kms:CreateGrant",
282907
+ "kms:DescribeKey"
282908
+ ]
282909
+ },
282910
+ {
282911
+ "resourceType": "",
282912
+ "required": false,
282913
+ "conditionKeys": [
282914
+ "aws:RequestTag/${TagKey}",
282915
+ "aws:TagKeys",
282916
+ "redshift:IntegrationSourceArn",
282917
+ "redshift:IntegrationTargetArn"
282918
+ ],
282919
+ "dependentActions": []
282920
+ }
282921
+ ]
282922
+ },
282849
282923
  {
282850
282924
  "name": "CreateQev2IdcApplication",
282851
282925
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-idp-connect.html",
@@ -282995,6 +283069,12 @@
282995
283069
  "conditionKeys": [],
282996
283070
  "dependentActions": []
282997
283071
  },
283072
+ {
283073
+ "resourceType": "integration",
283074
+ "required": false,
283075
+ "conditionKeys": [],
283076
+ "dependentActions": []
283077
+ },
282998
283078
  {
282999
283079
  "resourceType": "parametergroup",
283000
283080
  "required": false,
@@ -283272,6 +283352,29 @@
283272
283352
  }
283273
283353
  ]
283274
283354
  },
283355
+ {
283356
+ "name": "DeleteIntegration",
283357
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteIntegration.html",
283358
+ "permissionOnly": false,
283359
+ "description": "Grants permission to delete an Amazon Redshift zero-ETL integration",
283360
+ "accessLevel": "Write",
283361
+ "resourceTypes": [
283362
+ {
283363
+ "resourceType": "integration",
283364
+ "required": true,
283365
+ "conditionKeys": [],
283366
+ "dependentActions": []
283367
+ },
283368
+ {
283369
+ "resourceType": "",
283370
+ "required": false,
283371
+ "conditionKeys": [
283372
+ "aws:ResourceTag/${TagKey}"
283373
+ ],
283374
+ "dependentActions": []
283375
+ }
283376
+ ]
283377
+ },
283275
283378
  {
283276
283379
  "name": "DeletePartner",
283277
283380
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DeletePartner.html",
@@ -283427,6 +283530,12 @@
283427
283530
  "conditionKeys": [],
283428
283531
  "dependentActions": []
283429
283532
  },
283533
+ {
283534
+ "resourceType": "integration",
283535
+ "required": false,
283536
+ "conditionKeys": [],
283537
+ "dependentActions": []
283538
+ },
283430
283539
  {
283431
283540
  "resourceType": "parametergroup",
283432
283541
  "required": false,
@@ -283868,6 +283977,29 @@
283868
283977
  }
283869
283978
  ]
283870
283979
  },
283980
+ {
283981
+ "name": "DescribeIntegrations",
283982
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeIntegrations.html",
283983
+ "permissionOnly": false,
283984
+ "description": "Grants permission to describe an Amazon Redshift zero-ETL integration",
283985
+ "accessLevel": "List",
283986
+ "resourceTypes": [
283987
+ {
283988
+ "resourceType": "integration",
283989
+ "required": true,
283990
+ "conditionKeys": [],
283991
+ "dependentActions": []
283992
+ },
283993
+ {
283994
+ "resourceType": "",
283995
+ "required": false,
283996
+ "conditionKeys": [
283997
+ "aws:ResourceTag/${TagKey}"
283998
+ ],
283999
+ "dependentActions": []
284000
+ }
284001
+ ]
284002
+ },
283871
284003
  {
283872
284004
  "name": "DescribeLoggingStatus",
283873
284005
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_DescribeLoggingStatus.html",
@@ -284172,6 +284304,12 @@
284172
284304
  "conditionKeys": [],
284173
284305
  "dependentActions": []
284174
284306
  },
284307
+ {
284308
+ "resourceType": "integration",
284309
+ "required": false,
284310
+ "conditionKeys": [],
284311
+ "dependentActions": []
284312
+ },
284175
284313
  {
284176
284314
  "resourceType": "parametergroup",
284177
284315
  "required": false,
@@ -284778,6 +284916,29 @@
284778
284916
  }
284779
284917
  ]
284780
284918
  },
284919
+ {
284920
+ "name": "ModifyIntegration",
284921
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/APIReference/API_ModifyIntegration.html",
284922
+ "permissionOnly": false,
284923
+ "description": "Grants permission to modify an Amazon Redshift zero-ETL integration",
284924
+ "accessLevel": "Write",
284925
+ "resourceTypes": [
284926
+ {
284927
+ "resourceType": "integration",
284928
+ "required": true,
284929
+ "conditionKeys": [],
284930
+ "dependentActions": []
284931
+ },
284932
+ {
284933
+ "resourceType": "",
284934
+ "required": false,
284935
+ "conditionKeys": [
284936
+ "aws:ResourceTag/${TagKey}"
284937
+ ],
284938
+ "dependentActions": []
284939
+ }
284940
+ ]
284941
+ },
284781
284942
  {
284782
284943
  "name": "ModifyQev2IdcApplication",
284783
284944
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-idp-connect.html",
@@ -285247,6 +285408,14 @@
285247
285408
  "aws:ResourceTag/${TagKey}"
285248
285409
  ]
285249
285410
  },
285411
+ {
285412
+ "name": "integration",
285413
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/zero-etl-using.html",
285414
+ "arnPattern": "arn:${Partition}:redshift:${Region}:${Account}:integration:${IntegrationIdentifier}",
285415
+ "conditionKeys": [
285416
+ "aws:ResourceTag/${TagKey}"
285417
+ ]
285418
+ },
285250
285419
  {
285251
285420
  "name": "namespace",
285252
285421
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/dg/concepts.html",
@@ -285399,7 +285568,19 @@
285399
285568
  "name": "redshift:InboundIntegrationArn",
285400
285569
  "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
285401
285570
  "description": "Filters access by the ARN of an inbound zero-ETL Integration resource",
285402
- "type": "String"
285571
+ "type": "ARN"
285572
+ },
285573
+ {
285574
+ "name": "redshift:IntegrationSourceArn",
285575
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
285576
+ "description": "Filters access by the ARN of a zero-ETL Integration source",
285577
+ "type": "ARN"
285578
+ },
285579
+ {
285580
+ "name": "redshift:IntegrationTargetArn",
285581
+ "apiReferenceUrl": "https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-overview.html#redshift-policy-resources.conditions",
285582
+ "description": "Filters access by the ARN of a zero-ETL Integration target",
285583
+ "type": "ARN"
285403
285584
  }
285404
285585
  ]
285405
285586
  },
@@ -306077,8 +306258,8 @@
306077
306258
  {
306078
306259
  "name": "BatchGetMetrics",
306079
306260
  "apiReferenceUrl": "https://docs.aws.amazon.com/sagemaker/latest/APIReference/",
306080
- "permissionOnly": true,
306081
- "description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components. This API is not publicly exposed at this point, however admins can control this action",
306261
+ "permissionOnly": false,
306262
+ "description": "Grants permission to retrieve metrics associated with SageMaker Resources such as Training Jobs or Trial Components",
306082
306263
  "accessLevel": "Read",
306083
306264
  "resourceTypes": [
306084
306265
  {
@@ -19671,10 +19671,11 @@
19671
19671
  "name": "Amazon Q",
19672
19672
  "servicePrefix": "q",
19673
19673
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonq.html",
19674
- "actionsCount": 12,
19674
+ "actionsCount": 13,
19675
19675
  "actions": [
19676
19676
  "CreateAssignment",
19677
19677
  "DeleteAssignment",
19678
+ "GenerateCodeFromCommands",
19678
19679
  "GetConversation",
19679
19680
  "GetIdentityMetadata",
19680
19681
  "GetTroubleshootingResults",
@@ -20600,7 +20601,7 @@
20600
20601
  "name": "Amazon Redshift",
20601
20602
  "servicePrefix": "redshift",
20602
20603
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshift.html",
20603
- "actionsCount": 155,
20604
+ "actionsCount": 161,
20604
20605
  "actions": [
20605
20606
  "AcceptReservedNodeExchange",
20606
20607
  "AddPartner",
@@ -20608,6 +20609,7 @@
20608
20609
  "AuthorizeClusterSecurityGroupIngress",
20609
20610
  "AuthorizeDataShare",
20610
20611
  "AuthorizeEndpointAccess",
20612
+ "AuthorizeInboundIntegration",
20611
20613
  "AuthorizeSnapshotAccess",
20612
20614
  "BatchDeleteClusterSnapshots",
20613
20615
  "BatchModifyClusterSnapshots",
@@ -20627,6 +20629,8 @@
20627
20629
  "CreateEventSubscription",
20628
20630
  "CreateHsmClientCertificate",
20629
20631
  "CreateHsmConfiguration",
20632
+ "CreateInboundIntegration",
20633
+ "CreateIntegration",
20630
20634
  "CreateQev2IdcApplication",
20631
20635
  "CreateRedshiftIdcApplication",
20632
20636
  "CreateSavedQuery",
@@ -20647,6 +20651,7 @@
20647
20651
  "DeleteEventSubscription",
20648
20652
  "DeleteHsmClientCertificate",
20649
20653
  "DeleteHsmConfiguration",
20654
+ "DeleteIntegration",
20650
20655
  "DeletePartner",
20651
20656
  "DeleteQev2IdcApplication",
20652
20657
  "DeleteRedshiftIdcApplication",
@@ -20681,6 +20686,7 @@
20681
20686
  "DescribeHsmClientCertificates",
20682
20687
  "DescribeHsmConfigurations",
20683
20688
  "DescribeInboundIntegrations",
20689
+ "DescribeIntegrations",
20684
20690
  "DescribeLoggingStatus",
20685
20691
  "DescribeNodeConfigurationOptions",
20686
20692
  "DescribeOrderableClusterOptions",
@@ -20733,6 +20739,7 @@
20733
20739
  "ModifyCustomDomainAssociation",
20734
20740
  "ModifyEndpointAccess",
20735
20741
  "ModifyEventSubscription",
20742
+ "ModifyIntegration",
20736
20743
  "ModifyQev2IdcApplication",
20737
20744
  "ModifyRedshiftIdcApplication",
20738
20745
  "ModifySavedQuery",
@@ -20758,7 +20765,7 @@
20758
20765
  "ViewQueriesFromConsole",
20759
20766
  "ViewQueriesInConsole"
20760
20767
  ],
20761
- "resourceTypesCount": 20,
20768
+ "resourceTypesCount": 21,
20762
20769
  "resourceTypes": [
20763
20770
  "cluster",
20764
20771
  "datashare",
@@ -20768,6 +20775,7 @@
20768
20775
  "eventsubscription",
20769
20776
  "hsmclientcertificate",
20770
20777
  "hsmconfiguration",
20778
+ "integration",
20771
20779
  "namespace",
20772
20780
  "parametergroup",
20773
20781
  "securitygroup",
@@ -20781,7 +20789,7 @@
20781
20789
  "redshiftidcapplication",
20782
20790
  "qev2idcapplication"
20783
20791
  ],
20784
- "conditionKeysCount": 10,
20792
+ "conditionKeysCount": 12,
20785
20793
  "conditionKeys": [
20786
20794
  "aws:RequestTag/${TagKey}",
20787
20795
  "aws:ResourceTag/${TagKey}",
@@ -20792,7 +20800,9 @@
20792
20800
  "redshift:DbName",
20793
20801
  "redshift:DbUser",
20794
20802
  "redshift:DurationSeconds",
20795
- "redshift:InboundIntegrationArn"
20803
+ "redshift:InboundIntegrationArn",
20804
+ "redshift:IntegrationSourceArn",
20805
+ "redshift:IntegrationTargetArn"
20796
20806
  ]
20797
20807
  },
20798
20808
  {
@@ -2,11 +2,11 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Read Actions",
5
- "value": 4662
5
+ "value": 4663
6
6
  },
7
7
  {
8
8
  "key": "List Actions",
9
- "value": 2817
9
+ "value": 2818
10
10
  },
11
11
  {
12
12
  "key": "Permissions Actions",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 9607
17
+ "value": 9612
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -410,11 +410,11 @@
410
410
  },
411
411
  {
412
412
  "key": "Total number of distinct resource ARNS",
413
- "value": 1774
413
+ "value": 1775
414
414
  },
415
415
  {
416
416
  "key": "Total number of distinct condition keys",
417
- "value": 948
417
+ "value": 950
418
418
  }
419
419
  ]
420
420
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.285",
3
+ "version": "0.0.286",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",