aws-sdk 2.1638.0 → 2.1640.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/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.examples.json +196 -0
- package/apis/accessanalyzer-2019-11-01.min.json +254 -111
- package/apis/accessanalyzer-2019-11-01.paginators.json +6 -0
- package/apis/apptest-2022-12-06.min.json +1917 -0
- package/apis/apptest-2022-12-06.paginators.json +40 -0
- package/apis/apptest-2022-12-06.waiters2.json +5 -0
- package/apis/ec2-2016-11-15.min.json +160 -107
- package/apis/guardduty-2017-11-28.min.json +429 -124
- package/apis/metadata.json +7 -3
- package/apis/networkmanager-2019-07-05.min.json +277 -175
- package/apis/osis-2022-01-01.min.json +33 -28
- package/apis/pca-connector-scep-2018-05-10.examples.json +5 -0
- package/apis/pca-connector-scep-2018-05-10.min.json +456 -0
- package/apis/pca-connector-scep-2018-05-10.paginators.json +16 -0
- package/apis/pca-connector-scep-2018-05-10.waiters2.json +5 -0
- package/apis/redshift-2012-12-01.min.json +7 -1
- package/apis/sagemaker-2017-07-24.min.json +302 -288
- package/apis/secretsmanager-2017-10-17.min.json +8 -1
- package/apis/securitylake-2018-05-10.min.json +7 -1
- package/apis/sesv2-2019-09-27.min.json +139 -121
- package/clients/accessanalyzer.d.ts +162 -3
- package/clients/all.d.ts +2 -1
- package/clients/all.js +3 -2
- package/clients/apptest.d.ts +2019 -0
- package/clients/apptest.js +19 -0
- package/clients/ec2.d.ts +57 -3
- package/clients/guardduty.d.ts +277 -5
- package/clients/networkmanager.d.ts +155 -11
- package/clients/osis.d.ts +9 -0
- package/clients/pcaconnectorscep.d.ts +486 -0
- package/clients/pcaconnectorscep.js +19 -0
- package/clients/redshift.d.ts +16 -16
- package/clients/sagemaker.d.ts +24 -0
- package/clients/secretsmanager.d.ts +18 -13
- package/clients/securitylake.d.ts +3 -3
- package/clients/sesv2.d.ts +24 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +582 -531
- package/dist/aws-sdk.js +185 -115
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config_service_placeholders.d.ts +4 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/backupstorage-2018-04-10.min.json +0 -522
- package/apis/backupstorage-2018-04-10.paginators.json +0 -14
- package/clients/backupstorage.d.ts +0 -469
- package/clients/backupstorage.js +0 -18
- /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -10,7 +10,10 @@
|
|
10
10
|
"serviceFullName": "Amazon OpenSearch Ingestion",
|
11
11
|
"serviceId": "OSIS",
|
12
12
|
"signatureVersion": "v4",
|
13
|
-
"uid": "osis-2022-01-01"
|
13
|
+
"uid": "osis-2022-01-01",
|
14
|
+
"auth": [
|
15
|
+
"aws.auth#sigv4"
|
16
|
+
]
|
14
17
|
},
|
15
18
|
"operations": {
|
16
19
|
"CreatePipeline": {
|
@@ -41,13 +44,13 @@
|
|
41
44
|
"shape": "S9"
|
42
45
|
},
|
43
46
|
"BufferOptions": {
|
44
|
-
"shape": "
|
47
|
+
"shape": "Sh"
|
45
48
|
},
|
46
49
|
"EncryptionAtRestOptions": {
|
47
|
-
"shape": "
|
50
|
+
"shape": "Si"
|
48
51
|
},
|
49
52
|
"Tags": {
|
50
|
-
"shape": "
|
53
|
+
"shape": "Sk"
|
51
54
|
}
|
52
55
|
}
|
53
56
|
},
|
@@ -55,7 +58,7 @@
|
|
55
58
|
"type": "structure",
|
56
59
|
"members": {
|
57
60
|
"Pipeline": {
|
58
|
-
"shape": "
|
61
|
+
"shape": "Sp"
|
59
62
|
}
|
60
63
|
}
|
61
64
|
}
|
@@ -103,7 +106,7 @@
|
|
103
106
|
"type": "structure",
|
104
107
|
"members": {
|
105
108
|
"Pipeline": {
|
106
|
-
"shape": "
|
109
|
+
"shape": "Sp"
|
107
110
|
}
|
108
111
|
}
|
109
112
|
}
|
@@ -256,7 +259,7 @@
|
|
256
259
|
"members": {
|
257
260
|
"Status": {},
|
258
261
|
"StatusReason": {
|
259
|
-
"shape": "
|
262
|
+
"shape": "St"
|
260
263
|
},
|
261
264
|
"PipelineName": {},
|
262
265
|
"PipelineArn": {},
|
@@ -273,10 +276,10 @@
|
|
273
276
|
"type": "timestamp"
|
274
277
|
},
|
275
278
|
"Destinations": {
|
276
|
-
"shape": "
|
279
|
+
"shape": "S11"
|
277
280
|
},
|
278
281
|
"Tags": {
|
279
|
-
"shape": "
|
282
|
+
"shape": "Sk"
|
280
283
|
}
|
281
284
|
}
|
282
285
|
}
|
@@ -305,7 +308,7 @@
|
|
305
308
|
"type": "structure",
|
306
309
|
"members": {
|
307
310
|
"Tags": {
|
308
|
-
"shape": "
|
311
|
+
"shape": "Sk"
|
309
312
|
}
|
310
313
|
}
|
311
314
|
}
|
@@ -331,7 +334,7 @@
|
|
331
334
|
"type": "structure",
|
332
335
|
"members": {
|
333
336
|
"Pipeline": {
|
334
|
-
"shape": "
|
337
|
+
"shape": "Sp"
|
335
338
|
}
|
336
339
|
}
|
337
340
|
}
|
@@ -357,7 +360,7 @@
|
|
357
360
|
"type": "structure",
|
358
361
|
"members": {
|
359
362
|
"Pipeline": {
|
360
|
-
"shape": "
|
363
|
+
"shape": "Sp"
|
361
364
|
}
|
362
365
|
}
|
363
366
|
}
|
@@ -378,7 +381,7 @@
|
|
378
381
|
"locationName": "arn"
|
379
382
|
},
|
380
383
|
"Tags": {
|
381
|
-
"shape": "
|
384
|
+
"shape": "Sk"
|
382
385
|
}
|
383
386
|
}
|
384
387
|
},
|
@@ -439,10 +442,10 @@
|
|
439
442
|
"shape": "S5"
|
440
443
|
},
|
441
444
|
"BufferOptions": {
|
442
|
-
"shape": "
|
445
|
+
"shape": "Sh"
|
443
446
|
},
|
444
447
|
"EncryptionAtRestOptions": {
|
445
|
-
"shape": "
|
448
|
+
"shape": "Si"
|
446
449
|
}
|
447
450
|
}
|
448
451
|
},
|
@@ -450,7 +453,7 @@
|
|
450
453
|
"type": "structure",
|
451
454
|
"members": {
|
452
455
|
"Pipeline": {
|
453
|
-
"shape": "
|
456
|
+
"shape": "Sp"
|
454
457
|
}
|
455
458
|
}
|
456
459
|
}
|
@@ -530,10 +533,11 @@
|
|
530
533
|
},
|
531
534
|
"CidrBlock": {}
|
532
535
|
}
|
533
|
-
}
|
536
|
+
},
|
537
|
+
"VpcEndpointManagement": {}
|
534
538
|
}
|
535
539
|
},
|
536
|
-
"
|
540
|
+
"Sh": {
|
537
541
|
"type": "structure",
|
538
542
|
"required": [
|
539
543
|
"PersistentBufferEnabled"
|
@@ -544,7 +548,7 @@
|
|
544
548
|
}
|
545
549
|
}
|
546
550
|
},
|
547
|
-
"
|
551
|
+
"Si": {
|
548
552
|
"type": "structure",
|
549
553
|
"required": [
|
550
554
|
"KmsKeyArn"
|
@@ -553,7 +557,7 @@
|
|
553
557
|
"KmsKeyArn": {}
|
554
558
|
}
|
555
559
|
},
|
556
|
-
"
|
560
|
+
"Sk": {
|
557
561
|
"type": "list",
|
558
562
|
"member": {
|
559
563
|
"type": "structure",
|
@@ -567,7 +571,7 @@
|
|
567
571
|
}
|
568
572
|
}
|
569
573
|
},
|
570
|
-
"
|
574
|
+
"Sp": {
|
571
575
|
"type": "structure",
|
572
576
|
"members": {
|
573
577
|
"PipelineName": {},
|
@@ -580,7 +584,7 @@
|
|
580
584
|
},
|
581
585
|
"Status": {},
|
582
586
|
"StatusReason": {
|
583
|
-
"shape": "
|
587
|
+
"shape": "St"
|
584
588
|
},
|
585
589
|
"PipelineConfigurationBody": {},
|
586
590
|
"CreatedAt": {
|
@@ -610,11 +614,12 @@
|
|
610
614
|
}
|
611
615
|
},
|
612
616
|
"BufferOptions": {
|
613
|
-
"shape": "
|
617
|
+
"shape": "Sh"
|
614
618
|
},
|
615
619
|
"EncryptionAtRestOptions": {
|
616
|
-
"shape": "
|
620
|
+
"shape": "Si"
|
617
621
|
},
|
622
|
+
"VpcEndpointService": {},
|
618
623
|
"ServiceVpcEndpoints": {
|
619
624
|
"type": "list",
|
620
625
|
"member": {
|
@@ -626,20 +631,20 @@
|
|
626
631
|
}
|
627
632
|
},
|
628
633
|
"Destinations": {
|
629
|
-
"shape": "
|
634
|
+
"shape": "S11"
|
630
635
|
},
|
631
636
|
"Tags": {
|
632
|
-
"shape": "
|
637
|
+
"shape": "Sk"
|
633
638
|
}
|
634
639
|
}
|
635
640
|
},
|
636
|
-
"
|
641
|
+
"St": {
|
637
642
|
"type": "structure",
|
638
643
|
"members": {
|
639
644
|
"Description": {}
|
640
645
|
}
|
641
646
|
},
|
642
|
-
"
|
647
|
+
"S11": {
|
643
648
|
"type": "list",
|
644
649
|
"member": {
|
645
650
|
"type": "structure",
|
@@ -0,0 +1,456 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2018-05-10",
|
5
|
+
"endpointPrefix": "pca-connector-scep",
|
6
|
+
"protocol": "rest-json",
|
7
|
+
"protocols": [
|
8
|
+
"rest-json"
|
9
|
+
],
|
10
|
+
"serviceFullName": "Private CA Connector for SCEP",
|
11
|
+
"serviceId": "Pca Connector Scep",
|
12
|
+
"signatureVersion": "v4",
|
13
|
+
"signingName": "pca-connector-scep",
|
14
|
+
"uid": "pca-connector-scep-2018-05-10"
|
15
|
+
},
|
16
|
+
"operations": {
|
17
|
+
"CreateChallenge": {
|
18
|
+
"http": {
|
19
|
+
"requestUri": "/challenges",
|
20
|
+
"responseCode": 202
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"type": "structure",
|
24
|
+
"required": [
|
25
|
+
"ConnectorArn"
|
26
|
+
],
|
27
|
+
"members": {
|
28
|
+
"ConnectorArn": {},
|
29
|
+
"ClientToken": {
|
30
|
+
"idempotencyToken": true
|
31
|
+
},
|
32
|
+
"Tags": {
|
33
|
+
"shape": "S4"
|
34
|
+
}
|
35
|
+
}
|
36
|
+
},
|
37
|
+
"output": {
|
38
|
+
"type": "structure",
|
39
|
+
"members": {
|
40
|
+
"Challenge": {
|
41
|
+
"type": "structure",
|
42
|
+
"members": {
|
43
|
+
"Arn": {},
|
44
|
+
"ConnectorArn": {},
|
45
|
+
"CreatedAt": {
|
46
|
+
"type": "timestamp"
|
47
|
+
},
|
48
|
+
"UpdatedAt": {
|
49
|
+
"type": "timestamp"
|
50
|
+
},
|
51
|
+
"Password": {
|
52
|
+
"shape": "Sa"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
},
|
59
|
+
"CreateConnector": {
|
60
|
+
"http": {
|
61
|
+
"requestUri": "/connectors",
|
62
|
+
"responseCode": 202
|
63
|
+
},
|
64
|
+
"input": {
|
65
|
+
"type": "structure",
|
66
|
+
"required": [
|
67
|
+
"CertificateAuthorityArn"
|
68
|
+
],
|
69
|
+
"members": {
|
70
|
+
"CertificateAuthorityArn": {},
|
71
|
+
"MobileDeviceManagement": {
|
72
|
+
"shape": "Sd"
|
73
|
+
},
|
74
|
+
"ClientToken": {
|
75
|
+
"idempotencyToken": true
|
76
|
+
},
|
77
|
+
"Tags": {
|
78
|
+
"shape": "S4"
|
79
|
+
}
|
80
|
+
}
|
81
|
+
},
|
82
|
+
"output": {
|
83
|
+
"type": "structure",
|
84
|
+
"members": {
|
85
|
+
"ConnectorArn": {}
|
86
|
+
}
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"DeleteChallenge": {
|
90
|
+
"http": {
|
91
|
+
"method": "DELETE",
|
92
|
+
"requestUri": "/challenges/{ChallengeArn}",
|
93
|
+
"responseCode": 202
|
94
|
+
},
|
95
|
+
"input": {
|
96
|
+
"type": "structure",
|
97
|
+
"required": [
|
98
|
+
"ChallengeArn"
|
99
|
+
],
|
100
|
+
"members": {
|
101
|
+
"ChallengeArn": {
|
102
|
+
"location": "uri",
|
103
|
+
"locationName": "ChallengeArn"
|
104
|
+
}
|
105
|
+
}
|
106
|
+
},
|
107
|
+
"idempotent": true
|
108
|
+
},
|
109
|
+
"DeleteConnector": {
|
110
|
+
"http": {
|
111
|
+
"method": "DELETE",
|
112
|
+
"requestUri": "/connectors/{ConnectorArn}",
|
113
|
+
"responseCode": 202
|
114
|
+
},
|
115
|
+
"input": {
|
116
|
+
"type": "structure",
|
117
|
+
"required": [
|
118
|
+
"ConnectorArn"
|
119
|
+
],
|
120
|
+
"members": {
|
121
|
+
"ConnectorArn": {
|
122
|
+
"location": "uri",
|
123
|
+
"locationName": "ConnectorArn"
|
124
|
+
}
|
125
|
+
}
|
126
|
+
},
|
127
|
+
"idempotent": true
|
128
|
+
},
|
129
|
+
"GetChallengeMetadata": {
|
130
|
+
"http": {
|
131
|
+
"method": "GET",
|
132
|
+
"requestUri": "/challengeMetadata/{ChallengeArn}",
|
133
|
+
"responseCode": 200
|
134
|
+
},
|
135
|
+
"input": {
|
136
|
+
"type": "structure",
|
137
|
+
"required": [
|
138
|
+
"ChallengeArn"
|
139
|
+
],
|
140
|
+
"members": {
|
141
|
+
"ChallengeArn": {
|
142
|
+
"location": "uri",
|
143
|
+
"locationName": "ChallengeArn"
|
144
|
+
}
|
145
|
+
}
|
146
|
+
},
|
147
|
+
"output": {
|
148
|
+
"type": "structure",
|
149
|
+
"members": {
|
150
|
+
"ChallengeMetadata": {
|
151
|
+
"type": "structure",
|
152
|
+
"members": {
|
153
|
+
"Arn": {},
|
154
|
+
"ConnectorArn": {},
|
155
|
+
"CreatedAt": {
|
156
|
+
"type": "timestamp"
|
157
|
+
},
|
158
|
+
"UpdatedAt": {
|
159
|
+
"type": "timestamp"
|
160
|
+
}
|
161
|
+
}
|
162
|
+
}
|
163
|
+
}
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"GetChallengePassword": {
|
167
|
+
"http": {
|
168
|
+
"method": "GET",
|
169
|
+
"requestUri": "/challengePasswords/{ChallengeArn}",
|
170
|
+
"responseCode": 200
|
171
|
+
},
|
172
|
+
"input": {
|
173
|
+
"type": "structure",
|
174
|
+
"required": [
|
175
|
+
"ChallengeArn"
|
176
|
+
],
|
177
|
+
"members": {
|
178
|
+
"ChallengeArn": {
|
179
|
+
"location": "uri",
|
180
|
+
"locationName": "ChallengeArn"
|
181
|
+
}
|
182
|
+
}
|
183
|
+
},
|
184
|
+
"output": {
|
185
|
+
"type": "structure",
|
186
|
+
"members": {
|
187
|
+
"Password": {
|
188
|
+
"shape": "Sa"
|
189
|
+
}
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
"GetConnector": {
|
194
|
+
"http": {
|
195
|
+
"method": "GET",
|
196
|
+
"requestUri": "/connectors/{ConnectorArn}",
|
197
|
+
"responseCode": 200
|
198
|
+
},
|
199
|
+
"input": {
|
200
|
+
"type": "structure",
|
201
|
+
"required": [
|
202
|
+
"ConnectorArn"
|
203
|
+
],
|
204
|
+
"members": {
|
205
|
+
"ConnectorArn": {
|
206
|
+
"location": "uri",
|
207
|
+
"locationName": "ConnectorArn"
|
208
|
+
}
|
209
|
+
}
|
210
|
+
},
|
211
|
+
"output": {
|
212
|
+
"type": "structure",
|
213
|
+
"members": {
|
214
|
+
"Connector": {
|
215
|
+
"type": "structure",
|
216
|
+
"members": {
|
217
|
+
"Arn": {},
|
218
|
+
"CertificateAuthorityArn": {},
|
219
|
+
"Type": {},
|
220
|
+
"MobileDeviceManagement": {
|
221
|
+
"shape": "Sd"
|
222
|
+
},
|
223
|
+
"OpenIdConfiguration": {
|
224
|
+
"shape": "St"
|
225
|
+
},
|
226
|
+
"Status": {},
|
227
|
+
"StatusReason": {},
|
228
|
+
"Endpoint": {},
|
229
|
+
"CreatedAt": {
|
230
|
+
"type": "timestamp"
|
231
|
+
},
|
232
|
+
"UpdatedAt": {
|
233
|
+
"type": "timestamp"
|
234
|
+
}
|
235
|
+
}
|
236
|
+
}
|
237
|
+
}
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"ListChallengeMetadata": {
|
241
|
+
"http": {
|
242
|
+
"method": "GET",
|
243
|
+
"requestUri": "/challengeMetadata",
|
244
|
+
"responseCode": 200
|
245
|
+
},
|
246
|
+
"input": {
|
247
|
+
"type": "structure",
|
248
|
+
"required": [
|
249
|
+
"ConnectorArn"
|
250
|
+
],
|
251
|
+
"members": {
|
252
|
+
"MaxResults": {
|
253
|
+
"location": "querystring",
|
254
|
+
"locationName": "MaxResults",
|
255
|
+
"type": "integer"
|
256
|
+
},
|
257
|
+
"NextToken": {
|
258
|
+
"location": "querystring",
|
259
|
+
"locationName": "NextToken"
|
260
|
+
},
|
261
|
+
"ConnectorArn": {
|
262
|
+
"location": "querystring",
|
263
|
+
"locationName": "ConnectorArn"
|
264
|
+
}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"output": {
|
268
|
+
"type": "structure",
|
269
|
+
"members": {
|
270
|
+
"Challenges": {
|
271
|
+
"type": "list",
|
272
|
+
"member": {
|
273
|
+
"type": "structure",
|
274
|
+
"members": {
|
275
|
+
"Arn": {},
|
276
|
+
"ConnectorArn": {},
|
277
|
+
"CreatedAt": {
|
278
|
+
"type": "timestamp"
|
279
|
+
},
|
280
|
+
"UpdatedAt": {
|
281
|
+
"type": "timestamp"
|
282
|
+
}
|
283
|
+
}
|
284
|
+
}
|
285
|
+
},
|
286
|
+
"NextToken": {}
|
287
|
+
}
|
288
|
+
}
|
289
|
+
},
|
290
|
+
"ListConnectors": {
|
291
|
+
"http": {
|
292
|
+
"method": "GET",
|
293
|
+
"requestUri": "/connectors",
|
294
|
+
"responseCode": 200
|
295
|
+
},
|
296
|
+
"input": {
|
297
|
+
"type": "structure",
|
298
|
+
"members": {
|
299
|
+
"MaxResults": {
|
300
|
+
"location": "querystring",
|
301
|
+
"locationName": "MaxResults",
|
302
|
+
"type": "integer"
|
303
|
+
},
|
304
|
+
"NextToken": {
|
305
|
+
"location": "querystring",
|
306
|
+
"locationName": "NextToken"
|
307
|
+
}
|
308
|
+
}
|
309
|
+
},
|
310
|
+
"output": {
|
311
|
+
"type": "structure",
|
312
|
+
"members": {
|
313
|
+
"Connectors": {
|
314
|
+
"type": "list",
|
315
|
+
"member": {
|
316
|
+
"type": "structure",
|
317
|
+
"members": {
|
318
|
+
"Arn": {},
|
319
|
+
"CertificateAuthorityArn": {},
|
320
|
+
"Type": {},
|
321
|
+
"MobileDeviceManagement": {
|
322
|
+
"shape": "Sd"
|
323
|
+
},
|
324
|
+
"OpenIdConfiguration": {
|
325
|
+
"shape": "St"
|
326
|
+
},
|
327
|
+
"Status": {},
|
328
|
+
"StatusReason": {},
|
329
|
+
"Endpoint": {},
|
330
|
+
"CreatedAt": {
|
331
|
+
"type": "timestamp"
|
332
|
+
},
|
333
|
+
"UpdatedAt": {
|
334
|
+
"type": "timestamp"
|
335
|
+
}
|
336
|
+
}
|
337
|
+
}
|
338
|
+
},
|
339
|
+
"NextToken": {}
|
340
|
+
}
|
341
|
+
}
|
342
|
+
},
|
343
|
+
"ListTagsForResource": {
|
344
|
+
"http": {
|
345
|
+
"method": "GET",
|
346
|
+
"requestUri": "/tags/{ResourceArn}",
|
347
|
+
"responseCode": 200
|
348
|
+
},
|
349
|
+
"input": {
|
350
|
+
"type": "structure",
|
351
|
+
"required": [
|
352
|
+
"ResourceArn"
|
353
|
+
],
|
354
|
+
"members": {
|
355
|
+
"ResourceArn": {
|
356
|
+
"location": "uri",
|
357
|
+
"locationName": "ResourceArn"
|
358
|
+
}
|
359
|
+
}
|
360
|
+
},
|
361
|
+
"output": {
|
362
|
+
"type": "structure",
|
363
|
+
"members": {
|
364
|
+
"Tags": {
|
365
|
+
"shape": "S4"
|
366
|
+
}
|
367
|
+
}
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"TagResource": {
|
371
|
+
"http": {
|
372
|
+
"requestUri": "/tags/{ResourceArn}",
|
373
|
+
"responseCode": 204
|
374
|
+
},
|
375
|
+
"input": {
|
376
|
+
"type": "structure",
|
377
|
+
"required": [
|
378
|
+
"ResourceArn",
|
379
|
+
"Tags"
|
380
|
+
],
|
381
|
+
"members": {
|
382
|
+
"ResourceArn": {
|
383
|
+
"location": "uri",
|
384
|
+
"locationName": "ResourceArn"
|
385
|
+
},
|
386
|
+
"Tags": {
|
387
|
+
"shape": "S4"
|
388
|
+
}
|
389
|
+
}
|
390
|
+
}
|
391
|
+
},
|
392
|
+
"UntagResource": {
|
393
|
+
"http": {
|
394
|
+
"method": "DELETE",
|
395
|
+
"requestUri": "/tags/{ResourceArn}",
|
396
|
+
"responseCode": 204
|
397
|
+
},
|
398
|
+
"input": {
|
399
|
+
"type": "structure",
|
400
|
+
"required": [
|
401
|
+
"ResourceArn",
|
402
|
+
"TagKeys"
|
403
|
+
],
|
404
|
+
"members": {
|
405
|
+
"ResourceArn": {
|
406
|
+
"location": "uri",
|
407
|
+
"locationName": "ResourceArn"
|
408
|
+
},
|
409
|
+
"TagKeys": {
|
410
|
+
"location": "querystring",
|
411
|
+
"locationName": "tagKeys",
|
412
|
+
"type": "list",
|
413
|
+
"member": {}
|
414
|
+
}
|
415
|
+
}
|
416
|
+
},
|
417
|
+
"idempotent": true
|
418
|
+
}
|
419
|
+
},
|
420
|
+
"shapes": {
|
421
|
+
"S4": {
|
422
|
+
"type": "map",
|
423
|
+
"key": {},
|
424
|
+
"value": {}
|
425
|
+
},
|
426
|
+
"Sa": {
|
427
|
+
"type": "string",
|
428
|
+
"sensitive": true
|
429
|
+
},
|
430
|
+
"Sd": {
|
431
|
+
"type": "structure",
|
432
|
+
"members": {
|
433
|
+
"Intune": {
|
434
|
+
"type": "structure",
|
435
|
+
"required": [
|
436
|
+
"AzureApplicationId",
|
437
|
+
"Domain"
|
438
|
+
],
|
439
|
+
"members": {
|
440
|
+
"AzureApplicationId": {},
|
441
|
+
"Domain": {}
|
442
|
+
}
|
443
|
+
}
|
444
|
+
},
|
445
|
+
"union": true
|
446
|
+
},
|
447
|
+
"St": {
|
448
|
+
"type": "structure",
|
449
|
+
"members": {
|
450
|
+
"Issuer": {},
|
451
|
+
"Subject": {},
|
452
|
+
"Audience": {}
|
453
|
+
}
|
454
|
+
}
|
455
|
+
}
|
456
|
+
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListChallengeMetadata": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Challenges"
|
8
|
+
},
|
9
|
+
"ListConnectors": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "Connectors"
|
14
|
+
}
|
15
|
+
}
|
16
|
+
}
|