aws-sdk 2.658.0 → 2.662.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 +30 -1
- package/README.md +1 -1
- package/apis/apigatewayv2-2018-11-29.min.json +51 -0
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/ce-2017-10-25.min.json +123 -88
- package/apis/ce-2017-10-25.paginators.json +5 -0
- package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
- package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
- package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
- package/apis/es-2015-01-01.min.json +3 -0
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/guardduty-2017-11-28.min.json +165 -16
- package/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/apis/iotevents-2018-07-27.min.json +102 -20
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/redshift-2012-12-01.min.json +154 -46
- package/apis/redshift-2012-12-01.paginators.json +6 -0
- package/apis/route53domains-2014-05-15.min.json +97 -24
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/synthetics-2017-10-11.examples.json +5 -0
- package/apis/synthetics-2017-10-11.min.json +578 -0
- package/apis/synthetics-2017-10-11.paginators.json +24 -0
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/apigatewayv2.d.ts +40 -2
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/codegurureviewer.d.ts +417 -10
- package/clients/costexplorer.d.ts +66 -28
- package/clients/emr.d.ts +91 -6
- package/clients/es.d.ts +4 -0
- package/clients/firehose.d.ts +50 -8
- package/clients/fms.d.ts +6 -6
- package/clients/glue.d.ts +4 -4
- package/clients/guardduty.d.ts +340 -224
- package/clients/iotevents.d.ts +106 -0
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/redshift.d.ts +162 -1
- package/clients/route53domains.d.ts +140 -47
- package/clients/storagegateway.d.ts +137 -60
- package/clients/synthetics.d.ts +656 -0
- package/clients/synthetics.js +18 -0
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +61 -24
- package/dist/aws-sdk.js +664 -222
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"key": {},
|
|
32
32
|
"roleArn": {},
|
|
33
33
|
"tags": {
|
|
34
|
-
"shape": "
|
|
34
|
+
"shape": "S1u"
|
|
35
35
|
},
|
|
36
36
|
"evaluationMethod": {}
|
|
37
37
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"type": "structure",
|
|
41
41
|
"members": {
|
|
42
42
|
"detectorModelConfiguration": {
|
|
43
|
-
"shape": "
|
|
43
|
+
"shape": "S20"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"inputName": {},
|
|
61
61
|
"inputDescription": {},
|
|
62
62
|
"inputDefinition": {
|
|
63
|
-
"shape": "
|
|
63
|
+
"shape": "S27"
|
|
64
64
|
},
|
|
65
65
|
"tags": {
|
|
66
|
-
"shape": "
|
|
66
|
+
"shape": "S1u"
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
},
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"type": "structure",
|
|
72
72
|
"members": {
|
|
73
73
|
"inputConfiguration": {
|
|
74
|
-
"shape": "
|
|
74
|
+
"shape": "S2b"
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
}
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"shape": "S3"
|
|
153
153
|
},
|
|
154
154
|
"detectorModelConfiguration": {
|
|
155
|
-
"shape": "
|
|
155
|
+
"shape": "S20"
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
}
|
|
@@ -183,10 +183,10 @@
|
|
|
183
183
|
"type": "structure",
|
|
184
184
|
"members": {
|
|
185
185
|
"inputConfiguration": {
|
|
186
|
-
"shape": "
|
|
186
|
+
"shape": "S2b"
|
|
187
187
|
},
|
|
188
188
|
"inputDefinition": {
|
|
189
|
-
"shape": "
|
|
189
|
+
"shape": "S27"
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
}
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"type": "structure",
|
|
207
207
|
"members": {
|
|
208
208
|
"loggingOptions": {
|
|
209
|
-
"shape": "
|
|
209
|
+
"shape": "S2q"
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
}
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"type": "structure",
|
|
369
369
|
"members": {
|
|
370
370
|
"tags": {
|
|
371
|
-
"shape": "
|
|
371
|
+
"shape": "S1u"
|
|
372
372
|
}
|
|
373
373
|
}
|
|
374
374
|
}
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
],
|
|
386
386
|
"members": {
|
|
387
387
|
"loggingOptions": {
|
|
388
|
-
"shape": "
|
|
388
|
+
"shape": "S2q"
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
}
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"locationName": "resourceArn"
|
|
407
407
|
},
|
|
408
408
|
"tags": {
|
|
409
|
-
"shape": "
|
|
409
|
+
"shape": "S1u"
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
},
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"type": "structure",
|
|
473
473
|
"members": {
|
|
474
474
|
"detectorModelConfiguration": {
|
|
475
|
-
"shape": "
|
|
475
|
+
"shape": "S20"
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
}
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
},
|
|
496
496
|
"inputDescription": {},
|
|
497
497
|
"inputDefinition": {
|
|
498
|
-
"shape": "
|
|
498
|
+
"shape": "S27"
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
501
|
},
|
|
@@ -503,10 +503,52 @@
|
|
|
503
503
|
"type": "structure",
|
|
504
504
|
"members": {
|
|
505
505
|
"inputConfiguration": {
|
|
506
|
-
"shape": "
|
|
506
|
+
"shape": "S2b"
|
|
507
507
|
}
|
|
508
508
|
}
|
|
509
509
|
}
|
|
510
|
+
},
|
|
511
|
+
"VerifyResourcesExistForTagris": {
|
|
512
|
+
"http": {
|
|
513
|
+
"method": "GET",
|
|
514
|
+
"requestUri": "/internal/tags/resource-status"
|
|
515
|
+
},
|
|
516
|
+
"input": {
|
|
517
|
+
"type": "structure",
|
|
518
|
+
"required": [
|
|
519
|
+
"TagrisSweepList"
|
|
520
|
+
],
|
|
521
|
+
"members": {
|
|
522
|
+
"TagrisSweepList": {
|
|
523
|
+
"type": "list",
|
|
524
|
+
"member": {
|
|
525
|
+
"type": "structure",
|
|
526
|
+
"members": {
|
|
527
|
+
"TagrisAccountId": {},
|
|
528
|
+
"TagrisAmazonResourceName": {},
|
|
529
|
+
"TagrisInternalId": {},
|
|
530
|
+
"TagrisVersion": {
|
|
531
|
+
"type": "long"
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"output": {
|
|
539
|
+
"type": "structure",
|
|
540
|
+
"required": [
|
|
541
|
+
"TagrisSweepListResult"
|
|
542
|
+
],
|
|
543
|
+
"members": {
|
|
544
|
+
"TagrisSweepListResult": {
|
|
545
|
+
"type": "map",
|
|
546
|
+
"key": {},
|
|
547
|
+
"value": {}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"internalonly": true
|
|
510
552
|
}
|
|
511
553
|
},
|
|
512
554
|
"shapes": {
|
|
@@ -749,6 +791,46 @@
|
|
|
749
791
|
"shape": "Sj"
|
|
750
792
|
}
|
|
751
793
|
}
|
|
794
|
+
},
|
|
795
|
+
"iotSiteWise": {
|
|
796
|
+
"type": "structure",
|
|
797
|
+
"required": [
|
|
798
|
+
"propertyValue"
|
|
799
|
+
],
|
|
800
|
+
"members": {
|
|
801
|
+
"entryId": {},
|
|
802
|
+
"assetId": {},
|
|
803
|
+
"propertyId": {},
|
|
804
|
+
"propertyAlias": {},
|
|
805
|
+
"propertyValue": {
|
|
806
|
+
"type": "structure",
|
|
807
|
+
"required": [
|
|
808
|
+
"value"
|
|
809
|
+
],
|
|
810
|
+
"members": {
|
|
811
|
+
"value": {
|
|
812
|
+
"type": "structure",
|
|
813
|
+
"members": {
|
|
814
|
+
"stringValue": {},
|
|
815
|
+
"integerValue": {},
|
|
816
|
+
"doubleValue": {},
|
|
817
|
+
"booleanValue": {}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"timestamp": {
|
|
821
|
+
"type": "structure",
|
|
822
|
+
"required": [
|
|
823
|
+
"timeInSeconds"
|
|
824
|
+
],
|
|
825
|
+
"members": {
|
|
826
|
+
"timeInSeconds": {},
|
|
827
|
+
"offsetInNanos": {}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"quality": {}
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
}
|
|
752
834
|
}
|
|
753
835
|
}
|
|
754
836
|
}
|
|
@@ -764,7 +846,7 @@
|
|
|
764
846
|
"type": {}
|
|
765
847
|
}
|
|
766
848
|
},
|
|
767
|
-
"
|
|
849
|
+
"S1u": {
|
|
768
850
|
"type": "list",
|
|
769
851
|
"member": {
|
|
770
852
|
"type": "structure",
|
|
@@ -778,7 +860,7 @@
|
|
|
778
860
|
}
|
|
779
861
|
}
|
|
780
862
|
},
|
|
781
|
-
"
|
|
863
|
+
"S20": {
|
|
782
864
|
"type": "structure",
|
|
783
865
|
"members": {
|
|
784
866
|
"detectorModelName": {},
|
|
@@ -797,7 +879,7 @@
|
|
|
797
879
|
"evaluationMethod": {}
|
|
798
880
|
}
|
|
799
881
|
},
|
|
800
|
-
"
|
|
882
|
+
"S27": {
|
|
801
883
|
"type": "structure",
|
|
802
884
|
"required": [
|
|
803
885
|
"attributes"
|
|
@@ -817,7 +899,7 @@
|
|
|
817
899
|
}
|
|
818
900
|
}
|
|
819
901
|
},
|
|
820
|
-
"
|
|
902
|
+
"S2b": {
|
|
821
903
|
"type": "structure",
|
|
822
904
|
"required": [
|
|
823
905
|
"inputName",
|
|
@@ -839,7 +921,7 @@
|
|
|
839
921
|
"status": {}
|
|
840
922
|
}
|
|
841
923
|
},
|
|
842
|
-
"
|
|
924
|
+
"S2q": {
|
|
843
925
|
"type": "structure",
|
|
844
926
|
"required": [
|
|
845
927
|
"roleArn",
|