@aws-sdk/client-rolesanywhere 3.169.0 → 3.171.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/RolesAnywhere.d.ts +446 -135
  3. package/dist-types/ts3.4/RolesAnywhereClient.d.ts +261 -99
  4. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +6 -6
  33. package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +7 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +332 -430
  36. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  37. package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListSubjectsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListTrustAnchorsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  42. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  47. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-rolesanywhere
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-rolesanywhere
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-rolesanywhere
@@ -1,135 +1,446 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
3
- import { CreateTrustAnchorCommandInput, CreateTrustAnchorCommandOutput } from "./commands/CreateTrustAnchorCommand";
4
- import { DeleteCrlCommandInput, DeleteCrlCommandOutput } from "./commands/DeleteCrlCommand";
5
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
6
- import { DeleteTrustAnchorCommandInput, DeleteTrustAnchorCommandOutput } from "./commands/DeleteTrustAnchorCommand";
7
- import { DisableCrlCommandInput, DisableCrlCommandOutput } from "./commands/DisableCrlCommand";
8
- import { DisableProfileCommandInput, DisableProfileCommandOutput } from "./commands/DisableProfileCommand";
9
- import { DisableTrustAnchorCommandInput, DisableTrustAnchorCommandOutput } from "./commands/DisableTrustAnchorCommand";
10
- import { EnableCrlCommandInput, EnableCrlCommandOutput } from "./commands/EnableCrlCommand";
11
- import { EnableProfileCommandInput, EnableProfileCommandOutput } from "./commands/EnableProfileCommand";
12
- import { EnableTrustAnchorCommandInput, EnableTrustAnchorCommandOutput } from "./commands/EnableTrustAnchorCommand";
13
- import { GetCrlCommandInput, GetCrlCommandOutput } from "./commands/GetCrlCommand";
14
- import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
15
- import { GetSubjectCommandInput, GetSubjectCommandOutput } from "./commands/GetSubjectCommand";
16
- import { GetTrustAnchorCommandInput, GetTrustAnchorCommandOutput } from "./commands/GetTrustAnchorCommand";
17
- import { ImportCrlCommandInput, ImportCrlCommandOutput } from "./commands/ImportCrlCommand";
18
- import { ListCrlsCommandInput, ListCrlsCommandOutput } from "./commands/ListCrlsCommand";
19
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
20
- import { ListSubjectsCommandInput, ListSubjectsCommandOutput } from "./commands/ListSubjectsCommand";
21
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
- import { ListTrustAnchorsCommandInput, ListTrustAnchorsCommandOutput } from "./commands/ListTrustAnchorsCommand";
23
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
- import { UpdateCrlCommandInput, UpdateCrlCommandOutput } from "./commands/UpdateCrlCommand";
26
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
27
- import { UpdateTrustAnchorCommandInput, UpdateTrustAnchorCommandOutput } from "./commands/UpdateTrustAnchorCommand";
28
- import { RolesAnywhereClient } from "./RolesAnywhereClient";
29
-
30
- export declare class RolesAnywhere extends RolesAnywhereClient {
31
-
32
- createProfile(args: CreateProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateProfileCommandOutput>;
33
- createProfile(args: CreateProfileCommandInput, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
34
- createProfile(args: CreateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProfileCommandOutput) => void): void;
35
-
36
- createTrustAnchor(args: CreateTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrustAnchorCommandOutput>;
37
- createTrustAnchor(args: CreateTrustAnchorCommandInput, cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void): void;
38
- createTrustAnchor(args: CreateTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void): void;
39
-
40
- deleteCrl(args: DeleteCrlCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrlCommandOutput>;
41
- deleteCrl(args: DeleteCrlCommandInput, cb: (err: any, data?: DeleteCrlCommandOutput) => void): void;
42
- deleteCrl(args: DeleteCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrlCommandOutput) => void): void;
43
-
44
- deleteProfile(args: DeleteProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProfileCommandOutput>;
45
- deleteProfile(args: DeleteProfileCommandInput, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
46
- deleteProfile(args: DeleteProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProfileCommandOutput) => void): void;
47
-
48
- deleteTrustAnchor(args: DeleteTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrustAnchorCommandOutput>;
49
- deleteTrustAnchor(args: DeleteTrustAnchorCommandInput, cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void): void;
50
- deleteTrustAnchor(args: DeleteTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void): void;
51
-
52
- disableCrl(args: DisableCrlCommandInput, options?: __HttpHandlerOptions): Promise<DisableCrlCommandOutput>;
53
- disableCrl(args: DisableCrlCommandInput, cb: (err: any, data?: DisableCrlCommandOutput) => void): void;
54
- disableCrl(args: DisableCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableCrlCommandOutput) => void): void;
55
-
56
- disableProfile(args: DisableProfileCommandInput, options?: __HttpHandlerOptions): Promise<DisableProfileCommandOutput>;
57
- disableProfile(args: DisableProfileCommandInput, cb: (err: any, data?: DisableProfileCommandOutput) => void): void;
58
- disableProfile(args: DisableProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableProfileCommandOutput) => void): void;
59
-
60
- disableTrustAnchor(args: DisableTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<DisableTrustAnchorCommandOutput>;
61
- disableTrustAnchor(args: DisableTrustAnchorCommandInput, cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void): void;
62
- disableTrustAnchor(args: DisableTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void): void;
63
-
64
- enableCrl(args: EnableCrlCommandInput, options?: __HttpHandlerOptions): Promise<EnableCrlCommandOutput>;
65
- enableCrl(args: EnableCrlCommandInput, cb: (err: any, data?: EnableCrlCommandOutput) => void): void;
66
- enableCrl(args: EnableCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableCrlCommandOutput) => void): void;
67
-
68
- enableProfile(args: EnableProfileCommandInput, options?: __HttpHandlerOptions): Promise<EnableProfileCommandOutput>;
69
- enableProfile(args: EnableProfileCommandInput, cb: (err: any, data?: EnableProfileCommandOutput) => void): void;
70
- enableProfile(args: EnableProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableProfileCommandOutput) => void): void;
71
-
72
- enableTrustAnchor(args: EnableTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<EnableTrustAnchorCommandOutput>;
73
- enableTrustAnchor(args: EnableTrustAnchorCommandInput, cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void): void;
74
- enableTrustAnchor(args: EnableTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void): void;
75
-
76
- getCrl(args: GetCrlCommandInput, options?: __HttpHandlerOptions): Promise<GetCrlCommandOutput>;
77
- getCrl(args: GetCrlCommandInput, cb: (err: any, data?: GetCrlCommandOutput) => void): void;
78
- getCrl(args: GetCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrlCommandOutput) => void): void;
79
-
80
- getProfile(args: GetProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetProfileCommandOutput>;
81
- getProfile(args: GetProfileCommandInput, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
82
- getProfile(args: GetProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProfileCommandOutput) => void): void;
83
-
84
- getSubject(args: GetSubjectCommandInput, options?: __HttpHandlerOptions): Promise<GetSubjectCommandOutput>;
85
- getSubject(args: GetSubjectCommandInput, cb: (err: any, data?: GetSubjectCommandOutput) => void): void;
86
- getSubject(args: GetSubjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubjectCommandOutput) => void): void;
87
-
88
- getTrustAnchor(args: GetTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<GetTrustAnchorCommandOutput>;
89
- getTrustAnchor(args: GetTrustAnchorCommandInput, cb: (err: any, data?: GetTrustAnchorCommandOutput) => void): void;
90
- getTrustAnchor(args: GetTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrustAnchorCommandOutput) => void): void;
91
-
92
- importCrl(args: ImportCrlCommandInput, options?: __HttpHandlerOptions): Promise<ImportCrlCommandOutput>;
93
- importCrl(args: ImportCrlCommandInput, cb: (err: any, data?: ImportCrlCommandOutput) => void): void;
94
- importCrl(args: ImportCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCrlCommandOutput) => void): void;
95
-
96
- listCrls(args: ListCrlsCommandInput, options?: __HttpHandlerOptions): Promise<ListCrlsCommandOutput>;
97
- listCrls(args: ListCrlsCommandInput, cb: (err: any, data?: ListCrlsCommandOutput) => void): void;
98
- listCrls(args: ListCrlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrlsCommandOutput) => void): void;
99
-
100
- listProfiles(args: ListProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilesCommandOutput>;
101
- listProfiles(args: ListProfilesCommandInput, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
102
- listProfiles(args: ListProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilesCommandOutput) => void): void;
103
-
104
- listSubjects(args: ListSubjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListSubjectsCommandOutput>;
105
- listSubjects(args: ListSubjectsCommandInput, cb: (err: any, data?: ListSubjectsCommandOutput) => void): void;
106
- listSubjects(args: ListSubjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSubjectsCommandOutput) => void): void;
107
-
108
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
109
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
110
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
111
-
112
- listTrustAnchors(args: ListTrustAnchorsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrustAnchorsCommandOutput>;
113
- listTrustAnchors(args: ListTrustAnchorsCommandInput, cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void): void;
114
- listTrustAnchors(args: ListTrustAnchorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void): void;
115
-
116
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
117
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
118
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
119
-
120
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
121
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
122
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
123
-
124
- updateCrl(args: UpdateCrlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCrlCommandOutput>;
125
- updateCrl(args: UpdateCrlCommandInput, cb: (err: any, data?: UpdateCrlCommandOutput) => void): void;
126
- updateCrl(args: UpdateCrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCrlCommandOutput) => void): void;
127
-
128
- updateProfile(args: UpdateProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProfileCommandOutput>;
129
- updateProfile(args: UpdateProfileCommandInput, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
130
- updateProfile(args: UpdateProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfileCommandOutput) => void): void;
131
-
132
- updateTrustAnchor(args: UpdateTrustAnchorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrustAnchorCommandOutput>;
133
- updateTrustAnchor(args: UpdateTrustAnchorCommandInput, cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void): void;
134
- updateTrustAnchor(args: UpdateTrustAnchorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void): void;
135
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CreateProfileCommandInput,
4
+ CreateProfileCommandOutput,
5
+ } from "./commands/CreateProfileCommand";
6
+ import {
7
+ CreateTrustAnchorCommandInput,
8
+ CreateTrustAnchorCommandOutput,
9
+ } from "./commands/CreateTrustAnchorCommand";
10
+ import {
11
+ DeleteCrlCommandInput,
12
+ DeleteCrlCommandOutput,
13
+ } from "./commands/DeleteCrlCommand";
14
+ import {
15
+ DeleteProfileCommandInput,
16
+ DeleteProfileCommandOutput,
17
+ } from "./commands/DeleteProfileCommand";
18
+ import {
19
+ DeleteTrustAnchorCommandInput,
20
+ DeleteTrustAnchorCommandOutput,
21
+ } from "./commands/DeleteTrustAnchorCommand";
22
+ import {
23
+ DisableCrlCommandInput,
24
+ DisableCrlCommandOutput,
25
+ } from "./commands/DisableCrlCommand";
26
+ import {
27
+ DisableProfileCommandInput,
28
+ DisableProfileCommandOutput,
29
+ } from "./commands/DisableProfileCommand";
30
+ import {
31
+ DisableTrustAnchorCommandInput,
32
+ DisableTrustAnchorCommandOutput,
33
+ } from "./commands/DisableTrustAnchorCommand";
34
+ import {
35
+ EnableCrlCommandInput,
36
+ EnableCrlCommandOutput,
37
+ } from "./commands/EnableCrlCommand";
38
+ import {
39
+ EnableProfileCommandInput,
40
+ EnableProfileCommandOutput,
41
+ } from "./commands/EnableProfileCommand";
42
+ import {
43
+ EnableTrustAnchorCommandInput,
44
+ EnableTrustAnchorCommandOutput,
45
+ } from "./commands/EnableTrustAnchorCommand";
46
+ import {
47
+ GetCrlCommandInput,
48
+ GetCrlCommandOutput,
49
+ } from "./commands/GetCrlCommand";
50
+ import {
51
+ GetProfileCommandInput,
52
+ GetProfileCommandOutput,
53
+ } from "./commands/GetProfileCommand";
54
+ import {
55
+ GetSubjectCommandInput,
56
+ GetSubjectCommandOutput,
57
+ } from "./commands/GetSubjectCommand";
58
+ import {
59
+ GetTrustAnchorCommandInput,
60
+ GetTrustAnchorCommandOutput,
61
+ } from "./commands/GetTrustAnchorCommand";
62
+ import {
63
+ ImportCrlCommandInput,
64
+ ImportCrlCommandOutput,
65
+ } from "./commands/ImportCrlCommand";
66
+ import {
67
+ ListCrlsCommandInput,
68
+ ListCrlsCommandOutput,
69
+ } from "./commands/ListCrlsCommand";
70
+ import {
71
+ ListProfilesCommandInput,
72
+ ListProfilesCommandOutput,
73
+ } from "./commands/ListProfilesCommand";
74
+ import {
75
+ ListSubjectsCommandInput,
76
+ ListSubjectsCommandOutput,
77
+ } from "./commands/ListSubjectsCommand";
78
+ import {
79
+ ListTagsForResourceCommandInput,
80
+ ListTagsForResourceCommandOutput,
81
+ } from "./commands/ListTagsForResourceCommand";
82
+ import {
83
+ ListTrustAnchorsCommandInput,
84
+ ListTrustAnchorsCommandOutput,
85
+ } from "./commands/ListTrustAnchorsCommand";
86
+ import {
87
+ TagResourceCommandInput,
88
+ TagResourceCommandOutput,
89
+ } from "./commands/TagResourceCommand";
90
+ import {
91
+ UntagResourceCommandInput,
92
+ UntagResourceCommandOutput,
93
+ } from "./commands/UntagResourceCommand";
94
+ import {
95
+ UpdateCrlCommandInput,
96
+ UpdateCrlCommandOutput,
97
+ } from "./commands/UpdateCrlCommand";
98
+ import {
99
+ UpdateProfileCommandInput,
100
+ UpdateProfileCommandOutput,
101
+ } from "./commands/UpdateProfileCommand";
102
+ import {
103
+ UpdateTrustAnchorCommandInput,
104
+ UpdateTrustAnchorCommandOutput,
105
+ } from "./commands/UpdateTrustAnchorCommand";
106
+ import { RolesAnywhereClient } from "./RolesAnywhereClient";
107
+ export declare class RolesAnywhere extends RolesAnywhereClient {
108
+ createProfile(
109
+ args: CreateProfileCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<CreateProfileCommandOutput>;
112
+ createProfile(
113
+ args: CreateProfileCommandInput,
114
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
115
+ ): void;
116
+ createProfile(
117
+ args: CreateProfileCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: CreateProfileCommandOutput) => void
120
+ ): void;
121
+ createTrustAnchor(
122
+ args: CreateTrustAnchorCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateTrustAnchorCommandOutput>;
125
+ createTrustAnchor(
126
+ args: CreateTrustAnchorCommandInput,
127
+ cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
128
+ ): void;
129
+ createTrustAnchor(
130
+ args: CreateTrustAnchorCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
133
+ ): void;
134
+ deleteCrl(
135
+ args: DeleteCrlCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<DeleteCrlCommandOutput>;
138
+ deleteCrl(
139
+ args: DeleteCrlCommandInput,
140
+ cb: (err: any, data?: DeleteCrlCommandOutput) => void
141
+ ): void;
142
+ deleteCrl(
143
+ args: DeleteCrlCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: DeleteCrlCommandOutput) => void
146
+ ): void;
147
+ deleteProfile(
148
+ args: DeleteProfileCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<DeleteProfileCommandOutput>;
151
+ deleteProfile(
152
+ args: DeleteProfileCommandInput,
153
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
154
+ ): void;
155
+ deleteProfile(
156
+ args: DeleteProfileCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void
159
+ ): void;
160
+ deleteTrustAnchor(
161
+ args: DeleteTrustAnchorCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<DeleteTrustAnchorCommandOutput>;
164
+ deleteTrustAnchor(
165
+ args: DeleteTrustAnchorCommandInput,
166
+ cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
167
+ ): void;
168
+ deleteTrustAnchor(
169
+ args: DeleteTrustAnchorCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
172
+ ): void;
173
+ disableCrl(
174
+ args: DisableCrlCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DisableCrlCommandOutput>;
177
+ disableCrl(
178
+ args: DisableCrlCommandInput,
179
+ cb: (err: any, data?: DisableCrlCommandOutput) => void
180
+ ): void;
181
+ disableCrl(
182
+ args: DisableCrlCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DisableCrlCommandOutput) => void
185
+ ): void;
186
+ disableProfile(
187
+ args: DisableProfileCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<DisableProfileCommandOutput>;
190
+ disableProfile(
191
+ args: DisableProfileCommandInput,
192
+ cb: (err: any, data?: DisableProfileCommandOutput) => void
193
+ ): void;
194
+ disableProfile(
195
+ args: DisableProfileCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: DisableProfileCommandOutput) => void
198
+ ): void;
199
+ disableTrustAnchor(
200
+ args: DisableTrustAnchorCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DisableTrustAnchorCommandOutput>;
203
+ disableTrustAnchor(
204
+ args: DisableTrustAnchorCommandInput,
205
+ cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
206
+ ): void;
207
+ disableTrustAnchor(
208
+ args: DisableTrustAnchorCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
211
+ ): void;
212
+ enableCrl(
213
+ args: EnableCrlCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<EnableCrlCommandOutput>;
216
+ enableCrl(
217
+ args: EnableCrlCommandInput,
218
+ cb: (err: any, data?: EnableCrlCommandOutput) => void
219
+ ): void;
220
+ enableCrl(
221
+ args: EnableCrlCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: EnableCrlCommandOutput) => void
224
+ ): void;
225
+ enableProfile(
226
+ args: EnableProfileCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<EnableProfileCommandOutput>;
229
+ enableProfile(
230
+ args: EnableProfileCommandInput,
231
+ cb: (err: any, data?: EnableProfileCommandOutput) => void
232
+ ): void;
233
+ enableProfile(
234
+ args: EnableProfileCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: EnableProfileCommandOutput) => void
237
+ ): void;
238
+ enableTrustAnchor(
239
+ args: EnableTrustAnchorCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<EnableTrustAnchorCommandOutput>;
242
+ enableTrustAnchor(
243
+ args: EnableTrustAnchorCommandInput,
244
+ cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
245
+ ): void;
246
+ enableTrustAnchor(
247
+ args: EnableTrustAnchorCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
250
+ ): void;
251
+ getCrl(
252
+ args: GetCrlCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<GetCrlCommandOutput>;
255
+ getCrl(
256
+ args: GetCrlCommandInput,
257
+ cb: (err: any, data?: GetCrlCommandOutput) => void
258
+ ): void;
259
+ getCrl(
260
+ args: GetCrlCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: GetCrlCommandOutput) => void
263
+ ): void;
264
+ getProfile(
265
+ args: GetProfileCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<GetProfileCommandOutput>;
268
+ getProfile(
269
+ args: GetProfileCommandInput,
270
+ cb: (err: any, data?: GetProfileCommandOutput) => void
271
+ ): void;
272
+ getProfile(
273
+ args: GetProfileCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: GetProfileCommandOutput) => void
276
+ ): void;
277
+ getSubject(
278
+ args: GetSubjectCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<GetSubjectCommandOutput>;
281
+ getSubject(
282
+ args: GetSubjectCommandInput,
283
+ cb: (err: any, data?: GetSubjectCommandOutput) => void
284
+ ): void;
285
+ getSubject(
286
+ args: GetSubjectCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: GetSubjectCommandOutput) => void
289
+ ): void;
290
+ getTrustAnchor(
291
+ args: GetTrustAnchorCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<GetTrustAnchorCommandOutput>;
294
+ getTrustAnchor(
295
+ args: GetTrustAnchorCommandInput,
296
+ cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
297
+ ): void;
298
+ getTrustAnchor(
299
+ args: GetTrustAnchorCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
302
+ ): void;
303
+ importCrl(
304
+ args: ImportCrlCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<ImportCrlCommandOutput>;
307
+ importCrl(
308
+ args: ImportCrlCommandInput,
309
+ cb: (err: any, data?: ImportCrlCommandOutput) => void
310
+ ): void;
311
+ importCrl(
312
+ args: ImportCrlCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: ImportCrlCommandOutput) => void
315
+ ): void;
316
+ listCrls(
317
+ args: ListCrlsCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<ListCrlsCommandOutput>;
320
+ listCrls(
321
+ args: ListCrlsCommandInput,
322
+ cb: (err: any, data?: ListCrlsCommandOutput) => void
323
+ ): void;
324
+ listCrls(
325
+ args: ListCrlsCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: ListCrlsCommandOutput) => void
328
+ ): void;
329
+ listProfiles(
330
+ args: ListProfilesCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListProfilesCommandOutput>;
333
+ listProfiles(
334
+ args: ListProfilesCommandInput,
335
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
336
+ ): void;
337
+ listProfiles(
338
+ args: ListProfilesCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListProfilesCommandOutput) => void
341
+ ): void;
342
+ listSubjects(
343
+ args: ListSubjectsCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<ListSubjectsCommandOutput>;
346
+ listSubjects(
347
+ args: ListSubjectsCommandInput,
348
+ cb: (err: any, data?: ListSubjectsCommandOutput) => void
349
+ ): void;
350
+ listSubjects(
351
+ args: ListSubjectsCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: ListSubjectsCommandOutput) => void
354
+ ): void;
355
+ listTagsForResource(
356
+ args: ListTagsForResourceCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<ListTagsForResourceCommandOutput>;
359
+ listTagsForResource(
360
+ args: ListTagsForResourceCommandInput,
361
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
362
+ ): void;
363
+ listTagsForResource(
364
+ args: ListTagsForResourceCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
367
+ ): void;
368
+ listTrustAnchors(
369
+ args: ListTrustAnchorsCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<ListTrustAnchorsCommandOutput>;
372
+ listTrustAnchors(
373
+ args: ListTrustAnchorsCommandInput,
374
+ cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
375
+ ): void;
376
+ listTrustAnchors(
377
+ args: ListTrustAnchorsCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
380
+ ): void;
381
+ tagResource(
382
+ args: TagResourceCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<TagResourceCommandOutput>;
385
+ tagResource(
386
+ args: TagResourceCommandInput,
387
+ cb: (err: any, data?: TagResourceCommandOutput) => void
388
+ ): void;
389
+ tagResource(
390
+ args: TagResourceCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: TagResourceCommandOutput) => void
393
+ ): void;
394
+ untagResource(
395
+ args: UntagResourceCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UntagResourceCommandOutput>;
398
+ untagResource(
399
+ args: UntagResourceCommandInput,
400
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
401
+ ): void;
402
+ untagResource(
403
+ args: UntagResourceCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
406
+ ): void;
407
+ updateCrl(
408
+ args: UpdateCrlCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<UpdateCrlCommandOutput>;
411
+ updateCrl(
412
+ args: UpdateCrlCommandInput,
413
+ cb: (err: any, data?: UpdateCrlCommandOutput) => void
414
+ ): void;
415
+ updateCrl(
416
+ args: UpdateCrlCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: UpdateCrlCommandOutput) => void
419
+ ): void;
420
+ updateProfile(
421
+ args: UpdateProfileCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<UpdateProfileCommandOutput>;
424
+ updateProfile(
425
+ args: UpdateProfileCommandInput,
426
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
427
+ ): void;
428
+ updateProfile(
429
+ args: UpdateProfileCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void
432
+ ): void;
433
+ updateTrustAnchor(
434
+ args: UpdateTrustAnchorCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<UpdateTrustAnchorCommandOutput>;
437
+ updateTrustAnchor(
438
+ args: UpdateTrustAnchorCommandInput,
439
+ cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
440
+ ): void;
441
+ updateTrustAnchor(
442
+ args: UpdateTrustAnchorCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
445
+ ): void;
446
+ }