aws-sdk 2.1448.0 → 2.1450.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +261 -21
  4. package/apis/cloudhsm-2014-05-30.min.json +60 -20
  5. package/apis/connect-2017-08-08.min.json +589 -186
  6. package/apis/connect-2017-08-08.paginators.json +12 -0
  7. package/apis/connectcampaigns-2021-01-30.min.json +103 -90
  8. package/apis/connectparticipant-2018-09-07.min.json +62 -0
  9. package/apis/customer-profiles-2020-08-15.min.json +269 -118
  10. package/apis/grafana-2020-08-18.min.json +2 -1
  11. package/apis/health-2016-08-04.min.json +116 -34
  12. package/apis/kafkaconnect-2021-09-14.min.json +38 -36
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +29 -16
  14. package/apis/runtime.sagemaker-2017-05-13.min.json +104 -0
  15. package/clients/chimesdkmediapipelines.d.ts +228 -2
  16. package/clients/cloudwatchevents.d.ts +2 -2
  17. package/clients/connect.d.ts +440 -13
  18. package/clients/connectcampaigns.d.ts +30 -23
  19. package/clients/connectparticipant.d.ts +71 -2
  20. package/clients/customerprofiles.d.ts +56 -52
  21. package/clients/ecs.d.ts +14 -14
  22. package/clients/health.d.ts +86 -2
  23. package/clients/identitystore.d.ts +26 -26
  24. package/clients/ivs.d.ts +4 -4
  25. package/clients/kafkaconnect.d.ts +6 -8
  26. package/clients/paymentcryptographydata.d.ts +8 -6
  27. package/clients/sagemakerruntime.d.ts +86 -8
  28. package/dist/aws-sdk-core-react-native.js +1 -1
  29. package/dist/aws-sdk-react-native.js +13 -13
  30. package/dist/aws-sdk.js +664 -209
  31. package/dist/aws-sdk.min.js +89 -89
  32. package/lib/core.js +1 -1
  33. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,27 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1448.0-->
2
+ <!--LATEST=2.1450.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1450.0
6
+ * feature: ChimeSDKMediaPipelines: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
7
+ * feature: Connect: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
8
+ * feature: IdentityStore: New Identity Store content for China Region launch
9
+
10
+ ## 2.1449.0
11
+ * feature: ChimeSDKMediaPipelines: This release adds support for feature Voice Enhancement for Call Recording as part of Amazon Chime SDK call analytics.
12
+ * feature: CloudHSM: Deprecating CloudHSM Classic API Service.
13
+ * feature: CloudWatchEvents: Documentation updates for CloudWatch Events.
14
+ * feature: ConnectCampaigns: Amazon Connect outbound campaigns has launched agentless dialing mode which enables customers to make automated outbound calls without agent engagement. This release updates three of the campaign management API's to support the new agentless dialing mode and the new dialing capacity field.
15
+ * feature: ConnectParticipant: Amazon Connect Participant Service adds the ability to get a view resource using a view token, which is provided in a participant message, with the release of the DescribeView API.
16
+ * feature: CustomerProfiles: Adds sensitive trait to various shapes in Customer Profiles API model.
17
+ * feature: ECS: This release adds support for an account-level setting that you can use to configure the number of days for AWS Fargate task retirement.
18
+ * feature: Grafana: Marking SAML RoleValues attribute as sensitive and updating VpcConfiguration attributes to match documentation.
19
+ * feature: Health: Adds new API DescribeEntityAggregatesForOrganization that retrieves entity aggregates across your organization. Also adds support for resource status filtering in DescribeAffectedEntitiesForOrganization, resource status aggregates in the DescribeEntityAggregates response, and new resource statuses.
20
+ * feature: IVS: Updated "type" description for CreateChannel, UpdateChannel, Channel, and ChannelSummary.
21
+ * feature: KafkaConnect: Minor model changes for Kafka Connect as well as endpoint updates.
22
+ * feature: PaymentCryptographyData: Make KeyCheckValue field optional when using asymmetric keys as Key Check Values typically only apply to symmetric keys
23
+ * feature: SageMakerRuntime: This release adds a new InvokeEndpointWithResponseStream API to support streaming of model responses.
24
+
5
25
  ## 2.1448.0
