aws-sdk 2.1608.0 → 2.1610.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 (45) hide show
  1. package/README.md +1 -1
  2. package/apis/amplify-2017-07-25.min.json +3 -0
  3. package/apis/chime-sdk-voice-2022-08-03.min.json +6 -2
  4. package/apis/connectcases-2022-10-03.min.json +184 -63
  5. package/apis/fms-2018-01-01.min.json +59 -58
  6. package/apis/inspector2-2020-06-08.min.json +99 -74
  7. package/apis/omics-2022-11-28.min.json +36 -22
  8. package/apis/opensearch-2021-01-01.min.json +93 -92
  9. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +521 -99
  10. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +6 -0
  11. package/apis/qbusiness-2023-11-27.examples.json +2 -3
  12. package/apis/qbusiness-2023-11-27.min.json +778 -693
  13. package/apis/qbusiness-2023-11-27.paginators.json +1 -1
  14. package/apis/qbusiness-2023-11-27.waiters2.json +5 -0
  15. package/apis/quicksight-2018-04-01.min.json +557 -494
  16. package/apis/route53resolver-2018-04-01.min.json +58 -52
  17. package/apis/sagemaker-2017-07-24.min.json +330 -319
  18. package/apis/signer-2017-08-25.min.json +3 -0
  19. package/apis/timestream-query-2018-11-01.min.json +71 -23
  20. package/apis/transcribe-2017-10-26.min.json +101 -76
  21. package/apis/trustedadvisor-2022-09-15.min.json +107 -46
  22. package/clients/amplify.d.ts +2 -1
  23. package/clients/chimesdkvoice.d.ts +9 -9
  24. package/clients/codeartifact.d.ts +27 -27
  25. package/clients/connectcases.d.ts +98 -0
  26. package/clients/fms.d.ts +8 -3
  27. package/clients/inspector2.d.ts +44 -3
  28. package/clients/omics.d.ts +89 -53
  29. package/clients/opensearch.d.ts +8 -3
  30. package/clients/pinpointsmsvoicev2.d.ts +514 -8
  31. package/clients/qbusiness.d.ts +818 -700
  32. package/clients/qbusiness.js +1 -0
  33. package/clients/quicksight.d.ts +91 -12
  34. package/clients/route53resolver.d.ts +18 -5
  35. package/clients/sagemaker.d.ts +12 -1
  36. package/clients/signer.d.ts +3 -3
  37. package/clients/timestreamquery.d.ts +54 -0
  38. package/clients/transcribeservice.d.ts +32 -0
  39. package/clients/trustedadvisor.d.ts +66 -2
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +106 -99
  42. package/dist/aws-sdk.js +3 -3
  43. package/dist/aws-sdk.min.js +2 -2
  44. package/lib/core.js +1 -1
  45. package/package.json +1 -1
@@ -12,6 +12,57 @@
12
12
  "uid": "trustedadvisor-2022-09-15"
13
13
  },
