@aws-sdk/client-datazone 3.1025.0 → 3.1026.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/schemas/schemas_0.js +89 -73
- package/dist-es/schemas/schemas_0.js +73 -57
- package/dist-types/commands/CreateConnectionCommand.d.ts +29 -2
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +16 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +25 -1
- package/dist-types/models/models_0.d.ts +63 -62
- package/dist-types/models/models_1.d.ts +66 -16
- package/dist-types/models/models_2.d.ts +27 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +13 -14
- package/dist-types/ts3.4/models/models_1.d.ts +15 -4
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -91,6 +91,7 @@ const _BPAM = "BatchPutAttributesMetadata";
|
|
|
91
91
|
const _BPAMI = "BatchPutAttributesMetadataInput";
|
|
92
92
|
const _BPAMO = "BatchPutAttributesMetadataOutput";
|
|
93
93
|
const _BPAO = "BatchPutAttributeOutput";
|
|
94
|
+
const _C = "Configuration";
|
|
94
95
|
const _CA = "Created-At";
|
|
95
96
|
const _CAF = "CreateAssetFilter";
|
|
96
97
|
const _CAFI = "CreateAssetFilterInput";
|
|
@@ -207,6 +208,7 @@ const _CT = "Client-Token";
|
|
|
207
208
|
const _CUP = "CreateUserProfile";
|
|
208
209
|
const _CUPI = "CreateUserProfileInput";
|
|
209
210
|
const _CUPO = "CreateUserProfileOutput";
|
|
211
|
+
const _Co = "Configurations";
|
|
210
212
|
const _D = "Description";
|
|
211
213
|
const _DA = "DeleteAsset";
|
|
212
214
|
const _DAF = "DeleteAssetFilter";
|
|
@@ -1096,10 +1098,12 @@ const _cT = "clientToken";
|
|
|
1096
1098
|
const _cTo = "connectionType";
|
|
1097
1099
|
const _cTr = "creationTime";
|
|
1098
1100
|
const _cTre = "creationTimestamp";
|
|
1099
|
-
const _cl = "
|
|
1101
|
+
const _cl = "classification";
|
|
1102
|
+
const _cla = "classifies";
|
|
1100
1103
|
const _co = "count";
|
|
1101
1104
|
const _cod = "code";
|
|
1102
|
-
const _con = "
|
|
1105
|
+
const _con = "configurations";
|
|
1106
|
+
const _conf = "configuration";
|
|
1103
1107
|
const _conn = "connection";
|
|
1104
1108
|
const _cont = "content";
|
|
1105
1109
|
const _cr = "credentials";
|
|
@@ -1228,6 +1232,7 @@ const _g = "group";
|
|
|
1228
1232
|
const _gC = "glueConnection";
|
|
1229
1233
|
const _gCI = "glueConnectionInput";
|
|
1230
1234
|
const _gCN = "glueConnectionName";
|
|
1235
|
+
const _gCNl = "glueConnectionNames";
|
|
1231
1236
|
const _gE = "grantedEntity";
|
|
1232
1237
|
const _gGT = "governedGlossaryTerms";
|
|
1233
1238
|
const _gI = "grantId";
|
|
@@ -1436,10 +1441,11 @@ const _pa = "password";
|
|
|
1436
1441
|
const _par = "parameters";
|
|
1437
1442
|
const _pe = "permissions";
|
|
1438
1443
|
const _po = "port";
|
|
1439
|
-
const _pr = "
|
|
1440
|
-
const _pro = "
|
|
1444
|
+
const _pr = "properties";
|
|
1445
|
+
const _pro = "props";
|
|
1441
1446
|
const _proj = "project";
|
|
1442
1447
|
const _prot = "protocol";
|
|
1448
|
+
const _prov = "provider";
|
|
1443
1449
|
const _qET = "queryEndTime";
|
|
1444
1450
|
const _qST = "queryStartTime";
|
|
1445
1451
|
const _r = "revision";
|
|
@@ -1472,6 +1478,7 @@ const _rRC = "redshiftRunConfiguration";
|
|
|
1472
1478
|
const _rRe = "rejectRule";
|
|
1473
1479
|
const _rRu = "runtimeRole";
|
|
1474
1480
|
const _rS = "resolutionStrategy";
|
|
1481
|
+
const _rSAGL = "registerS3AccessGrantLocation";
|
|
1475
1482
|
const _rSFA = "runStatisticsForAssets";
|
|
1476
1483
|
const _rSGS = "redshiftSelfGrantStatus";
|
|
1477
1484
|
const _rSS = "redshiftServerlessSource";
|
|
@@ -2064,6 +2071,11 @@ export var ConfigurableEnvironmentAction$ = [3, n0, _CEA,
|
|
|
2064
2071
|
[_ty, _par, _au],
|
|
2065
2072
|
[0, () => ConfigurableActionParameterList, 0], 2
|
|
2066
2073
|
];
|
|
2074
|
+
export var Configuration$ = [3, n0, _C,
|
|
2075
|
+
0,
|
|
2076
|
+
[_cl, _pr],
|
|
2077
|
+
[0, 128 | 0]
|
|
2078
|
+
];
|
|
2067
2079
|
export var ConnectionCredentials$ = [3, n0, _CC,
|
|
2068
2080
|
8,
|
|
2069
2081
|
[_aKI, _sAK, _sT, _ex],
|
|
@@ -2071,8 +2083,8 @@ export var ConnectionCredentials$ = [3, n0, _CC,
|
|
|
2071
2083
|
];
|
|
2072
2084
|
export var ConnectionSummary$ = [3, n0, _CS,
|
|
2073
2085
|
0,
|
|
2074
|
-
[_cI, _dIo, _dUI, _n, _pE, _ty, _eInvi, _pI,
|
|
2075
|
-
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2086
|
+
[_cI, _dIo, _dUI, _n, _pE, _ty, _con, _eInvi, _pI, _pro, _sc],
|
|
2087
|
+
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, () => Configurations, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2076
2088
|
];
|
|
2077
2089
|
export var CreateAccountPoolInput$ = [3, n0, _CAPI,
|
|
2078
2090
|
0,
|
|
@@ -2086,12 +2098,12 @@ export var CreateAccountPoolOutput$ = [3, n0, _CAPO,
|
|
|
2086
2098
|
];
|
|
2087
2099
|
export var CreateAssetFilterInput$ = [3, n0, _CAFI,
|
|
2088
2100
|
0,
|
|
2089
|
-
[_dI, _aIs, _n,
|
|
2101
|
+
[_dI, _aIs, _n, _conf, _de, _cT],
|
|
2090
2102
|
[[0, 1], [0, 1], [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], [0, 4]], 4
|
|
2091
2103
|
];
|
|
2092
2104
|
export var CreateAssetFilterOutput$ = [3, n0, _CAFO,
|
|
2093
2105
|
0,
|
|
2094
|
-
[_id, _dIo, _aI, _n,
|
|
2106
|
+
[_id, _dIo, _aI, _n, _conf, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
2095
2107
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
2096
2108
|
];
|
|
2097
2109
|
export var CreateAssetInput$ = [3, n0, _CAI,
|
|
@@ -2131,13 +2143,13 @@ export var CreateAssetTypePolicyGrantDetail$ = [3, n0, _CATPGD,
|
|
|
2131
2143
|
];
|
|
2132
2144
|
export var CreateConnectionInput$ = [3, n0, _CCI,
|
|
2133
2145
|
0,
|
|
2134
|
-
[_dI, _n, _aL, _cT, _de, _eInv,
|
|
2135
|
-
[[0, 1], 0, () => AwsLocation$, [0, 4], [() => Description, 0], 0, [() => ConnectionPropertiesInput$, 0], 2, 0], 2
|
|
2146
|
+
[_dI, _n, _aL, _cT, _con, _de, _eInv, _pro, _eTIP, _sc],
|
|
2147
|
+
[[0, 1], 0, () => AwsLocation$, [0, 4], () => Configurations, [() => Description, 0], 0, [() => ConnectionPropertiesInput$, 0], 2, 0], 2
|
|
2136
2148
|
];
|
|
2137
2149
|
export var CreateConnectionOutput$ = [3, n0, _CCO,
|
|
2138
2150
|
0,
|
|
2139
|
-
[_cI, _dIo, _dUI, _n, _pE, _ty, _de, _eInvi, _pI,
|
|
2140
|
-
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2151
|
+
[_cI, _dIo, _dUI, _n, _pE, _ty, _con, _de, _eInvi, _pI, _pro, _sc],
|
|
2152
|
+
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, () => Configurations, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2141
2153
|
];
|
|
2142
2154
|
export var CreateDataProductInput$ = [3, n0, _CDPI,
|
|
2143
2155
|
0,
|
|
@@ -2161,12 +2173,12 @@ export var CreateDataProductRevisionOutput$ = [3, n0, _CDPRO,
|
|
|
2161
2173
|
];
|
|
2162
2174
|
export var CreateDataSourceInput$ = [3, n0, _CDSI,
|
|
2163
2175
|
0,
|
|
2164
|
-
[_n, _dI, _pIr, _ty, _de, _eInv, _cIo,
|
|
2176
|
+
[_n, _dI, _pIr, _ty, _de, _eInv, _cIo, _conf, _re, _eS, _sch, _pOI, _aFI, _cT],
|
|
2165
2177
|
[[() => Name, 0], [0, 1], 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 0, [() => ScheduleConfiguration$, 0], 2, [() => FormInputList, 0], [0, 4]], 4
|
|
2166
2178
|
];
|
|
2167
2179
|
export var CreateDataSourceOutput$ = [3, n0, _CDSO,
|
|
2168
2180
|
0,
|
|
2169
|
-
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI,
|
|
2181
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _conf, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA],
|
|
2170
2182
|
[0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5], 4
|
|
2171
2183
|
];
|
|
2172
2184
|
export var CreateDomainInput$ = [3, n0, _CDI,
|
|
@@ -2211,7 +2223,7 @@ export var CreateEnvironmentBlueprintInput$ = [3, n0, _CEBI,
|
|
|
2211
2223
|
];
|
|
2212
2224
|
export var CreateEnvironmentBlueprintOutput$ = [3, n0, _CEBO,
|
|
2213
2225
|
0,
|
|
2214
|
-
[_id, _n,
|
|
2226
|
+
[_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
|
|
2215
2227
|
[0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
|
|
2216
2228
|
];
|
|
2217
2229
|
export var CreateEnvironmentInput$ = [3, n0, _CEI,
|
|
@@ -2221,7 +2233,7 @@ export var CreateEnvironmentInput$ = [3, n0, _CEI,
|
|
|
2221
2233
|
];
|
|
2222
2234
|
export var CreateEnvironmentOutput$ = [3, n0, _CEO,
|
|
2223
2235
|
0,
|
|
2224
|
-
[_pI, _dIo, _cB, _n,
|
|
2236
|
+
[_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
|
|
2225
2237
|
[0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0], [() => EnvironmentConfigurationName, 0]], 5
|
|
2226
2238
|
];
|
|
2227
2239
|
export var CreateEnvironmentProfileInput$ = [3, n0, _CEPI,
|
|
@@ -2371,12 +2383,12 @@ export var CreateSubscriptionRequestOutput$ = [3, n0, _CSRO,
|
|
|
2371
2383
|
];
|
|
2372
2384
|
export var CreateSubscriptionTargetInput$ = [3, n0, _CSTI,
|
|
2373
2385
|
0,
|
|
2374
|
-
[_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT,
|
|
2386
|
+
[_dI, _eInv, _n, _ty, _sTC, _aPu, _mAR, _aAT, _prov, _cT, _sGCM],
|
|
2375
2387
|
[[0, 1], [0, 1], [() => SubscriptionTargetName, 0], 0, () => SubscriptionTargetForms, 64 | 0, 0, 64 | 0, 0, [0, 4], 0], 8
|
|
2376
2388
|
];
|
|
2377
2389
|
export var CreateSubscriptionTargetOutput$ = [3, n0, _CSTO,
|
|
2378
2390
|
0,
|
|
2379
|
-
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC,
|
|
2391
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _prov, _uB, _uA, _mAR, _sGCM],
|
|
2380
2392
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
|
|
2381
2393
|
];
|
|
2382
2394
|
export var CreateUserProfileInput$ = [3, n0, _CUPI,
|
|
@@ -2531,7 +2543,7 @@ export var DeleteDataSourceInput$ = [3, n0, _DDSI,
|
|
|
2531
2543
|
];
|
|
2532
2544
|
export var DeleteDataSourceOutput$ = [3, n0, _DDSO,
|
|
2533
2545
|
0,
|
|
2534
|
-
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI,
|
|
2546
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _conf, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
|
|
2535
2547
|
[0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2], 4
|
|
2536
2548
|
];
|
|
2537
2549
|
export var DeleteDomainInput$ = [3, n0, _DDI,
|
|
@@ -2786,7 +2798,7 @@ export var EnvironmentBlueprintConfigurationItem$ = [3, n0, _EBCI,
|
|
|
2786
2798
|
];
|
|
2787
2799
|
export var EnvironmentBlueprintSummary$ = [3, n0, _EBS,
|
|
2788
2800
|
0,
|
|
2789
|
-
[_id, _n,
|
|
2801
|
+
[_id, _n, _prov, _pP, _de, _cA, _uA],
|
|
2790
2802
|
[0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], 5, 5], 4
|
|
2791
2803
|
];
|
|
2792
2804
|
export var EnvironmentConfiguration$ = [3, n0, _ECn,
|
|
@@ -2836,7 +2848,7 @@ export var EnvironmentResolvedAccount$ = [3, n0, _ERA,
|
|
|
2836
2848
|
];
|
|
2837
2849
|
export var EnvironmentSummary$ = [3, n0, _ES,
|
|
2838
2850
|
0,
|
|
2839
|
-
[_pI, _dIo, _cB, _n,
|
|
2851
|
+
[_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _st, _eCI, _eCNn],
|
|
2840
2852
|
[0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, 0, [() => EnvironmentConfigurationId, 0], [() => EnvironmentConfigurationName, 0]], 5
|
|
2841
2853
|
];
|
|
2842
2854
|
export var EqualToExpression$ = [3, n0, _ETE,
|
|
@@ -2901,7 +2913,7 @@ export var GetAssetFilterInput$ = [3, n0, _GAFI,
|
|
|
2901
2913
|
];
|
|
2902
2914
|
export var GetAssetFilterOutput$ = [3, n0, _GAFO,
|
|
2903
2915
|
0,
|
|
2904
|
-
[_id, _dIo, _aI, _n,
|
|
2916
|
+
[_id, _dIo, _aI, _n, _conf, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
2905
2917
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
2906
2918
|
];
|
|
2907
2919
|
export var GetAssetInput$ = [3, n0, _GAI,
|
|
@@ -2931,8 +2943,8 @@ export var GetConnectionInput$ = [3, n0, _GCI,
|
|
|
2931
2943
|
];
|
|
2932
2944
|
export var GetConnectionOutput$ = [3, n0, _GCO,
|
|
2933
2945
|
0,
|
|
2934
|
-
[_cI, _dIo, _dUI, _n, _pE, _ty, _cC, _de, _eInvi, _eUR, _pI,
|
|
2935
|
-
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionCredentials$, 0], [() => Description, 0], 0, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2946
|
+
[_cI, _dIo, _dUI, _n, _pE, _ty, _cC, _con, _de, _eInvi, _eUR, _pI, _pro, _sc],
|
|
2947
|
+
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => ConnectionCredentials$, 0], () => Configurations, [() => Description, 0], 0, 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
2936
2948
|
];
|
|
2937
2949
|
export var GetDataExportConfigurationInput$ = [3, n0, _GDECI,
|
|
2938
2950
|
0,
|
|
@@ -2961,7 +2973,7 @@ export var GetDataSourceInput$ = [3, n0, _GDSI,
|
|
|
2961
2973
|
];
|
|
2962
2974
|
export var GetDataSourceOutput$ = [3, n0, _GDSO,
|
|
2963
2975
|
0,
|
|
2964
|
-
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI,
|
|
2976
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _conf, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _lRAC, _eM, _cA, _uA, _sGS],
|
|
2965
2977
|
[0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, 1, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$], 4
|
|
2966
2978
|
];
|
|
2967
2979
|
export var GetDataSourceRunInput$ = [3, n0, _GDSRI,
|
|
@@ -3021,7 +3033,7 @@ export var GetEnvironmentBlueprintInput$ = [3, n0, _GEBI,
|
|
|
3021
3033
|
];
|
|
3022
3034
|
export var GetEnvironmentBlueprintOutput$ = [3, n0, _GEBO,
|
|
3023
3035
|
0,
|
|
3024
|
-
[_id, _n,
|
|
3036
|
+
[_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
|
|
3025
3037
|
[0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
|
|
3026
3038
|
];
|
|
3027
3039
|
export var GetEnvironmentCredentialsInput$ = [3, n0, _GECI,
|
|
@@ -3041,7 +3053,7 @@ export var GetEnvironmentInput$ = [3, n0, _GEI,
|
|
|
3041
3053
|
];
|
|
3042
3054
|
export var GetEnvironmentOutput$ = [3, n0, _GEO,
|
|
3043
3055
|
0,
|
|
3044
|
-
[_pI, _dIo, _cB, _n,
|
|
3056
|
+
[_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
|
|
3045
3057
|
[0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0], [() => EnvironmentConfigurationName, 0]], 5
|
|
3046
3058
|
];
|
|
3047
3059
|
export var GetEnvironmentProfileInput$ = [3, n0, _GEPI,
|
|
@@ -3221,7 +3233,7 @@ export var GetSubscriptionTargetInput$ = [3, n0, _GSTI,
|
|
|
3221
3233
|
];
|
|
3222
3234
|
export var GetSubscriptionTargetOutput$ = [3, n0, _GSTO,
|
|
3223
3235
|
0,
|
|
3224
|
-
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC,
|
|
3236
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _prov, _uB, _uA, _mAR, _sGCM],
|
|
3225
3237
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
|
|
3226
3238
|
];
|
|
3227
3239
|
export var GetTimeSeriesDataPointInput$ = [3, n0, _GTSDPI,
|
|
@@ -3626,8 +3638,8 @@ export var ListEnvironmentProfilesOutput$ = [3, n0, _LEPO,
|
|
|
3626
3638
|
];
|
|
3627
3639
|
export var ListEnvironmentsInput$ = [3, n0, _LEI,
|
|
3628
3640
|
0,
|
|
3629
|
-
[_dI, _pIr, _aAI, _st, _aAR, _ePI, _eBI,
|
|
3630
|
-
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _ePI }], [0, { [_hQ]: _eBI }], [0, { [_hQ]:
|
|
3641
|
+
[_dI, _pIr, _aAI, _st, _aAR, _ePI, _eBI, _prov, _n, _mRa, _nT],
|
|
3642
|
+
[[0, 1], [0, { [_hQ]: _pIr }], [0, { [_hQ]: _aAI }], [0, { [_hQ]: _st }], [0, { [_hQ]: _aAR }], [0, { [_hQ]: _ePI }], [0, { [_hQ]: _eBI }], [0, { [_hQ]: _prov }], [0, { [_hQ]: _n }], [1, { [_hQ]: _mRa }], [0, { [_hQ]: _nT }]], 2
|
|
3631
3643
|
];
|
|
3632
3644
|
export var ListEnvironmentsOutput$ = [3, n0, _LEO,
|
|
3633
3645
|
0,
|
|
@@ -3951,8 +3963,8 @@ export var PhysicalConnectionRequirements$ = [3, n0, _PCR,
|
|
|
3951
3963
|
];
|
|
3952
3964
|
export var PhysicalEndpoint$ = [3, n0, _PE,
|
|
3953
3965
|
0,
|
|
3954
|
-
[_aL, _gCN, _gC, _eTIP, _h, _po, _prot, _sta],
|
|
3955
|
-
[() => AwsLocation$, 0, [() => GlueConnection$, 0], 2, 0, 1, 0, 0]
|
|
3966
|
+
[_aL, _gCN, _gCNl, _gC, _eTIP, _h, _po, _prot, _sta],
|
|
3967
|
+
[() => AwsLocation$, 0, 64 | 0, [() => GlueConnection$, 0], 2, 0, 1, 0, 0]
|
|
3956
3968
|
];
|
|
3957
3969
|
export var PolicyGrantMember$ = [3, n0, _PGM,
|
|
3958
3970
|
0,
|
|
@@ -4166,7 +4178,7 @@ export var RemovePolicyGrantOutput$ = [3, n0, _RPGO,
|
|
|
4166
4178
|
];
|
|
4167
4179
|
export var Resource$ = [3, n0, _R,
|
|
4168
4180
|
0,
|
|
4169
|
-
[_v, _ty,
|
|
4181
|
+
[_v, _ty, _prov, _n],
|
|
4170
4182
|
[0, 0, 0, 0], 2
|
|
4171
4183
|
];
|
|
4172
4184
|
export var ResourceTag$ = [3, n0, _RT,
|
|
@@ -4211,18 +4223,18 @@ export var RunStatisticsForAssets$ = [3, n0, _RSFA,
|
|
|
4211
4223
|
];
|
|
4212
4224
|
export var S3PropertiesInput$ = [3, n0, _SPI,
|
|
4213
4225
|
0,
|
|
4214
|
-
[_sU, _sAGLI],
|
|
4215
|
-
[0, 0], 1
|
|
4226
|
+
[_sU, _sAGLI, _rSAGL],
|
|
4227
|
+
[0, 0, 2], 1
|
|
4216
4228
|
];
|
|
4217
4229
|
export var S3PropertiesOutput$ = [3, n0, _SPO,
|
|
4218
4230
|
0,
|
|
4219
|
-
[_sU, _sAGLI, _st, _eM],
|
|
4220
|
-
[0, 0, 0, 0], 1
|
|
4231
|
+
[_sU, _sAGLI, _rSAGL, _st, _eM],
|
|
4232
|
+
[0, 0, 2, 0, 0], 1
|
|
4221
4233
|
];
|
|
4222
4234
|
export var S3PropertiesPatch$ = [3, n0, _SPP,
|
|
4223
4235
|
0,
|
|
4224
|
-
[_sU, _sAGLI],
|
|
4225
|
-
[0, 0], 1
|
|
4236
|
+
[_sU, _sAGLI, _rSAGL],
|
|
4237
|
+
[0, 0, 2], 1
|
|
4226
4238
|
];
|
|
4227
4239
|
export var SageMakerRunConfigurationInput$ = [3, n0, _SMRCI,
|
|
4228
4240
|
0,
|
|
@@ -4331,13 +4343,13 @@ export var SparkGlueArgs$ = [3, n0, _SGA,
|
|
|
4331
4343
|
];
|
|
4332
4344
|
export var SparkGluePropertiesInput$ = [3, n0, _SGPIp,
|
|
4333
4345
|
0,
|
|
4334
|
-
[_aAd, _gCN, _gV, _iTdl, _jVE, _nOW, _pVE, _wT],
|
|
4335
|
-
[() => SparkGlueArgs$, 0, 0, 1, 0, 1, 0, 0]
|
|
4346
|
+
[_aAd, _gCN, _gCNl, _gV, _iTdl, _jVE, _nOW, _pVE, _wT],
|
|
4347
|
+
[() => SparkGlueArgs$, 0, 64 | 0, 0, 1, 0, 1, 0, 0]
|
|
4336
4348
|
];
|
|
4337
4349
|
export var SparkGluePropertiesOutput$ = [3, n0, _SGPOp,
|
|
4338
4350
|
0,
|
|
4339
|
-
[_aAd, _gCN, _gV, _iTdl, _jVE, _nOW, _pVE, _wT],
|
|
4340
|
-
[() => SparkGlueArgs$, 0, 0, 1, 0, 1, 0, 0]
|
|
4351
|
+
[_aAd, _gCN, _gCNl, _gV, _iTdl, _jVE, _nOW, _pVE, _wT],
|
|
4352
|
+
[() => SparkGlueArgs$, 0, 64 | 0, 0, 1, 0, 1, 0, 0]
|
|
4341
4353
|
];
|
|
4342
4354
|
export var SsoUserProfileDetails$ = [3, n0, _SUPD,
|
|
4343
4355
|
0,
|
|
@@ -4451,7 +4463,7 @@ export var SubscriptionTargetForm$ = [3, n0, _STF,
|
|
|
4451
4463
|
];
|
|
4452
4464
|
export var SubscriptionTargetSummary$ = [3, n0, _STS,
|
|
4453
4465
|
0,
|
|
4454
|
-
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC,
|
|
4466
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _prov, _uB, _uA, _mAR, _sGCM],
|
|
4455
4467
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
|
|
4456
4468
|
];
|
|
4457
4469
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
@@ -4466,7 +4478,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
4466
4478
|
];
|
|
4467
4479
|
export var TermRelations$ = [3, n0, _TR,
|
|
4468
4480
|
0,
|
|
4469
|
-
[_iA,
|
|
4481
|
+
[_iA, _cla],
|
|
4470
4482
|
[64 | 0, 64 | 0]
|
|
4471
4483
|
];
|
|
4472
4484
|
export var TextMatchItem$ = [3, n0, _TMI,
|
|
@@ -4521,32 +4533,32 @@ export var UpdateAccountPoolOutput$ = [3, n0, _UAPO,
|
|
|
4521
4533
|
];
|
|
4522
4534
|
export var UpdateAssetFilterInput$ = [3, n0, _UAFI,
|
|
4523
4535
|
0,
|
|
4524
|
-
[_dI, _aIs, _i, _n, _de,
|
|
4536
|
+
[_dI, _aIs, _i, _n, _de, _conf],
|
|
4525
4537
|
[[0, 1], [0, 1], [0, 1], 0, [() => Description, 0], () => AssetFilterConfiguration$], 3
|
|
4526
4538
|
];
|
|
4527
4539
|
export var UpdateAssetFilterOutput$ = [3, n0, _UAFO,
|
|
4528
4540
|
0,
|
|
4529
|
-
[_id, _dIo, _aI, _n,
|
|
4541
|
+
[_id, _dIo, _aI, _n, _conf, _de, _st, _cA, _eM, _eCN, _eRF],
|
|
4530
4542
|
[0, 0, 0, [() => FilterName, 0], () => AssetFilterConfiguration$, [() => Description, 0], 0, 4, 0, 64 | 0, 0], 5
|
|
4531
4543
|
];
|
|
4532
4544
|
export var UpdateConnectionInput$ = [3, n0, _UCI,
|
|
4533
4545
|
0,
|
|
4534
|
-
[_dI, _i, _de, _aL,
|
|
4535
|
-
[[0, 1], [0, 1], [() => Description, 0], () => AwsLocation$, [() => ConnectionPropertiesPatch$, 0]], 2
|
|
4546
|
+
[_dI, _i, _con, _de, _aL, _pro],
|
|
4547
|
+
[[0, 1], [0, 1], () => Configurations, [() => Description, 0], () => AwsLocation$, [() => ConnectionPropertiesPatch$, 0]], 2
|
|
4536
4548
|
];
|
|
4537
4549
|
export var UpdateConnectionOutput$ = [3, n0, _UCO,
|
|
4538
4550
|
0,
|
|
4539
|
-
[_cI, _dIo, _dUI, _n, _pE, _ty, _de, _eInvi, _pI,
|
|
4540
|
-
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
4551
|
+
[_cI, _dIo, _dUI, _n, _pE, _ty, _con, _de, _eInvi, _pI, _pro, _sc],
|
|
4552
|
+
[0, 0, 0, 0, [() => PhysicalEndpoints, 0], 0, () => Configurations, [() => Description, 0], 0, 0, [() => ConnectionPropertiesOutput$, 0], 0], 6
|
|
4541
4553
|
];
|
|
4542
4554
|
export var UpdateDataSourceInput$ = [3, n0, _UDSI,
|
|
4543
4555
|
0,
|
|
4544
|
-
[_dI, _i, _n, _de, _eS, _pOI, _aFI, _sch,
|
|
4556
|
+
[_dI, _i, _n, _de, _eS, _pOI, _aFI, _sch, _conf, _re, _rPORF],
|
|
4545
4557
|
[[0, 1], [0, 1], [() => Name, 0], [() => Description, 0], 0, 2, [() => FormInputList, 0], [() => ScheduleConfiguration$, 0], () => DataSourceConfigurationInput$, () => RecommendationConfiguration$, 2], 2
|
|
4546
4558
|
];
|
|
4547
4559
|
export var UpdateDataSourceOutput$ = [3, n0, _UDSO,
|
|
4548
4560
|
0,
|
|
4549
|
-
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI,
|
|
4561
|
+
[_id, _n, _dIo, _pI, _st, _ty, _de, _eInvi, _cI, _conf, _re, _eS, _pOI, _aFO, _sch, _lRS, _lRA, _lREM, _eM, _cA, _uA, _sGS, _rPORF],
|
|
4550
4562
|
[0, [() => Name, 0], 0, 0, 0, 0, [() => Description, 0], 0, 0, () => DataSourceConfigurationOutput$, () => RecommendationConfiguration$, 0, 2, [() => FormOutputList, 0], [() => ScheduleConfiguration$, 0], 0, 5, () => DataSourceErrorMessage$, () => DataSourceErrorMessage$, 5, 5, () => SelfGrantStatusOutput$, 2], 4
|
|
4551
4563
|
];
|
|
4552
4564
|
export var UpdateDomainInput$ = [3, n0, _UDI,
|
|
@@ -4586,7 +4598,7 @@ export var UpdateEnvironmentBlueprintInput$ = [3, n0, _UEBI,
|
|
|
4586
4598
|
];
|
|
4587
4599
|
export var UpdateEnvironmentBlueprintOutput$ = [3, n0, _UEBO,
|
|
4588
4600
|
0,
|
|
4589
|
-
[_id, _n,
|
|
4601
|
+
[_id, _n, _prov, _pP, _de, _dP, _uP, _gT, _cA, _uA],
|
|
4590
4602
|
[0, 0, 0, () => ProvisioningProperties$, [() => Description, 0], () => DeploymentProperties$, [() => CustomParameterList, 0], 64 | 0, 5, 5], 4
|
|
4591
4603
|
];
|
|
4592
4604
|
export var UpdateEnvironmentInput$ = [3, n0, _UEI,
|
|
@@ -4596,7 +4608,7 @@ export var UpdateEnvironmentInput$ = [3, n0, _UEI,
|
|
|
4596
4608
|
];
|
|
4597
4609
|
export var UpdateEnvironmentOutput$ = [3, n0, _UEO,
|
|
4598
4610
|
0,
|
|
4599
|
-
[_pI, _dIo, _cB, _n,
|
|
4611
|
+
[_pI, _dIo, _cB, _n, _prov, _id, _cA, _uA, _de, _ePIn, _aAI, _aAR, _pR, _st, _eA, _gT, _uP, _lD, _pP, _dP, _eBIn, _eCI, _eCNn],
|
|
4600
4612
|
[0, 0, 0, [() => EnvironmentName, 0], 0, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => ResourceList, 0, () => EnvironmentActionList, 64 | 0, [() => CustomParameterList, 0], () => Deployment$, () => ProvisioningProperties$, () => DeploymentProperties$, 0, [() => EnvironmentConfigurationId, 0], [() => EnvironmentConfigurationName, 0]], 5
|
|
4601
4613
|
];
|
|
4602
4614
|
export var UpdateEnvironmentProfileInput$ = [3, n0, _UEPI,
|
|
@@ -4701,12 +4713,12 @@ export var UpdateSubscriptionRequestOutput$ = [3, n0, _USRO,
|
|
|
4701
4713
|
];
|
|
4702
4714
|
export var UpdateSubscriptionTargetInput$ = [3, n0, _USTI,
|
|
4703
4715
|
0,
|
|
4704
|
-
[_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR,
|
|
4716
|
+
[_dI, _eInv, _i, _n, _aPu, _aAT, _sTC, _mAR, _prov, _sGCM],
|
|
4705
4717
|
[[0, 1], [0, 1], [0, 1], [() => SubscriptionTargetName, 0], 64 | 0, 64 | 0, () => SubscriptionTargetForms, 0, 0, 0], 3
|
|
4706
4718
|
];
|
|
4707
4719
|
export var UpdateSubscriptionTargetOutput$ = [3, n0, _USTO,
|
|
4708
4720
|
0,
|
|
4709
|
-
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC,
|
|
4721
|
+
[_id, _aPu, _dIo, _pI, _eInvi, _n, _ty, _cB, _cA, _aAT, _sTC, _prov, _uB, _uA, _mAR, _sGCM],
|
|
4710
4722
|
[0, 64 | 0, 0, 0, 0, [() => SubscriptionTargetName, 0], 0, 0, 4, 64 | 0, () => SubscriptionTargetForms, 0, 0, 4, 0, 0], 12
|
|
4711
4723
|
];
|
|
4712
4724
|
export var UpdateUserProfileInput$ = [3, n0, _UUPI,
|
|
@@ -4825,6 +4837,9 @@ var ComputeEnvironmentsList = 64 | 0;
|
|
|
4825
4837
|
var ConfigurableActionParameterList = [1, n0, _CAPL,
|
|
4826
4838
|
0, () => ConfigurableActionParameter$
|
|
4827
4839
|
];
|
|
4840
|
+
var Configurations = [1, n0, _Co,
|
|
4841
|
+
0, () => Configuration$
|
|
4842
|
+
];
|
|
4828
4843
|
var ConnectionSummaries = [1, n0, _CSo,
|
|
4829
4844
|
0, [() => ConnectionSummary$,
|
|
4830
4845
|
0]
|
|
@@ -4928,6 +4943,7 @@ var FormOutputList = [1, n0, _FOL,
|
|
|
4928
4943
|
var GlossaryTermIdentifiers = 64 | 0;
|
|
4929
4944
|
var GlossaryTerms = 64 | 0;
|
|
4930
4945
|
var GlossaryUsageRestrictions = 64 | 0;
|
|
4946
|
+
var GlueConnectionNames = 64 | 0;
|
|
4931
4947
|
var GovernedGlossaryTerms = 64 | 0;
|
|
4932
4948
|
var GroupProfileSummaries = [1, n0, _GPSr,
|
|
4933
4949
|
0, [() => GroupProfileSummary$,
|
|
@@ -44,6 +44,14 @@ declare const CreateConnectionCommand_base: {
|
|
|
44
44
|
* iamConnectionId: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* clientToken: "STRING_VALUE",
|
|
47
|
+
* configurations: [ // Configurations
|
|
48
|
+
* { // Configuration
|
|
49
|
+
* classification: "STRING_VALUE",
|
|
50
|
+
* properties: { // PropertyMap
|
|
51
|
+
* "<keys>": "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
47
55
|
* description: "STRING_VALUE",
|
|
48
56
|
* domainIdentifier: "STRING_VALUE", // required
|
|
49
57
|
* environmentIdentifier: "STRING_VALUE",
|
|
@@ -75,7 +83,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
75
83
|
* validateForComputeEnvironments: [ // ComputeEnvironmentsList
|
|
76
84
|
* "SPARK" || "ATHENA" || "PYTHON",
|
|
77
85
|
* ],
|
|
78
|
-
* sparkProperties: {
|
|
86
|
+
* sparkProperties: {
|
|
79
87
|
* "<keys>": "STRING_VALUE",
|
|
80
88
|
* },
|
|
81
89
|
* athenaProperties: {
|
|
@@ -162,6 +170,9 @@ declare const CreateConnectionCommand_base: {
|
|
|
162
170
|
* connection: "STRING_VALUE",
|
|
163
171
|
* },
|
|
164
172
|
* glueConnectionName: "STRING_VALUE",
|
|
173
|
+
* glueConnectionNames: [ // GlueConnectionNames
|
|
174
|
+
* "STRING_VALUE",
|
|
175
|
+
* ],
|
|
165
176
|
* glueVersion: "STRING_VALUE",
|
|
166
177
|
* idleTimeout: Number("int"),
|
|
167
178
|
* javaVirtualEnv: "STRING_VALUE",
|
|
@@ -172,6 +183,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
172
183
|
* s3Properties: { // S3PropertiesInput
|
|
173
184
|
* s3Uri: "STRING_VALUE", // required
|
|
174
185
|
* s3AccessGrantLocationId: "STRING_VALUE",
|
|
186
|
+
* registerS3AccessGrantLocation: true || false,
|
|
175
187
|
* },
|
|
176
188
|
* amazonQProperties: { // AmazonQPropertiesInput
|
|
177
189
|
* isEnabled: true || false, // required
|
|
@@ -193,6 +205,14 @@ declare const CreateConnectionCommand_base: {
|
|
|
193
205
|
* const response = await client.send(command);
|
|
194
206
|
* // { // CreateConnectionOutput
|
|
195
207
|
* // connectionId: "STRING_VALUE", // required
|
|
208
|
+
* // configurations: [ // Configurations
|
|
209
|
+
* // { // Configuration
|
|
210
|
+
* // classification: "STRING_VALUE",
|
|
211
|
+
* // properties: { // PropertyMap
|
|
212
|
+
* // "<keys>": "STRING_VALUE",
|
|
213
|
+
* // },
|
|
214
|
+
* // },
|
|
215
|
+
* // ],
|
|
196
216
|
* // description: "STRING_VALUE",
|
|
197
217
|
* // domainId: "STRING_VALUE", // required
|
|
198
218
|
* // domainUnitId: "STRING_VALUE", // required
|
|
@@ -207,6 +227,9 @@ declare const CreateConnectionCommand_base: {
|
|
|
207
227
|
* // iamConnectionId: "STRING_VALUE",
|
|
208
228
|
* // },
|
|
209
229
|
* // glueConnectionName: "STRING_VALUE",
|
|
230
|
+
* // glueConnectionNames: [ // GlueConnectionNames
|
|
231
|
+
* // "STRING_VALUE",
|
|
232
|
+
* // ],
|
|
210
233
|
* // glueConnection: { // GlueConnection
|
|
211
234
|
* // name: "STRING_VALUE",
|
|
212
235
|
* // description: "STRING_VALUE",
|
|
@@ -217,7 +240,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
217
240
|
* // connectionProperties: { // ConnectionProperties
|
|
218
241
|
* // "<keys>": "STRING_VALUE",
|
|
219
242
|
* // },
|
|
220
|
-
* // sparkProperties: {
|
|
243
|
+
* // sparkProperties: {
|
|
221
244
|
* // "<keys>": "STRING_VALUE",
|
|
222
245
|
* // },
|
|
223
246
|
* // athenaProperties: {
|
|
@@ -350,6 +373,9 @@ declare const CreateConnectionCommand_base: {
|
|
|
350
373
|
* // connection: "STRING_VALUE",
|
|
351
374
|
* // },
|
|
352
375
|
* // glueConnectionName: "STRING_VALUE",
|
|
376
|
+
* // glueConnectionNames: [
|
|
377
|
+
* // "STRING_VALUE",
|
|
378
|
+
* // ],
|
|
353
379
|
* // glueVersion: "STRING_VALUE",
|
|
354
380
|
* // idleTimeout: Number("int"),
|
|
355
381
|
* // javaVirtualEnv: "STRING_VALUE",
|
|
@@ -360,6 +386,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
360
386
|
* // s3Properties: { // S3PropertiesOutput
|
|
361
387
|
* // s3Uri: "STRING_VALUE", // required
|
|
362
388
|
* // s3AccessGrantLocationId: "STRING_VALUE",
|
|
389
|
+
* // registerS3AccessGrantLocation: true || false,
|
|
363
390
|
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
364
391
|
* // errorMessage: "STRING_VALUE",
|
|
365
392
|
* // },
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import type { CreateSubscriptionTargetInput } from "../models/
|
|
5
|
-
import type { CreateSubscriptionTargetOutput } from "../models/models_1";
|
|
4
|
+
import type { CreateSubscriptionTargetInput, CreateSubscriptionTargetOutput } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -50,6 +50,14 @@ declare const GetConnectionCommand_base: {
|
|
|
50
50
|
* // sessionToken: "STRING_VALUE",
|
|
51
51
|
* // expiration: new Date("TIMESTAMP"),
|
|
52
52
|
* // },
|
|
53
|
+
* // configurations: [ // Configurations
|
|
54
|
+
* // { // Configuration
|
|
55
|
+
* // classification: "STRING_VALUE",
|
|
56
|
+
* // properties: { // PropertyMap
|
|
57
|
+
* // "<keys>": "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
53
61
|
* // connectionId: "STRING_VALUE", // required
|
|
54
62
|
* // description: "STRING_VALUE",
|
|
55
63
|
* // domainId: "STRING_VALUE", // required
|
|
@@ -66,6 +74,9 @@ declare const GetConnectionCommand_base: {
|
|
|
66
74
|
* // iamConnectionId: "STRING_VALUE",
|
|
67
75
|
* // },
|
|
68
76
|
* // glueConnectionName: "STRING_VALUE",
|
|
77
|
+
* // glueConnectionNames: [ // GlueConnectionNames
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
69
80
|
* // glueConnection: { // GlueConnection
|
|
70
81
|
* // name: "STRING_VALUE",
|
|
71
82
|
* // description: "STRING_VALUE",
|
|
@@ -76,7 +87,7 @@ declare const GetConnectionCommand_base: {
|
|
|
76
87
|
* // connectionProperties: { // ConnectionProperties
|
|
77
88
|
* // "<keys>": "STRING_VALUE",
|
|
78
89
|
* // },
|
|
79
|
-
* // sparkProperties: {
|
|
90
|
+
* // sparkProperties: {
|
|
80
91
|
* // "<keys>": "STRING_VALUE",
|
|
81
92
|
* // },
|
|
82
93
|
* // athenaProperties: {
|
|
@@ -209,6 +220,9 @@ declare const GetConnectionCommand_base: {
|
|
|
209
220
|
* // connection: "STRING_VALUE",
|
|
210
221
|
* // },
|
|
211
222
|
* // glueConnectionName: "STRING_VALUE",
|
|
223
|
+
* // glueConnectionNames: [
|
|
224
|
+
* // "STRING_VALUE",
|
|
225
|
+
* // ],
|
|
212
226
|
* // glueVersion: "STRING_VALUE",
|
|
213
227
|
* // idleTimeout: Number("int"),
|
|
214
228
|
* // javaVirtualEnv: "STRING_VALUE",
|
|
@@ -219,6 +233,7 @@ declare const GetConnectionCommand_base: {
|
|
|
219
233
|
* // s3Properties: { // S3PropertiesOutput
|
|
220
234
|
* // s3Uri: "STRING_VALUE", // required
|
|
221
235
|
* // s3AccessGrantLocationId: "STRING_VALUE",
|
|
236
|
+
* // registerS3AccessGrantLocation: true || false,
|
|
222
237
|
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
223
238
|
* // errorMessage: "STRING_VALUE",
|
|
224
239
|
* // },
|
|
@@ -53,6 +53,14 @@ declare const ListConnectionsCommand_base: {
|
|
|
53
53
|
* // { // ListConnectionsOutput
|
|
54
54
|
* // items: [ // ConnectionSummaries // required
|
|
55
55
|
* // { // ConnectionSummary
|
|
56
|
+
* // configurations: [ // Configurations
|
|
57
|
+
* // { // Configuration
|
|
58
|
+
* // classification: "STRING_VALUE",
|
|
59
|
+
* // properties: { // PropertyMap
|
|
60
|
+
* // "<keys>": "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
56
64
|
* // connectionId: "STRING_VALUE", // required
|
|
57
65
|
* // domainId: "STRING_VALUE", // required
|
|
58
66
|
* // domainUnitId: "STRING_VALUE", // required
|
|
@@ -67,6 +75,9 @@ declare const ListConnectionsCommand_base: {
|
|
|
67
75
|
* // iamConnectionId: "STRING_VALUE",
|
|
68
76
|
* // },
|
|
69
77
|
* // glueConnectionName: "STRING_VALUE",
|
|
78
|
+
* // glueConnectionNames: [ // GlueConnectionNames
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
70
81
|
* // glueConnection: { // GlueConnection
|
|
71
82
|
* // name: "STRING_VALUE",
|
|
72
83
|
* // description: "STRING_VALUE",
|
|
@@ -77,7 +88,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
77
88
|
* // connectionProperties: { // ConnectionProperties
|
|
78
89
|
* // "<keys>": "STRING_VALUE",
|
|
79
90
|
* // },
|
|
80
|
-
* // sparkProperties: {
|
|
91
|
+
* // sparkProperties: {
|
|
81
92
|
* // "<keys>": "STRING_VALUE",
|
|
82
93
|
* // },
|
|
83
94
|
* // athenaProperties: {
|
|
@@ -210,6 +221,9 @@ declare const ListConnectionsCommand_base: {
|
|
|
210
221
|
* // connection: "STRING_VALUE",
|
|
211
222
|
* // },
|
|
212
223
|
* // glueConnectionName: "STRING_VALUE",
|
|
224
|
+
* // glueConnectionNames: [
|
|
225
|
+
* // "STRING_VALUE",
|
|
226
|
+
* // ],
|
|
213
227
|
* // glueVersion: "STRING_VALUE",
|
|
214
228
|
* // idleTimeout: Number("int"),
|
|
215
229
|
* // javaVirtualEnv: "STRING_VALUE",
|
|
@@ -220,6 +234,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
220
234
|
* // s3Properties: { // S3PropertiesOutput
|
|
221
235
|
* // s3Uri: "STRING_VALUE", // required
|
|
222
236
|
* // s3AccessGrantLocationId: "STRING_VALUE",
|
|
237
|
+
* // registerS3AccessGrantLocation: true || false,
|
|
223
238
|
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
224
239
|
* // errorMessage: "STRING_VALUE",
|
|
225
240
|
* // },
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import type { SearchGroupProfilesInput
|
|
4
|
+
import type { SearchGroupProfilesInput } from "../models/models_1";
|
|
5
|
+
import type { SearchGroupProfilesOutput } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|