6
26
  * feature: AppRunner: App Runner adds support for Bitbucket. You can now create App Runner connection that connects to your Bitbucket repositories and deploy App Runner service with the source code stored in a Bitbucket repository.
7
27
  * feature: Appflow: Add SAP source connector parallel and pagination feature
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1448.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1450.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -155,10 +155,10 @@
155
155
  "shape": "S3"
156
156
  },
157
157
  "RealTimeAlertConfiguration": {
158
- "shape": "S2w"
158
+ "shape": "S30"
159
159
  },
160
160
  "Elements": {
161
- "shape": "S39"
161
+ "shape": "S3d"
162
162
  },
163
163
  "Tags": {
164
164
  "shape": "S17"
@@ -173,7 +173,7 @@
173
173
  "type": "structure",
174
174
  "members": {
175
175
  "MediaInsightsPipelineConfiguration": {
176
- "shape": "S41"
176
+ "shape": "S45"
177
177
  }
178
178
  }
179
179
  }
@@ -191,10 +191,10 @@
191
191
  ],
192
192
  "members": {
193
193
  "Sources": {
194
- "shape": "S43"
194
+ "shape": "S47"
195
195
  },
196
196
  "Sinks": {
197
- "shape": "S48"
197
+ "shape": "S4c"
198
198
  },
199
199
  "ClientRequestToken": {
200
200
  "shape": "S5",
@@ -209,7 +209,7 @@
209
209
  "type": "structure",
210
210
  "members": {
211
211
  "MediaLiveConnectorPipeline": {
212
- "shape": "S4g"
212
+ "shape": "S4k"
213
213
  }
214
214
  }
215
215
  }
@@ -320,7 +320,7 @@
320
320
  "type": "structure",
321
321
  "members": {
322
322
  "MediaInsightsPipelineConfiguration": {
323
- "shape": "S41"
323
+ "shape": "S45"
324
324
  }
325
325
  }
326
326
  }
@@ -353,7 +353,7 @@
353
353
  "shape": "S1c"
354
354
  },
355
355
  "MediaLiveConnectorPipeline": {
356
- "shape": "S4g"
356
+ "shape": "S4k"
357
357
  },
358
358
  "MediaConcatenationPipeline": {
359
359
  "shape": "S21"
@@ -366,6 +366,70 @@
366
366
  }
367
367
  }
368
368
  },