14
14
  "operations": {
15
+ "BatchUpdateRecommendationResourceExclusion": {
16
+ "http": {
17
+ "method": "PUT",
18
+ "requestUri": "/v1/batch-update-recommendation-resource-exclusion",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "recommendationResourceExclusions"
25
+ ],
26
+ "members": {
27
+ "recommendationResourceExclusions": {
28
+ "type": "list",
29
+ "member": {
30
+ "type": "structure",
31
+ "required": [
32
+ "arn",
33
+ "isExcluded"
34
+ ],
35
+ "members": {
36
+ "arn": {},
37
+ "isExcluded": {
38
+ "type": "boolean"
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
44
+ },
45
+ "output": {
46
+ "type": "structure",
47
+ "required": [
48
+ "batchUpdateRecommendationResourceExclusionErrors"
49
+ ],
50
+ "members": {
51
+ "batchUpdateRecommendationResourceExclusionErrors": {
52
+ "type": "list",
53
+ "member": {
54
+ "type": "structure",
55
+ "members": {
56
+ "arn": {},
57
+ "errorCode": {},
58
+ "errorMessage": {}
59
+ }
60
+ }
61
+ }
62
+ }
63
+ },
64
+ "idempotent": true
65
+ },
15
66
  "GetOrganizationRecommendation": {
16
67
  "http": {
17
68
  "method": "GET",
@@ -49,37 +100,37 @@
49
100
  "members": {
50
101
  "arn": {},
51
102
  "awsServices": {
52
- "shape": "S6"
103
+ "shape": "Sf"
53
104
  },
54
105
  "checkArn": {},
55
106
  "createdAt": {
56
- "shape": "S9"
107
+ "shape": "Sh"
57
108
  },
58
109
  "createdBy": {},
59
110
  "description": {},
60
111
  "id": {},
61
112
  "lastUpdatedAt": {
62
- "shape": "S9"
113
+ "shape": "Sh"
63
114
  },
64
115
  "lifecycleStage": {},
65
116
  "name": {},
66
117
  "pillarSpecificAggregates": {
67
- "shape": "Sb"
118
+ "shape": "Sj"
68
119
  },
69
120
  "pillars": {
70
- "shape": "Se"
121
+ "shape": "Sm"
71
122
  },
72
123
  "resolvedAt": {
73
- "shape": "S9"
124
+ "shape": "Sh"
74
125
  },
75
126
  "resourcesAggregates": {
76
- "shape": "Sg"
127
+ "shape": "So"
77
128
  },
78
129
  "source": {},
79
130
  "status": {},
80
131
  "type": {},
81
132
  "updateReason": {
82
- "shape": "Sl"
133
+ "shape": "St"
83
134
  },
84
135
  "updateReasonCode": {},
85
136
  "updatedOnBehalfOf": {},
@@ -126,37 +177,37 @@
126
177
  "members": {
127
178
  "arn": {},
128
179
  "awsServices": {
129
- "shape": "S6"
180
+ "shape": "Sf"
130
181
  },
131
182
  "checkArn": {},
132
183
  "createdAt": {
133
- "shape": "S9"
184
+ "shape": "Sh"
134
185
  },
135
186
  "createdBy": {},
136
187
  "description": {},
137
188
  "id": {},
138
189
  "lastUpdatedAt": {
139
- "shape": "S9"
190
+ "shape": "Sh"
140
191
  },
141
192
  "lifecycleStage": {},
142
193
  "name": {},
143
194
  "pillarSpecificAggregates": {
144
- "shape": "Sb"
195
+ "shape": "Sj"
145
196
  },
146
197
  "pillars": {
147
- "shape": "Se"
198
+ "shape": "Sm"
148
199
  },
149
200
  "resolvedAt": {
150
- "shape": "S9"
201
+ "shape": "Sh"
151
202
  },
152
203
  "resourcesAggregates": {
153
- "shape": "Sg"
204
+ "shape": "So"
154
205
  },
155
206
  "source": {},
156
207
  "status": {},
157
208
  "type": {},
158
209
  "updateReason": {
159
- "shape": "Sl"
210
+ "shape": "St"
160
211
  },
161
212
  "updateReasonCode": {},
162
213
  "updatedOnBehalfOf": {},
@@ -225,16 +276,16 @@
225
276
  "members": {
226
277
  "arn": {},
227
278
  "awsServices": {
228
- "shape": "S6"
279
+ "shape": "Sf"
229
280
  },
230
281
  "description": {},
231
282
  "id": {},
232
283
  "metadata": {
233
- "shape": "S10"
284
+ "shape": "S18"
234
285
  },
235
286
  "name": {},
236
287
  "pillars": {
237
- "shape": "Se"
288
+ "shape": "Sm"
238
289
  },
239
290
  "source": {}
240
291
  }
@@ -289,11 +340,11 @@
289
340
  "accountId": {},
290
341
  "accountRecommendationArn": {},
291
342
  "lastUpdatedAt": {
292
- "shape": "S9"
343
+ "shape": "Sh"
293
344
  },
294
345
  "lifecycleStage": {},
295
346
  "updateReason": {
296
- "shape": "Sl"
347
+ "shape": "St"
297
348
  },
298
349
  "updateReasonCode": {},
299
350
  "updatedOnBehalfOf": {},
@@ -321,6 +372,10 @@
321
372
  "location": "querystring",
322
373
  "locationName": "affectedAccountId"
323
374
  },
375
+ "exclusionStatus": {
376
+ "location": "querystring",
377
+ "locationName": "exclusionStatus"
378
+ },
324
379
  "maxResults": {
325
380
  "location": "querystring",
326
381
  "locationName": "maxResults",
@@ -369,12 +424,13 @@
369
424
  "accountId": {},
370
425
  "arn": {},
371
426
  "awsResourceId": {},
427
+ "exclusionStatus": {},
372
428
  "id": {},
373
429
  "lastUpdatedAt": {
374
- "shape": "S9"
430
+ "shape": "Sh"
375
431
  },
376
432
  "metadata": {
377
- "shape": "S10"
433
+ "shape": "S18"
378
434
  },
379
435
  "recommendationArn": {},
380
436
  "regionCode": {},
@@ -463,26 +519,26 @@
463
519
  "members": {
464
520
  "arn": {},
465
521
  "awsServices": {
466
- "shape": "S6"
522
+ "shape": "Sf"
467
523
  },
468
524
  "checkArn": {},
469
525
  "createdAt": {
470
- "shape": "S9"
526
+ "shape": "Sh"
471
527
  },
472
528
  "id": {},
473
529
  "lastUpdatedAt": {
474
- "shape": "S9"
530
+ "shape": "Sh"
475
531
  },
476
532
  "lifecycleStage": {},
477
533
  "name": {},
478
534
  "pillarSpecificAggregates": {
479
- "shape": "Sb"
535
+ "shape": "Sj"
480
536
  },
481
537
  "pillars": {
482
- "shape": "Se"
538
+ "shape": "Sm"
483
539
  },
484
540
  "resourcesAggregates": {
485
- "shape": "Sg"
541
+ "shape": "So"
486
542
  },
487
543
  "source": {},
488
544
  "status": {},
@@ -505,6 +561,10 @@
505
561
  "recommendationIdentifier"
506
562
  ],
507
563
  "members": {
564
+ "exclusionStatus": {
565
+ "location": "querystring",
566
+ "locationName": "exclusionStatus"
567
+ },
508
568
  "maxResults": {
509
569
  "location": "querystring",
510
570
  "locationName": "maxResults",
@@ -552,12 +612,13 @@
552
612
  "members": {
553
613
  "arn": {},
554
614
  "awsResourceId": {},
615
+ "exclusionStatus": {},
555
616
  "id": {},
556
617
  "lastUpdatedAt": {
557
- "shape": "S9"
618
+ "shape": "Sh"
558
619
  },
559
620
  "metadata": {
560
- "shape": "S10"
621
+ "shape": "S18"
561
622
  },
562
623
  "recommendationArn": {},
563
624
  "regionCode": {},
@@ -646,26 +707,26 @@
646
707
  "members": {
647
708
  "arn": {},
648
709
  "awsServices": {
649
- "shape": "S6"
710
+ "shape": "Sf"
650
711
  },
651
712
  "checkArn": {},
652
713
  "createdAt": {
653
- "shape": "S9"
714
+ "shape": "Sh"
654
715
  },
655
716
  "id": {},
656
717
  "lastUpdatedAt": {
657
- "shape": "S9"
718
+ "shape": "Sh"
658
719
  },
659
720
  "lifecycleStage": {},
660
721
  "name": {},
661
722
  "pillarSpecificAggregates": {
662
- "shape": "Sb"
723
+ "shape": "Sj"
663
724
  },
664
725
  "pillars": {
665
- "shape": "Se"
726
+ "shape": "Sm"
666
727
  },
667
728
  "resourcesAggregates": {
668
- "shape": "Sg"
729
+ "shape": "So"
669
730
  },
670
731
  "source": {},
671
732
  "status": {},
@@ -695,7 +756,7 @@
695
756
  "locationName": "organizationRecommendationIdentifier"
696
757
  },
697
758
  "updateReason": {
698
- "shape": "Sl"
759
+ "shape": "St"
699
760
  },
700
761
  "updateReasonCode": {}
701
762
  }
@@ -721,7 +782,7 @@
721
782
  "locationName": "recommendationIdentifier"
722
783
  },
723
784
  "updateReason": {
724
- "shape": "Sl"
785
+ "shape": "St"
725
786
  },
726
787
  "updateReasonCode": {}
727
788
  }
@@ -730,15 +791,15 @@
730
791
  }
731
792
  },
732
793
  "shapes": {
733
- "S6": {
794
+ "Sf": {
734
795
  "type": "list",
735
796
  "member": {}
736
797
  },
737
- "S9": {
798
+ "Sh": {
738
799
  "type": "timestamp",
739
800
  "timestampFormat": "iso8601"
740
801
  },
741
- "Sb": {
802
+ "Sj": {
742
803
  "type": "structure",
743
804
  "members": {
744
805
  "costOptimizing": {
@@ -758,11 +819,11 @@
758
819
  }
759
820
  }
760
821
  },
761
- "Se": {
822
+ "Sm": {
762
823
  "type": "list",
763
824
  "member": {}
764
825
  },
765
- "Sg": {
826
+ "So": {
766
827
  "type": "structure",
767
828
  "required": [
768
829
  "errorCount",
@@ -781,11 +842,11 @@
781
842
  }
782
843
  }
783
844
  },
784
- "Sl": {
845
+ "St": {
785
846
  "type": "string",
786
847
  "sensitive": true
787
848
  },
788
- "S10": {
849
+ "S18": {
789
850
  "type": "map",
790
851
  "key": {},
791
852
  "value": {}
@@ -1297,7 +1297,7 @@ declare namespace Amplify {
1297
1297
  /**
1298
1298
  * The maximum number of records to list in a single response.
1299
1299
  */
1300
- maxResults?: MaxResults;
1300
+ maxResults?: MaxResultsForListApps;
1301
1301
  }
1302
1302
  export interface ListAppsResult {
1303
1303
  /**
@@ -1484,6 +1484,7 @@ declare namespace Amplify {
1484
1484
  export type LogUrl = string;
1485
1485
  export type MD5Hash = string;
1486
1486
  export type MaxResults = number;
1487
+ export type MaxResultsForListApps = number;
1487
1488
  export type Name = string;
1488
1489
  export type NextToken = string;
1489
1490
  export type OauthToken = string;
@@ -36,11 +36,11 @@ declare class ChimeSDKVoice extends Service {
36
36
  */
37
37
  batchDeletePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse, AWSError>;
38
38
  /**
39
- * Updates one or more phone numbers.
39
+ * Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type, the calling name, or phone name. You cannot have a duplicate phoneNumberId in a request.
40
40
  */
41
41
  batchUpdatePhoneNumber(params: ChimeSDKVoice.Types.BatchUpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
42
42
  /**
43
- * Updates one or more phone numbers.
43
+ * Updates phone number product types, calling names, or phone number names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type, the calling name, or phone name. You cannot have a duplicate phoneNumberId in a request.
44
44
  */
45
45
  batchUpdatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
46
46
  /**
@@ -284,11 +284,11 @@ declare class ChimeSDKVoice extends Service {
284
284
  */
285
285
  getSipMediaApplication(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationResponse, AWSError>;
286
286
  /**
287
- * Gets the Alexa Skill configuration for the SIP media application.
287
+ * Gets the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
288
288
  */
289
289
  getSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
290
290
  /**
291
- * Gets the Alexa Skill configuration for the SIP media application.
291
+ * Gets the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
292
292
  */
293
293
  getSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
294
294
  /**
@@ -512,11 +512,11 @@ declare class ChimeSDKVoice extends Service {
512
512
  */
513
513
  listVoiceProfiles(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
514
514
  /**
515
- * Updates the Alexa Skill configuration for the SIP media application.
515
+ * Updates the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
516
516
  */
517
517
  putSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
518
518
  /**
519
- * Updates the Alexa Skill configuration for the SIP media application.
519
+ * Updates the Alexa Skill configuration for the SIP media application. Due to changes made by the Amazon Alexa service, this API is no longer available for use. For more information, refer to the Alexa Smart Properties page.
520
520
  */
521
521
  putSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
522
522
  /**
@@ -656,11 +656,11 @@ declare class ChimeSDKVoice extends Service {
656
656
  */
657
657
  updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
658
658
  /**
659
- * Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
659
+ * Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type, calling name, or phone number name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
660
660
  */
661
661
  updatePhoneNumber(params: ChimeSDKVoice.Types.UpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
662
662
  /**
663
- * Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
663
+ * Updates phone number details, such as product type, calling name, or phone number name for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type, calling name, or phone number name in one action. For numbers outside the U.S., you must use the Amazon Chime SDK SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
664
664
  */
665
665
  updatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
666
666
  /**
@@ -2747,7 +2747,7 @@ declare namespace ChimeSDKVoice {
2747
2747
  */
2748
2748
  CallingName?: CallingName;
2749
2749
  /**
2750
- * Specifies the name assigned to one or more phone numbers.
2750
+ * Specifies the updated name assigned to one or more phone numbers.
2751
2751
  */
2752
2752
  Name?: PhoneNumberName;
2753
2753
  }