aws-iam-data 0.0.430 → 0.0.431
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,16 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"dateOfChange": "2025-08-13",
|
|
4
|
+
"addedServices": [],
|
|
5
|
+
"removedServices": [],
|
|
6
|
+
"addedActions": {
|
|
7
|
+
"AWS IAM Identity Center": [
|
|
8
|
+
"sso:GetApplicationSessionConfiguration",
|
|
9
|
+
"sso:PutApplicationSessionConfiguration"
|
|
10
|
+
]
|
|
11
|
+
},
|
|
12
|
+
"removedActions": {}
|
|
13
|
+
},
|
|
2
14
|
{
|
|
3
15
|
"dateOfChange": "2025-08-12",
|
|
4
16
|
"addedServices": [],
|
package/dist/data/json/iam.json
CHANGED
|
@@ -206056,6 +206056,29 @@
|
|
|
206056
206056
|
}
|
|
206057
206057
|
]
|
|
206058
206058
|
},
|
|
206059
|
+
{
|
|
206060
|
+
"name": "GetApplicationSessionConfiguration",
|
|
206061
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_GetApplicationSessionConfiguration.html",
|
|
206062
|
+
"permissionOnly": false,
|
|
206063
|
+
"description": "Grants permission to get session configuration for an application",
|
|
206064
|
+
"accessLevel": "Read",
|
|
206065
|
+
"resourceTypes": [
|
|
206066
|
+
{
|
|
206067
|
+
"resourceType": "Application",
|
|
206068
|
+
"required": true,
|
|
206069
|
+
"conditionKeys": [],
|
|
206070
|
+
"dependentActions": []
|
|
206071
|
+
},
|
|
206072
|
+
{
|
|
206073
|
+
"resourceType": "",
|
|
206074
|
+
"required": false,
|
|
206075
|
+
"conditionKeys": [
|
|
206076
|
+
"sso:ApplicationAccount"
|
|
206077
|
+
],
|
|
206078
|
+
"dependentActions": []
|
|
206079
|
+
}
|
|
206080
|
+
]
|
|
206081
|
+
},
|
|
206059
206082
|
{
|
|
206060
206083
|
"name": "GetApplicationTemplate",
|
|
206061
206084
|
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/userguide/iam-auth-access-using-id-policies.html#policyexample",
|
|
@@ -206874,6 +206897,29 @@
|
|
|
206874
206897
|
}
|
|
206875
206898
|
]
|
|
206876
206899
|
},
|
|
206900
|
+
{
|
|
206901
|
+
"name": "PutApplicationSessionConfiguration",
|
|
206902
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutApplicationSessionConfiguration.html",
|
|
206903
|
+
"permissionOnly": false,
|
|
206904
|
+
"description": "Grants permission to put session configuration for an application",
|
|
206905
|
+
"accessLevel": "Write",
|
|
206906
|
+
"resourceTypes": [
|
|
206907
|
+
{
|
|
206908
|
+
"resourceType": "Application",
|
|
206909
|
+
"required": true,
|
|
206910
|
+
"conditionKeys": [],
|
|
206911
|
+
"dependentActions": []
|
|
206912
|
+
},
|
|
206913
|
+
{
|
|
206914
|
+
"resourceType": "",
|
|
206915
|
+
"required": false,
|
|
206916
|
+
"conditionKeys": [
|
|
206917
|
+
"sso:ApplicationAccount"
|
|
206918
|
+
],
|
|
206919
|
+
"dependentActions": []
|
|
206920
|
+
}
|
|
206921
|
+
]
|
|
206922
|
+
},
|
|
206877
206923
|
{
|
|
206878
206924
|
"name": "PutInlinePolicyToPermissionSet",
|
|
206879
206925
|
"apiReferenceUrl": "https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_PutInlinePolicyToPermissionSet.html",
|
|
@@ -14159,7 +14159,7 @@
|
|
|
14159
14159
|
"name": "AWS IAM Identity Center",
|
|
14160
14160
|
"servicePrefix": "sso",
|
|
14161
14161
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiamidentitycenter.html",
|
|
14162
|
-
"actionsCount":
|
|
14162
|
+
"actionsCount": 128,
|
|
14163
14163
|
"actions": [
|
|
14164
14164
|
"AssociateDirectory",
|
|
14165
14165
|
"AssociateProfile",
|
|
@@ -14217,6 +14217,7 @@
|
|
|
14217
14217
|
"GetApplicationAuthenticationMethod",
|
|
14218
14218
|
"GetApplicationGrant",
|
|
14219
14219
|
"GetApplicationInstance",
|
|
14220
|
+
"GetApplicationSessionConfiguration",
|
|
14220
14221
|
"GetApplicationTemplate",
|
|
14221
14222
|
"GetInlinePolicyForPermissionSet",
|
|
14222
14223
|
"GetManagedApplicationInstance",
|
|
@@ -14261,6 +14262,7 @@
|
|
|
14261
14262
|
"PutApplicationAssignmentConfiguration",
|
|
14262
14263
|
"PutApplicationAuthenticationMethod",
|
|
14263
14264
|
"PutApplicationGrant",
|
|
14265
|
+
"PutApplicationSessionConfiguration",
|
|
14264
14266
|
"PutInlinePolicyToPermissionSet",
|
|
14265
14267
|
"PutMfaDeviceManagementForDirectory",
|
|
14266
14268
|
"PutPermissionsBoundaryToPermissionSet",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.431",
|
|
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",
|