aws-sdk 2.978.0 → 2.982.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/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/acm-pca-2017-08-22.min.json +26 -14
- package/apis/cloudformation-2010-05-15.min.json +27 -1
- package/apis/ec2-2016-11-15.min.json +731 -727
- package/apis/elasticfilesystem-2015-02-01.min.json +2 -1
- package/apis/firehose-2015-08-04.min.json +104 -79
- package/apis/fsx-2018-03-01.min.json +639 -66
- package/apis/fsx-2018-03-01.paginators.json +15 -0
- package/apis/iot-2015-05-28.min.json +481 -232
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/kms-2014-11-01.examples.json +100 -94
- package/apis/kms-2014-11-01.min.json +54 -34
- package/apis/mediatailor-2018-04-23.min.json +144 -116
- package/apis/quicksight-2018-04-01.min.json +162 -127
- package/apis/s3control-2018-08-20.min.json +470 -24
- package/apis/s3control-2018-08-20.paginators.json +5 -0
- package/apis/schemas-2019-12-02.min.json +49 -31
- package/apis/securityhub-2018-10-26.min.json +492 -205
- package/apis/securityhub-2018-10-26.paginators.json +22 -11
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
- package/apis/transfer-2018-11-05.min.json +403 -9
- package/apis/transfer-2018-11-05.paginators.json +10 -0
- package/clients/accessanalyzer.d.ts +46 -43
- package/clients/acmpca.d.ts +21 -7
- package/clients/cloudformation.d.ts +116 -80
- package/clients/cloudtrail.d.ts +72 -72
- package/clients/codebuild.d.ts +3 -3
- package/clients/computeoptimizer.d.ts +1 -1
- package/clients/configservice.d.ts +323 -323
- package/clients/ebs.d.ts +1 -1
- package/clients/ec2.d.ts +22 -13
- package/clients/efs.d.ts +57 -31
- package/clients/firehose.d.ts +39 -10
- package/clients/fsx.d.ts +694 -52
- package/clients/iot.d.ts +829 -506
- package/clients/kms.d.ts +293 -280
- package/clients/lexmodelbuildingservice.d.ts +1 -1
- package/clients/mediatailor.d.ts +45 -8
- package/clients/memorydb.d.ts +2 -2
- package/clients/polly.d.ts +2 -2
- package/clients/quicksight.d.ts +343 -310
- package/clients/s3control.d.ts +439 -44
- package/clients/schemas.d.ts +25 -0
- package/clients/securityhub.d.ts +524 -21
- package/clients/servicecatalogappregistry.d.ts +81 -3
- package/clients/sqs.d.ts +4 -4
- package/clients/transfer.d.ts +556 -28
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +25 -27
- package/dist/aws-sdk.js +1414 -1077
- package/dist/aws-sdk.min.js +85 -85
- package/dist/xml2js.js +2 -3
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/schemas.d.ts
CHANGED
|
@@ -280,6 +280,10 @@ declare namespace Schemas {
|
|
|
280
280
|
* The ARN of the event bus.
|
|
281
281
|
*/
|
|
282
282
|
SourceArn: __stringMin20Max1600;
|
|
283
|
+
/**
|
|
284
|
+
* Support discovery of schemas in events sent to the bus from another account. (default: true).
|
|
285
|
+
*/
|
|
286
|
+
CrossAccount?: __boolean;
|
|
283
287
|
/**
|
|
284
288
|
* Tags associated with the resource.
|
|
285
289
|
*/
|
|
@@ -306,6 +310,10 @@ declare namespace Schemas {
|
|
|
306
310
|
* The state of the discoverer.
|
|
307
311
|
*/
|
|
308
312
|
State?: DiscovererState;
|
|
313
|
+
/**
|
|
314
|
+
* The Status if the discoverer will discover schemas from events sent from another account.
|
|
315
|
+
*/
|
|
316
|
+
CrossAccount?: __boolean;
|
|
309
317
|
/**
|
|
310
318
|
* Tags associated with the resource.
|
|
311
319
|
*/
|
|
@@ -505,6 +513,10 @@ declare namespace Schemas {
|
|
|
505
513
|
* The state of the discoverer.
|
|
506
514
|
*/
|
|
507
515
|
State?: DiscovererState;
|
|
516
|
+
/**
|
|
517
|
+
* The Status if the discoverer will discover schemas from events sent from another account.
|
|
518
|
+
*/
|
|
519
|
+
CrossAccount?: __boolean;
|
|
508
520
|
/**
|
|
509
521
|
* Tags associated with the resource.
|
|
510
522
|
*/
|
|
@@ -604,6 +616,10 @@ declare namespace Schemas {
|
|
|
604
616
|
* The state of the discoverer.
|
|
605
617
|
*/
|
|
606
618
|
State?: DiscovererState;
|
|
619
|
+
/**
|
|
620
|
+
* The Status if the discoverer will discover schemas from events sent from another account.
|
|
621
|
+
*/
|
|
622
|
+
CrossAccount?: __boolean;
|
|
607
623
|
/**
|
|
608
624
|
* Tags associated with the resource.
|
|
609
625
|
*/
|
|
@@ -1028,6 +1044,10 @@ declare namespace Schemas {
|
|
|
1028
1044
|
* The ID of the discoverer.
|
|
1029
1045
|
*/
|
|
1030
1046
|
DiscovererId: __string;
|
|
1047
|
+
/**
|
|
1048
|
+
* Support discovery of schemas in events sent to the bus from another account. (default: true)
|
|
1049
|
+
*/
|
|
1050
|
+
CrossAccount?: __boolean;
|
|
1031
1051
|
}
|
|
1032
1052
|
export interface UpdateDiscovererResponse {
|
|
1033
1053
|
/**
|
|
@@ -1050,6 +1070,10 @@ declare namespace Schemas {
|
|
|
1050
1070
|
* The state of the discoverer.
|
|
1051
1071
|
*/
|
|
1052
1072
|
State?: DiscovererState;
|
|
1073
|
+
/**
|
|
1074
|
+
* The Status if the discoverer will discover schemas from events sent from another account.
|
|
1075
|
+
*/
|
|
1076
|
+
CrossAccount?: __boolean;
|
|
1053
1077
|
/**
|
|
1054
1078
|
* Tags associated with the resource.
|
|
1055
1079
|
*/
|
|
@@ -1140,6 +1164,7 @@ declare namespace Schemas {
|
|
|
1140
1164
|
*/
|
|
1141
1165
|
VersionCreatedDate?: __timestampIso8601;
|
|
1142
1166
|
}
|
|
1167
|
+
export type __boolean = boolean;
|
|
1143
1168
|
export type __integer = number;
|
|
1144
1169
|
export type __listOfDiscovererSummary = DiscovererSummary[];
|
|
1145
1170
|
export type __listOfGetDiscoveredSchemaVersionItemInput = GetDiscoveredSchemaVersionItemInput[];
|