369
+ "GetSpeakerSearchTask": {
370
+ "http": {
371
+ "method": "GET",
372
+ "requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}",
373
+ "responseCode": 200
374
+ },
375
+ "input": {
376
+ "type": "structure",
377
+ "required": [
378
+ "Identifier",
379
+ "SpeakerSearchTaskId"
380
+ ],
381
+ "members": {
382
+ "Identifier": {
383
+ "location": "uri",
384
+ "locationName": "identifier"
385
+ },
386
+ "SpeakerSearchTaskId": {
387
+ "location": "uri",
388
+ "locationName": "speakerSearchTaskId"
389
+ }
390
+ }
391
+ },
392
+ "output": {
393
+ "type": "structure",
394
+ "members": {
395
+ "SpeakerSearchTask": {
396
+ "shape": "S4x"
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "GetVoiceToneAnalysisTask": {
402
+ "http": {
403
+ "method": "GET",
404
+ "requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}",
405
+ "responseCode": 200
406
+ },
407
+ "input": {
408
+ "type": "structure",
409
+ "required": [
410
+ "Identifier",
411
+ "VoiceToneAnalysisTaskId"
412
+ ],
413
+ "members": {
414
+ "Identifier": {
415
+ "location": "uri",
416
+ "locationName": "identifier"
417
+ },
418
+ "VoiceToneAnalysisTaskId": {
419
+ "location": "uri",
420
+ "locationName": "voiceToneAnalysisTaskId"
421
+ }
422
+ }
423
+ },
424
+ "output": {
425
+ "type": "structure",
426
+ "members": {
427
+ "VoiceToneAnalysisTask": {
428
+ "shape": "S51"
429
+ }
430
+ }
431
+ }
432
+ },
369
433
  "ListMediaCapturePipelines": {
370
434
  "http": {
371
435
  "method": "GET",
@@ -507,6 +571,124 @@
507
571
  }
508
572
  }
509
573
  },
574
+ "StartSpeakerSearchTask": {
575
+ "http": {
576
+ "requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks?operation=start",
577
+ "responseCode": 201
578
+ },
579
+ "input": {
580
+ "type": "structure",
581
+ "required": [
582
+ "Identifier",
583
+ "VoiceProfileDomainArn"
584
+ ],
585
+ "members": {
586
+ "Identifier": {
587
+ "location": "uri",
588
+ "locationName": "identifier"
589
+ },
590
+ "VoiceProfileDomainArn": {
591
+ "shape": "S3"
592
+ },
593
+ "KinesisVideoStreamSourceTaskConfiguration": {
594
+ "shape": "S5i"
595
+ },
596
+ "ClientRequestToken": {
597
+ "shape": "S5",
598
+ "idempotencyToken": true
599
+ }
600
+ }
601
+ },
602
+ "output": {
603
+ "type": "structure",
604
+ "members": {
605
+ "SpeakerSearchTask": {
606
+ "shape": "S4x"
607
+ }
608
+ }
609
+ }
610
+ },
611
+ "StartVoiceToneAnalysisTask": {
612
+ "http": {
613
+ "requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks?operation=start",
614
+ "responseCode": 201
615
+ },
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "Identifier",
620
+ "LanguageCode"
621
+ ],
622
+ "members": {
623
+ "Identifier": {
624
+ "location": "uri",
625
+ "locationName": "identifier"
626
+ },
627
+ "LanguageCode": {},
628
+ "KinesisVideoStreamSourceTaskConfiguration": {
629
+ "shape": "S5i"
630
+ },
631
+ "ClientRequestToken": {
632
+ "shape": "S5",
633
+ "idempotencyToken": true
634
+ }
635
+ }
636
+ },
637
+ "output": {
638
+ "type": "structure",
639
+ "members": {
640
+ "VoiceToneAnalysisTask": {
641
+ "shape": "S51"
642
+ }
643
+ }
644
+ }
645
+ },
646
+ "StopSpeakerSearchTask": {
647
+ "http": {
648
+ "requestUri": "/media-insights-pipelines/{identifier}/speaker-search-tasks/{speakerSearchTaskId}?operation=stop",
649
+ "responseCode": 204
650
+ },
651
+ "input": {
652
+ "type": "structure",
653
+ "required": [
654
+ "Identifier",
655
+ "SpeakerSearchTaskId"
656
+ ],
657
+ "members": {
658
+ "Identifier": {
659
+ "location": "uri",
660
+ "locationName": "identifier"
661
+ },
662
+ "SpeakerSearchTaskId": {
663
+ "location": "uri",
664
+ "locationName": "speakerSearchTaskId"
665
+ }
666
+ }
667
+ }
668
+ },
669
+ "StopVoiceToneAnalysisTask": {
670
+ "http": {
671
+ "requestUri": "/media-insights-pipelines/{identifier}/voice-tone-analysis-tasks/{voiceToneAnalysisTaskId}?operation=stop",
672
+ "responseCode": 204
673
+ },
674
+ "input": {
675
+ "type": "structure",
676
+ "required": [
677
+ "Identifier",
678
+ "VoiceToneAnalysisTaskId"
679
+ ],
680
+ "members": {
681
+ "Identifier": {
682
+ "location": "uri",
683
+ "locationName": "identifier"
684
+ },
685
+ "VoiceToneAnalysisTaskId": {
686
+ "location": "uri",
687
+ "locationName": "voiceToneAnalysisTaskId"
688
+ }
689
+ }
690
+ }
691
+ },
510
692
  "TagResource": {
511
693
  "http": {
512
694
  "requestUri": "/tags?operation=tag-resource",
@@ -576,10 +758,10 @@
576
758
  "shape": "S3"
577
759
  },
578
760
  "RealTimeAlertConfiguration": {
579
- "shape": "S2w"
761
+ "shape": "S30"
580
762
  },
581
763
  "Elements": {
582
- "shape": "S39"
764
+ "shape": "S3d"
583
765
  }
584
766
  }
585
767
  },
