aws-sdk 2.1566.0 → 2.1568.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.1566.0.min.js"></script>
72
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1568.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
@@ -883,6 +883,36 @@
883
883
  }
884
884
  }
885
885
  },
886
+ "ListTagsForResource": {
887
+ "http": {
888
+ "method": "GET",
889
+ "requestUri": "/tags/{resourceArn}",
890
+ "responseCode": 200
891
+ },
892
+ "input": {
893
+ "type": "structure",
894
+ "required": [
895
+ "resourceArn"
896
+ ],
897
+ "members": {
898
+ "resourceArn": {
899
+ "location": "uri",
900
+ "locationName": "resourceArn"
901
+ }
902
+ }
903
+ },
904
+ "output": {
905
+ "type": "structure",
906
+ "required": [
907
+ "tags"
908
+ ],
909
+ "members": {
910
+ "tags": {
911
+ "shape": "S11"
912
+ }
913
+ }
914
+ }
915
+ },
886
916
  "ListThemes": {
887
917
  "http": {
888
918
  "method": "GET",
@@ -981,7 +1011,8 @@
981
1011
  }
982
1012
  },
983
1013
  "payload": "body"
984
- }
1014
+ },
1015
+ "idempotent": true
985
1016
  },
986
1017
  "RefreshToken": {
987
1018
  "http": {
@@ -1094,6 +1125,64 @@
1094
1125
  "payload": "entity"
1095
1126
  }
1096
1127
  },
1128
+ "TagResource": {
1129
+ "http": {
1130
+ "requestUri": "/tags/{resourceArn}",
1131
+ "responseCode": 200
1132
+ },
1133
+ "input": {
1134
+ "type": "structure",
1135
+ "required": [
1136
+ "resourceArn",
1137
+ "tags"
1138
+ ],
1139
+ "members": {
1140
+ "resourceArn": {
1141
+ "location": "uri",
1142
+ "locationName": "resourceArn"
1143
+ },
1144
+ "tags": {
1145
+ "shape": "S11"
1146
+ }
1147
+ }
1148
+ },
1149
+ "output": {
1150
+ "type": "structure",
1151
+ "members": {}
1152
+ },
1153
+ "idempotent": true
1154
+ },
1155
+ "UntagResource": {
1156
+ "http": {
1157
+ "method": "DELETE",
1158
+ "requestUri": "/tags/{resourceArn}",
1159
+ "responseCode": 200
1160
+ },
1161
+ "input": {
1162
+ "type": "structure",
1163
+ "required": [
1164
+ "resourceArn",
1165
+ "tagKeys"
1166
+ ],
1167
+ "members": {
1168
+ "resourceArn": {
1169
+ "location": "uri",
1170
+ "locationName": "resourceArn"
1171
+ },
1172
+ "tagKeys": {
1173
+ "location": "querystring",
1174
+ "locationName": "tagKeys",
1175
+ "type": "list",
1176
+ "member": {}
1177
+ }
1178
+ }
1179
+ },
1180
+ "output": {
1181
+ "type": "structure",
1182
+ "members": {}
1183
+ },
1184
+ "idempotent": true
1185
+ },
1097
1186
  "UpdateComponent": {
1098
1187
  "http": {
1099
1188
  "method": "PATCH",