aws-sdk 2.1671.0 → 2.1673.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/connect-2017-08-08.min.json +30 -6
- package/apis/ec2-2016-11-15.min.json +1291 -1208
- package/apis/medialive-2017-10-14.min.json +104 -80
- package/apis/sagemaker-2017-07-24.min.json +1005 -979
- package/clients/cognitoidentityserviceprovider.d.ts +31 -31
- package/clients/computeoptimizer.d.ts +2 -2
- package/clients/connect.d.ts +57 -30
- package/clients/ec2.d.ts +104 -12
- package/clients/eks.d.ts +1 -1
- package/clients/medialive.d.ts +6 -0
- package/clients/sagemaker.d.ts +42 -8
- package/clients/ssm.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +1324 -1217
- package/dist/aws-sdk.min.js +82 -82
- package/lib/core.js +1 -1
- package/package.json +1 -1
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.1673.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
|
@@ -9348,6 +9348,30 @@
|
|
9348
9348
|
},
|
9349
9349
|
"QueuePriority": {
|
9350
9350
|
"type": "long"
|
9351
|
+
},
|
9352
|
+
"RoutingCriteria": {
|
9353
|
+
"type": "structure",
|
9354
|
+
"members": {
|
9355
|
+
"Steps": {
|
9356
|
+
"type": "list",
|
9357
|
+
"member": {
|
9358
|
+
"type": "structure",
|
9359
|
+
"members": {
|
9360
|
+
"Expiry": {
|
9361
|
+
"type": "structure",
|
9362
|
+
"members": {
|
9363
|
+
"DurationInSeconds": {
|
9364
|
+
"type": "integer"
|
9365
|
+
}
|
9366
|
+
}
|
9367
|
+
},
|
9368
|
+
"Expression": {
|
9369
|
+
"shape": "Sdh"
|
9370
|
+
}
|
9371
|
+
}
|
9372
|
+
}
|
9373
|
+
}
|
9374
|
+
}
|
9351
9375
|
}
|
9352
9376
|
}
|
9353
9377
|
},
|
@@ -10222,19 +10246,19 @@
|
|
10222
10246
|
"type": "structure",
|
10223
10247
|
"members": {
|
10224
10248
|
"LevelOne": {
|
10225
|
-
"shape": "
|
10249
|
+
"shape": "S109"
|
10226
10250
|
},
|
10227
10251
|
"LevelTwo": {
|
10228
|
-
"shape": "
|
10252
|
+
"shape": "S109"
|
10229
10253
|
},
|
10230
10254
|
"LevelThree": {
|
10231
|
-
"shape": "
|
10255
|
+
"shape": "S109"
|
10232
10256
|
},
|
10233
10257
|
"LevelFour": {
|
10234
|
-
"shape": "
|
10258
|
+
"shape": "S109"
|
10235
10259
|
},
|
10236
10260
|
"LevelFive": {
|
10237
|
-
"shape": "
|
10261
|
+
"shape": "S109"
|
10238
10262
|
}
|
10239
10263
|
}
|
10240
10264
|
},
|
@@ -12358,7 +12382,7 @@
|
|
12358
12382
|
}
|
12359
12383
|
}
|
12360
12384
|
},
|
12361
|
-
"
|
12385
|
+
"S109": {
|
12362
12386
|
"type": "structure",
|
12363
12387
|
"required": [
|
12364
12388
|
"Name"
|