@@ -587,7 +769,7 @@
587
769
  "type": "structure",
588
770
  "members": {
589
771
  "MediaInsightsPipelineConfiguration": {
590
- "shape": "S41"
772
+ "shape": "S45"
591
773
  }
592
774
  }
593
775
  }
@@ -1099,10 +1281,20 @@
1099
1281
  },
1100
1282
  "CreatedTimestamp": {
1101
1283
  "shape": "S1f"
1284
+ },
1285
+ "ElementStatuses": {
1286
+ "type": "list",
1287
+ "member": {
1288
+ "type": "structure",
1289
+ "members": {
1290
+ "Type": {},
1291
+ "Status": {}
1292
+ }
1293
+ }
1102
1294
  }
1103
1295
  }
1104
1296
  },
1105
- "S2w": {
1297
+ "S30": {
1106
1298
  "type": "structure",
1107
1299
  "members": {
1108
1300
  "Disabled": {
@@ -1163,7 +1355,7 @@
1163
1355
  }
1164
1356
  }
1165
1357
  },
1166
- "S39": {
1358
+ "S3d": {
1167
1359
  "type": "list",
1168
1360
  "member": {
1169
1361
  "type": "structure",
@@ -1289,11 +1481,19 @@
1289
1481
  "shape": "S3"
1290
1482
  }
1291
1483
  }
1484
+ },
1485
+ "VoiceEnhancementSinkConfiguration": {
1486
+ "type": "structure",
1487
+ "members": {
1488
+ "Disabled": {
1489
+ "type": "boolean"
1490
+ }
1491
+ }
1292
1492
  }
1293
1493
  }
1294
1494
  }
1295
1495
  },
1296
- "S41": {
1496
+ "S45": {
1297
1497
  "type": "structure",
1298
1498
  "members": {
1299
1499
  "MediaInsightsPipelineConfigurationName": {},
@@ -1304,10 +1504,10 @@
1304
1504
  "shape": "S3"
1305
1505
  },
1306
1506
  "RealTimeAlertConfiguration": {
1307
- "shape": "S2w"
1507
+ "shape": "S30"
1308
1508
  },
1309
1509
  "Elements": {
1310
- "shape": "S39"
1510
+ "shape": "S3d"
1311
1511
  },
1312
1512
  "MediaInsightsPipelineConfigurationId": {},
1313
1513
  "CreatedTimestamp": {
@@ -1318,7 +1518,7 @@
1318
1518
  }
1319
1519
  }
1320
1520
  },
1321
- "S43": {
1521
+ "S47": {
1322
1522
  "type": "list",
1323
1523
  "member": {
1324
1524
  "type": "structure",
@@ -1350,7 +1550,7 @@
1350
1550
  }
1351
1551
  }
1352
1552
  },
1353
- "S48": {
1553
+ "S4c": {
1354
1554
  "type": "list",
1355
1555
  "member": {
1356
1556
  "type": "structure",
@@ -1377,14 +1577,14 @@
1377
1577
  }
1378
1578
  }
1379
1579
  },
