@aws-sdk/client-bedrock-agentcore-control 3.1035.0 → 3.1037.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 +15 -4
- package/dist-cjs/schemas/schemas_0.js +39 -28
- package/dist-es/models/enums.js +14 -4
- package/dist-es/schemas/schemas_0.js +32 -21
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +45 -4
- package/dist-types/commands/CreateGatewayCommand.d.ts +87 -3
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateHarnessCommand.d.ts +87 -3
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +88 -3
- package/dist-types/commands/CreateRegistryCommand.d.ts +43 -0
- package/dist-types/commands/DeleteHarnessCommand.d.ts +43 -0
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +3 -0
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +44 -1
- package/dist-types/commands/GetGatewayCommand.d.ts +43 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetHarnessCommand.d.ts +43 -0
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +45 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +43 -0
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +44 -1
- package/dist-types/commands/UpdateGatewayCommand.d.ts +86 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateHarnessCommand.d.ts +86 -0
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +87 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +86 -0
- package/dist-types/models/enums.d.ts +30 -12
- package/dist-types/models/models_0.d.ts +151 -136
- package/dist-types/models/models_1.d.ts +53 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +17 -6
- package/dist-types/ts3.4/models/models_0.d.ts +59 -56
- package/dist-types/ts3.4/models/models_1.d.ts +13 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -1
- package/package.json +14 -14
|
@@ -79,6 +79,49 @@ declare const CreateGatewayCommand_base: {
|
|
|
79
79
|
* },
|
|
80
80
|
* },
|
|
81
81
|
* ],
|
|
82
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
83
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
84
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
85
|
+
* },
|
|
86
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
87
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
88
|
+
* subnetIds: [ // SubnetIds // required
|
|
89
|
+
* "STRING_VALUE",
|
|
90
|
+
* ],
|
|
91
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
92
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
93
|
+
* "STRING_VALUE",
|
|
94
|
+
* ],
|
|
95
|
+
* tags: { // TagsMap
|
|
96
|
+
* "<keys>": "STRING_VALUE",
|
|
97
|
+
* },
|
|
98
|
+
* routingDomain: "STRING_VALUE",
|
|
99
|
+
* },
|
|
100
|
+
* },
|
|
101
|
+
* privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
102
|
+
* { // PrivateEndpointOverride
|
|
103
|
+
* domain: "STRING_VALUE", // required
|
|
104
|
+
* privateEndpoint: {// Union: only one key present
|
|
105
|
+
* selfManagedLatticeResource: {// Union: only one key present
|
|
106
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
107
|
+
* },
|
|
108
|
+
* managedVpcResource: {
|
|
109
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
110
|
+
* subnetIds: [ // required
|
|
111
|
+
* "STRING_VALUE",
|
|
112
|
+
* ],
|
|
113
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
114
|
+
* securityGroupIds: [
|
|
115
|
+
* "STRING_VALUE",
|
|
116
|
+
* ],
|
|
117
|
+
* tags: {
|
|
118
|
+
* "<keys>": "STRING_VALUE",
|
|
119
|
+
* },
|
|
120
|
+
* routingDomain: "STRING_VALUE",
|
|
121
|
+
* },
|
|
122
|
+
* },
|
|
123
|
+
* },
|
|
124
|
+
* ],
|
|
82
125
|
* },
|
|
83
126
|
* },
|
|
84
127
|
* kmsKeyArn: "STRING_VALUE",
|
|
@@ -102,9 +145,7 @@ declare const CreateGatewayCommand_base: {
|
|
|
102
145
|
* mode: "LOG_ONLY" || "ENFORCE", // required
|
|
103
146
|
* },
|
|
104
147
|
* exceptionLevel: "DEBUG",
|
|
105
|
-
* tags:
|
|
106
|
-
* "<keys>": "STRING_VALUE",
|
|
107
|
-
* },
|
|
148
|
+
* tags: "<TagsMap>",
|
|
108
149
|
* };
|
|
109
150
|
* const command = new CreateGatewayCommand(input);
|
|
110
151
|
* const response = await client.send(command);
|
|
@@ -159,6 +200,49 @@ declare const CreateGatewayCommand_base: {
|
|
|
159
200
|
* // },
|
|
160
201
|
* // },
|
|
161
202
|
* // ],
|
|
203
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
204
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
205
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
208
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
209
|
+
* // subnetIds: [ // SubnetIds // required
|
|
210
|
+
* // "STRING_VALUE",
|
|
211
|
+
* // ],
|
|
212
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
213
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
214
|
+
* // "STRING_VALUE",
|
|
215
|
+
* // ],
|
|
216
|
+
* // tags: { // TagsMap
|
|
217
|
+
* // "<keys>": "STRING_VALUE",
|
|
218
|
+
* // },
|
|
219
|
+
* // routingDomain: "STRING_VALUE",
|
|
220
|
+
* // },
|
|
221
|
+
* // },
|
|
222
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
223
|
+
* // { // PrivateEndpointOverride
|
|
224
|
+
* // domain: "STRING_VALUE", // required
|
|
225
|
+
* // privateEndpoint: {// Union: only one key present
|
|
226
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
227
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
228
|
+
* // },
|
|
229
|
+
* // managedVpcResource: {
|
|
230
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
231
|
+
* // subnetIds: [ // required
|
|
232
|
+
* // "STRING_VALUE",
|
|
233
|
+
* // ],
|
|
234
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
235
|
+
* // securityGroupIds: [
|
|
236
|
+
* // "STRING_VALUE",
|
|
237
|
+
* // ],
|
|
238
|
+
* // tags: {
|
|
239
|
+
* // "<keys>": "STRING_VALUE",
|
|
240
|
+
* // },
|
|
241
|
+
* // routingDomain: "STRING_VALUE",
|
|
242
|
+
* // },
|
|
243
|
+
* // },
|
|
244
|
+
* // },
|
|
245
|
+
* // ],
|
|
162
246
|
* // },
|
|
163
247
|
* // },
|
|
164
248
|
* // kmsKeyArn: "STRING_VALUE",
|
|
@@ -173,7 +173,7 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
173
173
|
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
174
174
|
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
175
175
|
* },
|
|
176
|
-
*
|
|
176
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
177
177
|
* vpcIdentifier: "STRING_VALUE", // required
|
|
178
178
|
* subnetIds: [ // SubnetIds // required
|
|
179
179
|
* "STRING_VALUE",
|
|
@@ -335,7 +335,7 @@ declare const CreateGatewayTargetCommand_base: {
|
|
|
335
335
|
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
336
336
|
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
337
337
|
* // },
|
|
338
|
-
* //
|
|
338
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
339
339
|
* // vpcIdentifier: "STRING_VALUE", // required
|
|
340
340
|
* // subnetIds: [ // SubnetIds // required
|
|
341
341
|
* // "STRING_VALUE",
|
|
@@ -101,6 +101,49 @@ declare const CreateHarnessCommand_base: {
|
|
|
101
101
|
* },
|
|
102
102
|
* },
|
|
103
103
|
* ],
|
|
104
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
105
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
106
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
107
|
+
* },
|
|
108
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
109
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
110
|
+
* subnetIds: [ // SubnetIds // required
|
|
111
|
+
* "STRING_VALUE",
|
|
112
|
+
* ],
|
|
113
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
114
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
115
|
+
* "STRING_VALUE",
|
|
116
|
+
* ],
|
|
117
|
+
* tags: { // TagsMap
|
|
118
|
+
* "<keys>": "STRING_VALUE",
|
|
119
|
+
* },
|
|
120
|
+
* routingDomain: "STRING_VALUE",
|
|
121
|
+
* },
|
|
122
|
+
* },
|
|
123
|
+
* privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
124
|
+
* { // PrivateEndpointOverride
|
|
125
|
+
* domain: "STRING_VALUE", // required
|
|
126
|
+
* privateEndpoint: {// Union: only one key present
|
|
127
|
+
* selfManagedLatticeResource: {// Union: only one key present
|
|
128
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
129
|
+
* },
|
|
130
|
+
* managedVpcResource: {
|
|
131
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
132
|
+
* subnetIds: [ // required
|
|
133
|
+
* "STRING_VALUE",
|
|
134
|
+
* ],
|
|
135
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
136
|
+
* securityGroupIds: [
|
|
137
|
+
* "STRING_VALUE",
|
|
138
|
+
* ],
|
|
139
|
+
* tags: {
|
|
140
|
+
* "<keys>": "STRING_VALUE",
|
|
141
|
+
* },
|
|
142
|
+
* routingDomain: "STRING_VALUE",
|
|
143
|
+
* },
|
|
144
|
+
* },
|
|
145
|
+
* },
|
|
146
|
+
* ],
|
|
104
147
|
* },
|
|
105
148
|
* },
|
|
106
149
|
* model: { // HarnessModelConfiguration Union: only one key present
|
|
@@ -211,9 +254,7 @@ declare const CreateHarnessCommand_base: {
|
|
|
211
254
|
* maxIterations: Number("int"),
|
|
212
255
|
* maxTokens: Number("int"),
|
|
213
256
|
* timeoutSeconds: Number("int"),
|
|
214
|
-
* tags:
|
|
215
|
-
* "<keys>": "STRING_VALUE",
|
|
216
|
-
* },
|
|
257
|
+
* tags: "<TagsMap>",
|
|
217
258
|
* };
|
|
218
259
|
* const command = new CreateHarnessCommand(input);
|
|
219
260
|
* const response = await client.send(command);
|
|
@@ -381,6 +422,49 @@ declare const CreateHarnessCommand_base: {
|
|
|
381
422
|
* // },
|
|
382
423
|
* // },
|
|
383
424
|
* // ],
|
|
425
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
426
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
427
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
428
|
+
* // },
|
|
429
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
430
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
431
|
+
* // subnetIds: [ // SubnetIds // required
|
|
432
|
+
* // "STRING_VALUE",
|
|
433
|
+
* // ],
|
|
434
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
435
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
436
|
+
* // "STRING_VALUE",
|
|
437
|
+
* // ],
|
|
438
|
+
* // tags: { // TagsMap
|
|
439
|
+
* // "<keys>": "STRING_VALUE",
|
|
440
|
+
* // },
|
|
441
|
+
* // routingDomain: "STRING_VALUE",
|
|
442
|
+
* // },
|
|
443
|
+
* // },
|
|
444
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
445
|
+
* // { // PrivateEndpointOverride
|
|
446
|
+
* // domain: "STRING_VALUE", // required
|
|
447
|
+
* // privateEndpoint: {// Union: only one key present
|
|
448
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
449
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
450
|
+
* // },
|
|
451
|
+
* // managedVpcResource: {
|
|
452
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
453
|
+
* // subnetIds: [ // required
|
|
454
|
+
* // "STRING_VALUE",
|
|
455
|
+
* // ],
|
|
456
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
457
|
+
* // securityGroupIds: [
|
|
458
|
+
* // "STRING_VALUE",
|
|
459
|
+
* // ],
|
|
460
|
+
* // tags: {
|
|
461
|
+
* // "<keys>": "STRING_VALUE",
|
|
462
|
+
* // },
|
|
463
|
+
* // routingDomain: "STRING_VALUE",
|
|
464
|
+
* // },
|
|
465
|
+
* // },
|
|
466
|
+
* // },
|
|
467
|
+
* // ],
|
|
384
468
|
* // },
|
|
385
469
|
* // },
|
|
386
470
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|
|
@@ -57,6 +57,49 @@ declare const CreateOauth2CredentialProviderCommand_base: {
|
|
|
57
57
|
* },
|
|
58
58
|
* clientId: "STRING_VALUE", // required
|
|
59
59
|
* clientSecret: "STRING_VALUE", // required
|
|
60
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
61
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
62
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
63
|
+
* },
|
|
64
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
65
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
66
|
+
* subnetIds: [ // SubnetIds // required
|
|
67
|
+
* "STRING_VALUE",
|
|
68
|
+
* ],
|
|
69
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
70
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
71
|
+
* "STRING_VALUE",
|
|
72
|
+
* ],
|
|
73
|
+
* tags: { // TagsMap
|
|
74
|
+
* "<keys>": "STRING_VALUE",
|
|
75
|
+
* },
|
|
76
|
+
* routingDomain: "STRING_VALUE",
|
|
77
|
+
* },
|
|
78
|
+
* },
|
|
79
|
+
* privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
80
|
+
* { // PrivateEndpointOverride
|
|
81
|
+
* domain: "STRING_VALUE", // required
|
|
82
|
+
* privateEndpoint: {// Union: only one key present
|
|
83
|
+
* selfManagedLatticeResource: {// Union: only one key present
|
|
84
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
85
|
+
* },
|
|
86
|
+
* managedVpcResource: {
|
|
87
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
88
|
+
* subnetIds: [ // required
|
|
89
|
+
* "STRING_VALUE",
|
|
90
|
+
* ],
|
|
91
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
92
|
+
* securityGroupIds: [
|
|
93
|
+
* "STRING_VALUE",
|
|
94
|
+
* ],
|
|
95
|
+
* tags: {
|
|
96
|
+
* "<keys>": "STRING_VALUE",
|
|
97
|
+
* },
|
|
98
|
+
* routingDomain: "STRING_VALUE",
|
|
99
|
+
* },
|
|
100
|
+
* },
|
|
101
|
+
* },
|
|
102
|
+
* ],
|
|
60
103
|
* },
|
|
61
104
|
* googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigInput
|
|
62
105
|
* clientId: "STRING_VALUE", // required
|
|
@@ -95,9 +138,7 @@ declare const CreateOauth2CredentialProviderCommand_base: {
|
|
|
95
138
|
* tokenEndpoint: "STRING_VALUE",
|
|
96
139
|
* },
|
|
97
140
|
* },
|
|
98
|
-
* tags:
|
|
99
|
-
* "<keys>": "STRING_VALUE",
|
|
100
|
-
* },
|
|
141
|
+
* tags: "<TagsMap>",
|
|
101
142
|
* };
|
|
102
143
|
* const command = new CreateOauth2CredentialProviderCommand(input);
|
|
103
144
|
* const response = await client.send(command);
|
|
@@ -125,6 +166,49 @@ declare const CreateOauth2CredentialProviderCommand_base: {
|
|
|
125
166
|
* // },
|
|
126
167
|
* // },
|
|
127
168
|
* // clientId: "STRING_VALUE",
|
|
169
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
170
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
171
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
174
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
175
|
+
* // subnetIds: [ // SubnetIds // required
|
|
176
|
+
* // "STRING_VALUE",
|
|
177
|
+
* // ],
|
|
178
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
179
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
180
|
+
* // "STRING_VALUE",
|
|
181
|
+
* // ],
|
|
182
|
+
* // tags: { // TagsMap
|
|
183
|
+
* // "<keys>": "STRING_VALUE",
|
|
184
|
+
* // },
|
|
185
|
+
* // routingDomain: "STRING_VALUE",
|
|
186
|
+
* // },
|
|
187
|
+
* // },
|
|
188
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
189
|
+
* // { // PrivateEndpointOverride
|
|
190
|
+
* // domain: "STRING_VALUE", // required
|
|
191
|
+
* // privateEndpoint: {// Union: only one key present
|
|
192
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
193
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
194
|
+
* // },
|
|
195
|
+
* // managedVpcResource: {
|
|
196
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
197
|
+
* // subnetIds: [ // required
|
|
198
|
+
* // "STRING_VALUE",
|
|
199
|
+
* // ],
|
|
200
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
201
|
+
* // securityGroupIds: [
|
|
202
|
+
* // "STRING_VALUE",
|
|
203
|
+
* // ],
|
|
204
|
+
* // tags: {
|
|
205
|
+
* // "<keys>": "STRING_VALUE",
|
|
206
|
+
* // },
|
|
207
|
+
* // routingDomain: "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // },
|
|
210
|
+
* // },
|
|
211
|
+
* // ],
|
|
128
212
|
* // },
|
|
129
213
|
* // googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigOutput
|
|
130
214
|
* // oauthDiscovery: {// Union: only one key present
|
|
@@ -211,6 +295,7 @@ declare const CreateOauth2CredentialProviderCommand_base: {
|
|
|
211
295
|
* // clientId: "STRING_VALUE",
|
|
212
296
|
* // },
|
|
213
297
|
* // },
|
|
298
|
+
* // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED",
|
|
214
299
|
* // };
|
|
215
300
|
*
|
|
216
301
|
* ```
|
|
@@ -67,6 +67,49 @@ declare const CreateRegistryCommand_base: {
|
|
|
67
67
|
* },
|
|
68
68
|
* },
|
|
69
69
|
* ],
|
|
70
|
+
* privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
71
|
+
* selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
72
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
73
|
+
* },
|
|
74
|
+
* managedVpcResource: { // ManagedVpcResource
|
|
75
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
76
|
+
* subnetIds: [ // SubnetIds // required
|
|
77
|
+
* "STRING_VALUE",
|
|
78
|
+
* ],
|
|
79
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
80
|
+
* securityGroupIds: [ // SecurityGroupIds
|
|
81
|
+
* "STRING_VALUE",
|
|
82
|
+
* ],
|
|
83
|
+
* tags: { // TagsMap
|
|
84
|
+
* "<keys>": "STRING_VALUE",
|
|
85
|
+
* },
|
|
86
|
+
* routingDomain: "STRING_VALUE",
|
|
87
|
+
* },
|
|
88
|
+
* },
|
|
89
|
+
* privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
90
|
+
* { // PrivateEndpointOverride
|
|
91
|
+
* domain: "STRING_VALUE", // required
|
|
92
|
+
* privateEndpoint: {// Union: only one key present
|
|
93
|
+
* selfManagedLatticeResource: {// Union: only one key present
|
|
94
|
+
* resourceConfigurationIdentifier: "STRING_VALUE",
|
|
95
|
+
* },
|
|
96
|
+
* managedVpcResource: {
|
|
97
|
+
* vpcIdentifier: "STRING_VALUE", // required
|
|
98
|
+
* subnetIds: [ // required
|
|
99
|
+
* "STRING_VALUE",
|
|
100
|
+
* ],
|
|
101
|
+
* endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
102
|
+
* securityGroupIds: [
|
|
103
|
+
* "STRING_VALUE",
|
|
104
|
+
* ],
|
|
105
|
+
* tags: {
|
|
106
|
+
* "<keys>": "STRING_VALUE",
|
|
107
|
+
* },
|
|
108
|
+
* routingDomain: "STRING_VALUE",
|
|
109
|
+
* },
|
|
110
|
+
* },
|
|
111
|
+
* },
|
|
112
|
+
* ],
|
|
70
113
|
* },
|
|
71
114
|
* },
|
|
72
115
|
* clientToken: "STRING_VALUE",
|
|
@@ -206,6 +206,49 @@ declare const DeleteHarnessCommand_base: {
|
|
|
206
206
|
* // },
|
|
207
207
|
* // },
|
|
208
208
|
* // ],
|
|
209
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
210
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
211
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
214
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
215
|
+
* // subnetIds: [ // SubnetIds // required
|
|
216
|
+
* // "STRING_VALUE",
|
|
217
|
+
* // ],
|
|
218
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
219
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
220
|
+
* // "STRING_VALUE",
|
|
221
|
+
* // ],
|
|
222
|
+
* // tags: { // TagsMap
|
|
223
|
+
* // "<keys>": "STRING_VALUE",
|
|
224
|
+
* // },
|
|
225
|
+
* // routingDomain: "STRING_VALUE",
|
|
226
|
+
* // },
|
|
227
|
+
* // },
|
|
228
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
229
|
+
* // { // PrivateEndpointOverride
|
|
230
|
+
* // domain: "STRING_VALUE", // required
|
|
231
|
+
* // privateEndpoint: {// Union: only one key present
|
|
232
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
233
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
234
|
+
* // },
|
|
235
|
+
* // managedVpcResource: {
|
|
236
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
237
|
+
* // subnetIds: [ // required
|
|
238
|
+
* // "STRING_VALUE",
|
|
239
|
+
* // ],
|
|
240
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
241
|
+
* // securityGroupIds: [
|
|
242
|
+
* // "STRING_VALUE",
|
|
243
|
+
* // ],
|
|
244
|
+
* // tags: {
|
|
245
|
+
* // "<keys>": "STRING_VALUE",
|
|
246
|
+
* // },
|
|
247
|
+
* // routingDomain: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
250
|
+
* // },
|
|
251
|
+
* // ],
|
|
209
252
|
* // },
|
|
210
253
|
* // },
|
|
211
254
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|
|
@@ -54,6 +54,9 @@ declare const DeleteOauth2CredentialProviderCommand_base: {
|
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
55
|
* <p>This exception is thrown when a request is denied per access permissions</p>
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link ConflictException} (client fault)
|
|
58
|
+
* <p>This exception is thrown when there is a conflict performing an operation</p>
|
|
59
|
+
*
|
|
57
60
|
* @throws {@link InternalServerException} (server fault)
|
|
58
61
|
* <p>This exception is thrown if there was an unexpected error during processing of request</p>
|
|
59
62
|
*
|
|
@@ -83,7 +83,7 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
83
83
|
* // versionId: "STRING_VALUE",
|
|
84
84
|
* // },
|
|
85
85
|
* // },
|
|
86
|
-
* // runtime: "PYTHON_3_10" || "PYTHON_3_11" || "PYTHON_3_12" || "PYTHON_3_13" || "PYTHON_3_14", // required
|
|
86
|
+
* // runtime: "PYTHON_3_10" || "PYTHON_3_11" || "PYTHON_3_12" || "PYTHON_3_13" || "PYTHON_3_14" || "NODE_22", // required
|
|
87
87
|
* // entryPoint: [ // EntryPoints // required
|
|
88
88
|
* // "STRING_VALUE",
|
|
89
89
|
* // ],
|
|
@@ -122,6 +122,49 @@ declare const GetAgentRuntimeCommand_base: {
|
|
|
122
122
|
* // },
|
|
123
123
|
* // },
|
|
124
124
|
* // ],
|
|
125
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
126
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
127
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
130
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
131
|
+
* // subnetIds: [ // SubnetIds // required
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
135
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
136
|
+
* // "STRING_VALUE",
|
|
137
|
+
* // ],
|
|
138
|
+
* // tags: { // TagsMap
|
|
139
|
+
* // "<keys>": "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // routingDomain: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
145
|
+
* // { // PrivateEndpointOverride
|
|
146
|
+
* // domain: "STRING_VALUE", // required
|
|
147
|
+
* // privateEndpoint: {// Union: only one key present
|
|
148
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
149
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
150
|
+
* // },
|
|
151
|
+
* // managedVpcResource: {
|
|
152
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
153
|
+
* // subnetIds: [ // required
|
|
154
|
+
* // "STRING_VALUE",
|
|
155
|
+
* // ],
|
|
156
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
157
|
+
* // securityGroupIds: [
|
|
158
|
+
* // "STRING_VALUE",
|
|
159
|
+
* // ],
|
|
160
|
+
* // tags: {
|
|
161
|
+
* // "<keys>": "STRING_VALUE",
|
|
162
|
+
* // },
|
|
163
|
+
* // routingDomain: "STRING_VALUE",
|
|
164
|
+
* // },
|
|
165
|
+
* // },
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
125
168
|
* // },
|
|
126
169
|
* // },
|
|
127
170
|
* // requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
|
|
@@ -92,6 +92,49 @@ declare const GetGatewayCommand_base: {
|
|
|
92
92
|
* // },
|
|
93
93
|
* // },
|
|
94
94
|
* // ],
|
|
95
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
96
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
97
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
98
|
+
* // },
|
|
99
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
100
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
101
|
+
* // subnetIds: [ // SubnetIds // required
|
|
102
|
+
* // "STRING_VALUE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
105
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
106
|
+
* // "STRING_VALUE",
|
|
107
|
+
* // ],
|
|
108
|
+
* // tags: { // TagsMap
|
|
109
|
+
* // "<keys>": "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // routingDomain: "STRING_VALUE",
|
|
112
|
+
* // },
|
|
113
|
+
* // },
|
|
114
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
115
|
+
* // { // PrivateEndpointOverride
|
|
116
|
+
* // domain: "STRING_VALUE", // required
|
|
117
|
+
* // privateEndpoint: {// Union: only one key present
|
|
118
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
119
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // managedVpcResource: {
|
|
122
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
123
|
+
* // subnetIds: [ // required
|
|
124
|
+
* // "STRING_VALUE",
|
|
125
|
+
* // ],
|
|
126
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
127
|
+
* // securityGroupIds: [
|
|
128
|
+
* // "STRING_VALUE",
|
|
129
|
+
* // ],
|
|
130
|
+
* // tags: {
|
|
131
|
+
* // "<keys>": "STRING_VALUE",
|
|
132
|
+
* // },
|
|
133
|
+
* // routingDomain: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // },
|
|
137
|
+
* // ],
|
|
95
138
|
* // },
|
|
96
139
|
* // },
|
|
97
140
|
* // kmsKeyArn: "STRING_VALUE",
|
|
@@ -187,7 +187,7 @@ declare const GetGatewayTargetCommand_base: {
|
|
|
187
187
|
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
188
188
|
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
189
189
|
* // },
|
|
190
|
-
* //
|
|
190
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
191
191
|
* // vpcIdentifier: "STRING_VALUE", // required
|
|
192
192
|
* // subnetIds: [ // SubnetIds // required
|
|
193
193
|
* // "STRING_VALUE",
|
|
@@ -205,6 +205,49 @@ declare const GetHarnessCommand_base: {
|
|
|
205
205
|
* // },
|
|
206
206
|
* // },
|
|
207
207
|
* // ],
|
|
208
|
+
* // privateEndpoint: { // PrivateEndpoint Union: only one key present
|
|
209
|
+
* // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
|
|
210
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
211
|
+
* // },
|
|
212
|
+
* // managedVpcResource: { // ManagedVpcResource
|
|
213
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
214
|
+
* // subnetIds: [ // SubnetIds // required
|
|
215
|
+
* // "STRING_VALUE",
|
|
216
|
+
* // ],
|
|
217
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
218
|
+
* // securityGroupIds: [ // SecurityGroupIds
|
|
219
|
+
* // "STRING_VALUE",
|
|
220
|
+
* // ],
|
|
221
|
+
* // tags: { // TagsMap
|
|
222
|
+
* // "<keys>": "STRING_VALUE",
|
|
223
|
+
* // },
|
|
224
|
+
* // routingDomain: "STRING_VALUE",
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // privateEndpointOverrides: [ // PrivateEndpointOverrides
|
|
228
|
+
* // { // PrivateEndpointOverride
|
|
229
|
+
* // domain: "STRING_VALUE", // required
|
|
230
|
+
* // privateEndpoint: {// Union: only one key present
|
|
231
|
+
* // selfManagedLatticeResource: {// Union: only one key present
|
|
232
|
+
* // resourceConfigurationIdentifier: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // managedVpcResource: {
|
|
235
|
+
* // vpcIdentifier: "STRING_VALUE", // required
|
|
236
|
+
* // subnetIds: [ // required
|
|
237
|
+
* // "STRING_VALUE",
|
|
238
|
+
* // ],
|
|
239
|
+
* // endpointIpAddressType: "IPV4" || "IPV6", // required
|
|
240
|
+
* // securityGroupIds: [
|
|
241
|
+
* // "STRING_VALUE",
|
|
242
|
+
* // ],
|
|
243
|
+
* // tags: {
|
|
244
|
+
* // "<keys>": "STRING_VALUE",
|
|
245
|
+
* // },
|
|
246
|
+
* // routingDomain: "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // },
|
|
249
|
+
* // },
|
|
250
|
+
* // ],
|
|
208
251
|
* // },
|
|
209
252
|
* // },
|
|
210
253
|
* // memory: { // HarnessMemoryConfiguration Union: only one key present
|