@aws-sdk/client-finspace-data 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/FinspaceData.js +1 -5
- package/{dist/cjs → dist-cjs}/FinspaceDataClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/CreateChangesetCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetProgrammaticAccessCredentialsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetWorkingLocationCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -43
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/FinspaceData.js +1 -2
- package/{dist/es → dist-es}/FinspaceDataClient.js +1 -2
- package/{dist/es → dist-es}/commands/CreateChangesetCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetProgrammaticAccessCredentialsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetWorkingLocationCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/FinspaceData.d.ts +2 -2
- package/{dist/types → dist-types}/FinspaceDataClient.d.ts +4 -4
- package/{dist/types → dist-types}/commands/CreateChangesetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProgrammaticAccessCredentialsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetWorkingLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/FinspaceData.d.ts +6 -15
- package/{dist/types → dist-types}/ts3.4/FinspaceDataClient.d.ts +28 -93
- package/dist-types/ts3.4/commands/CreateChangesetCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetProgrammaticAccessCredentialsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetWorkingLocationCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +224 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/FinspaceData.ts +0 -119
- package/FinspaceDataClient.ts +0 -247
- package/commands/CreateChangesetCommand.ts +0 -94
- package/commands/GetProgrammaticAccessCredentialsCommand.ts +0 -102
- package/commands/GetWorkingLocationCommand.ts +0 -95
- package/dist/cjs/FinspaceData.js.map +0 -1
- package/dist/cjs/FinspaceDataClient.js.map +0 -1
- package/dist/cjs/commands/CreateChangesetCommand.js.map +0 -1
- package/dist/cjs/commands/GetProgrammaticAccessCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/GetWorkingLocationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/FinspaceData.js.map +0 -1
- package/dist/es/FinspaceDataClient.js.map +0 -1
- package/dist/es/commands/CreateChangesetCommand.js.map +0 -1
- package/dist/es/commands/GetProgrammaticAccessCredentialsCommand.js.map +0 -1
- package/dist/es/commands/GetWorkingLocationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -7
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CreateChangesetCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetWorkingLocationCommand.d.ts +0 -36
- package/dist/types/ts3.4/models/models_0.d.ts +0 -429
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -505
- package/protocols/Aws_restJson1.ts +0 -594
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
package/FinspaceDataClient.ts
DELETED
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
import { CreateChangesetCommandInput, CreateChangesetCommandOutput } from "./commands/CreateChangesetCommand";
|
|
2
|
-
import {
|
|
3
|
-
GetProgrammaticAccessCredentialsCommandInput,
|
|
4
|
-
GetProgrammaticAccessCredentialsCommandOutput,
|
|
5
|
-
} from "./commands/GetProgrammaticAccessCredentialsCommand";
|
|
6
|
-
import { GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput } from "./commands/GetWorkingLocationCommand";
|
|
7
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
8
|
-
import {
|
|
9
|
-
EndpointsInputConfig,
|
|
10
|
-
EndpointsResolvedConfig,
|
|
11
|
-
RegionInputConfig,
|
|
12
|
-
RegionResolvedConfig,
|
|
13
|
-
resolveEndpointsConfig,
|
|
14
|
-
resolveRegionConfig,
|
|
15
|
-
} from "@aws-sdk/config-resolver";
|
|
16
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
17
|
-
import {
|
|
18
|
-
HostHeaderInputConfig,
|
|
19
|
-
HostHeaderResolvedConfig,
|
|
20
|
-
getHostHeaderPlugin,
|
|
21
|
-
resolveHostHeaderConfig,
|
|
22
|
-
} from "@aws-sdk/middleware-host-header";
|
|
23
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
24
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
25
|
-
import {
|
|
26
|
-
AwsAuthInputConfig,
|
|
27
|
-
AwsAuthResolvedConfig,
|
|
28
|
-
getAwsAuthPlugin,
|
|
29
|
-
resolveAwsAuthConfig,
|
|
30
|
-
} from "@aws-sdk/middleware-signing";
|
|
31
|
-
import {
|
|
32
|
-
UserAgentInputConfig,
|
|
33
|
-
UserAgentResolvedConfig,
|
|
34
|
-
getUserAgentPlugin,
|
|
35
|
-
resolveUserAgentConfig,
|
|
36
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
37
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
38
|
-
import {
|
|
39
|
-
Client as __Client,
|
|
40
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
41
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
42
|
-
} from "@aws-sdk/smithy-client";
|
|
43
|
-
import {
|
|
44
|
-
Provider,
|
|
45
|
-
RegionInfoProvider,
|
|
46
|
-
Credentials as __Credentials,
|
|
47
|
-
Decoder as __Decoder,
|
|
48
|
-
Encoder as __Encoder,
|
|
49
|
-
Hash as __Hash,
|
|
50
|
-
HashConstructor as __HashConstructor,
|
|
51
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
52
|
-
Logger as __Logger,
|
|
53
|
-
Provider as __Provider,
|
|
54
|
-
StreamCollector as __StreamCollector,
|
|
55
|
-
UrlParser as __UrlParser,
|
|
56
|
-
UserAgent as __UserAgent,
|
|
57
|
-
} from "@aws-sdk/types";
|
|
58
|
-
|
|
59
|
-
export type ServiceInputTypes =
|
|
60
|
-
| CreateChangesetCommandInput
|
|
61
|
-
| GetProgrammaticAccessCredentialsCommandInput
|
|
62
|
-
| GetWorkingLocationCommandInput;
|
|
63
|
-
|
|
64
|
-
export type ServiceOutputTypes =
|
|
65
|
-
| CreateChangesetCommandOutput
|
|
66
|
-
| GetProgrammaticAccessCredentialsCommandOutput
|
|
67
|
-
| GetWorkingLocationCommandOutput;
|
|
68
|
-
|
|
69
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
70
|
-
/**
|
|
71
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
72
|
-
*/
|
|
73
|
-
requestHandler?: __HttpHandler;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
77
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
sha256?: __HashConstructor;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
urlParser?: __UrlParser;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* A function that can calculate the length of a request body.
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* A function that converts a stream into an array of bytes.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
streamCollector?: __StreamCollector;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
base64Decoder?: __Decoder;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
base64Encoder?: __Encoder;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
utf8Decoder?: __Decoder;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
utf8Encoder?: __Encoder;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* The runtime environment.
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
runtime?: string;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
132
|
-
* trait of an operation.
|
|
133
|
-
*/
|
|
134
|
-
disableHostPrefix?: boolean;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
138
|
-
*/
|
|
139
|
-
maxAttempts?: number | __Provider<number>;
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Specifies which retry algorithm to use.
|
|
143
|
-
*/
|
|
144
|
-
retryMode?: string | __Provider<string>;
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* Optional logger for logging debug/info/warn/error.
|
|
148
|
-
*/
|
|
149
|
-
logger?: __Logger;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Unique service identifier.
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
serviceId?: string;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* The AWS region to which this client will send requests
|
|
159
|
-
*/
|
|
160
|
-
region?: string | __Provider<string>;
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Default credentials provider; Not available in browser runtime.
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
182
|
-
ClientDefaults &
|
|
183
|
-
RegionInputConfig &
|
|
184
|
-
EndpointsInputConfig &
|
|
185
|
-
RetryInputConfig &
|
|
186
|
-
HostHeaderInputConfig &
|
|
187
|
-
AwsAuthInputConfig &
|
|
188
|
-
UserAgentInputConfig;
|
|
189
|
-
/**
|
|
190
|
-
* The configuration interface of FinspaceDataClient class constructor that set the region, credentials and other options.
|
|
191
|
-
*/
|
|
192
|
-
export interface FinspaceDataClientConfig extends FinspaceDataClientConfigType {}
|
|
193
|
-
|
|
194
|
-
type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
195
|
-
Required<ClientDefaults> &
|
|
196
|
-
RegionResolvedConfig &
|
|
197
|
-
EndpointsResolvedConfig &
|
|
198
|
-
RetryResolvedConfig &
|
|
199
|
-
HostHeaderResolvedConfig &
|
|
200
|
-
AwsAuthResolvedConfig &
|
|
201
|
-
UserAgentResolvedConfig;
|
|
202
|
-
/**
|
|
203
|
-
* The resolved configuration interface of FinspaceDataClient class. This is resolved and normalized from the {@link FinspaceDataClientConfig | constructor configuration interface}.
|
|
204
|
-
*/
|
|
205
|
-
export interface FinspaceDataClientResolvedConfig extends FinspaceDataClientResolvedConfigType {}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* <p> The FinSpace APIs let you take actions inside the FinSpace environment. </p>
|
|
209
|
-
*/
|
|
210
|
-
export class FinspaceDataClient extends __Client<
|
|
211
|
-
__HttpHandlerOptions,
|
|
212
|
-
ServiceInputTypes,
|
|
213
|
-
ServiceOutputTypes,
|
|
214
|
-
FinspaceDataClientResolvedConfig
|
|
215
|
-
> {
|
|
216
|
-
/**
|
|
217
|
-
* The resolved configuration of FinspaceDataClient class. This is resolved and normalized from the {@link FinspaceDataClientConfig | constructor configuration interface}.
|
|
218
|
-
*/
|
|
219
|
-
readonly config: FinspaceDataClientResolvedConfig;
|
|
220
|
-
|
|
221
|
-
constructor(configuration: FinspaceDataClientConfig) {
|
|
222
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
223
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
224
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
225
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
226
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
227
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
228
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
229
|
-
super(_config_6);
|
|
230
|
-
this.config = _config_6;
|
|
231
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
232
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
233
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
234
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
235
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
236
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
241
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
242
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
243
|
-
*/
|
|
244
|
-
destroy(): void {
|
|
245
|
-
super.destroy();
|
|
246
|
-
}
|
|
247
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
2
|
-
import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateChangesetCommand,
|
|
5
|
-
serializeAws_restJson1CreateChangesetCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface CreateChangesetCommandInput extends CreateChangesetRequest {}
|
|
21
|
-
export interface CreateChangesetCommandOutput extends CreateChangesetResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Creates a new changeset in a FinSpace dataset.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { FinspaceDataClient, CreateChangesetCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
|
|
29
|
-
* // const { FinspaceDataClient, CreateChangesetCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
|
|
30
|
-
* const client = new FinspaceDataClient(config);
|
|
31
|
-
* const command = new CreateChangesetCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link CreateChangesetCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link CreateChangesetCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class CreateChangesetCommand extends $Command<
|
|
41
|
-
CreateChangesetCommandInput,
|
|
42
|
-
CreateChangesetCommandOutput,
|
|
43
|
-
FinspaceDataClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: CreateChangesetCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: FinspaceDataClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<CreateChangesetCommandInput, CreateChangesetCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "FinspaceDataClient";
|
|
68
|
-
const commandName = "CreateChangesetCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: CreateChangesetRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: CreateChangesetResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: CreateChangesetCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1CreateChangesetCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateChangesetCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1CreateChangesetCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
2
|
-
import { GetProgrammaticAccessCredentialsRequest, GetProgrammaticAccessCredentialsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand,
|
|
5
|
-
serializeAws_restJson1GetProgrammaticAccessCredentialsCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetProgrammaticAccessCredentialsCommandInput extends GetProgrammaticAccessCredentialsRequest {}
|
|
21
|
-
export interface GetProgrammaticAccessCredentialsCommandOutput
|
|
22
|
-
extends GetProgrammaticAccessCredentialsResponse,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Request programmatic credentials to use with Habanero SDK.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { FinspaceDataClient, GetProgrammaticAccessCredentialsCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
|
|
31
|
-
* // const { FinspaceDataClient, GetProgrammaticAccessCredentialsCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
|
|
32
|
-
* const client = new FinspaceDataClient(config);
|
|
33
|
-
* const command = new GetProgrammaticAccessCredentialsCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link GetProgrammaticAccessCredentialsCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link GetProgrammaticAccessCredentialsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class GetProgrammaticAccessCredentialsCommand extends $Command<
|
|
43
|
-
GetProgrammaticAccessCredentialsCommandInput,
|
|
44
|
-
GetProgrammaticAccessCredentialsCommandOutput,
|
|
45
|
-
FinspaceDataClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: GetProgrammaticAccessCredentialsCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: FinspaceDataClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<GetProgrammaticAccessCredentialsCommandInput, GetProgrammaticAccessCredentialsCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "FinspaceDataClient";
|
|
70
|
-
const commandName = "GetProgrammaticAccessCredentialsCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: GetProgrammaticAccessCredentialsRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: GetProgrammaticAccessCredentialsResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(
|
|
87
|
-
input: GetProgrammaticAccessCredentialsCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_restJson1GetProgrammaticAccessCredentialsCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(
|
|
94
|
-
output: __HttpResponse,
|
|
95
|
-
context: __SerdeContext
|
|
96
|
-
): Promise<GetProgrammaticAccessCredentialsCommandOutput> {
|
|
97
|
-
return deserializeAws_restJson1GetProgrammaticAccessCredentialsCommand(output, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// Start section: command_body_extra
|
|
101
|
-
// End section: command_body_extra
|
|
102
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FinspaceDataClient";
|
|
2
|
-
import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1GetWorkingLocationCommand,
|
|
5
|
-
serializeAws_restJson1GetWorkingLocationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetWorkingLocationCommandInput extends GetWorkingLocationRequest {}
|
|
21
|
-
export interface GetWorkingLocationCommandOutput extends GetWorkingLocationResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>A temporary Amazon S3 location to copy your files from a source location to stage or use
|
|
25
|
-
* as a scratch space in Habanero notebook.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { FinspaceDataClient, GetWorkingLocationCommand } from "@aws-sdk/client-finspace-data"; // ES Modules import
|
|
30
|
-
* // const { FinspaceDataClient, GetWorkingLocationCommand } = require("@aws-sdk/client-finspace-data"); // CommonJS import
|
|
31
|
-
* const client = new FinspaceDataClient(config);
|
|
32
|
-
* const command = new GetWorkingLocationCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link GetWorkingLocationCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link GetWorkingLocationCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link FinspaceDataClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class GetWorkingLocationCommand extends $Command<
|
|
42
|
-
GetWorkingLocationCommandInput,
|
|
43
|
-
GetWorkingLocationCommandOutput,
|
|
44
|
-
FinspaceDataClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: GetWorkingLocationCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: FinspaceDataClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<GetWorkingLocationCommandInput, GetWorkingLocationCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "FinspaceDataClient";
|
|
69
|
-
const commandName = "GetWorkingLocationCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: GetWorkingLocationRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: GetWorkingLocationResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: GetWorkingLocationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_restJson1GetWorkingLocationCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetWorkingLocationCommandOutput> {
|
|
90
|
-
return deserializeAws_restJson1GetWorkingLocationCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FinspaceData.js","sourceRoot":"","sources":["../../FinspaceData.ts"],"names":[],"mappings":";;;AAAA,6DAA0D;AAC1D,8EAI2C;AAC3C,gHAI4D;AAC5D,oFAI8C;AAG9C;;GAEG;AACH,MAAa,YAAa,SAAQ,uCAAkB;IAiB3C,eAAe,CACpB,IAAiC,EACjC,WAA8F,EAC9F,EAA4D;QAE5D,MAAM,OAAO,GAAG,IAAI,+CAAsB,CAAC,IAAI,CAAC,CAAC;QACjD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAkBM,gCAAgC,CACrC,IAAkD,EAClD,WAA+G,EAC/G,EAA6E;QAE7E,MAAM,OAAO,GAAG,IAAI,iFAAuC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;IAmBM,kBAAkB,CACvB,IAAoC,EACpC,WAAiG,EACjG,EAA+D;QAE/D,MAAM,OAAO,GAAG,IAAI,qDAAyB,CAAC,IAAI,CAAC,CAAC;QACpD,IAAI,OAAO,WAAW,KAAK,UAAU,EAAE;YACrC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACjC;aAAM,IAAI,OAAO,EAAE,KAAK,UAAU,EAAE;YACnC,IAAI,OAAO,WAAW,KAAK,QAAQ;gBAAE,MAAM,IAAI,KAAK,CAAC,+BAA+B,OAAO,WAAW,EAAE,CAAC,CAAC;YAC1G,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;SAC3C;aAAM;YACL,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC;SACxC;IACH,CAAC;CACF;AAjGD,oCAiGC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FinspaceDataClient.js","sourceRoot":"","sources":["../../FinspaceDataClient.ts"],"names":[],"mappings":";;;AAMA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AAqKhC;;GAEG;AACH,MAAa,kBAAmB,SAAQ,sBAKvC;IAMC,YAAY,aAAuC;QACjD,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,yCAAoB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,qCAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,gDAqCC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CreateChangesetCommand.js","sourceRoot":"","sources":["../../../commands/CreateChangesetCommand.ts"],"names":[],"mappings":";;;AACA,iDAAqF;AACrF,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,sBAAuB,SAAQ,uBAI3C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAkC;QACrD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA6B;QAGrD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,wBAAwB,CAAC;QAC7C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,iCAAsB,CAAC,kBAAkB;YAClE,wBAAwB,EAAE,kCAAuB,CAAC,kBAAkB;SACrE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAkC,EAAE,OAAuB;QAC3E,OAAO,4DAA4C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,8DAA8C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;CAIF;AAtDD,wDAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetProgrammaticAccessCredentialsCommand.js","sourceRoot":"","sources":["../../../commands/GetProgrammaticAccessCredentialsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuH;AACvH,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAgB7D;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,uCAAwC,SAAQ,uBAI5D;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAmD;QACtE,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA8C;QAGtE,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,yCAAyC,CAAC;QAC9D,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,kDAAuC,CAAC,kBAAkB;YACnF,wBAAwB,EAAE,mDAAwC,CAAC,kBAAkB;SACtF,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CACf,KAAmD,EACnD,OAAuB;QAEvB,OAAO,6EAA6D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAEO,WAAW,CACjB,MAAsB,EACtB,OAAuB;QAEvB,OAAO,+EAA+D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;CAIF;AA5DD,0FA4DC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetWorkingLocationCommand.js","sourceRoot":"","sources":["../../../commands/GetWorkingLocationCommand.ts"],"names":[],"mappings":";;;AACA,iDAA2F;AAC3F,8DAGoC;AACpC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,yBAA0B,SAAQ,uBAI9C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAqC;QACxD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAgC;QAGxD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAA+C,EAC/C,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,oBAAoB,CAAC;QACxC,MAAM,WAAW,GAAG,2BAA2B,CAAC;QAChD,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,oCAAyB,CAAC,kBAAkB;YACrE,wBAAwB,EAAE,qCAA0B,CAAC,kBAAkB;SACxE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAqC,EAAE,OAAuB;QAC9E,OAAO,+DAA+C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACzE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,iEAAiD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;CAIF;AAtDD,8DAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../endpoints.ts"],"names":[],"mappings":";;;AAAA,8DAAoF;AAGpF,MAAM,UAAU,GAAe,EAAE,CAAC;AAElC,MAAM,aAAa,GAAkB;IACnC,GAAG,EAAE;QACH,OAAO,EAAE;YACP,YAAY;YACZ,WAAW;YACX,gBAAgB;YAChB,gBAAgB;YAChB,gBAAgB;YAChB,YAAY;YACZ,gBAAgB;YAChB,gBAAgB;YAChB,cAAc;YACd,cAAc;YACd,YAAY;YACZ,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,YAAY;YACZ,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;YACX,WAAW;SACZ;QACD,QAAQ,EAAE,qCAAqC;KAChD;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,CAAC,YAAY,EAAE,gBAAgB,CAAC;QACzC,QAAQ,EAAE,wCAAwC;KACnD;IACD,SAAS,EAAE;QACT,OAAO,EAAE,CAAC,eAAe,CAAC;QAC1B,QAAQ,EAAE,kCAAkC;KAC7C;IACD,WAAW,EAAE;QACX,OAAO,EAAE,CAAC,gBAAgB,CAAC;QAC3B,QAAQ,EAAE,qCAAqC;KAChD;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;QAC3C,QAAQ,EAAE,qCAAqC;KAChD;CACF,CAAC;AAEK,MAAM,yBAAyB,GAAuB,KAAK,EAAE,MAAc,EAAE,OAAa,EAAE,EAAE,CACnG,+BAAa,CAAC,MAAM,EAAE;IACpB,GAAG,OAAO;IACV,cAAc,EAAE,cAAc;IAC9B,UAAU;IACV,aAAa;CACd,CAAC,CAAC;AANQ,QAAA,yBAAyB,6BAMjC"}
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;AAAA,+DAAqC;AACrC,yDAA+B;AAC/B,4EAAkD;AAClD,6FAAmE;AACnE,+EAAqD;AACrD,yDAA+B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../models/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../../models/models_0.ts"],"names":[],"mappings":"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"}
|