@aws-sdk/client-rolesanywhere 3.888.0 → 3.891.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.
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCrlCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -0
- package/dist-types/commands/DisableCrlCommand.d.ts +2 -0
- package/dist-types/commands/DisableProfileCommand.d.ts +2 -0
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -0
- package/dist-types/commands/EnableCrlCommand.d.ts +2 -0
- package/dist-types/commands/EnableProfileCommand.d.ts +2 -0
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -0
- package/dist-types/commands/GetCrlCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetSubjectCommand.d.ts +2 -0
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -0
- package/dist-types/commands/ImportCrlCommand.d.ts +2 -0
- package/dist-types/commands/ListCrlsCommand.d.ts +2 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListSubjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -0
- package/dist-types/commands/PutAttributeMappingCommand.d.ts +2 -0
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCrlCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -37,6 +37,8 @@ declare const CreateProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, CreateProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, CreateProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // CreateProfileRequest
|
|
42
44
|
* name: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateTrustAnchorCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { RolesAnywhereClient, CreateTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
41
41
|
* // const { RolesAnywhereClient, CreateTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
42
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
43
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
42
44
|
* const client = new RolesAnywhereClient(config);
|
|
43
45
|
* const input = { // CreateTrustAnchorRequest
|
|
44
46
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAttributeMappingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { RolesAnywhereClient, DeleteAttributeMappingCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
35
35
|
* // const { RolesAnywhereClient, DeleteAttributeMappingCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
36
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
37
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
36
38
|
* const client = new RolesAnywhereClient(config);
|
|
37
39
|
* const input = { // DeleteAttributeMappingRequest
|
|
38
40
|
* profileId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteCrlCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DeleteCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DeleteCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarCrlRequest
|
|
42
44
|
* crlId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DeleteProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DeleteProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarProfileRequest
|
|
42
44
|
* profileId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteTrustAnchorCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DeleteTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DeleteTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarTrustAnchorRequest
|
|
42
44
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisableCrlCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DisableCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DisableCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarCrlRequest
|
|
42
44
|
* crlId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisableProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DisableProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DisableProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarProfileRequest
|
|
42
44
|
* profileId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisableTrustAnchorCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, DisableTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, DisableTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarTrustAnchorRequest
|
|
42
44
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const EnableCrlCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, EnableCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, EnableCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarCrlRequest
|
|
42
44
|
* crlId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const EnableProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, EnableProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, EnableProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarProfileRequest
|
|
42
44
|
* profileId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const EnableTrustAnchorCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, EnableTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, EnableTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarTrustAnchorRequest
|
|
42
44
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetCrlCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, GetCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, GetCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarCrlRequest
|
|
42
44
|
* crlId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetProfileCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, GetProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, GetProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarProfileRequest
|
|
42
44
|
* profileId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetSubjectCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { RolesAnywhereClient, GetSubjectCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
42
42
|
* // const { RolesAnywhereClient, GetSubjectCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
43
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
44
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
43
45
|
* const client = new RolesAnywhereClient(config);
|
|
44
46
|
* const input = { // ScalarSubjectRequest
|
|
45
47
|
* subjectId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetTrustAnchorCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, GetTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, GetTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ScalarTrustAnchorRequest
|
|
42
44
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const ImportCrlCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { RolesAnywhereClient, ImportCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
42
42
|
* // const { RolesAnywhereClient, ImportCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
43
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
44
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
43
45
|
* const client = new RolesAnywhereClient(config);
|
|
44
46
|
* const input = { // ImportCrlRequest
|
|
45
47
|
* name: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListCrlsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, ListCrlsCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, ListCrlsCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ListRequest
|
|
42
44
|
* nextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListProfilesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, ListProfilesCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, ListProfilesCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ListRequest
|
|
42
44
|
* nextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListSubjectsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, ListSubjectsCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, ListSubjectsCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ListRequest
|
|
42
44
|
* nextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, ListTagsForResourceCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, ListTagsForResourceCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ListTagsForResourceRequest
|
|
42
44
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListTrustAnchorsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, ListTrustAnchorsCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, ListTrustAnchorsCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // ListRequest
|
|
42
44
|
* nextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const PutAttributeMappingCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { RolesAnywhereClient, PutAttributeMappingCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
36
36
|
* // const { RolesAnywhereClient, PutAttributeMappingCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
37
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
38
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
37
39
|
* const client = new RolesAnywhereClient(config);
|
|
38
40
|
* const input = { // PutAttributeMappingRequest
|
|
39
41
|
* profileId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const PutNotificationSettingsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { RolesAnywhereClient, PutNotificationSettingsCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
41
41
|
* // const { RolesAnywhereClient, PutNotificationSettingsCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
42
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
43
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
42
44
|
* const client = new RolesAnywhereClient(config);
|
|
43
45
|
* const input = { // PutNotificationSettingsRequest
|
|
44
46
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ResetNotificationSettingsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { RolesAnywhereClient, ResetNotificationSettingsCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
40
40
|
* // const { RolesAnywhereClient, ResetNotificationSettingsCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
41
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
42
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
41
43
|
* const client = new RolesAnywhereClient(config);
|
|
42
44
|
* const input = { // ResetNotificationSettingsRequest
|
|
43
45
|
* trustAnchorId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const TagResourceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, TagResourceCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, TagResourceCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // TagResourceRequest
|
|
42
44
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UntagResourceCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { RolesAnywhereClient, UntagResourceCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
39
39
|
* // const { RolesAnywhereClient, UntagResourceCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
40
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
41
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
40
42
|
* const client = new RolesAnywhereClient(config);
|
|
41
43
|
* const input = { // UntagResourceRequest
|
|
42
44
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateCrlCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { RolesAnywhereClient, UpdateCrlCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
41
41
|
* // const { RolesAnywhereClient, UpdateCrlCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
42
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
43
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
42
44
|
* const client = new RolesAnywhereClient(config);
|
|
43
45
|
* const input = { // UpdateCrlRequest
|
|
44
46
|
* crlId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UpdateProfileCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { RolesAnywhereClient, UpdateProfileCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
41
41
|
* // const { RolesAnywhereClient, UpdateProfileCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
42
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
43
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
42
44
|
* const client = new RolesAnywhereClient(config);
|
|
43
45
|
* const input = { // UpdateProfileRequest
|
|
44
46
|
* profileId: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const UpdateTrustAnchorCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { RolesAnywhereClient, UpdateTrustAnchorCommand } from "@aws-sdk/client-rolesanywhere"; // ES Modules import
|
|
44
44
|
* // const { RolesAnywhereClient, UpdateTrustAnchorCommand } = require("@aws-sdk/client-rolesanywhere"); // CommonJS import
|
|
45
|
+
* // import type { RolesAnywhereClientConfig } from "@aws-sdk/client-rolesanywhere";
|
|
46
|
+
* const config = {}; // type is RolesAnywhereClientConfig
|
|
45
47
|
* const client = new RolesAnywhereClient(config);
|
|
46
48
|
* const input = { // UpdateTrustAnchorRequest
|
|
47
49
|
* trustAnchorId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rolesanywhere",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.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-rolesanywhere",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.890.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.2.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
|
-
"@smithy/node-config-provider": "^4.2.
|
|
44
|
+
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.2",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
-
"@smithy/util-endpoints": "^3.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.2",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
|
+
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|