@aws-sdk/client-rolesanywhere 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RolesAnywhere.d.ts +472 -135
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +286 -99
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +463 -430
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustAnchorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export * from "./CreateProfileCommand";
|
|
2
|
-
export * from "./CreateTrustAnchorCommand";
|
|
3
|
-
export * from "./DeleteCrlCommand";
|
|
4
|
-
export * from "./DeleteProfileCommand";
|
|
5
|
-
export * from "./DeleteTrustAnchorCommand";
|
|
6
|
-
export * from "./DisableCrlCommand";
|
|
7
|
-
export * from "./DisableProfileCommand";
|
|
8
|
-
export * from "./DisableTrustAnchorCommand";
|
|
9
|
-
export * from "./EnableCrlCommand";
|
|
10
|
-
export * from "./EnableProfileCommand";
|
|
11
|
-
export * from "./EnableTrustAnchorCommand";
|
|
12
|
-
export * from "./GetCrlCommand";
|
|
13
|
-
export * from "./GetProfileCommand";
|
|
14
|
-
export * from "./GetSubjectCommand";
|
|
15
|
-
export * from "./GetTrustAnchorCommand";
|
|
16
|
-
export * from "./ImportCrlCommand";
|
|
17
|
-
export * from "./ListCrlsCommand";
|
|
18
|
-
export * from "./ListProfilesCommand";
|
|
19
|
-
export * from "./ListSubjectsCommand";
|
|
20
|
-
export * from "./ListTagsForResourceCommand";
|
|
21
|
-
export * from "./ListTrustAnchorsCommand";
|
|
22
|
-
export * from "./TagResourceCommand";
|
|
23
|
-
export * from "./UntagResourceCommand";
|
|
24
|
-
export * from "./UpdateCrlCommand";
|
|
25
|
-
export * from "./UpdateProfileCommand";
|
|
26
|
-
export * from "./UpdateTrustAnchorCommand";
|
|
1
|
+
export * from "./CreateProfileCommand";
|
|
2
|
+
export * from "./CreateTrustAnchorCommand";
|
|
3
|
+
export * from "./DeleteCrlCommand";
|
|
4
|
+
export * from "./DeleteProfileCommand";
|
|
5
|
+
export * from "./DeleteTrustAnchorCommand";
|
|
6
|
+
export * from "./DisableCrlCommand";
|
|
7
|
+
export * from "./DisableProfileCommand";
|
|
8
|
+
export * from "./DisableTrustAnchorCommand";
|
|
9
|
+
export * from "./EnableCrlCommand";
|
|
10
|
+
export * from "./EnableProfileCommand";
|
|
11
|
+
export * from "./EnableTrustAnchorCommand";
|
|
12
|
+
export * from "./GetCrlCommand";
|
|
13
|
+
export * from "./GetProfileCommand";
|
|
14
|
+
export * from "./GetSubjectCommand";
|
|
15
|
+
export * from "./GetTrustAnchorCommand";
|
|
16
|
+
export * from "./ImportCrlCommand";
|
|
17
|
+
export * from "./ListCrlsCommand";
|
|
18
|
+
export * from "./ListProfilesCommand";
|
|
19
|
+
export * from "./ListSubjectsCommand";
|
|
20
|
+
export * from "./ListTagsForResourceCommand";
|
|
21
|
+
export * from "./ListTrustAnchorsCommand";
|
|
22
|
+
export * from "./TagResourceCommand";
|
|
23
|
+
export * from "./UntagResourceCommand";
|
|
24
|
+
export * from "./UpdateCrlCommand";
|
|
25
|
+
export * from "./UpdateProfileCommand";
|
|
26
|
+
export * from "./UpdateTrustAnchorCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./RolesAnywhere";
|
|
2
|
-
export * from "./RolesAnywhereClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException";
|
|
1
|
+
export * from "./RolesAnywhere";
|
|
2
|
+
export * from "./RolesAnywhereClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class RolesAnywhereServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|