aws-sdk 2.1576.0 → 2.1578.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/fis-2020-12-01.min.json +28 -5
- package/apis/ivs-realtime-2020-07-14.min.json +34 -1
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -2
- package/apis/metadata.json +4 -4
- package/apis/s3-2006-03-01.examples.json +129 -129
- package/apis/timestream-influxdb-2023-01-27.min.json +522 -0
- package/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
- package/clients/all.d.ts +1 -1
- package/clients/all.js +2 -2
- package/clients/amplify.d.ts +8 -8
- package/clients/elbv2.d.ts +1 -1
- package/clients/fis.d.ts +60 -13
- package/clients/ivsrealtime.d.ts +71 -0
- package/clients/kinesisanalyticsv2.d.ts +108 -100
- package/clients/rds.d.ts +2 -2
- package/clients/secretsmanager.d.ts +4 -4
- package/clients/timestreaminfluxdb.d.ts +773 -0
- package/clients/timestreaminfluxdb.js +18 -0
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +409 -409
- package/dist/aws-sdk.js +7 -7
- package/dist/aws-sdk.min.js +3 -3
- package/lib/config_service_placeholders.d.ts +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/iot-roborunner-2018-05-10.min.json +0 -923
- package/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
- package/clients/iotroborunner.d.ts +0 -534
- package/clients/iotroborunner.js +0 -18
- /package/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
package/README.md
CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
64
64
|
To use the SDK in the browser, simply add the following script tag to your
|
65
65
|
HTML pages:
|
66
66
|
|
67
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
67
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1578.0.min.js"></script>
|
68
68
|
|
69
69
|
You can also build a custom browser SDK with your specified set of AWS services.
|
70
70
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -255,6 +255,7 @@
|
|
255
255
|
"type": "structure",
|
256
256
|
"members": {
|
257
257
|
"id": {},
|
258
|
+
"arn": {},
|
258
259
|
"description": {},
|
259
260
|
"parameters": {
|
260
261
|
"type": "map",
|
@@ -476,6 +477,7 @@
|
|
476
477
|
"type": "structure",
|
477
478
|
"members": {
|
478
479
|
"id": {},
|
480
|
+
"arn": {},
|
479
481
|
"description": {},
|
480
482
|
"targets": {
|
481
483
|
"shape": "S2d"
|
@@ -612,6 +614,7 @@
|
|
612
614
|
"type": "structure",
|
613
615
|
"members": {
|
614
616
|
"id": {},
|
617
|
+
"arn": {},
|
615
618
|
"description": {},
|
616
619
|
"creationTime": {
|
617
620
|
"type": "timestamp"
|
@@ -646,6 +649,10 @@
|
|
646
649
|
"nextToken": {
|
647
650
|
"location": "querystring",
|
648
651
|
"locationName": "nextToken"
|
652
|
+
},
|
653
|
+
"experimentTemplateId": {
|
654
|
+
"location": "querystring",
|
655
|
+
"locationName": "experimentTemplateId"
|
649
656
|
}
|
650
657
|
}
|
651
658
|
},
|
@@ -658,6 +665,7 @@
|
|
658
665
|
"type": "structure",
|
659
666
|
"members": {
|
660
667
|
"id": {},
|
668
|
+
"arn": {},
|
661
669
|
"experimentTemplateId": {},
|
662
670
|
"state": {
|
663
671
|
"shape": "S2k"
|
@@ -667,6 +675,9 @@
|
|
667
675
|
},
|
668
676
|
"tags": {
|
669
677
|
"shape": "Se"
|
678
|
+
},
|
679
|
+
"experimentOptions": {
|
680
|
+
"shape": "S3m"
|
670
681
|
}
|
671
682
|
}
|
672
683
|
}
|
@@ -800,6 +811,12 @@
|
|
800
811
|
"idempotencyToken": true
|
801
812
|
},
|
802
813
|
"experimentTemplateId": {},
|
814
|
+
"experimentOptions": {
|
815
|
+
"type": "structure",
|
816
|
+
"members": {
|
817
|
+
"actionsMode": {}
|
818
|
+
}
|
819
|
+
},
|
803
820
|
"tags": {
|
804
821
|
"shape": "Se"
|
805
822
|
}
|
@@ -1112,6 +1129,7 @@
|
|
1112
1129
|
"type": "structure",
|
1113
1130
|
"members": {
|
1114
1131
|
"id": {},
|
1132
|
+
"arn": {},
|
1115
1133
|
"description": {},
|
1116
1134
|
"targets": {
|
1117
1135
|
"type": "map",
|
@@ -1240,6 +1258,7 @@
|
|
1240
1258
|
"type": "structure",
|
1241
1259
|
"members": {
|
1242
1260
|
"id": {},
|
1261
|
+
"arn": {},
|
1243
1262
|
"experimentTemplateId": {},
|
1244
1263
|
"roleArn": {},
|
1245
1264
|
"state": {
|
@@ -1362,11 +1381,7 @@
|
|
1362
1381
|
}
|
1363
1382
|
},
|
1364
1383
|
"experimentOptions": {
|
1365
|
-
"
|
1366
|
-
"members": {
|
1367
|
-
"accountTargeting": {},
|
1368
|
-
"emptyTargetResolutionMode": {}
|
1369
|
-
}
|
1384
|
+
"shape": "S3m"
|
1370
1385
|
},
|
1371
1386
|
"targetAccountConfigurationsCount": {
|
1372
1387
|
"type": "long"
|
@@ -1379,6 +1394,14 @@
|
|
1379
1394
|
"status": {},
|
1380
1395
|
"reason": {}
|
1381
1396
|
}
|
1397
|
+
},
|
1398
|
+
"S3m": {
|
1399
|
+
"type": "structure",
|
1400
|
+
"members": {
|
1401
|
+
"accountTargeting": {},
|
1402
|
+
"emptyTargetResolutionMode": {},
|
1403
|
+
"actionsMode": {}
|
1404
|
+
}
|
1382
1405
|
}
|
1383
1406
|
}
|
1384
1407
|
}
|
@@ -1132,7 +1132,40 @@
|
|
1132
1132
|
"grid": {
|
1133
1133
|
"type": "structure",
|
1134
1134
|
"members": {
|
1135
|
-
"featuredParticipantAttribute": {}
|
1135
|
+
"featuredParticipantAttribute": {},
|
1136
|
+
"gridGap": {
|
1137
|
+
"type": "integer"
|
1138
|
+
},
|
1139
|
+
"omitStoppedVideo": {
|
1140
|
+
"type": "boolean"
|
1141
|
+
},
|
1142
|
+
"videoAspectRatio": {},
|
1143
|
+
"videoFillMode": {}
|
1144
|
+
}
|
1145
|
+
},
|
1146
|
+
"pip": {
|
1147
|
+
"type": "structure",
|
1148
|
+
"members": {
|
1149
|
+
"featuredParticipantAttribute": {},
|
1150
|
+
"gridGap": {
|
1151
|
+
"type": "integer"
|
1152
|
+
},
|
1153
|
+
"omitStoppedVideo": {
|
1154
|
+
"type": "boolean"
|
1155
|
+
},
|
1156
|
+
"pipBehavior": {},
|
1157
|
+
"pipHeight": {
|
1158
|
+
"type": "integer"
|
1159
|
+
},
|
1160
|
+
"pipOffset": {
|
1161
|
+
"type": "integer"
|
1162
|
+
},
|
1163
|
+
"pipParticipantAttribute": {},
|
1164
|
+
"pipPosition": {},
|
1165
|
+
"pipWidth": {
|
1166
|
+
"type": "integer"
|
1167
|
+
},
|
1168
|
+
"videoFillMode": {}
|
1136
1169
|
}
|
1137
1170
|
}
|
1138
1171
|
}
|
@@ -1343,7 +1343,8 @@
|
|
1343
1343
|
}
|
1344
1344
|
}
|
1345
1345
|
},
|
1346
|
-
"ConditionalToken": {}
|
1346
|
+
"ConditionalToken": {},
|
1347
|
+
"RuntimeEnvironmentUpdate": {}
|
1347
1348
|
}
|
1348
1349
|
},
|
1349
1350
|
"output": {
|
@@ -2150,7 +2151,8 @@
|
|
2150
2151
|
},
|
2151
2152
|
"SnapshotCreationTimestamp": {
|
2152
2153
|
"type": "timestamp"
|
2153
|
-
}
|
2154
|
+
},
|
2155
|
+
"RuntimeEnvironment": {}
|
2154
2156
|
}
|
2155
2157
|
}
|
2156
2158
|
}
|
package/apis/metadata.json
CHANGED
@@ -1210,10 +1210,6 @@
|
|
1210
1210
|
"prefix": "chime-sdk-voice",
|
1211
1211
|
"name": "ChimeSDKVoice"
|
1212
1212
|
},
|
1213
|
-
"iotroborunner": {
|
1214
|
-
"prefix": "iot-roborunner",
|
1215
|
-
"name": "IoTRoboRunner"
|
1216
|
-
},
|
1217
1213
|
"ssmsap": {
|
1218
1214
|
"prefix": "ssm-sap",
|
1219
1215
|
"name": "SsmSap"
|
@@ -1412,5 +1408,9 @@
|
|
1412
1408
|
},
|
1413
1409
|
"chatbot": {
|
1414
1410
|
"name": "Chatbot"
|
1411
|
+
},
|
1412
|
+
"timestreaminfluxdb": {
|
1413
|
+
"prefix": "timestream-influxdb",
|
1414
|
+
"name": "TimestreamInfluxDB"
|
1415
1415
|
}
|
1416
1416
|
}
|