@aws-sdk/client-iam 3.1004.0 → 3.1005.0
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.
|
@@ -32,7 +32,7 @@ declare const CreateServiceSpecificCredentialCommand_base: {
|
|
|
32
32
|
* IAM, and can be used only for the specified service. </p>
|
|
33
33
|
* <p>You can have a maximum of two sets of service-specific credentials for each supported
|
|
34
34
|
* service per user.</p>
|
|
35
|
-
* <p>You can create service-specific credentials for Amazon Bedrock, CodeCommit and Amazon Keyspaces (for Apache Cassandra).</p>
|
|
35
|
+
* <p>You can create service-specific credentials for Amazon Bedrock, Amazon CloudWatch Logs, CodeCommit and Amazon Keyspaces (for Apache Cassandra).</p>
|
|
36
36
|
* <p>You can reset the password to a new service-generated value by calling <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ResetServiceSpecificCredential.html">ResetServiceSpecificCredential</a>.</p>
|
|
37
37
|
* <p>For more information about service-specific credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bedrock.html">Service-specific credentials for IAM users</a> in the
|
|
38
38
|
* <i>IAM User Guide</i>.</p>
|
|
@@ -1559,7 +1559,7 @@ export interface CreateServiceSpecificCredentialRequest {
|
|
|
1559
1559
|
ServiceName: string | undefined;
|
|
1560
1560
|
/**
|
|
1561
1561
|
* <p>The number of days until the service specific credential expires. This field is only
|
|
1562
|
-
* valid for Bedrock API keys and must be a positive integer. When not specified, the
|
|
1562
|
+
* valid for Bedrock and CloudWatch Logs API keys and must be a positive integer. When not specified, the
|
|
1563
1563
|
* credential will not expire.</p>
|
|
1564
1564
|
* @public
|
|
1565
1565
|
*/
|
|
@@ -1578,7 +1578,7 @@ export interface ServiceSpecificCredential {
|
|
|
1578
1578
|
CreateDate: Date | undefined;
|
|
1579
1579
|
/**
|
|
1580
1580
|
* <p>The date and time when the service specific credential expires. This field is only
|
|
1581
|
-
* present for Bedrock API keys that were created with an expiration period.</p>
|
|
1581
|
+
* present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.</p>
|
|
1582
1582
|
* @public
|
|
1583
1583
|
*/
|
|
1584
1584
|
ExpirationDate?: Date | undefined;
|
|
@@ -1601,13 +1601,13 @@ export interface ServiceSpecificCredential {
|
|
|
1601
1601
|
*/
|
|
1602
1602
|
ServicePassword?: string | undefined;
|
|
1603
1603
|
/**
|
|
1604
|
-
* <p>For Bedrock API keys, this is the public portion of the credential that includes the IAM
|
|
1604
|
+
* <p>For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM
|
|
1605
1605
|
* user name and a suffix containing version and creation information.</p>
|
|
1606
1606
|
* @public
|
|
1607
1607
|
*/
|
|
1608
1608
|
ServiceCredentialAlias?: string | undefined;
|
|
1609
1609
|
/**
|
|
1610
|
-
* <p>For Bedrock API keys, this is the secret portion of the credential that should be used
|
|
1610
|
+
* <p>For Bedrock API keys and CloudWatch Logs API keys, this is the secret portion of the credential that should be used
|
|
1611
1611
|
* to authenticate API calls. This value is returned only when the credential is
|
|
1612
1612
|
* created.</p>
|
|
1613
1613
|
* @public
|
|
@@ -3200,7 +3200,7 @@ export interface DelegationRequest {
|
|
|
3200
3200
|
/**
|
|
3201
3201
|
* <p>If the <code>PermissionPolicy</code> includes role creation permissions, this element will
|
|
3202
3202
|
* include the list of permissions boundary policies associated with the role creation.
|
|
3203
|
-
* See <a href="IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a>
|
|
3203
|
+
* See <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a>
|
|
3204
3204
|
* for more details about IAM permission boundaries.
|
|
3205
3205
|
* </p>
|
|
3206
3206
|
* @public
|
|
@@ -3220,14 +3220,14 @@ export interface DelegationRequest {
|
|
|
3220
3220
|
ApproverId?: string | undefined;
|
|
3221
3221
|
/**
|
|
3222
3222
|
* <p>The state of this delegation request.</p>
|
|
3223
|
-
* <p>See the <a href="IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle">Understanding the Request Lifecycle</a> for an explanation of how these
|
|
3224
|
-
* states are transitioned
|
|
3223
|
+
* <p>See the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle">Understanding the Request Lifecycle</a> for an explanation of how these
|
|
3224
|
+
* states are transitioned. </p>
|
|
3225
3225
|
* @public
|
|
3226
3226
|
*/
|
|
3227
3227
|
State?: StateType | undefined;
|
|
3228
3228
|
/**
|
|
3229
3229
|
* <p>The expiry time of this delegation request</p>
|
|
3230
|
-
* <p>See the <a href="IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle">Understanding the Request Lifecycle</a> for
|
|
3230
|
+
* <p>See the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle">Understanding the Request Lifecycle</a> for
|
|
3231
3231
|
* details on the life time of a delegation request at each state.</p>
|
|
3232
3232
|
* @public
|
|
3233
3233
|
*/
|
|
@@ -6629,7 +6629,7 @@ export interface ServiceSpecificCredentialMetadata {
|
|
|
6629
6629
|
*/
|
|
6630
6630
|
ServiceUserName?: string | undefined;
|
|
6631
6631
|
/**
|
|
6632
|
-
* <p>For Bedrock API keys, this is the public portion of the credential that includes the IAM
|
|
6632
|
+
* <p>For Bedrock API keys and CloudWatch Logs API keys, this is the public portion of the credential that includes the IAM
|
|
6633
6633
|
* user name and a suffix containing version and creation information.</p>
|
|
6634
6634
|
* @public
|
|
6635
6635
|
*/
|
|
@@ -6642,7 +6642,7 @@ export interface ServiceSpecificCredentialMetadata {
|
|
|
6642
6642
|
CreateDate: Date | undefined;
|
|
6643
6643
|
/**
|
|
6644
6644
|
* <p>The date and time when the service specific credential expires. This field is only
|
|
6645
|
-
* present for Bedrock API keys that were created with an expiration period.</p>
|
|
6645
|
+
* present for Bedrock API keys and CloudWatch Logs API keys that were created with an expiration period.</p>
|
|
6646
6646
|
* @public
|
|
6647
6647
|
*/
|
|
6648
6648
|
ExpirationDate?: Date | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iam",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1005.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -27,38 +27,38 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.973.19",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.19",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
33
33
|
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "^3.972.20",
|
|
36
36
|
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
37
37
|
"@aws-sdk/types": "^3.973.5",
|
|
38
38
|
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
39
39
|
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
40
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
40
|
+
"@aws-sdk/util-user-agent-node": "^3.973.5",
|
|
41
41
|
"@smithy/config-resolver": "^4.4.10",
|
|
42
|
-
"@smithy/core": "^3.23.
|
|
42
|
+
"@smithy/core": "^3.23.9",
|
|
43
43
|
"@smithy/fetch-http-handler": "^5.3.13",
|
|
44
44
|
"@smithy/hash-node": "^4.2.11",
|
|
45
45
|
"@smithy/invalid-dependency": "^4.2.11",
|
|
46
46
|
"@smithy/middleware-content-length": "^4.2.11",
|
|
47
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
48
|
-
"@smithy/middleware-retry": "^4.4.
|
|
47
|
+
"@smithy/middleware-endpoint": "^4.4.23",
|
|
48
|
+
"@smithy/middleware-retry": "^4.4.40",
|
|
49
49
|
"@smithy/middleware-serde": "^4.2.12",
|
|
50
50
|
"@smithy/middleware-stack": "^4.2.11",
|
|
51
51
|
"@smithy/node-config-provider": "^4.3.11",
|
|
52
52
|
"@smithy/node-http-handler": "^4.4.14",
|
|
53
53
|
"@smithy/protocol-http": "^5.3.11",
|
|
54
|
-
"@smithy/smithy-client": "^4.12.
|
|
54
|
+
"@smithy/smithy-client": "^4.12.3",
|
|
55
55
|
"@smithy/types": "^4.13.0",
|
|
56
56
|
"@smithy/url-parser": "^4.2.11",
|
|
57
57
|
"@smithy/util-base64": "^4.3.2",
|
|
58
58
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
59
59
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
60
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
61
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
60
|
+
"@smithy/util-defaults-mode-browser": "^4.3.39",
|
|
61
|
+
"@smithy/util-defaults-mode-node": "^4.2.42",
|
|
62
62
|
"@smithy/util-endpoints": "^3.3.2",
|
|
63
63
|
"@smithy/util-middleware": "^4.2.11",
|
|
64
64
|
"@smithy/util-retry": "^4.2.11",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"tslib": "^2.6.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@smithy/snapshot-testing": "^1.0.
|
|
70
|
+
"@smithy/snapshot-testing": "^1.0.10",
|
|
71
71
|
"@tsconfig/node20": "20.1.8",
|
|
72
72
|
"@types/node": "^20.14.8",
|
|
73
73
|
"concurrently": "7.0.0",
|