1380
- "S4g": {
1580
+ "S4k": {
1381
1581
  "type": "structure",
1382
1582
  "members": {
1383
1583
  "Sources": {
1384
- "shape": "S43"
1584
+ "shape": "S47"
1385
1585
  },
1386
1586
  "Sinks": {
1387
- "shape": "S48"
1587
+ "shape": "S4c"
1388
1588
  },
1389
1589
  "MediaPipelineId": {},
1390
1590
  "MediaPipelineArn": {},
@@ -1396,6 +1596,46 @@
1396
1596
  "shape": "S1f"
1397
1597
  }
1398
1598
  }
1599
+ },
1600
+ "S4x": {
1601
+ "type": "structure",
1602
+ "members": {
1603
+ "SpeakerSearchTaskId": {},
1604
+ "SpeakerSearchTaskStatus": {},
1605
+ "CreatedTimestamp": {
1606
+ "shape": "S1f"
1607
+ },
1608
+ "UpdatedTimestamp": {
1609
+ "shape": "S1f"
1610
+ }
1611
+ }
1612
+ },
1613
+ "S51": {
1614
+ "type": "structure",
1615
+ "members": {
1616
+ "VoiceToneAnalysisTaskId": {},
1617
+ "VoiceToneAnalysisTaskStatus": {},
1618
+ "CreatedTimestamp": {
1619
+ "shape": "S1f"
1620
+ },
1621
+ "UpdatedTimestamp": {
1622
+ "shape": "S1f"
1623
+ }
1624
+ }
1625
+ },
1626
+ "S5i": {
1627
+ "type": "structure",
1628
+ "required": [
1629
+ "StreamArn",
1630
+ "ChannelId"
1631
+ ],
1632
+ "members": {
1633
+ "StreamArn": {},
1634
+ "ChannelId": {
1635
+ "type": "integer"
1636
+ },
1637
+ "FragmentNumber": {}
1638
+ }
1399
1639
  }
1400
1640
  }
1401
1641
  }
@@ -35,7 +35,9 @@
35
35
  "members": {
36
36
  "Status": {}
37
37
  }
38
- }
38
+ },
39
+ "deprecated": true,
40
+ "deprecatedMessage": "This API is deprecated."
39
41
  },
40
42
  "CreateHapg": {
41
43
  "input": {
@@ -52,7 +54,9 @@
52
54
  "members": {
53
55
  "HapgArn": {}
54
56
  }
55
- }
57
+ },
58
+ "deprecated": true,
59
+ "deprecatedMessage": "This API is deprecated."
56
60
  },
57
61
  "CreateHsm": {
58
62
  "input": {
@@ -79,7 +83,9 @@
79
83
  "members": {
80
84
  "HsmArn": {}
81
85
  }
82
- }
86
+ },
87
+ "deprecated": true,
88
+ "deprecatedMessage": "This API is deprecated."
83
89
  },
84
90
  "CreateLunaClient": {
85
91
  "input": {
@@ -97,7 +103,9 @@
97
103
  "members": {
98
104
  "ClientArn": {}
99
105
  }
100
- }
106
+ },
107
+ "deprecated": true,
108
+ "deprecatedMessage": "This API is deprecated."
101
109
  },
102
110
  "DeleteHapg": {
103
111
  "input": {
@@ -117,7 +125,9 @@
117
125
  "members": {
118
126
  "Status": {}
119
127
  }
120
- }
128
+ },
129
+ "deprecated": true,
130
+ "deprecatedMessage": "This API is deprecated."
121
131
  },
122
132
  "DeleteHsm": {
123
133
  "input": {
@@ -137,7 +147,9 @@
137
147
  "members": {
138
148
  "Status": {}
139
149
  }
140
- }
150
+ },
151
+ "deprecated": true,
152
+ "deprecatedMessage": "This API is deprecated."
141
153
  },
142
154
  "DeleteLunaClient": {
143
155
  "input": {
@@ -157,7 +169,9 @@
157
169
  "members": {
158
170
  "Status": {}
159
171
  }
160
- }
172
+ },
173
+ "deprecated": true,
174
+ "deprecatedMessage": "This API is deprecated."
161
175
  },
162
176
  "DescribeHapg": {
163
177
  "input": {
@@ -190,7 +204,9 @@
190
204
  },
191
205
  "State": {}
192
206
  }
