aws-sdk 2.1529.0 → 2.1531.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 CHANGED
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
69
69
  To use the SDK in the browser, simply add the following script tag to your
70
70
  HTML pages:
71
71
 
72
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1529.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1531.0.min.js"></script>
73
73
 
74
74
  You can also build a custom browser SDK with your specified set of AWS services.
75
75
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1337,7 +1337,10 @@
1337
1337
  ],
1338
1338
  "members": {
1339
1339
  "Username": {},
1340
- "Password": {},
1340
+ "Password": {
1341
+ "type": "string",
1342
+ "sensitive": true
1343
+ },
1341
1344
  "IdentityInfo": {
1342
1345
  "shape": "S9i"
1343
1346
  },
@@ -2190,8 +2193,12 @@
2190
2193
  "InitialContactId": {},
2191
2194
  "PreviousContactId": {},
2192
2195
  "InitiationMethod": {},
2193
- "Name": {},
2194
- "Description": {},
2196
+ "Name": {
2197
+ "shape": "Sbr"
2198
+ },
2199
+ "Description": {
2200
+ "shape": "Sbs"
2201
+ },
2195
2202
  "Channel": {},
2196
2203
  "QueueInfo": {
2197
2204
  "type": "structure",
@@ -3978,7 +3985,8 @@
3978
3985
  "RefreshTokenExpiration": {
3979
3986
  "type": "timestamp"
3980
3987
  }
3981
- }
3988
+ },
3989
+ "sensitive": true
3982
3990
  },
3983
3991
  "SignInUrl": {},
3984
3992
  "UserArn": {},
@@ -7603,8 +7611,12 @@
7603
7611
  "IdentityInfo": {
7604
7612
  "type": "structure",
7605
7613
  "members": {
7606
- "FirstName": {},
7607
- "LastName": {}
7614
+ "FirstName": {
7615
+ "shape": "S9j"
7616
+ },
7617
+ "LastName": {
7618
+ "shape": "S9k"
7619
+ }
7608
7620
  }
7609
7621
  },
7610
7622
  "PhoneConfig": {
@@ -7921,8 +7933,12 @@
7921
7933
  "InstanceId"
7922
7934
  ],
7923
7935
  "members": {
7924
- "Name": {},
7925
- "Description": {},
7936
+ "Name": {
7937
+ "shape": "Sbr"
7938
+ },
7939
+ "Description": {
7940
+ "shape": "Sbs"
7941
+ },
7926
7942
  "References": {
7927
7943
  "shape": "S73"
7928
7944
  },
@@ -7978,11 +7994,15 @@
7978
7994
  "Attributes": {
7979
7995
  "shape": "S2p"
7980
7996
  },
7981
- "Name": {},
7997
+ "Name": {
7998
+ "shape": "Sbr"
7999
+ },
7982
8000
  "References": {
7983
8001
  "shape": "S73"
7984
8002
  },
7985
- "Description": {},
8003
+ "Description": {
8004
+ "shape": "Sbs"
8005
+ },
7986
8006
  "ClientToken": {
7987
8007
  "idempotencyToken": true
7988
8008
  },
@@ -8040,7 +8060,9 @@
8040
8060
  "References": {
8041
8061
  "shape": "S73"
8042
8062
  },
8043
- "Description": {}
8063
+ "Description": {
8064
+ "shape": "Sbs"
8065
+ }
8044
8066
  }
8045
8067
  },
8046
8068
  "output": {
@@ -8412,8 +8434,12 @@
8412
8434
  "location": "uri",
8413
8435
  "locationName": "ContactId"
8414
8436
  },
8415
- "Name": {},
8416
- "Description": {},
8437
+ "Name": {
8438
+ "shape": "Sbr"
8439
+ },
8440
+ "Description": {
8441
+ "shape": "Sbs"
8442
+ },
8417
8443
  "References": {
8418
8444
  "shape": "S73"
8419
8445
  }
@@ -10500,13 +10526,33 @@
10500
10526
  "S9i": {
10501
10527
  "type": "structure",
10502
10528
  "members": {
10503
- "FirstName": {},
10504
- "LastName": {},
10505
- "Email": {},
10506
- "SecondaryEmail": {},
10529
+ "FirstName": {
10530
+ "shape": "S9j"
10531
+ },
10532
+ "LastName": {
10533
+ "shape": "S9k"
10534
+ },
10535
+ "Email": {
10536
+ "shape": "S9l"
10537
+ },
10538
+ "SecondaryEmail": {
10539
+ "shape": "S9l"
10540
+ },
10507
10541
  "Mobile": {}
10508
10542
  }
10509
10543
  },
10544
+ "S9j": {
10545
+ "type": "string",
10546
+ "sensitive": true
10547
+ },
10548
+ "S9k": {
10549
+ "type": "string",
10550
+ "sensitive": true
10551
+ },
10552
+ "S9l": {
10553
+ "type": "string",
10554
+ "sensitive": true
10555
+ },
10510
10556
  "S9m": {
10511
10557
  "type": "structure",
10512
10558
  "required": [
@@ -10587,6 +10633,14 @@
10587
10633
  "ViewContentSha256": {}
10588
10634
  }
10589
10635
  },
10636
+ "Sbr": {
10637
+ "type": "string",
10638
+ "sensitive": true
10639
+ },
10640
+ "Sbs": {
10641
+ "type": "string",
10642
+ "sensitive": true
10643
+ },
10590
10644
  "Sc3": {
10591
10645
  "type": "map",
10592
10646
  "key": {},
@@ -1954,7 +1954,11 @@
1954
1954
  "type": "timestamp"
1955
1955
  }
1956
1956
  }
1957
- }
1957
+ },
1958
+ "PerformanceInsightsEnabled": {
1959
+ "type": "boolean"
1960
+ },
1961
+ "PerformanceInsightsKMSKeyId": {}
1958
1962
  },
1959
1963
  "wrapper": true
1960
1964
  },