@aws-sdk/client-appsync 3.948.0 → 3.953.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +985 -677
- package/dist-cjs/runtimeConfig.shared.js +7 -1
- package/dist-es/commands/AssociateApiCommand.js +2 -2
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateApiCacheCommand.js +2 -2
- package/dist-es/commands/CreateApiCommand.js +2 -2
- package/dist-es/commands/CreateApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateResolverCommand.js +2 -2
- package/dist-es/commands/CreateTypeCommand.js +2 -2
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -2
- package/dist-es/commands/DeleteApiCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DeleteResolverCommand.js +2 -2
- package/dist-es/commands/DeleteTypeCommand.js +2 -2
- package/dist-es/commands/DisassociateApiCommand.js +2 -2
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/EvaluateCodeCommand.js +2 -2
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -2
- package/dist-es/commands/FlushApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiCommand.js +2 -2
- package/dist-es/commands/GetChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/GetDomainNameCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -2
- package/dist-es/commands/GetResolverCommand.js +2 -2
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -2
- package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetTypeCommand.js +2 -2
- package/dist-es/commands/ListApiKeysCommand.js +2 -2
- package/dist-es/commands/ListApisCommand.js +2 -2
- package/dist-es/commands/ListChannelNamespacesCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -2
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -2
- package/dist-es/commands/ListResolversCommand.js +2 -2
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypesByAssociationCommand.js +2 -2
- package/dist-es/commands/ListTypesCommand.js +2 -2
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -2
- package/dist-es/commands/StartSchemaMergeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -2
- package/dist-es/commands/UpdateApiCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/UpdateResolverCommand.js +2 -2
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateTypeCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -1
- package/dist-es/schemas/schemas_0.js +586 -571
- package/dist-types/AppSyncClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +294 -320
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +293 -320
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class AppSyncClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class AppSyncServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AppSyncServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends AppSyncServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends AppSyncService
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ApiKeyLimitExceededException extends AppSyncServiceException {
|
|
133
133
|
name = "ApiKeyLimitExceededException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ApiKeyLimitExceededException$1 = class ApiKeyLimitExceededException extends
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ApiKeyLimitExceededException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ApiKeyValidityOutOfBoundsException extends AppSyncServiceException {
|
|
145
145
|
name = "ApiKeyValidityOutOfBoundsException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ApiKeyValidityOutOfBoundsException$1 = class ApiKeyValidityOutOfBoundsExcept
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ApiKeyValidityOutOfBoundsException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ApiLimitExceededException extends AppSyncServiceException {
|
|
157
157
|
name = "ApiLimitExceededException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ApiLimitExceededException$1 = class ApiLimitExceededException extends AppSyn
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ApiLimitExceededException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class BadRequestException extends AppSyncServiceException {
|
|
169
169
|
name = "BadRequestException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
reason;
|
|
@@ -180,8 +180,8 @@ let BadRequestException$1 = class BadRequestException extends AppSyncServiceExce
|
|
|
180
180
|
this.reason = opts.reason;
|
|
181
181
|
this.detail = opts.detail;
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class InternalFailureException extends AppSyncServiceException {
|
|
185
185
|
name = "InternalFailureException";
|
|
186
186
|
$fault = "server";
|
|
187
187
|
constructor(opts) {
|
|
@@ -192,8 +192,8 @@ let InternalFailureException$1 = class InternalFailureException extends AppSyncS
|
|
|
192
192
|
});
|
|
193
193
|
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class NotFoundException extends AppSyncServiceException {
|
|
197
197
|
name = "NotFoundException";
|
|
198
198
|
$fault = "client";
|
|
199
199
|
constructor(opts) {
|
|
@@ -204,8 +204,8 @@ let NotFoundException$1 = class NotFoundException extends AppSyncServiceExceptio
|
|
|
204
204
|
});
|
|
205
205
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
206
206
|
}
|
|
207
|
-
}
|
|
208
|
-
|
|
207
|
+
}
|
|
208
|
+
class ConcurrentModificationException extends AppSyncServiceException {
|
|
209
209
|
name = "ConcurrentModificationException";
|
|
210
210
|
$fault = "client";
|
|
211
211
|
constructor(opts) {
|
|
@@ -216,8 +216,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
216
216
|
});
|
|
217
217
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
218
218
|
}
|
|
219
|
-
}
|
|
220
|
-
|
|
219
|
+
}
|
|
220
|
+
class LimitExceededException extends AppSyncServiceException {
|
|
221
221
|
name = "LimitExceededException";
|
|
222
222
|
$fault = "client";
|
|
223
223
|
constructor(opts) {
|
|
@@ -228,8 +228,8 @@ let LimitExceededException$1 = class LimitExceededException extends AppSyncServi
|
|
|
228
228
|
});
|
|
229
229
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
230
230
|
}
|
|
231
|
-
}
|
|
232
|
-
|
|
231
|
+
}
|
|
232
|
+
class UnauthorizedException extends AppSyncServiceException {
|
|
233
233
|
name = "UnauthorizedException";
|
|
234
234
|
$fault = "client";
|
|
235
235
|
constructor(opts) {
|
|
@@ -240,8 +240,8 @@ let UnauthorizedException$1 = class UnauthorizedException extends AppSyncService
|
|
|
240
240
|
});
|
|
241
241
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
242
242
|
}
|
|
243
|
-
}
|
|
244
|
-
|
|
243
|
+
}
|
|
244
|
+
class ServiceQuotaExceededException extends AppSyncServiceException {
|
|
245
245
|
name = "ServiceQuotaExceededException";
|
|
246
246
|
$fault = "client";
|
|
247
247
|
constructor(opts) {
|
|
@@ -252,8 +252,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
252
252
|
});
|
|
253
253
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
254
254
|
}
|
|
255
|
-
}
|
|
256
|
-
|
|
255
|
+
}
|
|
256
|
+
class ConflictException extends AppSyncServiceException {
|
|
257
257
|
name = "ConflictException";
|
|
258
258
|
$fault = "client";
|
|
259
259
|
constructor(opts) {
|
|
@@ -264,8 +264,8 @@ let ConflictException$1 = class ConflictException extends AppSyncServiceExceptio
|
|
|
264
264
|
});
|
|
265
265
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
266
266
|
}
|
|
267
|
-
}
|
|
268
|
-
|
|
267
|
+
}
|
|
268
|
+
class GraphQLSchemaException extends AppSyncServiceException {
|
|
269
269
|
name = "GraphQLSchemaException";
|
|
270
270
|
$fault = "client";
|
|
271
271
|
constructor(opts) {
|
|
@@ -276,7 +276,7 @@ let GraphQLSchemaException$1 = class GraphQLSchemaException extends AppSyncServi
|
|
|
276
276
|
});
|
|
277
277
|
Object.setPrototypeOf(this, GraphQLSchemaException.prototype);
|
|
278
278
|
}
|
|
279
|
-
}
|
|
279
|
+
}
|
|
280
280
|
|
|
281
281
|
const _A = "Api";
|
|
282
282
|
const _AA = "ApiAssociation";
|
|
@@ -801,26 +801,26 @@ const _vi = "visibility";
|
|
|
801
801
|
const _wWAA = "wafWebAclArn";
|
|
802
802
|
const _xE = "xrayEnabled";
|
|
803
803
|
const n0 = "com.amazonaws.appsync";
|
|
804
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
805
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
806
|
-
var AdditionalAuthenticationProvider = [
|
|
804
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
805
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
806
|
+
var AdditionalAuthenticationProvider$ = [
|
|
807
807
|
3,
|
|
808
808
|
n0,
|
|
809
809
|
_AAP,
|
|
810
810
|
0,
|
|
811
811
|
[_aT, _oIDCC, _uPC, _lAC],
|
|
812
|
-
[0, () => OpenIDConnectConfig
|
|
812
|
+
[0, () => OpenIDConnectConfig$, () => CognitoUserPoolConfig$, () => LambdaAuthorizerConfig$],
|
|
813
813
|
];
|
|
814
|
-
var Api = [
|
|
814
|
+
var Api$ = [
|
|
815
815
|
3,
|
|
816
816
|
n0,
|
|
817
817
|
_A,
|
|
818
818
|
0,
|
|
819
819
|
[_aI, _n, _oC, _t, _d, _aA, _cr, _xE, _wWAA, _eC],
|
|
820
|
-
[0, 0, 0, 128 | 0, 128 | 0, 0, 4, 2, 0, () => EventConfig],
|
|
820
|
+
[0, 0, 0, 128 | 0, 128 | 0, 0, 4, 2, 0, () => EventConfig$],
|
|
821
821
|
];
|
|
822
|
-
var ApiAssociation = [3, n0, _AA, 0, [_dN, _aI, _aS, _dD], [0, 0, 0, 0]];
|
|
823
|
-
var ApiCache = [
|
|
822
|
+
var ApiAssociation$ = [3, n0, _AA, 0, [_dN, _aI, _aS, _dD], [0, 0, 0, 0]];
|
|
823
|
+
var ApiCache$ = [
|
|
824
824
|
3,
|
|
825
825
|
n0,
|
|
826
826
|
_AC,
|
|
@@ -828,10 +828,10 @@ var ApiCache = [
|
|
|
828
828
|
[_tt, _aCB, _tEE, _aREE, _ty, _s, _hMC],
|
|
829
829
|
[1, 0, 2, 2, 0, 0, 0],
|
|
830
830
|
];
|
|
831
|
-
var ApiKey = [3, n0, _AK, 0, [_i, _de, _ex, _del], [0, 0, 1, 1]];
|
|
832
|
-
var ApiKeyLimitExceededException = [-3, n0, _AKLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
833
|
-
schema.TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException
|
|
834
|
-
var ApiKeyValidityOutOfBoundsException = [
|
|
831
|
+
var ApiKey$ = [3, n0, _AK, 0, [_i, _de, _ex, _del], [0, 0, 1, 1]];
|
|
832
|
+
var ApiKeyLimitExceededException$ = [-3, n0, _AKLEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
833
|
+
schema.TypeRegistry.for(n0).registerError(ApiKeyLimitExceededException$, ApiKeyLimitExceededException);
|
|
834
|
+
var ApiKeyValidityOutOfBoundsException$ = [
|
|
835
835
|
-3,
|
|
836
836
|
n0,
|
|
837
837
|
_AKVOOBE,
|
|
@@ -839,83 +839,83 @@ var ApiKeyValidityOutOfBoundsException = [
|
|
|
839
839
|
[_m],
|
|
840
840
|
[0],
|
|
841
841
|
];
|
|
842
|
-
schema.TypeRegistry.for(n0).registerError(ApiKeyValidityOutOfBoundsException
|
|
843
|
-
var ApiLimitExceededException = [-3, n0, _ALEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
844
|
-
schema.TypeRegistry.for(n0).registerError(ApiLimitExceededException
|
|
845
|
-
var AppSyncRuntime = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
846
|
-
var AssociateApiRequest = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
847
|
-
var AssociateApiResponse = [3, n0, _AARs, 0, [_aAp], [() => ApiAssociation]];
|
|
848
|
-
var AssociateMergedGraphqlApiRequest = [
|
|
842
|
+
schema.TypeRegistry.for(n0).registerError(ApiKeyValidityOutOfBoundsException$, ApiKeyValidityOutOfBoundsException);
|
|
843
|
+
var ApiLimitExceededException$ = [-3, n0, _ALEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
844
|
+
schema.TypeRegistry.for(n0).registerError(ApiLimitExceededException$, ApiLimitExceededException);
|
|
845
|
+
var AppSyncRuntime$ = [3, n0, _ASR, 0, [_n, _rV], [0, 0]];
|
|
846
|
+
var AssociateApiRequest$ = [3, n0, _AAR, 0, [_dN, _aI], [[0, 1], 0]];
|
|
847
|
+
var AssociateApiResponse$ = [3, n0, _AARs, 0, [_aAp], [() => ApiAssociation$]];
|
|
848
|
+
var AssociateMergedGraphqlApiRequest$ = [
|
|
849
849
|
3,
|
|
850
850
|
n0,
|
|
851
851
|
_AMGAR,
|
|
852
852
|
0,
|
|
853
853
|
[_sAI, _mAI, _de, _sAAC],
|
|
854
|
-
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
854
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig$],
|
|
855
855
|
];
|
|
856
|
-
var AssociateMergedGraphqlApiResponse = [
|
|
856
|
+
var AssociateMergedGraphqlApiResponse$ = [
|
|
857
857
|
3,
|
|
858
858
|
n0,
|
|
859
859
|
_AMGARs,
|
|
860
860
|
0,
|
|
861
861
|
[_sAA],
|
|
862
|
-
[() => SourceApiAssociation],
|
|
862
|
+
[() => SourceApiAssociation$],
|
|
863
863
|
];
|
|
864
|
-
var AssociateSourceGraphqlApiRequest = [
|
|
864
|
+
var AssociateSourceGraphqlApiRequest$ = [
|
|
865
865
|
3,
|
|
866
866
|
n0,
|
|
867
867
|
_ASGAR,
|
|
868
868
|
0,
|
|
869
869
|
[_mAI, _sAI, _de, _sAAC],
|
|
870
|
-
[[0, 1], 0, 0, () => SourceApiAssociationConfig],
|
|
870
|
+
[[0, 1], 0, 0, () => SourceApiAssociationConfig$],
|
|
871
871
|
];
|
|
872
|
-
var AssociateSourceGraphqlApiResponse = [
|
|
872
|
+
var AssociateSourceGraphqlApiResponse$ = [
|
|
873
873
|
3,
|
|
874
874
|
n0,
|
|
875
875
|
_ASGARs,
|
|
876
876
|
0,
|
|
877
877
|
[_sAA],
|
|
878
|
-
[() => SourceApiAssociation],
|
|
878
|
+
[() => SourceApiAssociation$],
|
|
879
879
|
];
|
|
880
|
-
var AuthMode = [3, n0, _AM, 0, [_aTu], [0]];
|
|
881
|
-
var AuthorizationConfig = [3, n0, _ACu, 0, [_aTut, _aIC], [0, () => AwsIamConfig]];
|
|
882
|
-
var AuthProvider = [
|
|
880
|
+
var AuthMode$ = [3, n0, _AM, 0, [_aTu], [0]];
|
|
881
|
+
var AuthorizationConfig$ = [3, n0, _ACu, 0, [_aTut, _aIC], [0, () => AwsIamConfig$]];
|
|
882
|
+
var AuthProvider$ = [
|
|
883
883
|
3,
|
|
884
884
|
n0,
|
|
885
885
|
_AP,
|
|
886
886
|
0,
|
|
887
887
|
[_aTu, _cC, _oIDCC, _lAC],
|
|
888
|
-
[0, () => CognitoConfig
|
|
888
|
+
[0, () => CognitoConfig$, () => OpenIDConnectConfig$, () => LambdaAuthorizerConfig$],
|
|
889
889
|
];
|
|
890
|
-
var AwsIamConfig = [3, n0, _AIC, 0, [_sR, _sSN], [0, 0]];
|
|
891
|
-
var BadRequestDetail = [3, n0, _BRD, 0, [_cE], [() => CodeErrors]];
|
|
892
|
-
var BadRequestException = [
|
|
890
|
+
var AwsIamConfig$ = [3, n0, _AIC, 0, [_sR, _sSN], [0, 0]];
|
|
891
|
+
var BadRequestDetail$ = [3, n0, _BRD, 0, [_cE], [() => CodeErrors]];
|
|
892
|
+
var BadRequestException$ = [
|
|
893
893
|
-3,
|
|
894
894
|
n0,
|
|
895
895
|
_BRE,
|
|
896
896
|
{ [_e]: _c, [_hE]: 400 },
|
|
897
897
|
[_m, _r, _det],
|
|
898
|
-
[0, 0, () => BadRequestDetail],
|
|
898
|
+
[0, 0, () => BadRequestDetail$],
|
|
899
899
|
];
|
|
900
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException
|
|
901
|
-
var CachingConfig = [3, n0, _CC, 0, [_tt, _cK], [1, 64 | 0]];
|
|
902
|
-
var ChannelNamespace = [
|
|
900
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
901
|
+
var CachingConfig$ = [3, n0, _CC, 0, [_tt, _cK], [1, 64 | 0]];
|
|
902
|
+
var ChannelNamespace$ = [
|
|
903
903
|
3,
|
|
904
904
|
n0,
|
|
905
905
|
_CN,
|
|
906
906
|
0,
|
|
907
907
|
[_aI, _n, _sAM, _pAM, _cH, _t, _cNA, _cr, _lM, _hC],
|
|
908
|
-
[0, 0, () => AuthModes, () => AuthModes, 0, 128 | 0, 0, 4, 4, () => HandlerConfigs],
|
|
909
|
-
];
|
|
910
|
-
var CodeError = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLocation]];
|
|
911
|
-
var CodeErrorLocation = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
912
|
-
var CognitoConfig = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
913
|
-
var CognitoUserPoolConfig = [3, n0, _CUPC, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
914
|
-
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
915
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
916
|
-
var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
917
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
918
|
-
var CreateApiCacheRequest = [
|
|
908
|
+
[0, 0, () => AuthModes, () => AuthModes, 0, 128 | 0, 0, 4, 4, () => HandlerConfigs$],
|
|
909
|
+
];
|
|
910
|
+
var CodeError$ = [3, n0, _CE, 0, [_eT, _v, _l], [0, 0, () => CodeErrorLocation$]];
|
|
911
|
+
var CodeErrorLocation$ = [3, n0, _CEL, 0, [_li, _co, _sp], [1, 1, 1]];
|
|
912
|
+
var CognitoConfig$ = [3, n0, _CCo, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
913
|
+
var CognitoUserPoolConfig$ = [3, n0, _CUPC, 0, [_uPI, _aR, _aICR], [0, 0, 0]];
|
|
914
|
+
var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
915
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
916
|
+
var ConflictException$ = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
917
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
918
|
+
var CreateApiCacheRequest$ = [
|
|
919
919
|
3,
|
|
920
920
|
n0,
|
|
921
921
|
_CACR,
|
|
@@ -923,28 +923,35 @@ var CreateApiCacheRequest = [
|
|
|
923
923
|
[_aI, _tt, _tEE, _aREE, _aCB, _ty, _hMC],
|
|
924
924
|
[[0, 1], 1, 2, 2, 0, 0, 0],
|
|
925
925
|
];
|
|
926
|
-
var CreateApiCacheResponse = [3, n0, _CACRr, 0, [_aC], [() => ApiCache]];
|
|
927
|
-
var CreateApiKeyRequest = [3, n0, _CAKR, 0, [_aI, _de, _ex], [[0, 1], 0, 1]];
|
|
928
|
-
var CreateApiKeyResponse = [3, n0, _CAKRr, 0, [_aK], [() => ApiKey]];
|
|
929
|
-
var CreateApiRequest = [
|
|
926
|
+
var CreateApiCacheResponse$ = [3, n0, _CACRr, 0, [_aC], [() => ApiCache$]];
|
|
927
|
+
var CreateApiKeyRequest$ = [3, n0, _CAKR, 0, [_aI, _de, _ex], [[0, 1], 0, 1]];
|
|
928
|
+
var CreateApiKeyResponse$ = [3, n0, _CAKRr, 0, [_aK], [() => ApiKey$]];
|
|
929
|
+
var CreateApiRequest$ = [
|
|
930
930
|
3,
|
|
931
931
|
n0,
|
|
932
932
|
_CAR,
|
|
933
933
|
0,
|
|
934
934
|
[_n, _oC, _t, _eC],
|
|
935
|
-
[0, 0, 128 | 0, () => EventConfig],
|
|
935
|
+
[0, 0, 128 | 0, () => EventConfig$],
|
|
936
936
|
];
|
|
937
|
-
var CreateApiResponse = [3, n0, _CARr, 0, [_a], [() => Api]];
|
|
938
|
-
var CreateChannelNamespaceRequest = [
|
|
937
|
+
var CreateApiResponse$ = [3, n0, _CARr, 0, [_a], [() => Api$]];
|
|
938
|
+
var CreateChannelNamespaceRequest$ = [
|
|
939
939
|
3,
|
|
940
940
|
n0,
|
|
941
941
|
_CCNR,
|
|
942
942
|
0,
|
|
943
943
|
[_aI, _n, _sAM, _pAM, _cH, _t, _hC],
|
|
944
|
-
[[0, 1], 0, () => AuthModes, () => AuthModes, 0, 128 | 0, () => HandlerConfigs],
|
|
944
|
+
[[0, 1], 0, () => AuthModes, () => AuthModes, 0, 128 | 0, () => HandlerConfigs$],
|
|
945
|
+
];
|
|
946
|
+
var CreateChannelNamespaceResponse$ = [
|
|
947
|
+
3,
|
|
948
|
+
n0,
|
|
949
|
+
_CCNRr,
|
|
950
|
+
0,
|
|
951
|
+
[_cN],
|
|
952
|
+
[() => ChannelNamespace$],
|
|
945
953
|
];
|
|
946
|
-
var
|
|
947
|
-
var CreateDataSourceRequest = [
|
|
954
|
+
var CreateDataSourceRequest$ = [
|
|
948
955
|
3,
|
|
949
956
|
n0,
|
|
950
957
|
_CDSR,
|
|
@@ -956,29 +963,29 @@ var CreateDataSourceRequest = [
|
|
|
956
963
|
0,
|
|
957
964
|
0,
|
|
958
965
|
0,
|
|
959
|
-
() => DynamodbDataSourceConfig
|
|
960
|
-
() => LambdaDataSourceConfig
|
|
961
|
-
() => ElasticsearchDataSourceConfig
|
|
962
|
-
() => OpenSearchServiceDataSourceConfig
|
|
963
|
-
() => HttpDataSourceConfig
|
|
964
|
-
() => RelationalDatabaseDataSourceConfig
|
|
965
|
-
() => EventBridgeDataSourceConfig
|
|
966
|
+
() => DynamodbDataSourceConfig$,
|
|
967
|
+
() => LambdaDataSourceConfig$,
|
|
968
|
+
() => ElasticsearchDataSourceConfig$,
|
|
969
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
970
|
+
() => HttpDataSourceConfig$,
|
|
971
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
972
|
+
() => EventBridgeDataSourceConfig$,
|
|
966
973
|
0,
|
|
967
974
|
],
|
|
968
975
|
];
|
|
969
|
-
var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_dS], [() => DataSource]];
|
|
970
|
-
var CreateDomainNameRequest = [3, n0, _CDNR, 0, [_dN, _cA, _de, _t], [0, 0, 0, 128 | 0]];
|
|
971
|
-
var CreateDomainNameResponse = [3, n0, _CDNRr, 0, [_dNC], [() => DomainNameConfig]];
|
|
972
|
-
var CreateFunctionRequest = [
|
|
976
|
+
var CreateDataSourceResponse$ = [3, n0, _CDSRr, 0, [_dS], [() => DataSource$]];
|
|
977
|
+
var CreateDomainNameRequest$ = [3, n0, _CDNR, 0, [_dN, _cA, _de, _t], [0, 0, 0, 128 | 0]];
|
|
978
|
+
var CreateDomainNameResponse$ = [3, n0, _CDNRr, 0, [_dNC], [() => DomainNameConfig$]];
|
|
979
|
+
var CreateFunctionRequest$ = [
|
|
973
980
|
3,
|
|
974
981
|
n0,
|
|
975
982
|
_CFR,
|
|
976
983
|
0,
|
|
977
984
|
[_aI, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
978
|
-
[[0, 1], 0, 0, 0, 0, 0, 0, () => SyncConfig
|
|
985
|
+
[[0, 1], 0, 0, 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
979
986
|
];
|
|
980
|
-
var CreateFunctionResponse = [3, n0, _CFRr, 0, [_fC], [() => FunctionConfiguration]];
|
|
981
|
-
var CreateGraphqlApiRequest = [
|
|
987
|
+
var CreateFunctionResponse$ = [3, n0, _CFRr, 0, [_fC], [() => FunctionConfiguration$]];
|
|
988
|
+
var CreateGraphqlApiRequest$ = [
|
|
982
989
|
3,
|
|
983
990
|
n0,
|
|
984
991
|
_CGAR,
|
|
@@ -986,14 +993,14 @@ var CreateGraphqlApiRequest = [
|
|
|
986
993
|
[_n, _lCo, _aT, _uPC, _oIDCC, _t, _aAP, _xE, _lAC, _aTp, _mAERA, _vi, _oC, _iC, _qDL, _rCL, _eMC],
|
|
987
994
|
[
|
|
988
995
|
0,
|
|
989
|
-
() => LogConfig
|
|
996
|
+
() => LogConfig$,
|
|
990
997
|
0,
|
|
991
|
-
() => UserPoolConfig
|
|
992
|
-
() => OpenIDConnectConfig
|
|
998
|
+
() => UserPoolConfig$,
|
|
999
|
+
() => OpenIDConnectConfig$,
|
|
993
1000
|
128 | 0,
|
|
994
1001
|
() => AdditionalAuthenticationProviders,
|
|
995
1002
|
2,
|
|
996
|
-
() => LambdaAuthorizerConfig
|
|
1003
|
+
() => LambdaAuthorizerConfig$,
|
|
997
1004
|
0,
|
|
998
1005
|
0,
|
|
999
1006
|
0,
|
|
@@ -1001,11 +1008,11 @@ var CreateGraphqlApiRequest = [
|
|
|
1001
1008
|
0,
|
|
1002
1009
|
1,
|
|
1003
1010
|
1,
|
|
1004
|
-
() => EnhancedMetricsConfig
|
|
1011
|
+
() => EnhancedMetricsConfig$,
|
|
1005
1012
|
],
|
|
1006
1013
|
];
|
|
1007
|
-
var CreateGraphqlApiResponse = [3, n0, _CGARr, 0, [_gA], [() => GraphqlApi]];
|
|
1008
|
-
var CreateResolverRequest = [
|
|
1014
|
+
var CreateGraphqlApiResponse$ = [3, n0, _CGARr, 0, [_gA], [() => GraphqlApi$]];
|
|
1015
|
+
var CreateResolverRequest$ = [
|
|
1009
1016
|
3,
|
|
1010
1017
|
n0,
|
|
1011
1018
|
_CRR,
|
|
@@ -1019,19 +1026,19 @@ var CreateResolverRequest = [
|
|
|
1019
1026
|
0,
|
|
1020
1027
|
0,
|
|
1021
1028
|
0,
|
|
1022
|
-
() => PipelineConfig
|
|
1023
|
-
() => SyncConfig
|
|
1024
|
-
() => CachingConfig
|
|
1029
|
+
() => PipelineConfig$,
|
|
1030
|
+
() => SyncConfig$,
|
|
1031
|
+
() => CachingConfig$,
|
|
1025
1032
|
1,
|
|
1026
|
-
() => AppSyncRuntime
|
|
1033
|
+
() => AppSyncRuntime$,
|
|
1027
1034
|
0,
|
|
1028
1035
|
0,
|
|
1029
1036
|
],
|
|
1030
1037
|
];
|
|
1031
|
-
var CreateResolverResponse = [3, n0, _CRRr, 0, [_re], [() => Resolver]];
|
|
1032
|
-
var CreateTypeRequest = [3, n0, _CTR, 0, [_aI, _def, _f], [[0, 1], 0, 0]];
|
|
1033
|
-
var CreateTypeResponse = [3, n0, _CTRr, 0, [_ty], [() => Type]];
|
|
1034
|
-
var DataSource = [
|
|
1038
|
+
var CreateResolverResponse$ = [3, n0, _CRRr, 0, [_re], [() => Resolver$]];
|
|
1039
|
+
var CreateTypeRequest$ = [3, n0, _CTR, 0, [_aI, _def, _f], [[0, 1], 0, 0]];
|
|
1040
|
+
var CreateTypeResponse$ = [3, n0, _CTRr, 0, [_ty], [() => Type$]];
|
|
1041
|
+
var DataSource$ = [
|
|
1035
1042
|
3,
|
|
1036
1043
|
n0,
|
|
1037
1044
|
_DS,
|
|
@@ -1043,17 +1050,17 @@ var DataSource = [
|
|
|
1043
1050
|
0,
|
|
1044
1051
|
0,
|
|
1045
1052
|
0,
|
|
1046
|
-
() => DynamodbDataSourceConfig
|
|
1047
|
-
() => LambdaDataSourceConfig
|
|
1048
|
-
() => ElasticsearchDataSourceConfig
|
|
1049
|
-
() => OpenSearchServiceDataSourceConfig
|
|
1050
|
-
() => HttpDataSourceConfig
|
|
1051
|
-
() => RelationalDatabaseDataSourceConfig
|
|
1052
|
-
() => EventBridgeDataSourceConfig
|
|
1053
|
+
() => DynamodbDataSourceConfig$,
|
|
1054
|
+
() => LambdaDataSourceConfig$,
|
|
1055
|
+
() => ElasticsearchDataSourceConfig$,
|
|
1056
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
1057
|
+
() => HttpDataSourceConfig$,
|
|
1058
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
1059
|
+
() => EventBridgeDataSourceConfig$,
|
|
1053
1060
|
0,
|
|
1054
1061
|
],
|
|
1055
1062
|
];
|
|
1056
|
-
var DataSourceIntrospectionModel = [
|
|
1063
|
+
var DataSourceIntrospectionModel$ = [
|
|
1057
1064
|
3,
|
|
1058
1065
|
n0,
|
|
1059
1066
|
_DSIM,
|
|
@@ -1062,29 +1069,29 @@ var DataSourceIntrospectionModel = [
|
|
|
1062
1069
|
[
|
|
1063
1070
|
0,
|
|
1064
1071
|
() => DataSourceIntrospectionModelFields,
|
|
1065
|
-
() => DataSourceIntrospectionModelIndex
|
|
1072
|
+
() => DataSourceIntrospectionModelIndex$,
|
|
1066
1073
|
() => DataSourceIntrospectionModelIndexes,
|
|
1067
1074
|
0,
|
|
1068
1075
|
],
|
|
1069
1076
|
];
|
|
1070
|
-
var DataSourceIntrospectionModelField = [
|
|
1077
|
+
var DataSourceIntrospectionModelField$ = [
|
|
1071
1078
|
3,
|
|
1072
1079
|
n0,
|
|
1073
1080
|
_DSIMF,
|
|
1074
1081
|
0,
|
|
1075
1082
|
[_n, _ty, _le],
|
|
1076
|
-
[0, () => DataSourceIntrospectionModelFieldType
|
|
1083
|
+
[0, () => DataSourceIntrospectionModelFieldType$, 1],
|
|
1077
1084
|
];
|
|
1078
|
-
var DataSourceIntrospectionModelFieldType = [
|
|
1085
|
+
var DataSourceIntrospectionModelFieldType$ = [
|
|
1079
1086
|
3,
|
|
1080
1087
|
n0,
|
|
1081
1088
|
_DSIMFT,
|
|
1082
1089
|
0,
|
|
1083
1090
|
[_k, _n, _ty, _va],
|
|
1084
|
-
[0, 0, () => DataSourceIntrospectionModelFieldType
|
|
1091
|
+
[0, 0, () => DataSourceIntrospectionModelFieldType$, 64 | 0],
|
|
1085
1092
|
];
|
|
1086
|
-
var DataSourceIntrospectionModelIndex = [3, n0, _DSIMI, 0, [_n, _fi], [0, 64 | 0]];
|
|
1087
|
-
var DataSourceIntrospectionResult = [
|
|
1093
|
+
var DataSourceIntrospectionModelIndex$ = [3, n0, _DSIMI, 0, [_n, _fi], [0, 64 | 0]];
|
|
1094
|
+
var DataSourceIntrospectionResult$ = [
|
|
1088
1095
|
3,
|
|
1089
1096
|
n0,
|
|
1090
1097
|
_DSIR,
|
|
@@ -1092,9 +1099,9 @@ var DataSourceIntrospectionResult = [
|
|
|
1092
1099
|
[_mo, _nT],
|
|
1093
1100
|
[() => DataSourceIntrospectionModels, 0],
|
|
1094
1101
|
];
|
|
1095
|
-
var DeleteApiCacheRequest = [3, n0, _DACR, 0, [_aI], [[0, 1]]];
|
|
1096
|
-
var DeleteApiCacheResponse = [3, n0, _DACRe, 0, [], []];
|
|
1097
|
-
var DeleteApiKeyRequest = [
|
|
1102
|
+
var DeleteApiCacheRequest$ = [3, n0, _DACR, 0, [_aI], [[0, 1]]];
|
|
1103
|
+
var DeleteApiCacheResponse$ = [3, n0, _DACRe, 0, [], []];
|
|
1104
|
+
var DeleteApiKeyRequest$ = [
|
|
1098
1105
|
3,
|
|
1099
1106
|
n0,
|
|
1100
1107
|
_DAKR,
|
|
@@ -1105,10 +1112,10 @@ var DeleteApiKeyRequest = [
|
|
|
1105
1112
|
[0, 1],
|
|
1106
1113
|
],
|
|
1107
1114
|
];
|
|
1108
|
-
var DeleteApiKeyResponse = [3, n0, _DAKRe, 0, [], []];
|
|
1109
|
-
var DeleteApiRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
1110
|
-
var DeleteApiResponse = [3, n0, _DARe, 0, [], []];
|
|
1111
|
-
var DeleteChannelNamespaceRequest = [
|
|
1115
|
+
var DeleteApiKeyResponse$ = [3, n0, _DAKRe, 0, [], []];
|
|
1116
|
+
var DeleteApiRequest$ = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
1117
|
+
var DeleteApiResponse$ = [3, n0, _DARe, 0, [], []];
|
|
1118
|
+
var DeleteChannelNamespaceRequest$ = [
|
|
1112
1119
|
3,
|
|
1113
1120
|
n0,
|
|
1114
1121
|
_DCNR,
|
|
@@ -1119,8 +1126,8 @@ var DeleteChannelNamespaceRequest = [
|
|
|
1119
1126
|
[0, 1],
|
|
1120
1127
|
],
|
|
1121
1128
|
];
|
|
1122
|
-
var DeleteChannelNamespaceResponse = [3, n0, _DCNRe, 0, [], []];
|
|
1123
|
-
var DeleteDataSourceRequest = [
|
|
1129
|
+
var DeleteChannelNamespaceResponse$ = [3, n0, _DCNRe, 0, [], []];
|
|
1130
|
+
var DeleteDataSourceRequest$ = [
|
|
1124
1131
|
3,
|
|
1125
1132
|
n0,
|
|
1126
1133
|
_DDSR,
|
|
@@ -1131,10 +1138,10 @@ var DeleteDataSourceRequest = [
|
|
|
1131
1138
|
[0, 1],
|
|
1132
1139
|
],
|
|
1133
1140
|
];
|
|
1134
|
-
var DeleteDataSourceResponse = [3, n0, _DDSRe, 0, [], []];
|
|
1135
|
-
var DeleteDomainNameRequest = [3, n0, _DDNR, 0, [_dN], [[0, 1]]];
|
|
1136
|
-
var DeleteDomainNameResponse = [3, n0, _DDNRe, 0, [], []];
|
|
1137
|
-
var DeleteFunctionRequest = [
|
|
1141
|
+
var DeleteDataSourceResponse$ = [3, n0, _DDSRe, 0, [], []];
|
|
1142
|
+
var DeleteDomainNameRequest$ = [3, n0, _DDNR, 0, [_dN], [[0, 1]]];
|
|
1143
|
+
var DeleteDomainNameResponse$ = [3, n0, _DDNRe, 0, [], []];
|
|
1144
|
+
var DeleteFunctionRequest$ = [
|
|
1138
1145
|
3,
|
|
1139
1146
|
n0,
|
|
1140
1147
|
_DFR,
|
|
@@ -1145,10 +1152,10 @@ var DeleteFunctionRequest = [
|
|
|
1145
1152
|
[0, 1],
|
|
1146
1153
|
],
|
|
1147
1154
|
];
|
|
1148
|
-
var DeleteFunctionResponse = [3, n0, _DFRe, 0, [], []];
|
|
1149
|
-
var DeleteGraphqlApiRequest = [3, n0, _DGAR, 0, [_aI], [[0, 1]]];
|
|
1150
|
-
var DeleteGraphqlApiResponse = [3, n0, _DGARe, 0, [], []];
|
|
1151
|
-
var DeleteResolverRequest = [
|
|
1155
|
+
var DeleteFunctionResponse$ = [3, n0, _DFRe, 0, [], []];
|
|
1156
|
+
var DeleteGraphqlApiRequest$ = [3, n0, _DGAR, 0, [_aI], [[0, 1]]];
|
|
1157
|
+
var DeleteGraphqlApiResponse$ = [3, n0, _DGARe, 0, [], []];
|
|
1158
|
+
var DeleteResolverRequest$ = [
|
|
1152
1159
|
3,
|
|
1153
1160
|
n0,
|
|
1154
1161
|
_DRR,
|
|
@@ -1160,8 +1167,8 @@ var DeleteResolverRequest = [
|
|
|
1160
1167
|
[0, 1],
|
|
1161
1168
|
],
|
|
1162
1169
|
];
|
|
1163
|
-
var DeleteResolverResponse = [3, n0, _DRRe, 0, [], []];
|
|
1164
|
-
var DeleteTypeRequest = [
|
|
1170
|
+
var DeleteResolverResponse$ = [3, n0, _DRRe, 0, [], []];
|
|
1171
|
+
var DeleteTypeRequest$ = [
|
|
1165
1172
|
3,
|
|
1166
1173
|
n0,
|
|
1167
1174
|
_DTR,
|
|
@@ -1172,11 +1179,11 @@ var DeleteTypeRequest = [
|
|
|
1172
1179
|
[0, 1],
|
|
1173
1180
|
],
|
|
1174
1181
|
];
|
|
1175
|
-
var DeleteTypeResponse = [3, n0, _DTRe, 0, [], []];
|
|
1176
|
-
var DeltaSyncConfig = [3, n0, _DSC, 0, [_bTTTL, _dSTN, _dSTTTL], [1, 0, 1]];
|
|
1177
|
-
var DisassociateApiRequest = [3, n0, _DARi, 0, [_dN], [[0, 1]]];
|
|
1178
|
-
var DisassociateApiResponse = [3, n0, _DARis, 0, [], []];
|
|
1179
|
-
var DisassociateMergedGraphqlApiRequest = [
|
|
1182
|
+
var DeleteTypeResponse$ = [3, n0, _DTRe, 0, [], []];
|
|
1183
|
+
var DeltaSyncConfig$ = [3, n0, _DSC, 0, [_bTTTL, _dSTN, _dSTTTL], [1, 0, 1]];
|
|
1184
|
+
var DisassociateApiRequest$ = [3, n0, _DARi, 0, [_dN], [[0, 1]]];
|
|
1185
|
+
var DisassociateApiResponse$ = [3, n0, _DARis, 0, [], []];
|
|
1186
|
+
var DisassociateMergedGraphqlApiRequest$ = [
|
|
1180
1187
|
3,
|
|
1181
1188
|
n0,
|
|
1182
1189
|
_DMGAR,
|
|
@@ -1187,8 +1194,8 @@ var DisassociateMergedGraphqlApiRequest = [
|
|
|
1187
1194
|
[0, 1],
|
|
1188
1195
|
],
|
|
1189
1196
|
];
|
|
1190
|
-
var DisassociateMergedGraphqlApiResponse = [3, n0, _DMGARi, 0, [_sAAS], [0]];
|
|
1191
|
-
var DisassociateSourceGraphqlApiRequest = [
|
|
1197
|
+
var DisassociateMergedGraphqlApiResponse$ = [3, n0, _DMGARi, 0, [_sAAS], [0]];
|
|
1198
|
+
var DisassociateSourceGraphqlApiRequest$ = [
|
|
1192
1199
|
3,
|
|
1193
1200
|
n0,
|
|
1194
1201
|
_DSGAR,
|
|
@@ -1199,8 +1206,8 @@ var DisassociateSourceGraphqlApiRequest = [
|
|
|
1199
1206
|
[0, 1],
|
|
1200
1207
|
],
|
|
1201
1208
|
];
|
|
1202
|
-
var DisassociateSourceGraphqlApiResponse = [3, n0, _DSGARi, 0, [_sAAS], [0]];
|
|
1203
|
-
var DomainNameConfig = [
|
|
1209
|
+
var DisassociateSourceGraphqlApiResponse$ = [3, n0, _DSGARi, 0, [_sAAS], [0]];
|
|
1210
|
+
var DomainNameConfig$ = [
|
|
1204
1211
|
3,
|
|
1205
1212
|
n0,
|
|
1206
1213
|
_DNC,
|
|
@@ -1208,70 +1215,70 @@ var DomainNameConfig = [
|
|
|
1208
1215
|
[_dN, _de, _cA, _aDN, _hZI, _t, _dNA],
|
|
1209
1216
|
[0, 0, 0, 0, 0, 128 | 0, 0],
|
|
1210
1217
|
];
|
|
1211
|
-
var DynamodbDataSourceConfig = [
|
|
1218
|
+
var DynamodbDataSourceConfig$ = [
|
|
1212
1219
|
3,
|
|
1213
1220
|
n0,
|
|
1214
1221
|
_DDSC,
|
|
1215
1222
|
0,
|
|
1216
1223
|
[_tNa, _aR, _uCC, _dSC, _ve],
|
|
1217
|
-
[0, 0, 2, () => DeltaSyncConfig
|
|
1224
|
+
[0, 0, 2, () => DeltaSyncConfig$, 2],
|
|
1218
1225
|
];
|
|
1219
|
-
var ElasticsearchDataSourceConfig = [3, n0, _EDSC, 0, [_en, _aR], [0, 0]];
|
|
1220
|
-
var EnhancedMetricsConfig = [3, n0, _EMC, 0, [_rLMB, _dSLMB, _oLMC], [0, 0, 0]];
|
|
1221
|
-
var ErrorDetail = [3, n0, _ED, 0, [_m], [0]];
|
|
1222
|
-
var EvaluateCodeErrorDetail = [3, n0, _ECED, 0, [_m, _cE], [0, () => CodeErrors]];
|
|
1223
|
-
var EvaluateCodeRequest = [
|
|
1226
|
+
var ElasticsearchDataSourceConfig$ = [3, n0, _EDSC, 0, [_en, _aR], [0, 0]];
|
|
1227
|
+
var EnhancedMetricsConfig$ = [3, n0, _EMC, 0, [_rLMB, _dSLMB, _oLMC], [0, 0, 0]];
|
|
1228
|
+
var ErrorDetail$ = [3, n0, _ED, 0, [_m], [0]];
|
|
1229
|
+
var EvaluateCodeErrorDetail$ = [3, n0, _ECED, 0, [_m, _cE], [0, () => CodeErrors]];
|
|
1230
|
+
var EvaluateCodeRequest$ = [
|
|
1224
1231
|
3,
|
|
1225
1232
|
n0,
|
|
1226
1233
|
_ECR,
|
|
1227
1234
|
0,
|
|
1228
1235
|
[_ru, _cod, _con, _fu],
|
|
1229
|
-
[() => AppSyncRuntime
|
|
1236
|
+
[() => AppSyncRuntime$, 0, 0, 0],
|
|
1230
1237
|
];
|
|
1231
|
-
var EvaluateCodeResponse = [
|
|
1238
|
+
var EvaluateCodeResponse$ = [
|
|
1232
1239
|
3,
|
|
1233
1240
|
n0,
|
|
1234
1241
|
_ECRv,
|
|
1235
1242
|
0,
|
|
1236
1243
|
[_eR, _e, _lo, _st, _oE],
|
|
1237
|
-
[0, () => EvaluateCodeErrorDetail
|
|
1244
|
+
[0, () => EvaluateCodeErrorDetail$, 64 | 0, 0, 0],
|
|
1238
1245
|
];
|
|
1239
|
-
var EvaluateMappingTemplateRequest = [3, n0, _EMTR, 0, [_te, _con], [0, 0]];
|
|
1240
|
-
var EvaluateMappingTemplateResponse = [
|
|
1246
|
+
var EvaluateMappingTemplateRequest$ = [3, n0, _EMTR, 0, [_te, _con], [0, 0]];
|
|
1247
|
+
var EvaluateMappingTemplateResponse$ = [
|
|
1241
1248
|
3,
|
|
1242
1249
|
n0,
|
|
1243
1250
|
_EMTRv,
|
|
1244
1251
|
0,
|
|
1245
1252
|
[_eR, _e, _lo, _st, _oE],
|
|
1246
|
-
[0, () => ErrorDetail
|
|
1253
|
+
[0, () => ErrorDetail$, 64 | 0, 0, 0],
|
|
1247
1254
|
];
|
|
1248
|
-
var EventBridgeDataSourceConfig = [3, n0, _EBDSC, 0, [_eBA], [0]];
|
|
1249
|
-
var EventConfig = [
|
|
1255
|
+
var EventBridgeDataSourceConfig$ = [3, n0, _EBDSC, 0, [_eBA], [0]];
|
|
1256
|
+
var EventConfig$ = [
|
|
1250
1257
|
3,
|
|
1251
1258
|
n0,
|
|
1252
1259
|
_EC,
|
|
1253
1260
|
0,
|
|
1254
1261
|
[_aP, _cAM, _dPAM, _dSAM, _lCo],
|
|
1255
|
-
[() => AuthProviders, () => AuthModes, () => AuthModes, () => AuthModes, () => EventLogConfig],
|
|
1262
|
+
[() => AuthProviders, () => AuthModes, () => AuthModes, () => AuthModes, () => EventLogConfig$],
|
|
1256
1263
|
];
|
|
1257
|
-
var EventLogConfig = [3, n0, _ELC, 0, [_lL, _cWLRA], [0, 0]];
|
|
1258
|
-
var FlushApiCacheRequest = [3, n0, _FACR, 0, [_aI], [[0, 1]]];
|
|
1259
|
-
var FlushApiCacheResponse = [3, n0, _FACRl, 0, [], []];
|
|
1260
|
-
var FunctionConfiguration = [
|
|
1264
|
+
var EventLogConfig$ = [3, n0, _ELC, 0, [_lL, _cWLRA], [0, 0]];
|
|
1265
|
+
var FlushApiCacheRequest$ = [3, n0, _FACR, 0, [_aI], [[0, 1]]];
|
|
1266
|
+
var FlushApiCacheResponse$ = [3, n0, _FACRl, 0, [], []];
|
|
1267
|
+
var FunctionConfiguration$ = [
|
|
1261
1268
|
3,
|
|
1262
1269
|
n0,
|
|
1263
1270
|
_FC,
|
|
1264
1271
|
0,
|
|
1265
1272
|
[_fI, _fA, _n, _de, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
1266
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => SyncConfig
|
|
1267
|
-
];
|
|
1268
|
-
var GetApiAssociationRequest = [3, n0, _GAAR, 0, [_dN], [[0, 1]]];
|
|
1269
|
-
var GetApiAssociationResponse = [3, n0, _GAARe, 0, [_aAp], [() => ApiAssociation]];
|
|
1270
|
-
var GetApiCacheRequest = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
|
|
1271
|
-
var GetApiCacheResponse = [3, n0, _GACRe, 0, [_aC], [() => ApiCache]];
|
|
1272
|
-
var GetApiRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
1273
|
-
var GetApiResponse = [3, n0, _GARe, 0, [_a], [() => Api]];
|
|
1274
|
-
var GetChannelNamespaceRequest = [
|
|
1273
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
1274
|
+
];
|
|
1275
|
+
var GetApiAssociationRequest$ = [3, n0, _GAAR, 0, [_dN], [[0, 1]]];
|
|
1276
|
+
var GetApiAssociationResponse$ = [3, n0, _GAARe, 0, [_aAp], [() => ApiAssociation$]];
|
|
1277
|
+
var GetApiCacheRequest$ = [3, n0, _GACR, 0, [_aI], [[0, 1]]];
|
|
1278
|
+
var GetApiCacheResponse$ = [3, n0, _GACRe, 0, [_aC], [() => ApiCache$]];
|
|
1279
|
+
var GetApiRequest$ = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
1280
|
+
var GetApiResponse$ = [3, n0, _GARe, 0, [_a], [() => Api$]];
|
|
1281
|
+
var GetChannelNamespaceRequest$ = [
|
|
1275
1282
|
3,
|
|
1276
1283
|
n0,
|
|
1277
1284
|
_GCNR,
|
|
@@ -1282,8 +1289,8 @@ var GetChannelNamespaceRequest = [
|
|
|
1282
1289
|
[0, 1],
|
|
1283
1290
|
],
|
|
1284
1291
|
];
|
|
1285
|
-
var GetChannelNamespaceResponse = [3, n0, _GCNRe, 0, [_cN], [() => ChannelNamespace]];
|
|
1286
|
-
var GetDataSourceIntrospectionRequest = [
|
|
1292
|
+
var GetChannelNamespaceResponse$ = [3, n0, _GCNRe, 0, [_cN], [() => ChannelNamespace$]];
|
|
1293
|
+
var GetDataSourceIntrospectionRequest$ = [
|
|
1287
1294
|
3,
|
|
1288
1295
|
n0,
|
|
1289
1296
|
_GDSIR,
|
|
@@ -1296,15 +1303,15 @@ var GetDataSourceIntrospectionRequest = [
|
|
|
1296
1303
|
[1, { [_hQ]: _mR }],
|
|
1297
1304
|
],
|
|
1298
1305
|
];
|
|
1299
|
-
var GetDataSourceIntrospectionResponse = [
|
|
1306
|
+
var GetDataSourceIntrospectionResponse$ = [
|
|
1300
1307
|
3,
|
|
1301
1308
|
n0,
|
|
1302
1309
|
_GDSIRe,
|
|
1303
1310
|
0,
|
|
1304
1311
|
[_iI, _iS, _iSD, _iR],
|
|
1305
|
-
[0, 0, 0, () => DataSourceIntrospectionResult],
|
|
1312
|
+
[0, 0, 0, () => DataSourceIntrospectionResult$],
|
|
1306
1313
|
];
|
|
1307
|
-
var GetDataSourceRequest = [
|
|
1314
|
+
var GetDataSourceRequest$ = [
|
|
1308
1315
|
3,
|
|
1309
1316
|
n0,
|
|
1310
1317
|
_GDSR,
|
|
@@ -1315,10 +1322,10 @@ var GetDataSourceRequest = [
|
|
|
1315
1322
|
[0, 1],
|
|
1316
1323
|
],
|
|
1317
1324
|
];
|
|
1318
|
-
var GetDataSourceResponse = [3, n0, _GDSRe, 0, [_dS], [() => DataSource]];
|
|
1319
|
-
var GetDomainNameRequest = [3, n0, _GDNR, 0, [_dN], [[0, 1]]];
|
|
1320
|
-
var GetDomainNameResponse = [3, n0, _GDNRe, 0, [_dNC], [() => DomainNameConfig]];
|
|
1321
|
-
var GetFunctionRequest = [
|
|
1325
|
+
var GetDataSourceResponse$ = [3, n0, _GDSRe, 0, [_dS], [() => DataSource$]];
|
|
1326
|
+
var GetDomainNameRequest$ = [3, n0, _GDNR, 0, [_dN], [[0, 1]]];
|
|
1327
|
+
var GetDomainNameResponse$ = [3, n0, _GDNRe, 0, [_dNC], [() => DomainNameConfig$]];
|
|
1328
|
+
var GetFunctionRequest$ = [
|
|
1322
1329
|
3,
|
|
1323
1330
|
n0,
|
|
1324
1331
|
_GFR,
|
|
@@ -1329,12 +1336,12 @@ var GetFunctionRequest = [
|
|
|
1329
1336
|
[0, 1],
|
|
1330
1337
|
],
|
|
1331
1338
|
];
|
|
1332
|
-
var GetFunctionResponse = [3, n0, _GFRe, 0, [_fC], [() => FunctionConfiguration]];
|
|
1333
|
-
var GetGraphqlApiEnvironmentVariablesRequest = [3, n0, _GGAEVR, 0, [_aI], [[0, 1]]];
|
|
1334
|
-
var GetGraphqlApiEnvironmentVariablesResponse = [3, n0, _GGAEVRe, 0, [_eV], [128 | 0]];
|
|
1335
|
-
var GetGraphqlApiRequest = [3, n0, _GGAR, 0, [_aI], [[0, 1]]];
|
|
1336
|
-
var GetGraphqlApiResponse = [3, n0, _GGARe, 0, [_gA], [() => GraphqlApi]];
|
|
1337
|
-
var GetIntrospectionSchemaRequest = [
|
|
1339
|
+
var GetFunctionResponse$ = [3, n0, _GFRe, 0, [_fC], [() => FunctionConfiguration$]];
|
|
1340
|
+
var GetGraphqlApiEnvironmentVariablesRequest$ = [3, n0, _GGAEVR, 0, [_aI], [[0, 1]]];
|
|
1341
|
+
var GetGraphqlApiEnvironmentVariablesResponse$ = [3, n0, _GGAEVRe, 0, [_eV], [128 | 0]];
|
|
1342
|
+
var GetGraphqlApiRequest$ = [3, n0, _GGAR, 0, [_aI], [[0, 1]]];
|
|
1343
|
+
var GetGraphqlApiResponse$ = [3, n0, _GGARe, 0, [_gA], [() => GraphqlApi$]];
|
|
1344
|
+
var GetIntrospectionSchemaRequest$ = [
|
|
1338
1345
|
3,
|
|
1339
1346
|
n0,
|
|
1340
1347
|
_GISR,
|
|
@@ -1346,8 +1353,8 @@ var GetIntrospectionSchemaRequest = [
|
|
|
1346
1353
|
[2, { [_hQ]: _iD }],
|
|
1347
1354
|
],
|
|
1348
1355
|
];
|
|
1349
|
-
var GetIntrospectionSchemaResponse = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
1350
|
-
var GetResolverRequest = [
|
|
1356
|
+
var GetIntrospectionSchemaResponse$ = [3, n0, _GISRe, 0, [_sc], [[21, 16]]];
|
|
1357
|
+
var GetResolverRequest$ = [
|
|
1351
1358
|
3,
|
|
1352
1359
|
n0,
|
|
1353
1360
|
_GRR,
|
|
@@ -1359,10 +1366,10 @@ var GetResolverRequest = [
|
|
|
1359
1366
|
[0, 1],
|
|
1360
1367
|
],
|
|
1361
1368
|
];
|
|
1362
|
-
var GetResolverResponse = [3, n0, _GRRe, 0, [_re], [() => Resolver]];
|
|
1363
|
-
var GetSchemaCreationStatusRequest = [3, n0, _GSCSR, 0, [_aI], [[0, 1]]];
|
|
1364
|
-
var GetSchemaCreationStatusResponse = [3, n0, _GSCSRe, 0, [_s, _deta], [0, 0]];
|
|
1365
|
-
var GetSourceApiAssociationRequest = [
|
|
1369
|
+
var GetResolverResponse$ = [3, n0, _GRRe, 0, [_re], [() => Resolver$]];
|
|
1370
|
+
var GetSchemaCreationStatusRequest$ = [3, n0, _GSCSR, 0, [_aI], [[0, 1]]];
|
|
1371
|
+
var GetSchemaCreationStatusResponse$ = [3, n0, _GSCSRe, 0, [_s, _deta], [0, 0]];
|
|
1372
|
+
var GetSourceApiAssociationRequest$ = [
|
|
1366
1373
|
3,
|
|
1367
1374
|
n0,
|
|
1368
1375
|
_GSAAR,
|
|
@@ -1373,15 +1380,15 @@ var GetSourceApiAssociationRequest = [
|
|
|
1373
1380
|
[0, 1],
|
|
1374
1381
|
],
|
|
1375
1382
|
];
|
|
1376
|
-
var GetSourceApiAssociationResponse = [
|
|
1383
|
+
var GetSourceApiAssociationResponse$ = [
|
|
1377
1384
|
3,
|
|
1378
1385
|
n0,
|
|
1379
1386
|
_GSAARe,
|
|
1380
1387
|
0,
|
|
1381
1388
|
[_sAA],
|
|
1382
|
-
[() => SourceApiAssociation],
|
|
1389
|
+
[() => SourceApiAssociation$],
|
|
1383
1390
|
];
|
|
1384
|
-
var GetTypeRequest = [
|
|
1391
|
+
var GetTypeRequest$ = [
|
|
1385
1392
|
3,
|
|
1386
1393
|
n0,
|
|
1387
1394
|
_GTR,
|
|
@@ -1393,8 +1400,8 @@ var GetTypeRequest = [
|
|
|
1393
1400
|
[0, { [_hQ]: _f }],
|
|
1394
1401
|
],
|
|
1395
1402
|
];
|
|
1396
|
-
var GetTypeResponse = [3, n0, _GTRe, 0, [_ty], [() => Type]];
|
|
1397
|
-
var GraphqlApi = [
|
|
1403
|
+
var GetTypeResponse$ = [3, n0, _GTRe, 0, [_ty], [() => Type$]];
|
|
1404
|
+
var GraphqlApi$ = [
|
|
1398
1405
|
3,
|
|
1399
1406
|
n0,
|
|
1400
1407
|
_GA,
|
|
@@ -1428,16 +1435,16 @@ var GraphqlApi = [
|
|
|
1428
1435
|
0,
|
|
1429
1436
|
0,
|
|
1430
1437
|
0,
|
|
1431
|
-
() => LogConfig
|
|
1432
|
-
() => UserPoolConfig
|
|
1433
|
-
() => OpenIDConnectConfig
|
|
1438
|
+
() => LogConfig$,
|
|
1439
|
+
() => UserPoolConfig$,
|
|
1440
|
+
() => OpenIDConnectConfig$,
|
|
1434
1441
|
0,
|
|
1435
1442
|
128 | 0,
|
|
1436
1443
|
128 | 0,
|
|
1437
1444
|
() => AdditionalAuthenticationProviders,
|
|
1438
1445
|
2,
|
|
1439
1446
|
0,
|
|
1440
|
-
() => LambdaAuthorizerConfig
|
|
1447
|
+
() => LambdaAuthorizerConfig$,
|
|
1441
1448
|
128 | 0,
|
|
1442
1449
|
0,
|
|
1443
1450
|
0,
|
|
@@ -1447,31 +1454,38 @@ var GraphqlApi = [
|
|
|
1447
1454
|
0,
|
|
1448
1455
|
1,
|
|
1449
1456
|
1,
|
|
1450
|
-
() => EnhancedMetricsConfig
|
|
1457
|
+
() => EnhancedMetricsConfig$,
|
|
1451
1458
|
],
|
|
1452
1459
|
];
|
|
1453
|
-
var GraphQLSchemaException = [-3, n0, _GQLSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1454
|
-
schema.TypeRegistry.for(n0).registerError(GraphQLSchemaException
|
|
1455
|
-
var HandlerConfig = [3, n0, _HC, 0, [_b, _int], [0, () => Integration]];
|
|
1456
|
-
var HandlerConfigs = [
|
|
1460
|
+
var GraphQLSchemaException$ = [-3, n0, _GQLSE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1461
|
+
schema.TypeRegistry.for(n0).registerError(GraphQLSchemaException$, GraphQLSchemaException);
|
|
1462
|
+
var HandlerConfig$ = [3, n0, _HC, 0, [_b, _int], [0, () => Integration$]];
|
|
1463
|
+
var HandlerConfigs$ = [
|
|
1457
1464
|
3,
|
|
1458
1465
|
n0,
|
|
1459
1466
|
_HCa,
|
|
1460
1467
|
0,
|
|
1461
1468
|
[_oP, _oS],
|
|
1462
|
-
[() => HandlerConfig
|
|
1469
|
+
[() => HandlerConfig$, () => HandlerConfig$],
|
|
1463
1470
|
];
|
|
1464
|
-
var HttpDataSourceConfig = [
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
var
|
|
1473
|
-
|
|
1474
|
-
|
|
1471
|
+
var HttpDataSourceConfig$ = [
|
|
1472
|
+
3,
|
|
1473
|
+
n0,
|
|
1474
|
+
_HDSC,
|
|
1475
|
+
0,
|
|
1476
|
+
[_en, _aCu],
|
|
1477
|
+
[0, () => AuthorizationConfig$],
|
|
1478
|
+
];
|
|
1479
|
+
var Integration$ = [3, n0, _I, 0, [_dSN, _lC], [0, () => LambdaConfig$]];
|
|
1480
|
+
var InternalFailureException$ = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1481
|
+
schema.TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
|
|
1482
|
+
var LambdaAuthorizerConfig$ = [3, n0, _LAC, 0, [_aRTIS, _aU, _iVE], [1, 0, 0]];
|
|
1483
|
+
var LambdaConfig$ = [3, n0, _LC, 0, [_iT], [0]];
|
|
1484
|
+
var LambdaConflictHandlerConfig$ = [3, n0, _LCHC, 0, [_lCHA], [0]];
|
|
1485
|
+
var LambdaDataSourceConfig$ = [3, n0, _LDSC, 0, [_lFA], [0]];
|
|
1486
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1487
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1488
|
+
var ListApiKeysRequest$ = [
|
|
1475
1489
|
3,
|
|
1476
1490
|
n0,
|
|
1477
1491
|
_LAKR,
|
|
@@ -1483,8 +1497,8 @@ var ListApiKeysRequest = [
|
|
|
1483
1497
|
[1, { [_hQ]: _mR }],
|
|
1484
1498
|
],
|
|
1485
1499
|
];
|
|
1486
|
-
var ListApiKeysResponse = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
1487
|
-
var ListApisRequest = [
|
|
1500
|
+
var ListApiKeysResponse$ = [3, n0, _LAKRi, 0, [_aKp, _nT], [() => ApiKeys, 0]];
|
|
1501
|
+
var ListApisRequest$ = [
|
|
1488
1502
|
3,
|
|
1489
1503
|
n0,
|
|
1490
1504
|
_LAR,
|
|
@@ -1495,8 +1509,8 @@ var ListApisRequest = [
|
|
|
1495
1509
|
[1, { [_hQ]: _mR }],
|
|
1496
1510
|
],
|
|
1497
1511
|
];
|
|
1498
|
-
var ListApisResponse = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
1499
|
-
var ListChannelNamespacesRequest = [
|
|
1512
|
+
var ListApisResponse$ = [3, n0, _LARi, 0, [_ap, _nT], [() => Apis, 0]];
|
|
1513
|
+
var ListChannelNamespacesRequest$ = [
|
|
1500
1514
|
3,
|
|
1501
1515
|
n0,
|
|
1502
1516
|
_LCNR,
|
|
@@ -1508,7 +1522,7 @@ var ListChannelNamespacesRequest = [
|
|
|
1508
1522
|
[1, { [_hQ]: _mR }],
|
|
1509
1523
|
],
|
|
1510
1524
|
];
|
|
1511
|
-
var ListChannelNamespacesResponse = [
|
|
1525
|
+
var ListChannelNamespacesResponse$ = [
|
|
1512
1526
|
3,
|
|
1513
1527
|
n0,
|
|
1514
1528
|
_LCNRi,
|
|
@@ -1516,7 +1530,7 @@ var ListChannelNamespacesResponse = [
|
|
|
1516
1530
|
[_cNh, _nT],
|
|
1517
1531
|
[() => ChannelNamespaces, 0],
|
|
1518
1532
|
];
|
|
1519
|
-
var ListDataSourcesRequest = [
|
|
1533
|
+
var ListDataSourcesRequest$ = [
|
|
1520
1534
|
3,
|
|
1521
1535
|
n0,
|
|
1522
1536
|
_LDSR,
|
|
@@ -1528,8 +1542,8 @@ var ListDataSourcesRequest = [
|
|
|
1528
1542
|
[1, { [_hQ]: _mR }],
|
|
1529
1543
|
],
|
|
1530
1544
|
];
|
|
1531
|
-
var ListDataSourcesResponse = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
1532
|
-
var ListDomainNamesRequest = [
|
|
1545
|
+
var ListDataSourcesResponse$ = [3, n0, _LDSRi, 0, [_dSa, _nT], [() => DataSources, 0]];
|
|
1546
|
+
var ListDomainNamesRequest$ = [
|
|
1533
1547
|
3,
|
|
1534
1548
|
n0,
|
|
1535
1549
|
_LDNR,
|
|
@@ -1540,7 +1554,7 @@ var ListDomainNamesRequest = [
|
|
|
1540
1554
|
[1, { [_hQ]: _mR }],
|
|
1541
1555
|
],
|
|
1542
1556
|
];
|
|
1543
|
-
var ListDomainNamesResponse = [
|
|
1557
|
+
var ListDomainNamesResponse$ = [
|
|
1544
1558
|
3,
|
|
1545
1559
|
n0,
|
|
1546
1560
|
_LDNRi,
|
|
@@ -1548,7 +1562,7 @@ var ListDomainNamesResponse = [
|
|
|
1548
1562
|
[_dNCo, _nT],
|
|
1549
1563
|
[() => DomainNameConfigs, 0],
|
|
1550
1564
|
];
|
|
1551
|
-
var ListFunctionsRequest = [
|
|
1565
|
+
var ListFunctionsRequest$ = [
|
|
1552
1566
|
3,
|
|
1553
1567
|
n0,
|
|
1554
1568
|
_LFR,
|
|
@@ -1560,8 +1574,8 @@ var ListFunctionsRequest = [
|
|
|
1560
1574
|
[1, { [_hQ]: _mR }],
|
|
1561
1575
|
],
|
|
1562
1576
|
];
|
|
1563
|
-
var ListFunctionsResponse = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
1564
|
-
var ListGraphqlApisRequest = [
|
|
1577
|
+
var ListFunctionsResponse$ = [3, n0, _LFRi, 0, [_fun, _nT], [() => Functions, 0]];
|
|
1578
|
+
var ListGraphqlApisRequest$ = [
|
|
1565
1579
|
3,
|
|
1566
1580
|
n0,
|
|
1567
1581
|
_LGAR,
|
|
@@ -1574,8 +1588,8 @@ var ListGraphqlApisRequest = [
|
|
|
1574
1588
|
[0, { [_hQ]: _o }],
|
|
1575
1589
|
],
|
|
1576
1590
|
];
|
|
1577
|
-
var ListGraphqlApisResponse = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
1578
|
-
var ListResolversByFunctionRequest = [
|
|
1591
|
+
var ListGraphqlApisResponse$ = [3, n0, _LGARi, 0, [_gAr, _nT], [() => GraphqlApis, 0]];
|
|
1592
|
+
var ListResolversByFunctionRequest$ = [
|
|
1579
1593
|
3,
|
|
1580
1594
|
n0,
|
|
1581
1595
|
_LRBFR,
|
|
@@ -1588,7 +1602,7 @@ var ListResolversByFunctionRequest = [
|
|
|
1588
1602
|
[1, { [_hQ]: _mR }],
|
|
1589
1603
|
],
|
|
1590
1604
|
];
|
|
1591
|
-
var ListResolversByFunctionResponse = [
|
|
1605
|
+
var ListResolversByFunctionResponse$ = [
|
|
1592
1606
|
3,
|
|
1593
1607
|
n0,
|
|
1594
1608
|
_LRBFRi,
|
|
@@ -1596,7 +1610,7 @@ var ListResolversByFunctionResponse = [
|
|
|
1596
1610
|
[_res, _nT],
|
|
1597
1611
|
[() => Resolvers, 0],
|
|
1598
1612
|
];
|
|
1599
|
-
var ListResolversRequest = [
|
|
1613
|
+
var ListResolversRequest$ = [
|
|
1600
1614
|
3,
|
|
1601
1615
|
n0,
|
|
1602
1616
|
_LRR,
|
|
@@ -1609,8 +1623,8 @@ var ListResolversRequest = [
|
|
|
1609
1623
|
[1, { [_hQ]: _mR }],
|
|
1610
1624
|
],
|
|
1611
1625
|
];
|
|
1612
|
-
var ListResolversResponse = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
1613
|
-
var ListSourceApiAssociationsRequest = [
|
|
1626
|
+
var ListResolversResponse$ = [3, n0, _LRRi, 0, [_res, _nT], [() => Resolvers, 0]];
|
|
1627
|
+
var ListSourceApiAssociationsRequest$ = [
|
|
1614
1628
|
3,
|
|
1615
1629
|
n0,
|
|
1616
1630
|
_LSAAR,
|
|
@@ -1622,7 +1636,7 @@ var ListSourceApiAssociationsRequest = [
|
|
|
1622
1636
|
[1, { [_hQ]: _mR }],
|
|
1623
1637
|
],
|
|
1624
1638
|
];
|
|
1625
|
-
var ListSourceApiAssociationsResponse = [
|
|
1639
|
+
var ListSourceApiAssociationsResponse$ = [
|
|
1626
1640
|
3,
|
|
1627
1641
|
n0,
|
|
1628
1642
|
_LSAARi,
|
|
@@ -1630,9 +1644,9 @@ var ListSourceApiAssociationsResponse = [
|
|
|
1630
1644
|
[_sAASo, _nT],
|
|
1631
1645
|
[() => SourceApiAssociationSummaryList, 0],
|
|
1632
1646
|
];
|
|
1633
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1634
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1635
|
-
var ListTypesByAssociationRequest = [
|
|
1647
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1648
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1649
|
+
var ListTypesByAssociationRequest$ = [
|
|
1636
1650
|
3,
|
|
1637
1651
|
n0,
|
|
1638
1652
|
_LTBAR,
|
|
@@ -1646,7 +1660,7 @@ var ListTypesByAssociationRequest = [
|
|
|
1646
1660
|
[1, { [_hQ]: _mR }],
|
|
1647
1661
|
],
|
|
1648
1662
|
];
|
|
1649
|
-
var ListTypesByAssociationResponse = [
|
|
1663
|
+
var ListTypesByAssociationResponse$ = [
|
|
1650
1664
|
3,
|
|
1651
1665
|
n0,
|
|
1652
1666
|
_LTBARi,
|
|
@@ -1654,7 +1668,7 @@ var ListTypesByAssociationResponse = [
|
|
|
1654
1668
|
[_typ, _nT],
|
|
1655
1669
|
[() => TypeList, 0],
|
|
1656
1670
|
];
|
|
1657
|
-
var ListTypesRequest = [
|
|
1671
|
+
var ListTypesRequest$ = [
|
|
1658
1672
|
3,
|
|
1659
1673
|
n0,
|
|
1660
1674
|
_LTR,
|
|
@@ -1667,14 +1681,14 @@ var ListTypesRequest = [
|
|
|
1667
1681
|
[1, { [_hQ]: _mR }],
|
|
1668
1682
|
],
|
|
1669
1683
|
];
|
|
1670
|
-
var ListTypesResponse = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1671
|
-
var LogConfig = [3, n0, _LCo, 0, [_fLL, _cWLRA, _eVC], [0, 0, 2]];
|
|
1672
|
-
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1673
|
-
schema.TypeRegistry.for(n0).registerError(NotFoundException
|
|
1674
|
-
var OpenIDConnectConfig = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1675
|
-
var OpenSearchServiceDataSourceConfig = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
1676
|
-
var PipelineConfig = [3, n0, _PC, 0, [_fun], [64 | 0]];
|
|
1677
|
-
var PutGraphqlApiEnvironmentVariablesRequest = [
|
|
1684
|
+
var ListTypesResponse$ = [3, n0, _LTRi, 0, [_typ, _nT], [() => TypeList, 0]];
|
|
1685
|
+
var LogConfig$ = [3, n0, _LCo, 0, [_fLL, _cWLRA, _eVC], [0, 0, 2]];
|
|
1686
|
+
var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1687
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
1688
|
+
var OpenIDConnectConfig$ = [3, n0, _OIDCC, 0, [_is, _cI, _iTTL, _aTTL], [0, 0, 1, 1]];
|
|
1689
|
+
var OpenSearchServiceDataSourceConfig$ = [3, n0, _OSSDSC, 0, [_en, _aR], [0, 0]];
|
|
1690
|
+
var PipelineConfig$ = [3, n0, _PC, 0, [_fun], [64 | 0]];
|
|
1691
|
+
var PutGraphqlApiEnvironmentVariablesRequest$ = [
|
|
1678
1692
|
3,
|
|
1679
1693
|
n0,
|
|
1680
1694
|
_PGAEVR,
|
|
@@ -1682,9 +1696,9 @@ var PutGraphqlApiEnvironmentVariablesRequest = [
|
|
|
1682
1696
|
[_aI, _eV],
|
|
1683
1697
|
[[0, 1], 128 | 0],
|
|
1684
1698
|
];
|
|
1685
|
-
var PutGraphqlApiEnvironmentVariablesResponse = [3, n0, _PGAEVRu, 0, [_eV], [128 | 0]];
|
|
1686
|
-
var RdsDataApiConfig = [3, n0, _RDAC, 0, [_rA, _sA, _dNa], [0, 0, 0]];
|
|
1687
|
-
var RdsHttpEndpointConfig = [
|
|
1699
|
+
var PutGraphqlApiEnvironmentVariablesResponse$ = [3, n0, _PGAEVRu, 0, [_eV], [128 | 0]];
|
|
1700
|
+
var RdsDataApiConfig$ = [3, n0, _RDAC, 0, [_rA, _sA, _dNa], [0, 0, 0]];
|
|
1701
|
+
var RdsHttpEndpointConfig$ = [
|
|
1688
1702
|
3,
|
|
1689
1703
|
n0,
|
|
1690
1704
|
_RHEC,
|
|
@@ -1692,34 +1706,34 @@ var RdsHttpEndpointConfig = [
|
|
|
1692
1706
|
[_aR, _dCI, _dNa, _sc, _aSSA],
|
|
1693
1707
|
[0, 0, 0, 0, 0],
|
|
1694
1708
|
];
|
|
1695
|
-
var RelationalDatabaseDataSourceConfig = [
|
|
1709
|
+
var RelationalDatabaseDataSourceConfig$ = [
|
|
1696
1710
|
3,
|
|
1697
1711
|
n0,
|
|
1698
1712
|
_RDDSC,
|
|
1699
1713
|
0,
|
|
1700
1714
|
[_rDST, _rHEC],
|
|
1701
|
-
[0, () => RdsHttpEndpointConfig],
|
|
1715
|
+
[0, () => RdsHttpEndpointConfig$],
|
|
1702
1716
|
];
|
|
1703
|
-
var Resolver = [
|
|
1717
|
+
var Resolver$ = [
|
|
1704
1718
|
3,
|
|
1705
1719
|
n0,
|
|
1706
1720
|
_R,
|
|
1707
1721
|
0,
|
|
1708
1722
|
[_tN, _fN, _dSN, _rAe, _rMT, _rMTe, _k, _pC, _sC, _cCa, _mBS, _ru, _cod, _mC],
|
|
1709
|
-
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig
|
|
1723
|
+
[0, 0, 0, 0, 0, 0, 0, () => PipelineConfig$, () => SyncConfig$, () => CachingConfig$, 1, () => AppSyncRuntime$, 0, 0],
|
|
1710
1724
|
];
|
|
1711
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1712
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1713
|
-
var SourceApiAssociation = [
|
|
1725
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
1726
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1727
|
+
var SourceApiAssociation$ = [
|
|
1714
1728
|
3,
|
|
1715
1729
|
n0,
|
|
1716
1730
|
_SAA,
|
|
1717
1731
|
0,
|
|
1718
1732
|
[_aIs, _aAs, _sAIo, _sAAo, _mAA, _mAIe, _de, _sAAC, _sAAS, _sAASD, _lSMD],
|
|
1719
|
-
[0, 0, 0, 0, 0, 0, 0, () => SourceApiAssociationConfig
|
|
1733
|
+
[0, 0, 0, 0, 0, 0, 0, () => SourceApiAssociationConfig$, 0, 0, 4],
|
|
1720
1734
|
];
|
|
1721
|
-
var SourceApiAssociationConfig = [3, n0, _SAAC, 0, [_mT], [0]];
|
|
1722
|
-
var SourceApiAssociationSummary = [
|
|
1735
|
+
var SourceApiAssociationConfig$ = [3, n0, _SAAC, 0, [_mT], [0]];
|
|
1736
|
+
var SourceApiAssociationSummary$ = [
|
|
1723
1737
|
3,
|
|
1724
1738
|
n0,
|
|
1725
1739
|
_SAAS,
|
|
@@ -1727,15 +1741,15 @@ var SourceApiAssociationSummary = [
|
|
|
1727
1741
|
[_aIs, _aAs, _sAIo, _sAAo, _mAIe, _mAA, _de],
|
|
1728
1742
|
[0, 0, 0, 0, 0, 0, 0],
|
|
1729
1743
|
];
|
|
1730
|
-
var StartDataSourceIntrospectionRequest = [
|
|
1744
|
+
var StartDataSourceIntrospectionRequest$ = [
|
|
1731
1745
|
3,
|
|
1732
1746
|
n0,
|
|
1733
1747
|
_SDSIR,
|
|
1734
1748
|
0,
|
|
1735
1749
|
[_rDAC],
|
|
1736
|
-
[() => RdsDataApiConfig],
|
|
1750
|
+
[() => RdsDataApiConfig$],
|
|
1737
1751
|
];
|
|
1738
|
-
var StartDataSourceIntrospectionResponse = [
|
|
1752
|
+
var StartDataSourceIntrospectionResponse$ = [
|
|
1739
1753
|
3,
|
|
1740
1754
|
n0,
|
|
1741
1755
|
_SDSIRt,
|
|
@@ -1743,9 +1757,9 @@ var StartDataSourceIntrospectionResponse = [
|
|
|
1743
1757
|
[_iI, _iS, _iSD],
|
|
1744
1758
|
[0, 0, 0],
|
|
1745
1759
|
];
|
|
1746
|
-
var StartSchemaCreationRequest = [3, n0, _SSCR, 0, [_aI, _def], [[0, 1], 21]];
|
|
1747
|
-
var StartSchemaCreationResponse = [3, n0, _SSCRt, 0, [_s], [0]];
|
|
1748
|
-
var StartSchemaMergeRequest = [
|
|
1760
|
+
var StartSchemaCreationRequest$ = [3, n0, _SSCR, 0, [_aI, _def], [[0, 1], 21]];
|
|
1761
|
+
var StartSchemaCreationResponse$ = [3, n0, _SSCRt, 0, [_s], [0]];
|
|
1762
|
+
var StartSchemaMergeRequest$ = [
|
|
1749
1763
|
3,
|
|
1750
1764
|
n0,
|
|
1751
1765
|
_SSMR,
|
|
@@ -1756,21 +1770,21 @@ var StartSchemaMergeRequest = [
|
|
|
1756
1770
|
[0, 1],
|
|
1757
1771
|
],
|
|
1758
1772
|
];
|
|
1759
|
-
var StartSchemaMergeResponse = [3, n0, _SSMRt, 0, [_sAAS], [0]];
|
|
1760
|
-
var SyncConfig = [
|
|
1773
|
+
var StartSchemaMergeResponse$ = [3, n0, _SSMRt, 0, [_sAAS], [0]];
|
|
1774
|
+
var SyncConfig$ = [
|
|
1761
1775
|
3,
|
|
1762
1776
|
n0,
|
|
1763
1777
|
_SC,
|
|
1764
1778
|
0,
|
|
1765
1779
|
[_cHo, _cD, _lCHC],
|
|
1766
|
-
[0, 0, () => LambdaConflictHandlerConfig],
|
|
1767
|
-
];
|
|
1768
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1769
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1770
|
-
var Type = [3, n0, _T, 0, [_n, _de, _ar, _def, _f], [0, 0, 0, 0, 0]];
|
|
1771
|
-
var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1772
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedException
|
|
1773
|
-
var UntagResourceRequest = [
|
|
1780
|
+
[0, 0, () => LambdaConflictHandlerConfig$],
|
|
1781
|
+
];
|
|
1782
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1783
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1784
|
+
var Type$ = [3, n0, _T, 0, [_n, _de, _ar, _def, _f], [0, 0, 0, 0, 0]];
|
|
1785
|
+
var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1786
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
|
|
1787
|
+
var UntagResourceRequest$ = [
|
|
1774
1788
|
3,
|
|
1775
1789
|
n0,
|
|
1776
1790
|
_URR,
|
|
@@ -1781,8 +1795,8 @@ var UntagResourceRequest = [
|
|
|
1781
1795
|
[64 | 0, { [_hQ]: _tK }],
|
|
1782
1796
|
],
|
|
1783
1797
|
];
|
|
1784
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1785
|
-
var UpdateApiCacheRequest = [
|
|
1798
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1799
|
+
var UpdateApiCacheRequest$ = [
|
|
1786
1800
|
3,
|
|
1787
1801
|
n0,
|
|
1788
1802
|
_UACR,
|
|
@@ -1790,28 +1804,35 @@ var UpdateApiCacheRequest = [
|
|
|
1790
1804
|
[_aI, _tt, _aCB, _ty, _hMC],
|
|
1791
1805
|
[[0, 1], 1, 0, 0, 0],
|
|
1792
1806
|
];
|
|
1793
|
-
var UpdateApiCacheResponse = [3, n0, _UACRp, 0, [_aC], [() => ApiCache]];
|
|
1794
|
-
var UpdateApiKeyRequest = [3, n0, _UAKR, 0, [_aI, _i, _de, _ex], [[0, 1], [0, 1], 0, 1]];
|
|
1795
|
-
var UpdateApiKeyResponse = [3, n0, _UAKRp, 0, [_aK], [() => ApiKey]];
|
|
1796
|
-
var UpdateApiRequest = [
|
|
1807
|
+
var UpdateApiCacheResponse$ = [3, n0, _UACRp, 0, [_aC], [() => ApiCache$]];
|
|
1808
|
+
var UpdateApiKeyRequest$ = [3, n0, _UAKR, 0, [_aI, _i, _de, _ex], [[0, 1], [0, 1], 0, 1]];
|
|
1809
|
+
var UpdateApiKeyResponse$ = [3, n0, _UAKRp, 0, [_aK], [() => ApiKey$]];
|
|
1810
|
+
var UpdateApiRequest$ = [
|
|
1797
1811
|
3,
|
|
1798
1812
|
n0,
|
|
1799
1813
|
_UAR,
|
|
1800
1814
|
0,
|
|
1801
1815
|
[_aI, _n, _oC, _eC],
|
|
1802
|
-
[[0, 1], 0, 0, () => EventConfig],
|
|
1816
|
+
[[0, 1], 0, 0, () => EventConfig$],
|
|
1803
1817
|
];
|
|
1804
|
-
var UpdateApiResponse = [3, n0, _UARp, 0, [_a], [() => Api]];
|
|
1805
|
-
var UpdateChannelNamespaceRequest = [
|
|
1818
|
+
var UpdateApiResponse$ = [3, n0, _UARp, 0, [_a], [() => Api$]];
|
|
1819
|
+
var UpdateChannelNamespaceRequest$ = [
|
|
1806
1820
|
3,
|
|
1807
1821
|
n0,
|
|
1808
1822
|
_UCNR,
|
|
1809
1823
|
0,
|
|
1810
1824
|
[_aI, _n, _sAM, _pAM, _cH, _hC],
|
|
1811
|
-
[[0, 1], [0, 1], () => AuthModes, () => AuthModes, 0, () => HandlerConfigs],
|
|
1825
|
+
[[0, 1], [0, 1], () => AuthModes, () => AuthModes, 0, () => HandlerConfigs$],
|
|
1826
|
+
];
|
|
1827
|
+
var UpdateChannelNamespaceResponse$ = [
|
|
1828
|
+
3,
|
|
1829
|
+
n0,
|
|
1830
|
+
_UCNRp,
|
|
1831
|
+
0,
|
|
1832
|
+
[_cN],
|
|
1833
|
+
[() => ChannelNamespace$],
|
|
1812
1834
|
];
|
|
1813
|
-
var
|
|
1814
|
-
var UpdateDataSourceRequest = [
|
|
1835
|
+
var UpdateDataSourceRequest$ = [
|
|
1815
1836
|
3,
|
|
1816
1837
|
n0,
|
|
1817
1838
|
_UDSR,
|
|
@@ -1823,29 +1844,29 @@ var UpdateDataSourceRequest = [
|
|
|
1823
1844
|
0,
|
|
1824
1845
|
0,
|
|
1825
1846
|
0,
|
|
1826
|
-
() => DynamodbDataSourceConfig
|
|
1827
|
-
() => LambdaDataSourceConfig
|
|
1828
|
-
() => ElasticsearchDataSourceConfig
|
|
1829
|
-
() => OpenSearchServiceDataSourceConfig
|
|
1830
|
-
() => HttpDataSourceConfig
|
|
1831
|
-
() => RelationalDatabaseDataSourceConfig
|
|
1832
|
-
() => EventBridgeDataSourceConfig
|
|
1847
|
+
() => DynamodbDataSourceConfig$,
|
|
1848
|
+
() => LambdaDataSourceConfig$,
|
|
1849
|
+
() => ElasticsearchDataSourceConfig$,
|
|
1850
|
+
() => OpenSearchServiceDataSourceConfig$,
|
|
1851
|
+
() => HttpDataSourceConfig$,
|
|
1852
|
+
() => RelationalDatabaseDataSourceConfig$,
|
|
1853
|
+
() => EventBridgeDataSourceConfig$,
|
|
1833
1854
|
0,
|
|
1834
1855
|
],
|
|
1835
1856
|
];
|
|
1836
|
-
var UpdateDataSourceResponse = [3, n0, _UDSRp, 0, [_dS], [() => DataSource]];
|
|
1837
|
-
var UpdateDomainNameRequest = [3, n0, _UDNR, 0, [_dN, _de], [[0, 1], 0]];
|
|
1838
|
-
var UpdateDomainNameResponse = [3, n0, _UDNRp, 0, [_dNC], [() => DomainNameConfig]];
|
|
1839
|
-
var UpdateFunctionRequest = [
|
|
1857
|
+
var UpdateDataSourceResponse$ = [3, n0, _UDSRp, 0, [_dS], [() => DataSource$]];
|
|
1858
|
+
var UpdateDomainNameRequest$ = [3, n0, _UDNR, 0, [_dN, _de], [[0, 1], 0]];
|
|
1859
|
+
var UpdateDomainNameResponse$ = [3, n0, _UDNRp, 0, [_dNC], [() => DomainNameConfig$]];
|
|
1860
|
+
var UpdateFunctionRequest$ = [
|
|
1840
1861
|
3,
|
|
1841
1862
|
n0,
|
|
1842
1863
|
_UFR,
|
|
1843
1864
|
0,
|
|
1844
1865
|
[_aI, _n, _de, _fI, _dSN, _rMT, _rMTe, _fV, _sC, _mBS, _ru, _cod],
|
|
1845
|
-
[[0, 1], 0, 0, [0, 1], 0, 0, 0, 0, () => SyncConfig
|
|
1866
|
+
[[0, 1], 0, 0, [0, 1], 0, 0, 0, 0, () => SyncConfig$, 1, () => AppSyncRuntime$, 0],
|
|
1846
1867
|
];
|
|
1847
|
-
var UpdateFunctionResponse = [3, n0, _UFRp, 0, [_fC], [() => FunctionConfiguration]];
|
|
1848
|
-
var UpdateGraphqlApiRequest = [
|
|
1868
|
+
var UpdateFunctionResponse$ = [3, n0, _UFRp, 0, [_fC], [() => FunctionConfiguration$]];
|
|
1869
|
+
var UpdateGraphqlApiRequest$ = [
|
|
1849
1870
|
3,
|
|
1850
1871
|
n0,
|
|
1851
1872
|
_UGAR,
|
|
@@ -1854,23 +1875,23 @@ var UpdateGraphqlApiRequest = [
|
|
|
1854
1875
|
[
|
|
1855
1876
|
[0, 1],
|
|
1856
1877
|
0,
|
|
1857
|
-
() => LogConfig
|
|
1878
|
+
() => LogConfig$,
|
|
1858
1879
|
0,
|
|
1859
|
-
() => UserPoolConfig
|
|
1860
|
-
() => OpenIDConnectConfig
|
|
1880
|
+
() => UserPoolConfig$,
|
|
1881
|
+
() => OpenIDConnectConfig$,
|
|
1861
1882
|
() => AdditionalAuthenticationProviders,
|
|
1862
1883
|
2,
|
|
1863
|
-
() => LambdaAuthorizerConfig
|
|
1884
|
+
() => LambdaAuthorizerConfig$,
|
|
1864
1885
|
0,
|
|
1865
1886
|
0,
|
|
1866
1887
|
0,
|
|
1867
1888
|
1,
|
|
1868
1889
|
1,
|
|
1869
|
-
() => EnhancedMetricsConfig
|
|
1890
|
+
() => EnhancedMetricsConfig$,
|
|
1870
1891
|
],
|
|
1871
1892
|
];
|
|
1872
|
-
var UpdateGraphqlApiResponse = [3, n0, _UGARp, 0, [_gA], [() => GraphqlApi]];
|
|
1873
|
-
var UpdateResolverRequest = [
|
|
1893
|
+
var UpdateGraphqlApiResponse$ = [3, n0, _UGARp, 0, [_gA], [() => GraphqlApi$]];
|
|
1894
|
+
var UpdateResolverRequest$ = [
|
|
1874
1895
|
3,
|
|
1875
1896
|
n0,
|
|
1876
1897
|
_URRp,
|
|
@@ -1884,663 +1905,657 @@ var UpdateResolverRequest = [
|
|
|
1884
1905
|
0,
|
|
1885
1906
|
0,
|
|
1886
1907
|
0,
|
|
1887
|
-
() => PipelineConfig
|
|
1888
|
-
() => SyncConfig
|
|
1889
|
-
() => CachingConfig
|
|
1908
|
+
() => PipelineConfig$,
|
|
1909
|
+
() => SyncConfig$,
|
|
1910
|
+
() => CachingConfig$,
|
|
1890
1911
|
1,
|
|
1891
|
-
() => AppSyncRuntime
|
|
1912
|
+
() => AppSyncRuntime$,
|
|
1892
1913
|
0,
|
|
1893
1914
|
0,
|
|
1894
1915
|
],
|
|
1895
1916
|
];
|
|
1896
|
-
var UpdateResolverResponse = [3, n0, _URRpd, 0, [_re], [() => Resolver]];
|
|
1897
|
-
var UpdateSourceApiAssociationRequest = [
|
|
1917
|
+
var UpdateResolverResponse$ = [3, n0, _URRpd, 0, [_re], [() => Resolver$]];
|
|
1918
|
+
var UpdateSourceApiAssociationRequest$ = [
|
|
1898
1919
|
3,
|
|
1899
1920
|
n0,
|
|
1900
1921
|
_USAAR,
|
|
1901
1922
|
0,
|
|
1902
1923
|
[_aIs, _mAI, _de, _sAAC],
|
|
1903
|
-
[[0, 1], [0, 1], 0, () => SourceApiAssociationConfig],
|
|
1924
|
+
[[0, 1], [0, 1], 0, () => SourceApiAssociationConfig$],
|
|
1904
1925
|
];
|
|
1905
|
-
var UpdateSourceApiAssociationResponse = [
|
|
1926
|
+
var UpdateSourceApiAssociationResponse$ = [
|
|
1906
1927
|
3,
|
|
1907
1928
|
n0,
|
|
1908
1929
|
_USAARp,
|
|
1909
1930
|
0,
|
|
1910
1931
|
[_sAA],
|
|
1911
|
-
[() => SourceApiAssociation],
|
|
1912
|
-
];
|
|
1913
|
-
var UpdateTypeRequest = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1914
|
-
var UpdateTypeResponse = [3, n0, _UTRp, 0, [_ty], [() => Type]];
|
|
1915
|
-
var UserPoolConfig = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1916
|
-
var AppSyncServiceException = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1917
|
-
schema.TypeRegistry.for(_sm).registerError(AppSyncServiceException
|
|
1918
|
-
var AdditionalAuthenticationProviders = [
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
];
|
|
1925
|
-
var ApiKeys = [1, n0, _AKp, 0, () => ApiKey];
|
|
1926
|
-
var Apis = [1, n0, _Ap, 0, () => Api];
|
|
1927
|
-
var AuthModes = [1, n0, _AMu, 0, () => AuthMode];
|
|
1928
|
-
var AuthProviders = [1, n0, _APu, 0, () => AuthProvider];
|
|
1929
|
-
var ChannelNamespaces = [1, n0, _CNh, 0, () => ChannelNamespace];
|
|
1930
|
-
var CodeErrors = [1, n0, _CEod, 0, () => CodeError];
|
|
1932
|
+
[() => SourceApiAssociation$],
|
|
1933
|
+
];
|
|
1934
|
+
var UpdateTypeRequest$ = [3, n0, _UTR, 0, [_aI, _tN, _def, _f], [[0, 1], [0, 1], 0, 0]];
|
|
1935
|
+
var UpdateTypeResponse$ = [3, n0, _UTRp, 0, [_ty], [() => Type$]];
|
|
1936
|
+
var UserPoolConfig$ = [3, n0, _UPC, 0, [_uPI, _aR, _dA, _aICR], [0, 0, 0, 0]];
|
|
1937
|
+
var AppSyncServiceException$ = [-3, _sm, "AppSyncServiceException", 0, [], []];
|
|
1938
|
+
schema.TypeRegistry.for(_sm).registerError(AppSyncServiceException$, AppSyncServiceException);
|
|
1939
|
+
var AdditionalAuthenticationProviders = [1, n0, _AAPd, 0, () => AdditionalAuthenticationProvider$];
|
|
1940
|
+
var ApiKeys = [1, n0, _AKp, 0, () => ApiKey$];
|
|
1941
|
+
var Apis = [1, n0, _Ap, 0, () => Api$];
|
|
1942
|
+
var AuthModes = [1, n0, _AMu, 0, () => AuthMode$];
|
|
1943
|
+
var AuthProviders = [1, n0, _APu, 0, () => AuthProvider$];
|
|
1944
|
+
var ChannelNamespaces = [1, n0, _CNh, 0, () => ChannelNamespace$];
|
|
1945
|
+
var CodeErrors = [1, n0, _CEod, 0, () => CodeError$];
|
|
1931
1946
|
var DataSourceIntrospectionModelFields = [
|
|
1932
1947
|
1,
|
|
1933
1948
|
n0,
|
|
1934
1949
|
_DSIMFa,
|
|
1935
1950
|
0,
|
|
1936
|
-
() => DataSourceIntrospectionModelField
|
|
1951
|
+
() => DataSourceIntrospectionModelField$,
|
|
1937
1952
|
];
|
|
1938
1953
|
var DataSourceIntrospectionModelIndexes = [
|
|
1939
1954
|
1,
|
|
1940
1955
|
n0,
|
|
1941
1956
|
_DSIMIa,
|
|
1942
1957
|
0,
|
|
1943
|
-
() => DataSourceIntrospectionModelIndex
|
|
1944
|
-
];
|
|
1945
|
-
var DataSourceIntrospectionModels = [1, n0, _DSIMa, 0, () => DataSourceIntrospectionModel];
|
|
1946
|
-
var DataSources = [1, n0, _DSa, 0, () => DataSource];
|
|
1947
|
-
var DomainNameConfigs = [1, n0, _DNCo, 0, () => DomainNameConfig];
|
|
1948
|
-
var Functions = [1, n0, _F, 0, () => FunctionConfiguration];
|
|
1949
|
-
var GraphqlApis = [1, n0, _GAr, 0, () => GraphqlApi];
|
|
1950
|
-
var Resolvers = [1, n0, _Re, 0, () => Resolver];
|
|
1951
|
-
var SourceApiAssociationSummaryList = [1, n0, _SAASL, 0, () => SourceApiAssociationSummary];
|
|
1952
|
-
var TypeList = [1, n0, _TL, 0, () => Type];
|
|
1953
|
-
var AssociateApi = [
|
|
1958
|
+
() => DataSourceIntrospectionModelIndex$,
|
|
1959
|
+
];
|
|
1960
|
+
var DataSourceIntrospectionModels = [1, n0, _DSIMa, 0, () => DataSourceIntrospectionModel$];
|
|
1961
|
+
var DataSources = [1, n0, _DSa, 0, () => DataSource$];
|
|
1962
|
+
var DomainNameConfigs = [1, n0, _DNCo, 0, () => DomainNameConfig$];
|
|
1963
|
+
var Functions = [1, n0, _F, 0, () => FunctionConfiguration$];
|
|
1964
|
+
var GraphqlApis = [1, n0, _GAr, 0, () => GraphqlApi$];
|
|
1965
|
+
var Resolvers = [1, n0, _Re, 0, () => Resolver$];
|
|
1966
|
+
var SourceApiAssociationSummaryList = [1, n0, _SAASL, 0, () => SourceApiAssociationSummary$];
|
|
1967
|
+
var TypeList = [1, n0, _TL, 0, () => Type$];
|
|
1968
|
+
var AssociateApi$ = [
|
|
1954
1969
|
9,
|
|
1955
1970
|
n0,
|
|
1956
1971
|
_AAs,
|
|
1957
1972
|
{ [_h]: ["POST", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
1958
|
-
() => AssociateApiRequest
|
|
1959
|
-
() => AssociateApiResponse
|
|
1973
|
+
() => AssociateApiRequest$,
|
|
1974
|
+
() => AssociateApiResponse$,
|
|
1960
1975
|
];
|
|
1961
|
-
var AssociateMergedGraphqlApi = [
|
|
1976
|
+
var AssociateMergedGraphqlApi$ = [
|
|
1962
1977
|
9,
|
|
1963
1978
|
n0,
|
|
1964
1979
|
_AMGA,
|
|
1965
1980
|
{ [_h]: ["POST", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations", 200] },
|
|
1966
|
-
() => AssociateMergedGraphqlApiRequest
|
|
1967
|
-
() => AssociateMergedGraphqlApiResponse
|
|
1981
|
+
() => AssociateMergedGraphqlApiRequest$,
|
|
1982
|
+
() => AssociateMergedGraphqlApiResponse$,
|
|
1968
1983
|
];
|
|
1969
|
-
var AssociateSourceGraphqlApi = [
|
|
1984
|
+
var AssociateSourceGraphqlApi$ = [
|
|
1970
1985
|
9,
|
|
1971
1986
|
n0,
|
|
1972
1987
|
_ASGA,
|
|
1973
1988
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations", 200] },
|
|
1974
|
-
() => AssociateSourceGraphqlApiRequest
|
|
1975
|
-
() => AssociateSourceGraphqlApiResponse
|
|
1989
|
+
() => AssociateSourceGraphqlApiRequest$,
|
|
1990
|
+
() => AssociateSourceGraphqlApiResponse$,
|
|
1976
1991
|
];
|
|
1977
|
-
var CreateApi = [
|
|
1992
|
+
var CreateApi$ = [
|
|
1978
1993
|
9,
|
|
1979
1994
|
n0,
|
|
1980
1995
|
_CA,
|
|
1981
1996
|
{ [_h]: ["POST", "/v2/apis", 200] },
|
|
1982
|
-
() => CreateApiRequest
|
|
1983
|
-
() => CreateApiResponse
|
|
1997
|
+
() => CreateApiRequest$,
|
|
1998
|
+
() => CreateApiResponse$,
|
|
1984
1999
|
];
|
|
1985
|
-
var CreateApiCache = [
|
|
2000
|
+
var CreateApiCache$ = [
|
|
1986
2001
|
9,
|
|
1987
2002
|
n0,
|
|
1988
2003
|
_CAC,
|
|
1989
2004
|
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
1990
|
-
() => CreateApiCacheRequest
|
|
1991
|
-
() => CreateApiCacheResponse
|
|
2005
|
+
() => CreateApiCacheRequest$,
|
|
2006
|
+
() => CreateApiCacheResponse$,
|
|
1992
2007
|
];
|
|
1993
|
-
var CreateApiKey = [
|
|
2008
|
+
var CreateApiKey$ = [
|
|
1994
2009
|
9,
|
|
1995
2010
|
n0,
|
|
1996
2011
|
_CAK,
|
|
1997
2012
|
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys", 200] },
|
|
1998
|
-
() => CreateApiKeyRequest
|
|
1999
|
-
() => CreateApiKeyResponse
|
|
2013
|
+
() => CreateApiKeyRequest$,
|
|
2014
|
+
() => CreateApiKeyResponse$,
|
|
2000
2015
|
];
|
|
2001
|
-
var CreateChannelNamespace = [
|
|
2016
|
+
var CreateChannelNamespace$ = [
|
|
2002
2017
|
9,
|
|
2003
2018
|
n0,
|
|
2004
2019
|
_CCN,
|
|
2005
2020
|
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2006
|
-
() => CreateChannelNamespaceRequest
|
|
2007
|
-
() => CreateChannelNamespaceResponse
|
|
2021
|
+
() => CreateChannelNamespaceRequest$,
|
|
2022
|
+
() => CreateChannelNamespaceResponse$,
|
|
2008
2023
|
];
|
|
2009
|
-
var CreateDataSource = [
|
|
2024
|
+
var CreateDataSource$ = [
|
|
2010
2025
|
9,
|
|
2011
2026
|
n0,
|
|
2012
2027
|
_CDS,
|
|
2013
2028
|
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources", 200] },
|
|
2014
|
-
() => CreateDataSourceRequest
|
|
2015
|
-
() => CreateDataSourceResponse
|
|
2029
|
+
() => CreateDataSourceRequest$,
|
|
2030
|
+
() => CreateDataSourceResponse$,
|
|
2016
2031
|
];
|
|
2017
|
-
var CreateDomainName = [
|
|
2032
|
+
var CreateDomainName$ = [
|
|
2018
2033
|
9,
|
|
2019
2034
|
n0,
|
|
2020
2035
|
_CDN,
|
|
2021
2036
|
{ [_h]: ["POST", "/v1/domainnames", 200] },
|
|
2022
|
-
() => CreateDomainNameRequest
|
|
2023
|
-
() => CreateDomainNameResponse
|
|
2037
|
+
() => CreateDomainNameRequest$,
|
|
2038
|
+
() => CreateDomainNameResponse$,
|
|
2024
2039
|
];
|
|
2025
|
-
var CreateFunction = [
|
|
2040
|
+
var CreateFunction$ = [
|
|
2026
2041
|
9,
|
|
2027
2042
|
n0,
|
|
2028
2043
|
_CF,
|
|
2029
2044
|
{ [_h]: ["POST", "/v1/apis/{apiId}/functions", 200] },
|
|
2030
|
-
() => CreateFunctionRequest
|
|
2031
|
-
() => CreateFunctionResponse
|
|
2045
|
+
() => CreateFunctionRequest$,
|
|
2046
|
+
() => CreateFunctionResponse$,
|
|
2032
2047
|
];
|
|
2033
|
-
var CreateGraphqlApi = [
|
|
2048
|
+
var CreateGraphqlApi$ = [
|
|
2034
2049
|
9,
|
|
2035
2050
|
n0,
|
|
2036
2051
|
_CGA,
|
|
2037
2052
|
{ [_h]: ["POST", "/v1/apis", 200] },
|
|
2038
|
-
() => CreateGraphqlApiRequest
|
|
2039
|
-
() => CreateGraphqlApiResponse
|
|
2053
|
+
() => CreateGraphqlApiRequest$,
|
|
2054
|
+
() => CreateGraphqlApiResponse$,
|
|
2040
2055
|
];
|
|
2041
|
-
var CreateResolver = [
|
|
2056
|
+
var CreateResolver$ = [
|
|
2042
2057
|
9,
|
|
2043
2058
|
n0,
|
|
2044
2059
|
_CR,
|
|
2045
2060
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2046
|
-
() => CreateResolverRequest
|
|
2047
|
-
() => CreateResolverResponse
|
|
2061
|
+
() => CreateResolverRequest$,
|
|
2062
|
+
() => CreateResolverResponse$,
|
|
2048
2063
|
];
|
|
2049
|
-
var CreateType = [
|
|
2064
|
+
var CreateType$ = [
|
|
2050
2065
|
9,
|
|
2051
2066
|
n0,
|
|
2052
2067
|
_CT,
|
|
2053
2068
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types", 200] },
|
|
2054
|
-
() => CreateTypeRequest
|
|
2055
|
-
() => CreateTypeResponse
|
|
2069
|
+
() => CreateTypeRequest$,
|
|
2070
|
+
() => CreateTypeResponse$,
|
|
2056
2071
|
];
|
|
2057
|
-
var DeleteApi = [
|
|
2072
|
+
var DeleteApi$ = [
|
|
2058
2073
|
9,
|
|
2059
2074
|
n0,
|
|
2060
2075
|
_DA,
|
|
2061
2076
|
{ [_h]: ["DELETE", "/v2/apis/{apiId}", 200] },
|
|
2062
|
-
() => DeleteApiRequest
|
|
2063
|
-
() => DeleteApiResponse
|
|
2077
|
+
() => DeleteApiRequest$,
|
|
2078
|
+
() => DeleteApiResponse$,
|
|
2064
2079
|
];
|
|
2065
|
-
var DeleteApiCache = [
|
|
2080
|
+
var DeleteApiCache$ = [
|
|
2066
2081
|
9,
|
|
2067
2082
|
n0,
|
|
2068
2083
|
_DAC,
|
|
2069
2084
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2070
|
-
() => DeleteApiCacheRequest
|
|
2071
|
-
() => DeleteApiCacheResponse
|
|
2085
|
+
() => DeleteApiCacheRequest$,
|
|
2086
|
+
() => DeleteApiCacheResponse$,
|
|
2072
2087
|
];
|
|
2073
|
-
var DeleteApiKey = [
|
|
2088
|
+
var DeleteApiKey$ = [
|
|
2074
2089
|
9,
|
|
2075
2090
|
n0,
|
|
2076
2091
|
_DAK,
|
|
2077
2092
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2078
|
-
() => DeleteApiKeyRequest
|
|
2079
|
-
() => DeleteApiKeyResponse
|
|
2093
|
+
() => DeleteApiKeyRequest$,
|
|
2094
|
+
() => DeleteApiKeyResponse$,
|
|
2080
2095
|
];
|
|
2081
|
-
var DeleteChannelNamespace = [
|
|
2096
|
+
var DeleteChannelNamespace$ = [
|
|
2082
2097
|
9,
|
|
2083
2098
|
n0,
|
|
2084
2099
|
_DCN,
|
|
2085
2100
|
{ [_h]: ["DELETE", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2086
|
-
() => DeleteChannelNamespaceRequest
|
|
2087
|
-
() => DeleteChannelNamespaceResponse
|
|
2101
|
+
() => DeleteChannelNamespaceRequest$,
|
|
2102
|
+
() => DeleteChannelNamespaceResponse$,
|
|
2088
2103
|
];
|
|
2089
|
-
var DeleteDataSource = [
|
|
2104
|
+
var DeleteDataSource$ = [
|
|
2090
2105
|
9,
|
|
2091
2106
|
n0,
|
|
2092
2107
|
_DDS,
|
|
2093
2108
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2094
|
-
() => DeleteDataSourceRequest
|
|
2095
|
-
() => DeleteDataSourceResponse
|
|
2109
|
+
() => DeleteDataSourceRequest$,
|
|
2110
|
+
() => DeleteDataSourceResponse$,
|
|
2096
2111
|
];
|
|
2097
|
-
var DeleteDomainName = [
|
|
2112
|
+
var DeleteDomainName$ = [
|
|
2098
2113
|
9,
|
|
2099
2114
|
n0,
|
|
2100
2115
|
_DDN,
|
|
2101
2116
|
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}", 200] },
|
|
2102
|
-
() => DeleteDomainNameRequest
|
|
2103
|
-
() => DeleteDomainNameResponse
|
|
2117
|
+
() => DeleteDomainNameRequest$,
|
|
2118
|
+
() => DeleteDomainNameResponse$,
|
|
2104
2119
|
];
|
|
2105
|
-
var DeleteFunction = [
|
|
2120
|
+
var DeleteFunction$ = [
|
|
2106
2121
|
9,
|
|
2107
2122
|
n0,
|
|
2108
2123
|
_DF,
|
|
2109
2124
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2110
|
-
() => DeleteFunctionRequest
|
|
2111
|
-
() => DeleteFunctionResponse
|
|
2125
|
+
() => DeleteFunctionRequest$,
|
|
2126
|
+
() => DeleteFunctionResponse$,
|
|
2112
2127
|
];
|
|
2113
|
-
var DeleteGraphqlApi = [
|
|
2128
|
+
var DeleteGraphqlApi$ = [
|
|
2114
2129
|
9,
|
|
2115
2130
|
n0,
|
|
2116
2131
|
_DGA,
|
|
2117
2132
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}", 200] },
|
|
2118
|
-
() => DeleteGraphqlApiRequest
|
|
2119
|
-
() => DeleteGraphqlApiResponse
|
|
2133
|
+
() => DeleteGraphqlApiRequest$,
|
|
2134
|
+
() => DeleteGraphqlApiResponse$,
|
|
2120
2135
|
];
|
|
2121
|
-
var DeleteResolver = [
|
|
2136
|
+
var DeleteResolver$ = [
|
|
2122
2137
|
9,
|
|
2123
2138
|
n0,
|
|
2124
2139
|
_DR,
|
|
2125
2140
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2126
|
-
() => DeleteResolverRequest
|
|
2127
|
-
() => DeleteResolverResponse
|
|
2141
|
+
() => DeleteResolverRequest$,
|
|
2142
|
+
() => DeleteResolverResponse$,
|
|
2128
2143
|
];
|
|
2129
|
-
var DeleteType = [
|
|
2144
|
+
var DeleteType$ = [
|
|
2130
2145
|
9,
|
|
2131
2146
|
n0,
|
|
2132
2147
|
_DT,
|
|
2133
2148
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2134
|
-
() => DeleteTypeRequest
|
|
2135
|
-
() => DeleteTypeResponse
|
|
2149
|
+
() => DeleteTypeRequest$,
|
|
2150
|
+
() => DeleteTypeResponse$,
|
|
2136
2151
|
];
|
|
2137
|
-
var DisassociateApi = [
|
|
2152
|
+
var DisassociateApi$ = [
|
|
2138
2153
|
9,
|
|
2139
2154
|
n0,
|
|
2140
2155
|
_DAi,
|
|
2141
2156
|
{ [_h]: ["DELETE", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2142
|
-
() => DisassociateApiRequest
|
|
2143
|
-
() => DisassociateApiResponse
|
|
2157
|
+
() => DisassociateApiRequest$,
|
|
2158
|
+
() => DisassociateApiResponse$,
|
|
2144
2159
|
];
|
|
2145
|
-
var DisassociateMergedGraphqlApi = [
|
|
2160
|
+
var DisassociateMergedGraphqlApi$ = [
|
|
2146
2161
|
9,
|
|
2147
2162
|
n0,
|
|
2148
2163
|
_DMGA,
|
|
2149
2164
|
{ [_h]: ["DELETE", "/v1/sourceApis/{sourceApiIdentifier}/mergedApiAssociations/{associationId}", 200] },
|
|
2150
|
-
() => DisassociateMergedGraphqlApiRequest
|
|
2151
|
-
() => DisassociateMergedGraphqlApiResponse
|
|
2165
|
+
() => DisassociateMergedGraphqlApiRequest$,
|
|
2166
|
+
() => DisassociateMergedGraphqlApiResponse$,
|
|
2152
2167
|
];
|
|
2153
|
-
var DisassociateSourceGraphqlApi = [
|
|
2168
|
+
var DisassociateSourceGraphqlApi$ = [
|
|
2154
2169
|
9,
|
|
2155
2170
|
n0,
|
|
2156
2171
|
_DSGA,
|
|
2157
2172
|
{ [_h]: ["DELETE", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2158
|
-
() => DisassociateSourceGraphqlApiRequest
|
|
2159
|
-
() => DisassociateSourceGraphqlApiResponse
|
|
2173
|
+
() => DisassociateSourceGraphqlApiRequest$,
|
|
2174
|
+
() => DisassociateSourceGraphqlApiResponse$,
|
|
2160
2175
|
];
|
|
2161
|
-
var EvaluateCode = [
|
|
2176
|
+
var EvaluateCode$ = [
|
|
2162
2177
|
9,
|
|
2163
2178
|
n0,
|
|
2164
2179
|
_ECv,
|
|
2165
2180
|
{ [_h]: ["POST", "/v1/dataplane-evaluatecode", 200] },
|
|
2166
|
-
() => EvaluateCodeRequest
|
|
2167
|
-
() => EvaluateCodeResponse
|
|
2181
|
+
() => EvaluateCodeRequest$,
|
|
2182
|
+
() => EvaluateCodeResponse$,
|
|
2168
2183
|
];
|
|
2169
|
-
var EvaluateMappingTemplate = [
|
|
2184
|
+
var EvaluateMappingTemplate$ = [
|
|
2170
2185
|
9,
|
|
2171
2186
|
n0,
|
|
2172
2187
|
_EMT,
|
|
2173
2188
|
{ [_h]: ["POST", "/v1/dataplane-evaluatetemplate", 200] },
|
|
2174
|
-
() => EvaluateMappingTemplateRequest
|
|
2175
|
-
() => EvaluateMappingTemplateResponse
|
|
2189
|
+
() => EvaluateMappingTemplateRequest$,
|
|
2190
|
+
() => EvaluateMappingTemplateResponse$,
|
|
2176
2191
|
];
|
|
2177
|
-
var FlushApiCache = [
|
|
2192
|
+
var FlushApiCache$ = [
|
|
2178
2193
|
9,
|
|
2179
2194
|
n0,
|
|
2180
2195
|
_FAC,
|
|
2181
2196
|
{ [_h]: ["DELETE", "/v1/apis/{apiId}/FlushCache", 200] },
|
|
2182
|
-
() => FlushApiCacheRequest
|
|
2183
|
-
() => FlushApiCacheResponse
|
|
2197
|
+
() => FlushApiCacheRequest$,
|
|
2198
|
+
() => FlushApiCacheResponse$,
|
|
2184
2199
|
];
|
|
2185
|
-
var GetApi = [
|
|
2200
|
+
var GetApi$ = [
|
|
2186
2201
|
9,
|
|
2187
2202
|
n0,
|
|
2188
2203
|
_GAe,
|
|
2189
2204
|
{ [_h]: ["GET", "/v2/apis/{apiId}", 200] },
|
|
2190
|
-
() => GetApiRequest
|
|
2191
|
-
() => GetApiResponse
|
|
2205
|
+
() => GetApiRequest$,
|
|
2206
|
+
() => GetApiResponse$,
|
|
2192
2207
|
];
|
|
2193
|
-
var GetApiAssociation = [
|
|
2208
|
+
var GetApiAssociation$ = [
|
|
2194
2209
|
9,
|
|
2195
2210
|
n0,
|
|
2196
2211
|
_GAA,
|
|
2197
2212
|
{ [_h]: ["GET", "/v1/domainnames/{domainName}/apiassociation", 200] },
|
|
2198
|
-
() => GetApiAssociationRequest
|
|
2199
|
-
() => GetApiAssociationResponse
|
|
2213
|
+
() => GetApiAssociationRequest$,
|
|
2214
|
+
() => GetApiAssociationResponse$,
|
|
2200
2215
|
];
|
|
2201
|
-
var GetApiCache = [
|
|
2216
|
+
var GetApiCache$ = [
|
|
2202
2217
|
9,
|
|
2203
2218
|
n0,
|
|
2204
2219
|
_GAC,
|
|
2205
2220
|
{ [_h]: ["GET", "/v1/apis/{apiId}/ApiCaches", 200] },
|
|
2206
|
-
() => GetApiCacheRequest
|
|
2207
|
-
() => GetApiCacheResponse
|
|
2221
|
+
() => GetApiCacheRequest$,
|
|
2222
|
+
() => GetApiCacheResponse$,
|
|
2208
2223
|
];
|
|
2209
|
-
var GetChannelNamespace = [
|
|
2224
|
+
var GetChannelNamespace$ = [
|
|
2210
2225
|
9,
|
|
2211
2226
|
n0,
|
|
2212
2227
|
_GCN,
|
|
2213
2228
|
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2214
|
-
() => GetChannelNamespaceRequest
|
|
2215
|
-
() => GetChannelNamespaceResponse
|
|
2229
|
+
() => GetChannelNamespaceRequest$,
|
|
2230
|
+
() => GetChannelNamespaceResponse$,
|
|
2216
2231
|
];
|
|
2217
|
-
var GetDataSource = [
|
|
2232
|
+
var GetDataSource$ = [
|
|
2218
2233
|
9,
|
|
2219
2234
|
n0,
|
|
2220
2235
|
_GDS,
|
|
2221
2236
|
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2222
|
-
() => GetDataSourceRequest
|
|
2223
|
-
() => GetDataSourceResponse
|
|
2237
|
+
() => GetDataSourceRequest$,
|
|
2238
|
+
() => GetDataSourceResponse$,
|
|
2224
2239
|
];
|
|
2225
|
-
var GetDataSourceIntrospection = [
|
|
2240
|
+
var GetDataSourceIntrospection$ = [
|
|
2226
2241
|
9,
|
|
2227
2242
|
n0,
|
|
2228
2243
|
_GDSI,
|
|
2229
2244
|
{ [_h]: ["GET", "/v1/datasources/introspections/{introspectionId}", 200] },
|
|
2230
|
-
() => GetDataSourceIntrospectionRequest
|
|
2231
|
-
() => GetDataSourceIntrospectionResponse
|
|
2245
|
+
() => GetDataSourceIntrospectionRequest$,
|
|
2246
|
+
() => GetDataSourceIntrospectionResponse$,
|
|
2232
2247
|
];
|
|
2233
|
-
var GetDomainName = [
|
|
2248
|
+
var GetDomainName$ = [
|
|
2234
2249
|
9,
|
|
2235
2250
|
n0,
|
|
2236
2251
|
_GDN,
|
|
2237
2252
|
{ [_h]: ["GET", "/v1/domainnames/{domainName}", 200] },
|
|
2238
|
-
() => GetDomainNameRequest
|
|
2239
|
-
() => GetDomainNameResponse
|
|
2253
|
+
() => GetDomainNameRequest$,
|
|
2254
|
+
() => GetDomainNameResponse$,
|
|
2240
2255
|
];
|
|
2241
|
-
var GetFunction = [
|
|
2256
|
+
var GetFunction$ = [
|
|
2242
2257
|
9,
|
|
2243
2258
|
n0,
|
|
2244
2259
|
_GF,
|
|
2245
2260
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2246
|
-
() => GetFunctionRequest
|
|
2247
|
-
() => GetFunctionResponse
|
|
2261
|
+
() => GetFunctionRequest$,
|
|
2262
|
+
() => GetFunctionResponse$,
|
|
2248
2263
|
];
|
|
2249
|
-
var GetGraphqlApi = [
|
|
2264
|
+
var GetGraphqlApi$ = [
|
|
2250
2265
|
9,
|
|
2251
2266
|
n0,
|
|
2252
2267
|
_GGA,
|
|
2253
2268
|
{ [_h]: ["GET", "/v1/apis/{apiId}", 200] },
|
|
2254
|
-
() => GetGraphqlApiRequest
|
|
2255
|
-
() => GetGraphqlApiResponse
|
|
2269
|
+
() => GetGraphqlApiRequest$,
|
|
2270
|
+
() => GetGraphqlApiResponse$,
|
|
2256
2271
|
];
|
|
2257
|
-
var GetGraphqlApiEnvironmentVariables = [
|
|
2272
|
+
var GetGraphqlApiEnvironmentVariables$ = [
|
|
2258
2273
|
9,
|
|
2259
2274
|
n0,
|
|
2260
2275
|
_GGAEV,
|
|
2261
2276
|
{ [_h]: ["GET", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2262
|
-
() => GetGraphqlApiEnvironmentVariablesRequest
|
|
2263
|
-
() => GetGraphqlApiEnvironmentVariablesResponse
|
|
2277
|
+
() => GetGraphqlApiEnvironmentVariablesRequest$,
|
|
2278
|
+
() => GetGraphqlApiEnvironmentVariablesResponse$,
|
|
2264
2279
|
];
|
|
2265
|
-
var GetIntrospectionSchema = [
|
|
2280
|
+
var GetIntrospectionSchema$ = [
|
|
2266
2281
|
9,
|
|
2267
2282
|
n0,
|
|
2268
2283
|
_GIS,
|
|
2269
2284
|
{ [_h]: ["GET", "/v1/apis/{apiId}/schema", 200] },
|
|
2270
|
-
() => GetIntrospectionSchemaRequest
|
|
2271
|
-
() => GetIntrospectionSchemaResponse
|
|
2285
|
+
() => GetIntrospectionSchemaRequest$,
|
|
2286
|
+
() => GetIntrospectionSchemaResponse$,
|
|
2272
2287
|
];
|
|
2273
|
-
var GetResolver = [
|
|
2288
|
+
var GetResolver$ = [
|
|
2274
2289
|
9,
|
|
2275
2290
|
n0,
|
|
2276
2291
|
_GR,
|
|
2277
2292
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2278
|
-
() => GetResolverRequest
|
|
2279
|
-
() => GetResolverResponse
|
|
2293
|
+
() => GetResolverRequest$,
|
|
2294
|
+
() => GetResolverResponse$,
|
|
2280
2295
|
];
|
|
2281
|
-
var GetSchemaCreationStatus = [
|
|
2296
|
+
var GetSchemaCreationStatus$ = [
|
|
2282
2297
|
9,
|
|
2283
2298
|
n0,
|
|
2284
2299
|
_GSCS,
|
|
2285
2300
|
{ [_h]: ["GET", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2286
|
-
() => GetSchemaCreationStatusRequest
|
|
2287
|
-
() => GetSchemaCreationStatusResponse
|
|
2301
|
+
() => GetSchemaCreationStatusRequest$,
|
|
2302
|
+
() => GetSchemaCreationStatusResponse$,
|
|
2288
2303
|
];
|
|
2289
|
-
var GetSourceApiAssociation = [
|
|
2304
|
+
var GetSourceApiAssociation$ = [
|
|
2290
2305
|
9,
|
|
2291
2306
|
n0,
|
|
2292
2307
|
_GSAA,
|
|
2293
2308
|
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2294
|
-
() => GetSourceApiAssociationRequest
|
|
2295
|
-
() => GetSourceApiAssociationResponse
|
|
2309
|
+
() => GetSourceApiAssociationRequest$,
|
|
2310
|
+
() => GetSourceApiAssociationResponse$,
|
|
2296
2311
|
];
|
|
2297
|
-
var GetType = [
|
|
2312
|
+
var GetType$ = [
|
|
2298
2313
|
9,
|
|
2299
2314
|
n0,
|
|
2300
2315
|
_GT,
|
|
2301
2316
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2302
|
-
() => GetTypeRequest
|
|
2303
|
-
() => GetTypeResponse
|
|
2317
|
+
() => GetTypeRequest$,
|
|
2318
|
+
() => GetTypeResponse$,
|
|
2304
2319
|
];
|
|
2305
|
-
var ListApiKeys = [
|
|
2320
|
+
var ListApiKeys$ = [
|
|
2306
2321
|
9,
|
|
2307
2322
|
n0,
|
|
2308
2323
|
_LAK,
|
|
2309
2324
|
{ [_h]: ["GET", "/v1/apis/{apiId}/apikeys", 200] },
|
|
2310
|
-
() => ListApiKeysRequest
|
|
2311
|
-
() => ListApiKeysResponse
|
|
2325
|
+
() => ListApiKeysRequest$,
|
|
2326
|
+
() => ListApiKeysResponse$,
|
|
2312
2327
|
];
|
|
2313
|
-
var ListApis = [
|
|
2328
|
+
var ListApis$ = [
|
|
2314
2329
|
9,
|
|
2315
2330
|
n0,
|
|
2316
2331
|
_LA,
|
|
2317
2332
|
{ [_h]: ["GET", "/v2/apis", 200] },
|
|
2318
|
-
() => ListApisRequest
|
|
2319
|
-
() => ListApisResponse
|
|
2333
|
+
() => ListApisRequest$,
|
|
2334
|
+
() => ListApisResponse$,
|
|
2320
2335
|
];
|
|
2321
|
-
var ListChannelNamespaces = [
|
|
2336
|
+
var ListChannelNamespaces$ = [
|
|
2322
2337
|
9,
|
|
2323
2338
|
n0,
|
|
2324
2339
|
_LCN,
|
|
2325
2340
|
{ [_h]: ["GET", "/v2/apis/{apiId}/channelNamespaces", 200] },
|
|
2326
|
-
() => ListChannelNamespacesRequest
|
|
2327
|
-
() => ListChannelNamespacesResponse
|
|
2341
|
+
() => ListChannelNamespacesRequest$,
|
|
2342
|
+
() => ListChannelNamespacesResponse$,
|
|
2328
2343
|
];
|
|
2329
|
-
var ListDataSources = [
|
|
2344
|
+
var ListDataSources$ = [
|
|
2330
2345
|
9,
|
|
2331
2346
|
n0,
|
|
2332
2347
|
_LDS,
|
|
2333
2348
|
{ [_h]: ["GET", "/v1/apis/{apiId}/datasources", 200] },
|
|
2334
|
-
() => ListDataSourcesRequest
|
|
2335
|
-
() => ListDataSourcesResponse
|
|
2349
|
+
() => ListDataSourcesRequest$,
|
|
2350
|
+
() => ListDataSourcesResponse$,
|
|
2336
2351
|
];
|
|
2337
|
-
var ListDomainNames = [
|
|
2352
|
+
var ListDomainNames$ = [
|
|
2338
2353
|
9,
|
|
2339
2354
|
n0,
|
|
2340
2355
|
_LDN,
|
|
2341
2356
|
{ [_h]: ["GET", "/v1/domainnames", 200] },
|
|
2342
|
-
() => ListDomainNamesRequest
|
|
2343
|
-
() => ListDomainNamesResponse
|
|
2357
|
+
() => ListDomainNamesRequest$,
|
|
2358
|
+
() => ListDomainNamesResponse$,
|
|
2344
2359
|
];
|
|
2345
|
-
var ListFunctions = [
|
|
2360
|
+
var ListFunctions$ = [
|
|
2346
2361
|
9,
|
|
2347
2362
|
n0,
|
|
2348
2363
|
_LF,
|
|
2349
2364
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions", 200] },
|
|
2350
|
-
() => ListFunctionsRequest
|
|
2351
|
-
() => ListFunctionsResponse
|
|
2365
|
+
() => ListFunctionsRequest$,
|
|
2366
|
+
() => ListFunctionsResponse$,
|
|
2352
2367
|
];
|
|
2353
|
-
var ListGraphqlApis = [
|
|
2368
|
+
var ListGraphqlApis$ = [
|
|
2354
2369
|
9,
|
|
2355
2370
|
n0,
|
|
2356
2371
|
_LGA,
|
|
2357
2372
|
{ [_h]: ["GET", "/v1/apis", 200] },
|
|
2358
|
-
() => ListGraphqlApisRequest
|
|
2359
|
-
() => ListGraphqlApisResponse
|
|
2373
|
+
() => ListGraphqlApisRequest$,
|
|
2374
|
+
() => ListGraphqlApisResponse$,
|
|
2360
2375
|
];
|
|
2361
|
-
var ListResolvers = [
|
|
2376
|
+
var ListResolvers$ = [
|
|
2362
2377
|
9,
|
|
2363
2378
|
n0,
|
|
2364
2379
|
_LR,
|
|
2365
2380
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types/{typeName}/resolvers", 200] },
|
|
2366
|
-
() => ListResolversRequest
|
|
2367
|
-
() => ListResolversResponse
|
|
2381
|
+
() => ListResolversRequest$,
|
|
2382
|
+
() => ListResolversResponse$,
|
|
2368
2383
|
];
|
|
2369
|
-
var ListResolversByFunction = [
|
|
2384
|
+
var ListResolversByFunction$ = [
|
|
2370
2385
|
9,
|
|
2371
2386
|
n0,
|
|
2372
2387
|
_LRBF,
|
|
2373
2388
|
{ [_h]: ["GET", "/v1/apis/{apiId}/functions/{functionId}/resolvers", 200] },
|
|
2374
|
-
() => ListResolversByFunctionRequest
|
|
2375
|
-
() => ListResolversByFunctionResponse
|
|
2389
|
+
() => ListResolversByFunctionRequest$,
|
|
2390
|
+
() => ListResolversByFunctionResponse$,
|
|
2376
2391
|
];
|
|
2377
|
-
var ListSourceApiAssociations = [
|
|
2392
|
+
var ListSourceApiAssociations$ = [
|
|
2378
2393
|
9,
|
|
2379
2394
|
n0,
|
|
2380
2395
|
_LSAA,
|
|
2381
2396
|
{ [_h]: ["GET", "/v1/apis/{apiId}/sourceApiAssociations", 200] },
|
|
2382
|
-
() => ListSourceApiAssociationsRequest
|
|
2383
|
-
() => ListSourceApiAssociationsResponse
|
|
2397
|
+
() => ListSourceApiAssociationsRequest$,
|
|
2398
|
+
() => ListSourceApiAssociationsResponse$,
|
|
2384
2399
|
];
|
|
2385
|
-
var ListTagsForResource = [
|
|
2400
|
+
var ListTagsForResource$ = [
|
|
2386
2401
|
9,
|
|
2387
2402
|
n0,
|
|
2388
2403
|
_LTFR,
|
|
2389
2404
|
{ [_h]: ["GET", "/v1/tags/{resourceArn}", 200] },
|
|
2390
|
-
() => ListTagsForResourceRequest
|
|
2391
|
-
() => ListTagsForResourceResponse
|
|
2405
|
+
() => ListTagsForResourceRequest$,
|
|
2406
|
+
() => ListTagsForResourceResponse$,
|
|
2392
2407
|
];
|
|
2393
|
-
var ListTypes = [
|
|
2408
|
+
var ListTypes$ = [
|
|
2394
2409
|
9,
|
|
2395
2410
|
n0,
|
|
2396
2411
|
_LT,
|
|
2397
2412
|
{ [_h]: ["GET", "/v1/apis/{apiId}/types", 200] },
|
|
2398
|
-
() => ListTypesRequest
|
|
2399
|
-
() => ListTypesResponse
|
|
2413
|
+
() => ListTypesRequest$,
|
|
2414
|
+
() => ListTypesResponse$,
|
|
2400
2415
|
];
|
|
2401
|
-
var ListTypesByAssociation = [
|
|
2416
|
+
var ListTypesByAssociation$ = [
|
|
2402
2417
|
9,
|
|
2403
2418
|
n0,
|
|
2404
2419
|
_LTBA,
|
|
2405
2420
|
{ [_h]: ["GET", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/types", 200] },
|
|
2406
|
-
() => ListTypesByAssociationRequest
|
|
2407
|
-
() => ListTypesByAssociationResponse
|
|
2421
|
+
() => ListTypesByAssociationRequest$,
|
|
2422
|
+
() => ListTypesByAssociationResponse$,
|
|
2408
2423
|
];
|
|
2409
|
-
var PutGraphqlApiEnvironmentVariables = [
|
|
2424
|
+
var PutGraphqlApiEnvironmentVariables$ = [
|
|
2410
2425
|
9,
|
|
2411
2426
|
n0,
|
|
2412
2427
|
_PGAEV,
|
|
2413
2428
|
{ [_h]: ["PUT", "/v1/apis/{apiId}/environmentVariables", 200] },
|
|
2414
|
-
() => PutGraphqlApiEnvironmentVariablesRequest
|
|
2415
|
-
() => PutGraphqlApiEnvironmentVariablesResponse
|
|
2429
|
+
() => PutGraphqlApiEnvironmentVariablesRequest$,
|
|
2430
|
+
() => PutGraphqlApiEnvironmentVariablesResponse$,
|
|
2416
2431
|
];
|
|
2417
|
-
var StartDataSourceIntrospection = [
|
|
2432
|
+
var StartDataSourceIntrospection$ = [
|
|
2418
2433
|
9,
|
|
2419
2434
|
n0,
|
|
2420
2435
|
_SDSI,
|
|
2421
2436
|
{ [_h]: ["POST", "/v1/datasources/introspections", 200] },
|
|
2422
|
-
() => StartDataSourceIntrospectionRequest
|
|
2423
|
-
() => StartDataSourceIntrospectionResponse
|
|
2437
|
+
() => StartDataSourceIntrospectionRequest$,
|
|
2438
|
+
() => StartDataSourceIntrospectionResponse$,
|
|
2424
2439
|
];
|
|
2425
|
-
var StartSchemaCreation = [
|
|
2440
|
+
var StartSchemaCreation$ = [
|
|
2426
2441
|
9,
|
|
2427
2442
|
n0,
|
|
2428
2443
|
_SSC,
|
|
2429
2444
|
{ [_h]: ["POST", "/v1/apis/{apiId}/schemacreation", 200] },
|
|
2430
|
-
() => StartSchemaCreationRequest
|
|
2431
|
-
() => StartSchemaCreationResponse
|
|
2445
|
+
() => StartSchemaCreationRequest$,
|
|
2446
|
+
() => StartSchemaCreationResponse$,
|
|
2432
2447
|
];
|
|
2433
|
-
var StartSchemaMerge = [
|
|
2448
|
+
var StartSchemaMerge$ = [
|
|
2434
2449
|
9,
|
|
2435
2450
|
n0,
|
|
2436
2451
|
_SSM,
|
|
2437
2452
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}/merge", 200] },
|
|
2438
|
-
() => StartSchemaMergeRequest
|
|
2439
|
-
() => StartSchemaMergeResponse
|
|
2453
|
+
() => StartSchemaMergeRequest$,
|
|
2454
|
+
() => StartSchemaMergeResponse$,
|
|
2440
2455
|
];
|
|
2441
|
-
var TagResource = [
|
|
2456
|
+
var TagResource$ = [
|
|
2442
2457
|
9,
|
|
2443
2458
|
n0,
|
|
2444
2459
|
_TR,
|
|
2445
2460
|
{ [_h]: ["POST", "/v1/tags/{resourceArn}", 200] },
|
|
2446
|
-
() => TagResourceRequest
|
|
2447
|
-
() => TagResourceResponse
|
|
2461
|
+
() => TagResourceRequest$,
|
|
2462
|
+
() => TagResourceResponse$,
|
|
2448
2463
|
];
|
|
2449
|
-
var UntagResource = [
|
|
2464
|
+
var UntagResource$ = [
|
|
2450
2465
|
9,
|
|
2451
2466
|
n0,
|
|
2452
2467
|
_UR,
|
|
2453
2468
|
{ [_h]: ["DELETE", "/v1/tags/{resourceArn}", 200] },
|
|
2454
|
-
() => UntagResourceRequest
|
|
2455
|
-
() => UntagResourceResponse
|
|
2469
|
+
() => UntagResourceRequest$,
|
|
2470
|
+
() => UntagResourceResponse$,
|
|
2456
2471
|
];
|
|
2457
|
-
var UpdateApi = [
|
|
2472
|
+
var UpdateApi$ = [
|
|
2458
2473
|
9,
|
|
2459
2474
|
n0,
|
|
2460
2475
|
_UA,
|
|
2461
2476
|
{ [_h]: ["POST", "/v2/apis/{apiId}", 200] },
|
|
2462
|
-
() => UpdateApiRequest
|
|
2463
|
-
() => UpdateApiResponse
|
|
2477
|
+
() => UpdateApiRequest$,
|
|
2478
|
+
() => UpdateApiResponse$,
|
|
2464
2479
|
];
|
|
2465
|
-
var UpdateApiCache = [
|
|
2480
|
+
var UpdateApiCache$ = [
|
|
2466
2481
|
9,
|
|
2467
2482
|
n0,
|
|
2468
2483
|
_UAC,
|
|
2469
2484
|
{ [_h]: ["POST", "/v1/apis/{apiId}/ApiCaches/update", 200] },
|
|
2470
|
-
() => UpdateApiCacheRequest
|
|
2471
|
-
() => UpdateApiCacheResponse
|
|
2485
|
+
() => UpdateApiCacheRequest$,
|
|
2486
|
+
() => UpdateApiCacheResponse$,
|
|
2472
2487
|
];
|
|
2473
|
-
var UpdateApiKey = [
|
|
2488
|
+
var UpdateApiKey$ = [
|
|
2474
2489
|
9,
|
|
2475
2490
|
n0,
|
|
2476
2491
|
_UAK,
|
|
2477
2492
|
{ [_h]: ["POST", "/v1/apis/{apiId}/apikeys/{id}", 200] },
|
|
2478
|
-
() => UpdateApiKeyRequest
|
|
2479
|
-
() => UpdateApiKeyResponse
|
|
2493
|
+
() => UpdateApiKeyRequest$,
|
|
2494
|
+
() => UpdateApiKeyResponse$,
|
|
2480
2495
|
];
|
|
2481
|
-
var UpdateChannelNamespace = [
|
|
2496
|
+
var UpdateChannelNamespace$ = [
|
|
2482
2497
|
9,
|
|
2483
2498
|
n0,
|
|
2484
2499
|
_UCN,
|
|
2485
2500
|
{ [_h]: ["POST", "/v2/apis/{apiId}/channelNamespaces/{name}", 200] },
|
|
2486
|
-
() => UpdateChannelNamespaceRequest
|
|
2487
|
-
() => UpdateChannelNamespaceResponse
|
|
2501
|
+
() => UpdateChannelNamespaceRequest$,
|
|
2502
|
+
() => UpdateChannelNamespaceResponse$,
|
|
2488
2503
|
];
|
|
2489
|
-
var UpdateDataSource = [
|
|
2504
|
+
var UpdateDataSource$ = [
|
|
2490
2505
|
9,
|
|
2491
2506
|
n0,
|
|
2492
2507
|
_UDS,
|
|
2493
2508
|
{ [_h]: ["POST", "/v1/apis/{apiId}/datasources/{name}", 200] },
|
|
2494
|
-
() => UpdateDataSourceRequest
|
|
2495
|
-
() => UpdateDataSourceResponse
|
|
2509
|
+
() => UpdateDataSourceRequest$,
|
|
2510
|
+
() => UpdateDataSourceResponse$,
|
|
2496
2511
|
];
|
|
2497
|
-
var UpdateDomainName = [
|
|
2512
|
+
var UpdateDomainName$ = [
|
|
2498
2513
|
9,
|
|
2499
2514
|
n0,
|
|
2500
2515
|
_UDN,
|
|
2501
2516
|
{ [_h]: ["POST", "/v1/domainnames/{domainName}", 200] },
|
|
2502
|
-
() => UpdateDomainNameRequest
|
|
2503
|
-
() => UpdateDomainNameResponse
|
|
2517
|
+
() => UpdateDomainNameRequest$,
|
|
2518
|
+
() => UpdateDomainNameResponse$,
|
|
2504
2519
|
];
|
|
2505
|
-
var UpdateFunction = [
|
|
2520
|
+
var UpdateFunction$ = [
|
|
2506
2521
|
9,
|
|
2507
2522
|
n0,
|
|
2508
2523
|
_UF,
|
|
2509
2524
|
{ [_h]: ["POST", "/v1/apis/{apiId}/functions/{functionId}", 200] },
|
|
2510
|
-
() => UpdateFunctionRequest
|
|
2511
|
-
() => UpdateFunctionResponse
|
|
2525
|
+
() => UpdateFunctionRequest$,
|
|
2526
|
+
() => UpdateFunctionResponse$,
|
|
2512
2527
|
];
|
|
2513
|
-
var UpdateGraphqlApi = [
|
|
2528
|
+
var UpdateGraphqlApi$ = [
|
|
2514
2529
|
9,
|
|
2515
2530
|
n0,
|
|
2516
2531
|
_UGA,
|
|
2517
2532
|
{ [_h]: ["POST", "/v1/apis/{apiId}", 200] },
|
|
2518
|
-
() => UpdateGraphqlApiRequest
|
|
2519
|
-
() => UpdateGraphqlApiResponse
|
|
2533
|
+
() => UpdateGraphqlApiRequest$,
|
|
2534
|
+
() => UpdateGraphqlApiResponse$,
|
|
2520
2535
|
];
|
|
2521
|
-
var UpdateResolver = [
|
|
2536
|
+
var UpdateResolver$ = [
|
|
2522
2537
|
9,
|
|
2523
2538
|
n0,
|
|
2524
2539
|
_URp,
|
|
2525
2540
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}/resolvers/{fieldName}", 200] },
|
|
2526
|
-
() => UpdateResolverRequest
|
|
2527
|
-
() => UpdateResolverResponse
|
|
2541
|
+
() => UpdateResolverRequest$,
|
|
2542
|
+
() => UpdateResolverResponse$,
|
|
2528
2543
|
];
|
|
2529
|
-
var UpdateSourceApiAssociation = [
|
|
2544
|
+
var UpdateSourceApiAssociation$ = [
|
|
2530
2545
|
9,
|
|
2531
2546
|
n0,
|
|
2532
2547
|
_USAA,
|
|
2533
2548
|
{ [_h]: ["POST", "/v1/mergedApis/{mergedApiIdentifier}/sourceApiAssociations/{associationId}", 200] },
|
|
2534
|
-
() => UpdateSourceApiAssociationRequest
|
|
2535
|
-
() => UpdateSourceApiAssociationResponse
|
|
2549
|
+
() => UpdateSourceApiAssociationRequest$,
|
|
2550
|
+
() => UpdateSourceApiAssociationResponse$,
|
|
2536
2551
|
];
|
|
2537
|
-
var UpdateType = [
|
|
2552
|
+
var UpdateType$ = [
|
|
2538
2553
|
9,
|
|
2539
2554
|
n0,
|
|
2540
2555
|
_UT,
|
|
2541
2556
|
{ [_h]: ["POST", "/v1/apis/{apiId}/types/{typeName}", 200] },
|
|
2542
|
-
() => UpdateTypeRequest
|
|
2543
|
-
() => UpdateTypeResponse
|
|
2557
|
+
() => UpdateTypeRequest$,
|
|
2558
|
+
() => UpdateTypeResponse$,
|
|
2544
2559
|
];
|
|
2545
2560
|
|
|
2546
2561
|
class AssociateApiCommand extends smithyClient.Command
|
|
@@ -2551,7 +2566,7 @@ class AssociateApiCommand extends smithyClient.Command
|
|
|
2551
2566
|
})
|
|
2552
2567
|
.s("AWSDeepdishControlPlaneService", "AssociateApi", {})
|
|
2553
2568
|
.n("AppSyncClient", "AssociateApiCommand")
|
|
2554
|
-
.sc(AssociateApi)
|
|
2569
|
+
.sc(AssociateApi$)
|
|
2555
2570
|
.build() {
|
|
2556
2571
|
}
|
|
2557
2572
|
|
|
@@ -2563,7 +2578,7 @@ class AssociateMergedGraphqlApiCommand extends smithyClient.Command
|
|
|
2563
2578
|
})
|
|
2564
2579
|
.s("AWSDeepdishControlPlaneService", "AssociateMergedGraphqlApi", {})
|
|
2565
2580
|
.n("AppSyncClient", "AssociateMergedGraphqlApiCommand")
|
|
2566
|
-
.sc(AssociateMergedGraphqlApi)
|
|
2581
|
+
.sc(AssociateMergedGraphqlApi$)
|
|
2567
2582
|
.build() {
|
|
2568
2583
|
}
|
|
2569
2584
|
|
|
@@ -2575,7 +2590,7 @@ class AssociateSourceGraphqlApiCommand extends smithyClient.Command
|
|
|
2575
2590
|
})
|
|
2576
2591
|
.s("AWSDeepdishControlPlaneService", "AssociateSourceGraphqlApi", {})
|
|
2577
2592
|
.n("AppSyncClient", "AssociateSourceGraphqlApiCommand")
|
|
2578
|
-
.sc(AssociateSourceGraphqlApi)
|
|
2593
|
+
.sc(AssociateSourceGraphqlApi$)
|
|
2579
2594
|
.build() {
|
|
2580
2595
|
}
|
|
2581
2596
|
|
|
@@ -2587,7 +2602,7 @@ class CreateApiCacheCommand extends smithyClient.Command
|
|
|
2587
2602
|
})
|
|
2588
2603
|
.s("AWSDeepdishControlPlaneService", "CreateApiCache", {})
|
|
2589
2604
|
.n("AppSyncClient", "CreateApiCacheCommand")
|
|
2590
|
-
.sc(CreateApiCache)
|
|
2605
|
+
.sc(CreateApiCache$)
|
|
2591
2606
|
.build() {
|
|
2592
2607
|
}
|
|
2593
2608
|
|
|
@@ -2599,7 +2614,7 @@ class CreateApiCommand extends smithyClient.Command
|
|
|
2599
2614
|
})
|
|
2600
2615
|
.s("AWSDeepdishControlPlaneService", "CreateApi", {})
|
|
2601
2616
|
.n("AppSyncClient", "CreateApiCommand")
|
|
2602
|
-
.sc(CreateApi)
|
|
2617
|
+
.sc(CreateApi$)
|
|
2603
2618
|
.build() {
|
|
2604
2619
|
}
|
|
2605
2620
|
|
|
@@ -2611,7 +2626,7 @@ class CreateApiKeyCommand extends smithyClient.Command
|
|
|
2611
2626
|
})
|
|
2612
2627
|
.s("AWSDeepdishControlPlaneService", "CreateApiKey", {})
|
|
2613
2628
|
.n("AppSyncClient", "CreateApiKeyCommand")
|
|
2614
|
-
.sc(CreateApiKey)
|
|
2629
|
+
.sc(CreateApiKey$)
|
|
2615
2630
|
.build() {
|
|
2616
2631
|
}
|
|
2617
2632
|
|
|
@@ -2623,7 +2638,7 @@ class CreateChannelNamespaceCommand extends smithyClient.Command
|
|
|
2623
2638
|
})
|
|
2624
2639
|
.s("AWSDeepdishControlPlaneService", "CreateChannelNamespace", {})
|
|
2625
2640
|
.n("AppSyncClient", "CreateChannelNamespaceCommand")
|
|
2626
|
-
.sc(CreateChannelNamespace)
|
|
2641
|
+
.sc(CreateChannelNamespace$)
|
|
2627
2642
|
.build() {
|
|
2628
2643
|
}
|
|
2629
2644
|
|
|
@@ -2635,7 +2650,7 @@ class CreateDataSourceCommand extends smithyClient.Command
|
|
|
2635
2650
|
})
|
|
2636
2651
|
.s("AWSDeepdishControlPlaneService", "CreateDataSource", {})
|
|
2637
2652
|
.n("AppSyncClient", "CreateDataSourceCommand")
|
|
2638
|
-
.sc(CreateDataSource)
|
|
2653
|
+
.sc(CreateDataSource$)
|
|
2639
2654
|
.build() {
|
|
2640
2655
|
}
|
|
2641
2656
|
|
|
@@ -2647,7 +2662,7 @@ class CreateDomainNameCommand extends smithyClient.Command
|
|
|
2647
2662
|
})
|
|
2648
2663
|
.s("AWSDeepdishControlPlaneService", "CreateDomainName", {})
|
|
2649
2664
|
.n("AppSyncClient", "CreateDomainNameCommand")
|
|
2650
|
-
.sc(CreateDomainName)
|
|
2665
|
+
.sc(CreateDomainName$)
|
|
2651
2666
|
.build() {
|
|
2652
2667
|
}
|
|
2653
2668
|
|
|
@@ -2659,7 +2674,7 @@ class CreateFunctionCommand extends smithyClient.Command
|
|
|
2659
2674
|
})
|
|
2660
2675
|
.s("AWSDeepdishControlPlaneService", "CreateFunction", {})
|
|
2661
2676
|
.n("AppSyncClient", "CreateFunctionCommand")
|
|
2662
|
-
.sc(CreateFunction)
|
|
2677
|
+
.sc(CreateFunction$)
|
|
2663
2678
|
.build() {
|
|
2664
2679
|
}
|
|
2665
2680
|
|
|
@@ -2671,7 +2686,7 @@ class CreateGraphqlApiCommand extends smithyClient.Command
|
|
|
2671
2686
|
})
|
|
2672
2687
|
.s("AWSDeepdishControlPlaneService", "CreateGraphqlApi", {})
|
|
2673
2688
|
.n("AppSyncClient", "CreateGraphqlApiCommand")
|
|
2674
|
-
.sc(CreateGraphqlApi)
|
|
2689
|
+
.sc(CreateGraphqlApi$)
|
|
2675
2690
|
.build() {
|
|
2676
2691
|
}
|
|
2677
2692
|
|
|
@@ -2683,7 +2698,7 @@ class CreateResolverCommand extends smithyClient.Command
|
|
|
2683
2698
|
})
|
|
2684
2699
|
.s("AWSDeepdishControlPlaneService", "CreateResolver", {})
|
|
2685
2700
|
.n("AppSyncClient", "CreateResolverCommand")
|
|
2686
|
-
.sc(CreateResolver)
|
|
2701
|
+
.sc(CreateResolver$)
|
|
2687
2702
|
.build() {
|
|
2688
2703
|
}
|
|
2689
2704
|
|
|
@@ -2695,7 +2710,7 @@ class CreateTypeCommand extends smithyClient.Command
|
|
|
2695
2710
|
})
|
|
2696
2711
|
.s("AWSDeepdishControlPlaneService", "CreateType", {})
|
|
2697
2712
|
.n("AppSyncClient", "CreateTypeCommand")
|
|
2698
|
-
.sc(CreateType)
|
|
2713
|
+
.sc(CreateType$)
|
|
2699
2714
|
.build() {
|
|
2700
2715
|
}
|
|
2701
2716
|
|
|
@@ -2707,7 +2722,7 @@ class DeleteApiCacheCommand extends smithyClient.Command
|
|
|
2707
2722
|
})
|
|
2708
2723
|
.s("AWSDeepdishControlPlaneService", "DeleteApiCache", {})
|
|
2709
2724
|
.n("AppSyncClient", "DeleteApiCacheCommand")
|
|
2710
|
-
.sc(DeleteApiCache)
|
|
2725
|
+
.sc(DeleteApiCache$)
|
|
2711
2726
|
.build() {
|
|
2712
2727
|
}
|
|
2713
2728
|
|
|
@@ -2719,7 +2734,7 @@ class DeleteApiCommand extends smithyClient.Command
|
|
|
2719
2734
|
})
|
|
2720
2735
|
.s("AWSDeepdishControlPlaneService", "DeleteApi", {})
|
|
2721
2736
|
.n("AppSyncClient", "DeleteApiCommand")
|
|
2722
|
-
.sc(DeleteApi)
|
|
2737
|
+
.sc(DeleteApi$)
|
|
2723
2738
|
.build() {
|
|
2724
2739
|
}
|
|
2725
2740
|
|
|
@@ -2731,7 +2746,7 @@ class DeleteApiKeyCommand extends smithyClient.Command
|
|
|
2731
2746
|
})
|
|
2732
2747
|
.s("AWSDeepdishControlPlaneService", "DeleteApiKey", {})
|
|
2733
2748
|
.n("AppSyncClient", "DeleteApiKeyCommand")
|
|
2734
|
-
.sc(DeleteApiKey)
|
|
2749
|
+
.sc(DeleteApiKey$)
|
|
2735
2750
|
.build() {
|
|
2736
2751
|
}
|
|
2737
2752
|
|
|
@@ -2743,7 +2758,7 @@ class DeleteChannelNamespaceCommand extends smithyClient.Command
|
|
|
2743
2758
|
})
|
|
2744
2759
|
.s("AWSDeepdishControlPlaneService", "DeleteChannelNamespace", {})
|
|
2745
2760
|
.n("AppSyncClient", "DeleteChannelNamespaceCommand")
|
|
2746
|
-
.sc(DeleteChannelNamespace)
|
|
2761
|
+
.sc(DeleteChannelNamespace$)
|
|
2747
2762
|
.build() {
|
|
2748
2763
|
}
|
|
2749
2764
|
|
|
@@ -2755,7 +2770,7 @@ class DeleteDataSourceCommand extends smithyClient.Command
|
|
|
2755
2770
|
})
|
|
2756
2771
|
.s("AWSDeepdishControlPlaneService", "DeleteDataSource", {})
|
|
2757
2772
|
.n("AppSyncClient", "DeleteDataSourceCommand")
|
|
2758
|
-
.sc(DeleteDataSource)
|
|
2773
|
+
.sc(DeleteDataSource$)
|
|
2759
2774
|
.build() {
|
|
2760
2775
|
}
|
|
2761
2776
|
|
|
@@ -2767,7 +2782,7 @@ class DeleteDomainNameCommand extends smithyClient.Command
|
|
|
2767
2782
|
})
|
|
2768
2783
|
.s("AWSDeepdishControlPlaneService", "DeleteDomainName", {})
|
|
2769
2784
|
.n("AppSyncClient", "DeleteDomainNameCommand")
|
|
2770
|
-
.sc(DeleteDomainName)
|
|
2785
|
+
.sc(DeleteDomainName$)
|
|
2771
2786
|
.build() {
|
|
2772
2787
|
}
|
|
2773
2788
|
|
|
@@ -2779,7 +2794,7 @@ class DeleteFunctionCommand extends smithyClient.Command
|
|
|
2779
2794
|
})
|
|
2780
2795
|
.s("AWSDeepdishControlPlaneService", "DeleteFunction", {})
|
|
2781
2796
|
.n("AppSyncClient", "DeleteFunctionCommand")
|
|
2782
|
-
.sc(DeleteFunction)
|
|
2797
|
+
.sc(DeleteFunction$)
|
|
2783
2798
|
.build() {
|
|
2784
2799
|
}
|
|
2785
2800
|
|
|
@@ -2791,7 +2806,7 @@ class DeleteGraphqlApiCommand extends smithyClient.Command
|
|
|
2791
2806
|
})
|
|
2792
2807
|
.s("AWSDeepdishControlPlaneService", "DeleteGraphqlApi", {})
|
|
2793
2808
|
.n("AppSyncClient", "DeleteGraphqlApiCommand")
|
|
2794
|
-
.sc(DeleteGraphqlApi)
|
|
2809
|
+
.sc(DeleteGraphqlApi$)
|
|
2795
2810
|
.build() {
|
|
2796
2811
|
}
|
|
2797
2812
|
|
|
@@ -2803,7 +2818,7 @@ class DeleteResolverCommand extends smithyClient.Command
|
|
|
2803
2818
|
})
|
|
2804
2819
|
.s("AWSDeepdishControlPlaneService", "DeleteResolver", {})
|
|
2805
2820
|
.n("AppSyncClient", "DeleteResolverCommand")
|
|
2806
|
-
.sc(DeleteResolver)
|
|
2821
|
+
.sc(DeleteResolver$)
|
|
2807
2822
|
.build() {
|
|
2808
2823
|
}
|
|
2809
2824
|
|
|
@@ -2815,7 +2830,7 @@ class DeleteTypeCommand extends smithyClient.Command
|
|
|
2815
2830
|
})
|
|
2816
2831
|
.s("AWSDeepdishControlPlaneService", "DeleteType", {})
|
|
2817
2832
|
.n("AppSyncClient", "DeleteTypeCommand")
|
|
2818
|
-
.sc(DeleteType)
|
|
2833
|
+
.sc(DeleteType$)
|
|
2819
2834
|
.build() {
|
|
2820
2835
|
}
|
|
2821
2836
|
|
|
@@ -2827,7 +2842,7 @@ class DisassociateApiCommand extends smithyClient.Command
|
|
|
2827
2842
|
})
|
|
2828
2843
|
.s("AWSDeepdishControlPlaneService", "DisassociateApi", {})
|
|
2829
2844
|
.n("AppSyncClient", "DisassociateApiCommand")
|
|
2830
|
-
.sc(DisassociateApi)
|
|
2845
|
+
.sc(DisassociateApi$)
|
|
2831
2846
|
.build() {
|
|
2832
2847
|
}
|
|
2833
2848
|
|
|
@@ -2839,7 +2854,7 @@ class DisassociateMergedGraphqlApiCommand extends smithyClient.Command
|
|
|
2839
2854
|
})
|
|
2840
2855
|
.s("AWSDeepdishControlPlaneService", "DisassociateMergedGraphqlApi", {})
|
|
2841
2856
|
.n("AppSyncClient", "DisassociateMergedGraphqlApiCommand")
|
|
2842
|
-
.sc(DisassociateMergedGraphqlApi)
|
|
2857
|
+
.sc(DisassociateMergedGraphqlApi$)
|
|
2843
2858
|
.build() {
|
|
2844
2859
|
}
|
|
2845
2860
|
|
|
@@ -2851,7 +2866,7 @@ class DisassociateSourceGraphqlApiCommand extends smithyClient.Command
|
|
|
2851
2866
|
})
|
|
2852
2867
|
.s("AWSDeepdishControlPlaneService", "DisassociateSourceGraphqlApi", {})
|
|
2853
2868
|
.n("AppSyncClient", "DisassociateSourceGraphqlApiCommand")
|
|
2854
|
-
.sc(DisassociateSourceGraphqlApi)
|
|
2869
|
+
.sc(DisassociateSourceGraphqlApi$)
|
|
2855
2870
|
.build() {
|
|
2856
2871
|
}
|
|
2857
2872
|
|
|
@@ -2863,7 +2878,7 @@ class EvaluateCodeCommand extends smithyClient.Command
|
|
|
2863
2878
|
})
|
|
2864
2879
|
.s("AWSDeepdishControlPlaneService", "EvaluateCode", {})
|
|
2865
2880
|
.n("AppSyncClient", "EvaluateCodeCommand")
|
|
2866
|
-
.sc(EvaluateCode)
|
|
2881
|
+
.sc(EvaluateCode$)
|
|
2867
2882
|
.build() {
|
|
2868
2883
|
}
|
|
2869
2884
|
|
|
@@ -2875,7 +2890,7 @@ class EvaluateMappingTemplateCommand extends smithyClient.Command
|
|
|
2875
2890
|
})
|
|
2876
2891
|
.s("AWSDeepdishControlPlaneService", "EvaluateMappingTemplate", {})
|
|
2877
2892
|
.n("AppSyncClient", "EvaluateMappingTemplateCommand")
|
|
2878
|
-
.sc(EvaluateMappingTemplate)
|
|
2893
|
+
.sc(EvaluateMappingTemplate$)
|
|
2879
2894
|
.build() {
|
|
2880
2895
|
}
|
|
2881
2896
|
|
|
@@ -2887,7 +2902,7 @@ class FlushApiCacheCommand extends smithyClient.Command
|
|
|
2887
2902
|
})
|
|
2888
2903
|
.s("AWSDeepdishControlPlaneService", "FlushApiCache", {})
|
|
2889
2904
|
.n("AppSyncClient", "FlushApiCacheCommand")
|
|
2890
|
-
.sc(FlushApiCache)
|
|
2905
|
+
.sc(FlushApiCache$)
|
|
2891
2906
|
.build() {
|
|
2892
2907
|
}
|
|
2893
2908
|
|
|
@@ -2899,7 +2914,7 @@ class GetApiAssociationCommand extends smithyClient.Command
|
|
|
2899
2914
|
})
|
|
2900
2915
|
.s("AWSDeepdishControlPlaneService", "GetApiAssociation", {})
|
|
2901
2916
|
.n("AppSyncClient", "GetApiAssociationCommand")
|
|
2902
|
-
.sc(GetApiAssociation)
|
|
2917
|
+
.sc(GetApiAssociation$)
|
|
2903
2918
|
.build() {
|
|
2904
2919
|
}
|
|
2905
2920
|
|
|
@@ -2911,7 +2926,7 @@ class GetApiCacheCommand extends smithyClient.Command
|
|
|
2911
2926
|
})
|
|
2912
2927
|
.s("AWSDeepdishControlPlaneService", "GetApiCache", {})
|
|
2913
2928
|
.n("AppSyncClient", "GetApiCacheCommand")
|
|
2914
|
-
.sc(GetApiCache)
|
|
2929
|
+
.sc(GetApiCache$)
|
|
2915
2930
|
.build() {
|
|
2916
2931
|
}
|
|
2917
2932
|
|
|
@@ -2923,7 +2938,7 @@ class GetApiCommand extends smithyClient.Command
|
|
|
2923
2938
|
})
|
|
2924
2939
|
.s("AWSDeepdishControlPlaneService", "GetApi", {})
|
|
2925
2940
|
.n("AppSyncClient", "GetApiCommand")
|
|
2926
|
-
.sc(GetApi)
|
|
2941
|
+
.sc(GetApi$)
|
|
2927
2942
|
.build() {
|
|
2928
2943
|
}
|
|
2929
2944
|
|
|
@@ -2935,7 +2950,7 @@ class GetChannelNamespaceCommand extends smithyClient.Command
|
|
|
2935
2950
|
})
|
|
2936
2951
|
.s("AWSDeepdishControlPlaneService", "GetChannelNamespace", {})
|
|
2937
2952
|
.n("AppSyncClient", "GetChannelNamespaceCommand")
|
|
2938
|
-
.sc(GetChannelNamespace)
|
|
2953
|
+
.sc(GetChannelNamespace$)
|
|
2939
2954
|
.build() {
|
|
2940
2955
|
}
|
|
2941
2956
|
|
|
@@ -2947,7 +2962,7 @@ class GetDataSourceCommand extends smithyClient.Command
|
|
|
2947
2962
|
})
|
|
2948
2963
|
.s("AWSDeepdishControlPlaneService", "GetDataSource", {})
|
|
2949
2964
|
.n("AppSyncClient", "GetDataSourceCommand")
|
|
2950
|
-
.sc(GetDataSource)
|
|
2965
|
+
.sc(GetDataSource$)
|
|
2951
2966
|
.build() {
|
|
2952
2967
|
}
|
|
2953
2968
|
|
|
@@ -2959,7 +2974,7 @@ class GetDataSourceIntrospectionCommand extends smithyClient.Command
|
|
|
2959
2974
|
})
|
|
2960
2975
|
.s("AWSDeepdishControlPlaneService", "GetDataSourceIntrospection", {})
|
|
2961
2976
|
.n("AppSyncClient", "GetDataSourceIntrospectionCommand")
|
|
2962
|
-
.sc(GetDataSourceIntrospection)
|
|
2977
|
+
.sc(GetDataSourceIntrospection$)
|
|
2963
2978
|
.build() {
|
|
2964
2979
|
}
|
|
2965
2980
|
|
|
@@ -2971,7 +2986,7 @@ class GetDomainNameCommand extends smithyClient.Command
|
|
|
2971
2986
|
})
|
|
2972
2987
|
.s("AWSDeepdishControlPlaneService", "GetDomainName", {})
|
|
2973
2988
|
.n("AppSyncClient", "GetDomainNameCommand")
|
|
2974
|
-
.sc(GetDomainName)
|
|
2989
|
+
.sc(GetDomainName$)
|
|
2975
2990
|
.build() {
|
|
2976
2991
|
}
|
|
2977
2992
|
|
|
@@ -2983,7 +2998,7 @@ class GetFunctionCommand extends smithyClient.Command
|
|
|
2983
2998
|
})
|
|
2984
2999
|
.s("AWSDeepdishControlPlaneService", "GetFunction", {})
|
|
2985
3000
|
.n("AppSyncClient", "GetFunctionCommand")
|
|
2986
|
-
.sc(GetFunction)
|
|
3001
|
+
.sc(GetFunction$)
|
|
2987
3002
|
.build() {
|
|
2988
3003
|
}
|
|
2989
3004
|
|
|
@@ -2995,7 +3010,7 @@ class GetGraphqlApiCommand extends smithyClient.Command
|
|
|
2995
3010
|
})
|
|
2996
3011
|
.s("AWSDeepdishControlPlaneService", "GetGraphqlApi", {})
|
|
2997
3012
|
.n("AppSyncClient", "GetGraphqlApiCommand")
|
|
2998
|
-
.sc(GetGraphqlApi)
|
|
3013
|
+
.sc(GetGraphqlApi$)
|
|
2999
3014
|
.build() {
|
|
3000
3015
|
}
|
|
3001
3016
|
|
|
@@ -3007,7 +3022,7 @@ class GetGraphqlApiEnvironmentVariablesCommand extends smithyClient.Command
|
|
|
3007
3022
|
})
|
|
3008
3023
|
.s("AWSDeepdishControlPlaneService", "GetGraphqlApiEnvironmentVariables", {})
|
|
3009
3024
|
.n("AppSyncClient", "GetGraphqlApiEnvironmentVariablesCommand")
|
|
3010
|
-
.sc(GetGraphqlApiEnvironmentVariables)
|
|
3025
|
+
.sc(GetGraphqlApiEnvironmentVariables$)
|
|
3011
3026
|
.build() {
|
|
3012
3027
|
}
|
|
3013
3028
|
|
|
@@ -3019,7 +3034,7 @@ class GetIntrospectionSchemaCommand extends smithyClient.Command
|
|
|
3019
3034
|
})
|
|
3020
3035
|
.s("AWSDeepdishControlPlaneService", "GetIntrospectionSchema", {})
|
|
3021
3036
|
.n("AppSyncClient", "GetIntrospectionSchemaCommand")
|
|
3022
|
-
.sc(GetIntrospectionSchema)
|
|
3037
|
+
.sc(GetIntrospectionSchema$)
|
|
3023
3038
|
.build() {
|
|
3024
3039
|
}
|
|
3025
3040
|
|
|
@@ -3031,7 +3046,7 @@ class GetResolverCommand extends smithyClient.Command
|
|
|
3031
3046
|
})
|
|
3032
3047
|
.s("AWSDeepdishControlPlaneService", "GetResolver", {})
|
|
3033
3048
|
.n("AppSyncClient", "GetResolverCommand")
|
|
3034
|
-
.sc(GetResolver)
|
|
3049
|
+
.sc(GetResolver$)
|
|
3035
3050
|
.build() {
|
|
3036
3051
|
}
|
|
3037
3052
|
|
|
@@ -3043,7 +3058,7 @@ class GetSchemaCreationStatusCommand extends smithyClient.Command
|
|
|
3043
3058
|
})
|
|
3044
3059
|
.s("AWSDeepdishControlPlaneService", "GetSchemaCreationStatus", {})
|
|
3045
3060
|
.n("AppSyncClient", "GetSchemaCreationStatusCommand")
|
|
3046
|
-
.sc(GetSchemaCreationStatus)
|
|
3061
|
+
.sc(GetSchemaCreationStatus$)
|
|
3047
3062
|
.build() {
|
|
3048
3063
|
}
|
|
3049
3064
|
|
|
@@ -3055,7 +3070,7 @@ class GetSourceApiAssociationCommand extends smithyClient.Command
|
|
|
3055
3070
|
})
|
|
3056
3071
|
.s("AWSDeepdishControlPlaneService", "GetSourceApiAssociation", {})
|
|
3057
3072
|
.n("AppSyncClient", "GetSourceApiAssociationCommand")
|
|
3058
|
-
.sc(GetSourceApiAssociation)
|
|
3073
|
+
.sc(GetSourceApiAssociation$)
|
|
3059
3074
|
.build() {
|
|
3060
3075
|
}
|
|
3061
3076
|
|
|
@@ -3067,7 +3082,7 @@ class GetTypeCommand extends smithyClient.Command
|
|
|
3067
3082
|
})
|
|
3068
3083
|
.s("AWSDeepdishControlPlaneService", "GetType", {})
|
|
3069
3084
|
.n("AppSyncClient", "GetTypeCommand")
|
|
3070
|
-
.sc(GetType)
|
|
3085
|
+
.sc(GetType$)
|
|
3071
3086
|
.build() {
|
|
3072
3087
|
}
|
|
3073
3088
|
|
|
@@ -3079,7 +3094,7 @@ class ListApiKeysCommand extends smithyClient.Command
|
|
|
3079
3094
|
})
|
|
3080
3095
|
.s("AWSDeepdishControlPlaneService", "ListApiKeys", {})
|
|
3081
3096
|
.n("AppSyncClient", "ListApiKeysCommand")
|
|
3082
|
-
.sc(ListApiKeys)
|
|
3097
|
+
.sc(ListApiKeys$)
|
|
3083
3098
|
.build() {
|
|
3084
3099
|
}
|
|
3085
3100
|
|
|
@@ -3091,7 +3106,7 @@ class ListApisCommand extends smithyClient.Command
|
|
|
3091
3106
|
})
|
|
3092
3107
|
.s("AWSDeepdishControlPlaneService", "ListApis", {})
|
|
3093
3108
|
.n("AppSyncClient", "ListApisCommand")
|
|
3094
|
-
.sc(ListApis)
|
|
3109
|
+
.sc(ListApis$)
|
|
3095
3110
|
.build() {
|
|
3096
3111
|
}
|
|
3097
3112
|
|
|
@@ -3103,7 +3118,7 @@ class ListChannelNamespacesCommand extends smithyClient.Command
|
|
|
3103
3118
|
})
|
|
3104
3119
|
.s("AWSDeepdishControlPlaneService", "ListChannelNamespaces", {})
|
|
3105
3120
|
.n("AppSyncClient", "ListChannelNamespacesCommand")
|
|
3106
|
-
.sc(ListChannelNamespaces)
|
|
3121
|
+
.sc(ListChannelNamespaces$)
|
|
3107
3122
|
.build() {
|
|
3108
3123
|
}
|
|
3109
3124
|
|
|
@@ -3115,7 +3130,7 @@ class ListDataSourcesCommand extends smithyClient.Command
|
|
|
3115
3130
|
})
|
|
3116
3131
|
.s("AWSDeepdishControlPlaneService", "ListDataSources", {})
|
|
3117
3132
|
.n("AppSyncClient", "ListDataSourcesCommand")
|
|
3118
|
-
.sc(ListDataSources)
|
|
3133
|
+
.sc(ListDataSources$)
|
|
3119
3134
|
.build() {
|
|
3120
3135
|
}
|
|
3121
3136
|
|
|
@@ -3127,7 +3142,7 @@ class ListDomainNamesCommand extends smithyClient.Command
|
|
|
3127
3142
|
})
|
|
3128
3143
|
.s("AWSDeepdishControlPlaneService", "ListDomainNames", {})
|
|
3129
3144
|
.n("AppSyncClient", "ListDomainNamesCommand")
|
|
3130
|
-
.sc(ListDomainNames)
|
|
3145
|
+
.sc(ListDomainNames$)
|
|
3131
3146
|
.build() {
|
|
3132
3147
|
}
|
|
3133
3148
|
|
|
@@ -3139,7 +3154,7 @@ class ListFunctionsCommand extends smithyClient.Command
|
|
|
3139
3154
|
})
|
|
3140
3155
|
.s("AWSDeepdishControlPlaneService", "ListFunctions", {})
|
|
3141
3156
|
.n("AppSyncClient", "ListFunctionsCommand")
|
|
3142
|
-
.sc(ListFunctions)
|
|
3157
|
+
.sc(ListFunctions$)
|
|
3143
3158
|
.build() {
|
|
3144
3159
|
}
|
|
3145
3160
|
|
|
@@ -3151,7 +3166,7 @@ class ListGraphqlApisCommand extends smithyClient.Command
|
|
|
3151
3166
|
})
|
|
3152
3167
|
.s("AWSDeepdishControlPlaneService", "ListGraphqlApis", {})
|
|
3153
3168
|
.n("AppSyncClient", "ListGraphqlApisCommand")
|
|
3154
|
-
.sc(ListGraphqlApis)
|
|
3169
|
+
.sc(ListGraphqlApis$)
|
|
3155
3170
|
.build() {
|
|
3156
3171
|
}
|
|
3157
3172
|
|
|
@@ -3163,7 +3178,7 @@ class ListResolversByFunctionCommand extends smithyClient.Command
|
|
|
3163
3178
|
})
|
|
3164
3179
|
.s("AWSDeepdishControlPlaneService", "ListResolversByFunction", {})
|
|
3165
3180
|
.n("AppSyncClient", "ListResolversByFunctionCommand")
|
|
3166
|
-
.sc(ListResolversByFunction)
|
|
3181
|
+
.sc(ListResolversByFunction$)
|
|
3167
3182
|
.build() {
|
|
3168
3183
|
}
|
|
3169
3184
|
|
|
@@ -3175,7 +3190,7 @@ class ListResolversCommand extends smithyClient.Command
|
|
|
3175
3190
|
})
|
|
3176
3191
|
.s("AWSDeepdishControlPlaneService", "ListResolvers", {})
|
|
3177
3192
|
.n("AppSyncClient", "ListResolversCommand")
|
|
3178
|
-
.sc(ListResolvers)
|
|
3193
|
+
.sc(ListResolvers$)
|
|
3179
3194
|
.build() {
|
|
3180
3195
|
}
|
|
3181
3196
|
|
|
@@ -3187,7 +3202,7 @@ class ListSourceApiAssociationsCommand extends smithyClient.Command
|
|
|
3187
3202
|
})
|
|
3188
3203
|
.s("AWSDeepdishControlPlaneService", "ListSourceApiAssociations", {})
|
|
3189
3204
|
.n("AppSyncClient", "ListSourceApiAssociationsCommand")
|
|
3190
|
-
.sc(ListSourceApiAssociations)
|
|
3205
|
+
.sc(ListSourceApiAssociations$)
|
|
3191
3206
|
.build() {
|
|
3192
3207
|
}
|
|
3193
3208
|
|
|
@@ -3199,7 +3214,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3199
3214
|
})
|
|
3200
3215
|
.s("AWSDeepdishControlPlaneService", "ListTagsForResource", {})
|
|
3201
3216
|
.n("AppSyncClient", "ListTagsForResourceCommand")
|
|
3202
|
-
.sc(ListTagsForResource)
|
|
3217
|
+
.sc(ListTagsForResource$)
|
|
3203
3218
|
.build() {
|
|
3204
3219
|
}
|
|
3205
3220
|
|
|
@@ -3211,7 +3226,7 @@ class ListTypesByAssociationCommand extends smithyClient.Command
|
|
|
3211
3226
|
})
|
|
3212
3227
|
.s("AWSDeepdishControlPlaneService", "ListTypesByAssociation", {})
|
|
3213
3228
|
.n("AppSyncClient", "ListTypesByAssociationCommand")
|
|
3214
|
-
.sc(ListTypesByAssociation)
|
|
3229
|
+
.sc(ListTypesByAssociation$)
|
|
3215
3230
|
.build() {
|
|
3216
3231
|
}
|
|
3217
3232
|
|
|
@@ -3223,7 +3238,7 @@ class ListTypesCommand extends smithyClient.Command
|
|
|
3223
3238
|
})
|
|
3224
3239
|
.s("AWSDeepdishControlPlaneService", "ListTypes", {})
|
|
3225
3240
|
.n("AppSyncClient", "ListTypesCommand")
|
|
3226
|
-
.sc(ListTypes)
|
|
3241
|
+
.sc(ListTypes$)
|
|
3227
3242
|
.build() {
|
|
3228
3243
|
}
|
|
3229
3244
|
|
|
@@ -3235,7 +3250,7 @@ class PutGraphqlApiEnvironmentVariablesCommand extends smithyClient.Command
|
|
|
3235
3250
|
})
|
|
3236
3251
|
.s("AWSDeepdishControlPlaneService", "PutGraphqlApiEnvironmentVariables", {})
|
|
3237
3252
|
.n("AppSyncClient", "PutGraphqlApiEnvironmentVariablesCommand")
|
|
3238
|
-
.sc(PutGraphqlApiEnvironmentVariables)
|
|
3253
|
+
.sc(PutGraphqlApiEnvironmentVariables$)
|
|
3239
3254
|
.build() {
|
|
3240
3255
|
}
|
|
3241
3256
|
|
|
@@ -3247,7 +3262,7 @@ class StartDataSourceIntrospectionCommand extends smithyClient.Command
|
|
|
3247
3262
|
})
|
|
3248
3263
|
.s("AWSDeepdishControlPlaneService", "StartDataSourceIntrospection", {})
|
|
3249
3264
|
.n("AppSyncClient", "StartDataSourceIntrospectionCommand")
|
|
3250
|
-
.sc(StartDataSourceIntrospection)
|
|
3265
|
+
.sc(StartDataSourceIntrospection$)
|
|
3251
3266
|
.build() {
|
|
3252
3267
|
}
|
|
3253
3268
|
|
|
@@ -3259,7 +3274,7 @@ class StartSchemaCreationCommand extends smithyClient.Command
|
|
|
3259
3274
|
})
|
|
3260
3275
|
.s("AWSDeepdishControlPlaneService", "StartSchemaCreation", {})
|
|
3261
3276
|
.n("AppSyncClient", "StartSchemaCreationCommand")
|
|
3262
|
-
.sc(StartSchemaCreation)
|
|
3277
|
+
.sc(StartSchemaCreation$)
|
|
3263
3278
|
.build() {
|
|
3264
3279
|
}
|
|
3265
3280
|
|
|
@@ -3271,7 +3286,7 @@ class StartSchemaMergeCommand extends smithyClient.Command
|
|
|
3271
3286
|
})
|
|
3272
3287
|
.s("AWSDeepdishControlPlaneService", "StartSchemaMerge", {})
|
|
3273
3288
|
.n("AppSyncClient", "StartSchemaMergeCommand")
|
|
3274
|
-
.sc(StartSchemaMerge)
|
|
3289
|
+
.sc(StartSchemaMerge$)
|
|
3275
3290
|
.build() {
|
|
3276
3291
|
}
|
|
3277
3292
|
|
|
@@ -3283,7 +3298,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3283
3298
|
})
|
|
3284
3299
|
.s("AWSDeepdishControlPlaneService", "TagResource", {})
|
|
3285
3300
|
.n("AppSyncClient", "TagResourceCommand")
|
|
3286
|
-
.sc(TagResource)
|
|
3301
|
+
.sc(TagResource$)
|
|
3287
3302
|
.build() {
|
|
3288
3303
|
}
|
|
3289
3304
|
|
|
@@ -3295,7 +3310,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3295
3310
|
})
|
|
3296
3311
|
.s("AWSDeepdishControlPlaneService", "UntagResource", {})
|
|
3297
3312
|
.n("AppSyncClient", "UntagResourceCommand")
|
|
3298
|
-
.sc(UntagResource)
|
|
3313
|
+
.sc(UntagResource$)
|
|
3299
3314
|
.build() {
|
|
3300
3315
|
}
|
|
3301
3316
|
|
|
@@ -3307,7 +3322,7 @@ class UpdateApiCacheCommand extends smithyClient.Command
|
|
|
3307
3322
|
})
|
|
3308
3323
|
.s("AWSDeepdishControlPlaneService", "UpdateApiCache", {})
|
|
3309
3324
|
.n("AppSyncClient", "UpdateApiCacheCommand")
|
|
3310
|
-
.sc(UpdateApiCache)
|
|
3325
|
+
.sc(UpdateApiCache$)
|
|
3311
3326
|
.build() {
|
|
3312
3327
|
}
|
|
3313
3328
|
|
|
@@ -3319,7 +3334,7 @@ class UpdateApiCommand extends smithyClient.Command
|
|
|
3319
3334
|
})
|
|
3320
3335
|
.s("AWSDeepdishControlPlaneService", "UpdateApi", {})
|
|
3321
3336
|
.n("AppSyncClient", "UpdateApiCommand")
|
|
3322
|
-
.sc(UpdateApi)
|
|
3337
|
+
.sc(UpdateApi$)
|
|
3323
3338
|
.build() {
|
|
3324
3339
|
}
|
|
3325
3340
|
|
|
@@ -3331,7 +3346,7 @@ class UpdateApiKeyCommand extends smithyClient.Command
|
|
|
3331
3346
|
})
|
|
3332
3347
|
.s("AWSDeepdishControlPlaneService", "UpdateApiKey", {})
|
|
3333
3348
|
.n("AppSyncClient", "UpdateApiKeyCommand")
|
|
3334
|
-
.sc(UpdateApiKey)
|
|
3349
|
+
.sc(UpdateApiKey$)
|
|
3335
3350
|
.build() {
|
|
3336
3351
|
}
|
|
3337
3352
|
|
|
@@ -3343,7 +3358,7 @@ class UpdateChannelNamespaceCommand extends smithyClient.Command
|
|
|
3343
3358
|
})
|
|
3344
3359
|
.s("AWSDeepdishControlPlaneService", "UpdateChannelNamespace", {})
|
|
3345
3360
|
.n("AppSyncClient", "UpdateChannelNamespaceCommand")
|
|
3346
|
-
.sc(UpdateChannelNamespace)
|
|
3361
|
+
.sc(UpdateChannelNamespace$)
|
|
3347
3362
|
.build() {
|
|
3348
3363
|
}
|
|
3349
3364
|
|
|
@@ -3355,7 +3370,7 @@ class UpdateDataSourceCommand extends smithyClient.Command
|
|
|
3355
3370
|
})
|
|
3356
3371
|
.s("AWSDeepdishControlPlaneService", "UpdateDataSource", {})
|
|
3357
3372
|
.n("AppSyncClient", "UpdateDataSourceCommand")
|
|
3358
|
-
.sc(UpdateDataSource)
|
|
3373
|
+
.sc(UpdateDataSource$)
|
|
3359
3374
|
.build() {
|
|
3360
3375
|
}
|
|
3361
3376
|
|
|
@@ -3367,7 +3382,7 @@ class UpdateDomainNameCommand extends smithyClient.Command
|
|
|
3367
3382
|
})
|
|
3368
3383
|
.s("AWSDeepdishControlPlaneService", "UpdateDomainName", {})
|
|
3369
3384
|
.n("AppSyncClient", "UpdateDomainNameCommand")
|
|
3370
|
-
.sc(UpdateDomainName)
|
|
3385
|
+
.sc(UpdateDomainName$)
|
|
3371
3386
|
.build() {
|
|
3372
3387
|
}
|
|
3373
3388
|
|
|
@@ -3379,7 +3394,7 @@ class UpdateFunctionCommand extends smithyClient.Command
|
|
|
3379
3394
|
})
|
|
3380
3395
|
.s("AWSDeepdishControlPlaneService", "UpdateFunction", {})
|
|
3381
3396
|
.n("AppSyncClient", "UpdateFunctionCommand")
|
|
3382
|
-
.sc(UpdateFunction)
|
|
3397
|
+
.sc(UpdateFunction$)
|
|
3383
3398
|
.build() {
|
|
3384
3399
|
}
|
|
3385
3400
|
|
|
@@ -3391,7 +3406,7 @@ class UpdateGraphqlApiCommand extends smithyClient.Command
|
|
|
3391
3406
|
})
|
|
3392
3407
|
.s("AWSDeepdishControlPlaneService", "UpdateGraphqlApi", {})
|
|
3393
3408
|
.n("AppSyncClient", "UpdateGraphqlApiCommand")
|
|
3394
|
-
.sc(UpdateGraphqlApi)
|
|
3409
|
+
.sc(UpdateGraphqlApi$)
|
|
3395
3410
|
.build() {
|
|
3396
3411
|
}
|
|
3397
3412
|
|
|
@@ -3403,7 +3418,7 @@ class UpdateResolverCommand extends smithyClient.Command
|
|
|
3403
3418
|
})
|
|
3404
3419
|
.s("AWSDeepdishControlPlaneService", "UpdateResolver", {})
|
|
3405
3420
|
.n("AppSyncClient", "UpdateResolverCommand")
|
|
3406
|
-
.sc(UpdateResolver)
|
|
3421
|
+
.sc(UpdateResolver$)
|
|
3407
3422
|
.build() {
|
|
3408
3423
|
}
|
|
3409
3424
|
|
|
@@ -3415,7 +3430,7 @@ class UpdateSourceApiAssociationCommand extends smithyClient.Command
|
|
|
3415
3430
|
})
|
|
3416
3431
|
.s("AWSDeepdishControlPlaneService", "UpdateSourceApiAssociation", {})
|
|
3417
3432
|
.n("AppSyncClient", "UpdateSourceApiAssociationCommand")
|
|
3418
|
-
.sc(UpdateSourceApiAssociation)
|
|
3433
|
+
.sc(UpdateSourceApiAssociation$)
|
|
3419
3434
|
.build() {
|
|
3420
3435
|
}
|
|
3421
3436
|
|
|
@@ -3427,7 +3442,7 @@ class UpdateTypeCommand extends smithyClient.Command
|
|
|
3427
3442
|
})
|
|
3428
3443
|
.s("AWSDeepdishControlPlaneService", "UpdateType", {})
|
|
3429
3444
|
.n("AppSyncClient", "UpdateTypeCommand")
|
|
3430
|
-
.sc(UpdateType)
|
|
3445
|
+
.sc(UpdateType$)
|
|
3431
3446
|
.build() {
|
|
3432
3447
|
}
|
|
3433
3448
|
|
|
@@ -3723,130 +3738,423 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3723
3738
|
enumerable: true,
|
|
3724
3739
|
get: function () { return smithyClient.Client; }
|
|
3725
3740
|
});
|
|
3726
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
3741
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3742
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3743
|
+
exports.AdditionalAuthenticationProvider$ = AdditionalAuthenticationProvider$;
|
|
3744
|
+
exports.Api$ = Api$;
|
|
3745
|
+
exports.ApiAssociation$ = ApiAssociation$;
|
|
3746
|
+
exports.ApiCache$ = ApiCache$;
|
|
3727
3747
|
exports.ApiCacheStatus = ApiCacheStatus;
|
|
3728
3748
|
exports.ApiCacheType = ApiCacheType;
|
|
3729
3749
|
exports.ApiCachingBehavior = ApiCachingBehavior;
|
|
3730
|
-
exports.
|
|
3731
|
-
exports.
|
|
3732
|
-
exports.
|
|
3750
|
+
exports.ApiKey$ = ApiKey$;
|
|
3751
|
+
exports.ApiKeyLimitExceededException = ApiKeyLimitExceededException;
|
|
3752
|
+
exports.ApiKeyLimitExceededException$ = ApiKeyLimitExceededException$;
|
|
3753
|
+
exports.ApiKeyValidityOutOfBoundsException = ApiKeyValidityOutOfBoundsException;
|
|
3754
|
+
exports.ApiKeyValidityOutOfBoundsException$ = ApiKeyValidityOutOfBoundsException$;
|
|
3755
|
+
exports.ApiLimitExceededException = ApiLimitExceededException;
|
|
3756
|
+
exports.ApiLimitExceededException$ = ApiLimitExceededException$;
|
|
3733
3757
|
exports.AppSync = AppSync;
|
|
3734
3758
|
exports.AppSyncClient = AppSyncClient;
|
|
3735
|
-
exports.
|
|
3759
|
+
exports.AppSyncRuntime$ = AppSyncRuntime$;
|
|
3760
|
+
exports.AppSyncServiceException = AppSyncServiceException;
|
|
3761
|
+
exports.AppSyncServiceException$ = AppSyncServiceException$;
|
|
3762
|
+
exports.AssociateApi$ = AssociateApi$;
|
|
3736
3763
|
exports.AssociateApiCommand = AssociateApiCommand;
|
|
3764
|
+
exports.AssociateApiRequest$ = AssociateApiRequest$;
|
|
3765
|
+
exports.AssociateApiResponse$ = AssociateApiResponse$;
|
|
3766
|
+
exports.AssociateMergedGraphqlApi$ = AssociateMergedGraphqlApi$;
|
|
3737
3767
|
exports.AssociateMergedGraphqlApiCommand = AssociateMergedGraphqlApiCommand;
|
|
3768
|
+
exports.AssociateMergedGraphqlApiRequest$ = AssociateMergedGraphqlApiRequest$;
|
|
3769
|
+
exports.AssociateMergedGraphqlApiResponse$ = AssociateMergedGraphqlApiResponse$;
|
|
3770
|
+
exports.AssociateSourceGraphqlApi$ = AssociateSourceGraphqlApi$;
|
|
3738
3771
|
exports.AssociateSourceGraphqlApiCommand = AssociateSourceGraphqlApiCommand;
|
|
3772
|
+
exports.AssociateSourceGraphqlApiRequest$ = AssociateSourceGraphqlApiRequest$;
|
|
3773
|
+
exports.AssociateSourceGraphqlApiResponse$ = AssociateSourceGraphqlApiResponse$;
|
|
3739
3774
|
exports.AssociationStatus = AssociationStatus;
|
|
3775
|
+
exports.AuthMode$ = AuthMode$;
|
|
3776
|
+
exports.AuthProvider$ = AuthProvider$;
|
|
3740
3777
|
exports.AuthenticationType = AuthenticationType;
|
|
3778
|
+
exports.AuthorizationConfig$ = AuthorizationConfig$;
|
|
3741
3779
|
exports.AuthorizationType = AuthorizationType;
|
|
3742
|
-
exports.
|
|
3780
|
+
exports.AwsIamConfig$ = AwsIamConfig$;
|
|
3781
|
+
exports.BadRequestDetail$ = BadRequestDetail$;
|
|
3782
|
+
exports.BadRequestException = BadRequestException;
|
|
3783
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
3743
3784
|
exports.BadRequestReason = BadRequestReason;
|
|
3744
3785
|
exports.CacheHealthMetricsConfig = CacheHealthMetricsConfig;
|
|
3745
|
-
exports.
|
|
3786
|
+
exports.CachingConfig$ = CachingConfig$;
|
|
3787
|
+
exports.ChannelNamespace$ = ChannelNamespace$;
|
|
3788
|
+
exports.CodeError$ = CodeError$;
|
|
3789
|
+
exports.CodeErrorLocation$ = CodeErrorLocation$;
|
|
3790
|
+
exports.CognitoConfig$ = CognitoConfig$;
|
|
3791
|
+
exports.CognitoUserPoolConfig$ = CognitoUserPoolConfig$;
|
|
3792
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
3793
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
3746
3794
|
exports.ConflictDetectionType = ConflictDetectionType;
|
|
3747
|
-
exports.ConflictException = ConflictException
|
|
3795
|
+
exports.ConflictException = ConflictException;
|
|
3796
|
+
exports.ConflictException$ = ConflictException$;
|
|
3748
3797
|
exports.ConflictHandlerType = ConflictHandlerType;
|
|
3798
|
+
exports.CreateApi$ = CreateApi$;
|
|
3799
|
+
exports.CreateApiCache$ = CreateApiCache$;
|
|
3749
3800
|
exports.CreateApiCacheCommand = CreateApiCacheCommand;
|
|
3801
|
+
exports.CreateApiCacheRequest$ = CreateApiCacheRequest$;
|
|
3802
|
+
exports.CreateApiCacheResponse$ = CreateApiCacheResponse$;
|
|
3750
3803
|
exports.CreateApiCommand = CreateApiCommand;
|
|
3804
|
+
exports.CreateApiKey$ = CreateApiKey$;
|
|
3751
3805
|
exports.CreateApiKeyCommand = CreateApiKeyCommand;
|
|
3806
|
+
exports.CreateApiKeyRequest$ = CreateApiKeyRequest$;
|
|
3807
|
+
exports.CreateApiKeyResponse$ = CreateApiKeyResponse$;
|
|
3808
|
+
exports.CreateApiRequest$ = CreateApiRequest$;
|
|
3809
|
+
exports.CreateApiResponse$ = CreateApiResponse$;
|
|
3810
|
+
exports.CreateChannelNamespace$ = CreateChannelNamespace$;
|
|
3752
3811
|
exports.CreateChannelNamespaceCommand = CreateChannelNamespaceCommand;
|
|
3812
|
+
exports.CreateChannelNamespaceRequest$ = CreateChannelNamespaceRequest$;
|
|
3813
|
+
exports.CreateChannelNamespaceResponse$ = CreateChannelNamespaceResponse$;
|
|
3814
|
+
exports.CreateDataSource$ = CreateDataSource$;
|
|
3753
3815
|
exports.CreateDataSourceCommand = CreateDataSourceCommand;
|
|
3816
|
+
exports.CreateDataSourceRequest$ = CreateDataSourceRequest$;
|
|
3817
|
+
exports.CreateDataSourceResponse$ = CreateDataSourceResponse$;
|
|
3818
|
+
exports.CreateDomainName$ = CreateDomainName$;
|
|
3754
3819
|
exports.CreateDomainNameCommand = CreateDomainNameCommand;
|
|
3820
|
+
exports.CreateDomainNameRequest$ = CreateDomainNameRequest$;
|
|
3821
|
+
exports.CreateDomainNameResponse$ = CreateDomainNameResponse$;
|
|
3822
|
+
exports.CreateFunction$ = CreateFunction$;
|
|
3755
3823
|
exports.CreateFunctionCommand = CreateFunctionCommand;
|
|
3824
|
+
exports.CreateFunctionRequest$ = CreateFunctionRequest$;
|
|
3825
|
+
exports.CreateFunctionResponse$ = CreateFunctionResponse$;
|
|
3826
|
+
exports.CreateGraphqlApi$ = CreateGraphqlApi$;
|
|
3756
3827
|
exports.CreateGraphqlApiCommand = CreateGraphqlApiCommand;
|
|
3828
|
+
exports.CreateGraphqlApiRequest$ = CreateGraphqlApiRequest$;
|
|
3829
|
+
exports.CreateGraphqlApiResponse$ = CreateGraphqlApiResponse$;
|
|
3830
|
+
exports.CreateResolver$ = CreateResolver$;
|
|
3757
3831
|
exports.CreateResolverCommand = CreateResolverCommand;
|
|
3832
|
+
exports.CreateResolverRequest$ = CreateResolverRequest$;
|
|
3833
|
+
exports.CreateResolverResponse$ = CreateResolverResponse$;
|
|
3834
|
+
exports.CreateType$ = CreateType$;
|
|
3758
3835
|
exports.CreateTypeCommand = CreateTypeCommand;
|
|
3836
|
+
exports.CreateTypeRequest$ = CreateTypeRequest$;
|
|
3837
|
+
exports.CreateTypeResponse$ = CreateTypeResponse$;
|
|
3838
|
+
exports.DataSource$ = DataSource$;
|
|
3839
|
+
exports.DataSourceIntrospectionModel$ = DataSourceIntrospectionModel$;
|
|
3840
|
+
exports.DataSourceIntrospectionModelField$ = DataSourceIntrospectionModelField$;
|
|
3841
|
+
exports.DataSourceIntrospectionModelFieldType$ = DataSourceIntrospectionModelFieldType$;
|
|
3842
|
+
exports.DataSourceIntrospectionModelIndex$ = DataSourceIntrospectionModelIndex$;
|
|
3843
|
+
exports.DataSourceIntrospectionResult$ = DataSourceIntrospectionResult$;
|
|
3759
3844
|
exports.DataSourceIntrospectionStatus = DataSourceIntrospectionStatus;
|
|
3760
3845
|
exports.DataSourceLevelMetricsBehavior = DataSourceLevelMetricsBehavior;
|
|
3761
3846
|
exports.DataSourceLevelMetricsConfig = DataSourceLevelMetricsConfig;
|
|
3762
3847
|
exports.DataSourceType = DataSourceType;
|
|
3763
3848
|
exports.DefaultAction = DefaultAction;
|
|
3849
|
+
exports.DeleteApi$ = DeleteApi$;
|
|
3850
|
+
exports.DeleteApiCache$ = DeleteApiCache$;
|
|
3764
3851
|
exports.DeleteApiCacheCommand = DeleteApiCacheCommand;
|
|
3852
|
+
exports.DeleteApiCacheRequest$ = DeleteApiCacheRequest$;
|
|
3853
|
+
exports.DeleteApiCacheResponse$ = DeleteApiCacheResponse$;
|
|
3765
3854
|
exports.DeleteApiCommand = DeleteApiCommand;
|
|
3855
|
+
exports.DeleteApiKey$ = DeleteApiKey$;
|
|
3766
3856
|
exports.DeleteApiKeyCommand = DeleteApiKeyCommand;
|
|
3857
|
+
exports.DeleteApiKeyRequest$ = DeleteApiKeyRequest$;
|
|
3858
|
+
exports.DeleteApiKeyResponse$ = DeleteApiKeyResponse$;
|
|
3859
|
+
exports.DeleteApiRequest$ = DeleteApiRequest$;
|
|
3860
|
+
exports.DeleteApiResponse$ = DeleteApiResponse$;
|
|
3861
|
+
exports.DeleteChannelNamespace$ = DeleteChannelNamespace$;
|
|
3767
3862
|
exports.DeleteChannelNamespaceCommand = DeleteChannelNamespaceCommand;
|
|
3863
|
+
exports.DeleteChannelNamespaceRequest$ = DeleteChannelNamespaceRequest$;
|
|
3864
|
+
exports.DeleteChannelNamespaceResponse$ = DeleteChannelNamespaceResponse$;
|
|
3865
|
+
exports.DeleteDataSource$ = DeleteDataSource$;
|
|
3768
3866
|
exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
|
|
3867
|
+
exports.DeleteDataSourceRequest$ = DeleteDataSourceRequest$;
|
|
3868
|
+
exports.DeleteDataSourceResponse$ = DeleteDataSourceResponse$;
|
|
3869
|
+
exports.DeleteDomainName$ = DeleteDomainName$;
|
|
3769
3870
|
exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
|
|
3871
|
+
exports.DeleteDomainNameRequest$ = DeleteDomainNameRequest$;
|
|
3872
|
+
exports.DeleteDomainNameResponse$ = DeleteDomainNameResponse$;
|
|
3873
|
+
exports.DeleteFunction$ = DeleteFunction$;
|
|
3770
3874
|
exports.DeleteFunctionCommand = DeleteFunctionCommand;
|
|
3875
|
+
exports.DeleteFunctionRequest$ = DeleteFunctionRequest$;
|
|
3876
|
+
exports.DeleteFunctionResponse$ = DeleteFunctionResponse$;
|
|
3877
|
+
exports.DeleteGraphqlApi$ = DeleteGraphqlApi$;
|
|
3771
3878
|
exports.DeleteGraphqlApiCommand = DeleteGraphqlApiCommand;
|
|
3879
|
+
exports.DeleteGraphqlApiRequest$ = DeleteGraphqlApiRequest$;
|
|
3880
|
+
exports.DeleteGraphqlApiResponse$ = DeleteGraphqlApiResponse$;
|
|
3881
|
+
exports.DeleteResolver$ = DeleteResolver$;
|
|
3772
3882
|
exports.DeleteResolverCommand = DeleteResolverCommand;
|
|
3883
|
+
exports.DeleteResolverRequest$ = DeleteResolverRequest$;
|
|
3884
|
+
exports.DeleteResolverResponse$ = DeleteResolverResponse$;
|
|
3885
|
+
exports.DeleteType$ = DeleteType$;
|
|
3773
3886
|
exports.DeleteTypeCommand = DeleteTypeCommand;
|
|
3887
|
+
exports.DeleteTypeRequest$ = DeleteTypeRequest$;
|
|
3888
|
+
exports.DeleteTypeResponse$ = DeleteTypeResponse$;
|
|
3889
|
+
exports.DeltaSyncConfig$ = DeltaSyncConfig$;
|
|
3890
|
+
exports.DisassociateApi$ = DisassociateApi$;
|
|
3774
3891
|
exports.DisassociateApiCommand = DisassociateApiCommand;
|
|
3892
|
+
exports.DisassociateApiRequest$ = DisassociateApiRequest$;
|
|
3893
|
+
exports.DisassociateApiResponse$ = DisassociateApiResponse$;
|
|
3894
|
+
exports.DisassociateMergedGraphqlApi$ = DisassociateMergedGraphqlApi$;
|
|
3775
3895
|
exports.DisassociateMergedGraphqlApiCommand = DisassociateMergedGraphqlApiCommand;
|
|
3896
|
+
exports.DisassociateMergedGraphqlApiRequest$ = DisassociateMergedGraphqlApiRequest$;
|
|
3897
|
+
exports.DisassociateMergedGraphqlApiResponse$ = DisassociateMergedGraphqlApiResponse$;
|
|
3898
|
+
exports.DisassociateSourceGraphqlApi$ = DisassociateSourceGraphqlApi$;
|
|
3776
3899
|
exports.DisassociateSourceGraphqlApiCommand = DisassociateSourceGraphqlApiCommand;
|
|
3900
|
+
exports.DisassociateSourceGraphqlApiRequest$ = DisassociateSourceGraphqlApiRequest$;
|
|
3901
|
+
exports.DisassociateSourceGraphqlApiResponse$ = DisassociateSourceGraphqlApiResponse$;
|
|
3902
|
+
exports.DomainNameConfig$ = DomainNameConfig$;
|
|
3903
|
+
exports.DynamodbDataSourceConfig$ = DynamodbDataSourceConfig$;
|
|
3904
|
+
exports.ElasticsearchDataSourceConfig$ = ElasticsearchDataSourceConfig$;
|
|
3905
|
+
exports.EnhancedMetricsConfig$ = EnhancedMetricsConfig$;
|
|
3906
|
+
exports.ErrorDetail$ = ErrorDetail$;
|
|
3907
|
+
exports.EvaluateCode$ = EvaluateCode$;
|
|
3777
3908
|
exports.EvaluateCodeCommand = EvaluateCodeCommand;
|
|
3909
|
+
exports.EvaluateCodeErrorDetail$ = EvaluateCodeErrorDetail$;
|
|
3910
|
+
exports.EvaluateCodeRequest$ = EvaluateCodeRequest$;
|
|
3911
|
+
exports.EvaluateCodeResponse$ = EvaluateCodeResponse$;
|
|
3912
|
+
exports.EvaluateMappingTemplate$ = EvaluateMappingTemplate$;
|
|
3778
3913
|
exports.EvaluateMappingTemplateCommand = EvaluateMappingTemplateCommand;
|
|
3914
|
+
exports.EvaluateMappingTemplateRequest$ = EvaluateMappingTemplateRequest$;
|
|
3915
|
+
exports.EvaluateMappingTemplateResponse$ = EvaluateMappingTemplateResponse$;
|
|
3916
|
+
exports.EventBridgeDataSourceConfig$ = EventBridgeDataSourceConfig$;
|
|
3917
|
+
exports.EventConfig$ = EventConfig$;
|
|
3918
|
+
exports.EventLogConfig$ = EventLogConfig$;
|
|
3779
3919
|
exports.EventLogLevel = EventLogLevel;
|
|
3780
3920
|
exports.FieldLogLevel = FieldLogLevel;
|
|
3921
|
+
exports.FlushApiCache$ = FlushApiCache$;
|
|
3781
3922
|
exports.FlushApiCacheCommand = FlushApiCacheCommand;
|
|
3923
|
+
exports.FlushApiCacheRequest$ = FlushApiCacheRequest$;
|
|
3924
|
+
exports.FlushApiCacheResponse$ = FlushApiCacheResponse$;
|
|
3925
|
+
exports.FunctionConfiguration$ = FunctionConfiguration$;
|
|
3926
|
+
exports.GetApi$ = GetApi$;
|
|
3927
|
+
exports.GetApiAssociation$ = GetApiAssociation$;
|
|
3782
3928
|
exports.GetApiAssociationCommand = GetApiAssociationCommand;
|
|
3929
|
+
exports.GetApiAssociationRequest$ = GetApiAssociationRequest$;
|
|
3930
|
+
exports.GetApiAssociationResponse$ = GetApiAssociationResponse$;
|
|
3931
|
+
exports.GetApiCache$ = GetApiCache$;
|
|
3783
3932
|
exports.GetApiCacheCommand = GetApiCacheCommand;
|
|
3933
|
+
exports.GetApiCacheRequest$ = GetApiCacheRequest$;
|
|
3934
|
+
exports.GetApiCacheResponse$ = GetApiCacheResponse$;
|
|
3784
3935
|
exports.GetApiCommand = GetApiCommand;
|
|
3936
|
+
exports.GetApiRequest$ = GetApiRequest$;
|
|
3937
|
+
exports.GetApiResponse$ = GetApiResponse$;
|
|
3938
|
+
exports.GetChannelNamespace$ = GetChannelNamespace$;
|
|
3785
3939
|
exports.GetChannelNamespaceCommand = GetChannelNamespaceCommand;
|
|
3940
|
+
exports.GetChannelNamespaceRequest$ = GetChannelNamespaceRequest$;
|
|
3941
|
+
exports.GetChannelNamespaceResponse$ = GetChannelNamespaceResponse$;
|
|
3942
|
+
exports.GetDataSource$ = GetDataSource$;
|
|
3786
3943
|
exports.GetDataSourceCommand = GetDataSourceCommand;
|
|
3944
|
+
exports.GetDataSourceIntrospection$ = GetDataSourceIntrospection$;
|
|
3787
3945
|
exports.GetDataSourceIntrospectionCommand = GetDataSourceIntrospectionCommand;
|
|
3946
|
+
exports.GetDataSourceIntrospectionRequest$ = GetDataSourceIntrospectionRequest$;
|
|
3947
|
+
exports.GetDataSourceIntrospectionResponse$ = GetDataSourceIntrospectionResponse$;
|
|
3948
|
+
exports.GetDataSourceRequest$ = GetDataSourceRequest$;
|
|
3949
|
+
exports.GetDataSourceResponse$ = GetDataSourceResponse$;
|
|
3950
|
+
exports.GetDomainName$ = GetDomainName$;
|
|
3788
3951
|
exports.GetDomainNameCommand = GetDomainNameCommand;
|
|
3952
|
+
exports.GetDomainNameRequest$ = GetDomainNameRequest$;
|
|
3953
|
+
exports.GetDomainNameResponse$ = GetDomainNameResponse$;
|
|
3954
|
+
exports.GetFunction$ = GetFunction$;
|
|
3789
3955
|
exports.GetFunctionCommand = GetFunctionCommand;
|
|
3956
|
+
exports.GetFunctionRequest$ = GetFunctionRequest$;
|
|
3957
|
+
exports.GetFunctionResponse$ = GetFunctionResponse$;
|
|
3958
|
+
exports.GetGraphqlApi$ = GetGraphqlApi$;
|
|
3790
3959
|
exports.GetGraphqlApiCommand = GetGraphqlApiCommand;
|
|
3960
|
+
exports.GetGraphqlApiEnvironmentVariables$ = GetGraphqlApiEnvironmentVariables$;
|
|
3791
3961
|
exports.GetGraphqlApiEnvironmentVariablesCommand = GetGraphqlApiEnvironmentVariablesCommand;
|
|
3962
|
+
exports.GetGraphqlApiEnvironmentVariablesRequest$ = GetGraphqlApiEnvironmentVariablesRequest$;
|
|
3963
|
+
exports.GetGraphqlApiEnvironmentVariablesResponse$ = GetGraphqlApiEnvironmentVariablesResponse$;
|
|
3964
|
+
exports.GetGraphqlApiRequest$ = GetGraphqlApiRequest$;
|
|
3965
|
+
exports.GetGraphqlApiResponse$ = GetGraphqlApiResponse$;
|
|
3966
|
+
exports.GetIntrospectionSchema$ = GetIntrospectionSchema$;
|
|
3792
3967
|
exports.GetIntrospectionSchemaCommand = GetIntrospectionSchemaCommand;
|
|
3968
|
+
exports.GetIntrospectionSchemaRequest$ = GetIntrospectionSchemaRequest$;
|
|
3969
|
+
exports.GetIntrospectionSchemaResponse$ = GetIntrospectionSchemaResponse$;
|
|
3970
|
+
exports.GetResolver$ = GetResolver$;
|
|
3793
3971
|
exports.GetResolverCommand = GetResolverCommand;
|
|
3972
|
+
exports.GetResolverRequest$ = GetResolverRequest$;
|
|
3973
|
+
exports.GetResolverResponse$ = GetResolverResponse$;
|
|
3974
|
+
exports.GetSchemaCreationStatus$ = GetSchemaCreationStatus$;
|
|
3794
3975
|
exports.GetSchemaCreationStatusCommand = GetSchemaCreationStatusCommand;
|
|
3976
|
+
exports.GetSchemaCreationStatusRequest$ = GetSchemaCreationStatusRequest$;
|
|
3977
|
+
exports.GetSchemaCreationStatusResponse$ = GetSchemaCreationStatusResponse$;
|
|
3978
|
+
exports.GetSourceApiAssociation$ = GetSourceApiAssociation$;
|
|
3795
3979
|
exports.GetSourceApiAssociationCommand = GetSourceApiAssociationCommand;
|
|
3980
|
+
exports.GetSourceApiAssociationRequest$ = GetSourceApiAssociationRequest$;
|
|
3981
|
+
exports.GetSourceApiAssociationResponse$ = GetSourceApiAssociationResponse$;
|
|
3982
|
+
exports.GetType$ = GetType$;
|
|
3796
3983
|
exports.GetTypeCommand = GetTypeCommand;
|
|
3984
|
+
exports.GetTypeRequest$ = GetTypeRequest$;
|
|
3985
|
+
exports.GetTypeResponse$ = GetTypeResponse$;
|
|
3797
3986
|
exports.GraphQLApiIntrospectionConfig = GraphQLApiIntrospectionConfig;
|
|
3798
3987
|
exports.GraphQLApiType = GraphQLApiType;
|
|
3799
3988
|
exports.GraphQLApiVisibility = GraphQLApiVisibility;
|
|
3800
|
-
exports.GraphQLSchemaException = GraphQLSchemaException
|
|
3989
|
+
exports.GraphQLSchemaException = GraphQLSchemaException;
|
|
3990
|
+
exports.GraphQLSchemaException$ = GraphQLSchemaException$;
|
|
3991
|
+
exports.GraphqlApi$ = GraphqlApi$;
|
|
3801
3992
|
exports.HandlerBehavior = HandlerBehavior;
|
|
3802
|
-
exports.
|
|
3993
|
+
exports.HandlerConfig$ = HandlerConfig$;
|
|
3994
|
+
exports.HandlerConfigs$ = HandlerConfigs$;
|
|
3995
|
+
exports.HttpDataSourceConfig$ = HttpDataSourceConfig$;
|
|
3996
|
+
exports.Integration$ = Integration$;
|
|
3997
|
+
exports.InternalFailureException = InternalFailureException;
|
|
3998
|
+
exports.InternalFailureException$ = InternalFailureException$;
|
|
3803
3999
|
exports.InvokeType = InvokeType;
|
|
3804
|
-
exports.
|
|
4000
|
+
exports.LambdaAuthorizerConfig$ = LambdaAuthorizerConfig$;
|
|
4001
|
+
exports.LambdaConfig$ = LambdaConfig$;
|
|
4002
|
+
exports.LambdaConflictHandlerConfig$ = LambdaConflictHandlerConfig$;
|
|
4003
|
+
exports.LambdaDataSourceConfig$ = LambdaDataSourceConfig$;
|
|
4004
|
+
exports.LimitExceededException = LimitExceededException;
|
|
4005
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
4006
|
+
exports.ListApiKeys$ = ListApiKeys$;
|
|
3805
4007
|
exports.ListApiKeysCommand = ListApiKeysCommand;
|
|
4008
|
+
exports.ListApiKeysRequest$ = ListApiKeysRequest$;
|
|
4009
|
+
exports.ListApiKeysResponse$ = ListApiKeysResponse$;
|
|
4010
|
+
exports.ListApis$ = ListApis$;
|
|
3806
4011
|
exports.ListApisCommand = ListApisCommand;
|
|
4012
|
+
exports.ListApisRequest$ = ListApisRequest$;
|
|
4013
|
+
exports.ListApisResponse$ = ListApisResponse$;
|
|
4014
|
+
exports.ListChannelNamespaces$ = ListChannelNamespaces$;
|
|
3807
4015
|
exports.ListChannelNamespacesCommand = ListChannelNamespacesCommand;
|
|
4016
|
+
exports.ListChannelNamespacesRequest$ = ListChannelNamespacesRequest$;
|
|
4017
|
+
exports.ListChannelNamespacesResponse$ = ListChannelNamespacesResponse$;
|
|
4018
|
+
exports.ListDataSources$ = ListDataSources$;
|
|
3808
4019
|
exports.ListDataSourcesCommand = ListDataSourcesCommand;
|
|
4020
|
+
exports.ListDataSourcesRequest$ = ListDataSourcesRequest$;
|
|
4021
|
+
exports.ListDataSourcesResponse$ = ListDataSourcesResponse$;
|
|
4022
|
+
exports.ListDomainNames$ = ListDomainNames$;
|
|
3809
4023
|
exports.ListDomainNamesCommand = ListDomainNamesCommand;
|
|
4024
|
+
exports.ListDomainNamesRequest$ = ListDomainNamesRequest$;
|
|
4025
|
+
exports.ListDomainNamesResponse$ = ListDomainNamesResponse$;
|
|
4026
|
+
exports.ListFunctions$ = ListFunctions$;
|
|
3810
4027
|
exports.ListFunctionsCommand = ListFunctionsCommand;
|
|
4028
|
+
exports.ListFunctionsRequest$ = ListFunctionsRequest$;
|
|
4029
|
+
exports.ListFunctionsResponse$ = ListFunctionsResponse$;
|
|
4030
|
+
exports.ListGraphqlApis$ = ListGraphqlApis$;
|
|
3811
4031
|
exports.ListGraphqlApisCommand = ListGraphqlApisCommand;
|
|
4032
|
+
exports.ListGraphqlApisRequest$ = ListGraphqlApisRequest$;
|
|
4033
|
+
exports.ListGraphqlApisResponse$ = ListGraphqlApisResponse$;
|
|
4034
|
+
exports.ListResolvers$ = ListResolvers$;
|
|
4035
|
+
exports.ListResolversByFunction$ = ListResolversByFunction$;
|
|
3812
4036
|
exports.ListResolversByFunctionCommand = ListResolversByFunctionCommand;
|
|
4037
|
+
exports.ListResolversByFunctionRequest$ = ListResolversByFunctionRequest$;
|
|
4038
|
+
exports.ListResolversByFunctionResponse$ = ListResolversByFunctionResponse$;
|
|
3813
4039
|
exports.ListResolversCommand = ListResolversCommand;
|
|
4040
|
+
exports.ListResolversRequest$ = ListResolversRequest$;
|
|
4041
|
+
exports.ListResolversResponse$ = ListResolversResponse$;
|
|
4042
|
+
exports.ListSourceApiAssociations$ = ListSourceApiAssociations$;
|
|
3814
4043
|
exports.ListSourceApiAssociationsCommand = ListSourceApiAssociationsCommand;
|
|
4044
|
+
exports.ListSourceApiAssociationsRequest$ = ListSourceApiAssociationsRequest$;
|
|
4045
|
+
exports.ListSourceApiAssociationsResponse$ = ListSourceApiAssociationsResponse$;
|
|
4046
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3815
4047
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4048
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4049
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4050
|
+
exports.ListTypes$ = ListTypes$;
|
|
4051
|
+
exports.ListTypesByAssociation$ = ListTypesByAssociation$;
|
|
3816
4052
|
exports.ListTypesByAssociationCommand = ListTypesByAssociationCommand;
|
|
4053
|
+
exports.ListTypesByAssociationRequest$ = ListTypesByAssociationRequest$;
|
|
4054
|
+
exports.ListTypesByAssociationResponse$ = ListTypesByAssociationResponse$;
|
|
3817
4055
|
exports.ListTypesCommand = ListTypesCommand;
|
|
4056
|
+
exports.ListTypesRequest$ = ListTypesRequest$;
|
|
4057
|
+
exports.ListTypesResponse$ = ListTypesResponse$;
|
|
4058
|
+
exports.LogConfig$ = LogConfig$;
|
|
3818
4059
|
exports.MergeType = MergeType;
|
|
3819
|
-
exports.NotFoundException = NotFoundException
|
|
4060
|
+
exports.NotFoundException = NotFoundException;
|
|
4061
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
4062
|
+
exports.OpenIDConnectConfig$ = OpenIDConnectConfig$;
|
|
4063
|
+
exports.OpenSearchServiceDataSourceConfig$ = OpenSearchServiceDataSourceConfig$;
|
|
3820
4064
|
exports.OperationLevelMetricsConfig = OperationLevelMetricsConfig;
|
|
3821
4065
|
exports.OutputType = OutputType;
|
|
3822
4066
|
exports.Ownership = Ownership;
|
|
4067
|
+
exports.PipelineConfig$ = PipelineConfig$;
|
|
4068
|
+
exports.PutGraphqlApiEnvironmentVariables$ = PutGraphqlApiEnvironmentVariables$;
|
|
3823
4069
|
exports.PutGraphqlApiEnvironmentVariablesCommand = PutGraphqlApiEnvironmentVariablesCommand;
|
|
4070
|
+
exports.PutGraphqlApiEnvironmentVariablesRequest$ = PutGraphqlApiEnvironmentVariablesRequest$;
|
|
4071
|
+
exports.PutGraphqlApiEnvironmentVariablesResponse$ = PutGraphqlApiEnvironmentVariablesResponse$;
|
|
4072
|
+
exports.RdsDataApiConfig$ = RdsDataApiConfig$;
|
|
4073
|
+
exports.RdsHttpEndpointConfig$ = RdsHttpEndpointConfig$;
|
|
4074
|
+
exports.RelationalDatabaseDataSourceConfig$ = RelationalDatabaseDataSourceConfig$;
|
|
3824
4075
|
exports.RelationalDatabaseSourceType = RelationalDatabaseSourceType;
|
|
4076
|
+
exports.Resolver$ = Resolver$;
|
|
3825
4077
|
exports.ResolverKind = ResolverKind;
|
|
3826
4078
|
exports.ResolverLevelMetricsBehavior = ResolverLevelMetricsBehavior;
|
|
3827
4079
|
exports.ResolverLevelMetricsConfig = ResolverLevelMetricsConfig;
|
|
3828
4080
|
exports.RuntimeName = RuntimeName;
|
|
3829
4081
|
exports.SchemaStatus = SchemaStatus;
|
|
3830
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException
|
|
4082
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
4083
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
4084
|
+
exports.SourceApiAssociation$ = SourceApiAssociation$;
|
|
4085
|
+
exports.SourceApiAssociationConfig$ = SourceApiAssociationConfig$;
|
|
3831
4086
|
exports.SourceApiAssociationStatus = SourceApiAssociationStatus;
|
|
4087
|
+
exports.SourceApiAssociationSummary$ = SourceApiAssociationSummary$;
|
|
4088
|
+
exports.StartDataSourceIntrospection$ = StartDataSourceIntrospection$;
|
|
3832
4089
|
exports.StartDataSourceIntrospectionCommand = StartDataSourceIntrospectionCommand;
|
|
4090
|
+
exports.StartDataSourceIntrospectionRequest$ = StartDataSourceIntrospectionRequest$;
|
|
4091
|
+
exports.StartDataSourceIntrospectionResponse$ = StartDataSourceIntrospectionResponse$;
|
|
4092
|
+
exports.StartSchemaCreation$ = StartSchemaCreation$;
|
|
3833
4093
|
exports.StartSchemaCreationCommand = StartSchemaCreationCommand;
|
|
4094
|
+
exports.StartSchemaCreationRequest$ = StartSchemaCreationRequest$;
|
|
4095
|
+
exports.StartSchemaCreationResponse$ = StartSchemaCreationResponse$;
|
|
4096
|
+
exports.StartSchemaMerge$ = StartSchemaMerge$;
|
|
3834
4097
|
exports.StartSchemaMergeCommand = StartSchemaMergeCommand;
|
|
4098
|
+
exports.StartSchemaMergeRequest$ = StartSchemaMergeRequest$;
|
|
4099
|
+
exports.StartSchemaMergeResponse$ = StartSchemaMergeResponse$;
|
|
4100
|
+
exports.SyncConfig$ = SyncConfig$;
|
|
4101
|
+
exports.TagResource$ = TagResource$;
|
|
3835
4102
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4103
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4104
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4105
|
+
exports.Type$ = Type$;
|
|
3836
4106
|
exports.TypeDefinitionFormat = TypeDefinitionFormat;
|
|
3837
|
-
exports.UnauthorizedException = UnauthorizedException
|
|
4107
|
+
exports.UnauthorizedException = UnauthorizedException;
|
|
4108
|
+
exports.UnauthorizedException$ = UnauthorizedException$;
|
|
4109
|
+
exports.UntagResource$ = UntagResource$;
|
|
3838
4110
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4111
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4112
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4113
|
+
exports.UpdateApi$ = UpdateApi$;
|
|
4114
|
+
exports.UpdateApiCache$ = UpdateApiCache$;
|
|
3839
4115
|
exports.UpdateApiCacheCommand = UpdateApiCacheCommand;
|
|
4116
|
+
exports.UpdateApiCacheRequest$ = UpdateApiCacheRequest$;
|
|
4117
|
+
exports.UpdateApiCacheResponse$ = UpdateApiCacheResponse$;
|
|
3840
4118
|
exports.UpdateApiCommand = UpdateApiCommand;
|
|
4119
|
+
exports.UpdateApiKey$ = UpdateApiKey$;
|
|
3841
4120
|
exports.UpdateApiKeyCommand = UpdateApiKeyCommand;
|
|
4121
|
+
exports.UpdateApiKeyRequest$ = UpdateApiKeyRequest$;
|
|
4122
|
+
exports.UpdateApiKeyResponse$ = UpdateApiKeyResponse$;
|
|
4123
|
+
exports.UpdateApiRequest$ = UpdateApiRequest$;
|
|
4124
|
+
exports.UpdateApiResponse$ = UpdateApiResponse$;
|
|
4125
|
+
exports.UpdateChannelNamespace$ = UpdateChannelNamespace$;
|
|
3842
4126
|
exports.UpdateChannelNamespaceCommand = UpdateChannelNamespaceCommand;
|
|
4127
|
+
exports.UpdateChannelNamespaceRequest$ = UpdateChannelNamespaceRequest$;
|
|
4128
|
+
exports.UpdateChannelNamespaceResponse$ = UpdateChannelNamespaceResponse$;
|
|
4129
|
+
exports.UpdateDataSource$ = UpdateDataSource$;
|
|
3843
4130
|
exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
|
|
4131
|
+
exports.UpdateDataSourceRequest$ = UpdateDataSourceRequest$;
|
|
4132
|
+
exports.UpdateDataSourceResponse$ = UpdateDataSourceResponse$;
|
|
4133
|
+
exports.UpdateDomainName$ = UpdateDomainName$;
|
|
3844
4134
|
exports.UpdateDomainNameCommand = UpdateDomainNameCommand;
|
|
4135
|
+
exports.UpdateDomainNameRequest$ = UpdateDomainNameRequest$;
|
|
4136
|
+
exports.UpdateDomainNameResponse$ = UpdateDomainNameResponse$;
|
|
4137
|
+
exports.UpdateFunction$ = UpdateFunction$;
|
|
3845
4138
|
exports.UpdateFunctionCommand = UpdateFunctionCommand;
|
|
4139
|
+
exports.UpdateFunctionRequest$ = UpdateFunctionRequest$;
|
|
4140
|
+
exports.UpdateFunctionResponse$ = UpdateFunctionResponse$;
|
|
4141
|
+
exports.UpdateGraphqlApi$ = UpdateGraphqlApi$;
|
|
3846
4142
|
exports.UpdateGraphqlApiCommand = UpdateGraphqlApiCommand;
|
|
4143
|
+
exports.UpdateGraphqlApiRequest$ = UpdateGraphqlApiRequest$;
|
|
4144
|
+
exports.UpdateGraphqlApiResponse$ = UpdateGraphqlApiResponse$;
|
|
4145
|
+
exports.UpdateResolver$ = UpdateResolver$;
|
|
3847
4146
|
exports.UpdateResolverCommand = UpdateResolverCommand;
|
|
4147
|
+
exports.UpdateResolverRequest$ = UpdateResolverRequest$;
|
|
4148
|
+
exports.UpdateResolverResponse$ = UpdateResolverResponse$;
|
|
4149
|
+
exports.UpdateSourceApiAssociation$ = UpdateSourceApiAssociation$;
|
|
3848
4150
|
exports.UpdateSourceApiAssociationCommand = UpdateSourceApiAssociationCommand;
|
|
4151
|
+
exports.UpdateSourceApiAssociationRequest$ = UpdateSourceApiAssociationRequest$;
|
|
4152
|
+
exports.UpdateSourceApiAssociationResponse$ = UpdateSourceApiAssociationResponse$;
|
|
4153
|
+
exports.UpdateType$ = UpdateType$;
|
|
3849
4154
|
exports.UpdateTypeCommand = UpdateTypeCommand;
|
|
4155
|
+
exports.UpdateTypeRequest$ = UpdateTypeRequest$;
|
|
4156
|
+
exports.UpdateTypeResponse$ = UpdateTypeResponse$;
|
|
4157
|
+
exports.UserPoolConfig$ = UserPoolConfig$;
|
|
3850
4158
|
exports.paginateListApiKeys = paginateListApiKeys;
|
|
3851
4159
|
exports.paginateListApis = paginateListApis;
|
|
3852
4160
|
exports.paginateListChannelNamespaces = paginateListChannelNamespaces;
|