@aws-sdk/client-sso 3.47.1 → 3.50.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 CHANGED
@@ -3,6 +3,41 @@
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.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sso
9
+
10
+
11
+
12
+
13
+
14
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-sso
17
+
18
+
19
+
20
+
21
+
22
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
28
+
29
+
30
+
31
+
32
+
33
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
34
+
35
+ **Note:** Version bump only for package @aws-sdk/client-sso
36
+
37
+
38
+
39
+
40
+
6
41
  ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
7
42
 
8
43
  **Note:** Version bump only for package @aws-sdk/client-sso
@@ -129,6 +129,15 @@ const regionHash = {
129
129
  ],
130
130
  signingRegion: "us-east-2",
131
131
  },
132
+ "us-gov-east-1": {
133
+ variants: [
134
+ {
135
+ hostname: "portal.sso.us-gov-east-1.amazonaws.com",
136
+ tags: [],
137
+ },
138
+ ],
139
+ signingRegion: "us-gov-east-1",
140
+ },
132
141
  "us-gov-west-1": {
133
142
  variants: [
134
143
  {
@@ -127,6 +127,15 @@ var regionHash = {
127
127
  ],
128
128
  signingRegion: "us-east-2",
129
129
  },
130
+ "us-gov-east-1": {
131
+ variants: [
132
+ {
133
+ hostname: "portal.sso.us-gov-east-1.amazonaws.com",
134
+ tags: [],
135
+ },
136
+ ],
137
+ signingRegion: "us-gov-east-1",
138
+ },
130
139
  "us-gov-west-1": {
131
140
  variants: [
132
141
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.47.1",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,38 +18,44 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/config-resolver": "3.47.1",
22
- "@aws-sdk/fetch-http-handler": "3.47.1",
23
- "@aws-sdk/hash-node": "3.47.1",
24
- "@aws-sdk/invalid-dependency": "3.47.1",
25
- "@aws-sdk/middleware-content-length": "3.47.1",
26
- "@aws-sdk/middleware-host-header": "3.47.1",
27
- "@aws-sdk/middleware-logger": "3.47.1",
28
- "@aws-sdk/middleware-retry": "3.47.1",
29
- "@aws-sdk/middleware-serde": "3.47.1",
30
- "@aws-sdk/middleware-stack": "3.47.1",
31
- "@aws-sdk/middleware-user-agent": "3.47.1",
32
- "@aws-sdk/node-config-provider": "3.47.1",
33
- "@aws-sdk/node-http-handler": "3.47.1",
34
- "@aws-sdk/protocol-http": "3.47.1",
35
- "@aws-sdk/smithy-client": "3.47.1",
36
- "@aws-sdk/types": "3.47.1",
37
- "@aws-sdk/url-parser": "3.47.1",
38
- "@aws-sdk/util-base64-browser": "3.47.1",
39
- "@aws-sdk/util-base64-node": "3.47.1",
40
- "@aws-sdk/util-body-length-browser": "3.47.1",
41
- "@aws-sdk/util-body-length-node": "3.47.1",
42
- "@aws-sdk/util-defaults-mode-browser": "3.47.1",
43
- "@aws-sdk/util-defaults-mode-node": "3.47.1",
44
- "@aws-sdk/util-user-agent-browser": "3.47.1",
45
- "@aws-sdk/util-user-agent-node": "3.47.1",
46
- "@aws-sdk/util-utf8-browser": "3.47.1",
47
- "@aws-sdk/util-utf8-node": "3.47.1",
21
+ "@aws-sdk/config-resolver": "3.50.0",
22
+ "@aws-sdk/fetch-http-handler": "3.50.0",
23
+ "@aws-sdk/hash-node": "3.50.0",
24
+ "@aws-sdk/invalid-dependency": "3.50.0",
25
+ "@aws-sdk/middleware-content-length": "3.50.0",
26
+ "@aws-sdk/middleware-host-header": "3.50.0",
27
+ "@aws-sdk/middleware-logger": "3.50.0",
28
+ "@aws-sdk/middleware-retry": "3.50.0",
29
+ "@aws-sdk/middleware-serde": "3.50.0",
30
+ "@aws-sdk/middleware-stack": "3.50.0",
31
+ "@aws-sdk/middleware-user-agent": "3.50.0",
32
+ "@aws-sdk/node-config-provider": "3.50.0",
33
+ "@aws-sdk/node-http-handler": "3.50.0",
34
+ "@aws-sdk/protocol-http": "3.50.0",
35
+ "@aws-sdk/smithy-client": "3.50.0",
36
+ "@aws-sdk/types": "3.50.0",
37
+ "@aws-sdk/url-parser": "3.50.0",
38
+ "@aws-sdk/util-base64-browser": "3.49.0",
39
+ "@aws-sdk/util-base64-node": "3.49.0",
40
+ "@aws-sdk/util-body-length-browser": "3.49.0",
41
+ "@aws-sdk/util-body-length-node": "3.49.0",
42
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
43
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
44
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
45
+ "@aws-sdk/util-user-agent-node": "3.50.0",
46
+ "@aws-sdk/util-utf8-browser": "3.49.0",
47
+ "@aws-sdk/util-utf8-node": "3.49.0",
48
48
  "tslib": "^2.3.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
52
- "@types/node": "^12.7.5"
51
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
52
+ "@tsconfig/recommended": "1.0.1",
53
+ "@types/node": "^12.7.5",
54
+ "concurrently": "7.0.0",
55
+ "downlevel-dts": "0.7.0",
56
+ "rimraf": "3.0.2",
57
+ "typedoc": "0.19.2",
58
+ "typescript": "~4.3.5"
53
59
  },
54
60
  "engines": {
55
61
  "node": ">=12.0.0"
@@ -1,25 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
3
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
4
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
5
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
6
- import { SSOClient } from "./SSOClient";
7
-
8
- export declare class SSO extends SSOClient {
9
-
10
- getRoleCredentials(args: GetRoleCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<GetRoleCredentialsCommandOutput>;
11
- getRoleCredentials(args: GetRoleCredentialsCommandInput, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
12
- getRoleCredentials(args: GetRoleCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRoleCredentialsCommandOutput) => void): void;
13
-
14
- listAccountRoles(args: ListAccountRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountRolesCommandOutput>;
15
- listAccountRoles(args: ListAccountRolesCommandInput, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
16
- listAccountRoles(args: ListAccountRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountRolesCommandOutput) => void): void;
17
-
18
- listAccounts(args: ListAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsCommandOutput>;
19
- listAccounts(args: ListAccountsCommandInput, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
20
- listAccounts(args: ListAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountsCommandOutput) => void): void;
21
-
22
- logout(args: LogoutCommandInput, options?: __HttpHandlerOptions): Promise<LogoutCommandOutput>;
23
- logout(args: LogoutCommandInput, cb: (err: any, data?: LogoutCommandOutput) => void): void;
24
- logout(args: LogoutCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LogoutCommandOutput) => void): void;
25
- }
@@ -1,74 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
5
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
6
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
- import { Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "./commands/GetRoleCredentialsCommand";
9
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "./commands/ListAccountRolesCommand";
10
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
11
- import { LogoutCommandInput, LogoutCommandOutput } from "./commands/LogoutCommand";
12
- export declare type ServiceInputTypes = GetRoleCredentialsCommandInput | ListAccountRolesCommandInput | ListAccountsCommandInput | LogoutCommandInput;
13
- export declare type ServiceOutputTypes = GetRoleCredentialsCommandOutput | ListAccountRolesCommandOutput | ListAccountsCommandOutput | LogoutCommandOutput;
14
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
15
-
16
- requestHandler?: __HttpHandler;
17
-
18
- sha256?: __HashConstructor;
19
-
20
- urlParser?: __UrlParser;
21
-
22
- bodyLengthChecker?: (body: any) => number | undefined;
23
-
24
- streamCollector?: __StreamCollector;
25
-
26
- base64Decoder?: __Decoder;
27
-
28
- base64Encoder?: __Encoder;
29
-
30
- utf8Decoder?: __Decoder;
31
-
32
- utf8Encoder?: __Encoder;
33
-
34
- runtime?: string;
35
-
36
- disableHostPrefix?: boolean;
37
-
38
- maxAttempts?: number | __Provider<number>;
39
-
40
- retryMode?: string | __Provider<string>;
41
-
42
- logger?: __Logger;
43
-
44
- useDualstackEndpoint?: boolean | __Provider<boolean>;
45
-
46
- useFipsEndpoint?: boolean | __Provider<boolean>;
47
-
48
- serviceId?: string;
49
-
50
- region?: string | __Provider<string>;
51
-
52
- regionInfoProvider?: RegionInfoProvider;
53
-
54
- defaultUserAgentProvider?: Provider<__UserAgent>;
55
-
56
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
57
- }
58
- declare type SSOClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & UserAgentInputConfig;
59
-
60
- export interface SSOClientConfig extends SSOClientConfigType {
61
- }
62
- declare type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & UserAgentResolvedConfig;
63
-
64
- export interface SSOClientResolvedConfig extends SSOClientResolvedConfigType {
65
- }
66
-
67
- export declare class SSOClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig> {
68
-
69
- readonly config: SSOClientResolvedConfig;
70
- constructor(configuration: SSOClientConfig);
71
-
72
- destroy(): void;
73
- }
74
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GetRoleCredentialsRequest, GetRoleCredentialsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- export interface GetRoleCredentialsCommandInput extends GetRoleCredentialsRequest {
6
- }
7
- export interface GetRoleCredentialsCommandOutput extends GetRoleCredentialsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRoleCredentialsCommand extends $Command<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput, SSOClientResolvedConfig> {
11
- readonly input: GetRoleCredentialsCommandInput;
12
- constructor(input: GetRoleCredentialsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListAccountRolesRequest, ListAccountRolesResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- export interface ListAccountRolesCommandInput extends ListAccountRolesRequest {
6
- }
7
- export interface ListAccountRolesCommandOutput extends ListAccountRolesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccountRolesCommand extends $Command<ListAccountRolesCommandInput, ListAccountRolesCommandOutput, SSOClientResolvedConfig> {
11
- readonly input: ListAccountRolesCommandInput;
12
- constructor(input: ListAccountRolesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountRolesCommandInput, ListAccountRolesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- export interface ListAccountsCommandInput extends ListAccountsRequest {
6
- }
7
- export interface ListAccountsCommandOutput extends ListAccountsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccountsCommand extends $Command<ListAccountsCommandInput, ListAccountsCommandOutput, SSOClientResolvedConfig> {
11
- readonly input: ListAccountsCommandInput;
12
- constructor(input: ListAccountsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccountsCommandInput, ListAccountsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LogoutRequest } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient";
5
- export interface LogoutCommandInput extends LogoutRequest {
6
- }
7
- export interface LogoutCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class LogoutCommand extends $Command<LogoutCommandInput, LogoutCommandOutput, SSOClientResolvedConfig> {
11
- readonly input: LogoutCommandInput;
12
- constructor(input: LogoutCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOClientResolvedConfig, options?: __HttpHandlerOptions): Handler<LogoutCommandInput, LogoutCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,4 +0,0 @@
1
- export * from "./GetRoleCredentialsCommand";
2
- export * from "./ListAccountRolesCommand";
3
- export * from "./ListAccountsCommand";
4
- export * from "./LogoutCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./SSO";
2
- export * from "./SSOClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,138 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AccountInfo {
4
-
5
- accountId?: string;
6
-
7
- accountName?: string;
8
-
9
- emailAddress?: string;
10
- }
11
- export declare namespace AccountInfo {
12
-
13
- const filterSensitiveLog: (obj: AccountInfo) => any;
14
- }
15
- export interface GetRoleCredentialsRequest {
16
-
17
- roleName: string | undefined;
18
-
19
- accountId: string | undefined;
20
-
21
- accessToken: string | undefined;
22
- }
23
- export declare namespace GetRoleCredentialsRequest {
24
-
25
- const filterSensitiveLog: (obj: GetRoleCredentialsRequest) => any;
26
- }
27
-
28
- export interface RoleCredentials {
29
-
30
- accessKeyId?: string;
31
-
32
- secretAccessKey?: string;
33
-
34
- sessionToken?: string;
35
-
36
- expiration?: number;
37
- }
38
- export declare namespace RoleCredentials {
39
-
40
- const filterSensitiveLog: (obj: RoleCredentials) => any;
41
- }
42
- export interface GetRoleCredentialsResponse {
43
-
44
- roleCredentials?: RoleCredentials;
45
- }
46
- export declare namespace GetRoleCredentialsResponse {
47
-
48
- const filterSensitiveLog: (obj: GetRoleCredentialsResponse) => any;
49
- }
50
-
51
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
52
- name: "InvalidRequestException";
53
- $fault: "client";
54
- message?: string;
55
- }
56
-
57
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
58
- name: "ResourceNotFoundException";
59
- $fault: "client";
60
- message?: string;
61
- }
62
-
63
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
64
- name: "TooManyRequestsException";
65
- $fault: "client";
66
- message?: string;
67
- }
68
-
69
- export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
70
- name: "UnauthorizedException";
71
- $fault: "client";
72
- message?: string;
73
- }
74
- export interface ListAccountRolesRequest {
75
-
76
- nextToken?: string;
77
-
78
- maxResults?: number;
79
-
80
- accessToken: string | undefined;
81
-
82
- accountId: string | undefined;
83
- }
84
- export declare namespace ListAccountRolesRequest {
85
-
86
- const filterSensitiveLog: (obj: ListAccountRolesRequest) => any;
87
- }
88
-
89
- export interface RoleInfo {
90
-
91
- roleName?: string;
92
-
93
- accountId?: string;
94
- }
95
- export declare namespace RoleInfo {
96
-
97
- const filterSensitiveLog: (obj: RoleInfo) => any;
98
- }
99
- export interface ListAccountRolesResponse {
100
-
101
- nextToken?: string;
102
-
103
- roleList?: RoleInfo[];
104
- }
105
- export declare namespace ListAccountRolesResponse {
106
-
107
- const filterSensitiveLog: (obj: ListAccountRolesResponse) => any;
108
- }
109
- export interface ListAccountsRequest {
110
-
111
- nextToken?: string;
112
-
113
- maxResults?: number;
114
-
115
- accessToken: string | undefined;
116
- }
117
- export declare namespace ListAccountsRequest {
118
-
119
- const filterSensitiveLog: (obj: ListAccountsRequest) => any;
120
- }
121
- export interface ListAccountsResponse {
122
-
123
- nextToken?: string;
124
-
125
- accountList?: AccountInfo[];
126
- }
127
- export declare namespace ListAccountsResponse {
128
-
129
- const filterSensitiveLog: (obj: ListAccountsResponse) => any;
130
- }
131
- export interface LogoutRequest {
132
-
133
- accessToken: string | undefined;
134
- }
135
- export declare namespace LogoutRequest {
136
-
137
- const filterSensitiveLog: (obj: LogoutRequest) => any;
138
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { SSO } from "../SSO";
3
- import { SSOClient } from "../SSOClient";
4
- export interface SSOPaginationConfiguration extends PaginationConfiguration {
5
- client: SSO | SSOClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
3
- import { SSOPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAccountRoles(config: SSOPaginationConfiguration, input: ListAccountRolesCommandInput, ...additionalArguments: any): Paginator<ListAccountRolesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
3
- import { SSOPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAccounts(config: SSOPaginationConfiguration, input: ListAccountsCommandInput, ...additionalArguments: any): Paginator<ListAccountsCommandOutput>;
@@ -1,3 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAccountRolesPaginator";
3
- export * from "./ListAccountsPaginator";
@@ -1,14 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { GetRoleCredentialsCommandInput, GetRoleCredentialsCommandOutput } from "../commands/GetRoleCredentialsCommand";
4
- import { ListAccountRolesCommandInput, ListAccountRolesCommandOutput } from "../commands/ListAccountRolesCommand";
5
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
6
- import { LogoutCommandInput, LogoutCommandOutput } from "../commands/LogoutCommand";
7
- export declare const serializeAws_restJson1GetRoleCredentialsCommand: (input: GetRoleCredentialsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
8
- export declare const serializeAws_restJson1ListAccountRolesCommand: (input: ListAccountRolesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
9
- export declare const serializeAws_restJson1ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
10
- export declare const serializeAws_restJson1LogoutCommand: (input: LogoutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
11
- export declare const deserializeAws_restJson1GetRoleCredentialsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoleCredentialsCommandOutput>;
12
- export declare const deserializeAws_restJson1ListAccountRolesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountRolesCommandOutput>;
13
- export declare const deserializeAws_restJson1ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
14
- export declare const deserializeAws_restJson1LogoutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LogoutCommandOutput>;
@@ -1,31 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { SSOClientConfig } from "./SSOClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSOClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
- region: string | import("@aws-sdk/types").Provider<any>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
- retryMode: string | import("@aws-sdk/types").Provider<string>;
15
- sha256: import("@aws-sdk/types").HashConstructor;
16
- streamCollector: import("@aws-sdk/types").StreamCollector;
17
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
31
- };
@@ -1,31 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { SSOClientConfig } from "./SSOClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSOClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
11
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
12
- region: string | import("@aws-sdk/types").Provider<string>;
13
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
14
- retryMode: string | import("@aws-sdk/types").Provider<string>;
15
- sha256: import("@aws-sdk/types").HashConstructor;
16
- streamCollector: import("@aws-sdk/types").StreamCollector;
17
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
31
- };
@@ -1,30 +0,0 @@
1
- import { SSOClientConfig } from "./SSOClient";
2
-
3
- export declare const getRuntimeConfig: (config: SSOClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
24
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
25
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
27
- tls?: boolean | undefined;
28
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
29
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
30
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { SSOClientConfig } from "./SSOClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSOClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };