@aws-sdk/client-iam 3.629.0 → 3.632.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.
@@ -57,12 +57,11 @@ declare const CreateOpenIDConnectProviderCommand_base: {
57
57
  * <p>You get all of this information from the OIDC IdP you want to use to access
58
58
  * Amazon Web Services.</p>
59
59
  * <note>
60
- * <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library
61
- * of trusted root certificate authorities (CAs) instead of using a certificate thumbprint to
62
- * verify your IdP server certificate. In these cases, your legacy thumbprint remains in your
63
- * configuration, but is no longer used for validation. These OIDC IdPs include Auth0, GitHub,
64
- * GitLab, Google, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS)
65
- * endpoint.</p>
60
+ * <p>Amazon Web Services secures communication with OIDC identity providers (IdPs) using our library of
61
+ * trusted root certificate authorities (CAs) to verify the JSON Web Key Set (JWKS)
62
+ * endpoint's TLS certificate. If your OIDC IdP relies on a certificate that is not signed
63
+ * by one of these trusted CAs, only then we secure communication using the thumbprints set
64
+ * in the IdP's configuration.</p>
66
65
  * </note>
67
66
  * <note>
68
67
  * <p>The trust for the OIDC provider is derived from the IAM provider that this
@@ -127,7 +126,8 @@ declare const CreateOpenIDConnectProviderCommand_base: {
127
126
  * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
128
127
  *
129
128
  * @throws {@link OpenIdIdpCommunicationErrorException} (client fault)
130
- * <p>The request failed because IAM cannot connect to the OpenID Connect identity provider URL.</p>
129
+ * <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
130
+ * URL.</p>
131
131
  *
132
132
  * @throws {@link ServiceFailureException} (server fault)
133
133
  * <p>The request processing has failed because of an unknown error, exception or
@@ -44,7 +44,7 @@ declare const GetAccessKeyLastUsedCommand_base: {
44
44
  * // { // GetAccessKeyLastUsedResponse
45
45
  * // UserName: "STRING_VALUE",
46
46
  * // AccessKeyLastUsed: { // AccessKeyLastUsed
47
- * // LastUsedDate: new Date("TIMESTAMP"), // required
47
+ * // LastUsedDate: new Date("TIMESTAMP"),
48
48
  * // ServiceName: "STRING_VALUE", // required
49
49
  * // Region: "STRING_VALUE", // required
50
50
  * // },
@@ -28,9 +28,9 @@ declare const ListAccountAliasesCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Lists the account alias associated with the Amazon Web Services account (Note: you can have only
31
- * one). For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html">Creating,
32
- * deleting, and listing an Amazon Web Services account alias</a> in the <i>Amazon Web Services Sign-In
33
- * User Guide</i>.</p>
31
+ * one). For information about using an Amazon Web Services account alias, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias">Creating,
32
+ * deleting, and listing an Amazon Web Services account alias</a> in the
33
+ * <i>IAM User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
36
36
  * ```javascript
@@ -37,12 +37,11 @@ declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
37
37
  * the OIDC provider as a principal fails until the certificate thumbprint is
38
38
  * updated.</p>
39
39
  * <note>
40
- * <p>Amazon Web Services secures communication with some OIDC identity providers (IdPs) through our library
41
- * of trusted root certificate authorities (CAs) instead of using a certificate thumbprint to
42
- * verify your IdP server certificate. In these cases, your legacy thumbprint remains in your
43
- * configuration, but is no longer used for validation. These OIDC IdPs include Auth0, GitHub,
44
- * GitLab, Google, and those that use an Amazon S3 bucket to host a JSON Web Key Set (JWKS)
45
- * endpoint.</p>
40
+ * <p>Amazon Web Services secures communication with OIDC identity providers (IdPs) using our library of
41
+ * trusted root certificate authorities (CAs) to verify the JSON Web Key Set (JWKS)
42
+ * endpoint's TLS certificate. If your OIDC IdP relies on a certificate that is not signed
43
+ * by one of these trusted CAs, only then we secure communication using the thumbprints set
44
+ * in the IdP's configuration.</p>
46
45
  * </note>
47
46
  * <note>
48
47
  * <p>Trust for the OIDC provider is derived from the provider certificate and is
@@ -144,7 +144,7 @@ export interface AccessKeyLastUsed {
144
144
  * </ul>
145
145
  * @public
146
146
  */
147
- LastUsedDate: Date | undefined;
147
+ LastUsedDate?: Date;
148
148
  /**
149
149
  * <p>The name of the Amazon Web Services service with which this access key was most recently used. The
150
150
  * value of this field is "N/A" in the following situations:</p>
@@ -1088,7 +1088,8 @@ export interface CreateOpenIDConnectProviderResponse {
1088
1088
  Tags?: Tag[];
1089
1089
  }
1090
1090
  /**
1091
- * <p>The request failed because IAM cannot connect to the OpenID Connect identity provider URL.</p>
1091
+ * <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
1092
+ * URL.</p>
1092
1093
  * @public
1093
1094
  */
1094
1095
  export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
@@ -27,7 +27,7 @@ export interface AccessKey {
27
27
  CreateDate?: Date;
28
28
  }
29
29
  export interface AccessKeyLastUsed {
30
- LastUsedDate: Date | undefined;
30
+ LastUsedDate?: Date;
31
31
  ServiceName: string | undefined;
32
32
  Region: string | undefined;
33
33
  }
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.629.0",
4
+ "version": "3.632.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.629.0",
24
- "@aws-sdk/client-sts": "3.629.0",
23
+ "@aws-sdk/client-sso-oidc": "3.632.0",
24
+ "@aws-sdk/client-sts": "3.632.0",
25
25
  "@aws-sdk/core": "3.629.0",
26
- "@aws-sdk/credential-provider-node": "3.629.0",
26
+ "@aws-sdk/credential-provider-node": "3.632.0",
27
27
  "@aws-sdk/middleware-host-header": "3.620.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.620.0",
30
+ "@aws-sdk/middleware-user-agent": "3.632.0",
31
31
  "@aws-sdk/region-config-resolver": "3.614.0",
32
32
  "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.614.0",
33
+ "@aws-sdk/util-endpoints": "3.632.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.609.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.614.0",
36
36
  "@smithy/config-resolver": "^3.0.5",