193
- }
207
+ },
208
+ "deprecated": true,
209
+ "deprecatedMessage": "This API is deprecated."
194
210
  },
195
211
  "DescribeHsm": {
196
212
  "input": {
@@ -228,7 +244,9 @@
228
244
  "member": {}
229
245
  }
230
246
  }
231
- }
247
+ },
248
+ "deprecated": true,
249
+ "deprecatedMessage": "This API is deprecated."
232
250
  },
233
251
  "DescribeLunaClient": {
234
252
  "input": {
@@ -247,7 +265,9 @@
247
265
  "LastModifiedTimestamp": {},
248
266
  "Label": {}
249
267
  }
250
- }
268
+ },
269
+ "deprecated": true,
270
+ "deprecatedMessage": "This API is deprecated."
251
271
  },
252
272
  "GetConfig": {
253
273
  "input": {
@@ -272,7 +292,9 @@
272
292
  "ConfigFile": {},
273
293
  "ConfigCred": {}
274
294
  }
275
- }
295
+ },
296
+ "deprecated": true,
297
+ "deprecatedMessage": "This API is deprecated."
276
298
  },
277
299
  "ListAvailableZones": {
278
300
  "input": {
@@ -287,7 +309,9 @@
287
309
  "member": {}
288
310
  }
289
311
  }
290
- }
312
+ },
313
+ "deprecated": true,
314
+ "deprecatedMessage": "This API is deprecated."
291
315
  },
292
316
  "ListHapgs": {
293
317
  "input": {
@@ -307,7 +331,9 @@
307
331
  },
308
332
  "NextToken": {}
309
333
  }
310
- }
334
+ },
335
+ "deprecated": true,
336
+ "deprecatedMessage": "This API is deprecated."
311
337
  },
312
338
  "ListHsms": {
313
339
  "input": {
@@ -324,7 +350,9 @@
324
350
  },
325
351
  "NextToken": {}
326
352
  }
327
- }
353
+ },
354
+ "deprecated": true,
355
+ "deprecatedMessage": "This API is deprecated."
328
356
  },
329
357
  "ListLunaClients": {
330
358
  "input": {
@@ -345,7 +373,9 @@
345
373
  },
346
374
  "NextToken": {}
347
375
  }
348
- }
376
+ },
377
+ "deprecated": true,
378
+ "deprecatedMessage": "This API is deprecated."
349
379
  },
350
380
  "ListTagsForResource": {
351
381
  "input": {
@@ -367,7 +397,9 @@
367
397
  "shape": "S3"
368
398
  }
369
399
  }
370
- }
400
+ },
401
+ "deprecated": true,
402
+ "deprecatedMessage": "This API is deprecated."
371
403
  },
372
404
  "ModifyHapg": {
373
405
  "input": {
@@ -388,7 +420,9 @@
388
420
  "members": {
389
421
  "HapgArn": {}
390
422
  }
391
- }
423
+ },
424
+ "deprecated": true,
425
+ "deprecatedMessage": "This API is deprecated."
392
426
  },
393
427
  "ModifyHsm": {
394
428
  "input": {
@@ -410,7 +444,9 @@
410
444
  "members": {
411
445
  "HsmArn": {}
412
446
  }
413
- }
447
+ },
448
+ "deprecated": true,
449
+ "deprecatedMessage": "This API is deprecated."
414
450
  },
415
451
  "ModifyLunaClient": {
416
452
  "input": {
@@ -429,7 +465,9 @@
429
465
  "members": {
430
466
  "ClientArn": {}
431
467
  }
432
- }
468
+ },
469
+ "deprecated": true,
470
+ "deprecatedMessage": "This API is deprecated."
433
471
  },
434
472
  "RemoveTagsFromResource": {
435
473
  "input": {
@@ -454,7 +492,9 @@
454
492
  "members": {
455
493
  "Status": {}
456
494
  }
457
- }
495
+ },
496
+ "deprecated": true,
497
+ "deprecatedMessage": "This API is deprecated."
458
498
  }
459
499
  },
460
500
  "shapes": {